From c61ecd74cd6a4a0ccefa0c264eb5355601189378 Mon Sep 17 00:00:00 2001 From: dev_xulongjin Date: Mon, 19 May 2025 09:12:20 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=95=B0=E6=8D=AE=E5=8F=AF=E8=A7=86?= =?UTF-8?q?=E5=8C=96=E6=8A=80=E6=9C=AF):=20=E6=B7=BB=E5=8A=A0=E7=BD=91?= =?UTF-8?q?=E5=BA=97=E8=BF=90=E8=90=A5=E5=A4=A7=E5=B1=8F=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E5=92=8C=E5=90=8E=E7=AB=AF=E5=9F=BA=E7=A1=80=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新建前端项目配置文件和样式文件 - 创建后端 Flask 应用和数据库连接管理器 - 定义多个 API 路由以获取销售数据 --- .../20250514/data/shill_bidding.csv | 6322 +++++++++++++++++ 商务大数据分析/20250514/task.ipynb | 1142 +++ 数据可视化技术/20250513/task.ipynb | 57 + .../backend/app.py | 122 + .../frontend/.project | 28 + .../frontend/css/app.css | 152 + .../frontend/css/bootstrap.min.css | 6 + .../frontend/data/sales_manager.csv | 7 + .../frontend/data/sales_month.csv | 13 + .../frontend/data/sales_product.json | 65 + .../frontend/data/sales_province.csv | 31 + .../frontend/data/sales_region.csv | 7 + .../frontend/img/bg06.png | Bin 0 -> 280838 bytes .../frontend/img/header-left.png | Bin 0 -> 1674 bytes .../frontend/img/header-right.png | Bin 0 -> 1671 bytes .../frontend/img/loading.gif | Bin 0 -> 111094 bytes .../frontend/img/panel.png | Bin 0 -> 4920 bytes .../frontend/img/thumb.jpg | Bin 0 -> 79072 bytes .../frontend/img/title-bg.png | Bin 0 -> 30512 bytes .../frontend/index.html | 77 + .../frontend/js/china.js | 27 + .../frontend/js/d3.min.js | 2 + .../frontend/js/echarts.min.js | 25 + .../frontend/js/sales_manager.js | 128 + .../frontend/js/sales_month.js | 190 + .../frontend/js/sales_product.js | 110 + .../frontend/js/sales_province.js | 253 + .../frontend/js/sales_region.js | 153 + .../frontend/js/totalControl.js | 32 + .../marketing.sql | 183 + 30 files changed, 9132 insertions(+) create mode 100755 商务大数据分析/20250514/data/shill_bidding.csv create mode 100644 商务大数据分析/20250514/task.ipynb create mode 100644 数据可视化技术/20250513/task.ipynb create mode 100755 数据可视化技术/网店运营大屏(Flask框架)/backend/app.py create mode 100755 数据可视化技术/网店运营大屏(Flask框架)/frontend/.project create mode 100755 数据可视化技术/网店运营大屏(Flask框架)/frontend/css/app.css create mode 100755 数据可视化技术/网店运营大屏(Flask框架)/frontend/css/bootstrap.min.css create mode 100755 数据可视化技术/网店运营大屏(Flask框架)/frontend/data/sales_manager.csv create mode 100755 数据可视化技术/网店运营大屏(Flask框架)/frontend/data/sales_month.csv create mode 100755 数据可视化技术/网店运营大屏(Flask框架)/frontend/data/sales_product.json create mode 100755 数据可视化技术/网店运营大屏(Flask框架)/frontend/data/sales_province.csv create mode 100755 数据可视化技术/网店运营大屏(Flask框架)/frontend/data/sales_region.csv create mode 100755 数据可视化技术/网店运营大屏(Flask框架)/frontend/img/bg06.png create mode 100755 数据可视化技术/网店运营大屏(Flask框架)/frontend/img/header-left.png create mode 100755 数据可视化技术/网店运营大屏(Flask框架)/frontend/img/header-right.png create mode 100755 数据可视化技术/网店运营大屏(Flask框架)/frontend/img/loading.gif create mode 100755 数据可视化技术/网店运营大屏(Flask框架)/frontend/img/panel.png create mode 100755 数据可视化技术/网店运营大屏(Flask框架)/frontend/img/thumb.jpg create mode 100755 数据可视化技术/网店运营大屏(Flask框架)/frontend/img/title-bg.png create mode 100755 数据可视化技术/网店运营大屏(Flask框架)/frontend/index.html create mode 100755 数据可视化技术/网店运营大屏(Flask框架)/frontend/js/china.js create mode 100755 数据可视化技术/网店运营大屏(Flask框架)/frontend/js/d3.min.js create mode 100755 数据可视化技术/网店运营大屏(Flask框架)/frontend/js/echarts.min.js create mode 100755 数据可视化技术/网店运营大屏(Flask框架)/frontend/js/sales_manager.js create mode 100755 数据可视化技术/网店运营大屏(Flask框架)/frontend/js/sales_month.js create mode 100755 数据可视化技术/网店运营大屏(Flask框架)/frontend/js/sales_product.js create mode 100755 数据可视化技术/网店运营大屏(Flask框架)/frontend/js/sales_province.js create mode 100755 数据可视化技术/网店运营大屏(Flask框架)/frontend/js/sales_region.js create mode 100755 数据可视化技术/网店运营大屏(Flask框架)/frontend/js/totalControl.js create mode 100755 数据可视化技术/网店运营大屏(Flask框架)/marketing.sql diff --git a/商务大数据分析/20250514/data/shill_bidding.csv b/商务大数据分析/20250514/data/shill_bidding.csv new file mode 100755 index 0000000..52c8303 --- /dev/null +++ b/商务大数据分析/20250514/data/shill_bidding.csv @@ -0,0 +1,6322 @@ +¼ID,ID,,,,ϴξ,,,ھ,ʤ,ʱ䣨Сʱ, +1,732,0.2,0.4,0,2.78E-05,0,0.993592814,2.78E-05,0.666666667,5,0 +2,732,0.024390244,0.2,0,0.013122685,0,0.993592814,0.013122685,0.944444444,5,0 +3,732,0.142857143,0.2,0,0.003041667,0,0.993592814,0.003041667,1,5,0 +4,732,0.1,0.2,0,0.097476852,0,0.993592814,0.097476852,1,5,0 +5,900,0.051282051,0.222222222,0,0.001317791,0,0,0.001241733,0.5,7,0 +8,900,0.038461538,0.111111111,0,0.016843585,0,0,0.016843585,0.8,7,0 +10,900,0.4,0.222222222,0,0.006780754,0,0,0.00677414,0.75,7,0 +12,900,0.137931034,0.444444444,1,0.768043982,0,0,0.016311177,1,7,1 +13,2370,0.12195122,0.185185185,1,0.035021495,0.333333333,0.993528095,0.023963294,0.944444444,7,1 +27,600,0.155172414,0.346153846,0.5,0.570993717,0.307692308,0.993592814,0.413788029,0.611111111,7,1 +37,2172,0.6,0.5625,1,0.457630622,0,0,0.457473545,0.6,7,1 +38,1370,0.5,0.105263158,0,0.02869213,0.052631579,0,0.028654101,0.666666667,7,0 +39,1370,0.017241379,0.052631579,0,0.057655423,0.052631579,0,0.057655423,0,7,0 +40,2236,0.041322314,0.208333333,1,0.286044974,0.25,0,0.286025132,0.818181818,7,1 +43,2236,0.142857143,0.041666667,0,0.387347884,0.25,0,0.387347884,0,7,0 +44,2236,0.007246377,0.041666667,0,0.547427249,0.25,0,0.547427249,0,7,0 +45,2236,0.01,0.041666667,0,0.589285714,0.25,0,0.589285714,0,7,0 +46,2236,0.025641026,0.041666667,0,0.912638889,0.25,0,0.912638889,0,7,0 +53,2370,0.172413793,0.185185185,1,0.133783069,0.333333333,0.993528095,0.048748347,0.933333333,7,1 +54,2370,0.010309278,0.037037037,0,0.13099537,0.333333333,0.993528095,0.13099537,0,7,0 +59,181,0.25,0.111111111,0,0.994641204,0,0,0.646851852,1,1,0 +65,181,0.023255814,0.055555556,0,0.917951389,0,0,0.917951389,0,1,0 +67,432,0.041666667,0.142857143,0,0.107607474,0,0,0.107607474,0.842105263,7,0 +68,432,0.111111111,0.714285714,0.5,0.055500992,0,0,0.053763228,0.818181818,7,1 +71,1370,0.25,0.052631579,0,0.333923611,0.052631579,0,0.333923611,0,7,0 +72,1370,0.052631579,0.157894737,0,0.460965609,0.052631579,0,0.319750331,0.793103448,7,0 +73,1968,1,0.6,0.5,0.000201389,0,0,4.86E-05,0,5,0 +85,522,0.142857143,0.041666667,0,0.000316358,0.25,0.993592814,0.000316358,0,3,0 +88,522,0.017391304,0.083333333,0,0.662307099,0.25,0.993592814,0.000212191,0,3,0 +90,1847,1,0.090909091,0.5,0.930026455,0.454545455,0,0.929990079,0,7,0 +93,1847,0.045454545,0.03030303,0,0.974153439,0.454545455,0,0.974153439,0,7,0 +103,522,0.070175439,0.166666667,0,0.347920525,0.25,0.993592814,0.347881944,0.793103448,3,0 +107,522,0.066666667,0.041666667,0,0.765763889,0.25,0.993592814,0.765763889,0,3,0 +108,522,0.222222222,0.083333333,0,0.884131944,0.25,0.993592814,0.765652006,0,3,0 +109,522,0.052631579,0.041666667,0,0.827561728,0.25,0.993592814,0.827561728,0,3,0 +111,547,0.043478261,0.166666667,0,0.056413691,0,0,0.056413691,0.8,7,0 +113,143,0.157894737,0.375,0,0.523162037,0,0,0.000305556,0.727272727,5,0 +114,547,0.571428571,0.666666667,0.5,0.00197586,0,0,0.00197586,1,7,1 +116,143,0.052631579,0.125,0,0.024541667,0,0,0.024541667,1,5,0 +117,2419,0.009803922,0.023809524,0,0.991195437,0.571428571,0.993528095,0.991195437,0,7,0 +129,2076,0.210526316,0.235294118,0,3.80E-05,0,0,8.27E-06,0.833333333,7,0 +130,2165,0.481481481,0.26,1,0.930847222,0.64,0.993592814,0.927180556,0.666666667,5,1 +132,461,0.103448276,0.136363636,0,0.69020668,0.181818182,0.993592814,0.69020172,0.8,7,0 +133,461,0.058823529,0.045454545,0,0.158763228,0.181818182,0.993592814,0.158763228,0,7,0 +134,461,0.022727273,0.045454545,0,0.577357804,0.181818182,0.993592814,0.577357804,0,7,0 +135,2076,0.025974026,0.117647059,0,1.16E-05,0,0,3.31E-06,0.833333333,7,0 +137,2076,0.043478261,0.058823529,0,0.007362765,0,0,0.007362765,0,7,0 +138,368,0.071428571,0.025,0,0.851111111,0.55,0.993592814,0.851111111,0,5,0 +141,1165,0.020833333,0.017241379,0,0.317962963,0.689655172,0.993592814,0.317962963,0,1,0 +142,1165,0.025974026,0.034482759,0,0.319050926,0.689655172,0.993592814,0.316724537,0,1,0 +143,1165,0.011764706,0.017241379,0,0.422696759,0.689655172,0.993592814,0.422696759,0,1,0 +144,1165,0.034482759,0.017241379,0,0.492893519,0.689655172,0.993592814,0.492893519,0,1,0 +149,368,0.142857143,0.1,0.5,0.867055556,0.55,0.993592814,0.86694213,0.9,5,1 +151,979,0.111111111,0.2,0,0.002003968,0,0,0.001990741,0.777777778,7,0 +153,979,0.2,0.3,0,0.619857804,0,0,0.244773479,0.7,7,0 +154,368,0.083333333,0.05,0,0.899944444,0.55,0.993592814,0.899907407,0,5,0 +155,979,0.014492754,0.2,0,0.169708995,0,0,0.142792659,0.865671642,7,0 +159,368,0.181818182,0.05,0,0.914979167,0.55,0.993592814,0.914967593,0,5,0 +160,979,0.105263158,0.2,0,0.263721892,0,0,0.263715278,0.909090909,7,0 +161,979,0.125,0.1,0,0.42661541,0,0,0.42661541,1,7,0 +165,1269,0.4,0.076923077,0,0.949881944,0.307692308,0,0.949865741,0,5,0 +166,1269,0.1,0.038461538,0,0.956627315,0.307692308,0,0.956627315,0,5,0 +169,2086,0.142857143,0.03030303,0,4.96E-06,0.454545455,0.993592814,4.96E-06,0,7,0 +170,2086,0.010204082,0.03030303,0,0.027149471,0.454545455,0.993592814,0.027149471,0,7,0 +171,2086,0.5,0.151515152,0,0.727521495,0.454545455,0.993592814,0.713035714,0.75,7,0 +176,550,0.04,0.2,0,0.0003125,0,0,0.0003125,1,3,0 +177,818,0.010416667,0.076923077,0,0.964953704,0,0.993592814,0.964953704,0,3,0 +180,1001,0.012987013,0.058823529,0,0.990347222,0,0,0.990347222,0,1,0 +191,352,0.027027027,0.058823529,0,0.914135803,0,0.993592814,0.914135803,0,3,0 +192,352,0,0.058823529,0,0.001712963,0,0.993592814,0.001712963,0,3,0 +193,995,0.07826087,0.219512195,0,0.972820216,0.56097561,0.993592814,0.779151235,0.87755102,3,0 +194,995,0.75,0.073170732,0.5,0.94162037,0.56097561,0.993592814,0.941396605,0,3,1 +197,352,0.025,0.058823529,0,0.002920525,0,0.993592814,0.002920525,0,3,0 +198,438,0.060606061,0.4,0,7.11E-05,0,0,1.65E-05,0.736842105,7,0 +201,438,0.054054054,0.4,0,0.019026124,0,0,0.019021164,0.857142857,7,0 +202,870,0.026666667,0.043478261,0,0.7953125,0.608695652,0.99935281,0.795289352,0,1,0 +203,352,1,0.235294118,0,0.945520833,0,0.993592814,0.945435957,1,3,0 +207,738,0.015151515,0.033333333,0,1.62E-05,0.4,0,1.62E-05,0,5,0 +208,738,0.028571429,0.033333333,0,6.94E-06,0.4,0,6.94E-06,0,5,0 +209,738,0.333333333,0.033333333,0,9.26E-06,0.4,0,9.26E-06,0,5,0 +211,738,0.166666667,0.033333333,0,0.011752315,0.4,0,0.011752315,0,5,0 +212,1349,0.008695652,0.032258065,0,1.16E-05,0.419354839,0.993592814,1.16E-05,0,5,0 +214,1349,0.012084592,0.129032258,0,0.054347222,0.419354839,0.993592814,0.035960648,0.848214286,5,0 +217,1349,0.056603774,0.096774194,0,0.092199074,0.419354839,0.993592814,0.001597222,0,5,0 +221,1045,0.033333333,0.142857143,0,0.892387566,0,0,0.892387566,1,7,0 +223,870,0.08,0.086956522,0,0.960856482,0.608695652,0.99935281,0.844849537,0,1,0 +224,870,0.75,0.065217391,0,0.875046296,0.608695652,0.99935281,0.875046296,0,1,0 +242,1892,0.014084507,0.066666667,0,0.332959105,0,0,0.332959105,0,3,0 +245,1349,0.090909091,0.032258065,0,0.171134259,0.419354839,0.993592814,0.171134259,0,5,0 +246,1349,0.266666667,0.129032258,0,0.556298611,0.419354839,0.993592814,0.4275,1,5,0 +247,1349,0.18,0.290322581,0,0.700717593,0.419354839,0.993592814,0.697171296,1,5,0 +251,838,0.090909091,0.029411765,0,1.32E-05,0.470588235,0.999935281,1.32E-05,0,7,0 +252,838,0.05,0.029411765,0,0.020008267,0.470588235,0.999935281,0.020008267,0,7,0 +255,1943,0.04,0.09375,0,0.851631944,0.4375,0.993592814,0.851631944,0,3,0 +256,1943,0.025641026,0.03125,0,0.966608796,0.4375,0.993592814,0.966608796,0,3,0 +257,1661,0.034482759,0.142857143,0,0.698981482,0,0,0.698981482,0.823529412,7,0 +258,1943,0,0.03125,0,0.981138117,0.4375,0.993592814,0.981138117,0,3,0 +264,807,0.028571429,0.04,0,0.142399691,0.28,0,0.142399691,0,3,0 +265,807,0.466666667,0.28,0,0.289949846,0.28,0,0.289949846,0.833333333,3,0 +266,807,0.454545455,0.2,1,0.782916667,0.28,0,0.782858796,1,3,1 +267,807,0.043478261,0.04,0,0.905783179,0.28,0,0.905783179,0,3,0 +272,807,0.010416667,0.04,0,0.912966821,0.28,0,0.912966821,0,3,0 +273,2079,0.03030303,0.166666667,0,8.10E-05,0,0,8.10E-05,0.866666667,1,0 +274,2079,0.028571429,0.166666667,0,0.000127315,0,0,0.000127315,0.761904762,1,0 +275,2079,0.058823529,0.166666667,0,0.009560185,0,0,0.009560185,0.75,1,0 +278,25,0.054054054,0.111111111,0,0.509166667,0,0,3.31E-06,0.777777778,7,0 +282,1644,0.026666667,0.048780488,0,0.073955027,0.56097561,0.993528095,0.073943452,0,7,0 +284,1644,0.8,0.097560976,0,0.341317791,0.56097561,0.993528095,0.163503638,0,7,0 +288,556,0.026086957,0.054545455,0,0.990189043,0.672727273,0.99935281,0.988337191,0,3,0 +299,1392,0.25,0.1,0,0.988219246,0,0,0.988219246,1,7,0 +300,1392,0.043478261,0.1,0,0.997488426,0,0,0.997488426,1,7,0 +301,1392,0.5,0.1,0,0.993136574,0,0,0.993136574,1,7,0 +302,1392,0.04,0.1,0,0.995760582,0,0,0.995760582,1,7,0 +308,1577,0.2,0.025,0,0.836226852,0.55,0.993592814,0.836226852,0,1,0 +313,1610,0.025,0.076923077,0,0.641577932,0,0,0.641577932,0,3,0 +314,1610,0.085714286,0.230769231,0.5,0.668800154,0,0,0.668765432,1,3,0 +316,1141,0.424242424,0.666666667,1,0.906998457,0.142857143,0,0.700131173,0.8,3,1 +329,1392,0.052631579,0.3,0.5,0.855553902,0,0,0.68051422,0.793103448,7,1 +337,166,0.038461538,0.166666667,0,0.000127315,0,0,0.000127315,0.8,1,0 +338,166,0.037037037,0.166666667,0,0.029560185,0,0,0.029560185,1,1,0 +339,166,0.2,0.166666667,0,0.246608796,0,0,0.246608796,0.5,1,0 +340,166,0.03030303,0.166666667,0,0.341180556,0,0,0.341180556,0.736842105,1,0 +342,651,0.030769231,0.2,0,0.000135031,0,0,9.26E-05,0.782608696,3,0 +343,651,0.4,0.2,0,0.000771605,0,0,0.000771605,1,3,0 +346,651,0.003021148,0.1,0,0.475416667,0,0,0.475416667,0.848214286,3,0 +349,1370,0.009259259,0.052631579,0,0.534490741,0.052631579,0,0.534490741,0,7,0 +350,600,0.067226891,0.307692308,0,0.435183532,0.307692308,0.993592814,0.424454365,0.757575758,7,0 +354,600,0.008196721,0.038461538,0,0.559907407,0.307692308,0.993592814,0.559907407,0,7,0 +355,600,1,0.115384615,0,0.60880787,0.307692308,0.993592814,0.554413029,1,7,0 +356,600,0.055555556,0.038461538,0,0.658450728,0.307692308,0.993592814,0.658450728,0,7,0 +358,600,0.076923077,0.038461538,0,0.615486111,0.307692308,0.993592814,0.615486111,0,7,0 +359,600,0.04,0.038461538,0,0.636008598,0.307692308,0.993592814,0.636008598,0,7,0 +362,181,0.009803922,0.055555556,0,0.996805556,0,0,0.996805556,0,1,0 +363,1083,0.034482759,0.083333333,0,0.000335648,0,0,0.000335648,0,1,0 +364,1083,0.25,0.083333333,0,0.000462963,0,0,0.000462963,0,1,0 +368,2370,0.014925373,0.037037037,0,0.137633929,0.333333333,0.993528095,0.137633929,0,7,0 +370,2370,0.073170732,0.111111111,0,0.264477513,0.333333333,0.993528095,0.264469246,1,7,0 +371,2370,0.043478261,0.037037037,0,0.905257937,0.333333333,0.993528095,0.905257937,0,7,0 +373,2370,0.1,0.037037037,0,0.311369048,0.333333333,0.993528095,0.311369048,0,7,0 +374,432,0.125,0.142857143,0,0.490601852,0,0,0.490601852,0.5,7,0 +378,783,0.222222222,0.214285714,0,0.964861111,0.357142857,0.993528095,0.964803241,1,1,0 +379,783,0.045454545,0.035714286,0,0.978726852,0.357142857,0.993528095,0.978726852,0,1,0 +381,1370,0,0.052631579,0,0.983546627,0.052631579,0,0.983546627,0,7,0 +382,1185,0.151515152,0.3125,0,0.877666997,0,0,0.778978175,0.866666667,7,0 +383,1185,0.176470588,0.1875,0.5,0.298953373,0,0,0.298931878,1,7,1 +386,1185,0.235294118,0.25,1,0.375639881,0,0,0.375611773,1,7,1 +389,715,0.111111111,0.090909091,0,4.96E-06,0,0,4.96E-06,0,7,0 +390,715,0.022222222,0.090909091,0,1.65E-06,0,0,1.65E-06,0,7,0 +392,1185,0.052631579,0.0625,0,0.387566138,0,0,0.387566138,0,7,0 +399,2370,1,0.222222222,1,0.762243717,0.333333333,0.993528095,0.762215609,1,7,1 +400,1370,0.036231884,0.263157895,1,0.805120701,0.052631579,0,0.805115741,0.865671642,7,1 +402,1083,0.020833333,0.083333333,0,0.102337963,0,0,0.102337963,0,1,0 +403,1083,0.041666667,0.166666667,0,0.045393519,0,0,0.045277778,1,1,0 +406,1264,0.125,0.166666667,0,0.000162037,0,0,0.000162037,0.5,1,0 +407,1264,0.003021148,0.166666667,0,0.000636574,0,0,0.000636574,0.848214286,1,0 +408,1264,1,0.333333333,0,0.048912037,0,0,0.045787037,1,1,0 +410,1264,0.038461538,0.166666667,0,0.145208333,0,0,0.145208333,0.769230769,1,0 +411,1264,0.028571429,0.166666667,0,0.362303241,0,0,0.362303241,0.888888889,1,0 +412,2534,0.069767442,0.272727273,0,0.106208333,0,0,0.025736111,0.866666667,5,0 +413,2534,0.035714286,0.090909091,0,0.058918982,0,0,0.058918982,0,5,0 +420,496,0.130434783,0.065217391,0,0.982577712,0.608695652,0.999935281,0.97942791,0,7,0 +422,1541,0.003021148,0.0625,0,4.63E-06,0,0,4.63E-06,0,5,0 +427,2273,0.2,0.02173913,0,0.000138889,0.608695652,0.993592814,0.000138889,0,1,0 +428,2273,0.5,0.043478261,0,0.040706019,0.608695652,0.993592814,4.63E-05,0,1,0 +429,2273,0.2,0.02173913,0,0.004236111,0.608695652,0.993592814,0.004236111,0,1,0 +430,2273,0.025,0.02173913,0,0.0190625,0.608695652,0.993592814,0.0190625,0,1,0 +432,1582,0.066666667,0.166666667,0,0.608043982,0,0.993592814,0.608043982,0.6,1,0 +433,1582,0.105263158,0.333333333,0,0.471851852,0,0.993592814,0.471851852,0.75,1,0 +442,2273,0.333333333,0.130434783,0.5,0.738738426,0.608695652,0.993592814,0.734050926,1,1,1 +446,276,0.023529412,0.181818182,0,0.022121362,0,0,0.000335648,0.935483871,7,0 +447,276,0.055555556,0.090909091,0,9.92E-06,0,0,9.92E-06,0,7,0 +448,276,0.25,0.272727273,0,0.692432209,0,0,0.000415013,1,7,0 +449,1273,0.023255814,0.1,0,0.000185185,0,0,0.000185185,0.866666667,1,0 +450,1273,0.25,0.1,0,9.26E-05,0,0,9.26E-05,1,1,0 +451,1273,0.008264463,0.1,0,0.004872685,0,0,0.004872685,0.818181818,1,0 +452,871,0.135135135,0.161290323,0,0.98806713,0.419354839,0.993592814,0.964072421,0.777777778,7,0 +454,871,0.1,0.032258065,0,0.964737103,0.419354839,0.993592814,0.964737103,0,7,0 +455,276,0.5,0.181818182,0,0.001031746,0,0,0.001021825,1,7,0 +457,276,0.003021148,0.090909091,0,0.004193122,0,0,0.004193122,0,7,0 +459,2273,0.12987013,0.217391304,0.5,0.779699074,0.608695652,0.993592814,0.733391204,0.923076923,1,1 +461,2273,0.010416667,0.02173913,0,0.947986111,0.608695652,0.993592814,0.947986111,0,1,0 +462,2273,0.024169184,0.173913043,0.5,0.986157407,0.608695652,0.993592814,0.485115741,0.848214286,1,1 +464,1012,0.454545455,0.357142857,1,0.460441149,0,0,0.406625086,1,3,1 +466,1473,0.166666667,0.045454545,0,0.445814043,0.181818182,0,0.445814043,0,3,0 +467,1473,0.1875,0.136363636,0.5,0.287326389,0.181818182,0,0.254891975,0.666666667,3,0 +468,1473,0.014084507,0.045454545,0,0.578152006,0.181818182,0,0.578152006,0,3,0 +469,1473,0.006042296,0.090909091,0,0.860270062,0.181818182,0,0.860270062,0,3,0 +471,871,0.875,0.225806452,0.5,0.878199405,0.419354839,0.993592814,0.876177249,0.5,7,1 +472,871,0.05,0.032258065,0,0.014446098,0.419354839,0.993592814,0.014446098,0,7,0 +475,378,0.018867925,0.142857143,0,0.760841601,0,0,0.760841601,0.857142857,7,0 +476,871,0.115384615,0.096774194,0,0.555400132,0.419354839,0.993592814,0.551724537,0,7,0 +477,871,0.357142857,0.161290323,0.5,0.858510251,0.419354839,0.993592814,0.858454034,0.8,7,1 +480,1012,0.142857143,0.071428571,0,0.485208634,0,0,0.485208635,0,3,0 +481,1012,0.2,0.071428571,0,0.703838843,0,0,0.703838843,0,3,0 +482,1012,1,0.214285714,0,0.7009874,0,0,0.700975617,1,3,0 +483,1582,0.010416667,0.166666667,0,0.783090278,0,0.993592814,0.783090278,1,1,0 +484,1582,0.076923077,0.333333333,0,0.984143519,0,0.993592814,0.983981482,0.769230769,1,0 +486,1314,0.1,0.153846154,0,0.730949074,0,0,0.730949074,0.833333333,1,0 +489,1548,0.076923077,0.1,0,0.004166667,0,0,0.004166667,0.833333333,5,0 +490,1548,0.03,0.3,0,0.001722222,0,0,0.001696759,0.666666667,5,0 +492,1273,0.04,0.4,0,0.140648148,0,0,0.140648148,0.666666667,1,0 +493,1273,0.2,0.1,0,0.012581019,0,0,0.012581019,1,1,0 +495,1541,0.041666667,0.0625,0,0.001511574,0,0,0.001511574,0,5,0 +496,1541,0.115384615,0.1875,0,0.002784722,0,0,0.000456019,0.916666667,5,0 +498,1541,0.066666667,0.0625,0,0.145134259,0,0,0.145134259,0,5,0 +499,1541,0.142857143,0.0625,0,0.006273148,0,0,0.006273148,0,5,0 +500,1541,0.051724138,0.1875,0,0.73575,0,0,0.735706019,1,5,0 +501,1541,0.142857143,0.0625,0,0.0864375,0,0,0.0864375,0,5,0 +502,1541,0.25,0.0625,0,0.215131944,0,0,0.215131944,0,5,0 +503,1541,0.024390244,0.0625,0,0.570488426,0,0,0.570488426,0,5,0 +507,572,0.1875,0.096774194,0,0.597728175,0.419354839,0.993592814,0.0994709,0,7,0 +509,572,0.02247191,0.064516129,0,0.577850529,0.419354839,0.993592814,0.577843915,0,7,0 +510,572,0.025974026,0.064516129,0,0.272053571,0.419354839,0.993592814,0.272005622,0,7,0 +513,572,0.03125,0.032258065,0,0.350580357,0.419354839,0.993592814,0.350580357,0,7,0 +515,572,0.066666667,0.032258065,0,0.58139881,0.419354839,0.993592814,0.58139881,0,7,0 +519,2165,0.5,0.06,0,0.954284722,0.64,0.993592814,0.954240741,0,5,0 +524,354,0.2,0.090909091,0,0.002113095,0,0,0.002113095,0,7,0 +526,354,0.107142857,0.272727273,0,0.005765542,0,0,0.005724206,0.875,7,0 +527,354,0.5,0.181818182,0,0.00858631,0,0,0.005380291,1,7,0 +529,550,0.111111111,0.2,0,0.002712191,0,0,0.002712191,1,3,0 +530,550,0.074074074,0.4,0,0.08005787,0,0,0.000165895,0.8,3,0 +531,550,0.029411765,0.2,0,0.210065586,0,0,0.210065586,0.923076923,3,0 +532,818,0.008695652,0.076923077,0,0.97902392,0,0.993592814,0.97902392,0,3,0 +533,514,0.1,0.125,0,0.995930886,0,0,0.995930886,1,7,0 +538,1135,0.2,0.076923077,0,0.283561508,0,0,0.283561508,0,7,0 +539,1135,0.043478261,0.076923077,0,0.487362765,0,0,0.487362765,0,7,0 +540,1135,0.012987013,0.076923077,0,0.586916336,0,0,0.586916336,0,7,0 +541,1135,0.5,0.076923077,0,0.690401786,0,0,0.690401786,0,7,0 +543,2020,0.043478261,0.111111111,0,0.748657407,0,0,0.748657407,0.882352941,1,0 +544,2020,0.01,0.111111111,0,0.874710648,0,0,0.874710648,0.666666667,1,0 +546,1367,0.04,0.125,0,0.259549096,0,0,0.259549096,0.9,1,0 +547,1367,0.333333333,0.625,1,0.298087075,0,0,0.258151668,0.5,1,1 +551,1367,0.111111111,0.125,0,0.32423452,0,0,0.32423452,0.666666667,1,0 +559,1367,0.043478261,0.125,0,0.507810074,0,0,0.507810074,0.8,1,0 +565,2122,0.0625,0.25,0,0.007204034,0,0.993592814,0.007194114,0.923076923,7,0 +566,2122,0.357142857,0.625,1,0.00249504,0,0.993592814,0.001747685,0.8,7,1 +567,2122,0.008264463,0.125,0,0.005375331,0,0.993592814,0.005375331,0.818181818,7,0 +569,582,0.008196721,0.028571429,0,0.689945988,0.485714286,0.993592814,0.689945988,0,3,0 +570,582,0.016949153,0.028571429,0,0.707056327,0.485714286,0.993592814,0.707056327,0,3,0 +572,582,0.008264463,0.028571429,0,0.870358796,0.485714286,0.993592814,0.870358796,0,3,0 +574,582,0.5,0.028571429,0,0.965806327,0.485714286,0.993592814,0.965806327,0,3,0 +575,582,0.017391304,0.057142857,0,0.956489198,0.485714286,0.993592814,0.956466049,0,3,0 +576,733,0.034482759,0.1,0,0.000231482,0.1,0,0.000231482,0.611111111,5,0 +577,733,0.047619048,0.05,0,0.000208333,0.1,0,0.000208333,0,5,0 +578,431,0.024793388,0.176470588,0,0.606944444,0,0,0.002847222,0.818181818,1,0 +580,431,0.2,0.058823529,0,0.156342593,0,0,0.156342593,0,1,0 +582,431,0.111111111,0.176470588,0,0.537002315,0,0,0.330532407,0.8,1,0 +588,431,0.6,0.352941176,1,0.403460648,0,0,0.328078704,0.75,1,1 +591,427,0,0.1,0,0.95933642,0,0.993592814,0.95933642,1,3,0 +601,870,0.583333333,0.152173913,1,0.196053241,0.608695652,0.99935281,0.195810185,1,1,1 +605,870,0.037037037,0.043478261,0,0.263819444,0.608695652,0.99935281,0.263761574,0,1,0 +607,1349,0.028571429,0.032258065,0,0.569576389,0.419354839,0.993592814,0.569576389,0,5,0 +609,1349,0.5,0.161290323,0.5,0.909372685,0.419354839,0.993592814,0.909347222,1,5,1 +616,1644,0.1125,0.219512195,1,0.314828042,0.56097561,0.993528095,0.314522156,0.954545455,7,1 +617,1694,0.2,0.166666667,0,0.281122685,0,0,0.281108796,0.666666667,5,0 +618,1694,0.010869565,0.083333333,0,0.352252315,0,0,0.352252315,0,5,0 +620,25,0.007246377,0.055555556,0,4.46E-05,0,0,4.46E-05,0,7,0 +624,1694,0.25,0.416666667,1,0.572435185,0,0,0.57231713,0.666666667,5,1 +625,1694,0.111111111,0.25,0.5,0.507337963,0,0,0.507291667,0.8,5,0 +626,1694,0,0.083333333,0,0.619074074,0,0,0.619074074,0,5,0 +629,1962,0.022727273,0.076923077,0,0.115127315,0,0,0.115127315,0,3,0 +630,39,0.011627907,0.038461538,0,0.983599537,0.307692308,0.993592814,0.983599537,0,1,0 +631,39,0.045454545,0.038461538,0,0.990115741,0.307692308,0.993592814,0.990115741,0,1,0 +632,807,0.2,0.04,0,0.937619599,0.28,0,0.937619599,0,3,0 +633,807,0.047619048,0.04,0,0.993070988,0.28,0,0.993070988,0,3,0 +636,539,0.5,0.125,0,0.001011905,0.25,0,0.000968915,0.5,7,0 +638,539,0.142857143,0.041666667,0,0.009904101,0.25,0,0.009904101,0,7,0 +639,539,0.033333333,0.041666667,0,0.027681878,0.25,0,0.027681878,0,7,0 +640,539,0.049382716,0.166666667,1,0.057395833,0.25,0,0.057316468,0.885714286,7,1 +647,25,0.028571429,0.055555556,0,0.806698082,0,0,0.806698082,0,7,0 +655,944,0.272727273,0.088235294,0,0.539434524,0.470588235,0.993592814,0.535342262,0,7,0 +656,944,0.111111111,0.352941176,1,0.540610119,0.470588235,0.993592814,0.535261243,0.821428571,7,1 +660,1943,0.076923077,0.03125,0,0.506539352,0.4375,0.993592814,0.506539352,0,3,0 +661,1943,0.03030303,0.03125,0,0.256161265,0.4375,0.993592814,0.256161265,0,3,0 +662,1943,0.25,0.03125,0,0.290474537,0.4375,0.993592814,0.290474537,0,3,0 +663,2079,0.027027027,0.166666667,0,0.000150463,0,0,0.000150463,0.933333333,1,0 +664,2079,0.052631579,0.166666667,0,0.142916667,0,0,0.142916667,0.727272727,1,0 +665,2079,0.166666667,0.166666667,0,0.433877315,0,0,0.433877315,0.8,1,0 +666,539,0.105263158,0.083333333,0,0.057809193,0.25,0,0.057795966,0,7,0 +668,539,0,0.041666667,0,0.103521825,0.25,0,0.103521825,0,7,0 +670,240,0.5,0.037037037,0,0.439112103,0.333333333,0.961233291,0.439112103,0,7,0 +675,2381,0.035714286,0.2,0,0.007569444,0,0.993592814,0.007569444,0.875,1,0 +676,2381,0.285714286,0.4,0,0.0003125,0,0.993592814,3.47E-05,0.666666667,1,0 +682,506,0.25,0.058823529,0,0.00777392,0,0,0.00777392,0,3,0 +687,1342,0.010309278,0.041666667,0,0.168085648,0.25,0.999935281,0.168085648,0,10,0 +688,1342,0.035087719,0.083333333,0,0.544775463,0.25,0.999935281,0.54475,0,10,0 +690,1342,0.010638298,0.041666667,0,0.651966435,0.25,0.999935281,0.651966435,0,10,0 +691,1342,0.010204082,0.041666667,0,0.75846875,0.25,0.999935281,0.75846875,0,10,0 +692,1342,0.045454545,0.041666667,0,0.709940972,0.25,0.999935281,0.709940972,0,10,0 +693,1342,0.051724138,0.125,0,0.937773148,0.25,0.999935281,0.882927083,1,10,0 +694,1342,0.090909091,0.041666667,0,0.766358796,0.25,0.999935281,0.766358796,0,10,0 +696,1342,0.222222222,0.083333333,0,0.937925926,0.25,0.999935281,0.937925926,0,10,0 +698,1628,0.181818182,0.105263158,0,0.01525463,0.526315789,0.993592814,0.011641865,1,7,0 +700,1628,1,0.157894737,0,0.013888889,0.526315789,0.993592814,0.002825728,1,7,0 +702,1628,0.2,0.026315789,0,0.018683862,0.526315789,0.993592814,0.018683862,0,7,0 +704,1628,0,0.026315789,0,0.088181217,0.526315789,0.993592814,0.088181217,0,7,0 +705,1628,0.25,0.026315789,0,0.12452381,0.526315789,0.993592814,0.12452381,0,7,0 +706,1628,0.333333333,0.026315789,0,0.137549603,0.526315789,0.993592814,0.137549603,0,7,0 +707,1628,0.15625,0.131578947,0.5,0.715813492,0.526315789,0.993592814,0.437761243,0.923076923,7,1 +708,1628,0.5,0.078947368,0,0.707397487,0.526315789,0.993592814,0.707397487,0,7,0 +710,1083,0.066666667,0.083333333,0,0.387037037,0,0,0.387037037,0,1,0 +711,1083,0.333333333,0.083333333,0,0.672546296,0,0,0.672546296,0,1,0 +712,1968,0.08,0.4,0,0.010893519,0,0,0.005486111,1,5,0 +715,1185,0.043478261,0.0625,0,0.462714947,0,0,0.462714947,0,7,0 +716,1185,0.043478261,0.0625,0,0.875656415,0,0,0.875656415,0,7,0 +720,1185,0.083333333,0.0625,0,0.875929233,0,0,0.875929233,0,7,0 +723,2387,0.03030303,0.020833333,0,0.898546627,0.625,0.993592814,0.898546627,0,7,0 +724,2387,1,0.041666667,0,0.897657077,0.625,0.993592814,0.897647156,0,7,0 +729,1370,0.028571429,0.052631579,0,0.874184855,0.052631579,0,0.874184855,0,7,0 +730,332,0.017241379,0.071428571,0,4.96E-06,0,0,4.96E-06,0,7,0 +733,332,0.03125,0.071428571,0,0.014978505,0,0,0.014978505,0,7,0 +734,332,0.047058824,0.285714286,0.5,0.005443122,0,0,0.002814153,0.935483871,7,1 +737,1083,0.012987013,0.083333333,0,0.796770833,0,0,0.796770833,0,1,0 +738,1083,0.076923077,0.083333333,0,0.858912037,0,0,0.858912037,0,1,0 +739,1083,0.03125,0.083333333,0,0.902685185,0,0,0.902685185,0,1,0 +740,1083,0.016129032,0.083333333,0,0.904884259,0,0,0.904884259,0,1,0 +741,1083,0.090909091,0.083333333,0,0.905011574,0,0,0.905011574,0,1,0 +742,332,0.25,0.071428571,0,0.114303902,0,0,0.114303902,0,7,0 +743,332,0.083333333,0.142857143,0,0.140314153,0,0,0.008133267,0.909090909,7,0 +744,332,0.444444444,0.285714286,0.5,0.420119048,0,0,0.190694444,1,7,1 +745,332,0.142857143,0.071428571,0,0.397906746,0,0,0.397906746,0,7,0 +746,600,0.1,0.076923077,0,0.87729828,0.307692308,0.993592814,0.693359788,0,7,0 +747,1668,0.012987013,0.166666667,0,0.271518519,0,0,0.271518519,0.833333333,5,0 +748,1668,0.066666667,0.166666667,0,2.31E-06,0,0,2.31E-06,0.8,5,0 +749,1668,0.008695652,0.166666667,0,0.55944213,0,0,0.55944213,0.87755102,5,0 +753,1668,0.025974026,0.333333333,0,0.747238426,0,0,0.570071759,0.923076923,5,0 +754,1668,0.045454545,0.166666667,0,0.616032407,0,0,0.616032407,1,5,0 +756,2387,0.028571429,0.020833333,0,1.82E-05,0.625,0.993592814,1.82E-05,0,7,0 +759,1316,0.022222222,0.125,0,6.12E-05,0,0,6.12E-05,0.727272727,7,0 +760,1316,0.057142857,0.25,0,0.618511905,0,0,0.618511905,0.947368421,7,0 +761,1316,0.045454545,0.125,0,0.325525794,0,0,0.325525794,0.928571429,7,0 +762,1316,0.032258065,0.25,0,0.550087632,0,0,0.550081019,0.75,7,0 +763,1316,0.043478261,0.125,0,0.859796627,0,0,0.859796627,0.882352941,7,0 +766,2516,0.117647059,0.125,0,0.001288029,0.4375,0.993592814,0.000610119,0.923076923,7,0 +768,2273,0.126984127,0.173913043,1,0.496886574,0.608695652,0.993592814,0.496736111,0.80952381,1,1 +775,171,0.028571429,0.076923077,0,0.000557209,0,0,0.000557209,0,7,0 +779,2273,0.25,0.065217391,0,0.985196759,0.608695652,0.993592814,0.985104167,0,1,0 +782,2516,0.02173913,0.03125,0,3.31E-06,0.4375,0.993592814,3.31E-06,0,7,0 +783,2516,0.028571429,0.03125,0,6.61E-06,0.4375,0.993592814,6.61E-06,0,7,0 +785,1473,0.111111111,0.045454545,0,0.933665124,0.181818182,0,0.933665124,0,3,0 +788,1316,0.013333333,0.125,0,0.980661376,0,0,0.980661376,0.891891892,7,0 +795,603,0.026086957,0.375,0.5,0.013252315,0,0,0.001099537,0.926829268,1,1 +800,1439,0.051282051,0.153846154,0,0.002307099,0,0.993592814,3.47E-05,0.846153846,3,0 +810,1323,0.007246377,0.1,0,0.693365222,0,0,0.693365222,0.865671642,7,0 +812,2257,0.093023256,0.4,0,0.010965278,0,0,0.001333333,0.866666667,5,0 +813,2257,1,0.2,0,0.001962963,0,0,0.00075463,0,5,0 +818,2257,0.142857143,0.2,0,0.007548611,0,0,0.007539352,1,5,0 +819,1355,0.518518519,0.777777778,1,0.998328373,0.5,0.999935281,0.998315146,1,7,1 +832,1530,0.040816327,0.105263158,0,0.68246142,0.052631579,0,0.682426698,0.925925926,3,0 +836,496,0.25,0.02173913,0,9.92E-06,0.608695652,0.999935281,9.92E-06,0,7,0 +838,1323,0.205128205,0.8,1,0.426230228,0,0,0.42620278,0.5,7,1 +841,733,0.2,0.05,0,0.00137037,0.1,0,0.00137037,0,5,0 +842,733,0.25,0.05,0,0.028972222,0.1,0,0.028972222,0,5,0 +843,733,0.025974026,0.1,0,0.080506944,0.1,0,0.080467593,0.833333333,5,0 +844,733,0.028571429,0.05,0,0.170740741,0.1,0,0.170740741,0,5,0 +846,733,0.235294118,0.2,1,0.128990741,0.1,0,0.103090278,0.818181818,5,1 +848,1818,0,0.0625,0,1.54E-05,0,0,1.54E-05,0,3,0 +849,1818,0.04,0.0625,0,0.082627315,0,0,0.082627315,0,3,0 +850,1818,0.2,0.0625,0,0.000497685,0,0,0.000497685,0,3,0 +851,1818,0.04,0.0625,0,0.135042438,0,0,0.135042438,0,3,0 +853,631,0.047619048,0.142857143,0,0.00725,0,0,0.00725,0.888888889,5,0 +855,631,0.157894737,0.428571429,0,0.025039352,0,0,0.025039352,0.727272727,5,0 +857,916,0.013333333,0.021276596,0,0.301013558,0.617021277,0.993592814,0.301013558,0,7,0 +859,916,0.466666667,0.29787234,1,0.589829696,0.617021277,0.993592814,0.535188492,1,7,1 +866,65,0,0.0625,0,1.32E-05,0,0,1.32E-05,0,7,0 +867,65,0.315789474,0.375,1,0.000082672,0,0,0.000026455,0.5,7,1 +868,65,0.1,0.0625,0,0.010006614,0,0,0.010006614,0,7,0 +870,631,0.003021148,0.142857143,0,0.140094907,0,0,0.140094907,0.848214286,5,0 +871,631,0.4,0.285714286,0,0.14325,0,0,0.1431875,1,5,0 +872,916,0.016393443,0.042553191,0,0.548420966,0.617021277,0.993592814,0.548416005,0,7,0 +873,916,0.055555556,0.021276596,0,0.986701389,0.617021277,0.993592814,0.986701389,0,7,0 +876,1001,0.020618557,0.117647059,0,0.010706019,0,0,0.010648148,0.75,1,0 +877,1001,0.014925373,0.058823529,0,0.588993056,0,0,0.588993056,0,1,0 +888,65,0.714285714,0.3125,1,0.014373347,0,0,0.014363426,1,7,1 +889,65,0.01754386,0.0625,0,0.020241402,0,0,0.020241402,0,7,0 +893,97,0.692307692,0.5625,1,0.029027778,0,0,0.009699074,1,1,1 +903,97,0.25,0.0625,0,0.420324074,0,0,0.420324074,0,1,0 +904,348,0.032786885,0.2,0,0.060408951,0,0.993592814,0.060401235,0.833333333,3,0 +906,348,0.020833333,0.1,0,0.277866512,0,0.993592814,0.277866512,1,3,0 +907,348,0.030769231,0.2,0,0.805327932,0,0.993592814,0.805285494,0.782608696,3,0 +911,348,0.047619048,0.1,0,0.987191358,0,0.993592814,0.987191358,0.846153846,3,0 +912,733,0.038461538,0.05,0,0.175393519,0.1,0,0.175393519,0,5,0 +913,733,0.008264463,0.05,0,0.196962963,0.1,0,0.196962963,0,5,0 +914,733,0.035087719,0.1,0,0.279074074,0.1,0,0.279064815,0.866666667,5,0 +915,733,0.022727273,0.05,0,0.390530093,0.1,0,0.390530093,0,5,0 +919,1418,0.046511628,0.081632653,0,0.940895062,0.632653061,0.993592814,0.383939043,0,3,0 +920,1418,0.066666667,0.020408163,0,0.752746914,0.632653061,0.993592814,0.752746914,0,3,0 +921,1418,0.076923077,0.020408163,0,0.877202932,0.632653061,0.993592814,0.877202932,0,3,0 +933,1175,0.085714286,0.25,0,0.002051918,0,0,1.82E-05,1,7,0 +934,1175,0.037037037,0.083333333,0,0.002126323,0,0,0.002126323,0,7,0 +936,1175,0.020833333,0.083333333,0,0.012306548,0,0,0.012306548,0,7,0 +937,1175,0.047619048,0.083333333,0,0.261127646,0,0,0.261127646,0,7,0 +939,1175,0.058823529,0.083333333,0,0.77260086,0,0,0.77260086,0,7,0 +940,1962,0.027027027,0.076923077,0,0.998348765,0,0,0.998348765,0,3,0 +941,1644,0.115384615,0.073170732,0,0.447080027,0.56097561,0.993528095,0.338406085,0,7,0 +942,944,0.230769231,0.088235294,0.5,0.963055556,0.470588235,0.993592814,0.959444444,0,7,0 +946,1644,0.125,0.024390244,0,0.993986442,0.56097561,0.993528095,0.993986442,0,7,0 +947,1644,0.057142857,0.048780488,0,0.997490079,0.56097561,0.993528095,0.997490079,0,7,0 +948,1644,0.038461538,0.024390244,0,0.998774802,0.56097561,0.993528095,0.998774802,0,7,0 +951,1126,0,0.142857143,0,9.92E-06,0,0,9.92E-06,0,7,0 +952,1943,1,0.09375,0.5,0.332025463,0.4375,0.993592814,0.331631944,0,3,0 +953,1943,0.058823529,0.03125,0,0.709035494,0.4375,0.993592814,0.709035494,0,3,0 +954,1943,0.75,0.1875,1,0.60498071,0.4375,0.993592814,0.604953704,1,3,1 +957,476,0.428571429,0.206896552,1,0.337939815,0.379310345,0.993592814,0.337673611,1,1,1 +961,476,0.023255814,0.034482759,0,0.373761574,0.379310345,0.993592814,0.373761574,0,1,0 +962,476,0.012345679,0.034482759,0,0.423634259,0.379310345,0.993592814,0.423634259,0,1,0 +963,476,1,0.103448276,0.5,0.534247685,0.379310345,0.993592814,0.53375,1,1,1 +972,189,0.043478261,0.05,0,0.283784722,0.1,0,0.283784722,0,3,0 +975,944,0.010638298,0.029411765,0,0.974584987,0.470588235,0.993592814,0.974584987,0,7,0 +976,944,0.017241379,0.029411765,0,0.985378638,0.470588235,0.993592814,0.985378638,0,7,0 +977,944,0.095238095,0.058823529,0,0.989728836,0.470588235,0.993592814,0.989713955,0,7,0 +978,944,0.142857143,0.029411765,0,0.990661376,0.470588235,0.993592814,0.990661376,0,7,0 +980,1644,0.5,0.097560976,0,0.997933201,0.56097561,0.993528095,0.997905093,0,7,0 +986,1126,0.181818182,0.285714286,0,0.010036376,0,0,0.000014881,1,7,0 +987,1126,0.2,0.142857143,0,0.000200066,0,0,0.000200066,1,7,0 +988,1126,0.007246377,0.142857143,0,0.000841601,0,0,0.000841601,0.865671642,7,0 +989,1126,0.017391304,0.285714286,0,0.421418651,0,0,0.006952712,0.926829268,7,0 +992,1829,0.222222222,0.222222222,0,0.005428241,0,0,0.002079475,0.333333333,3,0 +994,1829,0,0.111111111,0,0.038545525,0,0,0.038545525,1,3,0 +995,1829,0.666666667,0.222222222,0,0.006126543,0,0,0.0059375,0.5,3,0 +997,1892,0.235294118,0.266666667,0.5,0.767623457,0,0,0.767604167,0.888888889,3,0 +998,1513,0.043478261,0.066666667,0,0.00029321,0,0,0.00029321,0,3,0 +999,427,0.5,0.1,0,0.998445216,0,0.993592814,0.998445216,1,3,0 +1000,577,0.034482759,0.166666667,0,0.871354167,0,0.993592814,0.871354167,0.851851852,1,0 +1001,995,0.25,0.268292683,1,0.971149691,0.56097561,0.993592814,0.971037809,0.909090909,3,1 +1003,1513,0.352941176,0.4,0,0.001018519,0,0,0.000108025,0.625,3,0 +1005,1013,0.105263158,0.153846154,0,0.646703704,0,0,0.646703704,0.727272727,5,0 +1006,1013,0.028571429,0.076923077,0,0.015722222,0,0,0.015722222,0,5,0 +1007,1013,0.03125,0.076923077,0,0.10656713,0,0,0.10656713,0,5,0 +1008,1013,0.035714286,0.076923077,0,0.150208333,0,0,0.150208333,0,5,0 +1009,556,0.01754386,0.018181818,0,0.000100309,0.672727273,0.99935281,0.000100309,0,3,0 +1010,556,0.037037037,0.018181818,0,0.002318673,0.672727273,0.99935281,0.002318673,0,3,0 +1011,556,0.166666667,0.018181818,0,0.053063272,0.672727273,0.99935281,0.053063272,0,3,0 +1012,1577,0.323076923,0.525,0.5,0.988726852,0.55,0.993592814,0.988344907,0.782608696,1,1 +1016,255,0.055555556,0.142857143,0,0.000007716,0,0,0.000007716,0.5,3,0 +1020,255,0.04,0.142857143,0,1.54E-05,0,0,1.54E-05,0.75,3,0 +1022,255,0.166666667,0.142857143,0,0.00461034,0,0,0.00461034,1,3,0 +1023,255,0.0625,0.142857143,0,0.147908951,0,0,0.147908951,0.857142857,3,0 +1024,255,0.033333333,0.142857143,0,0.189050926,0,0,0.189050926,0.636363636,3,0 +1025,255,0.05,0.142857143,0,0.30369213,0,0,0.30369213,0.833333333,3,0 +1029,2381,0.090909091,0.2,0,0.984363426,0,0.993592814,0.984363426,1,1,0 +1031,1342,0.011764706,0.041666667,0,0.984078704,0.25,0.999935281,0.984078704,0,10,0 +1032,1745,0.083333333,0.1,0,2.31E-05,0,0,2.31E-05,0.75,3,0 +1033,1745,0.028571429,0.1,0,0.936755401,0,0,0.936755401,1,3,0 +1037,1745,0.027027027,0.1,0,0.3940625,0,0,0.3940625,0.777777778,3,0 +1038,459,0.047619048,0.111111111,0,0.000138889,0,0,0.000138889,0.833333333,1,0 +1039,459,0.111111111,0.111111111,0,6.94E-05,0,0,6.94E-05,0.833333333,1,0 +1040,459,0.047619048,0.111111111,0,0.028842593,0,0,0.028842593,0.888888889,1,0 +1041,459,0.125,0.111111111,0,0.000208333,0,0,0.000208333,0.75,1,0 +1042,459,0.025641026,0.111111111,0,0.006643519,0,0,0.006643519,0.5,1,0 +1044,459,0.022727273,0.111111111,0,0.038946759,0,0,0.038946759,0.9375,1,0 +1045,224,0.038461538,0.090909091,0,9.92E-06,0,0,9.92E-06,0,7,0 +1047,224,0.043478261,0.090909091,0,0.001635251,0,0,0.001635251,0,7,0 +1051,1896,0.106060606,0.212121212,0,0.443888889,0.454545455,0,0.443888889,0.714285714,1,0 +1053,1896,0.214285714,0.090909091,0,0.809097222,0.454545455,0,0.407546296,0,1,0 +1054,1896,1,0.242424242,0,0.590972222,0.454545455,0,0.398993056,1,1,0 +1057,1896,0.142857143,0.272727273,1,0.916018519,0.454545455,0,0.915046296,0.80952381,1,1 +1062,105,0.006042296,0.333333333,0,5.79E-05,0,0,2.31E-05,0.848214286,1,0 +1066,1896,0.1,0.03030303,0,0.971423611,0.454545455,0,0.971423611,0,1,0 +1067,105,0.028571429,0.166666667,0,0.000115741,0,0,0.000115741,0.76,1,0 +1068,105,0.05,0.333333333,0,0.107349537,0,0,0.106747685,1,1,0 +1078,192,0.045454545,0.02,0,0.981678241,0.64,0.993592814,0.981678241,0,5,0 +1079,192,0.604651163,0.52,1,0.996425926,0.64,0.993592814,0.994092593,0.909090909,5,1 +1082,1009,0.2,0.083333333,0,0.201871142,0,0,0.201871142,0,3,0 +1083,1009,0.043478261,0.083333333,0,0.33931713,0,0,0.33931713,0,3,0 +1084,1009,0.1,0.083333333,0,0.497121914,0,0,0.497121914,0,3,0 +1085,1009,0.1,0.166666667,0,0.74554784,0,0,0.745536265,1,3,0 +1088,1896,0.043478261,0.03030303,0,0.980625,0.454545455,0,0.980625,0,1,0 +1089,2060,0.006042296,0.074074074,0,0.122126323,0.333333333,0,0.122126323,0,7,0 +1094,1439,0.428571429,0.461538462,1,0.148842593,0,0.993592814,0.148800154,0.8,3,1 +1096,1439,0.009803922,0.076923077,0,0.438923611,0,0.993592814,0.438923611,0,3,0 +1097,1439,0.069767442,0.230769231,0.5,0.613429784,0,0.993592814,0.613410494,0.866666667,3,0 +1098,1473,0.24,0.272727273,1,0.244579475,0.181818182,0,0.19246142,1,3,1 +1102,2507,0.011235955,0.142857143,0,0.151639661,0,0,0.151639661,0.84375,3,0 +1103,2516,0.060606061,0.0625,0,0.64323578,0.4375,0.993592814,0.64323578,0,7,0 +1104,2273,0.153846154,0.086956522,0,0.985451389,0.608695652,0.993592814,0.983715278,0,1,0 +1105,2516,0.074074074,0.0625,0,0.134257606,0.4375,0.993592814,0.134244378,0,7,0 +1106,2507,0.028571429,0.142857143,0,0.170509259,0,0,0.170509259,0.947368421,3,0 +1107,2507,0.2,0.142857143,0,0.467866512,0,0,0.467866512,1,3,0 +1108,2507,0.153846154,0.571428571,0.5,0.497739198,0,0,0.459425154,0.8,3,0 +1110,276,0.2,0.090909091,0,0.77640377,0,0,0.77640377,0,7,0 +1112,1314,0.090909091,0.307692308,0,0.31474537,0,0,0,0.863636364,1,0 +1113,1214,0.028169014,0.181818182,0,0.524712963,0,0,0.524712963,1,5,0 +1114,1214,0.041666667,0.090909091,0,0.988342593,0,0,0.988342593,0,5,0 +1115,171,0.010204082,0.076923077,0,1.32E-05,0,0,1.32E-05,0,7,0 +1116,171,0.017241379,0.076923077,0,0.000198413,0,0,0.000198413,0,7,0 +1118,171,0.033613445,0.307692308,0,0.120335648,0,0,0.120324074,0.757575758,7,0 +1119,544,0.027027027,0.166666667,0,0.00496142,0,0,0.00496142,0.666666667,3,0 +1120,544,0.0625,0.833333333,1,0.000162037,0,0,4.24E-05,0.954545455,3,1 +1124,871,0.016666667,0.032258065,0,0.879794974,0.419354839,0.993592814,0.879794974,0,7,0 +1125,871,0.028571429,0.032258065,0,0.891825397,0.419354839,0.993592814,0.891825397,0,7,0 +1126,871,0.025,0.032258065,0,0.911187169,0.419354839,0.993592814,0.911187169,0,7,0 +1127,1012,0.037735849,0.142857143,0,0.014363257,0,0,0.014327908,0.782608696,3,0 +1129,1012,0.057142857,0.142857143,0,0.336619431,0,0,0.270777038,0.916666667,3,0 +1132,871,0.010416667,0.032258065,0,0.999479167,0.419354839,0.993592814,0.999479167,0,7,0 +1133,2116,0.5,0.027777778,0,0.984965278,0.5,0.993592814,0.984965278,0,3,0 +1135,2116,0.025,0.027777778,0,0.989347994,0.5,0.993592814,0.989347994,0,3,0 +1139,571,0.142857143,0.133333333,0,0.858887235,0,0.993592814,0.025659722,1,7,0 +1141,571,0.03125,0.066666667,0,0.331888228,0,0.993592814,0.331888228,0,7,0 +1142,571,0.077922078,0.4,1,0.449383267,0,0.993592814,0.449282407,0.774193548,7,1 +1148,71,0.025641026,0.018518519,0,0.683521825,0.666666667,0.999935281,0.683521825,0,7,0 +1150,42,0.25,0.066666667,0,0.017033179,0,0.993592814,0.017033179,0,3,0 +1153,605,0.016528926,0.222222222,0,0.282695106,0,0,0.042584325,0.818181818,7,0 +1154,605,0.111111111,0.111111111,0,0.043887235,0,0,0.043887236,0.833333333,7,0 +1155,605,0.0625,0.111111111,0,0.093500331,0,0,0.093500331,0.857142857,7,0 +1156,605,0.029850746,0.222222222,0,0.046276455,0,0,0.046271495,0.806451613,7,0 +1159,210,0.037735849,0.333333333,0,0.001129299,0,0,1.65E-06,0.782608696,7,0 +1160,210,0.028571429,0.166666667,0,1.65E-06,0,0,1.65E-06,0.866666667,7,0 +1162,210,0.214285714,0.5,0.5,0.022357804,0,0,0.021792328,1,7,1 +1165,1207,0.010638298,0.125,0,0.217496693,0,0,0.217496693,0.806451613,7,0 +1167,1548,0.051282051,0.2,0,0.12630787,0,0,0.027115741,0.846153846,5,0 +1168,1548,0.25,0.2,0,0.044733796,0,0,0.01412963,1,5,0 +1170,1548,0.034482759,0.1,0,0.126886574,0,0,0.126886574,0.933333333,5,0 +1171,1548,0.037037037,0.1,0,0.50737963,0,0,0.50737963,0.8,5,0 +1174,2516,0.25,0.03125,0,0.308525132,0.4375,0.993592814,0.308525132,0,7,0 +1175,2516,0.125,0.1875,1,0.974323743,0.4375,0.993592814,0.974303902,1,7,1 +1179,953,0.025641026,0.047619048,0,0.819024471,0.142857143,0,0.819024471,0,7,0 +1191,664,0.090909091,0.125,0,0.087766204,0,0.935345672,0.087766204,0.777777778,3,0 +1192,664,0.076923077,0.125,0,2.31E-05,0,0.935345672,2.31E-05,1,3,0 +1197,787,0.384615385,0.208333333,0,0.339035494,0.25,0,0.339008488,0.833333333,3,0 +1198,1591,0.210526316,0.285714286,1,0.262678571,0,0.993592814,0.237154431,1,7,1 +1205,1664,0.066666667,0.04,0,0.0028125,0.28,0,0.0028125,0,1,0 +1208,1591,0.032258065,0.071428571,0,0.611276455,0,0.993592814,0.611276455,0,7,0 +1209,655,0.11627907,0.106382979,0,0.679145172,0.617021277,0.993592814,0.470881283,0.916666667,7,0 +1211,998,0.017241379,0.05,0,0.504548611,0.1,0,0.504548611,0,3,0 +1212,998,0.013333333,0.05,0,0.665327932,0.1,0,0.665327932,0,3,0 +1214,533,0.090909091,0.041666667,0,0.628255622,0.25,0.999935281,0.628255622,0,7,0 +1217,1186,0.01,0.038461538,0,1.16E-05,0.307692308,0.999935281,1.16E-05,0,1,0 +1218,1818,0.428571429,0.1875,0.5,0.248981482,0,0,0.245416667,0.666666667,3,0 +1219,1186,0.0125,0.038461538,0,0.022604167,0.307692308,0.999935281,0.022604167,0,1,0 +1220,1818,0.146341463,0.375,1,0.895717593,0,0,0.865385803,0.944444444,3,1 +1223,1186,0.085714286,0.115384615,0,0.230601852,0.307692308,0.999935281,0.140671296,0.736842105,1,0 +1224,533,0.2,0.041666667,0,0.676383929,0.25,0.999935281,0.676383929,0,7,0 +1225,533,0.023255814,0.041666667,0,0.814333664,0.25,0.999935281,0.814333664,0,7,0 +1226,533,0.5,0.375,1,0.824241071,0.25,0.999935281,0.824203042,0.666666667,7,1 +1227,533,0.047619048,0.041666667,0,0.96161541,0.25,0.999935281,0.96161541,0,7,0 +1228,314,0.2,0.25,0.5,0.080446429,0,0,0.080433201,1,7,1 +1231,1852,0.043478261,0.1,0,6.94E-05,0,0,6.94E-05,0.866666667,1,0 +1232,1001,0.142857143,0.058823529,0,0.121539352,0,0,0.121539352,0,1,0 +1233,1001,0.125,0.117647059,0,0.430706019,0,0,0.430543982,1,1,0 +1235,482,0,0.023255814,0,2.31E-05,0.581395349,0.993592814,2.31E-05,0,1,0 +1237,1001,0.03125,0.058823529,0,0.44568287,0,0,0.44568287,0,1,0 +1238,1001,0.125,0.058823529,0,0.529375,0,0,0.529375,0,1,0 +1241,916,0.111111111,0.021276596,0,0.798447421,0.617021277,0.993592814,0.798447421,0,7,0 +1242,916,0.142857143,0.021276596,0,0.958941799,0.617021277,0.993592814,0.958941799,0,7,0 +1243,916,0.714285714,0.106382979,1,0.9779084,0.617021277,0.993592814,0.977901786,1,7,1 +1261,104,0.5,0.142857143,0,0.02662037,0,0,0.02662037,1,3,0 +1262,104,0.008695652,0.142857143,0,0.029841821,0,0,0.029841821,0.87755102,3,0 +1263,104,0.08,0.285714286,0,0.181732253,0,0,0.038900463,0.75,3,0 +1267,2415,0.214285714,0.063829787,0,0.900993717,0.617021277,0.993592814,0.900993717,0,7,0 +1268,2415,0.3125,0.106382979,0.5,0.941114418,0.617021277,0.993592814,0.904750331,1,7,1 +1272,2394,0.016806723,0.166666667,0,0.036097884,0,0,0.036079696,0.757575758,7,0 +1278,572,0.090909091,0.032258065,0,0.895403439,0.419354839,0.993592814,0.895403439,0,7,0 +1279,572,0.015384615,0.032258065,0,0.925625,0.419354839,0.993592814,0.925625,0,7,0 +1280,572,0.025641026,0.032258065,0,0.908811177,0.419354839,0.993592814,0.908811177,0,7,0 +1282,1165,0.25862069,0.25862069,1,0.981296296,0.689655172,0.993592814,0.980636574,0.611111111,1,1 +1285,2076,0.055555556,0.117647059,0,0.032516534,0,0,0.032516534,0.818181818,7,0 +1286,2076,0.045454545,0.117647059,0,0.901309524,0,0,0.175542328,0.9,7,0 +1287,2076,0.043478261,0.058823529,0,0.272880291,0,0,0.272880291,0,7,0 +1290,2165,0.2,0.02,0,0.000523148,0.64,0.993592814,0.000523148,0,5,0 +1291,2165,0.058823529,0.02,0,0.002076389,0.64,0.993592814,0.002076389,0,5,0 +1293,43,0.008695652,0.01754386,0,0.30587963,0.684210526,0.993592814,0.30587963,0,1,0 +1294,522,0.473684211,0.375,0.5,0.931064815,0.25,0.993592814,0.883935185,1,3,0 +1295,522,0.020833333,0.041666667,0,0.941473765,0.25,0.993592814,0.941473765,0,3,0 +1296,522,0.015384615,0.041666667,0,0.976739969,0.25,0.993592814,0.976739969,0,3,0 +1305,1829,0.071428571,0.111111111,0,0.141929012,0,0,0.141929012,1,3,0 +1306,1829,0.05,0.111111111,0,0.154305556,0,0,0.154305556,0.933333333,3,0 +1307,1829,0.024691358,0.222222222,0,0.787064043,0,0,0.435725309,0.885714286,3,0 +1315,944,0.166666667,0.029411765,0,0.597939815,0.470588235,0.993592814,0.597939815,0,7,0 +1316,944,0.147058824,0.147058824,0.5,0.954103836,0.470588235,0.993592814,0.954103836,0.923076923,7,1 +1317,944,0.076923077,0.029411765,0,0.873677249,0.470588235,0.993592814,0.873677249,0,7,0 +1320,2529,0.8,0.666666667,1,0.004131944,0,0,0.003194444,0.5,1,1 +1322,2529,0.2,0.166666667,0,0.614976852,0,0,0.614976852,1,1,0 +1323,2529,0.166666667,0.166666667,0,0.009143519,0,0,0.009143519,0.5,1,0 +1327,1476,0.010416667,0.022222222,0,0.998419312,0.6,0.961233291,0.998419312,0,7,0 +1332,1026,0.03125,0.090909091,0,0.036473765,0,0,0.036473765,0,3,0 +1333,39,0.066666667,0.115384615,0,0.050243056,0.307692308,0.993592814,0.032233796,0.833333333,1,0 +1337,39,0.049019608,0.192307692,0,0.087777778,0.307692308,0.993592814,0.028449074,0.888888889,1,0 +1338,125,0.2,0.111111111,0,0.786541005,0,0.993592814,0.786541005,1,7,0 +1339,125,0.058823529,0.111111111,0,0.803125,0,0.993592814,0.803125,0.818181818,7,0 +1340,1476,0.8,0.088888889,0,0.001438492,0.6,0.961233291,0.001431878,0,7,0 +1341,1476,0.166666667,0.066666667,0,0.009760251,0.6,0.961233291,0.009760251,0,7,0 +1352,2110,0.055555556,0.058823529,0,0.061473765,0.470588235,0.993592814,0.060787037,0,3,0 +1354,2110,0.285714286,0.058823529,0,0.917600309,0.470588235,0.993592814,0.247314815,0,3,0 +1355,1745,0.045454545,0.1,0,0.983499228,0,0,0.983499228,1,3,0 +1357,1745,0.013333333,0.1,0,0.988746142,0,0,0.988746142,0.891891892,3,0 +1358,2110,0.173469388,0.5,1,0.378452932,0.470588235,0.993592814,0.060597994,0.878787879,3,1 +1369,1310,0.01754386,0.05,0,0.75104332,0.1,0.993592814,0.75104332,0,7,0 +1370,1310,1,0.15,0,0.714981812,0.1,0.993592814,0.714963624,1,7,0 +1373,2110,0.010416667,0.029411765,0,0.960092593,0.470588235,0.993592814,0.960092593,0,3,0 +1376,1378,0.003021148,0.111111111,0,4.63E-05,0,0,4.63E-05,0.848214286,3,0 +1380,838,1,0.117647059,0,0.97375496,0.470588235,0.999935281,0.94416832,1,7,0 +1382,838,0.010416667,0.029411765,0,0.954872685,0.470588235,0.999935281,0.954872685,0,7,0 +1383,1088,0.04,0.058823529,0,0.579259259,0,0,0.579259259,0,1,0 +1384,1088,0.0625,0.058823529,0,0.596701389,0,0,0.596701389,0,1,0 +1385,1088,0.5,0.058823529,0,0.827546296,0,0,0.827546296,0,1,0 +1386,1088,0.25,0.058823529,0,0.951550926,0,0,0.951550926,0,1,0 +1387,52,0.111111111,0.083333333,0,0.233134921,0,0.676469483,0.233134921,0,7,0 +1388,52,0.044444444,0.166666667,0,0.235291005,0,0.676469483,0.235287698,0.833333333,7,0 +1389,52,0.304347826,0.583333333,0.5,0.245038029,0,0.676469483,0.042096561,0.833333333,7,1 +1393,1681,0.008403361,0.076923077,0,0.313958333,0,0.993592814,0.313958333,0,1,0 +1397,1681,0.555555556,0.384615385,0.5,0.623541667,0,0.993592814,0.623460648,1,1,1 +1399,995,0.01,0.024390244,0,0.000733025,0.56097561,0.993592814,0.000733025,0,3,0 +1400,995,0.009803922,0.024390244,0,0.000929784,0.56097561,0.993592814,0.000929784,0,3,0 +1401,995,0.0625,0.024390244,0,0.140466821,0.56097561,0.993592814,0.140466821,0,3,0 +1402,995,0.029411765,0.024390244,0,0.031037809,0.56097561,0.993592814,0.031037809,0,3,0 +1405,995,0.086956522,0.048780488,0,0.317523148,0.56097561,0.993592814,3.86E-05,0,3,0 +1407,995,0.166666667,0.146341463,0,0.778117284,0.56097561,0.993592814,0.777854938,0.818181818,3,0 +1415,981,0.011235955,0.076923077,0,0.909513889,0,0,0.909513889,0,3,0 +1417,838,0.666666667,0.058823529,0,0.958351521,0.470588235,0.999935281,0.958338294,0,7,0 +1418,838,0.066666667,0.029411765,0,0.986263228,0.470588235,0.999935281,0.986263228,0,7,0 +1420,352,0.134615385,0.411764706,0.5,0.968954475,0,0.993592814,0.967997685,0.76,3,0 +1423,1013,0.111111111,0.153846154,0,0.143851852,0,0,0.143851852,0.916666667,5,0 +1424,1013,0.014925373,0.076923077,0,0.159865741,0,0,0.159865741,0,5,0 +1425,1088,0.103448276,0.176470588,0,0.980706019,0,0,0.948715278,1,1,0 +1426,1088,0.025210084,0.176470588,0,0.958923611,0,0,0.958842593,0.757575758,1,0 +1429,1939,0.153846154,0.25,0,0.016412037,0,0,0.007974537,0.857142857,1,0 +1436,1975,0.133333333,0.2,0,0.393850309,0,0,0.393850309,0.5,3,0 +1440,571,0.208333333,0.333333333,1,0.61088955,0,0.993592814,0.610763889,1,7,1 +1442,571,0.045454545,0.066666667,0,0.88557705,0,0.993592814,0.88557705,0,7,0 +1444,2516,0.127906977,0.34375,1,0.036468254,0.4375,0.993592814,0.000598545,0.857142857,7,1 +1445,2516,0.666666667,0.0625,0,0.000542328,0.4375,0.993592814,0.00046131,0,7,0 +1449,1614,0.018518519,0.037037037,0,0.016717923,0.333333333,0.935280953,0.016717923,0,7,0 +1466,605,0.066666667,0.111111111,0,0.26014881,0,0,0.26014881,1,7,0 +1467,605,0.025,0.111111111,0,0.666838624,0,0,0.666838624,1,7,0 +1468,605,0.1,0.111111111,0,0.776372355,0,0,0.776372355,1,7,0 +1470,2343,0.017241379,0.125,0,0.08068287,0,0,0.08068287,1,1,0 +1475,1214,0.1,0.181818182,0,0.000402778,0,0,0.000372685,0.933333333,5,0 +1478,1368,0.125,0.083333333,0,0.292858796,0,0,0.292858796,0,1,0 +1479,1368,0.022727273,0.083333333,0,0.327916667,0,0,0.327916667,0,1,0 +1480,766,0.333333333,0.050847458,0,0.015459656,0.694915254,0.993592814,0.000155423,0,7,0 +1481,766,0.16,0.06779661,0,0.425079365,0.694915254,0.993592814,0.425066138,0,7,0 +1482,766,0.017241379,0.016949153,0,0.042936508,0.694915254,0.993592814,0.042936508,0,7,0 +1483,766,0.023255814,0.016949153,0,0.131124339,0.694915254,0.993592814,0.131124339,0,7,0 +1485,766,0.015384615,0.016949153,0,0.295322421,0.694915254,0.993592814,0.295322421,0,7,0 +1490,1368,0,0.083333333,0,0.614641204,0,0,0.614641204,0,1,0 +1491,1619,0.034482759,0.125,0,0.809186508,0,0,0.809186508,1,7,0 +1492,1619,0.5,0.125,0,0.966532738,0,0,0.966532738,1,7,0 +1493,766,0.2,0.016949153,0,0.337749669,0.694915254,0.993592814,0.337749669,0,7,0 +1500,100,0.049180328,0.142857143,0,0.99650463,0.142857143,0.993592814,0.996490741,0.833333333,5,0 +1503,766,0.4,0.06779661,1,0.887417328,0.694915254,0.993592814,0.887409061,0,7,0 +1505,2021,0.007246377,0.083333333,0,3.47E-05,0,0,3.47E-05,0,1,0 +1506,2021,0.041666667,0.083333333,0,0.01849537,0,0,0.01849537,0,1,0 +1507,2021,0.272727273,0.25,0,0.112002315,0,0,0.111944444,1,1,0 +1509,2387,0.035714286,0.020833333,0,0.861331019,0.625,0.993592814,0.861331019,0,7,0 +1510,2387,0.055555556,0.0625,0,0.81026455,0.625,0.993592814,0.81026455,0,7,0 +1515,1232,0.129032258,0.5,0.5,0.156734222,0,0,0.156704923,0.666666667,3,0 +1517,664,0.010638298,0.125,0,0.103846451,0,0.935345672,0.103846451,0.806451613,3,0 +1520,664,0.020408163,0.375,0,0.134560185,0,0.935345672,0.102141204,0.8125,3,0 +1522,1232,0.142857143,0.125,0,0.242928418,0,0,0.242928418,1,3,0 +1523,521,0.233333333,0.5,1,0.78083664,0,0.993592814,0.780790344,0.769230769,7,1 +1526,521,0.038461538,0.071428571,0,0.90807705,0,0.993592814,0.90807705,0,7,0 +1527,521,0.010309278,0.071428571,0,0.982078373,0,0.993592814,0.982078373,0,7,0 +1532,2434,0.027027027,0.066666667,0,2.48E-05,0,0,2.48E-05,0,7,0 +1533,1530,0.006802721,0.052631579,0,0.137121914,0.052631579,0,0.137121914,0,3,0 +1535,1530,0.047619048,0.052631579,0,0.402681327,0.052631579,0,0.402681327,0,3,0 +1536,1530,0.076923077,0.105263158,0,0.274598765,0.052631579,0,0.274583333,0.933333333,3,0 +1538,1530,0,0.052631579,0,0.582345679,0.052631579,0,0.582345679,0,3,0 +1539,1530,0.222222222,0.105263158,0,0.873097994,0.052631579,0,0.872943673,1,3,0 +1540,1232,0.1,0.125,0,0.381631047,0,0,0.381631047,1,3,0 +1541,1530,0.3125,0.526315789,1,0.622229938,0.052631579,0,0.620582562,0.833333333,3,1 +1544,2266,0.545454545,0.15,0,0.969525463,0.55,0.993592814,0.916388889,1,1,0 +1545,655,0.010416667,0.021276596,0,0.995224868,0.617021277,0.993592814,0.995224868,0,7,0 +1552,2434,0.1875,0.2,0.5,0.000234788,0,0,8.27E-06,1,7,1 +1555,1664,0.135802469,0.44,0.5,0.935833333,0.28,0,0.935601852,0.885714286,1,1 +1559,2434,0.017241379,0.066666667,0,0.276903109,0,0,0.276903109,0,7,0 +1560,2434,0.016528926,0.133333333,0,0.429856151,0,0,0.429856151,0.818181818,7,0 +1561,664,0.028571429,0.125,0,0.551045525,0,0.935345672,0.551045525,0.866666667,3,0 +1562,664,0,0.125,0,0.316242284,0,0.935345672,0.316242284,1,3,0 +1573,2257,0.008264463,0.1,0,0.991486111,0,0,0.991486111,0.818181818,5,0 +1574,521,0.010416667,0.071428571,0,0.998434193,0,0.993592814,0.998434193,0,7,0 +1578,1232,0.034482759,0.125,0,0.978770604,0,0,0.978770604,0.823529412,3,0 +1579,953,0.043478261,0.047619048,0,0.003715278,0.142857143,0,0.003715278,0,7,0 +1584,650,0.833333333,0.625,1,0.01818287,0,0,0.01787037,1,1,1 +1587,650,0.066666667,0.125,0,0.422372685,0,0,0.422372685,0.8,1,0 +1596,916,0.055555556,0.021276596,0,1.16E-05,0.617021277,0.993592814,1.16E-05,0,7,0 +1597,2408,0.056179775,0.065789474,1,0.908116733,0.763157895,0.993592814,0.908090278,0,7,0 +1598,1165,0.034482759,0.017241379,0,0.000405093,0.689655172,0.993592814,0.000405093,0,1,0 +1599,1165,0.085714286,0.051724138,0,0.000138889,0.689655172,0.993592814,5.79E-05,0,1,0 +1600,368,0.1,0.025,0,1.39E-05,0.55,0.993592814,1.39E-05,0,5,0 +1601,368,0.057971014,0.2,1,0.930555556,0.55,0.993592814,0.930523148,0.865671642,5,1 +1603,1165,0.125,0.017241379,0,0.048784722,0.689655172,0.993592814,0.048784722,0,1,0 +1607,1165,0.031746032,0.034482759,0,0.149884259,0.689655172,0.993592814,0.149791667,0,1,0 +1608,368,0.083333333,0.025,0,0.000451389,0.55,0.993592814,0.000451389,0,5,0 +1609,43,0.95,0.333333333,1,0.854166667,0.684210526,0.993592814,0.850763889,1,1,1 +1612,368,0.0125,0.025,0,0.533425926,0.55,0.993592814,0.533425926,0,5,0 +1614,443,0.088235294,0.25,0.5,0.004641204,0,0.993592814,0.004594907,0.923076923,3,0 +1615,1165,0.333333333,0.051724138,0,0.073425926,0.689655172,0.993592814,0.073368056,0,1,0 +1617,1165,0.125,0.051724138,0,0.278819444,0.689655172,0.993592814,0.278668982,0,1,0 +1619,1847,0.022727273,0.03030303,0,0.029070767,0.454545455,0,0.029070767,0,7,0 +1624,443,0.125,0.083333333,0,0.08336034,0,0.993592814,0.08336034,0,3,0 +1626,443,0.2,0.083333333,0,0.706006944,0,0.993592814,0.706006944,0,3,0 +1627,2408,0.045454545,0.026315789,0,0.963776455,0.763157895,0.993592814,0.963673942,0,7,0 +1629,547,0.055555556,0.166666667,0,9.92E-06,0,0,9.92E-06,0.642857143,7,0 +1630,443,0.24,0.5,1,0.790883488,0,0.993592814,0.790841049,1,3,1 +1632,1847,0,0.03030303,0,0.024647818,0.454545455,0,0.024647818,0,7,0 +1635,1847,0.194029851,0.393939394,1,0.24400959,0.454545455,0,0.002091601,0.88,7,1 +1637,2165,0,0.02,0,0.002497685,0.64,0.993592814,0.002497685,0,5,0 +1638,2165,0.5,0.02,0,0.003923611,0.64,0.993592814,0.003923611,0,5,0 +1639,2165,0.016666667,0.02,0,0.165391204,0.64,0.993592814,0.165391204,0,5,0 +1643,2165,0.25,0.02,0,0.348960648,0.64,0.993592814,0.348960648,0,5,0 +1644,2165,0.025974026,0.04,0,0.968831019,0.64,0.993592814,0.414094907,0,5,0 +1652,2447,0.010869565,0.045454545,0,0.363657407,0.181818182,0.993592814,0.363657407,0,3,0 +1655,2397,0.003021148,0.083333333,0,0.008555556,0,0,0.008555556,0,5,0 +1656,39,0.028571429,0.038461538,0,0.211296296,0.307692308,0.993592814,0.211296296,0,1,0 +1657,39,0.055555556,0.038461538,0,0.375613426,0.307692308,0.993592814,0.375613426,0,1,0 +1658,39,0.125,0.038461538,0,0.426736111,0.307692308,0.993592814,0.426736111,0,1,0 +1659,2397,0.285714286,0.166666667,0,0.286877315,0,0,0.286854167,1,5,0 +1660,39,0.25,0.038461538,0,0.642881944,0.307692308,0.993592814,0.642881944,0,1,0 +1661,2397,0.047619048,0.083333333,0,0.58050463,0,0,0.58050463,0,5,0 +1663,1476,0.092592593,0.111111111,0,0.592161045,0.6,0.961233291,0.124499008,1,7,0 +1671,458,0.217391304,1,1,0.070798611,0,0,0.069328704,0.8,1,1 +1673,290,0.24137931,0.7,0.5,0.592172068,0,0,0.58125,0.777777778,3,0 +1685,1628,0.666666667,0.052631579,0,0.951473214,0.526315789,0.993592814,0.928840939,0,7,0 +1686,741,0.018518519,0.052631579,0,0.008564815,0.052631579,0.993592814,0.008564815,0,1,0 +1687,1628,0.033057851,0.105263158,0.5,0.928994709,0.526315789,0.993592814,0.927833995,0.818181818,7,1 +1688,741,0.1,0.052631579,0,0.056921296,0.052631579,0.993592814,0.056921296,0,1,0 +1690,741,0.571428571,0.421052632,0.5,0.049398148,0.052631579,0.993592814,0.000300926,1,1,1 +1692,741,0.043478261,0.052631579,0,0.957164352,0.052631579,0.993592814,0.957164352,0,1,0 +1693,741,0.25,0.052631579,0,0.1584375,0.052631579,0.993592814,0.1584375,0,1,0 +1694,741,0.009803922,0.052631579,0,0.315428241,0.052631579,0.993592814,0.315428241,0,1,0 +1695,1592,0.054054054,0.285714286,0,0.016882716,0,0,0.016712963,0.75,3,0 +1696,1592,0.014084507,0.142857143,0,0.032094907,0,0,0.032094907,1,3,0 +1698,1610,0.2,0.076923077,0,0.138881173,0,0,0.138881173,0,3,0 +1700,1610,0.020833333,0.076923077,0,0.29566358,0,0,0.29566358,0,3,0 +1701,1610,0.043478261,0.307692308,0,0.138977624,0,0,0.138761574,0.903225806,3,0 +1703,1610,0.04,0.076923077,0,0.341774691,0,0,0.341774691,0,3,0 +1704,1610,0.043478261,0.076923077,0,0.79376929,0,0,0.79376929,0,3,0 +1708,1060,0.2,0.142857143,0,0.059150132,0,0,0.059150132,0.666666667,7,0 +1709,1060,0.105263158,0.285714286,0,0.130267857,0,0,0.130267857,0.75,7,0 +1710,1060,0.014084507,0.142857143,0,0.450765542,0,0,0.450765542,0.933333333,7,0 +1711,459,0.045454545,0.222222222,0,0.322326389,0,0,0.322280093,0.923076923,1,0 +1712,459,0.022727273,0.111111111,0,0.461018519,0,0,0.461018519,0.916666667,1,0 +1715,1310,0.111111111,0.05,0,0.014611442,0.1,0.993592814,0.014611442,0,7,0 +1717,742,0.25,0.057142857,0,0.932352844,0.485714286,0.993592814,0.926719577,0,7,0 +1721,1310,0.054054054,0.1,0,0.000954034,0.1,0.993592814,0.000947421,0.933333333,7,0 +1723,742,0.5,0.028571429,0,0.933707011,0.485714286,0.993592814,0.933707011,0,7,0 +1724,1310,0.176470588,0.15,0,0.657766204,0.1,0.993592814,0.019368386,1,7,0 +1725,155,0.164948454,0.761904762,1,0.692094907,0.142857143,0,0.691875,0.75,3,1 +1729,1759,0.2,0.071428571,0,0.01181713,0,0,0.01181713,0,1,0 +1730,1592,0.25,0.285714286,0,0.985212191,0,0,0.979367284,1,3,0 +1735,741,0.023529412,0.105263158,0,0.000358796,0.052631579,0.993592814,9.26E-05,0.935483871,1,0 +1738,1378,0.086956522,0.222222222,0,0.438722994,0,0,2.70E-05,0.866666667,3,0 +1739,1378,0.08,0.666666667,1,0.219783951,0,0,0.219699074,0.891891892,3,1 +1741,1745,0.357142857,0.5,1,0.350482253,0,0,0.350455247,0.857142857,3,1 +1746,2060,0.105263158,0.074074074,0,0.104975198,0.333333333,0,0.045039683,0,7,0 +1748,1974,1,0.2,0,0.000578704,0,0,0.00037963,1,5,0 +1754,1974,0.333333333,0.4,0.5,0.158050926,0,0,0.085252315,0.875,5,0 +1755,1974,0.176470588,0.2,0,0.183849537,0,0,0.15675463,0.7,5,0 +1757,1974,0.5,0.066666667,0,0.340636574,0,0,0.340636574,0,5,0 +1762,134,0.04,0.041666667,0,0.365911045,0.25,0,0.365911045,0,7,0 +1764,327,0.105263158,0.2,0,0.865462963,0,0,0.865381944,0.727272727,1,0 +1766,1614,0.013605442,0.074074074,0,0.316863426,0.333333333,0.935280953,0.263260582,0,7,0 +1770,1614,0.340909091,0.555555556,0.5,0.469102183,0.333333333,0.935280953,0.005899471,0.909090909,7,1 +1773,1614,0.021276596,0.074074074,0,0.578973214,0.333333333,0.935280953,0.578963294,0,7,0 +1774,1975,0.189189189,0.7,1,0.005046296,0,0,6.94E-05,0.933333333,3,1 +1775,1975,0.012345679,0.1,0,0.010092593,0,0,0.010092593,0.885714286,3,0 +1776,71,0.227272727,0.185185185,0.5,0.052306548,0.666666667,0.999935281,0.004247685,0.9,7,1 +1778,71,0.024793388,0.055555556,0,0.063009259,0.666666667,0.999935281,0.062982804,0,7,0 +1783,71,0.125,0.018518519,0,0.434497355,0.666666667,0.999935281,0.434497355,0,7,0 +1784,71,0.025,0.018518519,0,0.122726521,0.666666667,0.999935281,0.122726521,0,7,0 +1785,2282,0.2,0.095238095,0,0.096747685,0.142857143,0.993592814,0.010162037,0,1,0 +1788,2282,0.173913043,0.19047619,0,0.549733796,0.142857143,0.993592814,0.019675926,0.866666667,1,0 +1789,2048,0.055555556,0.166666667,0,0.000840278,0,0,0.000840278,0.642857143,5,0 +1790,2048,0.009803922,0.166666667,0,0.943990741,0,0,0.943990741,0.888888889,5,0 +1791,2048,0.16,0.666666667,0,0.173997685,0,0,0.173923611,0.555555556,5,0 +1793,1939,0.125,0.25,0,0.409826389,0,0,0.409826389,1,1,0 +1794,1939,0.083333333,0.125,0,0.773865741,0,0,0.773865741,1,1,0 +1798,2116,0.003021148,0.027777778,0,0.029645062,0.5,0.993592814,0.029645062,0,3,0 +1801,2116,0.1,0.027777778,0,0.528206019,0.5,0.993592814,0.528206019,0,3,0 +1809,42,0.6,0.4,1,0.590763889,0,0.993592814,0.590632716,0.75,3,1 +1812,2516,0.25,0.03125,0,0.909178241,0.4375,0.993592814,0.909178241,0,7,0 +1814,1207,0.75,0.375,0,0.040393519,0,0,0.040386905,1,7,0 +1815,1207,0.009063444,0.375,0,0.113916997,0,0,0.039644511,0.848214286,7,0 +1816,2282,0.222222222,0.19047619,0.5,0.943321759,0.142857143,0.993592814,0.942905093,0.875,1,1 +1817,71,0.333333333,0.018518519,0,0.140653109,0.666666667,0.999935281,0.140653109,0,7,0 +1818,71,0.121212121,0.074074074,0.5,0.890727513,0.666666667,0.999935281,0.890727513,0,7,0 +1821,71,0.055555556,0.018518519,0,0.397008929,0.666666667,0.999935281,0.397008929,0,7,0 +1823,71,0.008196721,0.018518519,0,0.554892527,0.666666667,0.999935281,0.554892527,0,7,0 +1824,1248,0.058823529,0.035714286,0,0.998998016,0.678571429,0.993592814,0.998091931,0,7,0 +1827,42,0.009259259,0.066666667,0,0.000451389,0,0.993592814,0.000451389,0,3,0 +1828,42,0.028571429,0.066666667,0,1.54E-05,0,0.993592814,1.54E-05,0,3,0 +1829,42,0.022222222,0.066666667,0,0.002947531,0,0.993592814,0.002947531,0,3,0 +1831,1707,0.006802721,0.052631579,0,0.724006283,0.052631579,0,0.724006283,0,7,0 +1832,1707,0.263157895,0.263157895,0.5,0.796321098,0.052631579,0,0.720560516,0.833333333,7,1 +1833,1482,0.028571429,0.111111111,0,0.100539021,0,0.676469483,0.100539021,1,7,0 +1834,1482,0.6,0.333333333,0,0.146044974,0,0.676469483,0.146031746,1,7,0 +1835,1482,0.022727273,0.111111111,0,0.149029431,0,0.676469483,0.149029431,0.9,7,0 +1838,42,0.04,0.066666667,0,0.002326389,0,0.993592814,0.002326389,0,3,0 +1839,71,0.041666667,0.018518519,0,0.626314484,0.666666667,0.999935281,0.626314484,0,7,0 +1843,1904,0.075,0.3,0.5,0.807592593,0,0,0.807592593,1,1,1 +1851,1730,0.015384615,0.029411765,0,0.846349206,0.470588235,0.993592814,0.846349206,0,7,0 +1852,1730,0.066666667,0.029411765,0,0.974733796,0.470588235,0.993592814,0.974733796,0,7,0 +1855,787,0.083333333,0.041666667,0,0.014039352,0.25,0,0.014039352,0,3,0 +1859,1591,0.012987013,0.071428571,0,0.819442791,0,0.993592814,0.819442791,0,7,0 +1868,1591,0.0625,0.142857143,0,0.965132275,0,0.993592814,0.965127315,0.909090909,7,0 +1874,953,0.2,0.380952381,0,0.726168982,0.142857143,0,0.726122685,0.866666667,7,0 +1876,428,0.006802721,0.076923077,0,9.26E-06,0,0,9.26E-06,0,5,0 +1880,1730,0.054054054,0.058823529,0,0.998311839,0.470588235,0.993592814,0.998311839,0,7,0 +1881,2527,0.098591549,0.233333333,1,0.895712963,0.4,0.993592814,0.130465278,1,5,1 +1882,2527,1,0.166666667,0.5,0.553761574,0.4,0.993592814,0.550395833,1,5,1 +1888,787,0.076923077,0.125,0,0.13027392,0.25,0,0.130243056,0.75,3,0 +1891,719,0,0.125,0,0.004259259,0,0,0.004259259,1,1,0 +1892,719,0.081081081,0.375,0,0.071041667,0,0,0.070925926,0.857142857,1,0 +1893,719,0.09375,0.375,0,0.276331019,0,0,0.276122685,0.923076923,1,0 +1895,719,0.25,0.125,0,0.381527778,0,0,0.381527778,1,1,0 +1897,360,0.003021148,0.090909091,0,1.93E-05,0,0,1.93E-05,0,3,0 +1898,787,0.125,0.083333333,0,0.377897377,0.25,0,0.377808642,0,3,0 +1900,787,0.028571429,0.041666667,0,0.913113426,0.25,0,0.913113426,0,3,0 +1901,787,0.026666667,0.083333333,0,0.975625,0.25,0,0.000127315,0,3,0 +1902,2536,0.181818182,0.181818182,0,0.004696759,0,0,0.004657407,0.6,5,0 +1903,2536,0.052631579,0.090909091,0,0.000428241,0,0,0.000428241,0,5,0 +1905,2536,0.045454545,0.090909091,0,0.009997685,0,0,0.009997685,0,5,0 +1906,2536,0.142857143,0.272727273,0,0.494569444,0,0,0.025733796,1,5,0 +1907,2536,0.052631579,0.090909091,0,0.011064815,0,0,0.011064815,0,5,0 +1908,87,0.010869565,0.083333333,0,0.023909722,0,0,0.023909722,0,5,0 +1914,87,1,0.25,0,0.08212963,0,0,0.082115741,1,5,0 +1915,87,0.08,0.666666667,1,0.284326389,0,0,0.013027778,0.666666667,5,1 +1923,655,0.07826087,0.191489362,1,0.639806548,0.617021277,0.993592814,0.639794974,0.87755102,7,1 +1924,2534,0.125,0.090909091,0,0.011863426,0,0,0.011863426,0,5,0 +1928,453,0.666666667,0.4,0,0.70393287,0.1,0,0.70393287,1,5,0 +1931,1369,0.2,0.055555556,0,0.935568783,0,0,0.935568783,0,7,0 +1933,1165,0.246753247,0.327586207,1,0.759039352,0.689655172,0.993592814,0.747662037,0.923076923,1,1 +1934,2165,0.3,0.12,0,0.973206019,0.64,0.993592814,0.973152778,0.875,5,0 +1935,461,0.05,0.045454545,0,0.013635913,0.181818182,0.993592814,0.013635913,0,7,0 +1936,43,0.015384615,0.01754386,0,0.311875,0.684210526,0.993592814,0.311875,0,1,0 +1937,2165,0.045454545,0.02,0,0.971490741,0.64,0.993592814,0.971490741,0,5,0 +1938,2165,0.333333333,0.02,0,0.974601852,0.64,0.993592814,0.974601852,0,5,0 +1939,43,0.25,0.01754386,0,0.54943287,0.684210526,0.993592814,0.54943287,0,1,0 +1940,43,0.058823529,0.01754386,0,0.523217593,0.684210526,0.993592814,0.523217593,0,1,0 +1941,43,0.066666667,0.01754386,0,0.532430556,0.684210526,0.993592814,0.532430556,0,1,0 +1942,43,1,0.070175439,1,0.709548611,0.684210526,0.993592814,0.546481482,0,1,1 +1944,2408,0.041322314,0.065789474,0,0.000325728,0.763157895,0.993592814,0.000120701,0,7,0 +1946,2408,0.043478261,0.013157895,0,0.296502976,0.763157895,0.993592814,0.296502976,0,7,0 +1947,2408,0.074074074,0.052631579,0.5,0.130213294,0.763157895,0.993592814,0.129775132,0,7,0 +1950,2408,0.2,0.013157895,0,0.618888889,0.763157895,0.993592814,0.618888889,0,7,0 +1953,1847,0.019607843,0.060606061,0,0.49796627,0.454545455,0,0.497954696,0,7,0 +1954,1847,0.011235955,0.03030303,0,0.73994213,0.454545455,0,0.73994213,0,7,0 +1955,1847,0.02,0.060606061,0,0.514183201,0.454545455,0,0.514178241,0,7,0 +1956,1847,0.125,0.03030303,0,0.919408069,0.454545455,0,0.919408069,0,7,0 +1957,2394,0.076923077,0.083333333,0,0.050863095,0,0,0.050863095,0,7,0 +1958,2394,0.031746032,0.166666667,0,0.048804564,0,0,0.048804564,0.80952381,7,0 +1959,2394,0.071428571,0.083333333,0,0.099183201,0,0,0.099183201,0,7,0 +1962,572,0.028571429,0.032258065,0,1.32E-05,0.419354839,0.993592814,1.32E-05,0,7,0 +1963,1847,0.625,0.151515152,1,0.866071429,0.454545455,0,0.846585648,1,7,1 +1965,354,0.571428571,0.363636364,1,0.019414683,0,0,0.019408069,0.75,7,1 +1967,1165,0.016393443,0.034482759,0,0.170266204,0.689655172,0.993592814,0.170231482,0,1,0 +1968,1165,0.025,0.017241379,0,0.257118056,0.689655172,0.993592814,0.257118056,0,1,0 +1969,2394,0.003021148,0.083333333,0,0.753834325,0,0,0.753834325,0,7,0 +1971,1165,0.052631579,0.017241379,0,0.285231482,0.689655172,0.993592814,0.285231482,0,1,0 +1974,1897,0.181818182,0.08,0,0.958773148,0.28,0.993592814,0.958764881,0,7,0 +1977,2165,0.006802721,0.02,0,0.890152778,0.64,0.993592814,0.890152778,0,5,0 +1982,2165,0.021276596,0.04,0,0.854032407,0.64,0.993592814,0.854032407,0,5,0 +1987,2415,0.043478261,0.021276596,0,0.93077877,0.617021277,0.993592814,0.93077877,0,7,0 +1988,2251,0.003021148,0.166666667,0,0.141468254,0,0,0.141468254,0.848214286,7,0 +1989,2251,0.090909091,0.666666667,0,0.795257937,0,0,0.739763558,0.923076923,7,0 +1990,2251,0.007246377,0.166666667,0,0.780340609,0,0,0.780340609,0.865671642,7,0 +1997,1447,0.090909091,0.2,0,0.090034722,0,0,0.014219907,0.818181818,5,0 +1999,175,0.05,0.0625,0,0.266208664,0,0,0.266208664,0,7,0 +2000,175,1,0.375,0,0.270593585,0,0,0.010782077,1,7,0 +2001,2480,0.12,0.090909091,0,0.905663029,0.454545455,0.999935281,0.905663029,0,7,0 +2002,2480,0.045454545,0.060606061,0,0.906258267,0.454545455,0.999935281,0.906246693,0,7,0 +2005,2480,0.230769231,0.090909091,0,0.908809524,0.454545455,0.999935281,0.90879795,0,7,0 +2007,2480,0.666666667,0.060606061,0,0.193359788,0.454545455,0.999935281,0.193303571,0,7,0 +2011,2480,0.014084507,0.03030303,0,0.909697421,0.454545455,0.999935281,0.909697421,0,7,0 +2019,1041,0.125,0.05,0,0.9925,0.1,0.993592814,0.9925,0,1,0 +2020,1392,0.076923077,0.3,0.5,0.048025794,0,0,0.032301587,0.5,7,1 +2023,1060,0.0625,0.142857143,0,0.638948413,0,0,0.638948413,0.9,7,0 +2025,1060,0.048780488,0.285714286,0,0.937015542,0,0,0.289877646,1,7,0 +2026,1041,0.294117647,0.25,0,0.918298611,0.1,0.993592814,0.918252315,0.75,1,0 +2028,1041,0.5,0.05,0,0.943923611,0.1,0.993592814,0.943923611,0,1,0 +2030,742,0.086956522,0.228571429,1,0.880522487,0.485714286,0.993592814,0.864808201,0.903225806,7,1 +2039,2110,0.5,0.029411765,0,0.879969136,0.470588235,0.993592814,0.879969136,0,3,0 +2040,224,0.074074074,0.363636364,0,0.000142196,0,0,1.65E-05,0.95,7,0 +2044,1628,0.25,0.026315789,0,0.959785053,0.526315789,0.993592814,0.959785053,0,7,0 +2045,155,0.017241379,0.047619048,0,0.796990741,0.142857143,0,0.796990741,0,3,0 +2046,155,0.25,0.047619048,0,0.823912037,0.142857143,0,0.823912037,0,3,0 +2047,224,0.05,0.090909091,0,0.117791005,0,0,0.117791005,0,7,0 +2048,155,0.014925373,0.047619048,0,0.841118827,0.142857143,0,0.841118827,0,3,0 +2052,1127,0.045454545,0.047619048,0,0.907914352,0.142857143,0.993592814,0.907914352,0,5,0 +2054,1027,0.028571429,0.076923077,0,0.100446429,0,0,0.100446429,0,7,0 +2055,1127,0.018518519,0.047619048,0,0.964180556,0.142857143,0.993592814,0.964180556,0,5,0 +2056,1027,0.428571429,0.230769231,0,0.812000661,0,0,0.811987434,0.75,7,0 +2058,1127,0.020408163,0.047619048,0,0.99825463,0.142857143,0.993592814,0.99825463,0,5,0 +2060,1027,0.2,0.307692308,0,0.906155754,0,0,0.906155754,1,7,0 +2061,224,0.285714286,0.181818182,0,0.805947421,0,0,0.74395668,1,7,0 +2062,224,1,0.181818182,0,0.882151124,0,0,0.723488757,1,7,0 +2065,742,0.010416667,0.028571429,0,0.96317295,0.485714286,0.993592814,0.96317295,0,7,0 +2068,742,0.107692308,0.2,0,0.935003307,0.485714286,0.993592814,0.835987103,0.923076923,7,0 +2069,742,0.052631579,0.028571429,0,0.982607474,0.485714286,0.993592814,0.982607474,0,7,0 +2070,556,0.0625,0.036363636,0,0.530798611,0.672727273,0.99935281,0.53066358,0,3,0 +2071,556,0.007246377,0.018181818,0,0.308479938,0.672727273,0.99935281,0.308479938,0,3,0 +2073,742,0.01754386,0.028571429,0,0.99452877,0.485714286,0.993592814,0.99452877,0,7,0 +2074,742,0.1,0.057142857,0,0.983718585,0.485714286,0.993592814,0.983713624,0,7,0 +2075,2110,0.058823529,0.029411765,0,0.919305556,0.470588235,0.993592814,0.919305556,0,3,0 +2076,2110,0.047619048,0.029411765,0,0.991385031,0.470588235,0.993592814,0.991385031,0,3,0 +2077,2110,0.086419753,0.205882353,1,0.953869599,0.470588235,0.993592814,0.950462963,0.885714286,3,1 +2080,38,0.008196721,0.090909091,0,0.997615741,0,0.993592814,0.997615741,0,1,0 +2081,23,0.058823529,0.023809524,0,0.984236111,0.571428571,0.993592814,0.984236111,0,5,0 +2083,741,0.03030303,0.052631579,0,0.982164352,0.052631579,0.993592814,0.982164352,0,1,0 +2084,741,0.058823529,0.052631579,0,0.992395833,0.052631579,0.993592814,0.992395833,0,1,0 +2086,741,0.04,0.052631579,0,0.984930556,0.052631579,0.993592814,0.984930556,0,1,0 +2089,556,0.111111111,0.018181818,0,0.43554784,0.672727273,0.99935281,0.43554784,0,3,0 +2090,556,0.029411765,0.018181818,0,0.754598765,0.672727273,0.99935281,0.754598765,0,3,0 +2093,691,0.25,0.052631579,0,0.79556713,0.052631579,0,0.79556713,0,7,0 +2094,691,0.008403361,0.052631579,0,0.926661706,0.052631579,0,0.926661706,0,7,0 +2095,1041,0.018518519,0.05,0,0.999560185,0.1,0.993592814,0.999560185,0,1,0 +2096,2227,0.03030303,0.071428571,0,0.562731482,0,0,0.562731482,0,7,0 +2097,860,0.046153846,0.048387097,0,0.127787698,0.709677419,0.993592814,0.127787698,0,7,0 +2100,2249,0.095238095,0.086956522,0,0.68306713,0.217391304,0,0.68306713,0,1,0 +2101,2242,0.043478261,0.2,0,0.000960648,0,0,0.000960648,1,1,0 +2102,2242,0,0.2,0,0.053159722,0,0,0.053159722,1,1,0 +2103,1156,0,0.034482759,0,0.001215278,0.379310345,0,0.001215278,0,3,0 +2104,1156,0.003021148,0.034482759,0,0.008626543,0.379310345,0,0.008626543,0,3,0 +2108,2167,0.020408163,0.176470588,0.5,0.000118056,0,0,0.000118056,0.8125,5,0 +2109,2282,0.028571429,0.047619048,0,0.241168982,0.142857143,0.993592814,0.241168982,0,1,0 +2112,2282,0.140350877,0.380952381,1,0.763935185,0.142857143,0.993592814,0.763518519,0.866666667,1,1 +2123,1707,0.333333333,0.052631579,0,0.860492725,0.052631579,0,0.860492725,0,7,0 +2125,42,0.081081081,0.2,0,0.102654321,0,0.993592814,0.004791667,0.777777778,3,0 +2126,42,0.027027027,0.066666667,0,0.02470679,0,0.993592814,0.02470679,0,3,0 +2133,71,0.014925373,0.018518519,0,0.596390542,0.666666667,0.999935281,0.596390542,0,7,0 +2134,1480,0.058823529,0.2,0,8.10E-06,0,0,8.10E-06,0.5,10,0 +2135,1480,0.083333333,0.2,0,0.005204861,0,0,0.005204861,1,10,0 +2136,1480,0.027027027,0.2,0,0.38733912,0,0,0.38733912,0.636363636,10,0 +2137,1480,0.08,0.4,0,0.473502315,0,0,0.172472222,0.944444444,10,0 +2140,1614,0.035087719,0.074074074,0,0.986420304,0.333333333,0.935280953,0.986420304,0,7,0 +2141,1614,0.04,0.037037037,0,0.994943783,0.333333333,0.935280953,0.994943783,0,7,0 +2142,1614,0.051948052,0.148148148,0,0.986441799,0.333333333,0.935280953,0.986430225,0.923076923,7,0 +2144,1482,0.021276596,0.222222222,0,0.860830027,0,0.676469483,0.858541667,0.884615385,7,0 +2146,1482,0.25,0.111111111,0,0.897513228,0,0.676469483,0.897513228,1,7,0 +2147,1482,0.04,0.111111111,0,0.927286706,0,0.676469483,0.927286706,1,7,0 +2149,1414,0.028571429,0.028571429,0,0.8009375,0.485714286,0.993528095,0.8009375,0,1,0 +2153,2116,0.06557377,0.222222222,0,0.486496914,0.5,0.993592814,0.32939429,0.9,3,0 +2159,2116,0.022222222,0.027777778,0,0.663993056,0.5,0.993592814,0.663993056,0,3,0 +2162,2116,0.2,0.027777778,0,0.826311728,0.5,0.993592814,0.826311728,0,3,0 +2163,2116,0.185185185,0.138888889,0,0.84097608,0.5,0.993592814,0.577878086,1,3,0 +2164,2116,0.024793388,0.083333333,0,0.846929012,0.5,0.993592814,0.800088735,0,3,0 +2165,1882,0.01754386,0.1,0,0.016099537,0,0,0.016099537,0.793103448,7,0 +2167,1882,0.008264463,0.1,0,0.000436508,0,0,0.000436508,0.818181818,7,0 +2170,2116,0.464285714,0.361111111,0.5,0.988236883,0.5,0.993592814,0.845825617,1,3,0 +2175,2116,0.010416667,0.027777778,0,0.986990741,0.5,0.993592814,0.986990741,0,3,0 +2176,35,0.142857143,0.043478261,0,1.82E-05,0.217391304,0,1.82E-05,0,7,0 +2177,35,0.111111111,0.043478261,0,4.96E-06,0.217391304,0,4.96E-06,0,7,0 +2178,35,0.333333333,0.043478261,0,4.96E-05,0.217391304,0,4.96E-05,0,7,0 +2179,35,0.272727273,0.130434783,0,0.224697421,0.217391304,0,0.102926587,1,7,0 +2180,71,0.25,0.055555556,0,0.665299273,0.666666667,0.999935281,0.60318287,0,7,0 +2182,71,0.055555556,0.018518519,0,0.630142196,0.666666667,0.999935281,0.630142196,0,7,0 +2184,71,0.347826087,0.296296296,1,0.816532738,0.666666667,0.999935281,0.023310185,0.833333333,7,1 +2190,100,0.230769231,0.142857143,0,0.000956019,0.142857143,0.993592814,0.000956019,1,5,0 +2191,100,0.5,0.19047619,0,0.001976852,0.142857143,0.993592814,2.31E-06,0.666666667,5,0 +2193,100,0.16,0.19047619,0.5,0.111164352,0.142857143,0.993592814,0.04637037,1,5,0 +2194,100,0.071428571,0.047619048,0,0.048416667,0.142857143,0.993592814,0.048416667,0,5,0 +2202,100,0.010869565,0.047619048,0,0.659025463,0.142857143,0.993592814,0.659025463,0,5,0 +2205,2336,0.142857143,0.033333333,0,0.000198413,0.4,0.676404764,0.000198413,0,7,0 +2207,98,0.016528926,0.25,0,0.007480159,0,0,0.007461971,0.818181818,7,0 +2214,1366,0,0.142857143,0,0.14202381,0,0,0.14202381,0,7,0 +2215,1366,0.285714286,0.571428571,0.5,0.147736442,0,0,0.147718254,0.8,7,1 +2216,1598,0.06,0.75,1,0.251338735,0,0,0.25126929,0.666666667,3,1 +2217,1598,0.095238095,0.25,0,0.264988426,0,0,0.264251543,0.916666667,3,0 +2230,562,0.0125,0.142857143,0,0.115636574,0,0,0.115636574,0.954545455,1,0 +2231,562,0.007246377,0.142857143,0,0.862476852,0,0,0.862476852,0.865671642,1,0 +2232,1366,0.04,0.142857143,0,0.159126984,0,0,0.159126984,0.944444444,7,0 +2236,1366,0.003021148,0.142857143,0,0.17265377,0,0,0.17265377,0.848214286,7,0 +2237,2527,0.081632653,0.133333333,1,0.212543982,0.4,0.993592814,0.212458333,0.925925926,5,1 +2246,2536,0.03125,0.090909091,0,0.028956019,0,0,0.028956019,0,5,0 +2250,2536,0.095238095,0.181818182,0,0.228634259,0,0,0.228625,0.916666667,5,0 +2251,2468,0.015384615,0.125,0,3.31E-06,0,0,3.31E-06,0.916666667,7,0 +2252,2468,0.033333333,0.125,0,0.001198743,0,0,0.001198743,1,7,0 +2255,2468,0.016666667,0.125,0,0.049126984,0,0,0.049126984,0.842105263,7,0 +2256,1432,0.2,0.066666667,0,0.785608466,0,0,0.785608466,0,7,0 +2257,2468,0.166666667,0.125,0,0.029551918,0,0,0.029551918,1,7,0 +2259,2468,0.5,0.125,0,0.145639881,0,0,0.145639881,1,7,0 +2260,2468,0.008196721,0.125,0,0.630613426,0,0,0.630613426,0.9,7,0 +2261,394,0.285714286,0.090909091,0,0.167646605,0.181818182,0.995146071,0.167615741,0,3,0 +2262,394,1,0.090909091,0,0.308607253,0.181818182,0.995146071,0.195119599,0,3,0 +2263,2468,0.03030303,0.125,0,0.903718585,0,0,0.903718585,0.9,7,0 +2264,394,0.003021148,0.045454545,0,0.218179012,0.181818182,0.995146071,0.218179012,0,3,0 +2266,998,0.461538462,0.3,1,0.792237654,0.1,0,0.792091049,1,3,1 +2267,998,0.043478261,0.05,0,0.870559414,0.1,0,0.870559414,0,3,0 +2269,180,0.083333333,0.2,0,0.843314935,0,0.54696667,0.843314935,0.7,3,0 +2270,282,0.008403361,0.055555556,0,0.228209325,0,0,0.228209325,0,7,0 +2271,1754,0.090909091,0.05,0,0.975960648,0.1,0.993592814,0.975960648,0,5,0 +2272,1754,0.028571429,0.05,0,0.987141204,0.1,0.993592814,0.987141204,0,5,0 +2273,1754,0.032786885,0.1,0,0.99649537,0.1,0.993592814,0.996490741,0.833333333,5,0 +2275,1986,1,0.111111111,0,0.067986111,0.333333333,0.993592814,0.067986111,1,5,0 +2278,2394,0.020618557,0.166666667,0,0.829026124,0,0,0.829026124,0.75,7,0 +2279,2394,0.111111111,0.083333333,0,0.962040344,0,0,0.962040344,0,7,0 +2293,368,0.015384615,0.025,0,0.894962963,0.55,0.993592814,0.894962963,0,5,0 +2295,368,0.06,0.075,0,0.967291667,0.55,0.993592814,0.96725,0,5,0 +2299,368,0.541666667,0.325,1,0.931398148,0.55,0.993592814,0.93137037,1,5,1 +2301,368,0.08,0.05,0,0.804543982,0.55,0.993592814,0.804534722,0,5,0 +2305,43,0.038961039,0.052631579,0,0.895775463,0.684210526,0.993592814,0.878576389,0,1,0 +2308,461,0.03125,0.045454545,0,0.073872355,0.181818182,0.993592814,0.073872355,0,7,0 +2310,2408,0.1,0.026315789,0,0.811405423,0.763157895,0.993592814,0.811392196,0,7,0 +2311,2408,0.2,0.013157895,0,0.888761574,0.763157895,0.993592814,0.888761574,0,7,0 +2322,1847,0.022727273,0.03030303,0,0.985039683,0.454545455,0,0.985039683,0,7,0 +2323,461,0.047619048,0.136363636,0.5,0.136904762,0.181818182,0.993592814,0.066395503,0.80952381,7,1 +2328,2165,0,0.02,0,0.929773148,0.64,0.993592814,0.929773148,0,5,0 +2329,572,0.25,0.032258065,0,1.32E-05,0.419354839,0.993592814,1.32E-05,0,7,0 +2335,461,0.282051282,0.5,1,0.874239418,0.181818182,0.993592814,0.874232804,1,7,1 +2338,572,0.166666667,0.064516129,0,2.31E-05,0.419354839,0.993592814,2.31E-05,0,7,0 +2339,2408,0.019230769,0.013157895,0,0.893774802,0.763157895,0.993592814,0.893774802,0,7,0 +2340,2408,0.018126888,0.078947368,0.5,0.890367064,0.763157895,0.993592814,0.890367064,0,7,0 +2353,2212,0.4,0.051282051,0,0.0021875,0.538461538,0.993528095,0.0021875,0,7,0 +2355,2212,0.045454545,0.025641026,0,0.005684524,0.538461538,0.993528095,0.005684524,0,7,0 +2358,1376,0.058823529,0.111111111,0,0.411967593,0,0,0.411967593,0.888888889,7,0 +2359,1376,0.066666667,0.111111111,0,0.49968254,0,0,0.49968254,1,7,0 +2360,860,0.024390244,0.016129032,0,0.301187169,0.709677419,0.993592814,0.301187169,0,7,0 +2363,860,0.222222222,0.032258065,0,0.301223545,0.709677419,0.993592814,0.301216931,0,7,0 +2388,1863,0.333333333,0.080645161,0,0.973441358,0.709677419,0.993592814,0.97341821,0,3,0 +2391,341,0.058823529,0.043478261,0,1.39E-05,0.217391304,0,1.39E-05,0,5,0 +2396,1863,0.777777778,0.112903226,0,0.98431713,0.709677419,0.993592814,0.97652392,1,3,0 +2397,942,0.074074074,0.125,0.5,0.29054784,0.4375,0.967640476,0.290524691,0.806451613,3,0 +2402,341,0.032786885,0.086956522,0,0.013497685,0.217391304,0,0.013497685,0,5,0 +2403,942,0,0.03125,0,0.511280864,0.4375,0.967640476,0.511280864,0,3,0 +2405,860,0.571428571,0.193548387,0.5,0.979603175,0.709677419,0.993592814,0.872850529,0.75,7,1 +2408,1127,0.022727273,0.047619048,0,0.990523148,0.142857143,0.993592814,0.990523148,0,5,0 +2409,892,1,0.25,0,0.001666667,0,0,0.001508488,0,3,0 +2411,860,0.059701493,0.064516129,0,0.939424603,0.709677419,0.993592814,0.939181548,0,7,0 +2413,860,0.010416667,0.016129032,0,0.964826389,0.709677419,0.993592814,0.964826389,0,7,0 +2414,860,0.75,0.048387097,0,0.401069775,0.709677419,0.993592814,0.398766534,0,7,0 +2423,1141,0.034482759,0.047619048,0,0.004077932,0.142857143,0,0.004077932,0,3,0 +2424,1141,0.052631579,0.047619048,0,0.028595679,0.142857143,0,0.028595679,0,3,0 +2425,391,0.037735849,0.285714286,0,0.62786045,0,0,0.346913029,0.857142857,7,0 +2426,391,0.2,0.142857143,0,0.000279431,0,0,0.000279431,1,7,0 +2427,391,0.071428571,0.142857143,0,0.01801918,0,0,0.01801918,1,7,0 +2430,942,0.03125,0.03125,0,0.567060185,0.4375,0.967640476,0.567060185,0,3,0 +2434,1027,0.111111111,0.384615385,0.5,0.926739418,0,0,0.926665013,0.833333333,7,1 +2437,2417,0.5,0.083333333,0,0.829483796,0,0,0.829483796,0,5,0 +2438,1156,0.057142857,0.068965517,0,0.013051698,0.379310345,0,0.013016975,0,3,0 +2440,1156,0.2,0.034482759,0,0.349984568,0.379310345,0,0.349984568,0,3,0 +2441,1156,0.157894737,0.103448276,0,0.316628086,0.379310345,0,0.316585648,0.75,3,0 +2446,1231,0.055555556,0.05,0,0.000393519,0.1,0,0.000393519,0,1,0 +2447,563,0.25,0.5625,1,0.081134259,0,0,0.081124339,0.818181818,7,1 +2448,444,0.027210884,0.285714286,0,0.660574846,0,0.993592814,0.66005787,0.8125,3,0 +2452,444,0.125,0.071428571,0,0.665320216,0,0.993592814,0.665320216,0,3,0 +2453,444,0.016666667,0.071428571,0,0.742608025,0,0.993592814,0.742608025,0,3,0 +2455,537,0.5,0.222222222,0,0.109060847,0,0,0.088497024,1,7,0 +2460,1414,0.019230769,0.028571429,0,5.79E-05,0.485714286,0.993528095,5.79E-05,0,1,0 +2463,1941,0.05,0.066666667,0,0.642803722,0,0.999935281,0.642803722,0,7,0 +2465,71,0.043478261,0.018518519,0,0.009790013,0.666666667,0.999935281,0.009790013,0,7,0 +2466,71,1,0.037037037,0,8.10E-05,0.666666667,0.999935281,0.000014881,0,7,0 +2467,2375,1,0.064516129,0,0.090393519,0.419354839,0,0.022175926,0,7,0 +2468,2375,0.057142857,0.064516129,0,0.018227513,0.419354839,0,0.018227513,0,7,0 +2469,2375,0.028571429,0.032258065,0,0.047022156,0.419354839,0,0.047022156,0,7,0 +2470,2341,0.092592593,0.833333333,1,0.002152778,0,0,0.001134259,0.806451613,1,1 +2471,246,0.111111111,0.058823529,0,0.914525463,0,0,0.914525463,0,5,0 +2472,2375,0.018126888,0.193548387,0,0.254968585,0.419354839,0,0.075299273,0.848214286,7,0 +2473,2375,0.222222222,0.064516129,0,0.075532407,0.419354839,0,0.075510913,0,7,0 +2476,246,0.014084507,0.058823529,0,0.992715278,0,0,0.992715278,0,5,0 +2479,435,0.043478261,0.166666667,0,0.030089286,0,0,0.030089286,0.8,7,0 +2480,435,0.666666667,0.666666667,0,0.000446429,0,0,0.000396825,0.666666667,7,0 +2482,1414,0.057142857,0.057142857,0,0.498263889,0.485714286,0.993528095,0.498194444,0,1,0 +2483,1414,0.045454545,0.057142857,0,0.508391204,0.485714286,0.993528095,0.508344907,0,1,0 +2484,1414,0.033057851,0.114285714,0,0.698761574,0.485714286,0.993528095,0.698761574,0.818181818,1,0 +2485,1414,0.1,0.028571429,0,0.62962963,0.485714286,0.993528095,0.62962963,0,1,0 +2488,1414,0.285714286,0.171428571,1,0.737222222,0.485714286,0.993528095,0.737222222,1,1,1 +2490,1414,0.03125,0.028571429,0,0.918530093,0.485714286,0.993528095,0.918530093,0,1,0 +2492,203,0,0.033333333,0,0.283784722,0.4,0.993592814,0.283784722,0,1,0 +2493,203,0.5,0.033333333,0,0.535740741,0.4,0.993592814,0.535740741,0,1,0 +2494,203,0.05,0.033333333,0,0.61625,0.4,0.993592814,0.61625,0,1,0 +2498,1171,0.3,0.375,0,0.001878858,0,0,0.001840278,0.833333333,3,0 +2499,1171,0.068965517,0.25,0,0.003784722,0,0,0.001747685,0.933333333,3,0 +2502,1171,0.037037037,0.25,0,0.452804784,0,0,0.45277392,0.806451613,3,0 +2503,1171,0.25,0.125,0,0.532260803,0,0,0.532260803,1,3,0 +2505,2375,0.007246377,0.032258065,0,0.000330688,0.419354839,0,0.000330688,0,7,0 +2509,446,0.5,0.2,0,2.31E-05,0,0,2.31E-05,1,7,0 +2510,446,0.003021148,0.2,0,1.65E-05,0,0,1.65E-05,0.848214286,7,0 +2511,446,1,0.4,0,3.80E-05,0,0,3.80E-05,1,7,0 +2514,35,0.615384615,0.347826087,1,0.92312004,0.217391304,0,0.846312831,1,7,1 +2517,2484,0.151515152,0.087719298,0,0.554358466,0.684210526,0.993528095,0.168387897,0,7,0 +2518,2484,0.333333333,0.01754386,0,8.27E-06,0.684210526,0.993528095,8.27E-06,0,7,0 +2519,2484,0.307692308,0.070175439,0,0.995552249,0.684210526,0.993528095,0.712380952,0,7,0 +2524,2341,0.032258065,0.166666667,0,0.549560185,0,0,0.549560185,0.857142857,1,0 +2526,503,0.025,0.2,0,0.000104167,0,0,2.31E-05,0.954545455,1,0 +2528,503,0.037735849,0.2,0,0.012835648,0,0,0.012685185,0.782608696,1,0 +2530,503,0.021276596,0.2,0,0.047615741,0,0,0.047384259,0.806451613,1,0 +2532,2375,0.012987013,0.032258065,0,0.119451058,0.419354839,0,0.119451058,0,7,0 +2533,2375,0.051724138,0.096774194,0,0.101676587,0.419354839,0,0.101650132,0,7,0 +2535,2484,0.027777778,0.01754386,0,0.202769511,0.684210526,0.993528095,0.202769511,0,7,0 +2540,1453,0.1,0.041666667,0,0.01400463,0.25,0,0.01400463,0,1,0 +2541,1034,0.022727273,0.166666667,0,0.342172068,0,0.999935281,0.342172068,0.863636364,3,0 +2542,1119,0.009259259,0.021276596,0,0.829268519,0.617021277,0.935345672,0.829268519,0,5,0 +2545,30,0.333333333,0.5625,0.5,0.507426698,0,0,0.324780093,0.846153846,3,0 +2549,30,0,0.0625,0,0.917839506,0,0,0.917839506,0,3,0 +2552,400,0.193548387,0.193548387,1,0.990775463,0.419354839,0.999935281,0.990740741,0.666666667,1,1 +2566,2336,0.071428571,0.033333333,0,0.010573743,0.4,0.676404764,0.010573743,0,7,0 +2569,1119,0.011764706,0.021276596,0,0.864231482,0.617021277,0.935345672,0.864231482,0,5,0 +2570,1119,0.147058824,0.106382979,0,0.868935185,0.617021277,0.935345672,0.861173611,1,5,0 +2571,1119,0.071428571,0.021276596,0,0.868418982,0.617021277,0.935345672,0.868418982,0,5,0 +2573,1119,0.043478261,0.021276596,0,0.885094907,0.617021277,0.935345672,0.885094907,0,5,0 +2575,1119,0.142857143,0.021276596,0,0.899530093,0.617021277,0.935345672,0.899530093,0,5,0 +2578,1119,0.066666667,0.021276596,0,0.909916667,0.617021277,0.935345672,0.909916667,0,5,0 +2579,1119,0.5,0.106382979,0,0.996803241,0.617021277,0.935345672,0.91287963,0.666666667,5,0 +2581,1838,0.25,0.142857143,0,0.93366114,0,0,0.93366114,0.666666667,7,0 +2582,1802,0.11,0.392857143,1,0.9536875,0.357142857,0,0.000444444,0.666666667,5,1 +2583,1802,0.444444444,0.285714286,0.5,0.25219213,0.357142857,0,0.052791667,1,5,0 +2585,1802,0.041666667,0.035714286,0,0.167305556,0.357142857,0,0.167305556,0,5,0 +2588,1802,0.2,0.035714286,0,0.338460648,0.357142857,0,0.338460648,0,5,0 +2590,1453,0.03030303,0.041666667,0,1.16E-05,0.25,0,1.16E-05,0,1,0 +2591,1453,0.142857143,0.041666667,0,0.038877315,0.25,0,0.038877315,0,1,0 +2594,1453,0.006042296,0.083333333,0,0.135138889,0.25,0,0.135069444,0,1,0 +2595,1453,0.04,0.041666667,0,0.969016204,0.25,0,0.969016204,0,1,0 +2596,1119,0.034482759,0.042553191,0,0.911953704,0.617021277,0.935345672,0.91194213,0,5,0 +2598,1134,0.045454545,0.043478261,0,0.994672068,0.217391304,0.999935281,0.994672068,0,3,0 +2603,883,0.047619048,0.7,0.5,0.006967593,0,0,0.006951058,0.8125,7,1 +2604,883,0.3,0.3,0,0.010229828,0,0,0.007149471,0.5,7,0 +2605,298,0.066666667,0.142857143,0,0.108366402,0,0,0.108366402,0.7,7,0 +2608,1938,0.111111111,0.058823529,0,0.998125,0,0,0.998125,0,3,0 +2610,1585,0.022222222,0.111111111,0,3.09E-05,0,0,3.09E-05,0.727272727,3,0 +2611,1585,0.333333333,0.111111111,0,0.000003858,0,0,0.000003858,1,3,0 +2612,1585,0.076923077,0.111111111,0,0.009479167,0,0,0.009479167,1,3,0 +2614,1585,0.333333333,0.111111111,0,0.016273148,0,0,0.016273148,1,3,0 +2616,1119,0.5,0.042553191,0,0.996657407,0.617021277,0.935345672,0.996648148,0,5,0 +2618,1119,0.666666667,0.042553191,0,0.996724537,0.617021277,0.935345672,0.996724537,0,5,0 +2621,1802,0.6,0.107142857,0,0.950865741,0.357142857,0,0.186578704,0.666666667,5,0 +2622,1802,0.054054054,0.071428571,0,0.850233796,0.357142857,0,0.850224537,0,5,0 +2623,1802,0.333333333,0.035714286,0,0.986030093,0.357142857,0,0.986030093,0,5,0 +2629,1253,0.058823529,0.083333333,0,6.17E-05,0,0,6.17E-05,0,3,0 +2633,1089,0.057142857,0.095238095,0,0.021570216,0.142857143,0,0.001666667,0,3,0 +2635,887,0.052631579,0.055555556,0,0.001762566,0,0,0.001762566,0,7,0 +2636,887,0.357142857,0.277777778,0.5,0.017655423,0,0,0.000239749,0.714285714,7,1 +2641,394,0.047619048,0.045454545,0,0.242943673,0.181818182,0.995146071,0.242943673,0,3,0 +2642,1089,0.010869565,0.047619048,0,0.042415124,0.142857143,0,0.042415124,0,3,0 +2643,1089,0.011235955,0.047619048,0,0.324266975,0.142857143,0,0.324266975,0,3,0 +2644,1089,0.25,0.047619048,0,0.479483025,0.142857143,0,0.479483025,0,3,0 +2645,1089,0.057142857,0.095238095,0,0.624795525,0.142857143,0,0.624756944,0,3,0 +2647,1089,0.008196721,0.047619048,0,0.719008488,0.142857143,0,0.719008488,0,3,0 +2649,2527,0.076923077,0.033333333,0,0.655636574,0.4,0.993592814,0.655636574,0,5,0 +2651,2527,0.020408163,0.066666667,0,0.871532407,0.4,0.993592814,0.871525463,0,5,0 +2655,1089,0.1,0.047619048,0,0.97753858,0.142857143,0,0.97753858,0,3,0 +2659,1089,0.090909091,0.047619048,0,0.981828704,0.142857143,0,0.981828704,0,3,0 +2660,1089,0.113402062,0.523809524,1,0.982064043,0.142857143,0,0.976099537,0.75,3,1 +2672,1298,0.2,0.0625,0,0.594027778,0,0,0.594027778,0,1,0 +2675,453,0.2,0.05,0,0.481090278,0.1,0,0.481090278,0,5,0 +2676,453,0.085714286,0.15,0,0.015793982,0.1,0,0.015773148,0.76,5,0 +2679,453,0.242424242,0.4,0,0.826375,0.1,0,0.826375,0.8,5,0 +2688,964,0.014925373,0.166666667,0,2.31E-05,0,0,2.31E-05,0.806451613,1,0 +2689,964,0.2,0.166666667,0,0.000474537,0,0,0.000474537,1,1,0 +2690,964,0.01754386,0.166666667,0,0.399074074,0,0,0.399074074,0.793103448,1,0 +2691,964,0.052631579,0.166666667,0,0.087511574,0,0,0.087511574,0.727272727,1,0 +2692,964,0.666666667,0.333333333,0,0.757152778,0,0,0.757106482,1,1,0 +2700,1689,0.333333333,0.071428571,0,0.006089616,0,0,0.006089616,0,7,0 +2704,2132,0.05,0.066666667,0,0.000277778,0,0,0.000277778,0,3,0 +2705,2132,0.033333333,0.133333333,0,0.076755401,0,0,0.055189043,0.842105263,3,0 +2706,2132,0.166666667,0.133333333,0,0.001493056,0,0,0.001493056,0.75,3,0 +2710,2205,0.03125,0.019607843,0,0.960632716,0.647058824,0.993592814,0.960632716,0,3,0 +2712,2205,0.466666667,0.137254902,1,0.973834877,0.647058824,0.993592814,0.943402778,1,3,1 +2713,2205,0.333333333,0.039215686,0,0.986851852,0.647058824,0.993592814,0.986840278,0,3,0 +2714,952,0.017391304,0.166666667,0,0.795578704,0,0,0.795547288,0.926829268,7,0 +2716,952,0.0625,0.166666667,0,0.956886574,0,0,0.85291832,0.833333333,7,0 +2718,314,0.070175439,0.333333333,0,0.176669974,0,0,0.176669974,0.866666667,7,0 +2719,314,0.071428571,0.083333333,0,0.098311839,0,0,0.098311839,0,7,0 +2722,314,0.0625,0.166666667,0,0.008288691,0,0,0.008282077,0.923076923,7,0 +2729,1418,0.047619048,0.020408163,0,0.994753086,0.632653061,0.993592814,0.994753086,0,3,0 +2730,1418,0.0625,0.040816327,0,0.995516975,0.632653061,0.993592814,0.995486111,0,3,0 +2732,2420,0.029850746,0.105263158,0,0.092569444,0.052631579,0.993528095,0.092561177,0.806451613,7,0 +2734,2420,0.035087719,0.105263158,0,0.424054233,0.052631579,0.993528095,0.424045966,0.866666667,7,0 +2736,1369,0.25,0.055555556,0,0.113202712,0,0,0.113202712,0,7,0 +2738,1369,0.068965517,0.222222222,1,0.044011243,0,0,0.033435847,0.851851852,7,1 +2742,1369,0.007246377,0.055555556,0,0.332099868,0,0,0.332099868,0,7,0 +2744,1986,0.333333333,0.111111111,0,0.037993056,0.333333333,0.993592814,0.037979167,0.75,5,0 +2746,1986,0.014925373,0.037037037,0,0.091789352,0.333333333,0.993592814,0.091789352,0,5,0 +2747,1186,0.016393443,0.038461538,0,0.96318287,0.307692308,0.999935281,0.96318287,0,1,0 +2748,1754,0.2,0.25,0.5,0.111164352,0.1,0.993592814,0.001935185,1,5,0 +2749,1754,0.375,0.15,0,0.001976852,0.1,0.993592814,0.000981482,0.666666667,5,0 +2751,1754,0.071428571,0.05,0,0.048416667,0.1,0.993592814,0.048416667,0,5,0 +2755,1754,0.010869565,0.05,0,0.659025463,0.1,0.993592814,0.659025463,0,5,0 +2756,2205,0.026315789,0.019607843,0,0.977920525,0.647058824,0.993592814,0.977920525,0,3,0 +2757,2205,0.003021148,0.019607843,0,0.978834877,0.647058824,0.993592814,0.978834877,0,3,0 +2758,2205,0,0.019607843,0,0.994143519,0.647058824,0.993592814,0.994143519,0,3,0 +2761,399,0.076923077,0.166666667,0,0.007215609,0,0,0.007215609,1,7,0 +2762,399,0.032786885,0.333333333,0,0.008232474,0,0,0.008202712,0.833333333,7,0 +2763,399,0,0.166666667,0,0.015299273,0,0,0.015299273,1,7,0 +2764,399,0.025641026,0.166666667,0,0.823010913,0,0,0.823010913,0.846153846,7,0 +2765,401,0.222222222,0.117647059,0,2.48E-05,0,0,6.61E-06,0.6,7,0 +2768,401,0.057142857,0.117647059,0,0.185598545,0,0,0.14057705,0.857142857,7,0 +2774,1119,0.090909091,0.021276596,0,3.24E-05,0.617021277,0.935345672,3.24E-05,0,5,0 +2775,1119,0.157894737,0.063829787,0.5,0.004837963,0.617021277,0.935345672,0.000351852,0,5,0 +2778,1119,0.074074074,0.042553191,0,0.017011574,0.617021277,0.935345672,0.016872685,0,5,0 +2781,766,0.142857143,0.016949153,0,0.388516865,0.694915254,0.993592814,0.388516865,0,7,0 +2782,766,0.416666667,0.169491525,0.5,0.531617064,0.694915254,0.993592814,0.22952877,1,7,1 +2784,766,0.041666667,0.016949153,0,0.417435516,0.694915254,0.993592814,0.417435516,0,7,0 +2785,766,0.0125,0.016949153,0,0.42287037,0.694915254,0.993592814,0.42287037,0,7,0 +2789,766,0.12,0.050847458,0,0.749247685,0.694915254,0.993592814,0.416749339,0,7,0 +2790,766,0.008196721,0.016949153,0,0.683083664,0.694915254,0.993592814,0.683083664,0,7,0 +2791,766,0.037037037,0.016949153,0,0.701357474,0.694915254,0.993592814,0.701357474,0,7,0 +2797,400,0.014925373,0.032258065,0,0.515474537,0.419354839,0.999935281,0.515474537,0,1,0 +2800,634,0.010416667,0.034482759,0,0.953868056,0.379310345,0.676404764,0.953868056,0,5,0 +2807,1585,0.081081081,0.333333333,0,0.938688272,0,0,0.903464506,0.75,3,0 +2811,400,0.172413793,0.161290323,0,0.99119213,0.419354839,0.999935281,0.990601852,0.777777778,1,0 +2812,400,0.52,0.419354839,1,0.5396875,0.419354839,0.999935281,0.003634259,0.8,1,1 +2814,1838,0.060606061,0.142857143,0,0.995611873,0,0,0.995611873,0.866666667,7,0 +2820,634,0.029411765,0.103448276,0,0.002122685,0.379310345,0.676404764,0.002097222,0.888888889,5,0 +2821,2372,0.045454545,0.125,0,0.035896164,0,0,0.035896164,0.928571429,7,0 +2822,634,0.022727273,0.034482759,0,0.152467593,0.379310345,0.676404764,0.152467593,0,5,0 +2823,2372,0.111111111,0.25,0,0.180550595,0,0,0.01276455,1,7,0 +2825,2372,0.009259259,0.125,0,0.058176257,0,0,0.058176257,0.821428571,7,0 +2827,634,0.09375,0.103448276,0,0.34275463,0.379310345,0.676404764,0.258092593,0.923076923,5,0 +2828,634,0.060869565,0.24137931,0.5,0.946486111,0.379310345,0.676404764,0.912550926,0.87755102,5,1 +2833,2404,0.153846154,0.545454545,0,0.354784722,0,0,0.165796296,0.75,5,0 +2835,2404,0.05,0.090909091,0,0.744784722,0,0,0.744784722,0,5,0 +2836,2404,0.071428571,0.090909091,0,0.783280093,0,0,0.783280093,0,5,0 +2840,1119,1,0.063829787,0,0.0601875,0.617021277,0.935345672,0.060159722,0,5,0 +2844,953,0.070175439,0.19047619,0,0.399950397,0.142857143,0,0.399933862,0.866666667,7,0 +2845,2468,0.003021148,0.125,0,0.009500661,0,0,0.009500661,0.848214286,7,0 +2846,2266,0.35,0.175,1,0.86025463,0.55,0.993592814,0.860092593,0.75,1,1 +2851,2266,0.111111111,0.025,0,0.91931713,0.55,0.993592814,0.91931713,0,1,0 +2852,2100,0.461538462,0.19047619,1,0.733888889,0.714285714,0.98712091,0.71296131,0.909090909,7,1 +2855,2100,0.060606061,0.031746032,0,0.855087632,0.714285714,0.98712091,0.855072751,0,7,0 +2856,1591,0.6,0.214285714,0.5,0.808053902,0,0.993592814,0.80796627,1,7,1 +2857,31,0.133333333,0.071428571,0,0.51163206,0.357142857,0.935345672,0.511625446,0,7,0 +2859,31,0.017241379,0.035714286,0,0.817880138,0.357142857,0.935345672,0.817880138,0,7,0 +2860,31,0.166666667,0.071428571,0,0.825782002,0.357142857,0.935345672,0.825782002,0,7,0 +2864,1754,0.075,0.15,0.5,0.992328704,0.1,0.993592814,0.822375,1,5,1 +2867,2420,0.025,0.052631579,0,0.941531085,0.052631579,0.993528095,0.941531085,0,7,0 +2868,2420,0.056338028,0.210526316,0.5,0.948396164,0.052631579,0.993528095,0.948351521,1,7,1 +2872,2420,0.010416667,0.052631579,0,0.98552414,0.052631579,0.993528095,0.98552414,0,7,0 +2874,1186,0.111111111,0.038461538,0,0.308761574,0.307692308,0.999935281,0.308761574,0,1,0 +2876,1186,0.008695652,0.038461538,0,0.372453704,0.307692308,0.999935281,0.372453704,0,1,0 +2877,1186,0.210526316,0.153846154,0,0.478553241,0.307692308,0.999935281,0.478125,0.833333333,1,0 +2878,1186,0.090909091,0.038461538,0,0.76119213,0.307692308,0.999935281,0.76119213,0,1,0 +2879,180,0.05,0.2,0,0.019029574,0,0.54696667,0.019029574,0.714285714,3,0 +2880,180,0.047619048,0.2,0,0.016970096,0,0.54696667,0.016970096,1,3,0 +2881,180,0.025,0.2,0,0.328939781,0,0.54696667,0.328939781,0.909090909,3,0 +2883,2088,0.5,0.090909091,0,0.039479167,0,0,0.039479167,0,3,0 +2884,1418,0.1,0.204081633,0,0.991334877,0.632653061,0.993592814,0.946871142,0.666666667,3,0 +2885,2088,0.333333333,0.090909091,0,0.00966821,0,0,0.00966821,0,3,0 +2887,2088,0.111111111,0.818181818,1,0.605949074,0,0,0.541678241,0.885714286,3,1 +2894,533,0.017241379,0.041666667,0,2.81E-05,0.25,0.999935281,2.81E-05,0,7,0 +2897,482,0.020408163,0.069767442,0,0.987592593,0.581395349,0.993592814,0.987418982,0,1,0 +2899,482,0.058823529,0.023255814,0,0.992349537,0.581395349,0.993592814,0.992349537,0,1,0 +2900,935,1,0.142857143,0,0.000257937,0,0,0.000248016,0,7,0 +2904,935,0.026086957,0.214285714,0,0.0022834,0,0,0.001420304,0.87755102,7,0 +2908,1333,0.008695652,0.083333333,0,0.91775463,0,0,0.91775463,0,1,0 +2910,1333,0.125,0.166666667,0,0.997719907,0,0,0.996979167,0.888888889,1,0 +2914,1333,0.625,0.416666667,0,0.970520833,0,0,0.916365741,1,1,0 +2915,31,0.181818182,0.071428571,0,0.994451003,0.357142857,0.935345672,0.994441082,0,7,0 +2919,1186,0.066666667,0.115384615,0.5,0.705798611,0.307692308,0.999935281,0.705636574,0.727272727,1,1 +2922,1369,0.083333333,0.055555556,0,0.011946098,0,0,0.011946098,0,7,0 +2923,1369,0.017391304,0.111111111,0,0.021240079,0,0,0.019305556,0.926829268,7,0 +2924,1186,0.181818182,0.076923077,0,0.922407407,0.307692308,0.999935281,0.922407407,0,1,0 +2925,1369,0.2,0.111111111,0,0.021058201,0,0,0.021058201,0.857142857,7,0 +2928,43,0.108108108,0.070175439,0.5,0.306516204,0.684210526,0.993592814,0.306377315,0,1,0 +2933,2415,0.178571429,0.106382979,0,0.926382275,0.617021277,0.993592814,0.926367394,1,7,0 +2943,1050,0.25,0.041666667,0,4.63E-05,0.25,0,4.63E-05,0,1,0 +2946,1050,0.006042296,0.083333333,0,0.093668982,0.25,0,0.093518519,0,1,0 +2947,1050,0.117647059,0.083333333,0,0.341782407,0.25,0,0.311493056,0,1,0 +2952,2488,0.03030303,0.111111111,0,0.000025463,0,0,0.000025463,0.857142857,5,0 +2953,2488,0.5,0.111111111,0,0.00362037,0,0,0.00362037,1,5,0 +2957,2408,0.026086957,0.039473684,0,0.929704034,0.763157895,0.993592814,0.929689153,0,7,0 +2970,43,0.03125,0.01754386,0,0.953865741,0.684210526,0.993592814,0.953865741,0,1,0 +2971,2151,0.0625,0.052631579,0,0.135562169,0.052631579,0,0.135562169,0,7,0 +2972,2151,0.05,0.052631579,0,0.340173611,0.052631579,0,0.340173611,0,7,0 +2973,2151,0.04,0.052631579,0,0.885147156,0.052631579,0,0.885147156,0,7,0 +2975,604,0.727272727,0.533333333,0,0.070439815,0,0,0.000983796,0.5,1,0 +2984,1433,0.19047619,0.235294118,0,0.297407407,0,0.993592814,0.297407407,1,3,0 +2985,1433,0.333333333,0.058823529,0,0.321994599,0,0.993592814,0.321994599,0,3,0 +2987,1433,0.003021148,0.058823529,0,0.389363426,0,0.993592814,0.389363426,0,3,0 +2988,1433,0.014925373,0.058823529,0,0.484733796,0,0.993592814,0.484733796,0,3,0 +2993,1447,0.181818182,0.2,0,0.031009259,0,0,0.029134259,1,5,0 +2995,1447,0.315789474,0.6,0.5,0.663189815,0,0,0.000087963,0.5,5,0 +2998,629,0.012345679,0.045454545,0,0.022039352,0.181818182,0,0.022039352,0,5,0 +2999,629,0.057142857,0.090909091,0,0.029391204,0.181818182,0,0.01525463,0,5,0 +3000,629,0.0625,0.090909091,0,0.291956019,0.181818182,0,0.258546296,0,5,0 +3003,497,0.010416667,0.047619048,0,0.942278439,0.142857143,0.999935281,0.942278439,0,7,0 +3008,2469,0.043478261,0.038461538,0,0.928048942,0.307692308,0,0.928048942,0,7,0 +3009,1376,0.051724138,0.333333333,0,0.753417659,0,0,0.753412698,0.611111111,7,0 +3010,1376,0.024390244,0.111111111,0,0.862253638,0,0,0.862253638,1,7,0 +3013,2062,0.1,0.047619048,0,0.043483796,0.142857143,0,0.043483796,0,7,0 +3014,2062,0.395348837,0.80952381,1,0.168163029,0.142857143,0,0.168163029,0.916666667,7,1 +3016,2062,0.142857143,0.095238095,0,0.538883929,0.142857143,0,4.30E-05,0,7,0 +3018,2397,0.25,0.166666667,0,0.004756944,0,0,0.004733796,1,5,0 +3019,2397,0.083333333,0.083333333,0,0.254689815,0,0,0.254689815,0,5,0 +3021,2512,0.076923077,0.037037037,0,0.585451389,0.333333333,0,0.585451389,0,1,0 +3024,2512,0.006802721,0.037037037,0,0.85087963,0.333333333,0,0.85087963,0,1,0 +3025,1476,0.2,0.022222222,0,0.966097884,0.6,0.961233291,0.966097884,0,7,0 +3027,1026,0.04,0.090909091,0,0.005902778,0,0,0.005902778,0,3,0 +3029,1026,0.020833333,0.090909091,0,0.283526235,0,0,0.283526235,0,3,0 +3030,175,0.125,0.0625,0,6.61E-06,0,0,6.61E-06,0,7,0 +3033,2397,0.04,0.083333333,0,0.801560185,0,0,0.801560185,0,5,0 +3035,2212,0.031914894,0.076923077,0,0.936840278,0.538461538,0.993528095,0.802018849,0,7,0 +3037,2212,0.375,0.076923077,0,0.936954365,0.538461538,0.993528095,0.936934524,0,7,0 +3039,240,0.010416667,0.037037037,0,0.992071759,0.333333333,0.961233291,0.992071759,0,7,0 +3041,1143,0.006042296,0.117647059,0,0.385532407,0,0,0.294652778,0.848214286,3,0 +3042,675,0.033707865,0.2,0.5,0.405940807,0,0,0.405940807,0.84375,7,1 +3044,1143,1,0.117647059,0,0.000790895,0,0,0.000790895,0,3,0 +3048,2447,0.040816327,0.090909091,0,0.997322531,0.181818182,0.993592814,0.997249228,0,3,0 +3050,2447,0.12,0.136363636,0,0.996427469,0.181818182,0.993592814,0.996427469,1,3,0 +3052,240,0.025,0.037037037,0,0.921507937,0.333333333,0.961233291,0.921507937,0,7,0 +3058,2412,0.086956522,0.166666667,0,0.250613426,0,0,0.250335648,1,1,0 +3059,2412,0.125,0.166666667,0,0.303599537,0,0,0.303217593,0.875,1,0 +3061,2412,0.007246377,0.083333333,0,0.84181713,0,0,0.84181713,0,1,0 +3062,2412,0.009803922,0.083333333,0,0.990578704,0,0,0.990578704,0,1,0 +3065,2212,0.181818182,0.051282051,0,0.945800265,0.538461538,0.993528095,0.945800265,0,7,0 +3066,1476,1,0.111111111,0,0.71291336,0.6,0.961233291,0.000601852,0,7,0 +3070,175,0.444444444,0.25,0.5,0.012328042,0,0,0.012318122,0.6,7,1 +3075,1662,0.046153846,0.6,0.5,0.324651124,0,0,0.324558532,0.916666667,7,1 +3078,1026,0.028571429,0.090909091,0,0.213364198,0,0,0.213364198,0,3,0 +3079,1026,0.04,0.090909091,0,0.328422068,0,0,0.328422068,0,3,0 +3080,1026,0.055555556,0.090909091,0,0.342596451,0,0,0.342596451,0,3,0 +3081,1026,0.375,0.272727273,0,0.624405864,0,0,0.624386574,1,3,0 +3082,1026,0.090909091,0.090909091,0,0.729787809,0,0,0.729787809,0,3,0 +3084,1026,0.037037037,0.090909091,0,0.950435957,0,0,0.950435957,0,3,0 +3085,2480,0.357142857,0.151515152,1,0.30484623,0.454545455,0.999935281,0.304824736,1,7,1 +3089,2480,0.205882353,0.212121212,1,0.305844907,0.454545455,0.999935281,0.187959656,1,7,1 +3090,2480,0.333333333,0.03030303,0,0.327921627,0.454545455,0.999935281,0.327921627,0,7,0 +3091,2480,0.043478261,0.03030303,0,0.329237765,0.454545455,0.999935281,0.329237765,0,7,0 +3092,2480,0.028571429,0.03030303,0,0.475568783,0.454545455,0.999935281,0.475568783,0,7,0 +3093,2480,0.060606061,0.060606061,0,0.639654431,0.454545455,0.999935281,0.639624669,0,7,0 +3094,2480,0.0125,0.03030303,0,0.620557209,0.454545455,0.999935281,0.620557209,0,7,0 +3096,2480,0.022727273,0.03030303,0,0.757996032,0.454545455,0.999935281,0.757996032,0,7,0 +3098,125,0.0625,0.111111111,0,0.001264881,0,0.993592814,0.001264881,0.9,7,0 +3101,2060,0.014925373,0.037037037,0,0.145190146,0.333333333,0,0.145190146,0,7,0 +3103,2060,0.071428571,0.037037037,0,0.365722553,0.333333333,0,0.365722553,0,7,0 +3105,1759,0.03030303,0.071428571,0,0.026006944,0,0,0.026006944,0,1,0 +3107,1759,0.035714286,0.071428571,0,0.12494213,0,0,0.12494213,0,1,0 +3108,1759,0.733333333,0.785714286,1,0.401180556,0,0,0.025648148,0,1,1 +3109,2512,0.0625,0.037037037,0,0.855497685,0.333333333,0,0.855497685,0,1,0 +3114,1226,0.090909091,0.083333333,0,0.657529762,0,0,0.657529762,0,7,0 +3124,1143,0.166666667,0.058823529,0,0.767067901,0,0,0.767067901,0,3,0 +3125,1143,0.05,0.117647059,0,0.581439043,0,0,0.581427469,0.909090909,3,0 +3127,675,0.09375,0.2,0,0.416226852,0,0,0.005539021,0.9,7,0 +3132,675,0.1,0.4,0.5,0.25849537,0,0,0.141660053,0.842105263,7,1 +3136,2447,0.117647059,0.090909091,0,0.274147377,0.181818182,0.993592814,0.274147377,0,3,0 +3138,2447,0.068965517,0.090909091,0,0.399988426,0.181818182,0.993592814,0.399988426,0,3,0 +3139,1961,0.034482759,0.038461538,0,0.047521495,0.307692308,0,0.047521495,0,7,0 +3140,1961,0.090909091,0.038461538,0,0.021577381,0.307692308,0,0.021577381,0,7,0 +3142,1961,0.75,0.346153846,1,0.566754299,0.307692308,0,0.540954034,0.75,7,1 +3154,1111,0.076923077,0.333333333,0,0.058250661,0,0,0.058227513,0.823529412,7,0 +3159,2462,0.025210084,0.428571429,0.5,0.112897377,0,0,0.006905864,0.757575758,3,0 +3161,2462,0.4,0.285714286,0,0.423020833,0,0,0.422989969,1,3,0 +3163,1194,0.008695652,0.071428571,0,9.92E-06,0,0,9.92E-06,0,7,0 +3165,2347,0.342857143,0.48,1,0.572638889,0.28,0,0.572638889,1,3,1 +3166,1194,0.06,0.214285714,0,0.26828373,0,0,0.26828373,1,7,0 +3172,1194,0.05,0.071428571,0,0.09863922,0,0,0.09863922,0,7,0 +3175,1711,1,0.057142857,0,0.989378858,0.485714286,0.993592814,0.989313272,0,3,0 +3178,1711,0.071428571,0.028571429,0,0.92746142,0.485714286,0.993592814,0.92746142,0,3,0 +3185,2010,0.07826087,0.272727273,1,0.440934193,0.454545455,0.993592814,0.407435516,0.926829268,7,1 +3186,155,0.022727273,0.047619048,0,0.699155093,0.142857143,0,0.699155093,0,3,0 +3191,5,0.052631579,0.034482759,0,0.034857253,0.379310345,0.993592814,0.034857253,0,3,0 +3194,2249,0.206896552,0.260869565,0.5,0.459166667,0.217391304,0,0.184143519,0.823529412,1,1 +3195,2285,0.333333333,0.222222222,0,0.063611111,0,0.993592814,0.063506944,0.333333333,1,0 +3197,2285,0.023255814,0.111111111,0,0.335601852,0,0.993592814,0.335601852,0.866666667,1,0 +3198,2285,0.06122449,0.666666667,1,0.99212963,0,0.993592814,0.991435185,0.878787879,1,1 +3203,1399,0.016129032,0.166666667,0,0.570963955,0,0,0.570963955,0.75,7,0 +3204,1399,0.097560976,0.666666667,0,0.425487765,0,0,0.409993386,1,7,0 +3209,2442,0.333333333,0.038461538,0,0.821090278,0.307692308,0,0.821090278,0,5,0 +3210,2442,1,0.076923077,0,0.793666667,0.307692308,0,0.793643519,0,5,0 +3211,2442,0.016393443,0.076923077,0,0.829733796,0.307692308,0,0.829717593,0,5,0 +3212,2442,0.020408163,0.038461538,0,0.851717593,0.307692308,0,0.851717593,0,5,0 +3214,2442,0.5,0.038461538,0,0.858861111,0.307692308,0,0.858861111,0,5,0 +3215,1731,0.333333333,0.034482759,0,0.898364198,0.379310345,0.553050261,0.898364198,0,3,0 +3216,1731,0.222222222,0.068965517,0,0.647357253,0.379310345,0.553050261,0.647357253,0,3,0 +3217,1731,0.4,0.137931034,0.5,0.728695988,0.379310345,0.553050261,0.680790895,1,3,0 +3218,1731,0.043478261,0.034482759,0,0.697885803,0.379310345,0.553050261,0.697885803,0,3,0 +3222,1599,0.010416667,0.052631579,0,0.831423611,0.052631579,0.993592814,0.831423611,0,1,0 +3223,1599,0.010869565,0.052631579,0,0.966851852,0.052631579,0.993592814,0.966851852,0,1,0 +3224,1599,0.009063444,0.157894737,0,0.97005787,0.052631579,0.993592814,0.970011574,0.848214286,1,0 +3227,45,0.25,0.4,0,7.11E-05,0,0,6.61E-06,1,7,0 +3229,45,0.026086957,0.6,0,0.000623347,0,0,2.98E-05,0.87755102,7,0 +3231,1231,0.007246377,0.05,0,0.918032407,0.1,0,0.918032407,0,1,0 +3232,1231,0.012345679,0.05,0,0.850196759,0.1,0,0.850196759,0,1,0 +3233,1231,0.022727273,0.05,0,0.962835648,0.1,0,0.962835648,0,1,0 +3237,134,0.010638298,0.041666667,0,0.370386905,0.25,0,0.370386905,0,7,0 +3238,134,0.111111111,0.041666667,0,0.38567791,0.25,0,0.38567791,0,7,0 +3239,134,0.071428571,0.041666667,0,0.461018519,0.25,0,0.461018519,0,7,0 +3240,2074,0.126984127,0.727272727,1,0.036844907,0,0,0.036706019,0.80952381,5,1 +3242,2249,1,0.173913043,0,0.42068287,0.217391304,0,0.420439815,1,1,0 +3247,2249,0.085106383,0.347826087,1,0.484837963,0.217391304,0,0.404965278,0.806451613,1,1 +3258,563,0.029411765,0.0625,0,0.061964286,0,0,0.061964286,0,7,0 +3265,1731,0.111111111,0.034482759,0,0.909857253,0.379310345,0.553050261,0.909857253,0,3,0 +3266,1731,0.025,0.034482759,0,0.960470679,0.379310345,0.553050261,0.960470679,0,3,0 +3267,1731,0.010416667,0.034482759,0,0.917071759,0.379310345,0.553050261,0.917071759,0,3,0 +3268,1731,0.363636364,0.137931034,0,0.930270062,0.379310345,0.553050261,0.930223765,0.6,3,0 +3270,327,0.04,0.1,0,0.000127315,0,0,0.000127315,0.75,1,0 +3274,2242,0.012987013,0.2,0,0.000497685,0,0,0.000497685,0.774193548,1,0 +3275,2242,0.020408163,0.4,0,8.10E-05,0,0,3.47E-05,0.878787879,1,0 +3277,5,0.136363636,0.103448276,0.5,0.033140432,0.379310345,0.993592814,0.032947531,0.75,3,0 +3282,2010,0.026315789,0.03030303,0,0.730238095,0.454545455,0.993592814,0.730238095,0,7,0 +3290,2010,0.008196721,0.03030303,0,0.820481151,0.454545455,0.993592814,0.820481151,0,7,0 +3293,1863,0.103448276,0.048387097,0,0.010895062,0.709677419,0.993592814,1.54E-05,0,3,0 +3294,341,0.068181818,0.130434783,0,0.008451389,0.217391304,0,0.008425926,1,5,0 +3298,341,0.266666667,0.173913043,0,0.224011574,0.217391304,0,0.224011574,0.833333333,5,0 +3299,341,0.012345679,0.043478261,0,0.022039352,0.217391304,0,0.022039352,0,5,0 +3300,341,0.057142857,0.086956522,0,0.029391204,0.217391304,0,0.01525463,0,5,0 +3305,942,0.137931034,0.25,1,0.516049383,0.4375,0.967640476,0.395640432,1,3,1 +3306,341,0.0625,0.086956522,0,0.291956019,0.217391304,0,0.258546296,0,5,0 +3307,942,0.05,0.03125,0,0.537515432,0.4375,0.967640476,0.537515432,0,3,0 +3309,691,0.2,0.368421053,0,0.598571429,0.052631579,0,0.021886574,0.769230769,7,0 +3310,691,0.071428571,0.105263158,0,0.238353175,0.052631579,0,0.028373016,0.714285714,7,0 +3322,23,0.338028169,0.571428571,1,0.935574074,0.571428571,0.993592814,0.088502315,0.933333333,5,1 +3323,5,0.074468085,0.24137931,1,0.03712963,0.379310345,0.993592814,0.03408179,0.806451613,3,1 +3324,5,0.014084507,0.034482759,0,0.062322531,0.379310345,0.993592814,0.062322531,0,3,0 +3325,5,0.2,0.034482759,0,0.173931327,0.379310345,0.993592814,0.173931327,0,3,0 +3327,942,0.037037037,0.0625,0,0.596685957,0.4375,0.967640476,0.596678241,0,3,0 +3329,942,0.003021148,0.03125,0,0.61152392,0.4375,0.967640476,0.61152392,0,3,0 +3330,1863,0.003021148,0.016129032,0,0.978912037,0.709677419,0.993592814,0.978912037,0,3,0 +3340,691,0.5,0.105263158,0,0.878506944,0.052631579,0,0.645555556,1,7,0 +3341,691,0.130434783,0.157894737,0,0.349560185,0.052631579,0,0.349545304,1,7,0 +3345,1996,0.028571429,0.166666667,0,3.47E-05,0,0.676404764,3.47E-05,0.736842105,1,0 +3346,1659,0.007246377,0.125,0,0.000162037,0,0,0.000162037,0.865671642,1,0 +3347,1996,0.333333333,0.166666667,0,0.000856482,0,0.676404764,0.000856482,1,1,0 +3348,1659,0.029850746,0.25,0,0.000104167,0,0,5.79E-05,0.806451613,1,0 +3350,1659,0.055555556,0.125,0,0.061111111,0,0,0.061111111,0.615384615,1,0 +3351,1659,0.068181818,0.375,0,0.433483796,0,0,0.433483796,0.916666667,1,0 +3352,1659,0.055555556,0.125,0,0.602511574,0,0,0.602511574,0.916666667,1,0 +3353,1996,0.066666667,0.166666667,0,0.053287037,0,0.676404764,0.053287037,1,1,0 +3355,1231,0.027777778,0.05,0,0.00025463,0.1,0,0.00025463,0,1,0 +3356,563,0.02247191,0.125,0,0.2588459,0,0,0.078875661,0.84375,7,0 +3357,1231,0.08,0.1,0,0.003981482,0.1,0,0.003576389,0.9,1,0 +3359,1231,0.043478261,0.05,0,0.005532407,0.1,0,0.005532407,0,1,0 +3360,563,0.142857143,0.0625,0,0.293070437,0,0,0.293070437,0,7,0 +3369,2343,0.022222222,0.125,0,0.000138889,0,0,0.000138889,0.727272727,1,0 +3370,2343,0.045454545,0.25,0,0.237650463,0,0,0.119872685,0.916666667,1,0 +3374,2343,0.076923077,0.5,0,0.059606482,0,0,0.059606482,0.76,1,0 +3380,655,0.2,0.021276596,0,0.000330688,0.617021277,0.993592814,0.000330688,0,7,0 +3382,655,0.057142857,0.042553191,0,0.037640542,0.617021277,0.993592814,0.037640542,0,7,0 +3383,2534,0,0.090909091,0,0.400171296,0,0,0.400171296,0,5,0 +3384,2257,0.125,0.1,0,0.011636574,0,0,0.011636574,1,5,0 +3386,496,0.066666667,0.02173913,0,0.003568122,0.608695652,0.999935281,0.003568122,0,7,0 +3387,496,0.111111111,0.043478261,0,0.006226852,0.608695652,0.999935281,9.92E-06,0,7,0 +3388,496,0.016393443,0.043478261,0,0.066215278,0.608695652,0.999935281,0.066215278,0,7,0 +3389,787,0.038461538,0.041666667,0,4.63E-05,0.25,0,4.63E-05,0,3,0 +3393,496,0.010416667,0.02173913,0,0.995084325,0.608695652,0.999935281,0.995084325,0,7,0 +3394,787,0.015384615,0.041666667,0,2.31E-05,0.25,0,2.31E-05,0,3,0 +3395,655,0.307692308,0.170212766,0.5,0.93823578,0.617021277,0.993592814,0.936025132,0.916666667,7,1 +3401,655,0.05,0.042553191,0,0.945745701,0.617021277,0.993592814,0.936572421,0,7,0 +3402,655,0.025,0.021276596,0,0.961693122,0.617021277,0.993592814,0.961693122,0,7,0 +3405,1591,0.034482759,0.071428571,0,1.16E-05,0,0.993592814,1.16E-05,0,7,0 +3406,1591,0.008196721,0.071428571,0,0.000014881,0,0.993592814,0.000014881,0,7,0 +3408,1591,0.071428571,0.071428571,0,1.65E-05,0,0.993592814,1.65E-05,0,7,0 +3409,655,0.043478261,0.021276596,0,0.975899471,0.617021277,0.993592814,0.975899471,0,7,0 +3410,655,0.057142857,0.042553191,0,0.978510251,0.617021277,0.993592814,0.978510251,0,7,0 +3412,2266,0.052631579,0.025,0,0.968425926,0.55,0.993592814,0.968425926,0,1,0 +3415,60,0.111111111,0.25,0,7.64E-05,0,0,2.31E-05,0.916666667,5,0 +3416,60,0.026666667,0.25,0,0.03024537,0,0,0.030194444,0.891891892,5,0 +3418,60,0.010638298,0.125,0,0.033400463,0,0,0.033400463,0.884615385,5,0 +3419,60,0.166666667,0.125,0,0.234134259,0,0,0.234134259,1,5,0 +3420,60,0.022222222,0.125,0,0.879543982,0,0,0.879543982,0.818181818,5,0 +3421,60,0.05,0.125,0,0.996981482,0,0,0.996981482,0.916666667,5,0 +3423,1232,0.020833333,0.125,0,0.194153545,0,0,0.194153545,1,3,0 +3424,2100,0.06122449,0.142857143,1,0.612144511,0.714285714,0.98712091,0.356640212,0.8125,7,1 +3430,2100,0.02,0.015873016,0,0.388528439,0.714285714,0.98712091,0.388528439,0,7,0 +3433,2266,0.086956522,0.05,0,0.996493056,0.55,0.993592814,0.989722222,0,1,0 +3441,1323,0,0.1,0,0.98615147,0,0,0.98615147,1,7,0 +3442,655,0.086206897,0.106382979,0,0.97114418,0.617021277,0.993592814,0.962620701,1,7,0 +3445,35,0.055555556,0.043478261,0,5.62E-05,0.217391304,0,5.62E-05,0,7,0 +3452,1882,0.111111111,0.1,0,0.045689484,0,0,0.045689484,0.833333333,7,0 +3453,1882,0.06557377,0.4,0,0.580734127,0,0,0.097493386,0.833333333,7,0 +3454,1882,0.5,0.1,0,0.223905423,0,0,0.223905423,1,7,0 +3455,1414,0.173913043,0.114285714,1,0.776400463,0.485714286,0.993528095,0.776215278,0.777777778,1,1 +3456,1414,0.045454545,0.028571429,0,0.824930556,0.485714286,0.993528095,0.824930556,0,1,0 +3457,1414,0.120689655,0.2,1,0.84599537,0.485714286,0.993528095,0.844965278,0.851851852,1,1 +3458,1414,0.014925373,0.028571429,0,0.870636574,0.485714286,0.993528095,0.870636574,0,1,0 +3465,35,0.083333333,0.130434783,0,0.344857804,0.217391304,0,0.195780423,0.818181818,7,0 +3467,35,0.055555556,0.043478261,0,0.201575728,0.217391304,0,0.201575728,0,7,0 +3468,35,0.068965517,0.086956522,0,0.280381944,0.217391304,0,0.091661706,0,7,0 +3471,35,0.021276596,0.086956522,0,0.45093254,0.217391304,0,0.450924273,0,7,0 +3473,1119,0.043478261,0.021276596,0,0.093412037,0.617021277,0.935345672,0.093412037,0,5,0 +3476,1119,0,0.021276596,0,0.106335648,0.617021277,0.935345672,0.106335648,0,5,0 +3478,30,0.027027027,0.0625,0,0.004548611,0,0,0.004548611,0,3,0 +3479,30,0.090909091,0.0625,0,0.270393519,0,0,0.270393519,0,3,0 +3483,1585,0.010416667,0.111111111,0,0.985381944,0,0,0.985381944,1,3,0 +3484,30,1,0.25,0,0.513005401,0,0,0.384467593,1,3,0 +3491,1119,0.083333333,0.063829787,0,0.900527778,0.617021277,0.935345672,0.475645833,0,5,0 +3492,1119,0.333333333,0.085106383,0.5,0.606050926,0.617021277,0.935345672,0.475530093,0,5,0 +3499,400,0.038461538,0.032258065,0,0.962905093,0.419354839,0.999935281,0.962905093,0,1,0 +3500,1134,0.017241379,0.043478261,0,0.455482253,0.217391304,0.999935281,0.455482253,0,3,0 +3502,400,0.357142857,0.161290323,1,0.939699074,0.419354839,0.999935281,0.939502315,1,1,1 +3521,1134,0.0625,0.043478261,0,0.994490741,0.217391304,0.999935281,0.994490741,0,3,0 +3522,98,0.012987013,0.125,0,0.994985119,0,0,0.994985119,0.923076923,7,0 +3523,1736,0.7,0.189189189,0,0.281391204,0.513513514,0.993528095,0.26724537,0.75,5,0 +3526,1736,0.084745763,0.135135135,0.5,0.357796296,0.513513514,0.993528095,0.357752315,0.8,5,0 +3530,482,0.058823529,0.162790698,0,0.132511574,0.581395349,0.993592814,4.63E-05,0.757575758,1,0 +3533,533,0.409090909,0.375,1,0.902050265,0.25,0.999935281,0.902000661,0.777777778,7,1 +3535,348,0.010416667,0.1,0,0.918283179,0,0.993592814,0.918283179,1,3,0 +3536,348,0.125,0.2,0,0.958225309,0,0.993592814,0.958167438,1,3,0 +3538,348,0.1,0.1,0,0.986712963,0,0.993592814,0.986712963,1,3,0 +3539,899,0.055555556,0.2,0,0,0,0,0,0.909090909,5,0 +3540,899,0.028571429,0.2,0,0.008962963,0,0,0.008962963,0.76,5,0 +3541,899,0.25,0.2,0,1.16E-05,0,0,1.16E-05,1,5,0 +3542,31,0.375,0.428571429,1,0.906125061,0.357142857,0.935345672,0.906116794,0.909090909,7,1 +3547,1418,0.046296296,0.102040816,0,0.98222608,0.632653061,0.993592814,0.907033179,0.821428571,3,0 +3548,1986,0.25,0.037037037,0,0.999178241,0.333333333,0.993592814,0.999178241,0,5,0 +3549,1986,0.5,0.074074074,0,0.980768519,0.333333333,0.993592814,0.980768519,0,5,0 +3550,1986,0.058823529,0.037037037,0,0.98880787,0.333333333,0.993592814,0.98880787,0,5,0 +3551,1852,0.25,0.1,0,1.16E-05,0,0,1.16E-05,1,1,0 +3557,1818,0.045454545,0.0625,0,0.461956019,0,0,0.461956019,0,3,0 +3558,1186,0.068181818,0.115384615,0,0.052951389,0.307692308,0.999935281,0.0528125,1,1,0 +3560,1186,0.1,0.038461538,0,0.142824074,0.307692308,0.999935281,0.142824074,0,1,0 +3561,650,0.021276596,0.25,0,0.005891204,0,0,0.003576389,0.884615385,1,0 +3564,1333,0.041237113,0.333333333,1,0.893912037,0,0,0.893761574,0.75,1,1 +3565,1215,0.111111111,0.2,0,0.234444444,0,0,0.234444444,0.75,5,0 +3568,1215,0.166666667,0.4,0,0.050800926,0,0,0.050064815,0.7,5,0 +3569,1215,0.009803922,0.2,0,0.234497685,0,0,0.234497685,0.888888889,5,0 +3570,43,0.1,0.070175439,0,0.870625,0.684210526,0.993592814,0.870486111,0,1,0 +3572,43,0.5,0.01754386,0,0.736319444,0.684210526,0.993592814,0.736319444,0,1,0 +3573,43,0.085714286,0.052631579,0,0.795405093,0.684210526,0.993592814,0.795335648,0,1,0 +3574,43,0.4,0.070175439,0,0.8040625,0.684210526,0.993592814,0.729641204,0,1,0 +3576,43,0.074074074,0.035087719,0,0.056956019,0.684210526,0.993592814,0.056921296,0,1,0 +3577,93,0.060606061,0.142857143,0,0.005578704,0,0,0.005578704,0.736842105,1,0 +3578,93,0.05,0.071428571,0,0.037175926,0,0,0.037175926,0,1,0 +3582,93,0.2,0.142857143,0,0.480891204,0,0,0.464571759,0.75,1,0 +3587,2076,0.003021148,0.058823529,0,0.110444775,0,0,0.110444775,0,7,0 +3593,1897,0.103448276,0.12,0,0.97400959,0.28,0.993592814,0.974001323,0.777777778,7,0 +3598,2415,0.031746032,0.042553191,0,0.821516204,0.617021277,0.993592814,0.821488095,0,7,0 +3610,104,0.1,0.142857143,0,0.001998457,0,0,0.001998457,0.666666667,3,0 +3611,104,0.166666667,0.142857143,0,0.205790895,0,0,0.205790895,0.666666667,3,0 +3612,104,0.5,0.142857143,0,0.002033179,0,0,0.002033179,1,3,0 +3614,563,0.01754386,0.0625,0,0.332890212,0,0,0.332890212,0,7,0 +3615,1531,0.008403361,0.111111111,0,0.012709987,0,0,0.012709987,0.757575758,7,0 +3616,563,0.25,0.0625,0,0.363695437,0,0,0.363695437,0,7,0 +3617,563,0.007246377,0.0625,0,0.750772156,0,0,0.750772156,0,7,0 +3622,1006,0.028169014,0.117647059,0,0.026903935,0,0,0.026883102,1,10,0 +3628,1231,0.6,0.15,0,0.028935185,0.1,0,0.028877315,1,1,0 +3631,2167,0.013333333,0.058823529,0,0.684780093,0,0,0.684780093,0,5,0 +3632,2167,0.055555556,0.058823529,0,0.783618056,0,0,0.783618056,0,5,0 +3633,2167,0.1,0.058823529,0,0.988418982,0,0,0.988418982,0,5,0 +3635,1006,0.035087719,0.117647059,0,0.732256944,0,0,0.675333333,0.793103448,10,0 +3641,1006,0.25,0.647058824,0.5,0.796415509,0,0,0.000268519,0.923076923,10,0 +3643,1006,0.058823529,0.058823529,0,0.809364583,0,0,0.809364583,0,10,0 +3644,1531,0.125,0.222222222,0,0.010676257,0,0,0.010623347,1,7,0 +3646,1531,0.25,0.111111111,0,0.129872685,0,0,0.129872685,1,7,0 +3648,1531,0,0.111111111,0,0.883931878,0,0,0.883931878,1,7,0 +3649,1531,0.02247191,0.222222222,0,0.198576389,0,0,0.186901455,0.84375,7,0 +3650,327,0.043478261,0.1,0,0.322974537,0,0,0.322974537,0.882352941,1,0 +3651,327,0.130434783,0.3,0.5,0.408460648,0,0,0.378402778,1,1,1 +3653,1731,0,0.034482759,0,0.99099537,0.379310345,0.553050261,0.99099537,0,3,0 +3654,781,0.111111111,0.111111111,0,0.979425154,0,0,0.979425154,1,3,0 +3661,202,0.057142857,0.142857143,0,4.24E-05,0,0,2.31E-05,1,3,0 +3663,1799,0.166666667,0.066666667,0,0.822665895,0,0.993592814,0.822665895,0,3,0 +3664,1156,0.08,0.068965517,0,0.696697531,0.379310345,0,0.696697531,0,3,0 +3665,1156,0.020408163,0.034482759,0,0.98179784,0.379310345,0,0.98179784,0,3,0 +3666,1156,0.125,0.034482759,0,0.986435185,0.379310345,0,0.986435185,0,3,0 +3667,2024,0.071428571,0.066666667,0,0.000104167,0,0,0.000104167,0,1,0 +3668,2024,0.027027027,0.066666667,0,0.000115741,0,0,0.000115741,0,1,0 +3669,2024,0.05,0.066666667,0,0.00306713,0,0,0.00306713,0,1,0 +3670,2024,0.034482759,0.066666667,0,0.004953704,0,0,0.004953704,0,1,0 +3671,2024,0.008264463,0.066666667,0,0.01318287,0,0,0.01318287,0,1,0 +3672,2024,0.181818182,0.266666667,0,0.395069444,0,0,0.151134259,1,1,0 +3673,246,0.054054054,0.117647059,0,0.055050926,0,0,0.055030093,0.75,5,0 +3676,2484,0.2,0.01754386,0,0.520011574,0.684210526,0.993528095,0.520011574,0,7,0 +3680,2484,0.25,0.01754386,0,0.822509921,0.684210526,0.993528095,0.822509921,0,7,0 +3682,1714,0.010416667,0.022222222,0,0.905459105,0.6,0.993592814,0.905459105,0,3,0 +3685,1714,0.25,0.022222222,0,0.919359568,0.6,0.993592814,0.919359568,0,3,0 +3686,1714,0.916666667,0.244444444,1,0.947974537,0.6,0.993592814,0.805343364,1,3,1 +3691,1780,0.071428571,0.055555556,0,0.783736111,0,0,0.783736111,0,10,0 +3697,675,0.12,0.2,0,0.178864087,0,0,0.178864087,0.909090909,7,0 +3702,290,0.038961039,0.3,0,0.945972222,0,0,0.580621142,0.774193548,3,0 +3715,476,0.018867925,0.034482759,0,0.673333333,0.379310345,0.993592814,0.673333333,0,1,0 +3716,476,0.142857143,0.034482759,0,0.877581019,0.379310345,0.993592814,0.877581019,0,1,0 +3718,476,0.230769231,0.103448276,0.5,0.863796296,0.379310345,0.993592814,0.863726852,0.777777778,1,1 +3721,2329,0.161290323,1,1,0.510706019,0,0,0.510706019,0.857142857,5,1 +3723,2212,0.571428571,0.205128205,1,0.782652116,0.538461538,0.993528095,0.683642527,0.666666667,7,1 +3725,2212,0.058823529,0.025641026,0,0.785894511,0.538461538,0.993528095,0.785894511,0,7,0 +3737,2447,0.01510574,0.227272727,0,0.886087963,0.181818182,0.993592814,0.091084105,0.848214286,3,0 +3740,2060,0.214285714,0.111111111,0,0.797845569,0.333333333,0,0.797845569,0.666666667,7,0 +3741,2060,0.117647059,0.074074074,0,0.775419974,0.333333333,0,0.775419974,0,7,0 +3742,2060,0.007246377,0.037037037,0,0.85474537,0.333333333,0,0.85474537,0,7,0 +3743,2060,0.0625,0.037037037,0,0.932698413,0.333333333,0,0.932698413,0,7,0 +3744,2381,0.333333333,0.2,0,0.996898148,0,0.993592814,0.996898148,1,1,0 +3745,255,0.1,0.142857143,0,0.89619213,0,0,0.89619213,1,3,0 +3746,2463,0.333333333,0.090909091,0,4.96E-06,0,0,4.96E-06,0,7,0 +3748,2463,0.1,0.090909091,0,0.000266204,0,0,0.000266204,0,7,0 +3749,556,0.038961039,0.054545455,0.5,0.02679784,0.672727273,0.99935281,0.026766975,0,3,0 +3753,506,0.157894737,0.529411765,1,0.000185185,0,0,0.000185185,0.866666667,3,1 +3754,506,0.020408163,0.117647059,0,0.029328704,0,0,0.00492284,0.878787879,3,0 +3755,506,0.066666667,0.058823529,0,0.018186728,0,0,0.018186728,0,3,0 +3757,506,0.090909091,0.117647059,0,0.458819444,0,0,0.458800154,1,3,0 +3760,506,0.285714286,0.117647059,0,0.723846451,0,0,0.723773148,1,3,0 +3761,1577,0.037037037,0.025,0,6.94E-05,0.55,0.993592814,6.94E-05,0,1,0 +3763,1041,0.181818182,0.1,0,0.828888889,0.1,0.993592814,0.828888889,1,1,0 +3764,1041,0.037037037,0.1,0,0.893634259,0.1,0.993592814,0.893564815,0.95,1,0 +3765,1577,0.022727273,0.025,0,3.47E-05,0.55,0.993592814,3.47E-05,0,1,0 +3767,1041,0.037735849,0.1,0,0.989444444,0.1,0.993592814,0.989444444,0.857142857,1,0 +3768,1577,0.333333333,0.075,0,0.214247685,0.55,0.993592814,0.214039352,0,1,0 +3772,1342,0.090909091,0.041666667,0,0.990719907,0.25,0.999935281,0.990719907,0,10,0 +3773,1342,0.015873016,0.041666667,0,0.994391204,0.25,0.999935281,0.994391204,0,10,0 +3774,1342,0.029411765,0.125,0,0.998898148,0.25,0.999935281,0.996012732,0.888888889,10,0 +3778,1577,0.026315789,0.025,0,0.464756944,0.55,0.993592814,0.464756944,0,1,0 +3779,1577,0.117021277,0.275,1,0.653043982,0.55,0.993592814,0.455798611,0.806451613,1,1 +3785,998,0.020408163,0.1,0,0.794440586,0.1,0,0.794421296,0.878787879,3,0 +3793,1521,0.022222222,0.05,0,0.099618056,0.1,0,0.099618056,0,7,0 +3798,1986,0.2,0.074074074,0,0.02980787,0.333333333,0.993592814,0.029789352,0,5,0 +3799,1186,0.026666667,0.076923077,0,0.931412037,0.307692308,0.999935281,0.931412037,0,1,0 +3808,1135,0.033333333,0.153846154,0,7.77E-05,0,0,7.77E-05,0.866666667,7,0 +3811,1418,0.666666667,0.163265306,1,0.987430556,0.632653061,0.993592814,0.987407407,1,3,1 +3812,935,0.15,0.214285714,0,0.013349868,0,0,0.011241733,0.933333333,7,0 +3815,935,1,0.214285714,0,0.003938492,0,0,0.003938492,1,7,0 +3816,935,0.025641026,0.071428571,0,0.179578373,0,0,0.179578373,0,7,0 +3817,935,0.009259259,0.071428571,0,0.562670304,0,0,0.562670304,0,7,0 +3818,2205,0.285714286,0.039215686,0,0.844799383,0.647058824,0.993592814,0.844799383,0,3,0 +3819,935,0.033333333,0.071428571,0,0.486688161,0,0,0.486688161,0,7,0 +3820,1752,0.058823529,0.2,0,0.010435957,0,0,0.010435957,0.75,3,0 +3821,482,1,0.534883721,1,0.990601852,0.581395349,0.993592814,0.990601852,1,1,1 +3823,2205,0.2,0.019607843,0,0.846292438,0.647058824,0.993592814,0.846292438,0,3,0 +3824,2205,0.066666667,0.019607843,0,0.880972222,0.647058824,0.993592814,0.880972222,0,3,0 +3831,1752,0.043478261,0.4,0,0.08068287,0,0,0.08064429,0.941176471,3,0 +3833,1752,0.1,0.2,0,0.013256173,0,0,0.013256173,0.857142857,3,0 +3835,2205,0.016666667,0.019607843,0,0.905729167,0.647058824,0.993592814,0.905729167,0,3,0 +3836,1752,0.037037037,0.2,0,0.258414352,0,0,0.258414352,0.857142857,3,0 +3837,2205,0.037037037,0.058823529,0,0.953834877,0.647058824,0.993592814,0.943070988,0,3,0 +3839,2420,0.066666667,0.210526316,0,0.000419974,0.052631579,0.993528095,0.000353836,0.842105263,7,0 +3840,2420,0.020833333,0.052631579,0,0.076951058,0.052631579,0.993528095,0.076951058,0,7,0 +3844,2420,0.066666667,0.052631579,0,0.005651455,0.052631579,0.993528095,0.005651455,0,7,0 +3845,2420,0.037735849,0.105263158,0,0.105456349,0.052631579,0.993528095,0.104131944,0.782608696,7,0 +3852,1418,0.4,0.081632653,0.5,0.274483025,0.632653061,0.993592814,0.274483025,0,3,0 +3853,1418,0.024590164,0.06122449,0,0.030590278,0.632653061,0.993592814,0.004066358,0,3,0 +3858,1754,0.230769231,0.15,0,0.000956019,0.1,0.993592814,0.000884259,1,5,0 +3861,1186,0.055555556,0.038461538,0,0.95099537,0.307692308,0.999935281,0.95099537,0,1,0 +3863,1186,0.012987013,0.038461538,0,0.955138889,0.307692308,0.999935281,0.955138889,0,1,0 +3864,180,0.029411765,0.2,0,0.230414367,0,0.54696667,0.230414367,0.923076923,3,0 +3867,1088,0.333333333,0.058823529,0,0.980243056,0,0,0.980243056,0,1,0 +3869,1088,0.038461538,0.058823529,0,0.988263889,0,0,0.988263889,0,1,0 +3870,1088,0.009803922,0.058823529,0,0.990775463,0,0,0.990775463,0,1,0 +3872,838,0.043478261,0.029411765,0,0.989922288,0.470588235,0.999935281,0.989922288,0,7,0 +3873,995,0.181818182,0.048780488,0,0.997040895,0.56097561,0.993592814,0.997021605,0,3,0 +3874,1013,0.066666667,0.076923077,0,0.511835648,0,0,0.511835648,0,5,0 +3875,1013,0.034883721,0.230769231,0,0.563898148,0,0,0.563898148,0.857142857,5,0 +3877,1013,0.1,0.076923077,0,0.538699074,0,0,0.538699074,0,5,0 +3878,1045,0.129032258,0.571428571,0,0.382862103,0,0,6.61E-06,0.714285714,7,0 +3879,1045,0.02173913,0.142857143,0,0.008553241,0,0,0.008553241,0.941176471,7,0 +3881,1045,0.025641026,0.142857143,0,0.795816799,0,0,0.795816799,0.846153846,7,0 +3885,1349,0.142857143,0.032258065,0,0.983858796,0.419354839,0.993592814,0.983858796,0,5,0 +3889,1349,0.015384615,0.032258065,0,0.99606713,0.419354839,0.993592814,0.99606713,0,5,0 +3890,1349,0.010416667,0.032258065,0,0.989793982,0.419354839,0.993592814,0.989793982,0,5,0 +3892,1513,0.033333333,0.133333333,0,0.039375,0,0,0.002827932,0.842105263,3,0 +3894,1513,0.01510574,0.333333333,0,0.002195216,0,0,0.000790895,0.848214286,3,0 +3895,1006,0.090909091,0.058823529,0,0.837635417,0,0,0.837635417,0,10,0 +3896,1231,0.028571429,0.05,0,0.574270833,0.1,0,0.574270833,0,1,0 +3897,1231,0.035087719,0.1,0,0.628472222,0.1,0,0.293321759,0.793103448,1,0 +3898,1231,0.047619048,0.05,0,0.661469907,0.1,0,0.661469907,0,1,0 +3906,1513,0.041666667,0.066666667,0,0.053599537,0,0,0.053599537,0,3,0 +3909,71,0.085714286,0.055555556,0,0.03734127,0.666666667,0.999935281,0.037314815,0,7,0 +3911,1750,0.02,0.111111111,0,4.63E-06,0,0.993592814,4.63E-06,1,5,0 +3912,1750,0.230769231,0.333333333,0,0.002050926,0,0.993592814,0.001981482,1,5,0 +3913,1750,0.014084507,0.111111111,0,0.010710648,0,0.993592814,0.010710648,0.933333333,5,0 +3916,1750,0.031746032,0.222222222,0,0.054537037,0,0.993592814,0.054523148,0.80952381,5,0 +3917,1750,0.333333333,0.111111111,0,0.019912037,0,0.993592814,0.019912037,0.666666667,5,0 +3918,1750,0.012987013,0.111111111,0,0.059039352,0,0.993592814,0.059039352,0.923076923,5,0 +3921,1248,0.23255814,0.178571429,1,0.950944114,0.678571429,0.993592814,0.950935847,0.866666667,7,1 +3923,1882,0.090909091,0.1,0,0.616671627,0,0,0.616671627,0.833333333,7,0 +3924,1882,0.05,0.1,0,0.753465609,0,0,0.753465609,0.875,7,0 +3927,71,0.125,0.018518519,0,0.977714947,0.666666667,0.999935281,0.977714947,0,7,0 +3929,2282,0.016666667,0.047619048,0,0.957314815,0.142857143,0.993592814,0.957314815,0,1,0 +3933,71,0.027027027,0.018518519,0,0.839070767,0.666666667,0.999935281,0.839070767,0,7,0 +3935,71,0.052631579,0.018518519,0,0.949494048,0.666666667,0.999935281,0.949494048,0,7,0 +3936,1507,0.064935065,0.454545455,0,0.610023148,0,0,0.021952161,0.833333333,3,0 +3942,1507,0.333333333,0.272727273,0,0.334737654,0,0,0.304602624,0.6,3,0 +3944,1507,0.166666667,0.272727273,0.5,0.638244599,0,0,0.63810571,1,3,0 +3948,1939,0.214285714,0.375,0,0.009768519,0,0,0.009699074,0.555555556,1,0 +3949,1414,0.428571429,0.085714286,0,0.636238426,0.485714286,0.993528095,0.636087963,0,1,0 +3953,1414,0.02,0.028571429,0,0.735844907,0.485714286,0.993528095,0.735844907,0,1,0 +3954,435,0.25,0.166666667,0,0.03354828,0,0,0.03354828,1,7,0 +3958,203,0.25,0.033333333,0,0.617071759,0.4,0.993592814,0.617071759,0,1,0 +3964,176,0.071428571,0.071428571,0,0.292384259,0,0,0.292384259,0,3,0 +3967,2484,0.12195122,0.087719298,0.5,0.986626984,0.684210526,0.993528095,0.98661541,0,7,0 +3969,2484,0.1,0.035087719,0,0.879141865,0.684210526,0.993528095,0.851235119,0,7,0 +3970,2484,1,0.035087719,0,0.891595569,0.684210526,0.993528095,0.872916667,0,7,0 +3972,2375,0.010869565,0.032258065,0,0.001301257,0.419354839,0,0.001301257,0,7,0 +3974,503,0.066666667,0.1,0,0.117418982,0,0,0.117418982,1,1,0 +3975,503,0.003021148,0.1,0,0.371909722,0,0,0.371909722,0.848214286,1,0 +3976,137,0.117647059,0.074074074,0,0.942099868,0.333333333,0.998899776,0.942099868,0,7,0 +3977,503,0.090909091,0.1,0,0.123703704,0,0,0.123703704,1,1,0 +3978,1707,0.225806452,0.368421053,0.5,0.478295304,0.052631579,0,0.008515212,0.666666667,7,1 +3980,1707,0.25,0.052631579,0,0.003685516,0.052631579,0,0.003685516,0,7,0 +3982,137,0.028571429,0.037037037,0,0.011010251,0.333333333,0.998899776,0.011010251,0,7,0 +3983,137,0.038461538,0.037037037,0,0.036838624,0.333333333,0.998899776,0.036838624,0,7,0 +3984,137,0.166666667,0.037037037,0,0.061823743,0.333333333,0.998899776,0.061823743,0,7,0 +3985,137,0.006802721,0.037037037,0,0.4535334,0.333333333,0.998899776,0.4535334,0,7,0 +3987,137,0.028571429,0.037037037,0,0.508417659,0.333333333,0.998899776,0.508417659,0,7,0 +3988,137,0.0625,0.037037037,0,0.609702381,0.333333333,0.998899776,0.609702381,0,7,0 +3989,137,0.05,0.037037037,0,0.6246875,0.333333333,0.998899776,0.6246875,0,7,0 +3991,137,0.023255814,0.037037037,0,0.694112103,0.333333333,0.998899776,0.694112103,0,7,0 +3992,2039,0.076923077,0.04,0,0.005694444,0.28,0.993592814,0.005694444,0,1,0 +3993,2039,0.047619048,0.04,0,0.03537037,0.28,0.993592814,0.03537037,0,1,0 +3995,246,0.181818182,0.117647059,0,0.018569444,0,0,0.018509259,1,5,0 +3996,446,0.05,0.2,0,0.030916005,0,0,0.030916005,0.933333333,7,0 +4000,2039,0.016393443,0.08,0,0.257881944,0.28,0.993592814,0.050983796,0,1,0 +4001,176,0.024590164,0.214285714,0,0.268557099,0,0,0.268487654,0.9,3,0 +4003,176,0.048780488,0.142857143,0,0.513688272,0,0,0.513688272,1,3,0 +4004,503,0.090909091,0.1,0,0.873252315,0,0,0.873252315,1,1,0 +4005,2441,0.025641026,0.2,0,4.63E-05,0,0,4.63E-05,0.75,1,0 +4006,2375,0.068965517,0.129032258,0,0.136602183,0.419354839,0,0.136369048,0.851851852,7,0 +4007,1802,0.058823529,0.035714286,0,0.996840278,0.357142857,0,0.996840278,0,5,0 +4008,1253,0.1,0.083333333,0,0.03720679,0,0,0.03720679,0,3,0 +4009,1253,0.25,0.083333333,0,0.000173611,0,0,0.000173611,0,3,0 +4010,1253,0.052631579,0.083333333,0,0.006813272,0,0,0.006813272,0,3,0 +4011,1585,0.25,0.111111111,0,0.283314043,0,0,0.283314043,1,3,0 +4013,1736,0.068965517,0.054054054,0,0.366189815,0.513513514,0.993528095,0.366136574,0,5,0 +4015,1736,0.909090909,0.27027027,1,0.584344907,0.513513514,0.993528095,0.581638889,1,5,1 +4017,1736,0.009063444,0.081081081,0,0.87044213,0.513513514,0.993528095,0.8184375,0,5,0 +4026,1736,0.055555556,0.027027027,0,0.822048611,0.513513514,0.993528095,0.822048611,0,5,0 +4028,1134,0.928571429,0.565217391,1,0.994803241,0.217391304,0.999935281,0.990397377,1,3,1 +4031,1253,0.032786885,0.166666667,0,0.225706019,0,0,0.225690586,0.833333333,3,0 +4032,1253,0,0.083333333,0,0.397750772,0,0,0.397750772,0,3,0 +4047,1273,0.018867925,0.1,0,0.065810185,0,0,0.065810185,0.857142857,1,0 +4049,2165,0.424242424,0.28,0.5,0.9566875,0.64,0.993592814,0.954081019,0.9,5,1 +4056,1897,0.048780488,0.08,0,0.002070106,0.28,0.993592814,4.96E-06,0,7,0 +4057,1897,0.1,0.04,0,0.177445437,0.28,0.993592814,0.177445437,0,7,0 +4058,1897,0.03125,0.04,0,0.380975529,0.28,0.993592814,0.380975529,0,7,0 +4059,1897,0.053333333,0.16,0,0.491534392,0.28,0.993592814,1.16E-05,0.891891892,7,0 +4060,43,0.12,0.105263158,0,0.606909722,0.684210526,0.993592814,0.606909722,1,1,0 +4064,572,0.016393443,0.064516129,0,0.779442791,0.419354839,0.993592814,0.051221892,0,7,0 +4065,572,0.125,0.161290323,0.5,0.023831019,0.419354839,0.993592814,0.023816138,0.909090909,7,1 +4069,572,0.095238095,0.064516129,0,0.023955027,0.419354839,0.993592814,0.023950066,0,7,0 +4072,368,0.017241379,0.025,0,0.989020833,0.55,0.993592814,0.989020833,0,5,0 +4074,572,0.010309278,0.032258065,0,0.031552579,0.419354839,0.993592814,0.031552579,0,7,0 +4075,572,0.2,0.064516129,0,0.632065146,0.419354839,0.993592814,0.632065146,0,7,0 +4076,847,0.015384615,0.166666667,0,2.31E-05,0,0,2.31E-05,0.782608696,5,0 +4077,1847,0.25,0.060606061,0,0.003040675,0.454545455,0,0.002878638,0,7,0 +4078,847,0.25,0.166666667,0,2.31E-05,0,0,2.31E-05,1,5,0 +4079,572,0.166666667,0.032258065,0,0.129049273,0.419354839,0.993592814,0.129049273,0,7,0 +4080,847,0.02173913,0.166666667,0,0.006657407,0,0,0.006657407,0.833333333,5,0 +4088,522,0.25,0.041666667,0,0.909783951,0.25,0.993592814,0.909783951,0,3,0 +4090,522,0.008196721,0.041666667,0,0.933611111,0.25,0.993592814,0.933611111,0,3,0 +4097,461,0.003021148,0.045454545,0,0.998604497,0.181818182,0.993592814,0.998604497,0,7,0 +4098,2415,0.217391304,0.106382979,0,0.449102183,0.617021277,0.993592814,0.449049273,0.777777778,7,0 +4103,2415,0.212121212,0.29787234,1,0.937969577,0.617021277,0.993592814,0.813339947,0.714285714,7,1 +4104,2415,0.069565217,0.170212766,1,0.929833003,0.617021277,0.993592814,0.929809855,0.87755102,7,1 +4108,2415,0.114285714,0.085106383,1,0.793128307,0.617021277,0.993592814,0.793086971,0,7,0 +4112,847,0.0625,0.166666667,0,0.010208333,0,0,0.010208333,0.888888889,5,0 +4113,847,0.025641026,0.166666667,0,0.089576389,0,0,0.089576389,0.846153846,5,0 +4114,847,0.009803922,0.166666667,0,0.089483796,0,0,0.089483796,0.888888889,5,0 +4115,2408,0.5,0.105263158,0,0.940929233,0.763157895,0.993592814,0.940904431,1,7,0 +4118,1736,0.04,0.027027027,0,0.003893519,0.513513514,0.993528095,0.003893519,0,5,0 +4122,634,0.4,0.482758621,1,0.849347222,0.379310345,0.676404764,0.754162037,1,5,1 +4127,1134,0.018518519,0.043478261,0,0.141500772,0.217391304,0.999935281,0.141500772,0,3,0 +4128,1134,0.01510574,0.217391304,0.5,0.455578704,0.217391304,0.999935281,0.107222222,0.848214286,3,0 +4129,1134,0.028571429,0.043478261,0,0.317017747,0.217391304,0.999935281,0.317017747,0,3,0 +4134,1736,0.4,0.054054054,0,0.150023148,0.513513514,0.993528095,0.150009259,0,5,0 +4135,1736,0.020408163,0.081081081,0,0.338236111,0.513513514,0.993528095,0.338236111,0,5,0 +4141,1217,0.056603774,0.214285714,0,0.750166997,0,0,0.71405754,0.857142857,7,0 +4142,1217,0.078947368,0.214285714,0,0.058050595,0,0,0.05750496,0.923076923,7,0 +4145,1217,0.037037037,0.071428571,0,0.523318452,0,0,0.523318452,0,7,0 +4147,1217,0.375,0.214285714,0.5,0.708521825,0,0,0.708505291,1,7,1 +4150,1736,0.15,0.081081081,0,0.297108796,0.513513514,0.993528095,0.297094907,0,5,0 +4151,1217,0.027027027,0.071428571,0,0.986820437,0,0,0.986820437,0,7,0 +4152,2336,0.008196721,0.033333333,0,0.865962302,0.4,0.676404764,0.865962302,0,7,0 +4156,2372,0.111111111,0.125,0,0.037898479,0,0,0.037898479,0.75,7,0 +4158,2372,0.045454545,0.25,0,0.017587632,0,0,0.017582672,0.863636364,7,0 +4160,2372,0.066666667,0.125,0,0.027534722,0,0,0.027534722,1,7,0 +4161,2404,0.026086957,0.272727273,0,0.778576389,0,0,0.195696759,0.87755102,5,0 +4165,1119,0.008695652,0.021276596,0,9.03E-05,0.617021277,0.935345672,9.03E-05,0,5,0 +4166,2266,0.571428571,0.1,0,0.785729167,0.55,0.993592814,0.785543982,1,1,0 +4167,2266,0.024390244,0.025,0,0.877569444,0.55,0.993592814,0.877569444,0,1,0 +4170,787,0.148148148,0.333333333,1,0.013491512,0.25,0,0.013325617,1,3,1 +4176,1664,0.090163934,0.44,0.5,0.972662037,0.28,0,0.972118056,0.9,1,1 +4177,496,0.105263158,0.043478261,0,0.611901455,0.608695652,0.999935281,0.187233796,0,7,0 +4180,496,0.045454545,0.02173913,0,0.976992394,0.608695652,0.999935281,0.976992394,0,7,0 +4181,496,0.25,0.065217391,0,0.956474868,0.608695652,0.999935281,0.956453373,0,7,0 +4184,496,0.010638298,0.02173913,0,0.961471561,0.608695652,0.999935281,0.961471561,0,7,0 +4185,2100,0.044444444,0.031746032,0,0.399027778,0.714285714,0.98712091,0.399016204,0,7,0 +4187,2100,0.043478261,0.015873016,0,0.547174273,0.714285714,0.98712091,0.547174273,0,7,0 +4188,2100,0.014925373,0.015873016,0,0.563242394,0.714285714,0.98712091,0.563242394,0,7,0 +4190,2100,0.055555556,0.015873016,0,0.595143849,0.714285714,0.98712091,0.595143849,0,7,0 +4196,2100,0.032786885,0.063492063,0,0.879971892,0.714285714,0.98712091,0.727276786,0,7,0 +4200,2100,0.043478261,0.015873016,0,0.823657407,0.714285714,0.98712091,0.823657407,0,7,0 +4204,431,0.075,0.176470588,0,0.965671296,0,0,0.572673611,0.866666667,1,0 +4206,431,0.017241379,0.058823529,0,0.983796296,0,0,0.983796296,0,1,0 +4207,582,0.011764706,0.028571429,0,8.49E-05,0.485714286,0.993592814,8.49E-05,0,3,0 +4208,582,0.090909091,0.057142857,0,0.009660494,0.485714286,0.993592814,0.009606482,0,3,0 +4209,582,0.01754386,0.028571429,0,0.001226852,0.485714286,0.993592814,0.001226852,0,3,0 +4210,514,0.076923077,0.125,0,5.62E-05,0,0,5.62E-05,0.777777778,7,0 +4211,514,0.008403361,0.125,0,3.31E-06,0,0,3.31E-06,0.757575758,7,0 +4212,514,0.090909091,0.5,0.5,0.156494709,0,0,0.156494709,0.9375,7,1 +4213,465,0.043478261,0.04,0,0.009383267,0.28,0.993592814,0.009383267,0,7,0 +4215,465,0.021276596,0.08,0,0.09614914,0.28,0.993592814,0.096140873,0,7,0 +4216,65,0.008403361,0.0625,0,8.27E-06,0,0,8.27E-06,0,7,0 +4223,838,0.2,0.029411765,0,0.004912368,0.470588235,0.999935281,0.004912368,0,7,0 +4224,838,0.014925373,0.029411765,0,0.08911045,0.470588235,0.999935281,0.08911045,0,7,0 +4225,838,0.444444444,0.117647059,0.5,0.703786376,0.470588235,0.999935281,0.426911376,0.8,7,1 +4226,838,0.066666667,0.029411765,0,0.587430556,0.470588235,0.999935281,0.587430556,0,7,0 +4229,438,0.038461538,0.2,0,0.829259259,0,0,0.829259259,0.916666667,7,0 +4230,352,0.066666667,0.058823529,0,0.992608025,0,0.993592814,0.992608025,0,3,0 +4233,352,0.2,0.117647059,0,0.966639661,0,0.993592814,0.966585648,0.75,3,0 +4236,577,0.162162162,0.5,1,0.250555556,0,0.993592814,0.002430556,0.636363636,1,1 +4238,577,0.166666667,0.083333333,0,0.410046296,0,0.993592814,0.410046296,0,1,0 +4239,577,0.1,0.166666667,0,0.76005787,0,0.993592814,0.760023148,0.875,1,0 +4241,738,0.022222222,0.033333333,0,0.571335648,0.4,0,0.571335648,0,5,0 +4243,738,0.03125,0.033333333,0,0.6146875,0.4,0,0.6146875,0,5,0 +4248,738,0.024390244,0.033333333,0,0.623229167,0.4,0,0.623229167,0,5,0 +4250,2317,0.047619048,0.027777778,0,0.983541667,0.5,0.935604548,0.983541667,0,1,0 +4259,427,0.333333333,0.1,0,0.082785494,0,0.993592814,0.082785494,0.666666667,3,0 +4260,427,0.008403361,0.1,0,3.09E-05,0,0.993592814,3.09E-05,0.757575758,3,0 +4261,427,0.25,0.1,0,0.67404321,0,0.993592814,0.67404321,1,3,0 +4263,1967,0.045454545,0.222222222,0,0.000935185,0,0,0.000935185,0.863636364,5,0 +4265,1967,0.333333333,0.111111111,0,0.105108796,0,0,0.105108796,0.666666667,5,0 +4268,1967,0.014084507,0.111111111,0,0.137414352,0,0,0.137414352,0.933333333,5,0 +4270,981,0.090909091,0.076923077,0,0.010181327,0,0,0.010181327,0,3,0 +4271,1967,0.666666667,0.222222222,0,0.703395833,0,0,0.703310185,1,5,0 +4272,2317,0.071428571,0.027777778,0,0.962037037,0.5,0.935604548,0.962037037,0,1,0 +4274,1967,0.083333333,0.111111111,0,0.711460648,0,0,0.711460648,1,5,0 +4278,427,0.125,0.3,0,0.968919753,0,0.993592814,0.838341049,0.909090909,3,0 +4282,427,0.05,0.2,0,0.875412809,0,0.993592814,0.875389661,1,3,0 +4284,838,0.297297297,0.323529412,1,0.900405093,0.470588235,0.999935281,0.619373347,0.666666667,7,1 +4285,1897,0.2,0.08,0,0.914394841,0.28,0.993592814,0.914391534,0,7,0 +4286,1897,0.095238095,0.08,0,0.934203042,0.28,0.993592814,0.934198082,0,7,0 +4288,1897,0.013605442,0.08,0,0.963910384,0.28,0.993592814,0.963900463,0,7,0 +4289,2408,0.009803922,0.013157895,0,0.908968254,0.763157895,0.993592814,0.908968254,0,7,0 +4290,125,0.133333333,0.666666667,1,0.207741402,0,0.993592814,0.177577712,0.818181818,7,1 +4292,2462,0.029850746,0.285714286,0,3.09E-05,0,0,0.000007716,0.88,3,0 +4295,2212,0.024590164,0.076923077,0,0.997017196,0.538461538,0.993528095,0.997017196,0,7,0 +4297,2212,0.25,0.025641026,0,0.995605159,0.538461538,0.993528095,0.995605159,0,7,0 +4307,2512,0.017391304,0.074074074,0,0.026770833,0.333333333,0,0.019155093,0,1,0 +4309,2512,0.060606061,0.074074074,0,0.279467593,0.333333333,0,0.093449074,0,1,0 +4310,2512,0.079710145,0.407407407,1,0.730740741,0.333333333,0,0.017881944,0.865671642,1,1 +4311,2512,0.012345679,0.037037037,0,0.269467593,0.333333333,0,0.269467593,0,1,0 +4313,2512,0.029411765,0.037037037,0,0.294224537,0.333333333,0,0.294224537,0,1,0 +4314,2512,0.054347826,0.185185185,0,0.591539352,0.333333333,0,0.39837963,0.903225806,1,0 +4317,2480,0.176470588,0.090909091,0,0.90900463,0.454545455,0.999935281,0.845496032,0,7,0 +4320,1947,0.088235294,0.096774194,0,0.321826389,0.419354839,0.993592814,0.000699074,0,10,0 +4321,1947,0.007246377,0.032258065,0,0.003157407,0.419354839,0.993592814,0.003157407,0,10,0 +4322,1947,0.25,0.032258065,0,0.003613426,0.419354839,0.993592814,0.003613426,0,10,0 +4323,1947,0.023255814,0.032258065,0,0.366853009,0.419354839,0.993592814,0.366853009,0,10,0 +4324,1947,0.08,0.129032258,0,0.857885417,0.419354839,0.993592814,0.857865741,1,10,0 +4328,1947,0.063829787,0.193548387,1,0.990020833,0.419354839,0.993592814,0.895724537,0.884615385,10,0 +4329,2212,0.018867925,0.025641026,0,3.31E-06,0.538461538,0.993528095,3.31E-06,0,7,0 +4330,2212,0.166666667,0.025641026,0,1.16E-05,0.538461538,0.993528095,1.16E-05,0,7,0 +4331,2212,0.1,0.076923077,0,0.001326058,0.538461538,0.993528095,0.001319444,0,7,0 +4333,2397,0.016528926,0.166666667,0,0.002108796,0,0,0.001821759,0.818181818,5,0 +4334,1711,0.675675676,0.714285714,1,0.764729938,0.485714286,0.993592814,0.764378858,0.666666667,3,1 +4336,2397,0.02173913,0.083333333,0,2.31E-06,0,0,2.31E-06,0,5,0 +4337,2397,0.028571429,0.083333333,0,0.00362963,0,0,0.00362963,0,5,0 +4338,1376,1,0.222222222,0,0.002581019,0,0,0.002577712,0,7,0 +4339,1376,0,0.111111111,0,0.039034392,0,0,0.039034392,1,7,0 +4350,1194,0.25,0.071428571,0,6.61E-06,0,0,6.61E-06,0,7,0 +4351,1194,0.266666667,0.285714286,0,0.005019841,0,0,0.0003125,1,7,0 +4357,1143,0.625,0.588235294,1,0.198630401,0,0,0.198510803,0.857142857,3,1 +4363,1476,0.040983607,0.111111111,0.5,0.737881944,0.6,0.961233291,0.737881944,0.9,7,1 +4364,1476,0.012987013,0.022222222,0,0.809699074,0.6,0.961233291,0.809699074,0,7,0 +4365,1476,0.9,0.2,0.5,0.960157077,0.6,0.961233291,0.878217593,1,7,1 +4366,1476,0.090909091,0.022222222,0,0.875229828,0.6,0.961233291,0.875229828,0,7,0 +4367,1476,0.1,0.022222222,0,0.915714286,0.6,0.961233291,0.915714286,0,7,0 +4370,39,0.043478261,0.038461538,0,0.180497685,0.307692308,0.993592814,0.180497685,0,1,0 +4371,39,0.36,0.346153846,1,0.859131944,0.307692308,0.993592814,0.859131944,0.909090909,1,1 +4372,1962,0.666666667,0.307692308,0.5,0.008695988,0,0,0.007835648,0.5,3,0 +4375,1962,0.008695652,0.076923077,0,0.193425926,0,0,0.193425926,0,3,0 +4377,1962,0.181818182,0.153846154,0,0.563206019,0,0,0.563194444,0.8,3,0 +4378,1962,0.214285714,0.230769231,0,0.32246142,0,0,0.287071759,0.833333333,3,0 +4381,1962,0.055555556,0.076923077,0,0.946199846,0,0,0.946199846,0,3,0 +4382,1661,0.75,0.857142857,1,0.691365741,0,0,0.691316138,1,7,1 +4386,476,0.068965517,0.068965517,0,0.001782407,0.379310345,0.993592814,4.63E-05,0,1,0 +4389,476,0.152173913,0.24137931,1,0.003159722,0.379310345,0.993592814,0.000196759,0.833333333,1,1 +4391,476,0.016393443,0.068965517,0,0.855219907,0.379310345,0.993592814,0.586643519,0,1,0 +4393,1644,0.01754386,0.024390244,0,0.972290013,0.56097561,0.993528095,0.972290013,0,7,0 +4394,1644,0.075,0.073170732,0,0.952506614,0.56097561,0.993528095,0.952490079,0,7,0 +4413,1644,0.05,0.048780488,0,0.344191468,0.56097561,0.993528095,0.344191468,0,7,0 +4415,556,0.450704225,0.581818182,1,0.955524691,0.672727273,0.99935281,0.95533179,0.933333333,3,1 +4421,742,0.5,0.114285714,1,0.541026786,0.485714286,0.993592814,0.041030093,1,7,1 +4423,556,0.024390244,0.018181818,0,0.997152778,0.672727273,0.99935281,0.997152778,0,3,0 +4424,556,0.363636364,0.145454545,1,0.993800154,0.672727273,0.99935281,0.988699846,0.75,3,1 +4428,1009,0.2,0.083333333,0,0.062361111,0,0,0.062361111,0,3,0 +4431,1009,0.142857143,0.166666667,0,0.143923611,0,0,0.143900463,1,3,0 +4433,1009,0.05,0.083333333,0,0.245486111,0,0,0.245486111,0,3,0 +4434,1009,0.0625,0.166666667,0,0.152885803,0,0,0.1528125,0.8125,3,0 +4435,1310,0.016393443,0.1,0,0.623082011,0.1,0.993592814,0.62307705,0.976744186,7,0 +4437,1310,0.003021148,0.05,0,0.633921958,0.1,0.993592814,0.633921958,0,7,0 +4438,742,0.025,0.057142857,0,0.453986442,0.485714286,0.993592814,0.453986442,0,7,0 +4439,742,0.021276596,0.057142857,0,0.646552579,0.485714286,0.993592814,0.646532738,0,7,0 +4442,741,0.333333333,0.052631579,0,8.10E-05,0.052631579,0.993592814,8.10E-05,0,1,0 +4443,1342,0.069767442,0.125,0,0.000332176,0.25,0.999935281,1.74E-05,0.866666667,10,0 +4444,105,0.017241379,0.166666667,0,0.284895833,0,0,0.284895833,0.75,1,0 +4447,1342,0.056603774,0.125,0,0.008928241,0.25,0.999935281,0.008914352,0.857142857,10,0 +4450,2060,0.168831169,0.481481481,1,0.554814815,0.333333333,0,0.365626653,0.833333333,7,1 +4452,2060,0.010638298,0.037037037,0,0.526579034,0.333333333,0,0.526579034,0,7,0 +4459,916,0.363636364,0.340425532,0.5,0.98197586,0.617021277,0.993592814,0.981798942,0.923076923,7,1 +4461,1418,0.121212121,0.081632653,0,0.949363426,0.632653061,0.993592814,0.948020833,0,3,0 +4462,916,0.051282051,0.042553191,0,0.022878638,0.617021277,0.993592814,0.022862103,0,7,0 +4463,916,0.03030303,0.021276596,0,0.054601521,0.617021277,0.993592814,0.054601521,0,7,0 +4470,916,0,0.021276596,0,0.991030093,0.617021277,0.993592814,0.991030093,0,7,0 +4475,916,0.076923077,0.021276596,0,0.058867394,0.617021277,0.993592814,0.058867394,0,7,0 +4479,31,0.875,0.25,1,0.934880306,0.357142857,0.935345672,0.934847237,1,7,1 +4480,1852,0.4,0.2,0,0.211550926,0,0,0.211550926,1,1,0 +4486,482,0.333333333,0.023255814,0,0.000138889,0.581395349,0.993592814,0.000138889,0,1,0 +4489,482,0.25,0.069767442,0,0.000636574,0.581395349,0.993592814,0.000277778,0,1,0 +4490,465,0.019607843,0.08,0,0.166911376,0.28,0.993592814,0.166911376,0,7,0 +4491,31,0.010416667,0.035714286,0,0.987503183,0.357142857,0.935345672,0.987503183,0,7,0 +4495,482,0.114285714,0.093023256,0,0.061296296,0.581395349,0.993592814,0.009108796,0,1,0 +4498,465,0.833333333,0.2,1,0.296643519,0.28,0.993592814,0.296577381,1,7,1 +4502,31,0.018518519,0.035714286,0,0.963719878,0.357142857,0.935345672,0.963719878,0,7,0 +4503,1852,0.125,0.1,0,0.251238426,0,0,0.251238426,1,1,0 +4505,1852,0.034482759,0.1,0,0.705798611,0,0,0.705798611,1,1,0 +4506,1852,0.230769231,0.3,0,0.722743056,0,0,0.682789352,1,1,0 +4507,1852,0.333333333,0.1,0,0.727719907,0,0,0.727719907,1,1,0 +4510,465,0.115384615,0.12,0,0.459991733,0.28,0.993592814,0.459991733,0.916666667,7,0 +4511,465,0.071428571,0.04,0,0.354550265,0.28,0.993592814,0.354550265,0,7,0 +4516,899,0,0.2,0,1.62E-05,0,0,1.62E-05,1,5,0 +4517,899,0.25,0.2,0,0.071675926,0,0,0.071675926,0.75,5,0 +4518,582,0.25,0.028571429,0,0.990810185,0.485714286,0.993592814,0.990810185,0,3,0 +4519,1369,0.043478261,0.055555556,0,0.863991402,0,0,0.863991402,0,7,0 +4520,1369,0.018518519,0.111111111,0,0.949451058,0,0,0.949451058,0.821428571,7,0 +4521,1369,0.75,0.166666667,0.5,0.744128638,0,0,0.744060847,1,7,1 +4524,2226,0.75,0.5,0,0.02375,0,0,0.023668982,0.5,1,0 +4525,2408,0.5,0.013157895,0,4.96E-06,0.763157895,0.993592814,4.96E-06,0,7,0 +4526,2226,0.034482759,0.166666667,0,0.004861111,0,0,0.004861111,0.933333333,1,0 +4527,2408,0.047619048,0.013157895,0,0.913826058,0.763157895,0.993592814,0.913826058,0,7,0 +4528,2408,0.133333333,0.026315789,0,0.065739087,0.763157895,0.993592814,0.063493717,0,7,0 +4532,443,0.25,0.083333333,0,6.56E-05,0,0.993592814,6.56E-05,0,3,0 +4537,2387,0.038461538,0.020833333,0,0.003622685,0.625,0.993592814,0.003622685,0,7,0 +4538,2387,0.470588235,0.166666667,0,0.382524802,0.625,0.993592814,0.000833333,1,7,0 +4540,2236,0.25,0.041666667,0,0.01479828,0.25,0,0.01479828,0,7,0 +4543,2236,0.125,0.041666667,0,0.788665675,0.25,0,0.788665675,0,7,0 +4544,2236,0.541666667,0.541666667,1,0.215454696,0.25,0,0.133510251,0.875,7,1 +4552,1485,0.4,0.25,0,0.047532316,0,0,0.04542005,1,5,0 +4554,1370,0.060606061,0.105263158,0,0.039452712,0.052631579,0,0.039341931,0.736842105,7,0 +4556,1370,0.057142857,0.105263158,0,0.027142857,0.052631579,0,0.027137897,0.76,7,0 +4575,766,0.076923077,0.016949153,0,0.812251984,0.694915254,0.993592814,0.812251984,0,7,0 +4576,98,0.75,0.375,0,0.015975529,0,0,0.015975529,0.5,7,0 +4577,98,0.04,0.125,0,0.104871032,0,0,0.104871032,0.75,7,0 +4578,98,0.016666667,0.125,0,0.137223876,0,0,0.137223876,0.842105263,7,0 +4580,1273,0.076923077,0.1,0,0.468483796,0,0,0.468483796,0.5,1,0 +4583,276,0.026315789,0.090909091,0,0.057567791,0,0,0.057567791,0,7,0 +4590,1473,0.011764706,0.045454545,0,0.941577932,0.181818182,0,0.941577932,0,3,0 +4594,1473,0.051948052,0.181818182,0.5,0.826277006,0.181818182,0,0.826238426,0.833333333,3,0 +4602,871,0.277777778,0.161290323,0,0.98526455,0.419354839,0.993592814,0.985246362,0.857142857,7,0 +4605,1541,0.05,0.0625,0,0.742884259,0,0,0.742884259,0,5,0 +4606,1541,0.014084507,0.0625,0,0.582337963,0,0,0.582337963,0,5,0 +4610,1473,0.028571429,0.045454545,0,0.214965278,0.181818182,0,0.214965278,0,3,0 +4611,1473,0.0625,0.090909091,0,0.075216049,0.181818182,0,0.066809414,0,3,0 +4616,1248,0.25,0.017857143,0,0.00358631,0.678571429,0.993592814,0.00358631,0,7,0 +4617,1248,0.025,0.017857143,0,0.728181217,0.678571429,0.993592814,0.728181217,0,7,0 +4618,1248,0.057401813,0.339285714,0.5,0.988930225,0.678571429,0.993592814,0.953670635,0.848214286,7,1 +4622,2336,0.021148036,0.233333333,1,0.026521164,0.4,0.676404764,0.026516204,0.848214286,7,1 +4623,2336,0,0.033333333,0,0.026694775,0.4,0.676404764,0.026694775,0,7,0 +4625,2336,0.2,0.066666667,0,0.319583333,0.4,0.676404764,0.269503968,0,7,0 +4626,298,0.5,0.285714286,0,1.82E-05,0,0,0,1,7,0 +4630,298,0.02247191,0.285714286,0,0.004548611,0,0,0.004520503,0.84375,7,0 +4632,298,0.111111111,0.142857143,0,0.021382275,0,0,0.021382275,0.833333333,7,0 +4633,298,0.022727273,0.142857143,0,0.391865079,0,0,0.391865079,1,7,0 +4634,632,0.333333333,0.111111111,0,1.39E-05,0,0.967640476,1.39E-05,0.333333333,5,0 +4635,632,1,0.222222222,0,0.786071759,0,0.967640476,0.786071759,1,5,0 +4636,632,0.04,0.111111111,0,0.098729167,0,0.967640476,0.098729167,1,5,0 +4637,632,0.076923077,0.111111111,0,0.107303241,0,0.967640476,0.107303241,1,5,0 +4642,1034,0.016393443,0.166666667,0,0.820763889,0,0.999935281,0.820763889,0.833333333,3,0 +4643,1453,0.014492754,0.083333333,0,0.217372685,0.25,0,0.217291667,0,1,0 +4645,1453,0.666666667,0.166666667,1,0.937199074,0.25,0,0.891261574,1,1,1 +4649,1253,0.2,0.083333333,0,0.595617284,0,0,0.595617284,0,3,0 +4650,1253,0.2,0.25,0,0.953931327,0,0,0.568368056,0.5,3,0 +4653,1119,0.09375,0.063829787,0,0.997685185,0.617021277,0.935345672,0.996668982,0,5,0 +4654,1119,0.042253521,0.063829787,0,0.9975,0.617021277,0.935345672,0.9975,0,5,0 +4656,1938,0,0.058823529,0,0.000524691,0,0,0.000524691,0,3,0 +4657,1938,0.189189189,0.411764706,1,0.003572531,0,0,0.003518519,0.857142857,3,1 +4659,2336,0.043478261,0.033333333,0,0.496453373,0.4,0.676404764,0.496453373,0,7,0 +4661,1453,0.1,0.041666667,0,0.955046296,0.25,0,0.955046296,0,1,0 +4662,1453,0.075630252,0.375,1,0.96869213,0.25,0,0.813472222,0.757575758,1,1 +4670,1453,0,0.041666667,0,0.986863426,0.25,0,0.986863426,0,1,0 +4672,1253,0.008196721,0.083333333,0,0.681215278,0,0,0.681215278,0,3,0 +4676,887,0.092307692,0.333333333,0.5,0.155472884,0,0,0.017471892,0.923076923,7,1 +4678,887,0.019607843,0.111111111,0,0.343535053,0,0,0.343530093,0.888888889,7,0 +4679,887,0.035714286,0.055555556,0,0.566208664,0,0,0.566208664,0,7,0 +4681,887,0.057142857,0.111111111,0,0.670243056,0,0,0.670142196,0.736842105,7,0 +4682,887,0.083333333,0.055555556,0,0.952619048,0,0,0.952619048,0,7,0 +4685,2527,0.066666667,0.033333333,0,0.977912037,0.4,0.993592814,0.977912037,0,5,0 +4686,2527,0.076923077,0.033333333,0,0.968548611,0.4,0.993592814,0.968548611,0,5,0 +4687,2527,0.428571429,0.1,0,0.980729167,0.4,0.993592814,0.391493056,1,5,0 +4688,394,0.020408163,0.090909091,0,0.624124228,0.181818182,0.995146071,0.624077932,0,3,0 +4689,394,0.1,0.045454545,0,0.541554784,0.181818182,0.995146071,0.541554784,0,3,0 +4693,1689,0.0625,0.071428571,0,0.331964286,0,0,0.331964286,0,7,0 +4694,2527,0.020833333,0.033333333,0,0.085784722,0.4,0.993592814,0.085784722,0,5,0 +4698,2527,0.076923077,0.166666667,0.5,0.031361111,0.4,0.993592814,0.030326389,0.916666667,5,0 +4703,1521,0.555555556,0.25,0,0.281742725,0.1,0,0.187318122,0.666666667,7,0 +4705,428,0.086956522,0.307692308,0,0.203659722,0,0,0.009638889,0.941176471,5,0 +4706,428,0.03125,0.076923077,0,0.015266204,0,0,0.015266204,0,5,0 +4707,428,0.090909091,0.076923077,0,0.022439815,0,0,0.022439815,0,5,0 +4709,1730,0.123595506,0.323529412,0.5,0.989254299,0.470588235,0.993592814,0.989148479,0.84375,7,1 +4712,1730,0.010416667,0.029411765,0,0.992080027,0.470588235,0.993592814,0.992080027,0,7,0 +4716,1730,0.066666667,0.117647059,0,0.146261574,0.470588235,0.993592814,0.063964947,0.842105263,7,0 +4720,1730,0.052631579,0.029411765,0,0.158040675,0.470588235,0.993592814,0.158040675,0,7,0 +4721,1730,0.029411765,0.029411765,0,0.189510582,0.470588235,0.993592814,0.189510582,0,7,0 +4722,2100,0.025,0.015873016,0,0.099191468,0.714285714,0.98712091,0.099191468,0,7,0 +4723,2100,0.5,0.174603175,0.5,0.950357143,0.714285714,0.98712091,0.950352183,1,7,1 +4726,2100,0.010416667,0.015873016,0,0.960922619,0.714285714,0.98712091,0.960922619,0,7,0 +4728,2100,0.045454545,0.015873016,0,0.982409061,0.714285714,0.98712091,0.982409061,0,7,0 +4730,953,0.120689655,0.333333333,0.5,0.832729828,0.142857143,0,0.562640542,1,7,1 +4733,1891,0.041666667,0.047619048,0,0.403434193,0.142857143,0,0.403434193,0,7,0 +4734,1891,0.013333333,0.047619048,0,0.565955688,0.142857143,0,0.565955688,0,7,0 +4736,1891,0.034482759,0.047619048,0,0.705891204,0.142857143,0,0.705891204,0,7,0 +4738,1891,0.1,0.047619048,0,0.801767527,0.142857143,0,0.801767527,0,7,0 +4740,428,0.012987013,0.076923077,0,0.105118056,0,0,0.105118056,0,5,0 +4741,655,0.333333333,0.021276596,0,0.914293982,0.617021277,0.993592814,0.914293982,0,7,0 +4742,655,0.028169014,0.042553191,0,0.905719246,0.617021277,0.993592814,0.810600198,0,7,0 +4748,2100,0.116666667,0.111111111,0.5,0.102046958,0.714285714,0.98712091,0.094360119,0.842105263,7,1 +4750,2100,0.017391304,0.031746032,0,0.548427579,0.714285714,0.98712091,0.548427579,0,7,0 +4751,2100,0.046153846,0.047619048,0,0.232316468,0.714285714,0.98712091,0.095768849,0,7,0 +4752,1730,0.111111111,0.029411765,0,0.26588955,0.470588235,0.993592814,0.26588955,0,7,0 +4753,1891,0.2,0.047619048,0,0.936617064,0.142857143,0,0.936617064,0,7,0 +4755,1730,0.2,0.029411765,0,0.353473876,0.470588235,0.993592814,0.353473876,0,7,0 +4756,1730,0.16,0.117647059,0,0.434080688,0.470588235,0.993592814,0.334181548,0.9,7,0 +4758,1730,0.05,0.029411765,0,0.396674934,0.470588235,0.993592814,0.396674934,0,7,0 +4760,2434,0.583333333,0.466666667,1,0.717954696,0,0,0.569869378,1,7,1 +4761,2434,0.125,0.066666667,0,0.995231482,0,0,0.995231482,0,7,0 +4762,655,1,0.063829787,0,0.000147156,0.617021277,0.993592814,8.60E-05,0,7,0 +4763,655,0.8,0.085106383,0,0.000117394,0.617021277,0.993592814,1.98E-05,0,7,0 +4768,998,0.045454545,0.05,0,0.023206019,0.1,0,0.023206019,0,3,0 +4769,998,0.028571429,0.05,0,0.078248457,0.1,0,0.078248457,0,3,0 +4770,998,0.038461538,0.05,0,0.081219136,0.1,0,0.081219136,0,3,0 +4771,998,0.125,0.05,0,0.288784722,0.1,0,0.288784722,0,3,0 +4772,998,0.5,0.05,0,0.147202932,0.1,0,0.147202932,0,3,0 +4773,998,0.044444444,0.1,0,0.61308642,0.1,0,0.61308642,0.727272727,3,0 +4778,97,0.037735849,0.125,0,0.001319444,0,0,0.000324074,0.782608696,1,0 +4779,97,0.5,0.125,0,0.010335648,0,0,0.009050926,1,1,0 +4786,733,0.01,0.05,0,0.000326389,0.1,0,0.000326389,0,5,0 +4787,733,0.010638298,0.05,0,0.00044213,0.1,0,0.00044213,0,5,0 +4788,733,0.2,0.05,0,0.070435185,0.1,0,0.070435185,0,5,0 +4789,240,0.5,0.740740741,1,0.917491733,0.333333333,0.961233291,0.917066799,1,7,1 +4790,189,0.02247191,0.1,0,0.000779321,0.1,0,0.000733025,0.84375,3,0 +4794,189,0.444444444,0.4,0.5,0.001014661,0.1,0,0.000243056,0.857142857,3,0 +4802,189,0.114285714,0.2,0,0.361338735,0.1,0,0.361338735,0.947368421,3,0 +4803,189,0.294117647,0.25,0.5,0.068236883,0.1,0,0.068190586,1,3,0 +4805,1476,0.05,0.022222222,0,0.382147818,0.6,0.961233291,0.382147818,0,7,0 +4806,1476,0.384615385,0.111111111,1,0.180013228,0.6,0.961233291,0.179806548,1,7,1 +4808,807,0.007246377,0.04,0,2.31E-05,0.28,0,2.31E-05,0,3,0 +4809,39,0.055555556,0.038461538,0,0.743865741,0.307692308,0.993592814,0.743865741,0,1,0 +4811,2412,0.058823529,0.083333333,0,0.001446759,0,0,0.001446759,0,1,0 +4812,2412,0.051948052,0.333333333,0,0.013171296,0,0,0.013020833,0.774193548,1,0 +4813,2412,0.1,0.083333333,0,0.093402778,0,0,0.093402778,0,1,0 +4822,475,0.029411765,0.2,0.5,0.020740741,0,0.993592814,0.001006944,0.888888889,1,1 +4824,475,0.076923077,0.133333333,0,0.004236111,0,0.993592814,2.31E-05,0.909090909,1,0 +4825,475,0.409090909,0.6,1,0.621111111,0,0.993592814,0.619363426,1,1,1 +4826,475,0.034482759,0.066666667,0,0.752511574,0,0.993592814,0.752511574,0,1,0 +4827,1476,0.017241379,0.022222222,0,0.679980159,0.6,0.961233291,0.679980159,0,7,0 +4831,1476,0.030769231,0.044444444,0,0.860714286,0.6,0.961233291,0.244021164,0,7,0 +4832,240,0.038461538,0.037037037,0,0.944355159,0.333333333,0.961233291,0.944355159,0,7,0 +4833,240,0.076923077,0.037037037,0,0.984050926,0.333333333,0.961233291,0.984050926,0,7,0 +4834,240,0.125,0.037037037,0,0.990838294,0.333333333,0.961233291,0.990838294,0,7,0 +4835,2447,0.0625,0.045454545,0,0.525945216,0.181818182,0.993592814,0.525945216,0,3,0 +4836,2447,0.047619048,0.045454545,0,0.544768519,0.181818182,0.993592814,0.544768519,0,3,0 +4838,2447,0.111111111,0.045454545,0,0.933773148,0.181818182,0.993592814,0.933773148,0,3,0 +4840,2447,0.069767442,0.136363636,0,0.972361111,0.181818182,0.993592814,0.972341821,0.866666667,3,0 +4841,2447,0,0.045454545,0,0.991709105,0.181818182,0.993592814,0.991709105,0,3,0 +4842,1076,0.142857143,0.4,0,0.013057209,0,0,0.01297123,0.875,7,0 +4844,1076,0.025,0.1,0,0.231064815,0,0,0.231064815,0.916666667,7,0 +4847,1076,0.025641026,0.1,0,0.679970238,0,0,0.679970238,0.846153846,7,0 +4848,1076,0.033333333,0.1,0,0.373288691,0,0,0.373288691,0.769230769,7,0 +4849,1076,0.09375,0.3,0.5,0.423313492,0,0,0.423306878,0.923076923,7,1 +4850,1662,0,0.2,0,0.000228175,0,0,0.000228175,0,7,0 +4851,1662,0.142857143,0.2,0,0.001496362,0,0,0.001496362,1,7,0 +4852,175,0.1875,0.1875,0,0.014416336,0,0,0.014409722,1,7,0 +4854,175,0.038461538,0.0625,0,0.111420304,0,0,0.111420304,0,7,0 +4865,155,0.1,0.047619048,0,0.766570216,0.142857143,0,0.766570216,0,3,0 +4867,2463,0.018867925,0.090909091,0,0.017463624,0,0,0.017463624,0,7,0 +4868,2463,0.12195122,0.454545455,0,0.292266865,0,0,0.266464947,0.944444444,7,0 +4869,2463,0.028571429,0.090909091,0,0.236150794,0,0,0.236150794,0,7,0 +4872,2463,0.1,0.090909091,0,0.426228505,0,0,0.426228505,0,7,0 +4873,533,0.008695652,0.041666667,0,0.734310516,0.25,0.999935281,0.734310516,0,7,0 +4885,354,0.027027027,0.090909091,0,0.136087963,0,0,0.136087963,0,7,0 +4886,93,0.007246377,0.071428571,0,0.157233796,0,0,0.157233796,0,1,0 +4887,93,0.021148036,0.5,0.5,0.178564815,0,0,0.150474537,0.848214286,1,1 +4888,93,0.027027027,0.071428571,0,0.003159722,0,0,0.003159722,0,1,0 +4894,43,0.2,0.01754386,0,0.000335648,0.684210526,0.993592814,0.000335648,0,1,0 +4899,1897,0.038461538,0.04,0,0.986579034,0.28,0.993592814,0.986579034,0,7,0 +4908,2408,0.484848485,0.421052632,1,0.937253638,0.763157895,0.993592814,0.891378968,0.714285714,7,1 +4911,1897,0.444444444,0.16,0.5,0.857080027,0.28,0.993592814,0.857046958,0.666666667,7,1 +4916,2076,0.2,0.176470588,0.5,0.0003125,0,0,0.000294312,1,7,1 +4917,2394,0,0.083333333,0,0.005639881,0,0,0.005639881,0,7,0 +4918,2076,0.008403361,0.058823529,0,0.018528439,0,0,0.018528439,0,7,0 +4922,2394,0.015384615,0.083333333,0,0.016850198,0,0,0.016850198,0,7,0 +4926,143,0.012084592,0.5,0,0.139238426,0,0,0.139238426,0.848214286,5,0 +4932,1897,0.015384615,0.04,0,0.858058862,0.28,0.993592814,0.858058862,0,7,0 +4934,1165,0.5,0.034482759,0,0.602928241,0.689655172,0.993592814,0.602789352,0,1,0 +4936,1215,0.008403361,0.2,0,0.010787037,0,0,0.010787037,0.757575758,5,0 +4937,572,0.066666667,0.032258065,0,0.88818287,0.419354839,0.993592814,0.88818287,0,7,0 +4938,572,0.071428571,0.032258065,0,0.777470238,0.419354839,0.993592814,0.777470238,0,7,0 +4939,1644,0.0625,0.024390244,0,0.396949405,0.56097561,0.993528095,0.396949405,0,7,0 +4940,1943,0.102564103,0.125,0,0.329598765,0.4375,0.993592814,0.212916667,1,3,0 +4942,539,0.012987013,0.041666667,0,0.153792989,0.25,0,0.153792989,0,7,0 +4943,539,0.3,0.25,0,0.447073413,0.25,0,0.13917328,0.833333333,7,0 +4944,539,0.19047619,0.166666667,0,0.310692791,0.25,0,0.310692791,1,7,0 +4945,539,0.1,0.041666667,0,0.330839947,0.25,0,0.330839947,0,7,0 +4948,422,0.666666667,0.8,1,0.00014881,0,0,3.31E-05,0.5,7,1 +4950,422,0.015873016,0.2,0,0.000160384,0,0,0.000160384,0.80952381,7,0 +4951,1175,0.076923077,0.083333333,0,6.61E-06,0,0,6.61E-06,0,7,0 +4952,39,0.003021148,0.038461538,0,0.347488426,0.307692308,0.993592814,0.347488426,0,1,0 +4956,1175,0.148148148,0.333333333,0,0.843999669,0,0,0.0004084,1,7,0 +4958,2318,0.842105263,0.470588235,1,0.96500463,0.470588235,0.993592814,0.96500463,1,10,0 +4960,1248,0.666666667,0.142857143,0,0.954758598,0.678571429,0.993592814,0.952457011,1,7,0 +4963,1380,0.5,0.071428571,0,0.006631944,0,0,0.006631944,0,1,0 +4964,1380,0.176470588,0.428571429,0,0.425289352,0,0,0.00380787,0.923076923,1,0 +4967,1380,0.034482759,0.142857143,0,0.171145833,0,0,0.170891204,1,1,0 +4970,1380,0.307692308,0.285714286,0,0.6384375,0,0,0.63818287,0.857142857,1,0 +4971,546,0.055555556,0.2,0,1.65E-06,0,0,1.65E-06,0.642857143,7,0 +4972,546,0.142857143,0.2,0,0.00021164,0,0,0.00021164,1,7,0 +4973,546,0.0625,0.2,0,0.021068122,0,0,0.021068122,0.857142857,7,0 +4974,546,0.020408163,0.4,0,0.052898479,0,0,0.052850529,0.878787879,7,0 +4975,171,0.137931034,0.307692308,0.5,0.031011905,0,0,0.03098545,1,7,1 +4979,171,0.028571429,0.076923077,0,0.211555886,0,0,0.211555886,0,7,0 +4982,603,0,0.125,0,0.002349537,0,0,0.002349537,1,1,0 +4985,603,0.028571429,0.125,0,0.330462963,0,0,0.330462963,0.916666667,1,0 +4986,171,0.02173913,0.076923077,0,0.509194775,0,0,0.509194775,0,7,0 +4987,603,0.025210084,0.375,0,0.457291667,0,0,0.457291667,0.757575758,1,0 +4990,1314,0.117647059,0.153846154,0,0.81193287,0,0,0.353321759,1,1,0 +4991,1541,0.142857143,0.0625,0,0.752076389,0,0,0.752076389,0,5,0 +5001,2273,0.1,0.02173913,0,0.598958333,0.608695652,0.993592814,0.598958333,0,1,0 +5002,378,0.285714286,0.285714286,0,0.700689484,0,0,0.103068783,0.75,7,0 +5003,378,0.04,0.142857143,0,0.000014881,0,0,0.000014881,0.909090909,7,0 +5004,378,0.230769231,0.428571429,0,0.700180225,0,0,0.700137236,0.666666667,7,0 +5007,1248,0.007246377,0.017857143,0,9.92E-06,0.678571429,0.993592814,9.92E-06,0,7,0 +5017,1314,0.034482759,0.153846154,0,0.595289352,0,0,0.59525463,0.611111111,1,0 +5018,1314,0.027777778,0.230769231,0,0.803900463,0,0,0.289282407,0.821428571,1,0 +5022,2318,0.033333333,0.029411765,0,0.980372685,0.470588235,0.993592814,0.980372685,0,10,0 +5024,1248,0.08,0.035714286,0,0.020899471,0.678571429,0.993592814,0.020891204,0,7,0 +5026,1248,0.121212121,0.071428571,0.5,0.000342262,0.678571429,0.993592814,0.000319114,0,7,0 +5031,1439,0.083333333,0.076923077,0,0.998888889,0,0.993592814,0.998888889,0,3,0 +5032,1380,0.058823529,0.071428571,0,0.699756944,0,0,0.699756944,0,1,0 +5036,2082,0.1,0.2,0,2.31E-05,0,0,2.31E-05,1,3,0 +5037,2082,0.033333333,0.4,0,0.067175926,0,0,0.044876543,0.842105263,3,0 +5042,1141,0.08,0.095238095,0,0.039683642,0.142857143,0,0.039683642,0,3,0 +5044,391,0.1,0.285714286,0,0.049231151,0,0,0.049201389,0.714285714,7,0 +5047,391,0.333333333,0.142857143,0,0.073141534,0,0,0.073141534,1,7,0 +5048,2010,0.75,0.090909091,0,0.799417989,0.454545455,0.993592814,0.440663029,0,7,0 +5054,2442,0.115384615,0.115384615,0,0.212590278,0.307692308,0,0.212550926,0.916666667,5,0 +5056,2167,0.555555556,0.294117647,1,0.022486111,0,0,0.000627315,0.75,5,1 +5060,2167,0.008196721,0.058823529,0,0.814916667,0,0,0.814916667,0,5,0 +5061,2167,0.444444444,0.235294118,0.5,0.298622685,0,0,0.135236111,1,5,0 +5062,1531,0.028571429,0.111111111,0,0.000803571,0,0,0.000803571,0.76,7,0 +5063,1531,0.017241379,0.111111111,0,0.005636574,0,0,0.005636574,0.851851852,7,0 +5064,363,0.133333333,0.615384615,1,0.287214506,0,0,0.287175926,0.842105263,3,1 +5067,2442,0.031914894,0.115384615,0,0.47619213,0.307692308,0,0.34024537,0.806451613,5,0 +5069,2442,0,0.038461538,0,0.476615741,0.307692308,0,0.476615741,0,5,0 +5070,2442,0.333333333,0.115384615,0,0.589907407,0.307692308,0,0.47569213,1,5,0 +5071,2442,0.012345679,0.038461538,0,0.578069444,0.307692308,0,0.578069444,0,5,0 +5074,2056,0.45,0.341772152,0.5,0.803516204,0.772151899,0.993528095,0.577773148,0.866666667,5,1 +5092,2235,0.15,0.5,0.5,0.012824074,0,0,0.012650463,0.833333333,3,0 +5094,1731,0.010204082,0.034482759,0,1.93E-05,0.379310345,0.553050261,1.93E-05,0,3,0 +5098,2399,0.111111111,0.166666667,0,0.976068122,0,0.993592814,0.976068122,1,7,0 +5100,2399,0.071428571,0.166666667,0,0.975960648,0,0.993592814,0.975960648,0.8,7,0 +5101,2399,0.1,0.333333333,0,0.991159061,0,0.993592814,0.965046296,1,7,0 +5102,2399,0.090909091,0.166666667,0,0.994690807,0,0.993592814,0.994690807,1,7,0 +5105,2274,0,0.166666667,0,0.000007716,0,0,0.000007716,1,3,0 +5106,2274,0.032258065,0.333333333,0,0.202592593,0,0,0.202094907,0.75,3,0 +5107,2274,0.045454545,0.166666667,0,8.10E-05,0,0,8.10E-05,0.818181818,3,0 +5108,2274,0,0.166666667,0,0.169853395,0,0,0.169853395,1,3,0 +5109,2274,0.025,0.166666667,0,0.341940586,0,0,0.341940586,0.866666667,3,0 +5112,1731,0.026666667,0.068965517,0,0.976226852,0.379310345,0.553050261,0.976226852,0,3,0 +5113,1731,0.1,0.103448276,0,0.982689043,0.379310345,0.553050261,0.967399691,1,3,0 +5116,2235,0.016129032,0.166666667,0,0.000910494,0,0,0.000910494,0.75,3,0 +5117,2235,0.038461538,0.166666667,0,0.001219136,0,0,0.001219136,0.909090909,3,0 +5118,2235,0.043478261,0.166666667,0,0.266296296,0,0,0.266296296,1,3,0 +5119,781,0.058823529,0.111111111,0,0.387770062,0,0,0.387770062,1,3,0 +5120,781,0.105263158,0.444444444,1,0.498244599,0,0,0.250841049,0.923076923,3,1 +5124,327,0.2,0.2,0,0.020972222,0,0,0.00025463,1,1,0 +5127,514,0.037037037,0.125,0,0.028642527,0,0,0.028642527,0.857142857,7,0 +5128,818,0.318181818,0.538461538,1,0.914864969,0,0.993592814,0.914849537,1,3,1 +5132,582,0.142857143,0.028571429,0,0.014448303,0.485714286,0.993592814,0.014448303,0,3,0 +5133,582,0.018518519,0.028571429,0,0.052515432,0.485714286,0.993592814,0.052515432,0,3,0 +5136,1001,0.045454545,0.058823529,0,0.676574074,0,0,0.676574074,0,1,0 +5137,1001,0.043478261,0.058823529,0,0.975613426,0,0,0.975613426,0,1,0 +5138,1001,0.666666667,0.352941176,0.5,0.8146875,0,0,0.814513889,0.5,1,1 +5145,2086,0.03,0.090909091,0,0.985438161,0.454545455,0.993592814,0.985405093,0,7,0 +5148,465,0.025974026,0.08,0,0.478354828,0.28,0.993592814,0.478063823,0,7,0 +5156,65,0.090909091,0.0625,0,0.298480489,0,0,0.298480489,0,7,0 +5157,582,0.029411765,0.028571429,0,0.063441358,0.485714286,0.993592814,0.063441358,0,3,0 +5158,582,0.016393443,0.028571429,0,0.061207562,0.485714286,0.993592814,0.061207562,0,3,0 +5159,582,0.027777778,0.028571429,0,0.198518519,0.485714286,0.993592814,0.198518519,0,3,0 +5160,1818,0.05,0.0625,0,0.858854167,0,0,0.858854167,0,3,0 +5162,1818,0.033333333,0.0625,0,0.957750772,0,0,0.957750772,0,3,0 +5167,1135,0.1,0.153846154,0,0.000362103,0,0,0.000362103,0.875,7,0 +5168,1135,0.033333333,0.076923077,0,0.001210318,0,0,0.001210318,0,7,0 +5170,1269,0.025,0.038461538,0,0.969731482,0.307692308,0,0.969731482,0,5,0 +5171,1135,0.04,0.076923077,0,0.238118386,0,0,0.238118386,0,7,0 +5172,1135,0.333333333,0.153846154,0,0.005038029,0,0,0.005029762,1,7,0 +5173,1135,0.008196721,0.076923077,0,0.039421296,0,0,0.039421296,0,7,0 +5175,465,0.008196721,0.04,0,0.552637235,0.28,0.993592814,0.552637236,0,7,0 +5176,465,0.025,0.04,0,0.714474206,0.28,0.993592814,0.714474206,0,7,0 +5177,465,0.103448276,0.24,0.5,0.775534061,0.28,0.993592814,0.563323413,0.851851852,7,1 +5178,97,0.166666667,0.0625,0,2.31E-05,0,0,2.31E-05,0,1,0 +5179,97,0.5,0.0625,0,0.000277778,0,0,0.000277778,0,1,0 +5182,582,0.2,0.028571429,0,0.219382716,0.485714286,0.993592814,0.219382716,0,3,0 +5183,582,1,0.057142857,0,0.629031636,0.485714286,0.993592814,0.22900463,0,3,0 +5184,582,0.071428571,0.028571429,0,0.416566358,0.485714286,0.993592814,0.416566358,0,3,0 +5185,582,0.014492754,0.057142857,0,0.681087963,0.485714286,0.993592814,0.366041667,0,3,0 +5188,582,0.222222222,0.057142857,0,0.905165895,0.485714286,0.993592814,0.783125,0,3,0 +5189,582,0.35483871,0.314285714,1,0.711385031,0.485714286,0.993592814,0.66998071,0.714285714,3,1 +5191,2020,0.25,0.111111111,0,0.507094907,0,0,0.507094907,1,1,0 +5194,2020,0.277777778,0.555555556,1,0.421574074,0,0,0.421527778,0.571428571,1,1 +5195,2020,0.090909091,0.111111111,0,0.739571759,0,0,0.739571759,1,1,0 +5197,465,0,0.04,0,0.783607804,0.28,0.993592814,0.783607804,0,7,0 +5199,1467,0.142857143,0.2,0,0.000857639,0,0,0.000857639,0.75,10,0 +5201,2086,0.724137931,0.636363636,1,0.996466601,0.454545455,0.993592814,0.984722222,0.8,7,1 +5203,2086,0.052631579,0.03030303,0,0.988234127,0.454545455,0.993592814,0.988234127,0,7,0 +5204,1467,0.071428571,0.2,0,0.001068287,0,0,0.001068287,0.555555556,10,0 +5205,1467,0.034482759,0.4,0,0.042550926,0,0,0.042546296,1,10,0 +5206,1467,0.2,0.2,0,0.105349537,0,0,0.105349537,1,10,0 +5208,2086,0.03125,0.03030303,0,0.805415013,0.454545455,0.993592814,0.805415013,0,7,0 +5211,2317,0.111111111,0.027777778,0,0.984143519,0.5,0.935604548,0.984143519,0,1,0 +5213,613,0.133333333,0.333333333,0,0.002562831,0,0,4.96E-06,0.875,7,0 +5215,981,0.003021148,0.076923077,0,0.038580247,0,0,0.038580247,0,3,0 +5216,981,0.136363636,0.230769231,0,0.042121914,0,0,0.042121914,0.833333333,3,0 +5217,613,0.008695652,0.166666667,0,0.026221892,0,0,0.026221892,0.926829268,7,0 +5218,613,0.008264463,0.166666667,0,0.012179233,0,0,0.012179233,0.818181818,7,0 +5219,738,0.025,0.033333333,0,0.739252315,0.4,0,0.739252315,0,5,0 +5220,738,0.081081081,0.1,0,0.720675926,0.4,0,0.720641204,0.75,5,0 +5223,738,0.03125,0.033333333,0,0.843641204,0.4,0,0.843641204,0,5,0 +5225,738,0.012345679,0.033333333,0,0.9385,0.4,0,0.9385,0,5,0 +5226,738,0.230769231,0.1,0,0.872962963,0.4,0,0.837585648,1,5,0 +5227,738,0.010416667,0.033333333,0,0.92156713,0.4,0,0.92156713,0,5,0 +5229,1088,0.058823529,0.058823529,0,0.046909722,0,0,0.046909722,0,1,0 +5230,995,0.069767442,0.073170732,0.5,0.973294753,0.56097561,0.993592814,0.973267747,0,3,0 +5233,995,0.083333333,0.024390244,0,0.99841821,0.56097561,0.993592814,0.99841821,0,3,0 +5234,1681,0.041666667,0.076923077,0,8.10E-05,0,0.993592814,8.10E-05,0,1,0 +5235,1681,0.1,0.076923077,0,0.0175,0,0.993592814,0.0175,0,1,0 +5236,1681,0.027777778,0.076923077,0,0.170752315,0,0.993592814,0.170752315,0,1,0 +5237,1681,0.008196721,0.076923077,0,0.199039352,0,0.993592814,0.199039352,0,1,0 +5238,1681,1,0.153846154,0,0.732743056,0,0.993592814,0.725150463,1,1,0 +5239,1681,0.142857143,0.076923077,0,0.20431713,0,0.993592814,0.20431713,0,1,0 +5240,613,0.015384615,0.166666667,0,0.555803571,0,0,0.555803571,0.923076923,7,0 +5241,613,0.010638298,0.166666667,0,0.672962963,0,0,0.672962963,0.806451613,7,0 +5251,52,0.2,0.083333333,0,0.000324074,0,0.676469483,0.000324074,0,7,0 +5252,52,0.1,0.083333333,0,0.058427579,0,0.676469483,0.058427579,0,7,0 +5257,1088,0.018867925,0.058823529,0,0.175740741,0,0,0.175740741,0,1,0 +5258,1088,0.1,0.117647059,0,0.572627315,0,0,0.000127315,0.833333333,1,0 +5263,838,0.086956522,0.058823529,0,0.688358135,0.470588235,0.999935281,0.688349868,0,7,0 +5264,838,0.1,0.029411765,0,0.835269511,0.470588235,0.999935281,0.835269511,0,7,0 +5266,838,0.037037037,0.058823529,0,0.922123016,0.470588235,0.999935281,0.872542989,0,7,0 +5268,870,0.125,0.02173913,0,0.795798611,0.608695652,0.99935281,0.795798611,0,1,0 +5270,981,0.116666667,0.538461538,0.5,0.059571759,0,0,0.050625,0.842105263,3,0 +5273,870,0.111111111,0.02173913,0,2.31E-05,0.608695652,0.99935281,2.31E-05,0,1,0 +5274,870,0.142857143,0.043478261,0,0.792511574,0.608695652,0.99935281,0.792511574,0,1,0 +5275,870,0.024590164,0.065217391,0,0.454143519,0.608695652,0.99935281,0.143819444,0,1,0 +5276,870,0.913043478,0.456521739,1,0.995671296,0.608695652,0.99935281,0.144363426,1,1,1 +5278,1628,0.092307692,0.157894737,0.5,0.679429564,0.526315789,0.993592814,0.514813161,0.923076923,7,1 +5279,2110,0.026315789,0.029411765,0,0.00869213,0.470588235,0.993592814,0.00869213,0,3,0 +5280,2110,0.034482759,0.029411765,0,0.000497685,0.470588235,0.993592814,0.000497685,0,3,0 +5281,742,0.024691358,0.057142857,0,0.800706019,0.485714286,0.993592814,0.800697751,0,7,0 +5283,742,0.068965517,0.057142857,0,0.810284392,0.485714286,0.993592814,0.810284392,0,7,0 +5294,738,0.074380165,0.3,0,0.944990741,0.4,0,0.165416667,0.818181818,5,0 +5295,738,0.019607843,0.066666667,0,0.166368056,0.4,0,0.166210648,0,5,0 +5297,738,0.016393443,0.066666667,0,0.329631944,0.4,0,0.329631944,0,5,0 +5299,577,0.142857143,0.083333333,0,0.00275463,0,0.993592814,0.00275463,0,1,0 +5305,1892,0.111111111,0.066666667,0,0.592334105,0,0,0.592334105,0,3,0 +5306,1892,0.181818182,0.4,0.5,0.733414352,0,0,0.169436728,0.8,3,0 +5307,1892,0.5,0.2,0,0.83839892,0,0,0.170617284,0.666666667,3,0 +5313,2317,0.066666667,0.027777778,0,0.937696759,0.5,0.935604548,0.937696759,0,1,0 +5314,1967,0.083333333,0.111111111,0,1.16E-05,0,0,1.16E-05,0.888888889,5,0 +5315,1967,0.111111111,0.111111111,0,1.16E-05,0,0,1.16E-05,0.6,5,0 +5318,944,0.038961039,0.088235294,0,0.283748347,0.470588235,0.993592814,0.283748347,0,7,0 +5322,1644,0.02247191,0.048780488,0,0.590459656,0.56097561,0.993528095,0.590449736,0,7,0 +5324,1644,0.025,0.024390244,0,0.642174273,0.56097561,0.993528095,0.642174273,0,7,0 +5326,944,0.028571429,0.029411765,0,0.994837963,0.470588235,0.993592814,0.994837963,0,7,0 +5328,1943,0,0.03125,0,0.004344136,0.4375,0.993592814,0.004344136,0,3,0 +5330,1943,0.043478261,0.03125,0,0.234556327,0.4375,0.993592814,0.234556327,0,3,0 +5331,1943,0.090909091,0.125,0,0.064143519,0.4375,0.993592814,0.063622685,0.9,3,0 +5333,807,0.333333333,0.04,0,0.023726852,0.28,0,0.023726852,0,3,0 +5335,807,0.105263158,0.08,0,0.050613426,0.28,0,0.040543982,0,3,0 +5336,1943,0.008196721,0.03125,0,0.783256173,0.4375,0.993592814,0.783256173,0,3,0 +5339,1943,0.010309278,0.03125,0,0.788113426,0.4375,0.993592814,0.788113426,0,3,0 +5340,1943,0.055555556,0.03125,0,0.952256944,0.4375,0.993592814,0.952256944,0,3,0 +5341,25,0.5,0.055555556,0,0.332166005,0,0,0.332166005,0,7,0 +5342,25,0.25,0.388888889,0.5,0.364975198,0,0,0.364975198,1,7,1 +5343,25,0.25,0.055555556,0,0.410302579,0,0,0.410302579,0,7,0 +5346,1943,0.090909091,0.03125,0,0.204702932,0.4375,0.993592814,0.204702932,0,3,0 +5347,1562,0.055555556,0.2,0,0.000178241,0,0,0.000178241,0.916666667,5,0 +5348,1562,0.076923077,0.6,0,0.000206019,0,0,0.000206019,1,5,0 +5349,1562,0,0.2,0,0.000449074,0,0,0.000449074,1,5,0 +5351,240,0.111111111,0.037037037,0,0.005654762,0.333333333,0.961233291,0.005654762,0,7,0 +5353,807,0,0.04,0,0.072411265,0.28,0,0.072411265,0,3,0 +5355,807,0.025974026,0.08,0,0.077064043,0.28,0,0.077048611,0,3,0 +5358,807,0.125,0.04,0,0.118719136,0.28,0,0.118719136,0,3,0 +5359,1644,0.166666667,0.024390244,0,0.206170635,0.56097561,0.993528095,0.206170635,0,7,0 +5360,1644,0.153846154,0.097560976,0,0.011367394,0.56097561,0.993528095,0.011309524,0,7,0 +5365,25,0.166666667,0.055555556,0,0.597666997,0,0,0.597666997,0,7,0 +5366,25,0.034782609,0.222222222,1,0.779103836,0,0,0.779095569,0.926829268,7,1 +5368,476,0.028571429,0.034482759,0,9.26E-05,0.379310345,0.993592814,9.26E-05,0,1,0 +5370,476,0.003021148,0.034482759,0,0.288726852,0.379310345,0.993592814,0.288726852,0,1,0 +5372,8,0.227272727,0.714285714,1,0.938368056,0,0,0.219722222,0.818181818,7,1 +5373,8,0,0.142857143,0,0.028186177,0,0,0.028186177,1,7,0 +5375,8,0.125,0.142857143,0,0.950355489,0,0,0.950355489,0.666666667,7,0 +5377,327,0.25,0.1,0,0.954548611,0,0,0.954548611,1,1,0 +5382,1731,0.046511628,0.137931034,1,0.02123071,0.379310345,0.553050261,0.011292438,0.857142857,3,1 +5386,1731,0.285714286,0.068965517,0,0.019012346,0.379310345,0.553050261,0.019012346,0,3,0 +5387,1231,0.034482759,0.05,0,0.737743056,0.1,0,0.737743056,0,1,0 +5388,1731,0.038461538,0.034482759,0,0.613904321,0.379310345,0.553050261,0.613904321,0,3,0 +5389,1231,0.333333333,0.05,0,0.776087963,0.1,0,0.776087963,0,1,0 +5391,1231,0.032786885,0.1,0,0.747604167,0.1,0,0.747488426,0.833333333,1,0 +5397,2074,0.428571429,0.272727273,0.5,0.430888889,0,0,0.430877315,0.8,5,1 +5398,1974,0.071428571,0.066666667,0,0.884969907,0,0,0.884969907,0,5,0 +5399,1974,0.111111111,0.066666667,0,0.990511574,0,0,0.990511574,0,5,0 +5400,1399,0.066666667,0.166666667,0,1.16E-05,0,0,1.16E-05,0.571428571,7,0 +5403,1231,0.035714286,0.05,0,0.783171296,0.1,0,0.783171296,0,1,0 +5404,2249,0.012345679,0.043478261,0,0,0.217391304,0,0,0,1,0 +5405,2442,0.111111111,0.038461538,0,0.657722222,0.307692308,0,0.657722222,0,5,0 +5406,2442,0.077922078,0.230769231,1,0.689469907,0.307692308,0,0.689375,0.923076923,5,1 +5407,2442,0.022727273,0.038461538,0,0.77362037,0.307692308,0,0.77362037,0,5,0 +5414,2249,0.025641026,0.043478261,0,0.000150463,0.217391304,0,0.000150463,0,1,0 +5418,2399,0.008264463,0.166666667,0,3.31E-06,0,0.993592814,3.31E-06,0.818181818,7,0 +5419,134,0.1,0.083333333,0,0.530175265,0.25,0,0.530170304,0,7,0 +5420,134,0.011764706,0.041666667,0,0.589948743,0.25,0,0.589948743,0,7,0 +5422,134,0.058823529,0.041666667,0,0.709174934,0.25,0,0.709174934,0,7,0 +5423,134,0.066666667,0.041666667,0,0.706734458,0.25,0,0.706734458,0,7,0 +5429,1599,0.045454545,0.052631579,0,0.488611111,0.052631579,0.993592814,0.488611111,0,1,0 +5430,1599,0.5,0.315789474,0,0.022951389,0.052631579,0.993592814,0.0228125,0.666666667,1,0 +5431,1599,0.166666667,0.263157895,0,0.516921296,0.052631579,0.993592814,0.009618056,0.636363636,1,0 +5433,1599,0.111111111,0.052631579,0,0.543645833,0.052631579,0.993592814,0.543645833,0,1,0 +5434,1599,0,0.052631579,0,0.689861111,0.052631579,0.993592814,0.689861111,0,1,0 +5435,134,0.1,0.166666667,0,0.08505291,0.25,0,0.08505291,1,7,0 +5436,134,0.044776119,0.125,0.5,0.09145172,0.25,0,0.091431878,0.806451613,7,1 +5439,134,0.081632653,0.333333333,1,0.348682209,0.25,0,0.080911045,0.878787879,7,1 +5441,2249,0.027777778,0.043478261,0,0.053842593,0.217391304,0,0.053842593,0,1,0 +5445,2516,0.006802721,0.03125,0,0.998250661,0.4375,0.993592814,0.998250661,0,7,0 +5448,1248,0.133333333,0.142857143,0.5,0.998258929,0.678571429,0.993592814,0.988189484,0.866666667,7,1 +5451,1207,0.25,0.125,0,0.000676257,0,0,0.000676257,1,7,0 +5453,2282,0.007246377,0.047619048,0,0.973877315,0.142857143,0.993592814,0.973877315,0,1,0 +5454,1214,0.222222222,0.181818182,0,0.000895833,0,0,9.26E-06,0.833333333,5,0 +5455,1214,0.028571429,0.090909091,0,0.030902778,0,0,0.030902778,0,5,0 +5456,1214,0.052631579,0.090909091,0,0.16331713,0,0,0.16331713,0,5,0 +5457,1214,0.033333333,0.090909091,0,0.257810185,0,0,0.257810185,0,5,0 +5459,1214,0.142857143,0.090909091,0,0.691810185,0,0,0.691810185,0,5,0 +5462,2463,0.333333333,0.090909091,0,0.833358135,0,0,0.833358135,0,7,0 +5463,1896,0.012987013,0.03030303,0,1.16E-05,0.454545455,0,1.16E-05,0,1,0 +5465,1310,0.024793388,0.15,0.5,0.019457672,0.1,0.993592814,0.019441138,0.818181818,7,1 +5468,1310,0.102564103,0.2,0.5,0.589123677,0.1,0.993592814,0.589112103,0.75,7,1 +5476,1610,0.003021148,0.076923077,0,0.879560185,0,0,0.879560185,0,3,0 +5479,192,0.125,0.04,0,0.959539352,0.64,0.993592814,0.935993056,0,5,0 +5484,192,0.0625,0.06,0,0.988696759,0.64,0.993592814,0.981606482,0,5,0 +5489,1896,0.049180328,0.090909091,0,0.137372685,0.454545455,0,0.039872685,0,1,0 +5495,1577,0.055555556,0.025,0,0.893645833,0.55,0.993592814,0.893645833,0,1,0 +5501,1628,0.049180328,0.078947368,0,0.055578704,0.526315789,0.993592814,0.055578704,0,7,0 +5508,1009,0.142857143,0.083333333,0,0.020030864,0,0,0.020030864,0,3,0 +5510,651,0.014084507,0.1,0,2.31E-05,0,0,2.31E-05,0.933333333,3,0 +5514,651,0.181818182,0.4,0.5,0.036161265,0,0,0.036161265,1,3,0 +5516,2319,0.027777778,0.166666667,0,0.004935516,0,0,0.004935516,1,7,0 +5517,2319,0.058823529,0.166666667,0,0.965226521,0,0,0.965226521,1,7,0 +5518,2319,0.081081081,0.5,0,0.986722884,0,0,0.963592923,0.75,7,0 +5519,2319,0.142857143,0.166666667,0,0.99833168,0,0,0.99833168,1,7,0 +5522,783,0.083333333,0.035714286,0,0.919930556,0.357142857,0.993528095,0.919930556,0,1,0 +5523,783,0,0.035714286,0,0.99744213,0.357142857,0.993528095,0.99744213,0,1,0 +5525,2387,0.3,0.5,1,0.832119709,0.625,0.993592814,0.816787368,0.954545455,7,1 +5531,1485,0.055555556,0.125,0,0.007614277,0,0,0.007614277,0.857142857,5,0 +5533,2172,0.166666667,0.0625,0,0.72296131,0,0,0.72296131,0,7,0 +5534,2172,0.05,0.0625,0,0.770049603,0,0,0.770049603,0,7,0 +5536,2172,0.055555556,0.0625,0,0.951775794,0,0,0.951775794,0,7,0 +5537,2172,0.0375,0.1875,0,0.947175926,0,0,0.947149471,0.954545455,7,0 +5540,2172,0.058823529,0.0625,0,0.996552579,0,0,0.996552579,0,7,0 +5543,166,0.025641026,0.166666667,0,5.79E-05,0,0,5.79E-05,0.5,1,0 +5544,166,0.009803922,0.166666667,0,3.47E-05,0,0,3.47E-05,0.888888889,1,0 +5545,100,0.075,0.142857143,0.5,0.992328704,0.142857143,0.993592814,0.822375,1,5,1 +5546,2021,0.034482759,0.166666667,0,0.948842593,0,0,0.860613426,0.75,1,0 +5547,2021,0.2,0.25,0,0.756689815,0,0,0.756689815,0.666666667,1,0 +5548,2021,0.2,0.166666667,0,0.970601852,0,0,0.877233796,0.833333333,1,0 +5550,715,0.05,0.090909091,0,1.16E-05,0,0,1.16E-05,0,7,0 +5555,766,0.827586207,0.406779661,1,0.867468585,0.694915254,0.993592814,0.811722884,1,7,1 +5568,2387,0.055555556,0.020833333,0,0.001066468,0.625,0.993592814,0.001066468,0,7,0 +5569,2387,0.666666667,0.041666667,0,0.061122685,0.625,0.993592814,0.061116071,0,7,0 +5572,715,0.25,0.090909091,0,0.000552249,0,0,0.000552249,0,7,0 +5573,715,0.097560976,0.363636364,0,0.169355159,0,0,3.31E-06,1,7,0 +5574,715,0,0.090909091,0,0.18968254,0,0,0.18968254,0,7,0 +5576,715,0.029411765,0.090909091,0,0.308255622,0,0,0.308255622,0,7,0 +5577,715,0.5,0.090909091,0,0.331564153,0,0,0.331564153,0,7,0 +5581,1485,0.217391304,0.625,1,0.894778781,0,0,0.894740836,0.8,5,1 +5582,100,0.090909091,0.047619048,0,0.975960648,0.142857143,0.993592814,0.975960648,0,5,0 +5583,100,0.028571429,0.047619048,0,0.987141204,0.142857143,0.993592814,0.987141204,0,5,0 +5584,1368,0.1,0.166666667,0,0.438402778,0,0,0.438402778,0.916666667,1,0 +5585,1368,0.016129032,0.083333333,0,9.26E-05,0,0,9.26E-05,0,1,0 +5586,1368,0.003021148,0.083333333,0,0.265358796,0,0,0.265358796,0,1,0 +5587,1368,0.095238095,0.166666667,0,0.184027778,0,0,0.183900463,1,1,0 +5589,1838,0.012345679,0.071428571,0,0.38329386,0,0,0.38329386,0,7,0 +5590,1368,0.024590164,0.25,0.5,0.248425926,0,0,0.248298611,0.9,1,1 +5591,1838,0.013333333,0.071428571,0,0.503841114,0,0,0.503841114,0,7,0 +5594,1838,0.014084507,0.071428571,0,0.57302925,0,0,0.57302925,0,7,0 +5595,1838,0.008196721,0.071428571,0,0.716382741,0,0,0.716382741,0,7,0 +5596,1838,0.454545455,0.357142857,0,0.832577934,0,0,0.773476478,1,7,0 +5600,1619,0.4,0.25,0,0.002390873,0,0,0.001369048,0.666666667,7,0 +5603,2387,0.5,0.020833333,0,0.507518188,0.625,0.993592814,0.507518188,0,7,0 +5604,1619,0.031746032,0.25,0,0.002607474,0,0,0.00224041,0.80952381,7,0 +5605,1619,1,0.25,0,0.020150463,0,0,0.020137236,1,7,0 +5608,2387,1,0.0625,0,0.791916336,0.625,0.993592814,0.791908069,0,7,0 +5612,766,0.017241379,0.016949153,0,0.961155754,0.694915254,0.993592814,0.961155754,0,7,0 +5615,181,0.25,0.055555556,0,6.94E-05,0,0,6.94E-05,0,1,0 +5616,181,0.076923077,0.055555556,0,3.47E-05,0,0,3.47E-05,0,1,0 +5618,181,0.058823529,0.055555556,0,0.023634259,0,0,0.023634259,0,1,0 +5619,181,0.2,0.111111111,0,0.020046296,0,0,0.019965278,0.666666667,1,0 +5620,181,0.2,0.055555556,0,0.170335648,0,0,0.170335648,0,1,0 +5621,181,0.210526316,0.444444444,1,0.653703704,0,0,0.653449074,0.923076923,1,1 +5622,2370,0.033333333,0.037037037,0,3.31E-06,0.333333333,0.993528095,3.31E-06,0,7,0 +5624,1838,0.015384615,0.071428571,0,0.809326873,0,0,0.809326873,0,7,0 +5625,2370,0.028571429,0.037037037,0,0.021274802,0.333333333,0.993528095,0.021274802,0,7,0 +5626,2370,0.020833333,0.037037037,0,8.27E-06,0.333333333,0.993528095,8.27E-06,0,7,0 +5627,2370,0.016393443,0.037037037,0,8.27E-06,0.333333333,0.993528095,8.27E-06,0,7,0 +5631,2534,0.137931034,0.363636364,0.5,0.084888889,0,0,0.084724537,0.777777778,5,0 +5636,2534,0.166666667,0.090909091,0,0.34887963,0,0,0.34887963,0,5,0 +5643,1730,0.012084592,0.117647059,0,0.12797123,0.470588235,0.993592814,0.063892196,0.848214286,7,0 +5646,1730,0.043478261,0.029411765,0,0.99500496,0.470588235,0.993592814,0.99500496,0,7,0 +5648,360,0.044776119,0.272727273,0,0.104305556,0,0,0.104255401,0.88,3,0 +5650,360,1,0.363636364,0.5,0.000435957,0,0,0.000277778,0,3,0 +5654,360,0.020408163,0.090909091,0,0.01244213,0,0,0.01244213,0,3,0 +5655,428,0.05,0.076923077,0,0.001856482,0,0,0.001856482,0,5,0 +5656,360,0.03125,0.090909091,0,0.012704475,0,0,0.012704475,0,3,0 +5662,2100,0.034482759,0.015873016,0,0.887757937,0.714285714,0.98712091,0.887757937,0,7,0 +5663,2100,0.010309278,0.015873016,0,0.947546296,0.714285714,0.98712091,0.947546296,0,7,0 +5667,998,0.017241379,0.05,0,1.54E-05,0.1,0,1.54E-05,0,3,0 +5668,998,0.022222222,0.05,0,1.93E-05,0.1,0,1.93E-05,0,3,0 +5669,360,0.012987013,0.090909091,0,0.214309414,0,0,0.214309414,0,3,0 +5671,1664,0.010416667,0.04,0,0.96287037,0.28,0,0.96287037,0,1,0 +5676,2100,0.035714286,0.015873016,0,0.975059524,0.714285714,0.98712091,0.975059524,0,7,0 +5679,1664,0.055555556,0.04,0,0.976643519,0.28,0,0.976643519,0,1,0 +5681,121,0.025641026,0.125,0,0.12033179,0,0,0.12033179,0.846153846,3,0 +5682,121,0.051724138,0.375,0,0.037970679,0,0,0.037858796,0.851851852,3,0 +5684,428,0.2,0.307692308,0,0.002444444,0,0,0.0024375,0.875,5,0 +5685,689,0.090909091,0.1,0,2.31E-05,0,0,2.31E-05,1,3,0 +5689,689,0.033898305,0.2,0,0.002268519,0,0,0.002183642,0.8,3,0 +5692,121,0.074074074,0.25,0,0.136628086,0,0,0.136616512,0.8,3,0 +5693,689,0.111111111,0.2,0,0.518777006,0,0,0.194301698,0.916666667,3,0 +5694,121,0.045454545,0.125,0,0.242067901,0,0,0.242067901,1,3,0 +5696,121,0,0.125,0,0.609305556,0,0,0.609305556,1,3,0 +5702,689,0.057142857,0.2,0,0.134834105,0,0,0.134803241,1,3,0 +5704,689,0.157894737,0.3,0,0.230327932,0,0,0.230250772,1,3,0 +5705,496,0.5,0.586956522,1,0.98889881,0.608695652,0.999935281,0.98889881,0.95,7,1 +5707,496,0.5,0.043478261,0,0.99338459,0.608695652,0.999935281,0.980142196,0,7,0 +5710,2082,0.054054054,0.4,0,0.050451389,0,0,0.050408951,0.933333333,3,0 +5718,1521,0.35,0.7,1,0.404971892,0.1,0,0.001674934,0.909090909,7,1 +5722,1432,0.2,0.066666667,0,0.002767857,0,0,0.002767857,0,7,0 +5723,1432,0.006802721,0.066666667,0,0.061049934,0,0,0.061049934,0,7,0 +5724,1432,0.333333333,0.4,0,0.644241071,0,0,0.644224537,1,7,0 +5725,1964,0.0625,0.181818182,0,0.000690586,0,0.993592814,1.16E-05,0.833333333,3,0 +5726,1964,0.25,0.090909091,0,3.09E-05,0,0.993592814,3.09E-05,0,3,0 +5728,1964,0.027027027,0.090909091,0,0.044945988,0,0.993592814,0.044945988,0,3,0 +5729,1689,0.100840336,0.857142857,1,0.680464616,0,0,0.002253638,0.757575758,7,1 +5736,2488,0.08,0.222222222,0,0.251712963,0,0,0.036967593,0.909090909,5,0 +5737,1971,0.24,1,1,0.242283951,0,0,0.242260803,0.555555556,3,1 +5738,2420,0.052631579,0.052631579,0,0.627035384,0.052631579,0.993528095,0.627035384,0,7,0 +5741,2488,0.013605442,0.222222222,0,0.374791667,0,0,0.021657407,0.8125,5,0 +5742,2488,0.12,0.333333333,0,0.878395833,0,0,0.197368056,0.9,5,0 +5744,1050,0.173913043,0.166666667,0,0.276145833,0.25,0,0.275844907,0.8,1,0 +5757,314,0.018867925,0.083333333,0,0.012837302,0,0,0.012837302,0,7,0 +5758,314,0.066666667,0.083333333,0,0.015909392,0,0,0.015909392,0,7,0 +5761,1418,0.090909091,0.040816327,0,0.298055556,0.632653061,0.993592814,0.298036265,0,3,0 +5762,282,0.111111111,0.055555556,0,4.96E-06,0,0,4.96E-06,0,7,0 +5764,282,0,0.055555556,0,0.001506283,0,0,0.001506283,0,7,0 +5766,282,0.1,0.166666667,0.5,0.002731482,0,0,0.002713294,1,7,1 +5768,1418,0.125,0.081632653,0,0.960385803,0.632653061,0.993592814,0.960385803,0,3,0 +5775,399,0.090909091,0.166666667,0,0.980236442,0,0,0.980236442,1,7,0 +5776,1552,0.80952381,0.62962963,1,0.999819775,0.333333333,0.993592814,0.965305886,1,7,1 +5777,1552,0.008196721,0.037037037,0,0.973422619,0.333333333,0.993592814,0.973422619,0,7,0 +5778,1552,0.210526316,0.148148148,0,0.978086971,0.333333333,0.993592814,0.978075397,1,7,0 +5779,1552,0.333333333,0.037037037,0,0.984861111,0.333333333,0.993592814,0.984861111,0,7,0 +5784,2205,0.046153846,0.058823529,0.5,0.719602624,0.647058824,0.993592814,0.719552469,0,3,0 +5785,1403,0.142857143,0.3125,1,0.00218254,0,0,0.00218254,1,7,1 +5786,1403,0.016129032,0.0625,0,0.062890212,0,0,0.062890212,0,7,0 +5787,1403,0.181818182,0.125,0,0.09005787,0,0,0.09005291,1,7,0 +5788,1403,0.052631579,0.1875,0,0.50864914,0,0,0.142478505,0.793103448,7,0 +5792,1986,0.076923077,0.037037037,0,0.490592593,0.333333333,0.993592814,0.490592593,0,5,0 +5793,1986,0.03030303,0.037037037,0,0.89325463,0.333333333,0.993592814,0.89325463,0,5,0 +5794,150,0.166666667,0.076923077,0,0.937900132,0,0.993592814,0.937900132,0,7,0 +5795,1986,0.028571429,0.037037037,0,0.813777778,0.333333333,0.993592814,0.813777778,0,5,0 +5804,2205,0.05,0.039215686,0,0.833680556,0.647058824,0.993592814,0.798132716,0,3,0 +5807,2205,0.1,0.019607843,0,0.840817901,0.647058824,0.993592814,0.840817901,0,3,0 +5813,667,0.363636364,0.129032258,0.5,0.000496032,0.419354839,0.993592814,0.000496032,1,7,1 +5814,667,0.018518519,0.032258065,0,0.019824735,0.419354839,0.993592814,0.019824736,0,7,0 +5815,667,0.1,0.032258065,0,0.013025794,0.419354839,0.993592814,0.013025794,0,7,0 +5816,667,0.017391304,0.064516129,0,0.144087302,0.419354839,0.993592814,0.144080688,0,7,0 +5824,1122,0,0.083333333,0,3.97E-05,0,0,3.97E-05,0,7,0 +5825,1122,0.035087719,0.166666667,0,0.02292328,0,0,3.31E-06,0.793103448,7,0 +5827,1122,0,0.083333333,0,0.026147487,0,0,0.026147487,0,7,0 +5831,311,0.038461538,0.032258065,0,0.004938823,0.419354839,0,0.004938823,0,7,0 +5832,311,0.75,0.290322581,1,0.00219246,0.419354839,0,0.002104828,0.666666667,7,1 +5840,361,0.003021148,0.090909091,0,4.63E-05,0,0,4.63E-05,0,3,0 +5841,361,0.03125,0.090909091,0,2.31E-05,0,0,2.31E-05,0,3,0 +5842,361,0.2,0.454545455,1,0.022924383,0,0,0.022847222,0.555555556,3,1 +5845,629,0.111111111,0.045454545,0,0.31306713,0.181818182,0,0.31306713,0,5,0 +5850,2444,0.083333333,0.071428571,0,0.002467593,0,0,0.002467593,0,5,0 +5852,2151,0.086956522,0.105263158,0,8.27E-06,0.052631579,0,8.27E-06,0.666666667,7,0 +5853,2151,0.25,0.052631579,0,0.001410384,0.052631579,0,0.001410384,0,7,0 +5855,257,0.017241379,0.0625,0,0.984247685,0,0,0.984247685,0,5,0 +5856,1161,0.021148036,0.333333333,0.5,0.179325397,0.142857143,0.993528095,1.32E-05,0.848214286,7,1 +5863,1161,0.102564103,0.19047619,0.5,0.177144511,0.142857143,0.993528095,0.015074405,0.5,7,1 +5866,1947,0.068627451,0.225806452,0.5,0.994368056,0.419354839,0.993592814,0.989996528,0.888888889,10,0 +5873,1293,0.028571429,0.111111111,0,0.322217593,0,0,0.322217593,0.916666667,5,0 +5875,1293,0.125,0.111111111,0,0.905518519,0,0,0.905518519,1,5,0 +5876,1044,0.111111111,0.0625,0,4.96E-06,0,0,4.96E-06,0,7,0 +5877,657,0.2,0.166666667,0,9.26E-05,0,0,9.26E-05,0.75,1,0 +5878,657,0,0.166666667,0,0.002048611,0,0,0.002048611,1,1,0 +5879,657,0,0.166666667,0,0.020925926,0,0,0.020925926,1,1,0 +5880,657,0.014925373,0.166666667,0,0.08880787,0,0,0.08880787,0.806451613,1,0 +5881,657,0.5,0.333333333,0,0.075300926,0,0,0.07525463,1,1,0 +5883,525,0.017241379,0.047619048,0,0.931216931,0.142857143,0.993592814,0.931216931,0,7,0 +5884,1961,0.888888889,0.307692308,0.5,0.299811508,0.307692308,0,0.299778439,1,7,1 +5889,1961,0.173913043,0.153846154,1,0.684816468,0.307692308,0,0.684753638,1,7,1 +5893,1961,0.027777778,0.038461538,0,0.688478836,0.307692308,0,0.688478836,0,7,0 +5894,1961,0.011764706,0.038461538,0,0.883678902,0.307692308,0,0.883678902,0,7,0 +5895,1961,0.028571429,0.038461538,0,0.933356482,0.307692308,0,0.933356482,0,7,0 +5899,1358,0.006042296,0.105263158,0,0.8716875,0.052631579,0,0.871675926,0.848214286,5,0 +5901,1293,0.032786885,0.222222222,0,0.864039352,0,0,0.551347222,0.833333333,5,0 +5902,1293,0.285714286,0.222222222,0,0.940310185,0,0,0.935715278,1,5,0 +5903,525,0.048780488,0.095238095,0,0.026283069,0.142857143,0.993592814,4.96E-06,0,7,0 +5904,525,0.027027027,0.047619048,0,0.00249504,0.142857143,0.993592814,0.00249504,0,7,0 +5906,525,0.125,0.047619048,0,0.52400959,0.142857143,0.993592814,0.52400959,0,7,0 +5909,1044,0.090909091,0.4375,1,0.99885086,0,0,0.827630622,0.774193548,7,1 +5913,2347,0.027777778,0.04,0,0.045871914,0.28,0,0.045871914,0,3,0 +5914,2347,0.043478261,0.04,0,0.329818673,0.28,0,0.329818673,0,3,0 +5915,2347,0.4,0.32,1,0.540246914,0.28,0,0.540192901,0.75,3,1 +5924,1412,0.380952381,0.666666667,1,0.845402778,0,0,0.845361111,1,5,1 +5936,1161,0.038461538,0.095238095,0,0.56520668,0.142857143,0.993528095,0.158161376,0,7,0 +5937,1161,0.022727273,0.047619048,0,0.842061839,0.142857143,0.993528095,0.842061839,0,7,0 +5940,1997,0.142857143,0.03125,0,0.081322751,0.4375,0,0.081322751,0,7,0 +5941,1997,0.083333333,0.03125,0,0.056046627,0.4375,0,0.056046627,0,7,0 +5942,1947,0.333333333,0.032258065,0,2.31E-06,0.419354839,0.993592814,2.31E-06,0,10,0 +5943,1947,0.090909091,0.096774194,0,0.001311343,0.419354839,0.993592814,2.43E-05,0,10,0 +5948,2227,0.333333333,0.142857143,0,0.226648479,0,0,0.226608796,1,7,0 +5951,2227,0.117647059,0.142857143,0,0.228399471,0,0,0.226236773,1,7,0 +5953,2227,0.090909091,0.142857143,0,0.288462302,0,0,0.22729332,1,7,0 +5955,2227,0.012987013,0.071428571,0,0.594495701,0,0,0.594495701,0,7,0 +5957,1863,0.222222222,0.064516129,0,0.17099537,0.709677419,0.993592814,0.003221451,0,3,0 +5960,1863,0.027027027,0.016129032,0,0.8475,0.709677419,0.993592814,0.8475,0,3,0 +5963,1863,0.038461538,0.032258065,0,0.864490741,0.709677419,0.993592814,0.864479167,0,3,0 +5969,1110,0.054054054,0.333333333,0,0.097662037,0,0,0.097627315,0.777777778,7,0 +5973,1863,0.153846154,0.032258065,0,0.872943673,0.709677419,0.993592814,0.870636574,0,3,0 +5974,1863,0.125,0.048387097,0,0.877889661,0.709677419,0.993592814,0.877862654,0,3,0 +5975,1110,1,0.333333333,0,0.013921958,0,0,0.013910384,1,7,0 +5977,1110,0.041666667,0.166666667,0,0.061304564,0,0,0.061304564,0.842105263,7,0 +5978,1110,0.0625,0.166666667,0,0.358306878,0,0,0.358306878,0.888888889,7,0 +5979,1127,0.02,0.047619048,0,4.63E-06,0.142857143,0.993592814,4.63E-06,0,5,0 +5985,1996,0.153846154,0.333333333,0,0.117777778,0,0.676404764,0.117685185,1,1,0 +5991,1996,0.012987013,0.166666667,0,0.343287037,0,0.676404764,0.343287037,0.774193548,1,0 +5992,892,0.015384615,0.125,0,0.020030864,0,0,0.020030864,0.916666667,3,0 +5993,892,0.045454545,0.25,0,0.934633488,0,0,0.934633488,0.863636364,3,0 +5994,892,0.057142857,0.25,0,0.256936728,0,0,0.159510031,0.866666667,3,0 +5996,892,0.2,0.125,0,0.507291667,0,0,0.507291667,1,3,0 +5998,1863,0.5,0.048387097,0,0.991840278,0.709677419,0.993592814,0.991840278,0,3,0 +5999,1863,0.188679245,0.161290323,0,0.995084877,0.709677419,0.993592814,0.991122685,0.782608696,3,0 +6006,1863,0.029411765,0.016129032,0,0.997318673,0.709677419,0.993592814,0.997318673,0,3,0 +6008,1477,0.305555556,0.647058824,1,0.502951389,0,0,0.502907407,0.818181818,5,1 +6011,2445,0.125,0.090909091,0,0.022118056,0,0,0.022118056,0,1,0 +6012,2445,0.181818182,0.181818182,0,0.000509259,0,0,1.16E-05,0.833333333,1,0 +6014,2445,0.018518519,0.090909091,0,0.20150463,0,0,0.20150463,0,1,0 +6015,2445,0.12,0.272727273,0,0.512662037,0,0,0.512662037,1,1,0 +6016,2445,0.003021148,0.090909091,0,0.37287037,0,0,0.37287037,0,1,0 +6017,2445,0.068965517,0.181818182,0,0.436770833,0,0,0.43662037,0.933333333,1,0 +6023,2010,0.035714286,0.03030303,0,0.963711971,0.454545455,0.993592814,0.963711971,0,7,0 +6024,2010,0.159090909,0.212121212,1,0.993366402,0.454545455,0.993592814,0.976964286,0.863636364,7,1 +6027,23,1,0.047619048,0,0.000203704,0.571428571,0.993592814,0.000155093,0,5,0 +6030,2056,0.034013605,0.063291139,0,0.648652778,0.772151899,0.993528095,0.648608796,0,5,0 +6032,2056,0.166666667,0.025316456,0,0.743215278,0.772151899,0.993528095,0.718849537,0,5,0 +6034,2056,0.019230769,0.012658228,0,0.692902778,0.772151899,0.993528095,0.692902778,0,5,0 +6035,2056,0.035714286,0.012658228,0,0.726675926,0.772151899,0.993528095,0.726675926,0,5,0 +6041,2056,0.037037037,0.012658228,0,0.764641204,0.772151899,0.993528095,0.764641204,0,5,0 +6047,595,0.625,0.294117647,0.5,0.439409722,0,0,0.010650463,0.666666667,5,0 +6048,595,0.1,0.235294118,0,0.299724537,0,0,0.120916667,0.909090909,5,0 +6051,595,0.333333333,0.058823529,0,0.577576389,0,0,0.577576389,0,5,0 +6053,595,0.018518519,0.058823529,0,0.651546296,0,0,0.651546296,0,5,0 +6055,595,0.02,0.058823529,0,0.811270833,0,0,0.811270833,0,5,0 +6056,595,1,0.117647059,0,0.950884259,0,0,0.770594907,1,5,0 +6058,1856,0,0.041666667,0,4.63E-05,0.25,0.993528095,4.63E-05,0,3,0 +6059,1174,0.035087719,0.111111111,0,0.777731482,0,0,0.777731482,0.793103448,5,0 +6063,1799,1,0.266666667,0,0.127017747,0,0.993592814,0.014822531,0,3,0 +6064,1856,0.008695652,0.041666667,0,0.879506173,0.25,0.993528095,0.879506173,0,3,0 +6065,1856,0.2,0.333333333,1,0.960841049,0.25,0.993528095,0.960821759,1,3,1 +6067,1856,0,0.041666667,0,0.966068673,0.25,0.993528095,0.966068673,0,3,0 +6068,1856,0.4,0.083333333,0,0.982160494,0.25,0.993528095,0.982133488,0,3,0 +6070,602,0.166666667,0.076923077,0,0.008310185,0,0,0.008310185,0,7,0 +6071,602,0.057142857,0.153846154,0,0.121046627,0,0,0.120993717,0.916666667,7,0 +6072,602,0.066666667,0.076923077,0,0.460710979,0,0,0.460710979,0,7,0 +6074,602,0.068965517,0.153846154,0,0.417225529,0,0,0.417170966,0.933333333,7,0 +6076,602,0.025,0.076923077,0,0.485803571,0,0,0.485803571,0,7,0 +6077,602,0.076923077,0.076923077,0,0.61255787,0,0,0.61255787,0,7,0 +6078,602,0.043478261,0.076923077,0,0.816843585,0,0,0.816843585,0,7,0 +6079,602,0.037037037,0.153846154,0,0.812437169,0,0,0.81213955,1,7,0 +6081,602,0.037037037,0.076923077,0,0.823733466,0,0,0.823733466,0,7,0 +6082,463,0,0.058823529,0,0.000119599,0,0,0.000119599,0,3,0 +6083,463,0.2,0.058823529,0,0.025601852,0,0,0.025601852,0,3,0 +6084,781,0.025641026,0.111111111,0,1.16E-05,0,0,1.16E-05,0.75,3,0 +6085,781,0.4,0.222222222,0,0.070027006,0,0,0.070015432,1,3,0 +6090,1856,0.04,0.041666667,0,0.000127315,0.25,0.993528095,0.000127315,0,3,0 +6092,1799,0.057142857,0.133333333,0,0.329417438,0,0.993592814,0.329417438,1,3,0 +6093,2056,0.03,0.037974684,0,0.38237037,0.772151899,0.993528095,0.382115741,0,5,0 +6094,2056,0.171428571,0.075949367,0,0.875768519,0.772151899,0.993528095,0.329789352,0,5,0 +6097,9,0.03030303,0.0625,0,1.65E-06,0,0,1.65E-06,0,7,0 +6098,9,0.076923077,0.0625,0,9.92E-06,0,0,9.92E-06,0,7,0 +6099,9,0.75,0.1875,0,0.003720238,0,0,0.000124008,1,7,0 +6100,9,0.058823529,0.0625,0,9.92E-06,0,0,9.92E-06,0,7,0 +6105,2056,0.24137931,0.17721519,1,0.987034722,0.772151899,0.993528095,0.941525463,0.75,5,1 +6110,2056,0.085714286,0.037974684,0,0.949787037,0.772151899,0.993528095,0.949768519,0,5,0 +6111,2417,0.019230769,0.083333333,0,0.178351852,0,0,0.178351852,0,5,0 +6112,2417,0.25,0.083333333,0,0.41412037,0,0,0.41412037,0,5,0 +6116,9,0.017391304,0.125,0,0.005107474,0,0,0.00510086,0.87755102,7,0 +6117,9,0.016393443,0.125,0,0.087387566,0,0,0.012635582,0.9,7,0 +6118,9,0.074074074,0.25,0.5,0.667867064,0,0,0.667833995,0.806451613,7,1 +6119,9,0.142857143,0.0625,0,0.676865079,0,0,0.676865079,0,7,0 +6123,363,0.08,0.153846154,0,0.000227624,0,0,0,0.909090909,3,0 +6124,363,0.03125,0.076923077,0,0.004143519,0,0,0.004143519,0,3,0 +6125,2056,0.055555556,0.012658228,0,0.974541667,0.772151899,0.993528095,0.974541667,0,5,0 +6129,1174,0.263157895,0.277777778,0,0.604256944,0,0,0.531564815,1,5,0 +6131,246,0.285714286,0.588235294,1,0.377766204,0,0,2.31E-05,0.888888889,5,1 +6132,246,0.043478261,0.058823529,0,0.447381944,0,0,0.447381944,0,5,0 +6133,2484,0.051020408,0.087719298,1,0.935927579,0.684210526,0.993528095,0.934917328,0,7,0 +6139,2484,0.090909091,0.01754386,0,0.943348214,0.684210526,0.993528095,0.943348214,0,7,0 +6141,2484,0.2,0.01754386,0,0.949580027,0.684210526,0.993528095,0.949580027,0,7,0 +6142,2484,0.042253521,0.052631579,0,0.97026455,0.684210526,0.993528095,0.970252976,0,7,0 +6143,2484,0.166666667,0.052631579,0,0.975927579,0.684210526,0.993528095,0.975787037,0,7,0 +6145,2307,0.114285714,0.235294118,0,0.325706019,0,0,0.325706019,0.916666667,3,0 +6147,2307,0.01,0.058823529,0,0.370721451,0,0,0.370721451,0,3,0 +6149,2039,0.038461538,0.04,0,0.195092593,0.28,0.993592814,0.195092593,0,1,0 +6151,2039,0.028571429,0.04,0,0.202789352,0.28,0.993592814,0.202789352,0,1,0 +6152,2039,0.125,0.24,0,0.459467593,0.28,0.993592814,0.034861111,0.789473684,1,0 +6156,2039,0.020408163,0.04,0,0.863078704,0.28,0.993592814,0.863078704,0,1,0 +6158,2039,0.25,0.04,0,0.990648148,0.28,0.993592814,0.990648148,0,1,0 +6163,1714,0.3,0.2,1,0.97148534,0.6,0.993592814,0.971408179,1,3,1 +6165,2043,0.071428571,0.1,0,0.179361111,0,0,0.179361111,0.857142857,5,0 +6166,2043,0.222222222,0.4,0,0.00456713,0,0,0.004497685,0.642857143,5,0 +6169,1405,0.03030303,0.035714286,0,0.849641204,0.357142857,0.993592814,0.849641204,0,1,0 +6170,1405,0.108108108,0.142857143,0,0.865092593,0.357142857,0.993592814,0.825185185,0.777777778,1,0 +6173,669,0.008695652,0.166666667,0,0.024219577,0,0,0.024219577,0.926829268,7,0 +6174,669,0.173913043,0.666666667,0,0.003680556,0,0,0.003654101,0.777777778,7,0 +6177,203,0.010869565,0.033333333,0,4.63E-05,0.4,0.993592814,4.63E-05,0,1,0 +6179,203,0.051724138,0.1,0,0.000532407,0.4,0.993592814,0.000266204,0.611111111,1,0 +6180,2043,0.105263158,0.2,0,0.127831019,0,0,0.127821759,1,5,0 +6187,137,0.5,0.074074074,0,0.700869709,0.333333333,0.998899776,0.700851521,0,7,0 +6188,137,0.136363636,0.111111111,0.5,0.759429564,0.333333333,0.998899776,0.759378307,0.75,7,1 +6191,137,0.285714286,0.222222222,1,0.785909392,0.333333333,0.998899776,0.78573578,0.888888889,7,1 +6195,1714,0.27027027,0.222222222,1,0.596929012,0.6,0.993592814,0.33005787,0.636363636,3,1 +6198,537,0.019230769,0.111111111,0,0.095124008,0,0,0.095124008,0.76,7,0 +6202,612,0.068965517,0.142857143,0,0.344819775,0,0,0.344803241,1,7,0 +6204,1405,0.025641026,0.035714286,0,0.844953704,0.357142857,0.993592814,0.844953704,0,1,0 +6206,1405,1,0.107142857,0,0.8721875,0.357142857,0.993592814,0.8721875,1,1,0 +6207,1814,0.045454545,0.083333333,0,0.217430556,0,0.993592814,0.217430556,0,1,0 +6208,1814,0.066666667,0.083333333,0,0.245196759,0,0.993592814,0.245196759,0,1,0 +6209,1814,0.076923077,0.083333333,0,0.441493056,0,0.993592814,0.441493056,0,1,0 +6210,1814,0.090909091,0.083333333,0,0.501493056,0,0.993592814,0.501493056,0,1,0 +6211,1814,0.086956522,0.166666667,0,0.539722222,0,0.993592814,0.539722222,1,1,0 +6214,2148,0.024590164,0.272727273,0,0.026458333,0,0,0.000138889,0.976744186,1,0 +6216,2148,0.075,0.272727273,0,0.677083333,0,0,0.057592593,0.866666667,1,0 +6217,966,0.3125,0.079365079,0,0.989672619,0.714285714,0.993592814,0.989644511,0,7,0 +6221,1938,0.030769231,0.117647059,0,0.610806327,0,0,0.610783179,0.923076923,3,0 +6225,1938,0.014084507,0.058823529,0,0.724340278,0,0,0.724340278,0,3,0 +6226,1938,0.5,0.058823529,0,0.783248457,0,0,0.783248457,0,3,0 +6227,1938,0.5,0.058823529,0,0.859324846,0,0,0.859324846,0,3,0 +6228,1938,0.25,0.176470588,0,0.905027006,0,0,0.905027006,1,3,0 +6229,83,0.875,0.162790698,1,0.169601852,0.581395349,0.993592814,0.169601852,1,5,1 +6231,2304,0,0.037037037,0,0.004344907,0.333333333,0.54696667,0.004344907,0,5,0 +6234,2304,0.117647059,0.074074074,0,0.019358796,0.333333333,0.54696667,0.019349537,0,5,0 +6240,83,0.019230769,0.023255814,0,0.183856482,0.581395349,0.993592814,0.183856482,0,5,0 +6241,83,0.008196721,0.023255814,0,0.378509259,0.581395349,0.993592814,0.378509259,0,5,0 +6253,2304,0.318181818,0.518518519,1,0.996314815,0.333333333,0.54696667,0.996305556,0.9375,5,1 +6256,83,0.051282051,0.046511628,0,0.910546296,0.581395349,0.993592814,0.910546296,0,5,0 +6257,83,0.010416667,0.023255814,0,0.993622685,0.581395349,0.993592814,0.993622685,0,5,0 +6258,919,0.333333333,0.018867925,0,0.746284722,0.660377358,0.993592814,0.746284722,0,7,0 +6261,919,0.034482759,0.018867925,0,0.896340939,0.660377358,0.993592814,0.896340939,0,7,0 +6274,817,0.007246377,0.022222222,0,1.39E-05,0.6,0.993592814,1.39E-05,0,5,0 +6275,817,0.048780488,0.044444444,0,0.571194444,0.6,0.993592814,1.85E-05,0,5,0 +6276,817,0.006042296,0.044444444,0,0.014965278,0.6,0.993592814,1.39E-05,0,5,0 +6281,817,0.538461538,0.155555556,1,0.56400463,0.6,0.993592814,0.563960648,1,5,1 +6282,966,0.035714286,0.015873016,0,0.000504299,0.714285714,0.993592814,0.000504299,0,7,0 +6283,966,0.03030303,0.015873016,0,0.00594246,0.714285714,0.993592814,0.00594246,0,7,0 +6286,817,0.142857143,0.022222222,0,0.000136574,0.6,0.993592814,0.000136574,0,5,0 +6287,817,0.115384615,0.066666667,0.5,0.00062963,0.6,0.993592814,0.000608796,0,5,0 +6288,1987,0.142857143,0.090909091,0,8.27E-06,0,0,8.27E-06,0,7,0 +6292,817,0.6,0.2,1,0.765113426,0.6,0.993592814,0.765106482,1,5,1 +6295,966,0.041237113,0.063492063,0,0.43474537,0.714285714,0.993592814,0.434694114,0,7,0 +6297,966,0.5,0.031746032,0,0.558133267,0.714285714,0.993592814,0.476028439,0,7,0 +6300,966,0.386363636,0.26984127,0.5,0.914522156,0.714285714,0.993592814,0.891238426,0.9,7,1 +6304,1987,0.015384615,0.090909091,0,0.025582011,0,0,0.025582011,0,7,0 +6305,83,0.045454545,0.023255814,0,1.62E-05,0.581395349,0.993592814,1.62E-05,0,5,0 +6306,83,0.010204082,0.023255814,0,9.26E-06,0.581395349,0.993592814,9.26E-06,0,5,0 +6307,83,0.5,0.023255814,0,0.000270833,0.581395349,0.993592814,0.000270833,0,5,0 +6308,32,0.010416667,0.018867925,0,0.992652778,0.660377358,0.999935281,0.992652778,0,5,0 +6312,1568,0.009803922,0.083333333,0,0.983746142,0,0.993592814,0.983746142,0,3,0 +6313,1221,0.142857143,0.125,0,0.993877315,0,0.993592814,0.993877315,0.75,5,0 +6316,1755,0.2,0.096774194,0,0.797577161,0.419354839,0.993528095,0.797496142,0,3,0 +6317,1755,0.086956522,0.129032258,0,0.824027778,0.419354839,0.993528095,0.824027778,0.941176471,3,0 +6318,2132,0.017391304,0.133333333,0,0.608225309,0,0,0.608225309,0.926829268,3,0 +6319,2132,0.090909091,0.066666667,0,0.944652778,0,0,0.944652778,0,3,0 +6321,562,0.2,0.142857143,0,0.457152778,0,0,0.457152778,1,1,0 +6328,1755,0.03125,0.032258065,0,0.971466049,0.419354839,0.993528095,0.971466049,0,3,0 +6330,1755,0.008196721,0.032258065,0,0.981385031,0.419354839,0.993528095,0.981385031,0,3,0 +6331,1755,0.024793388,0.096774194,0,0.974436728,0.419354839,0.993528095,0.974436728,0,3,0 +6332,162,0.045454545,0.083333333,0,2.31E-05,0,0.993592814,2.31E-05,0,3,0 +6333,162,0.111111111,0.083333333,0,0.884529321,0,0.993592814,0.884529321,0,3,0 +6334,162,0.045454545,0.166666667,0,0.986292438,0,0.993592814,0.986226852,0.909090909,3,0 +6336,162,0.111111111,0.166666667,0,0.943680556,0,0.993592814,0.943645833,1,3,0 +6341,1532,0.166666667,0.111111111,0,0.189456019,0,0,0.189456019,0.666666667,1,0 +6344,1755,0.053191489,0.161290323,1,0.530513117,0.419354839,0.993528095,0.530447531,0.884615385,3,1 +6345,394,0.375,0.136363636,0,0.943572531,0.181818182,0.995146071,0.943510803,1,3,0 +6347,394,0.25,0.181818182,0.5,0.977430556,0.181818182,0.995146071,0.977399691,1,3,0 +6353,589,0.076923077,0.011764706,0,0.612529762,0.788235294,0.993592814,0.612529762,0,7,0 +6354,589,0.066666667,0.011764706,0,0.625019841,0.788235294,0.993592814,0.625019841,0,7,0 +6357,923,0.018518519,0.1,0,0.65323082,0,0,0.65323082,0.806451613,7,0 +6358,923,0.8,0.4,1,0.002511574,0,0,0.002501653,1,7,1 +6362,923,0.1,0.2,0,0.084988426,0,0,0.084983466,1,7,0 +6364,923,0.058823529,0.1,0,0.655740741,0,0,0.655740741,1,7,0 +6365,923,0.03125,0.1,0,0.831617064,0,0,0.831617064,0.833333333,7,0 +6366,923,0.010416667,0.1,0,0.959348545,0,0,0.959348545,1,7,0 +6367,1964,0.113207547,0.545454545,0.5,0.195138889,0,0.993592814,0.195061728,0.782608696,3,0 +6368,1964,0.008695652,0.090909091,0,0.779969136,0,0.993592814,0.779969136,0,3,0 +6372,1789,0.028571429,0.125,0,0.002202932,0,0.993592814,0.002202932,0.761904762,3,0 +6377,2457,0.125,0.025641026,0,0.816913194,0.538461538,0.999935281,0.816913194,0,10,0 +6378,2457,0.04,0.025641026,0,0.879078704,0.538461538,0.999935281,0.879078704,0,10,0 +6387,1986,0.75,0.111111111,0,0.964469907,0.333333333,0.993592814,0.964282407,1,5,0 +6389,1520,0.125,0.052631579,0,2.70E-05,0.052631579,0,2.70E-05,0,3,0 +6390,150,0.125,0.076923077,0,0.990947421,0,0.993592814,0.990947421,0,7,0 +6391,150,0.05,0.076923077,0,0.994300595,0,0.993592814,0.994300595,0,7,0 +6393,1520,0.03125,0.052631579,0,0,0.052631579,0,0,0,3,0 +6400,918,0.076923077,0.066666667,0,0.524996693,0,0.993592814,0.524996693,0,7,0 +6401,1520,0.074074074,0.105263158,0,0.000304784,0.052631579,0,0.000227624,0.846153846,3,0 +6403,1986,0.4,0.074074074,0,0.921534722,0.333333333,0.993592814,0.92150463,0,5,0 +6404,1986,0,0.037037037,0,0.978849537,0.333333333,0.993592814,0.978849537,0,5,0 +6405,499,0.153846154,0.130434783,0,0.60375,0.608695652,0.993592814,0.603564815,1,1,0 +6406,1786,0.018126888,0.6,1,0.423298611,0,0,0.018621032,0.848214286,7,1 +6409,1433,0.083333333,0.117647059,0,0.510393519,0,0.993592814,0.33150463,1,3,0 +6416,311,0.25,0.032258065,0,0.002470238,0.419354839,0,0.002470238,0,7,0 +6417,311,0.285714286,0.193548387,0.5,0.130332341,0.419354839,0,0.00822586,1,7,1 +6420,311,0.1,0.032258065,0,0.127784392,0.419354839,0,0.127784392,0,7,0 +6421,311,0.014084507,0.032258065,0,0.155137235,0.419354839,0,0.155137236,0,7,0 +6429,2508,0.017391304,0.222222222,0,0.115775463,0,0,0.001122685,0.87755102,3,0 +6431,2508,0.083333333,0.111111111,0,0.564645062,0,0,0.564645062,0.833333333,3,0 +6432,2508,0.277777778,0.555555556,0.5,0.134799383,0,0,1.54E-05,0.777777778,3,0 +6436,2508,0.012345679,0.111111111,0,0.343040124,0,0,0.343040124,0.885714286,3,0 +6437,1122,0.0625,0.166666667,0,0.053801257,0,0,0.025054564,0.923076923,7,0 +6438,1122,0.133333333,0.166666667,0,0.307921627,0,0,0.30791336,0.909090909,7,0 +6439,1122,0.1,0.083333333,0,0.460291005,0,0,0.460291005,0,7,0 +6442,1122,0.066666667,0.083333333,0,0.766798942,0,0,0.766798942,0,7,0 +6443,1122,0.026666667,0.166666667,0,0.867660384,0,0,0.86764881,0.933333333,7,0 +6448,2326,0.2,0.083333333,0,0.976259259,0,0,0.976259259,0,5,0 +6451,1765,0.030769231,0.333333333,0,0.767905093,0,0.999935281,0.76216821,0.923076923,3,0 +6453,129,0.12,0.428571429,0,0.076446759,0,0,0.000118056,0.9,5,0 +6456,497,0.125,0.047619048,0,0.419644511,0.142857143,0.999935281,0.419644511,0,7,0 +6457,497,0.022727273,0.047619048,0,0.458386243,0.142857143,0.999935281,0.458386243,0,7,0 +6460,2469,0.063829787,0.230769231,0.5,0.561873347,0.307692308,0,0.000132275,0.806451613,7,1 +6461,2469,0.060606061,0.076923077,0,0.003530093,0.307692308,0,0.003510251,0,7,0 +6462,2151,0.075630252,0.473684211,1,0.000348876,0.052631579,0,0.00015377,0.757575758,7,1 +6465,2212,0.041666667,0.025641026,0,0.138244048,0.538461538,0.993528095,0.138244048,0,7,0 +6466,2212,0.086956522,0.051282051,0,0.079191468,0.538461538,0.993528095,0.079191468,0,7,0 +6467,2212,1,0.051282051,0,0.212716601,0.538461538,0.993528095,0.212686839,0,7,0 +6468,2212,0.1,0.025641026,0,0.166021825,0.538461538,0.993528095,0.166021825,0,7,0 +6470,2212,0.028571429,0.025641026,0,0.247926587,0.538461538,0.993528095,0.247926587,0,7,0 +6471,2212,0.018518519,0.025641026,0,0.261967593,0.538461538,0.993528095,0.261967593,0,7,0 +6472,2212,0.2,0.025641026,0,0.430709325,0.538461538,0.993528095,0.430709325,0,7,0 +6478,2212,0.071428571,0.025641026,0,0.693376323,0.538461538,0.993528095,0.693376323,0,7,0 +6481,1711,0.666666667,0.171428571,1,0.453059414,0.485714286,0.993592814,0.453005401,0.75,3,1 +6482,1711,0.047619048,0.028571429,0,0.503483796,0.485714286,0.993592814,0.503483796,0,3,0 +6496,843,0.007246377,0.052631579,0,9.92E-06,0.052631579,0.993592814,9.92E-06,0,7,0 +6497,843,0.073770492,0.473684211,1,0.923832672,0.052631579,0.993592814,0.923774802,0.9,7,1 +6500,843,0.028571429,0.052631579,0,6.61E-06,0.052631579,0.993592814,6.61E-06,0,7,0 +6501,843,0.108108108,0.210526316,0,0.377981151,0.052631579,0.993592814,0.37796627,0.636363636,7,0 +6505,1226,0.013605442,0.166666667,0,0.787174273,0,0,0.787152778,0.8125,7,0 +6506,1226,0.129032258,0.666666667,1,0.711263228,0,0,0.569803241,0.75,7,1 +6507,843,0.1,0.105263158,0,0.253695437,0.052631579,0.993592814,6.61E-06,0.714285714,7,0 +6509,1226,0.025641026,0.083333333,0,0.824459325,0,0,0.824459325,0,7,0 +6510,757,0.285714286,0.285714286,0,0.010613426,0,0,0.010582562,0.8,3,0 +6512,757,0.007246377,0.142857143,0,0.704737654,0,0,0.704737654,0.865671642,3,0 +6518,325,0.025,0.166666667,0,4.63E-05,0,0,4.63E-05,0.866666667,5,0 +6519,325,0.013605442,0.333333333,0,1.39E-05,0,0,6.94E-06,0.8125,5,0 +6521,1194,0.0625,0.071428571,0,0.323419312,0,0,0.323419312,0,7,0 +6522,1194,0.166666667,0.071428571,0,0.414254299,0,0,0.414254299,0,7,0 +6523,1194,0,0.071428571,0,0.814796627,0,0,0.814796627,0,7,0 +6524,1194,0.2,0.071428571,0,0.999839616,0,0,0.999839616,0,7,0 +6525,325,0.086956522,0.333333333,0,0.747456019,0,0,0.007685185,0.882352941,5,0 +6526,325,0.066666667,0.166666667,0,0.238125,0,0,0.238125,1,5,0 +6527,2512,0,0.037037037,0,6.94E-05,0.333333333,0,6.94E-05,0,1,0 +6528,2512,0.012987013,0.037037037,0,0.0025,0.333333333,0,0.0025,0,1,0 +6536,843,0.020408163,0.052631579,0,0.000590278,0.052631579,0.993592814,0.000590278,0,7,0 +6537,843,0.333333333,0.052631579,0,0.001412037,0.052631579,0.993592814,0.001412037,0,7,0 +6540,1293,0.1,0.111111111,0,0.152416667,0,0,0.152416667,0.6,5,0 +6541,1293,0.2,0.222222222,0,0.115328704,0,0,0.115310185,1,5,0 +6543,2062,0.071428571,0.047619048,0,0.00583168,0.142857143,0,0.00583168,0,7,0 +6549,1111,0.24,0.666666667,1,0.848115079,0,0,0.057733135,1,7,1 +6565,2347,0.027027027,0.04,0,0.66222608,0.28,0,0.66222608,0,3,0 +6566,2347,0.055555556,0.04,0,0.967600309,0.28,0,0.967600309,0,3,0 +6568,2347,0.015384615,0.04,0,0.65097608,0.28,0,0.65097608,0,3,0 +6569,2010,0.022727273,0.03030303,0,0.967723214,0.454545455,0.993592814,0.967723214,0,7,0 +6571,2010,0.018126888,0.181818182,1,0.851506283,0.454545455,0.993592814,0.851473214,0.848214286,7,1 +6575,1592,0.066666667,0.142857143,0,3.09E-05,0,0,3.09E-05,0.909090909,3,0 +6577,1592,0.027777778,0.142857143,0,0.979618056,0,0,0.979618056,1,3,0 +6578,2227,0.028571429,0.071428571,0,0.5653125,0,0,0.5653125,0,7,0 +6580,2227,0.018867925,0.071428571,0,0.888313492,0,0,0.888313492,0,7,0 +6581,2227,0.010416667,0.071428571,0,0.918804564,0,0,0.918804564,0,7,0 +6582,1863,0.028571429,0.016129032,0,0.989826389,0.709677419,0.993592814,0.989826389,0,3,0 +6583,2227,0.010638298,0.071428571,0,0.104970238,0,0,0.104970238,0,7,0 +6584,5,0.25,0.034482759,0,0.565752315,0.379310345,0.993592814,0.565752315,0,3,0 +6589,860,0.058823529,0.016129032,0,0.969955357,0.709677419,0.993592814,0.969955357,0,7,0 +6595,860,0.090909091,0.016129032,0,0.996392196,0.709677419,0.993592814,0.996392196,0,7,0 +6596,942,0.275,0.34375,1,0.271466049,0.4375,0.967640476,0.271280864,0.866666667,3,1 +6598,860,0.210526316,0.064516129,0,0.473338294,0.709677419,0.993592814,0.417948082,0,7,0 +6600,860,0.076923077,0.032258065,0,9.26E-05,0.709677419,0.993592814,7.77E-05,0,7,0 +6603,1141,0.333333333,0.095238095,0,0.332476852,0.142857143,0,0.332411265,0,3,0 +6609,341,0.111111111,0.043478261,0,0.31306713,0.217391304,0,0.31306713,0,5,0 +6611,1141,0.012987013,0.047619048,0,0.808580247,0.142857143,0,0.808580247,0,3,0 +6618,1041,0.027027027,0.05,0,0.984583333,0.1,0.993592814,0.984583333,0,1,0 +6619,691,0.3,0.157894737,0,0.772693452,0.052631579,0,0.772668651,1,7,0 +6620,1041,0.625,0.25,0,0.986967593,0.1,0.993592814,0.986967593,1,1,0 +6625,2010,0.125,0.03030303,0,0.008194444,0.454545455,0.993592814,0.008194444,0,7,0 +6628,1828,0.03030303,0.2,0,0.081271495,0,0,0.081271495,0.888888889,7,0 +6629,1828,0.1875,0.6,0,0.97228836,0,0,0.081211971,0.714285714,7,0 +6630,1828,0.006802721,0.2,0,0.132260251,0,0,0.132260251,0.8125,7,0 +6635,860,0.054054054,0.032258065,0,0.170765542,0.709677419,0.993592814,0.000763889,0,7,0 +6637,860,0.083333333,0.064516129,0.5,0.000403439,0.709677419,0.993592814,0.000279431,0,7,0 +6639,860,0.037037037,0.016129032,0,0.000686177,0.709677419,0.993592814,0.000686177,0,7,0 +6640,860,0.130434783,0.048387097,0,0.446365741,0.709677419,0.993592814,0.408594577,0,7,0 +6641,860,0.392857143,0.177419355,0.5,0.001623677,0.709677419,0.993592814,0.001145833,1,7,1 +6643,860,0.014925373,0.016129032,0,0.819750331,0.709677419,0.993592814,0.819750331,0,7,0 +6645,2227,0.090909091,0.142857143,0,0.000041336,0,0,8.27E-06,0.75,7,0 +6646,2024,0,0.066666667,0,0.15505787,0,0,0.15505787,0,1,0 +6648,2056,0.6,0.037974684,0,0.863435185,0.772151899,0.993528095,0.863435185,0,5,0 +6651,1174,0.008196721,0.055555556,0,0.883321759,0,0,0.883321759,0,5,0 +6652,1174,0.052631579,0.055555556,0,0.987798611,0,0,0.987798611,0,5,0 +6655,202,0.043478261,0.071428571,0,0.11472608,0,0,0.11472608,0,3,0 +6656,202,0.021148036,0.5,1,0.113815586,0,0,0.113726852,0.848214286,3,1 +6658,1156,0.047619048,0.034482759,0,0.43255787,0.379310345,0,0.43255787,0,3,0 +6659,1156,0.8125,0.448275862,1,0.399768519,0.379310345,0,0.399749228,1,3,1 +6666,463,0.142857143,0.058823529,0,0.623186728,0,0,0.623186728,0,3,0 +6667,463,0.025641026,0.058823529,0,0.926655093,0,0,0.926655093,0,3,0 +6670,2167,0.018518519,0.058823529,0,0.130590278,0,0,0.130590278,0,5,0 +6675,595,0.035714286,0.058823529,0,0.012587963,0,0,0.012587963,0,5,0 +6676,595,0.024390244,0.058823529,0,0.067856482,0,0,0.067856482,0,5,0 +6678,595,0.5,0.058823529,0,0.167518519,0,0,0.167518519,0,5,0 +6681,2056,0.05,0.012658228,0,0.996907407,0.772151899,0.993528095,0.996907407,0,5,0 +6682,2056,0.032786885,0.050632911,0,0.997226852,0.772151899,0.993528095,0.99719213,0,5,0 +6687,2056,0.857142857,0.075949367,0,0.94525463,0.772151899,0.993528095,0.836622685,0,5,0 +6704,1799,0.05,0.066666667,0,0.020227624,0,0.993592814,0.020227624,0,3,0 +6705,602,0.066666667,0.076923077,0,0.039851191,0,0,0.039851191,0,7,0 +6707,1799,0.113636364,0.333333333,0,0.125127315,0,0.993592814,0.06964892,0.9375,3,0 +6708,1799,0.25,0.066666667,0,0.038715278,0,0.993592814,0.038715278,0,3,0 +6711,1756,0.076923077,1,1,0.132827381,0,0,0.003164683,0.916666667,7,1 +6712,1799,0.04,0.066666667,0,0.99941358,0,0.993592814,0.99941358,0,3,0 +6713,1581,0.166666667,0.4,0,0.842127976,0,0,0.842127976,0.818181818,7,0 +6714,1156,0.017241379,0.034482759,0,0.000003858,0.379310345,0,0.000003858,0,3,0 +6716,2024,0.040816327,0.133333333,0,0.607083333,0,0,0.337824074,0.925925926,1,0 +6720,2024,0.1875,0.2,0.5,0.58193287,0,0,0.581655093,0.666666667,1,1 +6722,202,0.222222222,0.142857143,0,0.151720679,0,0,0.151705247,1,3,0 +6724,202,0.1,0.071428571,0,0.629606482,0,0,0.629606482,0,3,0 +6725,202,0.083333333,0.071428571,0,0.642951389,0,0,0.642951389,0,3,0 +6726,2056,0.076923077,0.012658228,0,0.00655787,0.772151899,0.993528095,0.00655787,0,5,0 +6729,1156,0.03125,0.034482759,0,0.572268519,0.379310345,0,0.572268519,0,3,0 +6730,1156,0.111111111,0.034482759,0,0.520868056,0.379310345,0,0.520868056,0,3,0 +6738,1174,0.017241379,0.055555556,0,0.001821759,0,0,0.001821759,0,5,0 +6739,1174,0.016949153,0.055555556,0,0.005506944,0,0,0.005506944,0,5,0 +6740,1174,0.008196721,0.055555556,0,0.009516204,0,0,0.009516204,0,5,0 +6742,1174,0.076923077,0.111111111,0,0.128446759,0,0,0.128425926,0.8,5,0 +6744,1174,0.05,0.055555556,0,0.387030093,0,0,0.387030093,0,5,0 +6745,1174,0.125,0.111111111,0,0.212386574,0,0,0.212368056,0.875,5,0 +6747,1324,0.020408163,0.043478261,0,0.888576389,0.217391304,0.993592814,0.888576389,0,3,0 +6749,2375,0.181818182,0.064516129,0,0.01401455,0.419354839,0,0.003943452,0,7,0 +6754,2484,0.022727273,0.01754386,0,0.928141534,0.684210526,0.993528095,0.928141534,0,7,0 +6755,2484,0.2,0.035087719,0,0.916130952,0.684210526,0.993528095,0.916089616,0,7,0 +6756,2484,0.050847458,0.052631579,0,0.935491071,0.684210526,0.993528095,0.935491071,0,7,0 +6760,612,0.020833333,0.071428571,0,0.187562831,0,0,0.187562831,0,7,0 +6761,612,0.086956522,0.142857143,0,0.308923611,0,0,0.308897156,1,7,0 +6764,1405,0.142857143,0.035714286,0,0.769155093,0.357142857,0.993592814,0.769155093,0,1,0 +6765,1405,0.117647059,0.071428571,0,0.775011574,0.357142857,0.993592814,0.775011574,0,1,0 +6769,2375,0.083333333,0.032258065,0,0.13051422,0.419354839,0,0.13051422,0,7,0 +6770,2441,0.034482759,0.2,0,0.023159722,0,0,0.023159722,1,1,0 +6771,2441,0.04,0.2,0,0.2584375,0,0,0.2584375,0.944444444,1,0 +6772,2441,0.222222222,0.4,0,0.42662037,0,0,0.426550926,1,1,0 +6774,444,0.111111111,0.071428571,0,0.553996914,0,0.993592814,0.553996914,0,3,0 +6775,444,0.133333333,0.142857143,0,0.200798611,0,0.993592814,0.200787037,0.909090909,3,0 +6777,444,0.042553191,0.285714286,0.5,0.634618056,0,0.993592814,0.634483025,0.806451613,3,0 +6778,444,0.333333333,0.071428571,0,0.692199074,0,0.993592814,0.692199074,0,3,0 +6782,1707,0.125,0.052631579,0,0.054462632,0.052631579,0,0.054462632,0,7,0 +6784,1707,0.111111111,0.052631579,0,0.091727844,0.052631579,0,0.091727844,0,7,0 +6785,1707,0.038461538,0.105263158,0,0.902852183,0.052631579,0,0.141405423,0.76,7,0 +6788,1714,0.076923077,0.022222222,0,1.16E-05,0.6,0.993592814,1.16E-05,0,3,0 +6789,1714,0.017241379,0.022222222,0,0.745270062,0.6,0.993592814,0.745270062,0,3,0 +6793,1941,0.045454545,0.066666667,0,0.620011525,0,0.999935281,0.620011525,0,7,0 +6794,1941,0.142857143,0.066666667,0,0.477508184,0,0.999935281,0.477508184,0,7,0 +6797,203,0.12,0.2,1,0.616516204,0.4,0.993592814,0.616481482,1,1,1 +6805,2375,0.25,0.032258065,0,0.540758929,0.419354839,0,0.540758929,0,7,0 +6806,2375,0.75,0.096774194,0.5,0.69156746,0.419354839,0,0.53869709,0,7,0 +6809,2375,0.052631579,0.032258065,0,0.693703704,0.419354839,0,0.693703704,0,7,0 +6810,537,0.214285714,0.666666667,1,0.571450066,0,0,0.103779762,0.714285714,7,1 +6814,176,0.05,0.071428571,0,0.310416667,0,0,0.310416667,0,3,0 +6815,176,0,0.071428571,0,0.619637346,0,0,0.619637346,0,3,0 +6817,176,0.125,0.071428571,0,0.766033951,0,0,0.766033951,0,3,0 +6819,1941,0.055555556,0.066666667,0,0.00876623,0,0.999935281,0.00876623,0,7,0 +6820,1941,0.083333333,0.066666667,0,0.008312593,0,0.999935281,0.008312593,0,7,0 +6821,1941,0.1,0.066666667,0,0.341012469,0,0.999935281,0.341012469,0,7,0 +6822,1941,0.03125,0.066666667,0,0.09091132,0,0.999935281,0.09091132,0,7,0 +6823,1941,0.010416667,0.066666667,0,0.862707355,0,0.999935281,0.862707355,0,7,0 +6824,1941,0.120689655,0.466666667,1,0.627956304,0,0.999935281,0.627784657,0.947368421,7,1 +6830,1814,0.285714286,0.166666667,0,0.035798611,0,0.993592814,0.034780093,0.666666667,1,0 +6834,1814,0.007246377,0.083333333,0,0.076979167,0,0.993592814,0.076979167,0,1,0 +6835,1814,0.1,0.166666667,0,0.037488426,0,0.993592814,0.037395833,1,1,0 +6837,2043,0.032258065,0.2,0,0.001196759,0,0,6.48E-05,0.75,5,0 +6840,2043,0.015384615,0.1,0,0.001497685,0,0,0.001497685,0.782608696,5,0 +6842,1453,0.25,0.041666667,0,0.99556713,0.25,0,0.99556713,0,1,0 +6843,183,0.054054054,0.4,0,0.001150794,0,0,0.000333995,0.75,7,0 +6845,183,0.5,0.2,0,0.051347553,0,0,0.051347553,1,7,0 +6846,183,0.222222222,0.4,0,0.077220569,0,0,0.077220569,0.833333333,7,0 +6847,2336,0.04,0.033333333,0,0.706233466,0.4,0.676404764,0.706233466,0,7,0 +6848,2336,0.159574468,0.5,1,0.987270172,0.4,0.676404764,0.700325728,0.884615385,7,1 +6853,632,0.023255814,0.111111111,0,0.992525463,0,0.967640476,0.992525463,0.909090909,5,0 +6854,632,0.023529412,0.222222222,0,0.860608796,0,0.967640476,0.860599537,0.935483871,5,0 +6856,632,0.010416667,0.111111111,0,0.988324074,0,0.967640476,0.988324074,1,5,0 +6857,1904,0.2,0.1,0,0.000104167,0,0,0.000104167,0.666666667,1,0 +6859,1904,0.028571429,0.1,0,0.33494213,0,0,0.33494213,0.76,1,0 +6860,1904,0.555555556,0.5,0.5,0.844375,0,0,0.844375,0.75,1,1 +6868,1034,0.037037037,0.166666667,0,0.01775463,0,0.999935281,0.01775463,0.8,3,0 +6869,1034,0.142857143,0.333333333,0,0.320486111,0,0.999935281,0.014382716,0.857142857,3,0 +6871,1034,0.25,0.166666667,0,0.02658179,0,0.999935281,0.02658179,1,3,0 +6876,1217,0.157894737,0.214285714,0,0.045992064,0,0,0.04598545,0.5,7,0 +6881,1936,0.5,0.02173913,0,0.425694444,0.608695652,0.993592814,0.425694444,0,1,0 +6882,1936,0.034482759,0.02173913,0,0.520648148,0.608695652,0.993592814,0.520648148,0,1,0 +6884,1936,0.020833333,0.02173913,0,0.539768519,0.608695652,0.993592814,0.539768519,0,1,0 +6887,2304,0.016528926,0.074074074,0,0.017347222,0.333333333,0.54696667,3.94E-05,0,5,0 +6889,817,0.010416667,0.022222222,0,0.9463125,0.6,0.993592814,0.9463125,0,5,0 +6892,966,0.4,0.126984127,0,0.895656415,0.714285714,0.993592814,0.798887236,0.714285714,7,0 +6894,966,0.016129032,0.015873016,0,0.916030093,0.714285714,0.993592814,0.916030093,0,7,0 +6897,1936,0.172131148,0.456521739,1,0.551180556,0.608695652,0.993592814,0.550729167,0.976744186,1,1 +6898,1936,0.333333333,0.02173913,0,0.740196759,0.608695652,0.993592814,0.740196759,0,1,0 +6900,817,1,0.177777778,0,0.185405093,0.6,0.993592814,0.144583333,1,5,0 +6901,817,0.28,0.155555556,0,0.397465278,0.6,0.993592814,0.148861111,1,5,0 +6906,2304,0.166666667,0.037037037,0,0.997407407,0.333333333,0.54696667,0.997407407,0,5,0 +6908,1136,0.157894737,0.4,0,0.951923611,0,0,0.052277778,0.923076923,5,0 +6918,1136,0.363636364,0.533333333,0,0.002962963,0,0,0.00281713,0.75,5,0 +6920,1136,0.022222222,0.066666667,0,0.470326389,0,0,0.470326389,0,5,0 +6925,817,0.05,0.022222222,0,4.63E-06,0.6,0.993592814,4.63E-06,0,5,0 +6926,817,0.125,0.022222222,0,4.63E-06,0.6,0.993592814,4.63E-06,0,5,0 +6927,817,0.041666667,0.022222222,0,1.85E-05,0.6,0.993592814,1.85E-05,0,5,0 +6929,966,0.010416667,0.015873016,0,0.99495205,0.714285714,0.993592814,0.99495205,0,7,0 +6931,2391,0.111111111,0.111111111,0,6.94E-06,0,0,6.94E-06,0.6,5,0 +6932,2391,0.02173913,0.111111111,0,0,0,0,0,0.833333333,5,0 +6933,2391,0.083333333,0.111111111,0,1.39E-05,0,0,1.39E-05,0.888888889,5,0 +6934,2391,0.046153846,0.333333333,0,0.395703704,0,0,0.000319444,0.923076923,5,0 +6935,2132,0.277777778,0.333333333,1,0.105443673,0,0,0.105401235,0.571428571,3,1 +6938,2132,0.071428571,0.066666667,0,0.453564815,0,0,0.453564815,0,3,0 +6941,2132,0.055555556,0.066666667,0,0.935590278,0,0,0.935590278,0,3,0 +6942,2391,0.027777778,0.111111111,0,0.007300926,0,0,0.007300926,1,5,0 +6943,2391,0.007246377,0.111111111,0,0.502469907,0,0,0.502469907,0.865671642,5,0 +6950,2391,0.03030303,0.111111111,0,0.673321759,0,0,0.673321759,0.866666667,5,0 +6951,2200,0.045454545,0.071428571,0,8.27E-06,0,0,8.27E-06,0,7,0 +6952,2200,0.5,0.214285714,0,0.000203373,0,0,0.000186839,0.5,7,0 +6954,2200,0.333333333,0.071428571,0,1.82E-05,0,0,1.82E-05,0,7,0 +6955,2200,0.235294118,0.571428571,1,0.550502646,0,0,0.09208664,1,7,1 +6957,2200,0.022222222,0.071428571,0,0.963536706,0,0,0.963536706,0,7,0 +6958,1221,0.01754386,0.125,0,0.762502315,0,0.993592814,0.762502315,0.793103448,5,0 +6959,1432,0.142857143,0.066666667,0,0.23068287,0,0,0.23068287,0,7,0 +6960,1221,0.555555556,0.625,1,0.384236111,0,0.993592814,0.020300926,0.333333333,5,1 +6963,1432,0.12195122,0.333333333,0,0.813339947,0,0,0.811597222,1,7,0 +6964,394,0.066666667,0.045454545,0,2.70E-05,0.181818182,0.995146071,2.70E-05,0,3,0 +6965,394,0.333333333,0.090909091,0,5.02E-05,0.181818182,0.995146071,2.70E-05,0,3,0 +6967,394,0.058823529,0.045454545,0,0.004332562,0.181818182,0.995146071,0.004332562,0,3,0 +6968,394,0.007246377,0.045454545,0,0.059672068,0.181818182,0.995146071,0.059672068,0,3,0 +6969,394,0.022727273,0.045454545,0,0.190462963,0.181818182,0.995146071,0.190462963,0,3,0 +6971,1298,0.428571429,0.1875,0.5,0.037430556,0,0,0.037233796,0.75,1,1 +6973,1298,0.035087719,0.125,0,0.047974537,0,0,0.047534722,0.866666667,1,0 +6975,1298,0.017241379,0.0625,0,0.071203704,0,0,0.071203704,0,1,0 +6976,1298,0.260869565,0.375,0,0.805671296,0,0,0.187997685,0.8,1,0 +6977,1298,0.076923077,0.1875,0,0.58619213,0,0,0.473796296,0.846153846,1,0 +6986,1755,0.013333333,0.032258065,0,0.000162037,0.419354839,0.993528095,0.000162037,0,3,0 +6987,1755,0.214285714,0.096774194,0,0.150459105,0.419354839,0.993528095,0.017357253,0,3,0 +6990,1755,1,0.064516129,0,0.044841821,0.419354839,0.993528095,0.044675926,0,3,0 +6991,1755,0.090909091,0.032258065,0,0.583341049,0.419354839,0.993528095,0.583341049,0,3,0 +6993,562,0.051948052,0.571428571,0.5,0.018796296,0,0,0.018460648,0.774193548,1,1 +7000,1221,0.047619048,0.125,0,0.613791667,0,0.993592814,0.613791667,0.846153846,5,0 +7004,1786,0.045454545,0.1,0,0.676888228,0,0,0.676888228,0.833333333,7,0 +7007,1986,0.266666667,0.148148148,0.5,0.937780093,0.333333333,0.993592814,0.937534722,0.666666667,5,1 +7008,918,0.098360656,0.4,1,0.119449405,0,0.993592814,0.119315476,0.833333333,7,1 +7012,918,0.035714286,0.066666667,0,0.22776455,0,0.993592814,0.22776455,0,7,0 +7013,918,0.012084592,0.266666667,0,0.853328373,0,0.993592814,0.524778439,0.848214286,7,0 +7015,1937,0.25,0.111111111,0,1.93E-05,0,0,1.93E-05,0.333333333,3,0 +7016,1986,0.010416667,0.037037037,0,0.975305556,0.333333333,0.993592814,0.975305556,0,5,0 +7018,1937,0.375,0.333333333,0,0.907160494,0,0,0.907141204,0.75,3,0 +7019,401,0.043478261,0.058823529,0,0.474770172,0,0,0.474770172,0,7,0 +7026,1403,0.166666667,0.0625,0,0.344409722,0,0,0.344409722,0,7,0 +7028,1403,0.052631579,0.0625,0,0.421635251,0,0,0.421635251,0,7,0 +7029,1403,0.014492754,0.125,0,0.484255952,0,0,0.484229497,0.865671642,7,0 +7037,1520,0.086956522,0.105263158,0,0.007654321,0.052631579,0,0.007638889,0.866666667,3,0 +7039,1520,0.077922078,0.315789474,1,0.144193673,0.052631579,0,0.017889661,0.774193548,3,1 +7040,1520,0.042253521,0.157894737,0,0.018391204,0.052631579,0,0.007314815,1,3,0 +7046,1152,0.125,0.043478261,0,0.268874008,0.217391304,0,0.268874008,0,7,0 +7047,1152,0.022222222,0.043478261,0,0.05426918,0.217391304,0,0.05426918,0,7,0 +7049,1152,0.157894737,0.130434783,0,0.422883598,0.217391304,0,0.267435516,0.75,7,0 +7051,1703,0.042253521,0.066666667,0,0.987056327,0.6,0.993592814,0.899116512,0,3,0 +7056,1703,0.348837209,0.666666667,1,0.981963735,0.6,0.993592814,0.981736111,0.857142857,3,1 +7057,2205,0.6,0.411764706,1,0.991705247,0.647058824,0.993592814,0.991412037,1,3,1 +7061,1050,0.130434783,0.125,0,0.83337963,0.25,0,0.366261574,0.833333333,1,0 +7062,1050,0.025641026,0.041666667,0,0.413368056,0.25,0,0.413368056,0,1,0 +7064,918,0.071428571,0.066666667,0,0.555071098,0,0.993592814,0.555071098,0,7,0 +7065,918,0.25,0.066666667,0,0.562265212,0,0.993592814,0.562265212,0,7,0 +7066,1718,0.081081081,0.5,0.5,0.021198743,0,0,0.021175595,0.75,7,1 +7067,1718,0.018518519,0.166666667,0,0.634413029,0,0,0.634413029,0.806451613,7,0 +7068,1718,0.066666667,0.166666667,0,0.9128125,0,0,0.9128125,0.7,7,0 +7071,2205,0.034482759,0.039215686,0,0.933773148,0.647058824,0.993592814,0.933773148,0,3,0 +7075,1152,0.04,0.130434783,0,0.958125,0.217391304,0,0.92083664,0.933333333,7,0 +7079,1152,0.038461538,0.086956522,0,0.598511905,0.217391304,0,0.228467262,0,7,0 +7080,2205,0.025,0.019607843,0,0.957708333,0.647058824,0.993592814,0.957708333,0,3,0 +7082,316,0.086956522,0.142857143,0,0.006446759,0,0,0.003622685,0.8,3,0 +7083,316,0.083333333,0.142857143,0,3.47E-05,0,0,3.47E-05,0.875,3,0 +7087,316,0.012084592,0.285714286,1,0.018865741,0,0,0.018865741,0.848214286,3,1 +7092,1520,0.024590164,0.157894737,0,0.907399691,0.052631579,0,0.244714506,0.9,3,0 +7093,1520,0.076923077,0.052631579,0,0.802731482,0.052631579,0,0.802731482,0,3,0 +7103,1786,0.25,0.1,0,0.977944775,0,0,0.977944775,1,7,0 +7104,667,0.769230769,0.322580645,1,0.885710979,0.419354839,0.993592814,0.885681217,1,7,1 +7109,282,0.058823529,0.055555556,0,0.300791997,0,0,0.300791997,0,7,0 +7110,282,0.333333333,0.055555556,0,0.407113095,0,0,0.407113095,0,7,0 +7111,282,0.059701493,0.222222222,0.5,0.664829696,0,0,0.414125331,0.806451613,7,1 +7112,282,0.4,0.111111111,0,0.488776455,0,0,0.488768188,1,7,0 +7113,282,1,0.166666667,0,0.675474537,0,0,0.417873677,1,7,0 +7119,1386,0.142857143,0.125,0,0.001558642,0,0,0.000509259,0.857142857,3,0 +7120,1386,0.111111111,0.125,0,0.000875772,0,0,0.000432099,0.571428571,3,0 +7122,1386,1,0.3125,0,0.247249228,0,0,0.098510803,1,3,0 +7123,1386,0.007246377,0.0625,0,0.003244599,0,0,0.003244599,0,3,0 +7125,1786,0.045454545,0.1,0,0.011233466,0,0,0.011233466,0.777777778,7,0 +7127,1786,0.022222222,0.1,0,0.044887566,0,0,0.044887566,0.727272727,7,0 +7131,1050,0.010416667,0.041666667,0,0.419259259,0.25,0,0.419259259,0,1,0 +7132,1050,0.04,0.083333333,0,0.43744213,0.25,0,0.355902778,0,1,0 +7134,1086,0.045454545,0.055555556,0,0.000297068,0,0,0.000297068,0,3,0 +7135,1086,0.081081081,0.166666667,0.5,0.108167438,0,0,0.098819444,0.857142857,3,0 +7139,2151,0.068965517,0.105263158,0,0.057766204,0.052631579,0,0.057766204,1,7,0 +7140,2151,0.25,0.052631579,0,0.077420635,0.052631579,0,0.077420635,0,7,0 +7141,2444,0.25,0.071428571,0,0.586976852,0,0,0.586976852,0,5,0 +7143,2151,0.012345679,0.052631579,0,0.097698413,0.052631579,0,0.097698413,0,7,0 +7144,2444,0.25,0.5,1,0.390881944,0,0,0.008548611,0.9,5,1 +7150,2469,0.044444444,0.076923077,0,0.07838955,0.307692308,0,0.078381283,0,7,0 +7151,2469,0.016666667,0.038461538,0,0.068237434,0.307692308,0,0.068237434,0,7,0 +7152,2469,0.066666667,0.115384615,0,0.585284392,0.307692308,0,0.585284392,0.833333333,7,0 +7157,2226,1,0.333333333,0,0.170416667,0,0,0.170300926,1,1,0 +7159,604,0.045454545,0.066666667,0,8.10E-05,0,0,8.10E-05,0,1,0 +7160,604,0.25,0.066666667,0,4.63E-05,0,0,4.63E-05,0,1,0 +7162,604,0.086206897,0.333333333,0,0.643194444,0,0,0.001145833,0.851851852,1,0 +7164,2444,0.111111111,0.071428571,0,0.590097222,0,0,0.590097222,0,5,0 +7165,2444,0.4,0.142857143,0,0.787094907,0,0,0.786877315,1,5,0 +7166,2444,0.166666667,0.071428571,0,0.852381944,0,0,0.852381944,0,5,0 +7168,2444,0.071428571,0.071428571,0,0.95555787,0,0,0.95555787,0,5,0 +7174,361,0.043478261,0.090909091,0,0.072797068,0,0,0.072797068,0,3,0 +7175,361,0.230769231,0.272727273,0,0.072472994,0,0,0.072430556,1,3,0 +7181,497,0.318181818,0.333333333,1,0.9528125,0.142857143,0.999935281,0.952676918,1,7,1 +7187,129,0.04,0.571428571,0,0.000162037,0,0,0.000108796,0.666666667,5,0 +7189,497,0.4,0.095238095,0,0.600076058,0.142857143,0.999935281,0.454041005,0,7,0 +7192,497,0.01754386,0.047619048,0,0.923268849,0.142857143,0.999935281,0.923268849,0,7,0 +7193,497,0.051948052,0.19047619,0.5,0.788088624,0.142857143,0.999935281,0.788048942,0.774193548,7,1 +7197,2469,0.138888889,0.192307692,0,0.529722222,0.307692308,0,0.396808862,0.818181818,7,0 +7205,311,0.333333333,0.032258065,0,0.229077381,0.419354839,0,0.229077381,0,7,0 +7206,311,0.1,0.322580645,1,0.446459987,0.419354839,0,0.446016865,0.666666667,7,1 +7207,658,0.352941176,0.070588235,0,0.115358796,0.788235294,0.993528095,0.115358796,0,7,0 +7209,658,0.23255814,0.117647059,0.5,0.124748677,0.788235294,0.993528095,0.112837302,0.916666667,7,1 +7210,525,0.010416667,0.047619048,0,0.986167328,0.142857143,0.993592814,0.986167328,0,7,0 +7211,525,0.5,0.047619048,0,0.992708333,0.142857143,0.993592814,0.992708333,0,7,0 +7212,525,0.125,0.047619048,0,0.996180556,0.142857143,0.993592814,0.996180556,0,7,0 +7214,1161,0,0.047619048,0,0.912739749,0.142857143,0.993528095,0.912739749,0,7,0 +7215,1997,0.008196721,0.03125,0,0.827409061,0.4375,0,0.827409061,0,7,0 +7220,525,0.05,0.047619048,0,0.740320767,0.142857143,0.993592814,0.740320767,0,7,0 +7223,1044,0.031914894,0.1875,0,0.926903109,0,0,0.827549603,0.884615385,7,0 +7225,122,0.035087719,0.2,0,0.028576389,0,0,0.028506944,0.793103448,1,0 +7226,122,1,0.2,0,0.000439815,0,0,0.000358796,1,1,0 +7231,122,0.074074074,0.2,0,0.620150463,0,0,0.101574074,0.8,1,0 +7233,607,0.044444444,0.068965517,0,0.243958333,0.379310345,0.993528095,0.243958333,0,1,0 +7234,257,0.142857143,0.0625,0,1.16E-05,0,0,1.16E-05,0,5,0 +7237,257,0.142857143,0.125,0,0.051759259,0,0,0.000900463,0.714285714,5,0 +7239,607,0.2,0.310344828,1,0.878981482,0.379310345,0.993528095,0.878611111,0.727272727,1,1 +7242,658,0.2,0.011764706,0,0.936321098,0.788235294,0.993528095,0.936321098,0,7,0 +7244,658,0.010416667,0.011764706,0,0.945400132,0.788235294,0.993528095,0.945400132,0,7,0 +7246,1947,0.5,0.032258065,0,4.75E-05,0.419354839,0.993592814,4.75E-05,0,10,0 +7250,1947,0.024590164,0.096774194,0,0.0018125,0.419354839,0.993592814,0.001678241,0,10,0 +7256,607,0.125,0.103448276,0,0.950416667,0.379310345,0.993528095,0.950358796,1,1,0 +7257,607,0.025210084,0.103448276,0,0.953171296,0.379310345,0.993528095,0.953125,0.757575758,1,0 +7268,658,0.162162162,0.070588235,0.5,0.46025463,0.788235294,0.993528095,0.417614087,0,7,0 +7269,658,0.046511628,0.047058824,0,0.500388558,0.788235294,0.993528095,0.461929564,0,7,0 +7273,658,0.046511628,0.023529412,0,0.491349206,0.788235294,0.993528095,0.470791997,0,7,0 +7275,1358,0.9,0.473684211,1,0.244599537,0.052631579,0,0.006446759,0.5,5,1 +7276,1358,0.090909091,0.052631579,0,0.009194444,0.052631579,0,0.009194444,0,5,0 +7282,607,0.013333333,0.034482759,0,0.2353125,0.379310345,0.993528095,0.2353125,0,1,0 +7286,23,0.051724138,0.071428571,0,0.007819444,0.571428571,0.993592814,0.003175926,0,5,0 +7287,860,0.666666667,0.032258065,0,0.003935185,0.709677419,0.993592814,0.00098545,0,7,0 +7289,860,0.2,0.016129032,0,0.001813823,0.709677419,0.993592814,0.001813823,0,7,0 +7300,1863,0.015384615,0.016129032,0,0.996049383,0.709677419,0.993592814,0.996049383,0,3,0 +7301,1863,0.0625,0.016129032,0,0.996998457,0.709677419,0.993592814,0.996998457,0,3,0 +7302,23,0.055555556,0.023809524,0,0.952787037,0.571428571,0.993592814,0.952787037,0,5,0 +7303,23,0.090163934,0.261904762,0.5,0.990444444,0.571428571,0.993592814,0.983960648,0.976744186,5,1 +7304,356,0.1,0.071428571,0,0.109864418,0,0,0.109864418,0,7,0 +7305,356,0.075471698,0.285714286,0.5,0.090459656,0,0,0.090419974,0.857142857,7,1 +7309,356,0.04,0.071428571,0,0.124748677,0,0,0.124748677,0,7,0 +7310,356,0.142857143,0.071428571,0,0.785930886,0,0,0.785930886,0,7,0 +7311,356,0.066666667,0.071428571,0,0.238945106,0,0,0.238945106,0,7,0 +7312,356,0.25,0.071428571,0,0.887005622,0,0,0.887005622,0,7,0 +7314,942,0.1,0.0625,0,0.624718364,0.4375,0.967640476,0.624695216,0,3,0 +7318,2010,0.014925373,0.03030303,0,0.978875661,0.454545455,0.993592814,0.978875661,0,7,0 +7319,773,0.125,0.047619048,0,0.00942295,0.142857143,0.993592814,0.00942295,0,7,0 +7320,773,0.1,0.047619048,0,0.035803571,0.142857143,0.993592814,0.035803571,0,7,0 +7321,773,0.294117647,0.238095238,0.5,0.0147834,0.142857143,0.993592814,0.003414352,0.888888889,7,1 +7324,773,0.055555556,0.047619048,0,0.027137897,0.142857143,0.993592814,0.027137897,0,7,0 +7325,773,0.5,0.047619048,0,0.063488757,0.142857143,0.993592814,0.063488757,0,7,0 +7328,473,0.230769231,0.107142857,0.5,0.77712963,0.357142857,0.514607147,0.777048611,1,1,1 +7331,473,0.090909091,0.035714286,0,0.934988426,0.357142857,0.514607147,0.934988426,0,1,0 +7333,1845,0.222222222,0.05,0,0.977739198,0.55,0,0.977739198,0,3,0 +7334,1845,0.142857143,0.025,0,0.986628086,0.55,0,0.986628086,0,3,0 +7335,1845,0.008264463,0.025,0,0.993827161,0.55,0,0.993827161,0,3,0 +7336,273,0.4375,0.875,1,0.001040013,0,0,7.61E-05,0.833333333,7,1 +7337,273,0.010204082,0.125,0,0.000658069,0,0,0.000658069,0.878787879,7,0 +7344,1510,0.026666667,0.333333333,0,0.347673611,0,0,0.347673611,0.891891892,3,0 +7345,1478,0.043478261,0.066666667,0,0.553715278,0,0,0.553715278,0,5,0 +7347,1478,0.008695652,0.066666667,0,0.992335648,0,0,0.992335648,0,5,0 +7348,1478,0.285714286,0.133333333,0,0.831025463,0,0,0.607402778,0.75,5,0 +7355,2445,0.5,0.090909091,0,0.681412037,0,0,0.681412037,0,1,0 +7362,1127,0.014084507,0.047619048,0,0.010710648,0.142857143,0.993592814,0.010710648,0,5,0 +7364,1174,0.142857143,0.055555556,0,0.812150463,0,0,0.812150463,0,5,0 +7367,363,0.2,0.076923077,0,0.009969136,0,0,0.009969136,0,3,0 +7369,963,0.035714286,0.029411765,0,0.011752646,0.470588235,0.999935281,0.011752646,0,7,0 +7370,963,0.172413793,0.147058824,0,0.287797619,0.470588235,0.999935281,0.010644841,0.777777778,7,0 +7373,963,0.086956522,0.058823529,0,0.569457672,0.470588235,0.999935281,0.569447751,0,7,0 +7374,2417,0.058823529,0.083333333,0,0.967162037,0,0,0.967162037,0,5,0 +7375,9,0.010416667,0.0625,0,0.991931217,0,0,0.991931217,0,7,0 +7376,963,0.538461538,0.205882353,0,0.998171296,0.470588235,0.999935281,0.566256614,0.6,7,0 +7378,1699,0.02173913,0.095238095,0,0.642997685,0.142857143,0.993592814,0.642905093,0,1,0 +7380,1699,0,0.047619048,0,0.850509259,0.142857143,0.993592814,0.850509259,0,1,0 +7381,1324,0.2,0.043478261,0,2.70E-05,0.217391304,0.993592814,2.70E-05,0,3,0 +7385,363,0.025,0.076923077,0,0.287820216,0,0,0.287820216,0,3,0 +7395,2417,0.222222222,0.666666667,1,0.744965278,0,0,0.744877315,1,5,1 +7402,963,0.093333333,0.205882353,1,0.530906085,0.470588235,0.999935281,0.07400463,0.891891892,7,1 +7411,369,0.066666667,0.111111111,0,0.966949405,0,0,0.966942791,0.636363636,7,0 +7413,2039,0.583333333,0.28,0.5,0.965671296,0.28,0.993592814,0.690081019,0.833333333,1,1 +7416,2039,0.0625,0.08,0,0.982094907,0.28,0.993592814,0.981990741,0,1,0 +7419,2039,0.03030303,0.04,0,0.99287037,0.28,0.993592814,0.99287037,0,1,0 +7420,2039,0.333333333,0.04,0,0.994270833,0.28,0.993592814,0.994270833,0,1,0 +7433,1909,0.257142857,0.75,1,0.752127976,0,0,0.752050265,0.888888889,7,1 +7434,1909,0.05,0.083333333,0,0.921160714,0,0,0.921160714,0,7,0 +7435,1539,1,0.25,1,0.988935185,0.1,0.999935281,0.988935185,1,1,1 +7436,1539,0.071428571,0.1,0,0.99431713,0.1,0.999935281,0.994282407,1,1,0 +7437,1539,0.0625,0.05,0,0.99650463,0.1,0.999935281,0.99650463,0,1,0 +7440,1714,1,0.044444444,0,0.618900463,0.6,0.993592814,0.618834877,0,3,0 +7442,1714,0.090909091,0.066666667,0.5,0.715304784,0.6,0.993592814,0.715250772,0,3,0 +7446,1405,0.111111111,0.107142857,0,0.110590278,0.357142857,0.993592814,5.79E-05,0.846153846,1,0 +7447,1405,0.5,0.071428571,0,4.63E-05,0.357142857,0.993592814,0,0,1,0 +7450,2307,0.025641026,0.058823529,0,0.002353395,0,0,0.002353395,0,3,0 +7452,2307,0.125,0.235294118,0,0.184915124,0,0,0.184868827,1,3,0 +7454,2307,0.25,0.117647059,0,0.201280864,0,0,0.199926698,1,3,0 +7460,1405,0.028571429,0.035714286,0,0.009861111,0.357142857,0.993592814,0.009861111,0,1,0 +7463,1405,0.133333333,0.071428571,0,0.764710648,0.357142857,0.993592814,0.697824074,0,1,0 +7467,1714,0.0625,0.044444444,0,0.980054012,0.6,0.993592814,0.98003858,0,3,0 +7469,1714,0.05,0.044444444,0,0.991049383,0.6,0.993592814,0.991049383,0,3,0 +7471,1714,0.037037037,0.044444444,0,0.990945216,0.6,0.993592814,0.990756173,0,3,0 +7474,2484,0.047619048,0.01754386,0,0.989794974,0.684210526,0.993528095,0.989794974,0,7,0 +7475,2484,0.8,0.140350877,0.5,0.999300595,0.684210526,0.993528095,0.999092262,1,7,1 +7479,2484,0.1,0.035087719,0,0.998101852,0.684210526,0.993528095,0.998095238,0,7,0 +7480,612,0.03125,0.071428571,0,0.131542659,0,0,0.131542659,0,7,0 +7481,369,0.009803922,0.055555556,0,0.017698413,0,0,0.017698413,0,7,0 +7482,369,0.125,0.222222222,0.5,0.602581019,0,0,0.040309193,0.8125,7,1 +7487,1814,0.166666667,0.083333333,0,0.638020833,0,0.993592814,0.638020833,0,1,0 +7489,137,0.023255814,0.074074074,0,0.370591931,0.333333333,0.998899776,0.370591931,0,7,0 +7490,137,0.055555556,0.037037037,0,0.000907738,0.333333333,0.998899776,0.000907738,0,7,0 +7491,1539,0,0.05,0,0.121793982,0.1,0.999935281,0.121793982,0,1,0 +7494,1066,0.055555556,0.037037037,0,0.8128125,0.333333333,0.999935281,0.8128125,0,1,0 +7495,1066,0.25,0.074074074,0,0.862511574,0.333333333,0.999935281,0.862430556,0,1,0 +7503,32,0.02,0.018867925,0,0.997710648,0.660377358,0.999935281,0.997710648,0,5,0 +7518,919,0.026315789,0.018867925,0,0.086155754,0.660377358,0.993592814,0.086155754,0,7,0 +7519,919,0.111111111,0.018867925,0,0.167301587,0.660377358,0.993592814,0.167301587,0,7,0 +7520,919,0.1,0.037735849,0,0.086848545,0.660377358,0.993592814,0.086843585,0,7,0 +7527,2304,0.010416667,0.037037037,0,0.422840278,0.333333333,0.54696667,0.422840278,0,5,0 +7533,1502,0.0625,0.071428571,0,9.26E-05,0,0,9.26E-05,0,1,0 +7534,1502,0.095238095,0.142857143,0,0.296284722,0,0,0.140914352,0.916666667,1,0 +7536,1502,0.5,0.071428571,0,0.4409375,0,0,0.4409375,0,1,0 +7537,1502,0.035714286,0.071428571,0,0.981678241,0,0,0.981678241,0,1,0 +7538,1502,0.134328358,0.642857143,1,0.952997685,0,0,0.947222222,0.88,1,1 +7544,1936,0.52173913,0.260869565,0.5,0.732546296,0.608695652,0.993592814,0.7321875,0.666666667,1,1 +7547,47,0.1,0.4,0,0.172546296,0,0,5.79E-05,0.666666667,3,0 +7548,47,0.068965517,0.4,0,0.026215278,0,0,0.026149691,1,3,0 +7550,47,0.043478261,0.2,0,0.097800926,0,0,0.097800926,1,3,0 +7558,919,0.6,0.113207547,0,0.84578373,0.660377358,0.993592814,0.84578373,1,7,0 +7559,919,0.636363636,0.132075472,1,0.934437831,0.660377358,0.993592814,0.884811508,1,7,1 +7562,1568,0,0.083333333,0,0.999135803,0,0.993592814,0.999135803,0,3,0 +7566,919,0.010416667,0.018867925,0,0.975228175,0.660377358,0.993592814,0.975228175,0,7,0 +7567,2457,0.011764706,0.025641026,0,0.919767361,0.538461538,0.999935281,0.919767361,0,10,0 +7572,1755,0.076923077,0.032258065,0,0.583892747,0.419354839,0.993528095,0.583892747,0,3,0 +7573,1825,0.25,0.285714286,0,0.170169753,0,0,0.170150463,1,3,0 +7574,1825,0.2,0.428571429,0,0.981041667,0,0,0.169972994,0.7,3,0 +7576,1825,0.03030303,0.142857143,0,0.30125,0,0,0.30125,0.866666667,3,0 +7579,1755,0.5,0.032258065,0,0.618302469,0.419354839,0.993528095,0.618302469,0,3,0 +7582,2123,0.041237113,0.210526316,0.5,0.130039683,0.052631579,0.993592814,0.129986773,0.75,7,1 +7585,594,0.2,0.272727273,0.5,0.029074074,0.454545455,0.999935281,0.012326389,0.727272727,1,1 +7588,594,0.103448276,0.090909091,0.5,0.096655093,0.454545455,0.999935281,0.077060185,0,1,0 +7590,594,0.071428571,0.03030303,0,0.118125,0.454545455,0.999935281,0.118125,0,1,0 +7591,594,0.071428571,0.03030303,0,0.37619213,0.454545455,0.999935281,0.37619213,0,1,0 +7592,594,0.181818182,0.060606061,0,0.269768519,0.454545455,0.999935281,0.269768519,0,1,0 +7594,160,0.083333333,0.090909091,0,0.97099537,0,0.993592814,0.97099537,0,1,0 +7595,160,0.051546392,0.454545455,1,0.90212963,0,0.993592814,0.90162037,0.75,1,1 +7596,160,0.066666667,0.090909091,0,0.956956019,0,0.993592814,0.956956019,0,1,0 +7597,160,0.02173913,0.181818182,0,0.979039352,0,0.993592814,0.978981482,0.903225806,1,0 +7600,160,0.014084507,0.090909091,0,0.991412037,0,0.993592814,0.991412037,0,1,0 +7602,1789,0.006802721,0.125,0,0.011226852,0,0.993592814,0.011226852,0.8125,3,0 +7606,160,0.166666667,0.090909091,0,0.994490741,0,0.993592814,0.994490741,0,1,0 +7607,1857,0.028571429,0.090909091,0,0.145470679,0,0,0.145470679,0,3,0 +7608,1857,0.0625,0.181818182,0,0.053618827,0,0,0.053591821,0.833333333,3,0 +7610,1857,0.555555556,0.454545455,0.5,0.690952932,0,0,0.690856482,1,3,0 +7613,2000,0.044444444,0.068965517,0,0.955738426,0.379310345,0.999935281,0.955738426,0,5,0 +7614,2000,0.3,0.206896552,1,0.953236111,0.379310345,0.999935281,0.953016204,1,5,1 +7620,2000,0.833333333,0.172413793,0.5,0.96019213,0.379310345,0.999935281,0.960053241,1,5,1 +7622,2000,0.043478261,0.034482759,0,0.969465278,0.379310345,0.999935281,0.969465278,0,5,0 +7626,2000,0.333333333,0.103448276,0,0.965268519,0.379310345,0.999935281,0.965252315,0.857142857,5,0 +7636,316,0.111111111,0.071428571,0,0.259320988,0,0,0.259320988,0,3,0 +7637,316,0.142857143,0.142857143,0,0.030300926,0,0,0.03027392,1,3,0 +7639,316,0.222222222,0.142857143,0,0.68847608,0,0,0.68847608,0.6,3,0 +7645,1152,0.017241379,0.043478261,0,0.691010251,0.217391304,0,0.691010251,0,7,0 +7660,1152,0.043478261,0.043478261,0,0.697255291,0.217391304,0,0.697255291,0,7,0 +7663,401,0.102040816,0.588235294,1,0.928449074,0,0,0.472101521,0.878787879,7,1 +7665,401,0.02173913,0.117647059,0,0.661178902,0,0,0.142430556,0.903225806,7,0 +7666,1386,0.153846154,0.125,0,0.147939815,0,0,0.147901235,1,3,0 +7676,1050,0.333333333,0.041666667,0,0.47994213,0.25,0,0.47994213,0,1,0 +7677,1386,0.222222222,0.125,0,0.641701389,0,0,0.115825617,0.6,3,0 +7678,1386,0.25,0.0625,0,0.986107253,0,0,0.986107253,0,3,0 +7679,1050,0.5,0.041666667,0,0.643136574,0.25,0,0.643136574,0,1,0 +7680,1050,0.013605442,0.083333333,0,0.731759259,0.25,0,0.628842593,0,1,0 +7682,1635,0.333333333,0.035087719,0,4.63E-05,0.684210526,0.993592814,0,0,1,0 +7683,1635,0.016129032,0.01754386,0,0.000173611,0.684210526,0.993592814,0.000173611,0,1,0 +7686,1086,0,0.055555556,0,0.1278125,0,0,0.1278125,0,3,0 +7688,918,0.034482759,0.066666667,0,0.693730159,0,0.993592814,0.693730159,0,7,0 +7691,282,0.02,0.055555556,0,0.95697586,0,0,0.95697586,0,7,0 +7693,952,0.058823529,0.083333333,0,2.81E-05,0,0,2.81E-05,0,7,0 +7694,952,0.076923077,0.083333333,0,1.65E-06,0,0,1.65E-06,0,7,0 +7695,952,0.5,0.083333333,0,8.27E-06,0,0,8.27E-06,0,7,0 +7696,952,0.034482759,0.166666667,0,5.62E-05,0,0,3.64E-05,0.851851852,7,0 +7697,952,0.111111111,0.083333333,0,0.075709325,0,0,0.075709325,0,7,0 +7699,952,0.055555556,0.083333333,0,0.000274471,0,0,0.000274471,0,7,0 +7700,952,0.008695652,0.083333333,0,0.181180556,0,0,0.181180556,0,7,0 +7701,316,0.142857143,0.071428571,0,0.936577932,0,0,0.936577932,0,3,0 +7703,1152,0.111111111,0.043478261,0,0.914624669,0.217391304,0,0.914624669,0,7,0 +7704,1152,0.625,0.217391304,1,0.922981151,0.217391304,0,0.920410053,1,7,1 +7706,499,0.043478261,0.02173913,0,0.278101852,0.608695652,0.993592814,0.278101852,0,1,0 +7707,499,0.133333333,0.043478261,0,0.144872685,0.608695652,0.993592814,0.144872685,0,1,0 +7708,1386,0.02,0.0625,0,0.765775463,0,0,0.765775463,0,3,0 +7715,311,0.016393443,0.032258065,0,0.831216931,0.419354839,0,0.831216931,0,7,0 +7718,629,0.043478261,0.090909091,0,0.571127315,0.181818182,0,0.57112037,0,5,0 +7719,629,0.051948052,0.181818182,0,0.766511574,0.181818182,0,0.766493056,0.923076923,5,0 +7720,1354,0.363636364,0.285714286,0.5,0.115874669,0,0.999935281,0.113738426,0.8,7,1 +7722,497,0.5,0.19047619,0,0.957260251,0.142857143,0.999935281,0.9525959,0.75,7,0 +7724,1254,0.111111111,0.125,0,0.532400794,0,0,0.532400794,1,7,0 +7725,1254,0.054054054,0.25,0,0.496947751,0,0,0.496937831,0.636363636,7,0 +7726,254,0.045454545,0.071428571,0,0.424234458,0,0,0.424234458,0,7,0 +7727,629,0.010416667,0.045454545,0,0.85999537,0.181818182,0,0.85999537,0,5,0 +7729,1354,0.090909091,0.071428571,0,0.998325066,0,0.999935281,0.998325066,0,7,0 +7730,1765,0.008196721,0.166666667,0,0.066053241,0,0.999935281,0.066053241,0.9,3,0 +7731,1765,0.041666667,0.166666667,0,0.093240741,0,0.999935281,0.093240741,0.909090909,3,0 +7733,1433,0.015873016,0.058823529,0,1.16E-05,0,0.993592814,1.16E-05,0,3,0 +7734,1808,0.125,0.071428571,0,0.000138889,0,0,0.000138889,0,3,0 +7738,1808,0.1,0.142857143,0,0.008310185,0,0,0.008136574,0.875,3,0 +7740,2233,0.016393443,0.025641026,0,0.798703704,0.538461538,0.993592814,0.798703704,0,1,0 +7742,1433,0.0125,0.058823529,0,2.31E-05,0,0.993592814,2.31E-05,0,3,0 +7746,1808,0.333333333,0.071428571,0,0.884243827,0,0,0.884243827,0,3,0 +7749,2326,0.1,0.083333333,0,9.03E-05,0,0,9.03E-05,0,5,0 +7750,2326,0.125,0.083333333,0,0.015736111,0,0,0.015736111,0,5,0 +7751,629,0.058823529,0.045454545,0,1.39E-05,0.181818182,0,1.39E-05,0,5,0 +7753,2326,0.5,0.166666667,0,0.512773148,0,0,0.512773148,1,5,0 +7754,1808,0.533333333,0.571428571,1,0.856199846,0,0,0.855806327,1,3,1 +7755,629,0.266666667,0.181818182,0,0.224011574,0.181818182,0,0.224011574,0.833333333,5,0 +7757,629,0.032786885,0.090909091,0,0.013497685,0.181818182,0,0.013497685,0,5,0 +7758,629,0.045454545,0.090909091,0,0.008451389,0.181818182,0,0.008425926,0,5,0 +7761,1433,0.214285714,0.176470588,0,2.31E-05,0,0.993592814,0.000003858,1,3,0 +7763,1433,0.052631579,0.117647059,0,0.007087191,0,0.993592814,0.007013889,0.8,3,0 +7768,1808,0.008196721,0.071428571,0,0.972523148,0,0,0.972523148,0,3,0 +7769,2469,0.03125,0.038461538,0,0.441155754,0.307692308,0,0.441155754,0,7,0 +7770,2469,0.357142857,0.192307692,0.5,0.438715278,0.307692308,0,0.438687169,0.833333333,7,1 +7778,1254,0.017241379,0.125,0,0.499540344,0,0,0.499540344,1,7,0 +7779,1765,0.031746032,0.333333333,0,0.155127315,0,0.999935281,0.155115741,0.80952381,3,0 +7780,1254,0.038461538,0.25,0,0.677784392,0,0,0.148010913,0.76,7,0 +7781,1254,0.083333333,0.125,0,0.897149471,0,0,0.897149471,1,7,0 +7783,2326,0.022222222,0.083333333,0,0.45312963,0,0,0.45312963,0,5,0 +7784,2326,0.333333333,0.166666667,0,0.040793982,0,0,0.040787037,0.666666667,5,0 +7785,2326,0.04,0.083333333,0,0.044810185,0,0,0.044810185,0,5,0 +7786,2326,0.018867925,0.083333333,0,0.110696759,0,0,0.110696759,0,5,0 +7787,2326,0.25,0.083333333,0,0.463314815,0,0,0.463314815,0,5,0 +7788,2326,0.083333333,0.083333333,0,0.508791667,0,0,0.508791667,0,5,0 +7790,1433,0.007246377,0.058823529,0,0.21244213,0,0.993592814,0.21244213,0,3,0 +7792,1808,0.011627907,0.071428571,0,0.93775463,0,0,0.93775463,0,3,0 +7795,257,0.008196721,0.0625,0,0.082481482,0,0,0.082481482,0,5,0 +7796,607,0.076923077,0.103448276,0,0.258634259,0.379310345,0.993528095,0.184363426,1,1,0 +7798,257,0.011764706,0.0625,0,0.112391204,0,0,0.112391204,0,5,0 +7800,122,0.068181818,0.3,0,0.613148148,0,0,0.613101852,1,1,0 +7803,1412,0.010416667,0.083333333,0,0.930604167,0,0,0.930604167,0,5,0 +7805,658,0.016666667,0.011764706,0,0.963510251,0.788235294,0.993528095,0.963510251,0,7,0 +7806,658,0.4,0.070588235,0,0.958341601,0.788235294,0.993528095,0.896200397,0,7,0 +7809,658,0.016129032,0.011764706,0,0.980719246,0.788235294,0.993528095,0.980719246,0,7,0 +7813,658,0.333333333,0.035294118,0,0.580800265,0.788235294,0.993528095,0.580793651,0,7,0 +7816,607,0,0.034482759,0,0.981527778,0.379310345,0.993528095,0.981527778,0,1,0 +7817,139,0.111111111,0.071428571,0,6.94E-06,0,0.999935281,6.94E-06,0,5,0 +7818,139,0.041666667,0.071428571,0,0.10362037,0,0.999935281,0.10362037,0,5,0 +7824,1358,0.25,0.052631579,0,0.244451389,0.052631579,0,0.244451389,0,5,0 +7832,376,0.003021148,0.166666667,0,4.63E-06,0,0,4.63E-06,0.848214286,5,0 +7833,376,0.071428571,0.166666667,0,1.39E-05,0,0,1.39E-05,0.75,5,0 +7835,376,0.018518519,0.166666667,0,0.001935185,0,0,0.001935185,1,5,0 +7836,376,0.041666667,0.333333333,0,0.018284722,0,0,0.001583333,0.789473684,5,0 +7837,376,0.022727273,0.166666667,0,0.116685185,0,0,0.116685185,0.863636364,5,0 +7838,1044,0.010416667,0.0625,0,0.944325397,0,0,0.944325397,0,7,0 +7839,1412,0.008196721,0.083333333,0,1.62E-05,0,0,1.62E-05,0,5,0 +7840,607,0.083333333,0.034482759,0,3.47E-05,0.379310345,0.993528095,3.47E-05,0,1,0 +7841,607,0.125,0.137931034,1,0.071840278,0.379310345,0.993528095,0.07162037,0.923076923,1,1 +7846,607,0.010416667,0.034482759,0,0.992766204,0.379310345,0.993528095,0.992766204,0,1,0 +7848,525,0.043478261,0.238095238,1,0.197776124,0.142857143,0.993592814,0.197756283,0.926829268,7,1 +7850,257,0.022727273,0.0625,0,0.786601852,0,0,0.786601852,0,5,0 +7851,257,0.065217391,0.5625,1,0.837199074,0,0,0.037347222,0.865671642,5,1 +7854,1044,0.008695652,0.0625,0,0.986969246,0,0,0.986969246,0,7,0 +7855,1044,0.107142857,0.1875,0,0.977061839,0,0,0.977051918,0.9,7,0 +7858,658,0.076923077,0.058823529,0.5,0.549661045,0.788235294,0.993528095,0.549649471,0,7,0 +7862,1997,0.003021148,0.03125,0,0.117466931,0.4375,0,0.117466931,0,7,0 +7866,1997,1,0.21875,1,0.970362103,0.4375,0,0.970157077,1,7,1 +7868,1997,0.090909091,0.03125,0,0.111117725,0.4375,0,0.111117725,0,7,0 +7870,658,0.04,0.011764706,0,0.700588624,0.788235294,0.993528095,0.700588624,0,7,0 +7871,1997,0.027777778,0.03125,0,0.175188492,0.4375,0,0.175188492,0,7,0 +7875,658,0.1,0.011764706,0,0.588290344,0.788235294,0.993528095,0.588290344,0,7,0 +7876,658,0.057377049,0.082352941,1,0.663824405,0.788235294,0.993528095,0.622075066,0,7,0 +7879,1127,0.230769231,0.142857143,0,0.002050926,0.142857143,0.993592814,0.001988426,1,5,0 +7881,341,0.043478261,0.086956522,0,0.571127315,0.217391304,0,0.571127315,0,5,0 +7883,1127,0.047619048,0.142857143,0,0.054659722,0.142857143,0.993592814,0.054523148,0.80952381,5,0 +7884,874,0.04,0.166666667,0,0.000590278,0,0,0.000590278,0.909090909,1,0 +7885,1127,0.333333333,0.047619048,0,0.019912037,0.142857143,0.993592814,0.019912037,0,5,0 +7890,341,0.010416667,0.043478261,0,0.85999537,0.217391304,0,0.85999537,0,5,0 +7891,874,0.064516129,0.333333333,0,0.081527778,0,0,0.000358796,0.714285714,1,0 +7892,874,0.031914894,0.5,0.5,0.293055556,0,0,0.293055556,0.806451613,1,1 +7893,341,0.051948052,0.173913043,0,0.766511574,0.217391304,0,0.7665,0.923076923,5,0 +7894,473,1,0.107142857,0,0.000509259,0.357142857,0.514607147,0.000196759,0,1,0 +7901,5,0.0625,0.068965517,0,0.749807099,0.379310345,0.993592814,0.749807099,0,3,0 +7902,38,0.047619048,0.090909091,0,0.065613426,0,0.993592814,0.065613426,0,1,0 +7903,5,0.52173913,0.413793103,1,0.80181713,0.379310345,0.993592814,0.522712191,1,3,1 +7909,38,0.03030303,0.090909091,0,0.025439815,0,0.993592814,0.025439815,0,1,0 +7910,38,0.020618557,0.181818182,0,0.955960648,0,0.993592814,0.955231482,0.75,1,0 +7917,773,0.016806723,0.095238095,0,0.1566584,0.142857143,0.993592814,0.138296958,0,7,0 +7918,773,0.222222222,0.095238095,0,0.341068122,0.142857143,0.993592814,0.15108631,0,7,0 +7919,138,0.055555556,0.055555556,0,0.905868056,0,0,0.905868056,0,1,0 +7920,1478,0.106382979,0.666666667,1,0.988395833,0,0,0.988335648,0.884615385,5,1 +7922,138,0.25,0.055555556,0,0.986284722,0,0,0.986284722,0,1,0 +7929,860,0.25,0.016129032,0,0.003505291,0.709677419,0.993592814,0.003505291,0,7,0 +7931,860,0.066666667,0.016129032,0,0.933387897,0.709677419,0.993592814,0.933387897,0,7,0 +7932,860,0.083333333,0.016129032,0,0.005,0.709677419,0.993592814,0.005,0,7,0 +7942,1510,0.055555556,0.166666667,0,0.000690586,0,0,0.000690586,0.909090909,3,0 +7943,259,0.3,0.3,0,0.010229828,0,0,0.007149471,0.5,7,0 +7944,473,0.3,0.107142857,0,0.00943287,0.357142857,0.514607147,0.00943287,1,1,0 +7947,1510,0.333333333,0.166666667,0,0.234436728,0,0,0.234436728,1,3,0 +7951,1477,0.130434783,0.176470588,0,0.953189815,0,0,0.953168982,1,5,0 +7961,1856,0.003021148,0.041666667,0,0.992530864,0.25,0.993528095,0.992530864,0,3,0 +7962,1856,0.272727273,0.125,0.5,0.994359568,0.25,0.993528095,0.992854938,0.8,3,0 +7965,1856,0.008196721,0.041666667,0,0.996284722,0.25,0.993528095,0.996284722,0,3,0 +7966,1856,0.05,0.166666667,0,0.997523148,0.25,0.993528095,0.995516975,0.954545455,3,0 +7974,1324,0.015384615,0.043478261,0,0.29503858,0.217391304,0.993592814,0.29503858,0,3,0 +7975,1324,0.155555556,0.304347826,0,0.873773148,0.217391304,0.993592814,0.165250772,0.833333333,3,0 +7976,1324,0.028571429,0.043478261,0,0.209008488,0.217391304,0.993592814,0.209008488,0,3,0 +7977,1324,0.4,0.086956522,0,0.389506173,0.217391304,0.993592814,0.389506173,0,3,0 +7978,1324,1,0.217391304,0.5,0.810177469,0.217391304,0.993592814,0.810127315,1,3,0 +7980,627,0.166666667,0.111111111,0,0.772592593,0,0,0.772592593,0.666666667,1,0 +7981,627,0.037037037,0.111111111,0,3.47E-05,0,0,3.47E-05,0.857142857,1,0 +7982,627,0,0.111111111,0,0.000497685,0,0,0.000497685,1,1,0 +7983,627,0.5,0.222222222,0,0.000613426,0,0,0.000578704,1,1,0 +7986,988,0.0625,0.034482759,0,0.127710648,0.379310345,0.999935281,0.127710648,0,5,0 +7987,988,0.09375,0.103448276,0,0.00624537,0.379310345,0.999935281,0.006185185,0.913043478,5,0 +7989,988,0.045454545,0.034482759,0,0.192171296,0.379310345,0.999935281,0.192171296,0,5,0 +7991,2185,0.012345679,0.025641026,0,0.988203704,0.538461538,0.99935281,0.988203704,0,5,0 +7992,2185,0.010869565,0.025641026,0,0.990134259,0.538461538,0.99935281,0.990134259,0,5,0 +7993,2185,0.010638298,0.025641026,0,0.997002315,0.538461538,0.99935281,0.997002315,0,5,0 +7997,2160,0.059701493,0.153846154,0,0.081431878,0.307692308,0,0.050252976,0.806451613,7,0 +7999,2160,0.045454545,0.038461538,0,0.171595569,0.307692308,0,0.171595569,0,7,0 +8001,963,0.090909091,0.029411765,0,0.597936508,0.470588235,0.999935281,0.597936508,0,7,0 +8003,963,0.066666667,0.029411765,0,0.77207672,0.470588235,0.999935281,0.77207672,0,7,0 +8005,963,0.428571429,0.088235294,0.5,0.885446429,0.470588235,0.999935281,0.885431548,0,7,0 +8007,1324,0.011627907,0.043478261,0,0.988452932,0.217391304,0.993592814,0.988452932,0,3,0 +8008,1324,0.043478261,0.086956522,0,0.967492284,0.217391304,0.993592814,0.967476852,0,3,0 +8009,988,0.285714286,0.068965517,0,0.616384259,0.379310345,0.999935281,0.616363426,0,5,0 +8011,2484,0.192307692,0.087719298,0,0.999188161,0.684210526,0.993528095,0.998573082,0,7,0 +8019,2307,0.029411765,0.058823529,0,0.324479167,0,0,0.324479167,0,3,0 +8020,2307,0.210526316,0.235294118,0,0.32941358,0,0,0.32435571,0.909090909,3,0 +8026,712,0.017241379,0.111111111,0,0.000025463,0,0,0.000025463,0.75,5,0 +8027,712,0,0.111111111,0,0.000025463,0,0,0.000025463,0,5,0 +8028,203,0.588235294,0.333333333,1,0.00974537,0.4,0.993592814,0.000104167,0.5,1,1 +8029,712,0.75,0.333333333,0,0.001858796,0,0,6.48E-05,1,5,0 +8031,712,0.2,0.111111111,0,0.000233796,0,0,0.000233796,0.75,5,0 +8036,203,0.047619048,0.033333333,0,0.0096875,0.4,0.993592814,0.0096875,0,1,0 +8040,176,0.058823529,0.071428571,0,0.228240741,0,0,0.228240741,0,3,0 +8041,1780,0.12195122,0.277777778,0.5,0.015778935,0,0,0.015775463,1,10,0 +8042,612,0.055555556,0.214285714,0.5,0.099824735,0,0,0.028735119,0.806451613,7,1 +8046,612,1,0.357142857,0,0.835706019,0,0,0.805972222,1,7,0 +8047,1405,0.051724138,0.107142857,0,0.703009259,0.357142857,0.993592814,0.703009259,1,1,0 +8048,1405,0.153846154,0.071428571,0,0.752581019,0.357142857,0.993592814,0.752534722,0,1,0 +8050,1405,0.166666667,0.107142857,0.5,0.756643519,0.357142857,0.993592814,0.756342593,0.916666667,1,1 +8051,1780,0.086956522,0.111111111,0,0.355803241,0,0,0.355803241,1,10,0 +8052,1780,0.022222222,0.055555556,0,0.372804398,0,0,0.372804398,0,10,0 +8053,1780,0.028571429,0.055555556,0,0.456262732,0,0,0.456262732,0,10,0 +8057,137,0.076923077,0.037037037,0,0.824826389,0.333333333,0.998899776,0.824826389,0,7,0 +8058,137,0.003021148,0.037037037,0,0.829627976,0.333333333,0.998899776,0.829627976,0,7,0 +8060,137,0.011764706,0.037037037,0,0.871299603,0.333333333,0.998899776,0.871299603,0,7,0 +8061,712,0,0.111111111,0,0.195826389,0,0,0.195826389,1,5,0 +8062,712,0.086956522,0.222222222,0,0.721377315,0,0,0.172212963,1,5,0 +8063,2148,0.090909091,0.181818182,0,0.085555556,0,0,0.085069444,1,1,0 +8070,176,0.030927835,0.214285714,0.5,0.228433642,0,0,0.228209877,0.75,3,0 +8073,1575,0.117647059,0.25,0,0.006631944,0,0.993592814,9.26E-05,0.7,1,0 +8074,1575,0.25,0.25,0,0.973553241,0,0.993592814,0.015393519,1,1,0 +8075,1575,0.03030303,0.125,0,0.414768519,0,0.993592814,0.414768519,0.888888889,1,0 +8076,1575,0.04,0.25,0,0.933900463,0,0.993592814,0.933796296,1,1,0 +8080,203,0.090909091,0.033333333,0,0.028101852,0.4,0.993592814,0.028101852,0,1,0 +8082,203,0.108108108,0.133333333,0.5,0.61087963,0.4,0.993592814,0.61087963,0.933333333,1,1 +8086,1539,0.4,0.1,0,0.239583333,0.1,0.999935281,0.239305556,1,1,0 +8087,1539,0.06779661,0.2,0,0.284548611,0.1,0.999935281,0.059849537,0.8,1,0 +8088,1539,0.003021148,0.05,0,0.469594907,0.1,0.999935281,0.469594907,0,1,0 +8089,1539,0.142857143,0.05,0,0.516053241,0.1,0.999935281,0.516053241,0,1,0 +8091,1000,0.125,0.045454545,0,0.984988426,0.181818182,0,0.984988426,0,1,0 +8092,1000,0.4,0.090909091,0,0.989328704,0.181818182,0,0.989328704,0,1,0 +8102,83,0.027777778,0.023255814,0,0.012421296,0.581395349,0.993592814,0.012421296,0,5,0 +8103,83,0.4,0.046511628,0,0.017303241,0.581395349,0.993592814,0.017219907,0,5,0 +8106,83,0.571428571,0.186046512,0,0.225078704,0.581395349,0.993592814,0.225078704,0.75,5,0 +8108,1721,0.4,0.2,0,0.915003307,0,0,0.025770503,0.333333333,7,0 +8112,2304,0.095238095,0.074074074,0,0.636002315,0.333333333,0.54696667,0.636002315,0,5,0 +8114,966,0.157303371,0.222222222,0.5,0.988718585,0.714285714,0.993592814,0.921294643,0.84375,7,1 +8115,966,0.084507042,0.095238095,0,0.978480489,0.714285714,0.993592814,0.972384259,0,7,0 +8116,966,0.025,0.015873016,0,0.979429564,0.714285714,0.993592814,0.979429564,0,7,0 +8125,919,0.017241379,0.018867925,0,0.939902447,0.660377358,0.993592814,0.939902447,0,7,0 +8127,1000,0.017241379,0.045454545,0,4.63E-05,0.181818182,0,4.63E-05,0,1,0 +8129,2085,0.3,0.090909091,0,0.729871032,0.454545455,0.993592814,0.729871032,0,7,0 +8131,2085,0.214285714,0.181818182,0,0.904399802,0.454545455,0.993592814,0.904386574,0.714285714,7,0 +8132,2085,0.166666667,0.090909091,0,0.74676918,0.454545455,0.993592814,0.556588955,0,7,0 +8136,2085,0.022727273,0.03030303,0,0.980732474,0.454545455,0.993592814,0.980732474,0,7,0 +8139,2085,0.102040816,0.303030303,1,0.964672619,0.454545455,0.993592814,0.964664352,0.878787879,7,1 +8146,2453,0.076923077,0.041666667,0,0.654340278,0.25,0.993592814,0.654340278,0,1,0 +8147,2453,0.012987013,0.041666667,0,0.922939815,0.25,0.993592814,0.922939815,0,1,0 +8148,2453,0.25,0.083333333,0,0.6578125,0.25,0.993592814,0.657743056,0,1,0 +8149,2453,0.18,0.375,1,0.877025463,0.25,0.993592814,0.877025463,1,1,1 +8151,1066,0.482758621,0.518518519,1,0.991944444,0.333333333,0.999935281,0.990740741,1,1,1 +8154,2085,0.173913043,0.121212121,0,0.992233796,0.454545455,0.993592814,0.992225529,1,7,0 +8156,2085,0.066666667,0.03030303,0,0.996564153,0.454545455,0.993592814,0.996564153,0,7,0 +8157,2085,0.010416667,0.03030303,0,0.996921296,0.454545455,0.993592814,0.996921296,0,7,0 +8158,2085,0.2,0.03030303,0,0.996979167,0.454545455,0.993592814,0.996979167,0,7,0 +8166,2538,0.129032258,0.363636364,0,0.508179012,0,0,0.27117284,0.666666667,3,0 +8168,2538,0.052631579,0.090909091,0,0.858753858,0,0,0.858753858,0,3,0 +8171,817,0.058823529,0.022222222,0,0.997900463,0.6,0.993592814,0.997900463,0,5,0 +8172,2538,0.074074074,0.545454545,0.5,0.847604167,0,0,0.847534722,0.885714286,3,0 +8183,2453,0.166666667,0.041666667,0,0.980138889,0.25,0.993592814,0.980138889,0,1,0 +8184,2453,0.192307692,0.208333333,0,0.989270833,0.25,0.993592814,0.9890625,0.916666667,1,0 +8186,919,0.030927835,0.056603774,0,0.800251323,0.660377358,0.993592814,0.228002646,0,7,0 +8187,381,0.333333333,0.294117647,0,0.920605832,0,0.993592814,0.920605832,1,3,0 +8188,1321,0.027027027,0.018181818,0,8.27E-06,0.672727273,0.993592814,8.27E-06,0,7,0 +8189,1321,0.222222222,0.036363636,0,0.004320437,0.672727273,0.993592814,0.002625661,0,7,0 +8191,1825,0.018518519,0.142857143,0,0.998526235,0,0,0.998526235,0.806451613,3,0 +8193,2457,0.1,0.205128205,1,0.922228009,0.538461538,0.999935281,0.922194444,0.954545455,10,0 +8196,162,0.066666667,0.083333333,0,0.991597222,0,0.993592814,0.991597222,0,3,0 +8199,1532,0.012084592,0.444444444,1,0.231030093,0,0,0.008344907,0.848214286,1,1 +8201,1532,0.032258065,0.222222222,0,0.190081019,0,0,0.189930556,0.75,1,0 +8203,1532,0.066666667,0.111111111,0,0.194537037,0,0,0.194537037,1,1,0 +8204,1532,0.018518519,0.111111111,0,0.364386574,0,0,0.364386574,0.806451613,1,0 +8206,1187,0.047619048,0.125,0,6.94E-06,0,0,6.94E-06,1,5,0 +8207,1187,0.066666667,0.25,0,0.913953704,0,0,0.913655093,0.636363636,5,0 +8213,321,0,0.166666667,0,2.08E-05,0,0,2.08E-05,0,5,0 +8215,321,0,0.166666667,0,0.076479167,0,0,0.076479167,1,5,0 +8216,2000,0.055555556,0.034482759,0,0.990344907,0.379310345,0.999935281,0.990344907,0,5,0 +8217,321,0.076923077,0.166666667,0,0.048724537,0,0,0.048724537,1,5,0 +8218,2000,0.111111111,0.034482759,0,0.998081019,0.379310345,0.999935281,0.998081019,0,5,0 +8219,321,0.2,0.166666667,0,0.073773148,0,0,0.073773148,1,5,0 +8220,321,0,0.166666667,0,0.301043982,0,0,0.301043982,1,5,0 +8221,321,0.008695652,0.166666667,0,0.402476852,0,0,0.402476852,0.87755102,5,0 +8222,1321,0.027777778,0.018181818,0,0.013829365,0.672727273,0.993592814,0.013829365,0,7,0 +8230,1755,0.043478261,0.161290323,0,0.647403549,0.419354839,0.993528095,0.647229938,0.926829268,3,0 +8231,555,0.5,0.083333333,0,0.0007209,0,0,0.0007209,0,7,0 +8232,555,0.019230769,0.083333333,0,0.030793651,0,0,0.030793651,0,7,0 +8233,555,0.024390244,0.083333333,0,0.003224206,0,0,0.003224206,0,7,0 +8234,555,0.03030303,0.083333333,0,0.027195767,0,0,0.027195767,0,7,0 +8235,555,0.029411765,0.083333333,0,0.507099868,0,0,0.507099868,0,7,0 +8236,319,0.014925373,0.066666667,0,0.252615741,0,0,0.252615741,0,1,0 +8239,555,0.007246377,0.083333333,0,0.315130622,0,0,0.315130622,0,7,0 +8241,353,0.104166667,0.058823529,0,0.083333333,0.788235294,0.993592814,0.083317901,0,3,0 +8248,589,0.3125,0.058823529,0,0.853169643,0.788235294,0.993592814,0.81238922,0,7,0 +8249,589,0.058823529,0.011764706,0,0.81733631,0.788235294,0.993592814,0.81733631,0,7,0 +8254,589,0.016528926,0.023529412,0,0.858685516,0.788235294,0.993592814,0.835530754,0,7,0 +8255,589,0.059701493,0.047058824,0,0.858503638,0.788235294,0.993592814,0.858473876,0,7,0 +8257,1230,0.02247191,0.058823529,0,0.213149802,0.470588235,0.676404764,0.203048942,0,7,0 +8259,1230,0,0.029411765,0,0.226714616,0.470588235,0.676404764,0.226714616,0,7,0 +8260,1230,0.2,0.029411765,0,0.292404101,0.470588235,0.676404764,0.292404101,0,7,0 +8261,1230,0.103448276,0.176470588,0,0.2303125,0.470588235,0.676404764,0.230243056,0.75,7,0 +8263,2457,0.333333333,0.025641026,0,3.47E-06,0.538461538,0.999935281,3.47E-06,0,10,0 +8265,2457,0,0.025641026,0,2.31E-05,0.538461538,0.999935281,2.31E-05,0,10,0 +8267,1857,0.75,0.272727273,0,0.84130787,0,0,0.841064815,1,3,0 +8276,384,0.010416667,0.047619048,0,0.995954034,0.142857143,0.993592814,0.995954034,0,7,0 +8278,1969,0.285714286,0.057142857,0,0.035798611,0.485714286,0.993592814,0.035798611,0,1,0 +8280,1703,0.6,0.066666667,0,0.396832562,0.6,0.993592814,0.002202932,0,3,0 +8284,1703,0.5,0.044444444,0,0.910725309,0.6,0.993592814,0.910725309,0,3,0 +8287,1937,0.066666667,0.333333333,0,0.940169753,0,0,0.545794753,0.833333333,3,0 +8288,1937,0.026666667,0.222222222,0,0.999884259,0,0,0.999868827,0.891891892,3,0 +8289,80,0.01510574,0.5,1,0.001264881,0,0,1.65E-06,0.848214286,7,1 +8292,80,0.038461538,0.1,0,0.000912698,0,0,0.000912698,0.916666667,7,0 +8295,80,0.333333333,0.1,0,0.074599868,0,0,0.074599868,1,7,0 +8296,80,0.028571429,0.1,0,0.69906746,0,0,0.69906746,0.916666667,7,0 +8297,80,0.4,0.2,0,0.751292989,0,0,0.462109788,1,7,0 +8298,1552,0.058823529,0.037037037,0,9.76E-05,0.333333333,0.993592814,9.76E-05,0,7,0 +8300,1552,0.05,0.037037037,0,0.040578704,0.333333333,0.993592814,0.040578704,0,7,0 +8302,1552,0.060606061,0.074074074,0,0.266605489,0.333333333,0.993592814,0.26656746,0,7,0 +8304,1635,0.461538462,0.210526316,1,0.677164352,0.684210526,0.993592814,0.676851852,0.8,1,1 +8306,1969,0.045454545,0.028571429,0,0.989861111,0.485714286,0.993592814,0.989861111,0,1,0 +8307,1969,0.1,0.028571429,0,0.994953704,0.485714286,0.993592814,0.994953704,0,1,0 +8308,1050,0.041666667,0.041666667,0,0.812893519,0.25,0,0.812893519,0,1,0 +8309,1050,0.333333333,0.083333333,0,0.78724537,0.25,0,0.787002315,0,1,0 +8311,1050,0.2,0.041666667,0,0.956157407,0.25,0,0.956157407,0,1,0 +8312,150,0.017241379,0.076923077,0,0.003296958,0,0.993592814,0.003296958,0,7,0 +8315,667,0.011235955,0.032258065,0,0.894887566,0.419354839,0.993592814,0.894887566,0,7,0 +8316,667,0.034482759,0.032258065,0,0.900671296,0.419354839,0.993592814,0.900671296,0,7,0 +8317,667,0.03125,0.032258065,0,0.949831349,0.419354839,0.993592814,0.949831349,0,7,0 +8319,499,0.395833333,0.413043478,1,0.759074074,0.608695652,0.993592814,0.745486111,1,1,1 +8325,499,0.014925373,0.02173913,0,0.387696759,0.608695652,0.993592814,0.387696759,0,1,0 +8326,499,0.25,0.152173913,0,0.587233796,0.608695652,0.993592814,0.58693287,1,1,0 +8328,499,0.125,0.02173913,0,0.747291667,0.608695652,0.993592814,0.747291667,0,1,0 +8329,1635,0.02173913,0.052631579,0,0.003715278,0.684210526,0.993592814,0.000694444,0,1,0 +8336,1969,0.007246377,0.028571429,0,0.076979167,0.485714286,0.993592814,0.076979167,0,1,0 +8337,1969,0.1,0.057142857,0,0.037488426,0.485714286,0.993592814,0.037395833,0,1,0 +8342,150,0.666666667,0.153846154,0,0.002673611,0,0.993592814,0.002665344,1,7,0 +8343,150,0.017241379,0.076923077,0,0.02088955,0,0.993592814,0.02088955,0,7,0 +8344,150,0.056603774,0.230769231,0,0.512369378,0,0.993592814,0.512308201,0.857142857,7,0 +8348,150,0.125,0.230769231,0,0.049160053,0,0.993592814,0.049160053,0.842105263,7,0 +8351,499,0.0625,0.02173913,0,0.798935185,0.608695652,0.993592814,0.798935185,0,1,0 +8352,499,0.057142857,0.043478261,0,0.986122685,0.608695652,0.993592814,0.876550926,0,1,0 +8353,499,0.010416667,0.02173913,0,0.820185185,0.608695652,0.993592814,0.820185185,0,1,0 +8354,499,0.04,0.02173913,0,0.881354167,0.608695652,0.993592814,0.881354167,0,1,0 +8355,384,0.1,0.047619048,0,1.82E-05,0.142857143,0.993592814,1.82E-05,0,7,0 +8359,1969,0.045454545,0.028571429,0,0.217430556,0.485714286,0.993592814,0.217430556,0,1,0 +8360,1969,0.066666667,0.028571429,0,0.245196759,0.485714286,0.993592814,0.245196759,0,1,0 +8363,1703,0.5,0.044444444,0,0.732685185,0.6,0.993592814,0.732685185,0,3,0 +8364,2233,0.049586777,0.153846154,0,0.881296296,0.538461538,0.993592814,0.616840278,0.818181818,1,0 +8367,54,0.043478261,0.0625,0,0.992784392,0.4375,0.993528095,0.992744709,0,7,0 +8368,2233,0.025974026,0.051282051,0,0.001990741,0.538461538,0.993592814,6.94E-05,0,1,0 +8371,611,0.043478261,0.125,0,0.498725198,0,0,0.498725198,1,7,0 +8372,2233,0.25,0.025641026,0,0.992199074,0.538461538,0.993592814,0.992199074,0,1,0 +8374,54,0.133333333,0.0625,0,0.000793651,0.4375,0.993528095,0.000793651,0,7,0 +8375,2233,0.130434783,0.153846154,0,0.1884375,0.538461538,0.993592814,0.174490741,0.941176471,1,0 +8378,2233,0.04,0.025641026,0,0.046111111,0.538461538,0.993592814,0.046111111,0,1,0 +8380,2233,0,0.025641026,0,0.13056713,0.538461538,0.993592814,0.13056713,0,1,0 +8381,1415,0,0.023255814,0,3.31E-06,0.581395349,0.993528095,3.31E-06,0,7,0 +8384,54,0.074468085,0.21875,0.5,0.491529431,0.4375,0.993528095,0.439667659,0.884615385,7,1 +8392,1354,0.086206897,0.357142857,0,0.389203042,0,0.999935281,0.380697751,0.75,7,0 +8394,1354,0.444444444,0.285714286,0,0.999007937,0,0.999935281,0.114626323,0.666666667,7,0 +8398,36,0.142857143,0.2,0,0.000877976,0,0,0.000122355,0.875,7,0 +8401,36,0.071428571,0.2,0,2.81E-05,0,0,0.000014881,0.875,7,0 +8402,36,0.008264463,0.1,0,2.15E-05,0,0,2.15E-05,0.818181818,7,0 +8403,504,0.111111111,0.1,0,0.810674603,0,0,0.810674603,1,7,0 +8404,504,0.08,0.2,0,0.032762897,0,0,0.032762897,0.75,7,0 +8405,504,0.028571429,0.1,0,0.100907738,0,0,0.100907738,0.761904762,7,0 +8406,504,0.05,0.1,0,0.13109127,0,0,0.13109127,1,7,0 +8407,504,0.238095238,0.5,1,0.711135913,0,0,0.711071429,1,7,1 +8410,2233,0.03021148,0.256410256,0.5,0.985393519,0.538461538,0.993592814,0.832673611,0.848214286,1,1 +8413,2233,0.09375,0.076923077,0,0.988773148,0.538461538,0.993592814,0.986365741,0,1,0 +8415,611,0.037735849,0.25,0,0.104055886,0,0,0.104055886,0.857142857,7,0 +8416,611,0.011235955,0.125,0,0.638381283,0,0,0.638381283,0.84375,7,0 +8418,261,0.076923077,0.222222222,0,0.034662698,0,0,0.034368386,0.769230769,7,0 +8419,261,0.037735849,0.222222222,0,0.021306217,0,0,0.021294643,0.782608696,7,0 +8422,261,0.011235955,0.111111111,0,0.088349868,0,0,0.088349868,0.84375,7,0 +8423,261,0.0625,0.111111111,0,0.105613426,0,0,0.105613426,0.9,7,0 +8426,261,0.045454545,0.222222222,0,0.295734127,0,0,0.295687831,0.916666667,7,0 +8428,261,0.052631579,0.111111111,0,0.551489749,0,0,0.551489749,0.909090909,7,0 +8430,2115,0.025641026,0.045454545,0,0.000578704,0.181818182,0.993592814,0.000578704,0,3,0 +8431,2115,0.022222222,0.045454545,0,0.403117284,0.181818182,0.993592814,0.403117284,0,3,0 +8433,2233,0.142857143,0.025641026,0,0.088194444,0.538461538,0.993592814,0.088194444,0,1,0 +8443,1254,0.023255814,0.125,0,9.92E-06,0,0,9.92E-06,0.916666667,7,0 +8445,1412,0.006042296,0.166666667,0,0.874199074,0,0,0.285824074,0.848214286,5,0 +8447,1997,0.028571429,0.03125,0,0.531656746,0.4375,0,0.531656746,0,7,0 +8448,658,0.088235294,0.105882353,0,0.270340609,0.788235294,0.993528095,0.099002976,0.888888889,7,0 +8452,1494,0.028571429,0.125,0,0.005706019,0,0,0.005706019,0.761904762,1,0 +8453,1997,0.038461538,0.03125,0,3.31E-06,0.4375,0,3.31E-06,0,7,0 +8455,1358,0.051724138,0.157894737,0,0.458854167,0.052631579,0,0.382997685,0.611111111,5,0 +8456,1358,0.033333333,0.052631579,0,0.563752315,0.052631579,0,0.563752315,0,5,0 +8459,1358,1,0.105263158,0,0.76643287,0.052631579,0,0.76600463,1,5,0 +8462,1161,0.5,0.047619048,0,0.979727183,0.142857143,0.993528095,0.979727183,0,7,0 +8463,1161,0.028571429,0.047619048,0,0.961413691,0.142857143,0.993528095,0.961413691,0,7,0 +8464,1161,0.222222222,0.095238095,0,0.961438492,0.142857143,0.993528095,0.960272818,0,7,0 +8465,1161,0.010416667,0.047619048,0,0.987824074,0.142857143,0.993528095,0.987824074,0,7,0 +8466,1494,0.008695652,0.125,0,0.445300926,0,0,0.445300926,0.87755102,1,0 +8467,1161,0.03125,0.047619048,0,0.992695106,0.142857143,0.993528095,0.992695106,0,7,0 +8468,1512,0.090909091,0.15,0.5,0.041111111,0.1,0,0.028275463,0.736842105,1,1 +8470,1494,0.1,0.125,0,0.135659722,0,0,0.135659722,0.857142857,1,0 +8473,1543,0.25,0.041666667,0,6.94E-05,0.25,0.993592814,6.94E-05,0,1,0 +8474,1543,0.044444444,0.083333333,0,8.10E-05,0.25,0.993592814,2.31E-05,0,1,0 +8477,425,0.022727273,0.023809524,0,0.908908179,0.571428571,0,0.908908179,0,3,0 +8480,1512,0.057142857,0.1,0,0.231041667,0.1,0,0.230347222,1,1,0 +8491,525,0.025,0.047619048,0,0.73854828,0.142857143,0.993592814,0.73854828,0,7,0 +8492,525,0.075,0.142857143,0,0.964998347,0.142857143,0.993592814,0.921818783,0.916666667,7,0 +8493,122,0.028571429,0.1,0,0.760509259,0,0,0.760509259,0.947368421,1,0 +8494,1494,0.142857143,0.5,1,0.935821759,0,0,0.802453704,0.875,1,1 +8496,1494,0.033333333,0.125,0,0.979884259,0,0,0.979884259,1,1,0 +8498,139,0.333333333,0.142857143,0,0.805152778,0,0.999935281,0.805152778,1,5,0 +8500,658,0.057142857,0.023529412,0,0.00015377,0.788235294,0.993528095,4.30E-05,0,7,0 +8508,658,0.077922078,0.070588235,0,0.428330027,0.788235294,0.993528095,0.398257275,0,7,0 +8510,658,0.5,0.023529412,0,0.96874504,0.788235294,0.993528095,0.968668982,0,7,0 +8521,259,0.047619048,0.7,0.5,0.006967593,0,0,0.00693287,0.8125,7,1 +8522,1477,0.003021148,0.058823529,0,0.852958333,0,0,0.852958333,0,5,0 +8523,942,0.045454545,0.03125,0,0.680524691,0.4375,0.967640476,0.680524691,0,3,0 +8525,473,0.4,0.071428571,0,0.09099537,0.357142857,0.514607147,0.090902778,0,1,0 +8526,473,0.142857143,0.178571429,1,0.928020833,0.357142857,0.514607147,0.928020833,0.761904762,1,1 +8527,1645,0.666666667,0.142857143,0,0.071969991,0,0,0.003282272,0.5,5,0 +8532,1510,0.0625,0.333333333,0,0.766647377,0,0,0.462665895,0.923076923,3,0 +8537,38,0.235294118,0.363636364,0,0.995787037,0,0.993592814,0.981377315,1,1,0 +8538,1863,0.019607843,0.032258065,0,0.999031636,0.709677419,0.993592814,0.999031636,0,3,0 +8540,1127,0.034482759,0.047619048,0,0.196472222,0.142857143,0.993592814,0.196472222,0,5,0 +8541,1127,0.045454545,0.047619048,0,0.22194213,0.142857143,0.993592814,0.22194213,0,5,0 +8542,1127,0.038961039,0.142857143,0,0.658960648,0.142857143,0.993592814,0.658960648,0.923076923,5,0 +8543,1127,0.026086957,0.142857143,0.5,0.617715278,0.142857143,0.993592814,0.617715278,0.926829268,5,0 +8546,473,0.008695652,0.035714286,0,0.017905093,0.357142857,0.514607147,0.017905093,0,1,0 +8548,2010,0.025,0.03030303,0,0.987228836,0.454545455,0.993592814,0.987228836,0,7,0 +8551,2010,0.066666667,0.03030303,0,0.993617725,0.454545455,0.993592814,0.993617725,0,7,0 +8553,1845,0.025,0.025,0,6.17E-05,0.55,0,6.17E-05,0,3,0 +8554,1845,0.018518519,0.05,0,0.000246914,0.55,0,0.000003858,0,3,0 +8555,1845,0.052631579,0.025,0,0.060679012,0.55,0,0.060679012,0,3,0 +8557,1863,0.060606061,0.032258065,0,0.876331019,0.709677419,0.993592814,0.876257716,0,3,0 +8562,5,0.010204082,0.034482759,0,0.920902778,0.379310345,0.993592814,0.920902778,0,3,0 +8567,1863,0.028571429,0.016129032,0,0.920489969,0.709677419,0.993592814,0.920489969,0,3,0 +8568,773,0.012987013,0.047619048,0,0.156706349,0.142857143,0.993592814,0.156706349,0,7,0 +8570,1863,0.2,0.080645161,0,0.980297068,0.709677419,0.993592814,0.976080247,0,3,0 +8571,773,0.046153846,0.142857143,0,0.507248677,0.142857143,0.993592814,0.507242064,0.923076923,7,0 +8572,1863,0.025,0.016129032,0,0.958109568,0.709677419,0.993592814,0.958109568,0,3,0 +8578,1710,0.0625,0.04,0,0.049498457,0.28,0,0.049498457,0,3,0 +8579,1710,0.003021148,0.04,0,0.820285494,0.28,0,0.820285494,0,3,0 +8580,1710,0.171428571,0.24,1,0.847434414,0.28,0,0.847434414,0.857142857,3,1 +8586,1645,0.352941176,0.857142857,0.5,0.21236187,0,0,0.056282283,1,5,0 +8593,1242,0.066666667,0.2,0,0.001512346,0,0,0.000432099,0.636363636,3,0 +8596,38,0.045454545,0.181818182,0,0.992581019,0,0.993592814,0.9925,0.916666667,1,0 +8599,988,0.03125,0.034482759,0,0.750226852,0.379310345,0.999935281,0.750226852,0,5,0 +8604,963,0.012987013,0.029411765,0,0.892205688,0.470588235,0.999935281,0.892205688,0,7,0 +8605,1856,0.008695652,0.041666667,0,0.99742284,0.25,0.993528095,0.99742284,0,3,0 +8608,1581,0.033333333,0.066666667,0,0.023988095,0,0,0.023988095,0,7,0 +8609,2156,0.142857143,0.016393443,0,4.96E-06,0.704918033,0.993592814,4.96E-06,0,7,0 +8610,2156,0.086956522,0.131147541,0.5,0.309050926,0.704918033,0.993592814,1.98E-05,0.903225806,7,1 +8611,2156,0.029411765,0.049180328,0.5,1.98E-05,0.704918033,0.993592814,6.61E-06,0,7,0 +8614,2156,0.017241379,0.016393443,0,0.019656085,0.704918033,0.993592814,0.019656085,0,7,0 +8615,2156,1,0.049180328,0,0.756459987,0.704918033,0.993592814,0.756459987,0,7,0 +8622,2156,0.108695652,0.081967213,0,0.287976191,0.704918033,0.993592814,0.287959656,0,7,0 +8633,1699,0.107843137,0.523809524,1,0.002916667,0.142857143,0.993592814,0.002488426,0.888888889,1,1 +8634,1324,0.076923077,0.086956522,0,0.982978395,0.217391304,0.993592814,0.982978395,0,3,0 +8640,988,0.010416667,0.034482759,0,0.977699074,0.379310345,0.999935281,0.977699074,0,5,0 +8641,988,0.2,0.103448276,0,0.979518519,0.379310345,0.999935281,0.979502315,1,5,0 +8642,988,0,0.034482759,0,0.998766204,0.379310345,0.999935281,0.998766204,0,5,0 +8645,988,0.111111111,0.034482759,0,0.980150463,0.379310345,0.999935281,0.980150463,0,5,0 +8646,963,0.015384615,0.029411765,0,0.915415013,0.470588235,0.999935281,0.915415013,0,7,0 +8647,988,0.018867925,0.034482759,0,0.983391204,0.379310345,0.999935281,0.983391204,0,5,0 +8648,963,0.666666667,0.117647059,0.5,0.95208664,0.470588235,0.999935281,0.952045304,1,7,1 +8650,1650,0.04,0.055555556,0,5.79E-05,0,0.999935281,5.79E-05,0,1,0 +8651,1650,0.166666667,0.055555556,0,3.47E-05,0,0.999935281,3.47E-05,0,1,0 +8652,1650,0.010204082,0.055555556,0,6.94E-05,0,0.999935281,6.94E-05,0,1,0 +8653,1650,0.1,0.055555556,0,0.016030093,0,0.999935281,0.016030093,0,1,0 +8656,176,0.111111111,0.071428571,0,0.10929784,0,0,0.10929784,0,3,0 +8657,78,1,0.3,0,0.892831019,0,0.993528095,0.892825232,1,10,1 +8658,78,0.018518519,0.1,0,0.911270833,0,0.993528095,0.911270833,0.95,10,0 +8660,1271,0.1,0.041666667,0,0.000138889,0.25,0,0.000138889,0,1,0 +8661,301,0.195652174,0.5625,1,0.816118056,0.4375,0.993592814,0.815949074,0.903225806,5,1 +8668,78,0.027027027,0.1,0,3.47E-06,0,0.993528095,3.47E-06,0.777777778,10,0 +8669,78,0.02173913,0.1,0,6.94E-06,0,0.993528095,6.94E-06,0.941176471,10,0 +8670,1780,0.028571429,0.055555556,0,0.491268519,0,0,0.491268519,0,10,0 +8673,1575,0.5,0.125,0,0.934791667,0,0.993592814,0.934791667,1,1,0 +8674,1780,0.066666667,0.055555556,0,0.672243056,0,0,0.672243056,0,10,0 +8675,1780,0.117647059,0.222222222,0.5,0.668439815,0,0,0.668429398,1,10,0 +8678,1780,0.05,0.111111111,0,0.708736111,0,0,0.708736111,1,10,0 +8680,1809,0.011627907,0.1,0,0.247111442,0,0,0.247111442,0.857142857,7,0 +8681,1809,0.052631579,0.1,0,0.004499008,0,0,0.004499008,0.727272727,7,0 +8682,1809,0.25,0.1,0,0.311732804,0,0,0.311732804,0.666666667,7,0 +8683,1809,0.115384615,0.3,0,0.622972884,0,0,0.560950728,0.916666667,7,0 +8684,1271,0.074074074,0.083333333,0,0.000555556,0.25,0,0.000555556,0,1,0 +8685,1809,0.222222222,0.4,0,0.819991733,0,0,0.622681878,1,7,0 +8686,1271,0.142857143,0.041666667,0,0.119143519,0.25,0,0.119143519,0,1,0 +8696,2443,0.043478261,0.166666667,0,6.94E-06,0,0,6.94E-06,0.882352941,5,0 +8697,2443,0.166666667,0.166666667,0,0.034930556,0,0,0.034930556,0.666666667,5,0 +8698,369,0.018518519,0.055555556,0,0.450061177,0,0,0.450061177,0,7,0 +8699,2443,0.083333333,0.166666667,0,0.615993056,0,0,0.615993056,1,5,0 +8700,369,0.020408163,0.055555556,0,0.621387235,0,0,0.621387236,0,7,0 +8704,912,0.015384615,0.2,0,0.000007716,0,0,0.000007716,0.782608696,3,0 +8705,912,0.024590164,0.6,0,0.000127315,0,0,4.24E-05,0.976744186,3,0 +8708,78,0.166666667,0.1,0,0.977775463,0,0.993528095,0.977775463,1,10,0 +8709,78,0.014084507,0.1,0,0.982091435,0,0.993528095,0.982091435,0.933333333,10,0 +8711,1341,0.033333333,0.047619048,0,0.317700617,0.142857143,0.993592814,0.317700617,0,3,0 +8713,403,0.022727273,0.058823529,0,1.16E-05,0,0.993592814,1.16E-05,0,7,0 +8714,403,0.071428571,0.058823529,0,1.82E-05,0,0.993592814,1.82E-05,0,7,0 +8715,403,0.315789474,0.352941176,0.5,0.136974206,0,0.993592814,0.008654101,1,7,1 +8717,78,0.038461538,0.1,0,0.511914352,0,0.993528095,0.511914352,0.8,10,0 +8718,1650,0.125,0.055555556,0,0.819699074,0,0.999935281,0.819699074,0,1,0 +8721,1650,0.086956522,0.111111111,0,0.518368056,0,0.999935281,0.518298611,1,1,0 +8723,301,0.1,0.03125,0,0.827592593,0.4375,0.993592814,0.827592593,0,5,0 +8724,301,0.15,0.09375,0.5,0.941050926,0.4375,0.993592814,0.941043982,0,5,0 +8726,1650,0.046153846,0.166666667,0.5,0.752800926,0,0.999935281,0.751990741,0.916666667,1,1 +8728,1341,0.260869565,0.285714286,1,0.901091821,0.142857143,0.993592814,0.901060957,0.8,3,1 +8731,1341,0.009803922,0.047619048,0,0.983811728,0.142857143,0.993592814,0.983811728,0,3,0 +8733,32,0.117021277,0.20754717,0.5,0.998930556,0.660377358,0.999935281,0.998930556,0.806451613,5,1 +8737,1936,0.222222222,0.043478261,0,0.112997685,0.608695652,0.993592814,0.111122685,0,1,0 +8739,1936,0.02,0.043478261,0,0.1115625,0.608695652,0.993592814,0.1115625,0,1,0 +8740,1936,0.4,0.043478261,0,0.195671296,0.608695652,0.993592814,0.195532407,0,1,0 +8747,281,0.043478261,0.2,0,9.26E-06,0,0,9.26E-06,0.8,5,0 +8748,32,0.142857143,0.018867925,0,5.56E-05,0.660377358,0.999935281,5.56E-05,0,5,0 +8749,32,0.1,0.018867925,0,4.63E-06,0.660377358,0.999935281,4.63E-06,0,5,0 +8750,32,0.043478261,0.018867925,0,0.001372685,0.660377358,0.999935281,0.001372685,0,5,0 +8751,32,0.142857143,0.018867925,0,0.002002315,0.660377358,0.999935281,0.002002315,0,5,0 +8752,966,0.018518519,0.015873016,0,0.696582341,0.714285714,0.993592814,0.696582341,0,7,0 +8756,966,0.025641026,0.015873016,0,0.743703704,0.714285714,0.993592814,0.743703704,0,7,0 +8761,2453,0.076923077,0.083333333,0,0.992291667,0.25,0.993592814,0.992141204,0,1,0 +8766,2304,0.066666667,0.037037037,0,0.925592593,0.333333333,0.54696667,0.925592593,0,5,0 +8768,2304,0.015384615,0.037037037,0,0.976020833,0.333333333,0.54696667,0.976020833,0,5,0 +8770,198,0.266666667,0.086956522,0,0.638136574,0.608695652,0.993592814,0.637847222,0,1,0 +8772,198,0.066666667,0.02173913,0,0.000428241,0.608695652,0.993592814,0.000428241,0,1,0 +8773,198,0.063492063,0.086956522,0.5,0.757395833,0.608695652,0.993592814,0.750266204,0,1,0 +8774,198,0.065217391,0.065217391,0,0.283125,0.608695652,0.993592814,0.020729167,0,1,0 +8776,198,0.333333333,0.02173913,0,0.030706019,0.608695652,0.993592814,0.030706019,0,1,0 +8777,198,0.03125,0.02173913,0,0.031678241,0.608695652,0.993592814,0.031678241,0,1,0 +8778,1721,0.117647059,0.2,0,0.164935516,0,0,0.164917328,0.888888889,7,0 +8780,1721,0.055555556,0.1,0,0.495330688,0,0,0.495330688,1,7,0 +8781,1534,0.022727273,0.05,0,0.993263889,0.1,0,0.993263889,0,1,0 +8782,83,0.027777778,0.023255814,0,0.56749537,0.581395349,0.993592814,0.56749537,0,5,0 +8788,919,0.2,0.018867925,0,0.949383267,0.660377358,0.993592814,0.949383267,0,7,0 +8790,919,0.018518519,0.018867925,0,0.979685847,0.660377358,0.993592814,0.979685847,0,7,0 +8798,1000,0.5,0.136363636,0.5,0.004108796,0.181818182,0,0.000543982,0.666666667,1,1 +8803,1000,0,0.045454545,0,0.023287037,0.181818182,0,0.023287037,0,1,0 +8804,1000,0.048387097,0.136363636,0,0.029988426,0.181818182,0,0.010949074,0.75,1,0 +8806,1000,0.130434783,0.136363636,0,0.789837963,0.181818182,0,0.071006944,0.666666667,1,0 +8807,281,0.25,0.2,0,0.013428241,0,0,0.013428241,1,5,0 +8809,1987,0.083333333,0.090909091,0,0.124155093,0,0,0.124155093,0,7,0 +8810,281,0.0625,0.4,0,0.005599537,0,0,0.005439815,0.8125,5,0 +8814,281,0.333333333,0.2,0,0.433752315,0,0,0.433752315,1,5,0 +8815,1987,0.064814815,0.636363636,1,0.953022487,0,0,0.02520668,0.821428571,7,1 +8818,381,0.045454545,0.058823529,0,0.001185792,0,0.993592814,0.001185792,0,3,0 +8819,381,0.022222222,0.058823529,0,0.00153075,0,0.993592814,0.00153075,0,3,0 +8820,381,0.045454545,0.058823529,0,0.30147146,0,0.993592814,0.30147146,0,3,0 +8823,2457,0.117647059,0.051282051,0,1.85E-05,0.538461538,0.999935281,1.16E-05,0,10,0 +8825,2457,0.2,0.025641026,0,0.000586806,0.538461538,0.999935281,0.000586806,0,10,0 +8826,1230,0.009803922,0.029411765,0,0.315687831,0.470588235,0.676404764,0.315687831,0,7,0 +8827,2457,0.058823529,0.025641026,0,0.001128472,0.538461538,0.999935281,0.001128472,0,10,0 +8828,2457,0.083333333,0.051282051,0,0.001946759,0.538461538,0.999935281,0.001934028,0,10,0 +8830,1230,0.333333333,0.029411765,0,0.469075728,0.470588235,0.676404764,0.469075728,0,7,0 +8831,1230,0.137931034,0.117647059,0,0.506911376,0.470588235,0.676404764,0.506899802,0.823529412,7,0 +8833,1889,0.090909091,0.142857143,0,0.00052662,0,0,0.00052662,0.8,10,0 +8835,1889,0.037037037,0.285714286,0,0.217202546,0,0,0.217202546,0.806451613,10,0 +8838,1321,0.3,0.109090909,0,0.968844246,0.672727273,0.993592814,0.968837632,1,7,0 +8840,1321,0.044444444,0.036363636,0,0.987248677,0.672727273,0.993592814,0.98724041,0,7,0 +8842,594,0.085714286,0.090909091,0,0.021157407,0.454545455,0.999935281,0.021157407,0,1,0 +8844,1321,0.058823529,0.018181818,0,0.994441138,0.672727273,0.993592814,0.994441138,0,7,0 +8845,594,0.055555556,0.03030303,0,8.10E-05,0.454545455,0.999935281,8.10E-05,0,1,0 +8846,594,0.011235955,0.03030303,0,0.000115741,0.454545455,0.999935281,0.000115741,0,1,0 +8849,1991,0.142857143,0.035714286,0,0.212758488,0.357142857,0.993592814,0.212758488,0,3,0 +8851,1187,0.069767442,0.375,0.5,0.007534722,0,0,0.007511574,0.866666667,5,0 +8855,319,0.030769231,0.133333333,0,0.000902778,0,0,0.000543982,0.916666667,1,0 +8856,319,0.333333333,0.133333333,0,0.331701389,0,0,0.267025463,0.5,1,0 +8858,319,0.171428571,0.4,0.5,0.352824074,0,0,0.325277778,0.857142857,1,1 +8862,319,0.090909091,0.066666667,0,0.375439815,0,0,0.375439815,0,1,0 +8863,2457,0.074074074,0.205128205,0,0.664208333,0.538461538,0.999935281,0.364768519,0.821428571,10,0 +8866,2457,0.026315789,0.025641026,0,0.106918982,0.538461538,0.999935281,0.106918982,0,10,0 +8872,2000,0.016528926,0.068965517,0,0.998664352,0.379310345,0.999935281,0.998641204,0,5,0 +8873,2000,0.181818182,0.068965517,0,0.999395833,0.379310345,0.999935281,0.998611111,0,5,0 +8876,2000,0.1,0.206896552,0,0.999349537,0.379310345,0.999935281,0.999349537,0.866666667,5,0 +8881,594,0,0.03030303,0,0.000555556,0.454545455,0.999935281,0.000555556,0,1,0 +8887,594,0.571428571,0.121212121,0,0.008888889,0.454545455,0.999935281,0.000983796,0.666666667,1,0 +8891,1230,0.153846154,0.117647059,0,0.582326389,0.470588235,0.676404764,0.510085979,0.8,7,0 +8893,1230,1,0.058823529,0,0.685886243,0.470588235,0.676404764,0.685886243,0,7,0 +8897,1230,0.2,0.029411765,0,0.666569114,0.470588235,0.676404764,0.666569114,0,7,0 +8898,1321,0.015384615,0.018181818,0,0.868411045,0.672727273,0.993592814,0.868411045,0,7,0 +8899,1230,0.142857143,0.029411765,0,0.745927579,0.470588235,0.676404764,0.745927579,0,7,0 +8900,1321,0.014925373,0.018181818,0,0.886276455,0.672727273,0.993592814,0.886276455,0,7,0 +8901,1321,0.684210526,0.236363636,1,0.992776124,0.672727273,0.993592814,0.872306548,1,7,1 +8906,555,0.25,0.25,0,0.625132275,0,0,0.625122355,0.75,7,0 +8908,1703,0.064935065,0.111111111,0,0.57810571,0.6,0.993592814,0.57810571,0.774193548,3,0 +8911,1771,0.090909091,0.058823529,0,0.074403109,0,0.993528095,0.074403109,0,7,0 +8913,735,0.02173913,0.2,0,0.875666667,0,0,0.875666667,0.833333333,5,0 +8914,1969,0.076923077,0.028571429,0,0.441493056,0.485714286,0.993592814,0.441493056,0,1,0 +8915,1969,0.090909091,0.028571429,0,0.501493056,0.485714286,0.993592814,0.501493056,0,1,0 +8919,531,0.266666667,0.16,0.5,0.024641204,0.28,0.999935281,0.000941358,1,3,0 +8920,531,0.032786885,0.08,0,0.03568287,0.28,0.999935281,0.009891975,0,3,0 +8924,531,0.027027027,0.04,0,0.249398148,0.28,0.999935281,0.249398148,0,3,0 +8930,1635,0.151515152,0.087719298,0,0.005949074,0.684210526,0.993592814,8.10E-05,0,1,0 +8936,667,0.012987013,0.032258065,0,8.27E-06,0.419354839,0.993592814,8.27E-06,0,7,0 +8937,667,0.055555556,0.032258065,0,4.96E-06,0.419354839,0.993592814,4.96E-06,0,7,0 +8940,667,0.009803922,0.032258065,0,0.000196759,0.419354839,0.993592814,0.000196759,0,7,0 +8941,748,0.142857143,0.083333333,0,0.001114969,0,0,0.001114969,0,3,0 +8945,748,0.1,0.166666667,0,0.001334877,0,0,0.001334877,1,3,0 +8947,499,0.06,0.065217391,0,0.890671296,0.608695652,0.993592814,0.890671296,0,1,0 +8948,748,0.166666667,0.083333333,0,0.007573303,0,0,0.007573303,0,3,0 +8953,499,0.2,0.02173913,0,0.995266204,0.608695652,0.993592814,0.995266204,0,1,0 +8955,1403,0.5,0.0625,0,0.013100198,0,0,0.013100198,0,7,0 +8958,1635,0.181818182,0.070175439,0,0.011643519,0.684210526,0.993592814,5.79E-05,0,1,0 +8964,1635,0.095238095,0.035087719,0,0.005949074,0.684210526,0.993592814,0.005590278,0,1,0 +8966,1969,0.086956522,0.057142857,0,0.539722222,0.485714286,0.993592814,0.539664352,0,1,0 +8969,1969,0.333333333,0.057142857,0,0.63818287,0.485714286,0.993592814,0.638020833,0,1,0 +8971,1969,0.05,0.028571429,0,0.662789352,0.485714286,0.993592814,0.662789352,0,1,0 +8973,1969,0.0125,0.028571429,0,0.851400463,0.485714286,0.993592814,0.851400463,0,1,0 +8974,1969,0.038461538,0.028571429,0,0.898460648,0.485714286,0.993592814,0.898460648,0,1,0 +8975,384,0.008196721,0.047619048,0,0.022752976,0.142857143,0.993592814,0.022752976,0,7,0 +8976,384,0.125,0.095238095,0,0.035155423,0.142857143,0.993592814,0.03514881,0,7,0 +8978,384,0.006042296,0.095238095,0,0.048599537,0.142857143,0.993592814,0.048569775,0,7,0 +8979,1086,0.009259259,0.055555556,0,0.525366512,0,0,0.525366512,0,3,0 +8981,667,0.010416667,0.032258065,0,0.977652116,0.419354839,0.993592814,0.977652116,0,7,0 +8982,1718,0.052631579,0.166666667,0,0.977174273,0,0,0.977174273,0.714285714,7,0 +8986,1635,0.166666667,0.01754386,0,0.880694444,0.684210526,0.993592814,0.880694444,0,1,0 +8989,2422,0.0625,0.111111111,0,0.000259259,0,0,0.000259259,0.875,5,0 +8991,2422,0.037037037,0.111111111,0,0.015361111,0,0,0.015361111,1,5,0 +8993,1415,0.15,0.069767442,0,0.726727844,0.581395349,0.993528095,0.307375992,0,7,0 +8994,1415,0.714285714,0.11627907,0,0.004312169,0.581395349,0.993528095,0.002091601,1,7,0 +8997,2233,0.142857143,0.128205128,0,0.426111111,0.538461538,0.993592814,0.426111111,0.736842105,1,0 +9001,2433,0.230769231,0.176470588,0,0.584442791,0,0,0.006142527,1,7,0 +9003,2433,0.333333333,0.235294118,0,0.308209325,0,0,0.093950066,1,7,0 +9005,2115,0.083333333,0.136363636,0.5,0.236724537,0.181818182,0.993592814,0.236693673,0.818181818,3,0 +9012,2115,0.130434783,0.136363636,0,0.939220679,0.181818182,0.993592814,0.320736883,1,3,0 +9013,1415,0.018867925,0.023255814,0,0.547633929,0.581395349,0.993528095,0.547633929,0,7,0 +9014,1415,0.08,0.093023256,1,0.675664683,0.581395349,0.993528095,0.675649802,0,7,0 +9018,1415,0.03030303,0.023255814,0,0.675940807,0.581395349,0.993528095,0.675940807,0,7,0 +9019,1415,0.125,0.023255814,0,0.709292328,0.581395349,0.993528095,0.709292328,0,7,0 +9020,1415,0.052631579,0.023255814,0,0.740381944,0.581395349,0.993528095,0.740381944,0,7,0 +9021,2115,0.05,0.090909091,0,0.448742284,0.181818182,0.993592814,0.448722994,0,3,0 +9022,1415,1,0.11627907,1,0.879452712,0.581395349,0.993528095,0.879437831,1,7,1 +9024,1415,0.125,0.279069767,1,0.98755291,0.581395349,0.993528095,0.943973214,1,7,1 +9029,54,0.3,0.09375,0.5,0.998493717,0.4375,0.993528095,0.998462302,0,7,0 +9033,1472,0.113207547,0.428571429,0,0.003614969,0,0,0.003402778,0.857142857,3,0 +9037,254,0.047619048,0.071428571,0,4.96E-06,0,0,4.96E-06,0,7,0 +9039,254,0.133333333,0.142857143,0,0.092733135,0,0,0.092733135,1,7,0 +9042,2233,0.166666667,0.025641026,0,0.201157407,0.538461538,0.993592814,0.201157407,0,1,0 +9045,2233,0,0.025641026,0,0.236840278,0.538461538,0.993592814,0.236840278,0,1,0 +9047,2433,0.011235955,0.058823529,0,0.461934524,0,0,0.461934524,0,7,0 +9049,2433,0.228571429,0.470588235,0.5,0.592342923,0,0,1.65E-06,0.769230769,7,1 +9050,2433,0.142857143,0.058823529,0,0.944406415,0,0,0.944406415,0,7,0 +9051,2115,0.029411765,0.045454545,0,0.578630401,0.181818182,0.993592814,0.578630401,0,3,0 +9052,2115,0.090909091,0.045454545,0,0.666500772,0.181818182,0.993592814,0.666500772,0,3,0 +9053,2115,0.029411765,0.045454545,0,0.781813272,0.181818182,0.993592814,0.781813272,0,3,0 +9054,36,0.044776119,0.3,0,0.271583995,0,0,2.48E-05,0.806451613,7,0 +9056,36,0.027027027,0.1,0,0.044102183,0,0,0.044102183,0.933333333,7,0 +9058,36,0.166666667,0.1,0,0.455398479,0,0,0.455398479,1,7,0 +9060,2008,0,0.058823529,0,0.384112654,0,0,0.384112654,0,3,0 +9062,2008,0.0625,0.058823529,0,0.546890432,0,0,0.546890432,0,3,0 +9063,2008,0.2,0.235294118,0,0.602797068,0,0,0.365482253,0.916666667,3,0 +9064,2008,0.1,0.058823529,0,0.60152392,0,0,0.60152392,0,3,0 +9066,54,1,0.0625,0,0.451431878,0.4375,0.993528095,0.451425265,0,7,0 +9067,54,0.009063444,0.09375,0,0.67389881,0.4375,0.993528095,0.439806548,0,7,0 +9068,54,0.013605442,0.0625,0,0.763581349,0.4375,0.993528095,0.763574736,0,7,0 +9072,54,0.136363636,0.09375,0,0.842423942,0.4375,0.993528095,0.842414021,0,7,0 +9073,54,0.090909091,0.21875,0.5,0.965041336,0.4375,0.993528095,0.18323578,0.833333333,7,1 +9077,2115,0.3,0.272727273,1,0.788213735,0.181818182,0.993592814,0.788113426,1,3,1 +9080,2008,0.012987013,0.058823529,0,0.658715278,0,0,0.658715278,0,3,0 +9082,658,0.125,0.023529412,0,0.682847222,0.788235294,0.993528095,0.682840609,0,7,0 +9084,658,0.024691358,0.023529412,0,0.689938823,0.788235294,0.993528095,0.689862765,0,7,0 +9086,2080,0.0625,0.2,0,0.000104167,0,0,0.000104167,0.9,1,0 +9087,2080,0.166666667,0.2,0,0.657581019,0,0,0.657581019,0.8,1,0 +9088,2080,0.041666667,0.2,0,0.909675926,0,0,0.909675926,0.842105263,1,0 +9091,525,0.142857143,0.047619048,0,0.922726521,0.142857143,0.993592814,0.922726521,0,7,0 +9092,1512,0.363636364,0.2,0.5,0.088518519,0.1,0,0.087141204,0.833333333,1,1 +9094,525,0.0625,0.095238095,0,0.92646164,0.142857143,0.993592814,0.92645668,0,7,0 +9095,1512,0.045454545,0.05,0,0.40037037,0.1,0,0.40037037,0,1,0 +9096,1512,0.05,0.05,0,0.933993056,0.1,0,0.933993056,0,1,0 +9097,1512,0.01,0.05,0,0.838449074,0.1,0,0.838449074,0,1,0 +9098,1512,0.333333333,0.15,0,0.000150463,0.1,0,6.94E-05,0.666666667,1,0 +9102,425,0.083333333,0.047619048,0,0.000435957,0.571428571,0,0.000146605,0,3,0 +9105,425,0.269230769,0.166666667,0,0.504409722,0.571428571,0,0.234544753,0.8,3,0 +9106,425,0.023255814,0.023809524,0,0.186747685,0.571428571,0,0.186747685,0,3,0 +9107,425,0.06779661,0.095238095,1,0.980513117,0.571428571,0,0.980459105,0,3,0 +9109,425,0.076923077,0.023809524,0,0.990960648,0.571428571,0,0.990960648,0,3,0 +9110,1997,0.066666667,0.0625,0,0.000663029,0.4375,0,0.000663029,0,7,0 +9112,1997,0.057142857,0.0625,0,0.034971892,0.4375,0,0.034882606,0,7,0 +9113,1997,0.5,0.09375,0,0.011390542,0.4375,0,0.000476191,0,7,0 +9114,1997,0.25,0.03125,0,0.033348214,0.4375,0,0.033348214,0,7,0 +9115,1997,0.028571429,0.03125,0,0.052142857,0.4375,0,0.052142857,0,7,0 +9120,658,0.016393443,0.023529412,0,0.004332011,0.788235294,0.993528095,0.004312169,0,7,0 +9126,390,0.037037037,0.181818182,0,0.689621914,0,0.993592814,0.382943673,0.806451613,3,0 +9127,390,0.1,0.090909091,0,0.775424383,0,0.993592814,0.775424383,0,3,0 +9128,757,0.019230769,0.142857143,0,0.041388889,0,0,0.041388889,0.76,3,0 +9129,757,0.026315789,0.142857143,0,0.000007716,0,0,0.000007716,0.923076923,3,0 +9130,757,0.086956522,0.285714286,0,0.002993827,0,0,0.002993827,0.882352941,3,0 +9132,1543,0.022727273,0.041666667,0,6.94E-05,0.25,0.993592814,6.94E-05,0,1,0 +9133,1543,0.134615385,0.291666667,0.5,0.995914352,0.25,0.993592814,0.993657407,0.76,1,1 +9136,2348,0,0.037037037,0,0.747840609,0.333333333,0.514607147,0.747840609,0,7,0 +9137,2348,0.053191489,0.185185185,0,0.806028439,0.333333333,0.514607147,0.690395172,0.884615385,7,0 +9139,139,0.090909091,0.071428571,0,0.940835648,0,0.999935281,0.940835648,0,5,0 +9140,139,0.555555556,0.357142857,0.5,0.909488426,0,0.999935281,0.907997685,1,5,1 +9141,2348,0.058823529,0.037037037,0,0.766972553,0.333333333,0.514607147,0.766972553,0,7,0 +9145,1997,0.092592593,0.15625,0,0.872992725,0.4375,0,0.872953042,1,7,0 +9146,1997,0.076923077,0.03125,0,0.901087963,0.4375,0,0.901087963,0,7,0 +9150,425,0.008403361,0.023809524,0,0.558634259,0.571428571,0,0.558634259,0,3,0 +9152,425,0.076923077,0.047619048,0,0.602415124,0.571428571,0,0.602415124,0,3,0 +9154,425,0.057142857,0.047619048,0,0.656566358,0.571428571,0,0.656566358,0,3,0 +9156,1980,0.5,0.040816327,0,0.000014881,0.632653061,0.993592814,1.65E-06,0,7,0 +9159,2311,0.111111111,0.071428571,0,0.006005291,0,0,0.006005291,0,7,0 +9160,2311,0.25,0.071428571,0,0.008429233,0,0,0.008429233,0,7,0 +9161,2311,0.01510574,0.357142857,1,0.038348214,0,0,0.038318452,0.848214286,7,1 +9162,2311,0.028571429,0.071428571,0,0.084747024,0,0,0.084747024,0,7,0 +9164,2348,0.111111111,0.074074074,0,0.140044643,0.333333333,0.514607147,0.01786045,0,7,0 +9174,2531,0.125,0.045454545,0,0.034310516,0.590909091,0,0.033693783,0,7,0 +9175,2531,0.173913043,0.090909091,0.5,0.000590278,0.590909091,0,4.96E-06,0,7,0 +9177,2531,0.04,0.022727273,0,0.001636905,0.590909091,0,0.001636905,0,7,0 +9178,2531,0.057142857,0.045454545,0,0.046362434,0.590909091,0,0.046311177,0,7,0 +9179,138,0.028571429,0.055555556,0,0.001319444,0,0,0.001319444,0,1,0 +9186,473,0.142857143,0.071428571,0,0.1725,0.357142857,0.514607147,0.172372685,0,1,0 +9188,773,0.115384615,0.142857143,0.5,0.454961971,0.142857143,0.993592814,0.454948743,0.916666667,7,1 +9191,1863,0.010869565,0.016129032,0,0.96148534,0.709677419,0.993592814,0.96148534,0,3,0 +9193,1863,0.227272727,0.080645161,0,0.967758488,0.709677419,0.993592814,0.967758488,0,3,0 +9196,773,0.166666667,0.047619048,0,0.675621693,0.142857143,0.993592814,0.675621693,0,7,0 +9203,1478,0.013333333,0.066666667,0,0.9988125,0,0,0.9988125,0,5,0 +9204,138,0.083333333,0.222222222,1,0.001631944,0,0,0.000671296,0.789473684,1,1 +9208,2531,0.25,0.045454545,0,0.687217262,0.590909091,0,0.687207341,0,7,0 +9213,1360,0.012987013,0.090909091,0,1.98E-05,0,0,1.98E-05,0,7,0 +9214,1360,0.136363636,0.272727273,0.5,0.014970238,0,0,0.014933862,1,7,1 +9217,1360,0.008695652,0.090909091,0,0.380997024,0,0,0.380997024,0,7,0 +9219,138,0.006802721,0.055555556,0,0.001851852,0,0,0.001851852,0,1,0 +9220,138,0.048780488,0.111111111,0,0.022361111,0,0,5.79E-05,1,1,0 +9221,138,0.025,0.055555556,0,0.209918982,0,0,0.209918982,0,1,0 +9222,1242,0.019607843,0.2,0,0.381805556,0,0,0.381805556,0.888888889,3,0 +9223,1242,0.045454545,0.1,0,0.005408951,0,0,0.005408951,0.777777778,3,0 +9224,1242,0,0.1,0,0.008487654,0,0,0.008487654,1,3,0 +9225,1242,0.025,0.2,0,0.063923611,0,0,0.007457562,0.954545455,3,0 +9229,1242,0.133333333,0.2,0,0.628854167,0,0,0.108468364,1,3,0 +9230,473,0.020833333,0.035714286,0,0.207905093,0.357142857,0.514607147,0.207905093,0,1,0 +9231,473,0.222222222,0.071428571,0,0.330787037,0.357142857,0.514607147,0.330787037,0,1,0 +9234,2492,0.014492754,0.083333333,0,0.747472994,0.25,0,0.747472994,0,3,0 +9235,963,0.333333333,0.029411765,0,0.966813823,0.470588235,0.999935281,0.966813823,0,7,0 +9238,2492,0.222222222,0.416666667,0.5,0.624382716,0.25,0,0.31158179,0.818181818,3,0 +9240,1524,0.5,0.333333333,0,0.010941358,0,0,0.010941358,1,3,0 +9241,1524,0.047619048,0.166666667,0,0.044278549,0,0,0.044278549,0.888888889,3,0 +9251,1781,0.25,0.066666667,0,0.000104167,0,0.993592814,0.000104167,0,1,0 +9252,2160,0.008695652,0.038461538,0,0.368878968,0.307692308,0,0.368878968,0,7,0 +9253,1781,0.028571429,0.066666667,0,0.1034375,0,0.993592814,0.1034375,0,1,0 +9256,2160,0.142857143,0.192307692,0,0.705205027,0.307692308,0,0.133361442,1,7,0 +9257,2160,0.038461538,0.038461538,0,0.606365741,0.307692308,0,0.606365741,0,7,0 +9258,2160,0.06185567,0.230769231,1,0.844231151,0.307692308,0,0.600540675,0.75,7,1 +9262,2156,0.217687075,0.524590164,1,0.950084325,0.704918033,0.993592814,0.907465278,0.8125,7,1 +9264,988,0.035087719,0.068965517,0,0.780590278,0.379310345,0.999935281,0.685986111,0,5,0 +9268,1581,0.2,0.066666667,0,0.058075397,0,0,0.058075397,0,7,0 +9272,1581,0.066666667,0.133333333,0,0.223969907,0,0,0.120481151,1,7,0 +9278,1581,0.040983607,0.333333333,0,0.404770172,0,0,0.40145668,0.9,7,0 +9281,988,0.018518519,0.034482759,0,0.984907407,0.379310345,0.999935281,0.984907407,0,5,0 +9282,988,0.272727273,0.103448276,0.5,0.993828704,0.379310345,0.999935281,0.993743056,1,5,1 +9285,988,0.666666667,0.206896552,0.5,0.998537037,0.379310345,0.999935281,0.998518519,1,5,1 +9288,988,0.055555556,0.034482759,0,0.998171296,0.379310345,0.999935281,0.998171296,0,5,0 +9290,463,0.347826087,0.470588235,1,0.277341821,0,0,0.001936728,1,3,1 +9291,463,0.027210884,0.235294118,0,0.408765432,0,0,0.332893519,0.8125,3,0 +9294,463,0.016129032,0.058823529,0,0.368626543,0,0,0.368626543,0,3,0 +9297,2156,0.016129032,0.016393443,0,0.98379795,0.704918033,0.993592814,0.98379795,0,7,0 +9298,627,0.2,0.111111111,0,0.05505787,0,0,0.05505787,0.666666667,1,0 +9299,627,0.333333333,0.222222222,0,0.975798611,0,0,0.975706019,1,1,0 +9300,627,0.038461538,0.111111111,0,0.979525463,0,0,0.979525463,0.933333333,1,0 +9302,470,0.083333333,0.142857143,0,0.268098545,0,0,0.268098545,1,7,0 +9303,470,0.166666667,0.142857143,0,0.985410053,0,0,0.985410053,1,7,0 +9306,2156,0.037037037,0.032786885,0,0.903483796,0.704918033,0.993592814,0.903483796,0,7,0 +9307,1631,0.088888889,0.173913043,0,0.885416667,0.217391304,0.993592814,0.885104167,0.833333333,1,0 +9308,1631,0.0625,0.086956522,0,0.968877315,0.217391304,0.993592814,0.968773148,0,1,0 +9310,1631,0.010416667,0.043478261,0,0.998032407,0.217391304,0.993592814,0.998032407,0,1,0 +9312,1749,0.142857143,0.032258065,0,0.957909722,0.419354839,0.999935281,0.957909722,0,5,0 +9320,1699,0.015384615,0.047619048,0,1.16E-05,0.142857143,0.993592814,1.16E-05,0,1,0 +9321,1650,0.083333333,0.111111111,0,0.815335648,0,0.999935281,0.815277778,0.842105263,1,0 +9323,1650,0.1,0.055555556,0,0.819548611,0,0.999935281,0.819548611,0,1,0 +9324,1650,0.25,0.055555556,0,0.938159722,0,0.999935281,0.938159722,0,1,0 +9325,78,0.04,0.1,0,0.991369213,0,0.993528095,0.991369213,0.944444444,10,0 +9326,912,0.166666667,0.2,0,0.004814815,0,0,0.004814815,0.666666667,3,0 +9329,1271,0.025,0.041666667,0,0.348252315,0.25,0,0.348252315,0,1,0 +9330,1271,0.076923077,0.208333333,0.5,0.818553241,0.25,0,0.062118056,0.916666667,1,1 +9334,301,0.086956522,0.0625,0,0.024564815,0.4375,0.993592814,0.000025463,0,5,0 +9336,301,0.6,0.09375,0,0.358013889,0.4375,0.993592814,0.199481482,0,5,0 +9337,2450,0.142857143,0.125,0,0.013113426,0,0.993592814,0.01275463,0.857142857,1,0 +9338,2450,0.058823529,0.0625,0,0.028969907,0,0.993592814,0.028969907,0,1,0 +9343,2450,0.5,0.125,0,0.267974537,0,0.993592814,0.267974537,1,1,0 +9344,2450,0.375,0.375,1,0.446423611,0,0.993592814,0.175347222,0.875,1,1 +9345,2450,0.25,0.25,1,0.593981482,0,0.993592814,0.593877315,1,1,1 +9354,2443,0.090909091,0.166666667,0,0.732263889,0,0,0.732263889,1,5,0 +9355,2443,0.076923077,0.166666667,0,0.95687963,0,0,0.95687963,0.777777778,5,0 +9356,2443,0.166666667,0.166666667,0,0.822328704,0,0,0.822328704,1,5,0 +9357,403,0.5,0.176470588,0,0.029477513,0,0.993592814,0.008621032,1,7,0 +9359,1650,0.090909091,0.166666667,0,0.877986111,0,0.999935281,0.042314815,0.866666667,1,0 +9362,646,0,0.043478261,0,0.711570216,0.217391304,0.993592814,0.711570216,0,3,0 +9363,646,0.222222222,0.086956522,0,0.035551698,0.217391304,0.993592814,0.035470679,0,3,0 +9365,646,0.066666667,0.043478261,0,0.068005401,0.217391304,0.993592814,0.068005401,0,3,0 +9371,646,1,0.086956522,0,0.93496142,0.217391304,0.993592814,0.93492284,0,3,0 +9373,971,0.029850746,0.117647059,0,0.38099537,0,0.999935281,0.38099537,0.88,7,0 +9374,344,0.071428571,0.142857143,0,8.10E-05,0,0,8.10E-05,0.714285714,7,0 +9376,344,0.5,0.285714286,0,0.602367725,0,0,0.602367725,1,7,0 +9378,1909,0.071428571,0.166666667,0,0.028305225,0,0,0.000133929,0.9,7,0 +9380,301,0.018867925,0.03125,0,0.987377315,0.4375,0.993592814,0.987377315,0,5,0 +9382,2148,0.055555556,0.090909091,0,8.10E-05,0,0,8.10E-05,0,1,0 +9383,2148,0.026666667,0.181818182,0,0.000243056,0,0,0.000243056,0.891891892,1,0 +9386,971,0.6,0.176470588,0,0.016850198,0,0.999935281,0.008386243,0.666666667,7,0 +9388,403,0.022727273,0.058823529,0,0.959823082,0,0.993592814,0.959823082,0,7,0 +9389,403,0.384615385,0.294117647,1,0.462799273,0,0.993592814,0.462781085,1,7,1 +9394,1173,0.013333333,0.066666667,0,0.003108466,0,0,0.003108466,0,7,0 +9395,1173,0.2,0.066666667,0,0.22729828,0,0,0.22729828,0,7,0 +9404,369,0,0.055555556,0,0.706646825,0,0,0.706646825,0,7,0 +9405,369,0.016666667,0.055555556,0,0.662242064,0,0,0.662242064,0,7,0 +9406,369,0.090909091,0.111111111,0,0.840026455,0,0,0.840018188,0.928571429,7,0 +9408,412,0.2,0.076923077,0,0.562268519,0,0.999935281,0.562268519,0,1,0 +9410,1539,0.02173913,0.05,0,0.959976852,0.1,0.999935281,0.959976852,0,1,0 +9411,381,0.2,0.058823529,0,0.175852962,0,0.993592814,0.175852962,0,3,0 +9412,1987,0.033333333,0.090909091,0,0.194699074,0,0,0.194699074,0,7,0 +9413,381,0.111111111,0.058823529,0,0.277486121,0,0.993592814,0.277486121,0,3,0 +9414,1517,0.166666667,0.6,0.5,0.026190476,0,0,3.31E-06,0.666666667,7,1 +9416,381,0.008196721,0.058823529,0,0.351026788,0,0.993592814,0.351026788,0,3,0 +9417,919,0.014925373,0.018867925,0,0.991881614,0.660377358,0.993592814,0.991881614,0,7,0 +9418,32,0.041666667,0.037735849,0,0.043291667,0.660377358,0.999935281,0.042275463,0,5,0 +9421,1936,0.003021148,0.02173913,0,0.316863426,0.608695652,0.993592814,0.316863426,0,1,0 +9422,1936,0,0.02173913,0,0.241296296,0.608695652,0.993592814,0.241296296,0,1,0 +9423,1936,0.034482759,0.02173913,0,0.284594907,0.608695652,0.993592814,0.284594907,0,1,0 +9427,1721,0.161290323,0.5,0,0.925295966,0,0,0.06422123,0.857142857,7,0 +9428,2304,0.025974026,0.074074074,0,0.997212963,0.333333333,0.54696667,0.995400463,0,5,0 +9432,1517,0.090909091,0.2,0,0.055439815,0,0,0.055439815,0.833333333,7,0 +9433,1517,0.058823529,0.2,0,0.247466931,0,0,0.247466931,0.6,7,0 +9434,919,0.12,0.056603774,0,0.343627646,0.660377358,0.993592814,0.231068122,0,7,0 +9435,919,0.090909091,0.018867925,0,0.237094907,0.660377358,0.993592814,0.237094907,0,7,0 +9438,919,0.025641026,0.018867925,0,0.298000992,0.660377358,0.993592814,0.298000992,0,7,0 +9439,919,0.008695652,0.018867925,0,0.570196759,0.660377358,0.993592814,0.570196759,0,7,0 +9441,83,0.142857143,0.023255814,0,0.845865741,0.581395349,0.993592814,0.845865741,0,5,0 +9442,83,0.3,0.279069767,1,0.886740741,0.581395349,0.993592814,0.886729167,1,5,1 +9443,198,0.142857143,0.02173913,0,0.068483796,0.608695652,0.993592814,0.068483796,0,1,0 +9446,32,0.045454545,0.018867925,0,0.070787037,0.660377358,0.999935281,0.070787037,0,5,0 +9448,32,0.333333333,0.018867925,0,0.090564815,0.660377358,0.999935281,0.090564815,0,5,0 +9449,32,1,0.113207547,0,0.07537037,0.660377358,0.999935281,0.037263889,1,5,0 +9450,32,0.142857143,0.037735849,0,0.092337963,0.660377358,0.999935281,0.092321759,0,5,0 +9451,32,0.28,0.132075472,0.5,0.189685185,0.660377358,0.999935281,0.156944444,0.8,5,0 +9461,198,0.125,0.108695652,0,0.968900463,0.608695652,0.993592814,0.788263889,1,1,0 +9462,198,0.375,0.065217391,0,0.792638889,0.608695652,0.993592814,0.792638889,0,1,0 +9464,83,0.090909091,0.023255814,0,0.964131944,0.581395349,0.993592814,0.964131944,0,5,0 +9469,919,0.020408163,0.018867925,0,0.004373347,0.660377358,0.993592814,0.004373347,0,7,0 +9470,83,0.090909091,0.046511628,0,0.183270833,0.581395349,0.993592814,0.072030093,0,5,0 +9487,1066,0.0625,0.037037037,0,0.678877315,0.333333333,0.999935281,0.678877315,0,1,0 +9488,1066,0.3,0.333333333,0,0.99724537,0.333333333,0.999935281,0.273113426,0.636363636,1,0 +9496,555,0.142857143,0.083333333,0,0.633989749,0,0,0.633989749,0,7,0 +9500,1321,0.235294118,0.072727273,0,0.229034392,0.672727273,0.993592814,0.004464286,0,7,0 +9501,555,0.032786885,0.166666667,0,0.761489749,0,0,0.761489749,0.833333333,7,0 +9502,1991,0,0.035714286,0,0.48398534,0.357142857,0.993592814,0.48398534,0,3,0 +9504,1991,0.666666667,0.142857143,0,0.860760031,0.357142857,0.993592814,0.19212963,1,3,0 +9505,1991,0.083333333,0.107142857,0,0.645725309,0.357142857,0.993592814,0.645709877,0.818181818,3,0 +9508,1187,0.057142857,0.25,0,0.935310185,0,0,0.935236111,0.916666667,5,0 +9509,1991,0.5,0.035714286,0,0.652280093,0.357142857,0.993592814,0.652280093,0,3,0 +9516,319,0.055555556,0.133333333,0,0.956018519,0,0,0.955983796,0.818181818,1,0 +9517,319,0.028571429,0.066666667,0,0.968553241,0,0,0.968553241,0,1,0 +9520,1321,0.010416667,0.018181818,0,0.998334987,0.672727273,0.993592814,0.998334987,0,7,0 +9521,353,0.142857143,0.058823529,0,0.26525463,0.788235294,0.993592814,0.265196759,0,3,0 +9524,353,0.2,0.011764706,0,0.343688272,0.788235294,0.993592814,0.343688272,0,3,0 +9526,162,0.034482759,0.166666667,0,0.988645833,0,0.993592814,0.988611111,0.947368421,3,0 +9528,2457,0.011627907,0.025641026,0,0.190994213,0.538461538,0.999935281,0.190994213,0,10,0 +9532,2457,0.012345679,0.025641026,0,0.637902778,0.538461538,0.999935281,0.637902778,0,10,0 +9533,2457,0.4,0.051282051,0,0.425726852,0.538461538,0.999935281,0.425700232,0,10,0 +9535,2457,0.022222222,0.025641026,0,0.768054398,0.538461538,0.999935281,0.768054398,0,10,0 +9536,1321,0.666666667,0.181818182,1,0.038616071,0.672727273,0.993592814,0.033783069,0.5,7,1 +9537,1321,0.074074074,0.036363636,0,0.398792989,0.672727273,0.993592814,0.398792989,0,7,0 +9539,162,0.125,0.083333333,0,0.994521605,0,0.993592814,0.994521605,0,3,0 +9540,162,0.043478261,0.083333333,0,0.997943673,0,0.993592814,0.997943673,0,3,0 +9541,589,0.008695652,0.011764706,0,0.869208003,0.788235294,0.993592814,0.869208003,0,7,0 +9549,2123,0.018867925,0.052631579,0,0.14619709,0.052631579,0.993592814,0.14619709,0,7,0 +9550,589,0.25,0.011764706,0,0.894136905,0.788235294,0.993592814,0.894136905,0,7,0 +9551,2123,0.014925373,0.052631579,0,0.270233135,0.052631579,0.993592814,0.270233135,0,7,0 +9553,2123,0.136363636,0.157894737,0.5,0.270527447,0.052631579,0.993592814,0.270496032,0.75,7,1 +9559,353,0.38,0.223529412,0.5,0.714737654,0.788235294,0.993592814,0.713846451,1,3,0 +9560,353,0.066666667,0.011764706,0,0.756319444,0.788235294,0.993592814,0.756319444,0,3,0 +9562,353,0.076923077,0.011764706,0,0.773506944,0.788235294,0.993592814,0.773506944,0,3,0 +9563,353,0.5,0.035294118,0,0.891882716,0.788235294,0.993592814,0.846766975,0,3,0 +9566,2123,0.777777778,0.368421053,1,0.456246693,0.052631579,0.993592814,0.456168982,1,7,1 +9578,353,0.017241379,0.011764706,0,0.682357253,0.788235294,0.993592814,0.682357253,0,3,0 +9583,2422,0.066666667,0.555555556,0,0.568435185,0,0,0.001490741,0.933333333,5,0 +9584,2422,0.105263158,0.222222222,0,0.159590278,0,0,0.059465278,1,5,0 +9587,1771,0.035087719,0.117647059,0,0.6825959,0,0.993528095,0.016633598,0.793103448,7,0 +9588,1771,0.4,0.117647059,0,0.14176422,0,0.993528095,0.14176422,1,7,0 +9589,1771,0.166666667,0.058823529,0,0.31567295,0,0.993528095,0.31567295,0,7,0 +9591,531,0.022727273,0.04,0,0.755640432,0.28,0.999935281,0.755640432,0,3,0 +9592,531,0.944444444,0.68,1,0.985721451,0.28,0.999935281,0.720632716,0.5,3,1 +9596,48,0.011764706,0.125,0,1.16E-05,0,0,1.16E-05,0.935483871,5,0 +9597,48,0.015384615,0.125,0,0.000157407,0,0,0.000157407,0.782608696,5,0 +9598,48,0.018518519,0.125,0,0.008136574,0,0,0.008136574,0.806451613,5,0 +9599,48,0.222222222,0.25,0,0.015,0,0,2.08E-05,0.6,5,0 +9600,48,0.05,0.125,0,0.016090278,0,0,0.016090278,0.933333333,5,0 +9601,48,0.25,0.125,0,0.033729167,0,0,0.033729167,1,5,0 +9602,48,0.142857143,0.125,0,0.410655093,0,0,0.410655093,0.75,5,0 +9603,1771,0.02,0.058823529,0,0.966841931,0,0.993528095,0.966841931,0,7,0 +9604,2186,0.111111111,0.090909091,0,2.31E-06,0,0.993592814,2.31E-06,0,5,0 +9605,2186,0.034482759,0.090909091,0,6.94E-06,0,0.993592814,6.94E-06,0,5,0 +9606,1635,0.026086957,0.052631579,0,0.016828704,0.684210526,0.993592814,0.016770833,0,1,0 +9607,1635,0.016393443,0.01754386,0,0.078773148,0.684210526,0.993592814,0.078773148,0,1,0 +9609,384,0.017391304,0.095238095,0,0.999808201,0.142857143,0.993592814,0.350077712,0,7,0 +9611,384,0.1,0.047619048,0,0.318141534,0.142857143,0.993592814,0.318141534,0,7,0 +9612,384,0.090163934,0.523809524,1,0.919022818,0.142857143,0.993592814,0.918921958,0.976744186,7,1 +9615,1635,0.5,0.01754386,0,0.09087963,0.684210526,0.993592814,0.09087963,0,1,0 +9616,1635,0.086956522,0.035087719,0,0.155011574,0.684210526,0.993592814,0.154814815,0,1,0 +9617,748,0.051948052,0.333333333,0.5,0.466030093,0,0,0.006439043,0.923076923,3,0 +9620,1484,0.916666667,0.314285714,1,0.999194775,0.485714286,0.993592814,0.997200728,0.5,7,1 +9628,1484,0.037037037,0.057142857,0,0.99749504,0.485714286,0.993592814,0.997420635,0,7,0 +9629,1484,0.083333333,0.028571429,0,0.999601521,0.485714286,0.993592814,0.999601521,0,7,0 +9630,1635,0.02,0.01754386,0,0.852986111,0.684210526,0.993592814,0.852986111,0,1,0 +9632,1771,0.043478261,0.294117647,1,0.932043651,0,0.993528095,0.932020503,0.926829268,7,1 +9634,1969,0.025,0.028571429,0,0.930069444,0.485714286,0.993592814,0.930069444,0,1,0 +9635,1969,0.030769231,0.057142857,0,0.968368056,0.485714286,0.993592814,0.967418982,0,1,0 +9636,1969,0.006042296,0.057142857,0,0.971261574,0.485714286,0.993592814,0.971145833,0,1,0 +9638,1969,0,0.028571429,0,0.981828704,0.485714286,0.993592814,0.981828704,0,1,0 +9640,1969,0.5,0.314285714,0.5,0.978298611,0.485714286,0.993592814,0.97125,0.833333333,1,1 +9645,1635,0.047619048,0.01754386,0,0.893530093,0.684210526,0.993592814,0.893530093,0,1,0 +9646,1635,0.04,0.01754386,0,0.944710648,0.684210526,0.993592814,0.944710648,0,1,0 +9647,748,0.285714286,0.166666667,0,0.062361111,0,0,0.028429784,1,3,0 +9648,748,0.083333333,0.083333333,0,0.038950617,0,0,0.038950617,0,3,0 +9650,1635,0.037037037,0.01754386,0,0.438622685,0.684210526,0.993592814,0.438622685,0,1,0 +9651,1635,0.195652174,0.157894737,0.5,0.859768519,0.684210526,0.993592814,0.828101852,0.833333333,1,1 +9655,1635,0.05,0.087719298,0,0.721770833,0.684210526,0.993592814,0.000763889,0,1,0 +9656,1635,0.025974026,0.035087719,0,0.521469907,0.684210526,0.993592814,0.521435185,0,1,0 +9663,667,0.090909091,0.032258065,0,0.022448743,0.419354839,0.993592814,0.022448743,0,7,0 +9664,667,0.038461538,0.032258065,0,0.439852844,0.419354839,0.993592814,0.439852844,0,7,0 +9666,667,0.1,0.129032258,0.5,0.83603836,0.419354839,0.993592814,0.608209325,1,7,1 +9667,131,0.052631579,0.090909091,0,0.001516204,0,0,0.001516204,0,5,0 +9669,1086,0.090909091,0.055555556,0,0.683634259,0,0,0.683634259,0,3,0 +9670,1086,0.2,0.055555556,0,0.753472222,0,0,0.753472222,0,3,0 +9671,1086,0.05,0.055555556,0,0.866674383,0,0,0.866674383,0,3,0 +9672,1086,0.066666667,0.055555556,0,0.887052469,0,0,0.887052469,0,3,0 +9673,2003,0.051282051,0.133333333,0,0.000335648,0,0,0.000162037,0.75,1,0 +9675,2003,0.058823529,0.066666667,0,0.105960648,0,0,0.105960648,0,1,0 +9676,2003,1,0.333333333,1,0.11837963,0,0,0.003391204,1,1,1 +9677,254,0.047058824,0.285714286,0.5,0.000157077,0,0,0.000128968,0.935483871,7,1 +9680,254,0.24,0.428571429,1,0.409285714,0,0,0.069761905,0.75,7,1 +9689,2115,0.75,0.136363636,0,0.894340278,0.181818182,0.993592814,0.893738426,1,3,0 +9690,1472,0.181818182,0.285714286,0,0.002843364,0,0,0.002758488,0.818181818,3,0 +9698,1415,0.04,0.023255814,0,0.951929564,0.581395349,0.993528095,0.951929564,0,7,0 +9705,1415,0.047619048,0.023255814,0,0.963907077,0.581395349,0.993528095,0.963907077,0,7,0 +9709,1583,0.166666667,0.047619048,0,0.000007716,0.142857143,0.935345672,0.000007716,0,3,0 +9710,1583,0.018518519,0.047619048,0,7.72E-05,0.142857143,0.935345672,7.72E-05,0,3,0 +9712,1583,0.2,0.047619048,0,1.54E-05,0.142857143,0.935345672,1.54E-05,0,3,0 +9713,1583,0.75,0.142857143,0,0.000733025,0.142857143,0.935345672,0.000679012,1,3,0 +9714,1472,0.0625,0.071428571,0,0.135833333,0,0,0.135833333,0,3,0 +9716,1558,0.166666667,0.028571429,0,0.061823743,0.485714286,0.998899776,0.061823743,0,7,0 +9717,1558,0.006802721,0.028571429,0,0.4535334,0.485714286,0.998899776,0.4535334,0,7,0 +9718,1558,0.011627907,0.028571429,0,0.370591931,0.485714286,0.998899776,0.370591931,0,7,0 +9719,1558,0.028571429,0.028571429,0,0.508417659,0.485714286,0.998899776,0.508417659,0,7,0 +9720,1558,0.0625,0.028571429,0,0.609702381,0.485714286,0.998899776,0.609702381,0,7,0 +9721,1558,0.05,0.028571429,0,0.6246875,0.485714286,0.998899776,0.6246875,0,7,0 +9725,54,0.083333333,0.03125,0,0.998571429,0.4375,0.993528095,0.998571429,0,7,0 +9729,2158,0.015384615,0.038461538,0,0.943283654,0.307692308,0,0.943283654,0,7,0 +9733,611,0.020833333,0.125,0,4.79E-05,0,0,4.79E-05,0.789473684,7,0 +9734,611,0.020408163,0.375,0.5,0.066377315,0,0,0.017673611,0.8125,7,1 +9737,1472,0.05,0.071428571,0,0.010158179,0,0,0.010158179,0,3,0 +9738,1583,0,0.047619048,0,0.989309414,0.142857143,0.935345672,0.989309414,0,3,0 +9739,1415,0.19047619,0.093023256,1,0.957794312,0.581395349,0.993528095,0.952690146,0,7,0 +9747,1583,0.2,0.047619048,0,0.000933642,0.142857143,0.935345672,0.000933642,0,3,0 +9750,1583,0.008695652,0.047619048,0,0.271311728,0.142857143,0.935345672,0.271311728,0,3,0 +9752,1558,0.5,0.057142857,0,0.700869709,0.485714286,0.998899776,0.700851521,0,7,0 +9753,1558,0.023255814,0.028571429,0,0.694112103,0.485714286,0.998899776,0.694112103,0,7,0 +9757,1558,0.022727273,0.028571429,0,0.830504299,0.485714286,0.998899776,0.830504299,0,7,0 +9758,1558,0.136363636,0.085714286,0.5,0.759429564,0.485714286,0.998899776,0.759378307,0,7,0 +9759,607,0.5,0.034482759,0,0.272349537,0.379310345,0.993528095,0.272349537,0,1,0 +9761,1997,0.010416667,0.03125,0,0.978473876,0.4375,0,0.978473876,0,7,0 +9762,1997,0.111111111,0.03125,0,0.978660714,0.4375,0,0.978660714,0,7,0 +9763,608,0.142857143,0.333333333,0,0.098864087,0,0,0.091881614,0.714285714,7,0 +9765,608,0.09375,0.5,0,0.53177414,0,0,0.357412368,0.923076923,7,0 +9767,608,0.03030303,0.166666667,0,0.325540675,0,0,0.325540675,0.9,7,0 +9770,658,0.19047619,0.047058824,1,0.726208664,0.788235294,0.993528095,0.700492725,0,7,0 +9773,1994,0.017391304,0.333333333,0,0.000622685,0,0,1.16E-05,0.926829268,5,0 +9774,1994,0.058823529,0.166666667,0,0.142824074,0,0,0.142824074,0.75,5,0 +9775,1994,0.028571429,0.166666667,0,0.391215278,0,0,0.391215278,0.857142857,5,0 +9776,1994,0.013333333,0.166666667,0,0.524708333,0,0,0.524708333,0.933333333,5,0 +9777,1426,0.2,0.166666667,0,0.007357253,0,0,0.007357253,0.666666667,3,0 +9778,1426,0.066666667,0.277777778,0,0.967341821,0,0,0.005462963,0.891891892,3,0 +9779,1426,0.4,0.111111111,0,0.069660494,0,0,0.060285494,1,3,0 +9782,1426,0.057142857,0.111111111,0,0.263811728,0,0,0.061921296,0.857142857,3,0 +9783,1426,0.045454545,0.055555556,0,0.169934414,0,0,0.169934414,0,3,0 +9784,1426,0.05,0.055555556,0,0.783391204,0,0,0.783391204,0,3,0 +9786,1343,0.25,0.142857143,0,0.000104167,0,0,0.000104167,1,1,0 +9787,1343,0.013605442,0.285714286,0,0.000219907,0,0,0.000185185,0.8125,1,0 +9789,390,0.025641026,0.090909091,0,2.31E-05,0,0.993592814,2.31E-05,0,3,0 +9791,1980,0.054054054,0.040816327,0,0.000014881,0.632653061,0.993592814,1.16E-05,0,7,0 +9794,1543,0.096774194,0.125,0,0.566585648,0.25,0.993592814,0.005509259,0.666666667,1,0 +9796,425,0.016393443,0.047619048,0,0.984093364,0.571428571,0,0.970231482,0,3,0 +9802,1543,0.012084592,0.166666667,0,0.055046296,0.25,0.993592814,0.002928241,0.848214286,1,0 +9803,1543,0.03125,0.041666667,0,0.444444444,0.25,0.993592814,0.444444444,0,1,0 +9804,1512,0.028571429,0.05,0,0.000127315,0.1,0,0.000127315,0,1,0 +9808,1512,0.107142857,0.15,0,0.026631944,0.1,0,0.00630787,0.714285714,1,0 +9809,1512,0.045454545,0.05,0,0.007199074,0.1,0,0.007199074,0,1,0 +9812,1426,0.012084592,0.222222222,1,0.387808642,0,0,0.375158179,0.848214286,3,1 +9814,2348,0.466666667,0.259259259,1,0.018118386,0.333333333,0.514607147,0.013017527,0.571428571,7,1 +9819,2348,0.0625,0.037037037,0,0.210654762,0.333333333,0.514607147,0.210654762,0,7,0 +9820,2348,0.333333333,0.037037037,0,0.498505291,0.333333333,0.514607147,0.498505291,0,7,0 +9821,1994,0.090909091,0.166666667,0,0.822543982,0,0,0.822543982,1,5,0 +9825,1543,0.031914894,0.125,0,0.762222222,0.25,0.993592814,0.762152778,0.806451613,1,0 +9826,1543,0.009803922,0.041666667,0,0.816053241,0.25,0.993592814,0.816053241,0,1,0 +9833,658,0.033333333,0.011764706,0,0.830806878,0.788235294,0.993528095,0.830806878,0,7,0 +9838,425,0.125,0.119047619,0.5,0.841574074,0.571428571,0,0.841574074,0.866666667,3,0 +9840,473,0.181818182,0.142857143,0.5,0.619178241,0.357142857,0.514607147,0.619143519,1,1,1 +9842,1845,0.010204082,0.025,0,0.065516975,0.55,0,0.065516975,0,3,0 +9843,1845,0.0625,0.025,0,0.116381173,0.55,0,0.116381173,0,3,0 +9844,1813,0.0625,0.045454545,0,0.997893519,0.181818182,0.993592814,0.997893519,0,1,0 +9845,1845,0.014925373,0.025,0,0.115825617,0.55,0,0.115825617,0,3,0 +9846,1813,0.222222222,0.272727273,1,0.878622685,0.181818182,0.993592814,0.878206019,0.857142857,1,1 +9847,1845,0,0.025,0,0.27660108,0.55,0,0.27660108,0,3,0 +9850,1795,0.043478261,0.035714286,0,0.000183532,0.357142857,0.993592814,0.000183532,0,7,0 +9851,1795,0.153846154,0.071428571,0,0.009489087,0.357142857,0.993592814,0.009482474,0,7,0 +9852,1477,0.008695652,0.058823529,0,1.16E-05,0,0,1.16E-05,0,5,0 +9853,1477,0.2,0.058823529,0,0.000150463,0,0,0.000150463,0,5,0 +9855,1795,0.260869565,0.214285714,0,0.151020172,0.357142857,0.993592814,1.32E-05,0.866666667,7,0 +9858,1845,0.040816327,0.05,0,0.766408179,0.55,0,0.366743827,0,3,0 +9859,1845,0.2,0.125,0,0.753580247,0.55,0,0.366153549,1,3,0 +9862,1845,0.083333333,0.025,0,0.5746875,0.55,0,0.5746875,0,3,0 +9865,2531,0.045454545,0.045454545,0,0.087594246,0.590909091,0,0.04624504,0,7,0 +9867,2531,0.089552239,0.136363636,0.5,0.654809855,0.590909091,0,0.654761905,0.88,7,1 +9868,2531,0.28,0.159090909,1,0.649246032,0.590909091,0,0.649206349,0.944444444,7,1 +9874,473,0.333333333,0.035714286,0,0.86943287,0.357142857,0.514607147,0.86943287,0,1,0 +9877,1710,0.5,0.08,0,0.825127315,0.28,0,0.825108025,0,3,0 +9878,1696,0.052631579,0.166666667,0,0.002299934,0,0,0.002299934,0.75,7,0 +9879,1696,0.128205128,0.833333333,1,0.043814484,0,0,0.029948743,0.75,7,1 +9885,1795,0.314285714,0.392857143,1,0.983540013,0.357142857,0.993592814,0.983526786,0.866666667,7,1 +9888,1796,0.009803922,0.043478261,0,0.000115741,0.217391304,0.935280953,0.000115741,0,1,0 +9890,674,0.016393443,0.08,0,0.247785494,0.28,0,0.247770062,0,3,0 +9892,674,0.05,0.04,0,0.27503858,0.28,0,0.27503858,0,3,0 +9893,674,0.05,0.04,0,0.447280093,0.28,0,0.447280093,0,3,0 +9895,138,0.008403361,0.055555556,0,0.434895833,0,0,0.434895833,0,1,0 +9896,138,0.04,0.055555556,0,0.96369213,0,0,0.96369213,0,1,0 +9897,138,0.185185185,0.277777778,1,0.770601852,0,0,0.770381944,0.8,1,1 +9901,1710,0.125,0.04,0,2.31E-05,0.28,0,2.31E-05,0,3,0 +9902,1710,0.2,0.04,0,0.000007716,0.28,0,0.000007716,0,3,0 +9903,1710,0.016393443,0.04,0,3.47E-05,0.28,0,3.47E-05,0,3,0 +9906,1795,0.045454545,0.035714286,0,0.094246032,0.357142857,0.993592814,0.094246032,0,7,0 +9908,1710,0.090909091,0.04,0,0.019837963,0.28,0,0.019837963,0,3,0 +9909,1795,0.052631579,0.035714286,0,0.123176257,0.357142857,0.993592814,0.123176257,0,7,0 +9910,1710,0.125,0.08,0,0.000432099,0.28,0,0.000378086,0,3,0 +9912,1710,0.052631579,0.12,0,0.000428241,0.28,0,0.0003125,0.866666667,3,0 +9913,1795,0.076923077,0.107142857,0,0.875246362,0.357142857,0.993592814,0.875243056,0.75,7,0 +9915,1710,0.5,0.16,0,0.020551698,0.28,0,0.020470679,0.666666667,3,0 +9917,1699,0.003021148,0.047619048,0,0.2671875,0.142857143,0.993592814,0.2671875,0,1,0 +9918,1699,0.04,0.047619048,0,0.190173611,0.142857143,0.993592814,0.190173611,0,1,0 +9920,1781,0.021276596,0.133333333,0,0.360104167,0,0.993592814,0.360104167,0.806451613,1,0 +9921,1624,0.030769231,0.111111111,0,0.872853009,0,0.993592814,0.872853009,0.916666667,10,0 +9922,1699,0.083333333,0.047619048,0,0.798090278,0.142857143,0.993592814,0.798090278,0,1,0 +9923,1624,0.052631579,0.055555556,0,0.081024306,0,0.993592814,0.081024306,0,10,0 +9925,1624,0.020408163,0.111111111,0,0.39612037,0,0.993592814,0.39612037,0.878787879,10,0 +9938,1120,0.02247191,0.181818182,0,0.002258598,0,0,0.002162698,0.84375,7,0 +9940,1120,0.003021148,0.090909091,0,0.051269841,0,0,0.051269841,0,7,0 +9942,2160,0.008264463,0.038461538,0,0.897696759,0.307692308,0,0.897696759,0,7,0 +9944,2160,0.009259259,0.038461538,0,0.845806878,0.307692308,0,0.845806878,0,7,0 +9945,956,0.075630252,0.642857143,0.5,0.001271495,0,0,0.000451389,0.757575758,7,1 +9947,1749,0.027777778,0.032258065,0,0.018460648,0.419354839,0.999935281,0.018460648,0,5,0 +9950,956,0.090909091,0.071428571,0,0.76228836,0,0,0.76228836,0,7,0 +9951,152,0.04494382,0.307692308,1,0.824126984,0,0,0.824108796,0.84375,7,1 +9955,2492,0.4,0.083333333,0,0.398190586,0.25,0,0.398074846,0,3,0 +9957,2492,0.011764706,0.041666667,0,0.505852624,0.25,0,0.505852624,0,3,0 +9966,2156,0.25,0.032786885,0,0.711569114,0.704918033,0.993592814,0.711564153,0,7,0 +9967,2156,0.010204082,0.016393443,0,0.81385582,0.704918033,0.993592814,0.81385582,0,7,0 +9968,2156,0.015873016,0.016393443,0,0.842119709,0.704918033,0.993592814,0.842119709,0,7,0 +9969,1624,0.016393443,0.111111111,0,0.134208333,0,0.993592814,0.134201389,0.9,10,0 +9971,1624,0.090909091,0.166666667,0,0.517547454,0,0.993592814,0.517547454,0.866666667,10,0 +9972,1331,0,0.027027027,0,0.804548611,0.513513514,0.676404764,0.804548611,0,3,0 +9975,945,0.034782609,0.307692308,0,0.003260031,0,0,2.31E-05,0.87755102,3,0 +9976,1539,0.090909091,0.05,0,0.992256944,0.1,0.999935281,0.992256944,0,1,0 +9977,1539,0.25,0.05,0,0.985543982,0.1,0.999935281,0.985543982,0,1,0 +9982,669,0.043478261,0.166666667,0,0.027380952,0,0,0.027380952,0.866666667,7,0 +9983,1650,0.03125,0.055555556,0,0.995949074,0,0.999935281,0.995949074,0,1,0 +9984,1716,0.04,0.066666667,0,0.000150463,0,0,0.000150463,0,1,0 +9985,1716,0.03030303,0.066666667,0,4.63E-05,0,0,4.63E-05,0,1,0 +9986,646,0.142857143,0.739130435,1,0.074486883,0.217391304,0.993592814,0.074440586,0.757575758,3,1 +9992,2450,0.015384615,0.0625,0,0.856747685,0,0.993592814,0.856747685,0,1,0 +9993,1739,0.024590164,0.056603774,0.5,0.984598214,0.660377358,0.993592814,0.984598214,0,7,0 +9997,2018,0.25,0.111111111,0,1.32E-05,0,0,1.32E-05,0.666666667,7,0 +9998,2018,0.087719298,0.555555556,0,0.964953704,0,0,0.001709656,0.793103448,7,0 +9999,2018,0.008264463,0.111111111,0,0.002422288,0,0,0.002422288,0.818181818,7,0 +10001,412,0.046153846,0.230769231,0,0.946909722,0,0.999935281,0.876550926,0.916666667,1,0 +10002,412,0.04,0.076923077,0,0.822268519,0,0.999935281,0.822268519,0,1,0 +10003,971,0.022222222,0.058823529,0,0.201013558,0,0.999935281,0.201013558,0,7,0 +10004,412,0.023255814,0.076923077,0,0.877118056,0,0.999935281,0.877118056,0,1,0 +10005,2018,0.010869565,0.111111111,0,0.35077381,0,0,0.35077381,0.903225806,7,0 +10009,2018,0.04,0.111111111,0,0.989839616,0,0,0.989839616,0.909090909,7,0 +10011,412,0.105263158,0.153846154,0,0.962731482,0,0.999935281,0.9446875,0.909090909,1,0 +10013,412,0.016528926,0.153846154,0,0.994409722,0,0.999935281,0.976365741,0.818181818,1,0 +10014,412,0.666666667,0.153846154,0,0.9840625,0,0.999935281,0.984016204,1,1,0 +10015,1341,0.083333333,0.047619048,0,0.352785494,0.142857143,0.993592814,0.352785494,0,3,0 +10017,1341,0.037037037,0.047619048,0,0.82443287,0.142857143,0.993592814,0.82443287,0,3,0 +10019,412,0.0625,0.076923077,0,0.985081019,0,0.999935281,0.985081019,0,1,0 +10021,1341,0.111111111,0.047619048,0,0.994749228,0.142857143,0.993592814,0.994749228,0,3,0 +10022,1341,0.208333333,0.476190476,0.5,0.842118056,0.142857143,0.993592814,0.165636574,0.789473684,3,0 +10024,1173,0.043478261,0.333333333,1,0.959492394,0,0,0.019315476,0.87755102,7,1 +10026,1716,0.049180328,0.4,1,0.000590278,0,0,0.000439815,0.9,1,1 +10027,1716,0.085714286,0.2,0,0.511782407,0,0,0.151643519,0.866666667,1,0 +10030,971,0.225806452,0.411764706,1,0.12542328,0,0.999935281,0.005223214,0.666666667,7,1 +10031,971,0.009803922,0.058823529,0,0.172151124,0,0.999935281,0.172151124,0,7,0 +10037,1271,0.013605442,0.083333333,0,0.578472222,0.25,0,0.578425926,0,1,0 +10038,1271,0.2,0.166666667,0,0.756412037,0.25,0,0.7028125,0.916666667,1,0 +10040,1271,0.0625,0.041666667,0,0.620648148,0.25,0,0.620648148,0,1,0 +10041,1271,0.052631579,0.041666667,0,0.775324074,0.25,0,0.775324074,0,1,0 +10045,1271,0.333333333,0.041666667,0,0.841064815,0.25,0,0.841064815,0,1,0 +10046,1271,0.01,0.041666667,0,0.897326389,0.25,0,0.897326389,0,1,0 +10047,1271,0.085714286,0.125,0,0.95380787,0.25,0,0.783240741,0.76,1,0 +10048,1271,0.008196721,0.041666667,0,0.984953704,0.25,0,0.984953704,0,1,0 +10049,1739,0.066666667,0.018867925,0,0.000557209,0.660377358,0.993592814,0.000557209,0,7,0 +10050,1739,0.384615385,0.094339623,0,0.496956019,0.660377358,0.993592814,0.049993386,0,7,0 +10057,1716,0.0625,0.066666667,0,0.157835648,0,0,0.157835648,0,1,0 +10059,198,0.058823529,0.02173913,0,0.507731482,0.608695652,0.993592814,0.507731482,0,1,0 +10060,198,0.030612245,0.065217391,0.5,0.489421296,0.608695652,0.993592814,0.489085648,0,1,0 +10064,198,0.057142857,0.043478261,0,0.545069444,0.608695652,0.993592814,0.41568287,0,1,0 +10066,198,1,0.173913043,1,0.692928241,0.608695652,0.993592814,0.689895833,1,1,1 +10076,919,0.333333333,0.018867925,0,0.622020503,0.660377358,0.993592814,0.622020503,0,7,0 +10086,1534,0.5,0.05,0,0.003923611,0.1,0,0.003923611,0,1,0 +10087,1534,0.022222222,0.05,0,0.729340278,0.1,0,0.729340278,0,1,0 +10091,32,1,0.075471698,0,0.166099537,0.660377358,0.999935281,0.166041667,0,5,0 +10094,32,0.045454545,0.037735849,0,0.966967593,0.660377358,0.999935281,0.243030093,0,5,0 +10095,32,0.5,0.018867925,0,0.274599537,0.660377358,0.999935281,0.274599537,0,5,0 +10096,32,0.024390244,0.018867925,0,0.361206019,0.660377358,0.999935281,0.361206019,0,5,0 +10097,32,0,0.018867925,0,0.474002315,0.660377358,0.999935281,0.474002315,0,5,0 +10098,198,0.285714286,0.043478261,0,0.802175926,0.608695652,0.993592814,0.802083333,0,1,0 +10101,198,0.045454545,0.02173913,0,0.880972222,0.608695652,0.993592814,0.880972222,0,1,0 +10102,198,0.009803922,0.02173913,0,0.886585648,0.608695652,0.993592814,0.886585648,0,1,0 +10104,198,1,0.043478261,0,0.989930556,0.608695652,0.993592814,0.9896875,0,1,0 +10105,198,0.086956522,0.043478261,0,0.976851852,0.608695652,0.993592814,0.976770833,0,1,0 +10106,1568,0.111111111,0.25,0,0.824402006,0,0.993592814,0.000223765,0.846153846,3,0 +10110,1000,0.061728395,0.227272727,1,0.646053241,0.181818182,0,0.645902778,0.885714286,1,1 +10116,1000,0.041666667,0.090909091,0,0.846979167,0.181818182,0,0.846944444,0,1,0 +10117,1000,0.038461538,0.045454545,0,0.864895833,0.181818182,0,0.864895833,0,1,0 +10119,1568,0.043478261,0.083333333,0,0.007646605,0,0.993592814,0.007646605,0,3,0 +10121,1568,0.111111111,0.083333333,0,0.994614198,0,0.993592814,0.994614198,0,3,0 +10126,2453,0.007246377,0.041666667,0,9.26E-05,0.25,0.993592814,9.26E-05,0,1,0 +10127,2453,0.006802721,0.041666667,0,0.003564815,0.25,0.993592814,0.003564815,0,1,0 +10129,381,0.052631579,0.058823529,0,0.525693958,0,0.993592814,0.525693958,0,3,0 +10130,381,0.0125,0.058823529,0,0.805088126,0,0.993592814,0.805088126,0,3,0 +10131,381,0.025641026,0.058823529,0,0.96569827,0,0.993592814,0.96569827,0,3,0 +10133,1534,0.026086957,0.15,0,0.750462963,0.1,0,0.7290625,0.926829268,1,0 +10140,1534,0.022222222,0.05,0,0.946145833,0.1,0,0.946145833,0,1,0 +10142,1534,0.015384615,0.05,0,0.967951389,0.1,0,0.967951389,0,1,0 +10143,1534,0.064935065,0.25,1,0.966493056,0.1,0,0.924513889,0.833333333,1,1 +10145,1534,0.114285714,0.2,1,0.975300926,0.1,0,0.9740625,0.947368421,1,1 +10149,1534,0.2,0.15,0,0.981956019,0.1,0,0.953958333,1,1,0 +10150,594,0.012084592,0.121212121,0,0.017997685,0.454545455,0.999935281,0.002280093,0.848214286,1,0 +10159,1421,0.013333333,0.066666667,0,0.021335979,0,0,0.021335979,0,7,0 +10160,1421,0.090909091,0.133333333,0,0.008288691,0,0,0.008275463,0.833333333,7,0 +10162,1421,0.266666667,0.533333333,1,0.973055556,0,0,0.848617725,1,7,1 +10165,1421,0.018518519,0.133333333,0,0.587093254,0,0,0.44005787,0.821428571,7,0 +10168,1991,0.75,0.107142857,0.5,0.687727624,0.357142857,0.993592814,0.679232253,1,3,0 +10173,353,0.083333333,0.011764706,0,0.70404321,0.788235294,0.993592814,0.70404321,0,3,0 +10174,1889,0.020408163,0.142857143,0,0.005077546,0,0,0.005077546,0.925925926,10,0 +10175,1889,0.05,0.142857143,0,0.012878472,0,0,0.012878472,1,10,0 +10176,1889,0.016129032,0.142857143,0,0.015143519,0,0,0.015143519,0.75,10,0 +10177,1889,0,0.142857143,0,0.031783565,0,0,0.031783565,1,10,0 +10178,221,0.016129032,0.1,0,9.92E-06,0,0,9.92E-06,0.75,7,0 +10180,221,0.015384615,0.1,0,9.92E-06,0,0,9.92E-06,0.923076923,7,0 +10181,221,0.071428571,0.2,0,1.65E-05,0,0,0,0.875,7,0 +10182,221,0.071428571,0.1,0,0.000117394,0,0,0.000117394,0.875,7,0 +10183,2457,0.333333333,0.051282051,0,0.999582176,0.538461538,0.999935281,0.997854167,0,10,0 +10185,353,0.58974359,0.270588235,0.5,0.66216821,0.788235294,0.993592814,0.662048611,0.846153846,3,0 +10197,1321,0.043478261,0.018181818,0,0.218396164,0.672727273,0.993592814,0.218396164,0,7,0 +10199,1321,0.043478261,0.018181818,0,0.321507937,0.672727273,0.993592814,0.321507937,0,7,0 +10200,1321,0.016393443,0.036363636,0,0.342516534,0.672727273,0.993592814,0.27453373,0,7,0 +10201,1623,0.25,0.040816327,0,0.000936343,0.632653061,0.993592814,0.000931713,0,10,0 +10202,1623,0.052631579,0.020408163,0,0.19862037,0.632653061,0.993592814,0.19862037,0,10,0 +10203,1321,0.045454545,0.018181818,0,0.723832672,0.672727273,0.993592814,0.723832672,0,7,0 +10204,1623,0.034482759,0.020408163,0,0.253699074,0.632653061,0.993592814,0.253699074,0,10,0 +10205,1623,0.058823529,0.020408163,0,0.381784722,0.632653061,0.993592814,0.381784722,0,10,0 +10207,1623,0.008695652,0.020408163,0,0.403594907,0.632653061,0.993592814,0.403594907,0,10,0 +10210,128,0.428571429,0.428571429,0,0.382314815,0,0,0.208198303,0.8,3,0 +10211,1623,0.03125,0.020408163,0,0.446726852,0.632653061,0.993592814,0.446726852,0,10,0 +10213,1623,0.071428571,0.020408163,0,0.653596065,0.632653061,0.993592814,0.653596065,0,10,0 +10214,128,0.210526316,0.571428571,0,0.654039352,0,0,0.000108025,0.909090909,3,0 +10216,1991,0.125,0.035714286,0,0.975721451,0.357142857,0.993592814,0.975721451,0,3,0 +10217,1991,0.11627907,0.178571429,0.5,0.962199074,0.357142857,0.993592814,0.962199074,0.909090909,3,0 +10220,2098,0.137931034,0.111111111,0.5,0.742218915,0.5,0.98712091,0.742197421,1,7,1 +10221,2098,0.019607843,0.055555556,0,0.764713955,0.5,0.98712091,0.764713955,0,7,0 +10225,2098,0.043478261,0.027777778,0,0.795089286,0.5,0.98712091,0.795089286,0,7,0 +10226,2098,0.02173913,0.055555556,0,0.851881614,0.5,0.98712091,0.816798942,0,7,0 +10227,2098,0.04,0.027777778,0,0.848774802,0.5,0.98712091,0.848774802,0,7,0 +10229,2098,0.033333333,0.027777778,0,0.863822751,0.5,0.98712091,0.863822751,0,7,0 +10234,2003,0.043478261,0.066666667,0,0.176747685,0,0,0.176747685,0,1,0 +10236,748,0.008196721,0.083333333,0,0.177434414,0,0,0.177434414,0,3,0 +10253,1116,0.5,0.047619048,0,0.000104167,0.142857143,0,0.000104167,0,1,0 +10254,1086,0.5,0.111111111,0,0.892731482,0,0,0.892716049,1,3,0 +10256,1086,0.022222222,0.055555556,0,0.925652006,0,0,0.925652006,0,3,0 +10257,1771,1,0.117647059,0,0.986332672,0,0.993528095,0.986312831,1,7,0 +10259,1484,0.210526316,0.342857143,1,0.595982143,0.485714286,0.993592814,0.595876323,0.866666667,7,1 +10260,1771,0.045454545,0.117647059,0,0.996101191,0,0.993528095,0.996094577,0.9,7,0 +10262,131,0.071428571,0.090909091,0,0.02943287,0,0,0.02943287,0,5,0 +10263,131,0.035087719,0.181818182,0,0.002020833,0,0,0.002020833,0.793103448,5,0 +10264,131,0.176470588,0.272727273,0,0.853641204,0,0,0.853641204,0.818181818,5,0 +10265,131,0.043478261,0.181818182,0,0.499314815,0,0,0.085027778,0.941176471,5,0 +10267,2003,0.009259259,0.066666667,0,0.537997685,0,0,0.537997685,0,1,0 +10268,2003,0.068965517,0.133333333,0,0.505381944,0,0,0.505358796,1,1,0 +10269,2003,0.018518519,0.066666667,0,0.547847222,0,0,0.547847222,0,1,0 +10270,2003,0.111111111,0.066666667,0,0.594722222,0,0,0.594722222,0,1,0 +10271,2003,0.012345679,0.066666667,0,0.621215278,0,0,0.621215278,0,1,0 +10272,1437,0.5,0.041666667,0,0.001028439,0.25,0.993592814,0.001028439,0,7,0 +10273,1437,0.363636364,0.166666667,1,0.032561177,0.25,0.993592814,0.000489418,1,7,1 +10278,1437,0.25,0.041666667,0,0.21478836,0.25,0.993592814,0.21478836,0,7,0 +10280,433,0.4,0.285714286,0,0.004176587,0,0,0.0041584,0.75,7,0 +10282,1116,0.029411765,0.047619048,0,0.015798611,0.142857143,0,0.015798611,0,1,0 +10283,433,0.111111111,0.142857143,0,0.000166997,0,0,0.000166997,0.857142857,7,0 +10287,433,0.022727273,0.142857143,0,0.057248677,0,0,0.057248677,0.863636364,7,0 +10290,1116,0.037735849,0.095238095,0,0.21880787,0.142857143,0,0.21880787,0,1,0 +10291,1116,0.142857143,0.095238095,0,0.164571759,0.142857143,0,0.164525463,0,1,0 +10298,1086,0.416666667,0.277777778,1,0.98179784,0,0,0.979645062,1,3,1 +10318,2186,0.037037037,0.090909091,0,0.037039352,0,0.993592814,0.037039352,0,5,0 +10319,2186,0.012987013,0.090909091,0,0.122539352,0,0.993592814,0.122539352,0,5,0 +10320,297,0.125,0.076923077,0,3.09E-05,0,0.993592814,3.09E-05,0,3,0 +10321,1583,0.013333333,0.047619048,0,0.997716049,0.142857143,0.935345672,0.997716049,0,3,0 +10322,1558,0.285714286,0.171428571,1,0.785909392,0.485714286,0.998899776,0.78573578,0.888888889,7,1 +10328,1558,0.076923077,0.028571429,0,0.824826389,0.485714286,0.998899776,0.824826389,0,7,0 +10329,1558,0.003021148,0.028571429,0,0.829627976,0.485714286,0.998899776,0.829627976,0,7,0 +10337,961,0.068181818,0.1875,0,0.703155864,0,0.993592814,0.697391975,0.9375,3,0 +10340,961,0.045454545,0.0625,0,0.703190586,0,0.993592814,0.703190586,0,3,0 +10341,961,0.028571429,0.0625,0,0.916801698,0,0.993592814,0.916801698,0,3,0 +10342,1415,0.035714286,0.023255814,0,0.996805556,0.581395349,0.993528095,0.996805556,0,7,0 +10348,1415,0.045454545,0.023255814,0,0.9890625,0.581395349,0.993528095,0.9890625,0,7,0 +10349,1415,0.05,0.023255814,0,0.999282407,0.581395349,0.993528095,0.999282407,0,7,0 +10355,2051,0.066666667,0.037037037,0,0.24150463,0.333333333,0.999935281,0.24150463,0,1,0 +10357,2051,0.2,0.148148148,0,0.987696759,0.333333333,0.999935281,0.987696759,0.833333333,1,0 +10360,2158,0.431034483,0.961538462,1,0.6177259,0.307692308,0,0.616669995,0.947368421,7,1 +10362,1583,0.05,0.095238095,0,0.356998457,0.142857143,0.935345672,0.356983025,0,3,0 +10363,1583,0.125,0.047619048,0,0.376369599,0.142857143,0.935345672,0.376369599,0,3,0 +10365,2051,0.111111111,0.037037037,0,0.866921296,0.333333333,0.999935281,0.866921296,0,1,0 +10368,1583,0.090909091,0.095238095,0,0.653028549,0.142857143,0.935345672,0.442156636,0,3,0 +10369,1583,0.028571429,0.047619048,0,0.453059414,0.142857143,0.935345672,0.453059414,0,3,0 +10371,1583,0.021276596,0.095238095,0,0.963344907,0.142857143,0.935345672,0.963344907,0,3,0 +10372,1583,0.046153846,0.142857143,0,0.989556327,0.142857143,0.935345672,0.025844907,0.916666667,3,0 +10375,965,0.41025641,0.421052632,0.5,0.957729828,0.526315789,0.993592814,0.95771164,0.5,7,1 +10377,965,0.08,0.052631579,0,0.141569114,0.526315789,0.993592814,0.1415625,0,7,0 +10378,554,0.076923077,0.166666667,0,4.96E-06,0,0,4.96E-06,0.6,7,0 +10379,554,0,0.166666667,0,0.00327877,0,0,0.00327877,1,7,0 +10380,554,0.071428571,0.166666667,0,0.004237765,0,0,0.004237765,1,7,0 +10382,554,0.007246377,0.166666667,0,0.315658069,0,0,0.315658069,0.865671642,7,0 +10383,554,0.086956522,0.333333333,0,0.082296627,0,0,0.082275132,0.8,7,0 +10388,965,0.087719298,0.131578947,1,0.550823413,0.526315789,0.993592814,0.550806878,0.866666667,7,1 +10389,1558,0.529411765,0.257142857,1,0.942131283,0.485714286,0.998899776,0.942113095,1,7,1 +10390,1558,0.011764706,0.028571429,0,0.871299603,0.485714286,0.998899776,0.871299603,0,7,0 +10392,1558,0.029411765,0.028571429,0,0.879340278,0.485714286,0.998899776,0.879340278,0,7,0 +10393,1558,0.052631579,0.028571429,0,0.88781746,0.485714286,0.998899776,0.88781746,0,7,0 +10394,1558,0.05,0.028571429,0,0.894371693,0.485714286,0.998899776,0.894371693,0,7,0 +10396,1558,0.008196721,0.028571429,0,0.946288029,0.485714286,0.998899776,0.946288029,0,7,0 +10399,1022,0.090909091,0.166666667,0,4.96E-06,0,0,4.96E-06,0.8,7,0 +10402,425,0.058823529,0.119047619,0.5,0.874965278,0.571428571,0,0.874903549,0.935483871,3,0 +10403,690,0.133333333,0.1,0,0.463751653,0.1,0,0.028862434,0.6,7,0 +10406,690,0.076923077,0.05,0,0.179737103,0.1,0,0.179737103,0,7,0 +10407,690,0.25,0.15,0,0.261049934,0.1,0,0.011547619,1,7,0 +10409,690,0.0375,0.15,0,0.410902778,0.1,0,0.410886243,0.954545455,7,0 +10414,2498,0.333333333,0.019607843,0,0.09324537,0.647058824,0.825258573,0.09324537,0,5,0 +10415,2498,0.090909091,0.019607843,0,0.097247685,0.647058824,0.825258573,0.097247685,0,5,0 +10416,1980,1,0.326530612,1,0.72770668,0.632653061,0.993592814,0.727688492,1,7,1 +10425,139,0.105263158,0.142857143,0,0.990203704,0,0.999935281,0.9901875,0.75,5,0 +10426,139,0.058823529,0.071428571,0,0.984543982,0,0.999935281,0.984543982,0,5,0 +10427,2080,0.028571429,0.2,0,6.94E-05,0,0,6.94E-05,0.761904762,1,0 +10428,2080,0.058823529,0.2,0,0.127951389,0,0,0.127951389,0.75,1,0 +10429,390,0.027777778,0.090909091,0,0.051709105,0,0.993592814,0.051709105,0,3,0 +10430,390,0.333333333,0.363636364,0,0.081138117,0,0.993592814,0.080798611,1,3,0 +10431,390,0.066666667,0.090909091,0,0.102098765,0,0.993592814,0.102098765,0,3,0 +10434,390,0.011764706,0.090909091,0,0.262106482,0,0.993592814,0.262106482,0,3,0 +10438,2047,0.181818182,0.060606061,0,0.932159392,0.454545455,0.993592814,0.932159392,0,7,0 +10446,2047,0.181818182,0.121212121,0,0.93905754,0.454545455,0.993592814,0.938796296,0.833333333,7,0 +10448,2047,0.045454545,0.03030303,0,0.941600529,0.454545455,0.993592814,0.941600529,0,7,0 +10450,1743,0.027777778,0.090909091,0,0.000787037,0,0,0.000787037,0,1,0 +10451,1743,0.333333333,0.363636364,1,0.125763889,0,0,0.104108796,1,1,1 +10453,775,0.043478261,0.026315789,0,0.929890873,0.526315789,0.993592814,0.929890873,0,7,0 +10454,775,0.181818182,0.052631579,0,0.933875661,0.526315789,0.993592814,0.933859127,0,7,0 +10456,775,0.107142857,0.078947368,0,0.965580357,0.526315789,0.993592814,0.965580357,0,7,0 +10457,775,0.046511628,0.052631579,0,0.972356151,0.526315789,0.993592814,0.972351191,0,7,0 +10458,775,0.052631579,0.026315789,0,0.972602513,0.526315789,0.993592814,0.972602513,0,7,0 +10459,1980,0.003021148,0.020408163,0,0.001025132,0.632653061,0.993592814,0.001025132,0,7,0 +10460,1980,0.2,0.020408163,0,0.012109788,0.632653061,0.993592814,0.012109788,0,7,0 +10461,1980,0,0.020408163,0,0.025570437,0.632653061,0.993592814,0.025570437,0,7,0 +10463,1980,0.038461538,0.020408163,0,0.468784722,0.632653061,0.993592814,0.468784722,0,7,0 +10465,1980,0.020408163,0.020408163,0,0.546342593,0.632653061,0.993592814,0.546342593,0,7,0 +10466,1980,0.5,0.102040816,0,0.887741402,0.632653061,0.993592814,0.586145833,1,7,0 +10467,1980,0.045454545,0.040816327,0,0.587432209,0.632653061,0.993592814,0.586121032,0,7,0 +10470,775,0.204545455,0.236842105,1,0.991883267,0.526315789,0.993592814,0.991838624,0.916666667,7,1 +10472,775,0.024390244,0.026315789,0,0.987407407,0.526315789,0.993592814,0.987407407,0,7,0 +10474,775,0,0.026315789,0,0.998773148,0.526315789,0.993592814,0.998773148,0,7,0 +10476,1343,0.037037037,0.142857143,0,0.002268519,0,0,0.002268519,1,1,0 +10477,1343,0.05,0.428571429,0,0.967141204,0,0,0.1925,0.866666667,1,0 +10479,1980,0.007246377,0.020408163,0,0.87582672,0.632653061,0.993592814,0.87582672,0,7,0 +10480,1980,0.272727273,0.06122449,0,0.872131283,0.632653061,0.993592814,0.872118056,0,7,0 +10482,1980,0.052631579,0.020408163,0,0.88193287,0.632653061,0.993592814,0.88193287,0,7,0 +10486,690,0.056179775,0.25,0,0.54515873,0.1,0,0.281575728,0.84375,7,0 +10487,1980,0.125,0.040816327,0,0.957501653,0.632653061,0.993592814,0.957435516,0,7,0 +10489,690,0.142857143,0.05,0,0.643255622,0.1,0,0.643255622,0,7,0 +10490,2348,0.092307692,0.222222222,1,0.381699735,0.333333333,0.514607147,0.381688161,0.923076923,7,1 +10493,2348,0.066666667,0.037037037,0,0.393406085,0.333333333,0.514607147,0.393406085,0,7,0 +10494,2348,0.125,0.074074074,0,0.586987434,0.333333333,0.514607147,0.5869709,0,7,0 +10502,324,0.034013605,0.104166667,0,0.748630401,0.625,0.935345672,0.748630401,0.8125,3,0 +10503,324,0.020833333,0.020833333,0,0.742970679,0.625,0.935345672,0.742970679,0,3,0 +10507,1360,0.173913043,0.363636364,1,0.331810516,0,0,0.331784061,1,7,1 +10511,1360,0.05,0.090909091,0,0.419082341,0,0,0.419082341,0,7,0 +10512,1360,0.013333333,0.090909091,0,0.85135582,0,0,0.85135582,0,7,0 +10513,1813,0.272727273,0.136363636,0,0.980358796,0.181818182,0.993592814,0.980185185,1,1,0 +10516,1813,0.017241379,0.045454545,0,0.984872685,0.181818182,0.993592814,0.984872685,0,1,0 +10517,2313,0.011235955,0.04,0,4.96E-06,0.28,0.967640476,4.96E-06,0,7,0 +10519,2313,0.008695652,0.04,0,0.000279431,0.28,0.967640476,0.000279431,0,7,0 +10523,1795,0,0.035714286,0,0.972738095,0.357142857,0.993592814,0.972738095,0,7,0 +10525,1845,0.0625,0.025,0,0.628063272,0.55,0,0.628063272,0,3,0 +10526,1845,0.024691358,0.05,0,0.950744599,0.55,0,0.950744599,0,3,0 +10531,1845,0.043478261,0.025,0,0.795459105,0.55,0,0.795459105,0,3,0 +10532,1845,0.133333333,0.05,0,0.981242284,0.55,0,0.868337191,0,3,0 +10533,1845,0.068181818,0.075,0,0.94189429,0.55,0,0.94189429,0,3,0 +10535,674,0.003021148,0.04,0,0.997577161,0.28,0,0.997577161,0,3,0 +10536,674,0.4,0.56,1,0.699282407,0.28,0,0.699263117,0.916666667,3,1 +10538,324,0,0.020833333,0,0.788526235,0.625,0.935345672,0.788526235,0,3,0 +10539,324,0.333333333,0.020833333,0,0.80023534,0.625,0.935345672,0.80023534,0,3,0 +10540,324,0.25,0.020833333,0,0.883260031,0.625,0.935345672,0.883260031,0,3,0 +10541,1678,0.054054054,0.25,0,0.942073413,0,0,0.942073413,0.636363636,7,0 +10542,1678,0.230769231,0.375,0,0.27849537,0,0,0.000568783,1,7,0 +10543,1678,0.058823529,0.125,0,0.014775132,0,0,0.014775132,0.888888889,7,0 +10545,1760,1,0.035714286,0,0.974222222,0.678571429,0.993592814,0.974222222,0,5,0 +10546,2531,0.1,0.022727273,0,0.738675595,0.590909091,0,0.738675595,0,7,0 +10547,2531,0.058823529,0.022727273,0,0.871603836,0.590909091,0,0.871603836,0,7,0 +10548,2531,0.25,0.045454545,0,0.900982143,0.590909091,0,0.788320106,0,7,0 +10551,2531,0.083333333,0.022727273,0,0.998650794,0.590909091,0,0.998650794,0,7,0 +10552,2531,0.571428571,0.272727273,1,0.97489914,0.590909091,0,0.974851191,0.833333333,7,1 +10556,1760,0.008264463,0.017857143,0,0.004097222,0.678571429,0.993592814,0.004097222,0,5,0 +10562,6,0.093023256,0.181818182,1,0.795142747,0.181818182,0.993592814,0.795073303,0.866666667,3,1 +10566,6,0.063829787,0.272727273,1,0.90849537,0.181818182,0.993592814,0.908472222,0.806451613,3,1 +10567,242,0.05,0.055555556,0,0.297997685,0,0,0.297997685,0,3,0 +10569,242,0.16,0.222222222,1,0.061801698,0,0,0.061720679,0.75,3,1 +10574,324,0.03125,0.020833333,0,0.861994599,0.625,0.935345672,0.861994599,0,3,0 +10575,324,0.012987013,0.020833333,0,0.885891204,0.625,0.935345672,0.885891204,0,3,0 +10578,324,0.074468085,0.145833333,0,0.965486111,0.625,0.935345672,0.897407407,0.884615385,3,0 +10579,324,0.025974026,0.041666667,0,0.988977624,0.625,0.935345672,0.988977624,0,3,0 +10580,242,0.05,0.055555556,0,0.621944444,0,0,0.621944444,0,3,0 +10582,945,0.272727273,0.230769231,0,0.000169753,0,0,0.000123457,0.833333333,3,0 +10586,945,0.5,0.153846154,0,0.185150463,0,0,0.002222222,1,3,0 +10587,1131,0.0625,0.25,0,9.65E-05,0,0,3.47E-05,0.909090909,3,0 +10590,1331,0.115384615,0.081081081,0.5,0.004664352,0.513513514,0.676404764,0.004614198,0,3,0 +10597,1331,0.026666667,0.054054054,0,0.076045525,0.513513514,0.676404764,0.076045525,0,3,0 +10599,1749,0.11,0.35483871,1,0.859706019,0.419354839,0.999935281,0.859689815,0.666666667,5,1 +10600,1749,0.009063444,0.096774194,0,0.222719907,0.419354839,0.999935281,0.222689815,0,5,0 +10603,1749,0.014492754,0.064516129,0,0.922731482,0.419354839,0.999935281,0.922664352,0,5,0 +10605,1749,0.010416667,0.032258065,0,0.958150463,0.419354839,0.999935281,0.958150463,0,5,0 +10606,2185,0.5,0.025641026,0,0.000331019,0.538461538,0.99935281,0.000331019,0,5,0 +10608,1781,0.051724138,0.2,0,0.653472222,0,0.993592814,0.1753125,0.611111111,1,0 +10609,1131,0.25,0.25,0,0.000111883,0,0,3.09E-05,1,3,0 +10610,1131,0.142857143,0.125,0,0.068865741,0,0,0.068865741,0.8,3,0 +10612,1131,0.105263158,0.25,0,0.0071875,0,0,0.0071875,0.714285714,3,0 +10614,1624,0.111111111,0.055555556,0,0.97875,0,0.993592814,0.97875,0,10,0 +10615,1699,0.5,0.095238095,0,0.383055556,0.142857143,0.993592814,0.382962963,0,1,0 +10616,1699,0.007246377,0.047619048,0,0.551597222,0.142857143,0.993592814,0.551597222,0,1,0 +10617,2156,0.090909091,0.016393443,0,0.998227513,0.704918033,0.993592814,0.998227513,0,7,0 +10621,1749,0.083333333,0.032258065,0,0.99387037,0.419354839,0.999935281,0.99387037,0,5,0 +10622,1749,0.181818182,0.129032258,0.5,0.984534722,0.419354839,0.999935281,0.98450463,1,5,1 +10637,1749,0.25,0.129032258,0,0.922398148,0.419354839,0.999935281,0.831671296,0.8,5,0 +10640,2492,0.363636364,0.166666667,0,0.751689815,0.25,0,0.745733025,1,3,0 +10643,1120,0.071428571,0.090909091,0,0.267253638,0,0,0.267253638,0,7,0 +10644,2160,0.048780488,0.076923077,0,0.59020668,0.307692308,0,0.59020668,0,7,0 +10646,2160,1,0.076923077,0,0.052528109,0.307692308,0,0.005109127,0,7,0 +10649,2160,0.142857143,0.076923077,0,0.044236111,0.307692308,0,0.044171627,0,7,0 +10652,495,0.333333333,0.375,1,0.012425926,0,0,3.01E-05,1,5,1 +10656,1716,0.023255814,0.133333333,0,0.286342593,0,0,0.286226852,0.857142857,1,0 +10659,873,0.020833333,0.029411765,0,7.77E-05,0.470588235,0.993592814,7.77E-05,0,7,0 +10663,1739,0.333333333,0.018867925,0,0.217789352,0.660377358,0.993592814,0.217789352,0,7,0 +10664,344,0.012084592,0.571428571,0,0.599857804,0,0,0.585183532,0.848214286,7,0 +10666,369,0.066666667,0.055555556,0,0.85390873,0,0,0.85390873,0,7,0 +10667,369,0.2,0.055555556,0,0.857549603,0,0,0.857549603,0,7,0 +10668,369,0.034482759,0.111111111,0,0.87239914,0,0,0.872331349,0.947368421,7,0 +10670,369,0,0.055555556,0,0.960203373,0,0,0.960203373,0,7,0 +10672,1739,0.015384615,0.018867925,0,0.992748016,0.660377358,0.993592814,0.992748016,0,7,0 +10678,301,0.04,0.03125,0,0.227689815,0.4375,0.993592814,0.227689815,0,5,0 +10681,301,0.025974026,0.0625,0,0.719284722,0.4375,0.993592814,0.719270833,0,5,0 +10684,301,0.022727273,0.03125,0,0.917844907,0.4375,0.993592814,0.917844907,0,5,0 +10688,2218,0.153846154,0.8,1,0.000125661,0,0,0.000125661,0.916666667,7,1 +10696,971,0.25,0.058823529,0,0.305615079,0,0.999935281,0.305615079,0,7,0 +10697,971,0.018518519,0.058823529,0,0.20994213,0,0.999935281,0.20994213,0,7,0 +10699,971,0.013333333,0.058823529,0,0.543166336,0,0.999935281,0.543166336,0,7,0 +10700,873,0.2,0.058823529,0,9.92E-06,0.470588235,0.993592814,9.92E-06,0,7,0 +10702,1716,0.2,0.066666667,0,0.700543982,0,0,0.700543982,0,1,0 +10703,873,0.055555556,0.058823529,0,0.005507606,0.470588235,0.993592814,0.005491071,0,7,0 +10706,2318,0.074074074,0.058823529,0,0.343644676,0.470588235,0.993592814,0.343638889,0,10,0 +10709,873,0.027027027,0.029411765,0,0.677733135,0.470588235,0.993592814,0.677733135,0,7,0 +10722,580,0.04,0.020833333,0,0.996358796,0.625,0.993592814,0.996358796,0,5,0 +10723,580,0.416666667,0.104166667,0,0.996398148,0.625,0.993592814,0.996398148,0.666666667,5,0 +10728,1673,0.25,0.119047619,0,0.978530093,0.571428571,0.999935281,0.969826389,0.875,1,0 +10730,1673,0.333333333,0.023809524,0,0.874895833,0.571428571,0.999935281,0.874895833,0,1,0 +10732,381,0.055555556,0.176470588,0,0.909459387,0,0.993592814,0.909394707,0.95,3,0 +10738,366,0.333333333,0.042553191,0,0.9528125,0.617021277,0.993592814,0.239849537,0,1,0 +10742,2085,0.015384615,0.03030303,0,3.31E-06,0.454545455,0.993592814,3.31E-06,0,7,0 +10743,2085,0.1,0.03030303,0,3.31E-06,0.454545455,0.993592814,3.31E-06,0,7,0 +10746,2085,0.2,0.03030303,0,0.047883598,0.454545455,0.993592814,0.047883598,0,7,0 +10749,1568,0.0625,0.25,0,0.186180556,0,0.993592814,0.186138117,0.789473684,3,0 +10750,2453,0.028571429,0.041666667,0,0.49369213,0.25,0.993592814,0.49369213,0,1,0 +10751,919,0.545454545,0.339622642,1,0.966332672,0.660377358,0.993592814,0.966263228,0.857142857,7,1 +10763,198,0.076923077,0.02173913,0,0.993657407,0.608695652,0.993592814,0.993657407,0,1,0 +10764,1568,0.083333333,0.083333333,0,0.351466049,0,0.993592814,0.351466049,0,3,0 +10765,1568,0.058823529,0.083333333,0,0.778634259,0,0.993592814,0.778634259,0,3,0 +10768,366,0.041322314,0.106382979,0,0.951631944,0.617021277,0.993592814,0.827662037,0.818181818,1,0 +10769,366,0.15625,0.106382979,0.5,0.892106482,0.617021277,0.993592814,0.77755787,0.8125,1,1 +10771,32,0.071428571,0.018867925,0,0.950030093,0.660377358,0.999935281,0.950030093,0,5,0 +10772,32,0.12,0.056603774,0.5,0.951877315,0.660377358,0.999935281,0.951863426,0,5,0 +10775,366,0.025641026,0.021276596,0,0.939328704,0.617021277,0.993592814,0.939328704,0,1,0 +10776,32,0.153846154,0.037735849,0,0.956509259,0.660377358,0.999935281,0.956384259,0,5,0 +10777,366,0.03125,0.021276596,0,0.923668982,0.617021277,0.993592814,0.923668982,0,1,0 +10779,32,0.028571429,0.018867925,0,0.989335648,0.660377358,0.999935281,0.989335648,0,5,0 +10780,32,0.025,0.018867925,0,0.99306713,0.660377358,0.999935281,0.99306713,0,5,0 +10781,551,0.031746032,0.074074074,0,8.93E-05,0.333333333,0,4.63E-05,0,7,0 +10785,1317,0.533333333,0.5,1,0.284828042,0,0,0.284828042,0.6,7,1 +10789,1734,0.028571429,0.1,0,0.479333333,0,0,0.479333333,0.769230769,5,0 +10790,1734,0.2,0.3,0,0.483263889,0,0,0.053423611,0.909090909,5,0 +10791,1734,0.034482759,0.1,0,0.667636574,0,0,0.667636574,0.777777778,5,0 +10793,1734,0.142857143,0.1,0,0.999530093,0,0,0.999530093,0.75,5,0 +10796,1234,0.4,0.090909091,0,1.16E-05,0.181818182,0,2.31E-06,0,5,0 +10798,617,0.1,0.028571429,0,0.59020668,0.485714286,0,0.59020668,0,7,0 +10799,617,0.041322314,0.142857143,0,0.611114418,0.485714286,0,0.124072421,0.818181818,7,0 +10803,353,0.875,0.082352941,0,0.862287809,0.788235294,0.993592814,0.862260803,0,3,0 +10810,162,0.066666667,0.083333333,0,0.531921296,0,0.993592814,0.531921296,0,3,0 +10811,2457,0.333333333,0.025641026,0,0.98533912,0.538461538,0.999935281,0.98533912,0,10,0 +10812,17,0.043478261,0.04,0,0.756967593,0.28,0.993592814,0.756967593,0,3,0 +10813,17,0.714285714,0.2,1,0.439992284,0.28,0.993592814,0.439965278,1,3,1 +10818,17,0.015384615,0.04,0,0.793236883,0.28,0.993592814,0.793236883,0,3,0 +10822,589,0.4,0.023529412,0,0.947080027,0.788235294,0.993592814,0.947063492,0,7,0 +10825,589,0.010416667,0.011764706,0,0.968640873,0.788235294,0.993592814,0.968640873,0,7,0 +10826,589,0.272727273,0.141176471,1,0.969856151,0.788235294,0.993592814,0.85432209,0.916666667,7,1 +10827,353,0.032258065,0.023529412,0,0.71443287,0.788235294,0.993592814,0.714074074,0,3,0 +10834,930,0.285714286,0.1,0,0.655327932,0.1,0.676469483,0.655243056,1,3,0 +10835,2098,0.033333333,0.027777778,0,0.875962302,0.5,0.98712091,0.875962302,0,7,0 +10836,2098,0.01,0.027777778,0,0.911049934,0.5,0.98712091,0.911049934,0,7,0 +10837,2098,0.069767442,0.083333333,0,0.93499504,0.5,0.98712091,0.934973545,0,7,0 +10840,2098,0.010416667,0.027777778,0,0.940271164,0.5,0.98712091,0.940271164,0,7,0 +10841,2059,0.1,0.2,0,0.000983796,0,0,0.000983796,0.333333333,7,0 +10842,930,0.066666667,0.05,0,0.725015432,0.1,0.676469483,0.725015432,0,3,0 +10847,2457,0.008196721,0.025641026,0,0.924859954,0.538461538,0.999935281,0.924859954,0,10,0 +10848,2457,0.03125,0.025641026,0,0.997665509,0.538461538,0.999935281,0.997665509,0,10,0 +10849,2457,0.142857143,0.025641026,0,0.992498843,0.538461538,0.999935281,0.992498843,0,10,0 +10850,353,0.263157895,0.058823529,0,0.869957562,0.788235294,0.993592814,0.869934414,0,3,0 +10852,2500,0.066666667,0.111111111,0,0.005122685,0,0.825258573,0.005122685,0.571428571,5,0 +10853,2500,0.014492754,0.222222222,0,0.03468287,0,0.825258573,0.034666667,0.865671642,5,0 +10855,2459,0.016129032,0.052631579,0,0.031622024,0.052631579,0,0.031622024,0,7,0 +10856,2459,0.01,0.052631579,0,0.016388889,0.052631579,0,0.016388889,0,7,0 +10857,2459,0.142857143,0.052631579,0,0.888125,0.052631579,0,0.888125,0,7,0 +10858,2459,0.090909091,0.052631579,0,0.504277447,0.052631579,0,0.504277447,0,7,0 +10861,589,0.3125,0.058823529,0,0.99833664,0.788235294,0.993592814,0.99832672,0,7,0 +10862,589,0.954545455,0.247058824,1,0.97948082,0.788235294,0.993592814,0.979464286,1,7,1 +10865,728,0.375,0.352941176,0.5,0.000138889,0,0,9.26E-06,0.875,5,0 +10866,728,1,0.117647059,0,0.00119213,0,0,0.001145833,1,5,0 +10871,728,0.103448276,0.176470588,0,0.004030093,0,0,0.00155787,1,5,0 +10876,728,0.05,0.176470588,0,0.004685185,0,0,0.004574074,0.866666667,5,0 +10879,1152,0.04,0.043478261,0,0.000198413,0.217391304,0,0.000198413,0,7,0 +10880,1152,0.038461538,0.043478261,0,3.31E-06,0.217391304,0,3.31E-06,0,7,0 +10881,131,0.041666667,0.090909091,0,0.125726852,0,0,0.125726852,0,5,0 +10885,131,0.041666667,0.090909091,0,0.544868056,0,0,0.544868056,0,5,0 +10886,1152,0.055555556,0.130434783,0.5,0.015821759,0.217391304,0,0.002207341,0.806451613,7,1 +10889,433,0.034482759,0.285714286,0,0.031777447,0,0,0.03176918,0.851851852,7,0 +10892,1116,0.304347826,0.333333333,0.5,0.199826389,0.142857143,0,0.199710648,0.833333333,1,1 +10894,1116,0.012084592,0.19047619,0.5,0.245972222,0.142857143,0,0.245833333,0.848214286,1,1 +10895,1116,0.058823529,0.047619048,0,0.294606482,0.142857143,0,0.294606482,0,1,0 +10899,1116,0.105263158,0.095238095,0,0.587349537,0.142857143,0,0.587349537,0,1,0 +10900,1116,0.2,0.047619048,0,0.750347222,0.142857143,0,0.750347222,0,1,0 +10901,699,0.010204082,0.2,0,4.63E-05,0,0,4.63E-05,0.878787879,1,0 +10902,699,0.016666667,0.2,0,0.222569444,0,0,0.222569444,0.842105263,1,0 +10903,699,0.176470588,0.6,0.5,0.028773148,0,0,0.028668982,1,1,1 +10912,1437,0.107692308,0.291666667,1,0.967185847,0.25,0.993592814,0.96650959,0.923076923,7,1 +10914,1437,0.2,0.208333333,0.5,0.981628638,0.25,0.993592814,0.981005291,0.909090909,7,1 +10915,1437,0.25,0.041666667,0,0.981068122,0.25,0.993592814,0.981068122,0,7,0 +10917,433,0.125,0.142857143,0,0.100494378,0,0,0.100494378,1,7,0 +10919,297,0.02173913,0.153846154,0,0.000108025,0,0.993592814,5.02E-05,0.903225806,3,0 +10921,297,0.1875,0.230769231,0,0.000142747,0,0.993592814,5.02E-05,1,3,0 +10922,297,0.111111111,0.076923077,0,0.013614969,0,0.993592814,0.013614969,0,3,0 +10923,297,0.090909091,0.076923077,0,0.023206019,0,0.993592814,0.023206019,0,3,0 +10924,297,0.6,0.230769231,0.5,0.031967593,0,0.993592814,0.023132716,1,3,0 +10926,1837,0.125,0.071428571,0,0.887660384,0,0,0.887660384,0,7,0 +10927,1837,0.111111111,0.071428571,0,0.945497685,0,0,0.945497685,0,7,0 +10928,1837,0.0625,0.071428571,0,0.999247685,0,0,0.999247685,0,7,0 +10929,1537,0.142857143,0.6,0.5,0.022093254,0,0,0.000623347,0.888888889,7,1 +10932,1537,0.038461538,0.4,0,0.013571429,0,0,0.013566468,0.76,7,0 +10935,297,0.2,0.076923077,0,0.113645833,0,0.993592814,0.113645833,0,3,0 +10936,297,0.142857143,0.076923077,0,0.127716049,0,0.993592814,0.127716049,0,3,0 +10937,1771,0.028571429,0.058823529,0,0.999179894,0,0.993528095,0.999179894,0,7,0 +10939,1452,0.259259259,0.875,1,0.000509259,0,0,0.000381944,0.666666667,1,1 +10940,1452,0.028571429,0.125,0,0.049722222,0,0,0.049722222,0.76,1,0 +10947,2186,0.0375,0.272727273,0,0.984078704,0,0.993592814,0.946731482,0.954545455,5,0 +10953,1437,0.071428571,0.041666667,0,0.981092923,0.25,0.993592814,0.981092923,0,7,0 +10955,735,0.028571429,0.2,0,6.94E-06,0,0,6.94E-06,0.857142857,5,0 +10956,735,0.066666667,0.2,0,0.052405093,0,0,0.052405093,0.909090909,5,0 +10957,735,0.058823529,0.2,0,0.0368125,0,0,0.0368125,0.75,5,0 +10958,735,0.076923077,0.2,0,0.071821759,0,0,0.071821759,1,5,0 +10959,701,0.019607843,0.222222222,0,0.195900463,0,0,9.26E-06,0.888888889,5,0 +10961,1437,0.375,0.125,0,0.213171296,0.25,0.993592814,0.213088624,0.5,7,0 +10963,1437,0.022222222,0.041666667,0,0.463450728,0.25,0.993592814,0.463450728,0,7,0 +10964,1484,0.210526316,0.228571429,0.5,0.966266534,0.485714286,0.993592814,0.966205357,0.923076923,7,1 +10971,1484,0.020408163,0.028571429,0,0.974960318,0.485714286,0.993592814,0.974960318,0,7,0 +10975,2186,0.066666667,0.090909091,0,0.643837963,0,0.993592814,0.643837963,0,5,0 +10979,1022,0.5,0.166666667,0,0.001228505,0,0,0.001228505,1,7,0 +10980,1022,0.0625,0.333333333,0,0.005818452,0,0,0.000456349,0.913043478,7,0 +10981,1022,0.1,0.333333333,0,0.011210318,0,0,0.011127646,0.933333333,7,0 +10984,1440,1,0.285714286,0,6.17E-05,0,0.993592814,3.47E-05,1,3,0 +10985,954,0.085714286,0.333333333,0,0.210934193,0,0,6.61E-06,0.866666667,7,0 +10986,961,0.055555556,0.0625,0,2.70E-05,0,0.993592814,2.70E-05,0,3,0 +10988,961,0.020408163,0.0625,0,0.335516975,0,0.993592814,0.335516975,0,3,0 +10989,961,0.125,0.125,0,0.007920525,0,0.993592814,0.007878086,0.9,3,0 +10990,961,0.147058824,0.3125,0,0.510868056,0,0.993592814,0.510868056,1,3,0 +10992,1079,0.076923077,0.055555556,0,6.94E-06,0,0,6.94E-06,0,5,0 +10993,2051,0.162162162,0.222222222,0,0.693125,0.333333333,0.999935281,0.238726852,0.75,1,0 +10994,2051,0.111111111,0.037037037,0,0.944837963,0.333333333,0.999935281,0.944837963,0,1,0 +10996,2051,0.12962963,0.518518519,1,0.955925926,0.333333333,0.999935281,0.954270833,0.821428571,1,1 +10997,954,0.03125,0.111111111,0,0.000676257,0,0,0.000676257,0.923076923,7,0 +11000,965,0.051282051,0.052631579,0,0.71577381,0.526315789,0.993592814,0.71577381,0,7,0 +11020,729,0.016393443,0.333333333,0,0.002253086,0,0,0.002214506,0.9,3,0 +11021,729,0.04,0.333333333,0,0.019764661,0,0,0.019598765,1,3,0 +11023,729,0.133333333,0.333333333,0,0.818491512,0,0,0.818375772,1,3,0 +11039,965,0.066666667,0.026315789,0,0.903916997,0.526315789,0.993592814,0.903916997,0,7,0 +11042,1472,0.057142857,0.142857143,0,0.000513117,0,0,0.000513117,0.736842105,3,0 +11047,329,0.018518519,0.066666667,0,2.08E-05,0,0,2.08E-05,0,5,0 +11050,329,0.049180328,0.4,0.5,0.009527778,0,0,0.001601852,0.9,5,0 +11051,329,0.285714286,0.133333333,0,0.001657407,0,0,0.000731482,0.8,5,0 +11054,961,0.012987013,0.0625,0,0.478919753,0,0.993592814,0.478919753,0,3,0 +11055,961,0.111111111,0.0625,0,0.698410494,0,0.993592814,0.698410494,0,3,0 +11058,647,1,0.384615385,1,0.080609568,0,0.993592814,0.080536265,0,3,0 +11060,647,0.010638298,0.076923077,0,0.224618056,0,0.993592814,0.224618056,0,3,0 +11061,647,0.01,0.076923077,0,0.09251929,0,0.993592814,0.09251929,0,3,0 +11062,647,0.176470588,0.461538462,1,0.109266975,0,0.993592814,0.109155093,0.923076923,3,1 +11065,2047,1,0.090909091,0,0.94484127,0.454545455,0.993592814,0.944833003,0,7,0 +11074,1593,0.5,0.066666667,0,1.54E-05,0,0,1.54E-05,0,3,0 +11076,1593,0.055555556,0.066666667,0,0,0,0,0,0,3,0 +11077,2311,0.6,0.214285714,0,0.429756944,0,0,0.001493056,0.666666667,7,0 +11078,2311,0.090909091,0.214285714,0,0.108733466,0,0,0.108725198,0.857142857,7,0 +11083,1743,0.024691358,0.181818182,0,0.173761574,0,0,0.173703704,0.885714286,1,0 +11085,1743,0.008403361,0.090909091,0,0.176041667,0,0,0.176041667,0,1,0 +11086,1743,0.125,0.090909091,0,0.420949074,0,0,0.420949074,0,1,0 +11092,2498,0.038461538,0.039215686,0,0.731581019,0.647058824,0.825258573,0.731581019,0,5,0 +11098,2498,0.068181818,0.058823529,0,0.659240741,0.647058824,0.825258573,0.659229167,0,5,0 +11102,2498,0.114285714,0.078431373,0,0.664905093,0.647058824,0.825258573,0.555166667,0,5,0 +11103,2498,0.090909091,0.039215686,0,0.569418982,0.647058824,0.825258573,0.569356482,0,5,0 +11106,2498,0.05,0.019607843,0,0.661497685,0.647058824,0.825258573,0.661497685,0,5,0 +11110,775,0.25,0.105263158,0,0.992075066,0.526315789,0.993592814,0.992015542,1,7,0 +11118,425,0.057971014,0.19047619,1,0.951554784,0.571428571,0,0.951431327,0.865671642,3,1 +11121,425,0.008196721,0.023809524,0,0.963140432,0.571428571,0,0.963140432,0,3,0 +11124,1543,0.090909091,0.041666667,0,0.951643519,0.25,0.993592814,0.951643519,0,1,0 +11125,1593,0.008695652,0.066666667,0,2.31E-05,0,0,2.31E-05,0,3,0 +11126,1593,0.055555556,0.066666667,0,2.31E-05,0,0,2.31E-05,0,3,0 +11127,1593,0.031746032,0.133333333,0,8.10E-05,0,0,2.31E-05,0.80952381,3,0 +11128,2047,0.846153846,0.333333333,0.5,0.96463459,0.454545455,0.993592814,0.938574736,0.666666667,7,1 +11129,2047,0.083333333,0.03030303,0,0.950241402,0.454545455,0.993592814,0.950241402,0,7,0 +11130,2047,0.068181818,0.090909091,0,0.971393849,0.454545455,0.993592814,0.964912368,0,7,0 +11132,2047,0.038461538,0.03030303,0,0.970094246,0.454545455,0.993592814,0.970094246,0,7,0 +11135,2047,0.052631579,0.03030303,0,0.972311508,0.454545455,0.993592814,0.972311508,0,7,0 +11136,1593,0.2,0.066666667,0,0.019814815,0,0,0.019814815,0,3,0 +11138,643,0.15,0.375,0,0.611790675,0,0,0.269551918,0.75,7,0 +11140,2498,0.037735849,0.039215686,0,0.706416667,0.647058824,0.825258573,0.706416667,0,5,0 +11141,643,0.4,0.25,0,0.972323082,0,0,0.914310516,1,7,0 +11142,2498,0.01754386,0.019607843,0,0.760009259,0.647058824,0.825258573,0.760009259,0,5,0 +11143,643,0.068965517,0.25,0,0.987678571,0,0,0.968070437,1,7,0 +11145,643,0.055555556,0.125,0,0.988498677,0,0,0.988498677,0.909090909,7,0 +11146,2498,0.25,0.078431373,0,0.84381713,0.647058824,0.825258573,0.843775463,0,5,0 +11147,2498,0.028571429,0.019607843,0,0.78087963,0.647058824,0.825258573,0.78087963,0,5,0 +11150,139,0.025641026,0.071428571,0,0.99887037,0,0.999935281,0.99887037,0,5,0 +11152,593,1,0.090909091,0,1.65E-05,0.454545455,0.935345672,1.65E-06,0,7,0 +11153,593,0.25,0.03030303,0,0.015319114,0.454545455,0.935345672,0.015319114,0,7,0 +11156,593,0.111111111,0.03030303,0,0.06390873,0.454545455,0.935345672,0.06390873,0,7,0 +11157,242,0.02,0.055555556,0,0.683993056,0,0,0.683993056,0,3,0 +11160,1845,0.066666667,0.025,0,0.963722994,0.55,0,0.963722994,0,3,0 +11161,1845,0.769230769,0.25,1,0.951554784,0.55,0,0.951400463,0.666666667,3,1 +11164,1710,0.045454545,0.08,0,0.162966821,0.28,0,0.162966821,0,3,0 +11168,1760,0.010204082,0.017857143,0,0.291715278,0.678571429,0.993592814,0.291715278,0,5,0 +11172,6,0.5,0.045454545,0,2.31E-05,0.181818182,0.993592814,2.31E-05,0,3,0 +11173,324,0.101123596,0.1875,1,0.900991512,0.625,0.935345672,0.784093364,0.84375,3,1 +11180,324,0.034482759,0.020833333,0,0.918213735,0.625,0.935345672,0.918213735,0,3,0 +11181,2313,0.272727273,0.12,0,0.000548942,0.28,0.967640476,0.000548942,0.833333333,7,0 +11182,2313,0.5,0.04,0,0.00135086,0.28,0.967640476,0.00135086,0,7,0 +11183,2313,1,0.08,0,0.003630952,0.28,0.967640476,0.003621032,0,7,0 +11185,1760,0.046153846,0.053571429,0,0.130094907,0.678571429,0.993592814,0.130083333,0,5,0 +11187,1760,0.066666667,0.053571429,0.5,0.263263889,0.678571429,0.993592814,0.263240741,0,5,0 +11195,256,0.5,0.015384615,0,0.650053241,0.723076923,0.993592814,0.650053241,0,5,0 +11196,256,0.028571429,0.015384615,0,0.674483796,0.723076923,0.993592814,0.674483796,0,5,0 +11197,256,0.150943396,0.123076923,1,0.730240741,0.723076923,0.993592814,0.711113426,0.782608696,5,1 +11198,2313,0.3,0.12,0.5,0.08015873,0.28,0.967640476,0.08014881,0.666666667,7,1 +11212,1596,0.055555556,0.2,0,2.70E-05,0,0,2.70E-05,0.615384615,3,0 +11215,1596,0.111111111,0.2,0,0.503549383,0,0,0.503549383,0.888888889,3,0 +11222,2531,0.041666667,0.022727273,0,0.989130291,0.590909091,0,0.989130291,0,7,0 +11223,356,0.2,0.071428571,0,0.003753307,0,0,0.003753307,0,7,0 +11224,356,0.166666667,0.142857143,0,0.013733466,0,0,0.008938492,1,7,0 +11225,356,0.051282051,0.142857143,0,0.00901455,0,0,0.008392857,0.75,7,0 +11228,1796,0.090909091,0.043478261,0,0.136273148,0.217391304,0.935280953,0.136273148,0,1,0 +11229,1796,0.055555556,0.043478261,0,0.165381944,0.217391304,0.935280953,0.165381944,0,1,0 +11230,1796,0.034482759,0.043478261,0,0.201284722,0.217391304,0.935280953,0.201284722,0,1,0 +11231,1796,0.75,0.260869565,1,0.177534722,0.217391304,0.935280953,0.175266204,1,1,1 +11234,324,0.055555556,0.020833333,0,2.31E-05,0.625,0.935345672,2.31E-05,0,3,0 +11237,1678,0.076923077,0.125,0,0.710886243,0,0,0.710886243,1,7,0 +11238,1678,0.142857143,0.125,0,0.728338294,0,0,0.728338294,1,7,0 +11239,242,0.153846154,0.111111111,0,0.994039352,0,0,0.367685185,0.777777778,3,0 +11245,324,0.045454545,0.020833333,0,0.176994599,0.625,0.935345672,0.176994599,0,3,0 +11250,2185,0.045454545,0.025641026,0,0.004085648,0.538461538,0.99935281,0.004085648,0,5,0 +11252,2185,0.028571429,0.025641026,0,0.008016204,0.538461538,0.99935281,0.008016204,0,5,0 +11253,2185,0.020408163,0.025641026,0,0.008092593,0.538461538,0.99935281,0.008092593,0,5,0 +11254,2185,0.4375,0.179487179,1,0.01643287,0.538461538,0.99935281,0.000236111,0.714285714,5,1 +11255,2185,0.051724138,0.076923077,0,0.117939815,0.538461538,0.99935281,0.033962963,0,5,0 +11257,2185,0.115384615,0.076923077,0,0.039472222,0.538461538,0.99935281,0.039456019,0,5,0 +11261,2185,0.0625,0.025641026,0,0.056643519,0.538461538,0.99935281,0.056643519,0,5,0 +11262,2185,0.008695652,0.025641026,0,0.432773148,0.538461538,0.99935281,0.432773148,0,5,0 +11263,945,0.5,0.230769231,0.5,0.00466821,0,0,0.004471451,1,3,0 +11266,945,0.012345679,0.076923077,0,0.424097222,0,0,0.424097222,0,3,0 +11267,420,0.071428571,0.2,0,0.321905864,0,0,0.321905864,0.857142857,3,0 +11268,420,0.018867925,0.2,0,0.754656636,0,0,0.754656636,0.782608696,3,0 +11269,420,0.333333333,0.2,0,0.046959877,0,0,0.046959877,0.666666667,3,0 +11271,420,0.011235955,0.2,0,0.021840278,0,0,0.021840278,0.84375,3,0 +11272,420,0.25,0.2,0,0.022372685,0,0,0.022372685,1,3,0 +11274,1131,0.047619048,0.125,0,0.404012346,0,0,0.404012346,0.846153846,3,0 +11277,1749,0.020408163,0.096774194,0,0.469509259,0.419354839,0.999935281,0.469509259,0,5,0 +11282,2492,0.0625,0.083333333,0,0.001219136,0.25,0,0.001207562,0,3,0 +11283,2492,0.034482759,0.041666667,0,0.00162037,0.25,0,0.00162037,0,3,0 +11284,620,0,0.1,0,8.10E-05,0,0,8.10E-05,0,1,0 +11285,1331,0.058823529,0.027027027,0,0.92912037,0.513513514,0.676404764,0.92912037,0,3,0 +11287,1331,0.387096774,0.324324324,1,0.994274691,0.513513514,0.676404764,0.988433642,0.857142857,3,1 +11288,1331,0.035714286,0.027027027,0,0.973657407,0.513513514,0.676404764,0.973657407,0,3,0 +11289,1331,0.089552239,0.162162162,1,0.95599537,0.513513514,0.676404764,0.018815586,0.806451613,3,1 +11290,470,0.12,0.428571429,0,0.04781746,0,0,1.98E-05,0.909090909,7,0 +11292,302,0.060606061,0.166666667,0,0.006203704,0,0.999935281,0.006203704,0.888888889,1,0 +11298,863,0.208333333,0.357142857,1,0.02265377,0,0.967705195,0.022630622,0.909090909,7,1 +11300,863,0,0.071428571,0,0.462938161,0,0.967705195,0.462938161,0,7,0 +11307,863,0.006042296,0.142857143,0,0.804760251,0,0.967705195,0.804750331,0.848214286,7,0 +11309,863,0.0625,0.071428571,0,0.949647818,0,0.967705195,0.949647818,0,7,0 +11311,470,0.052631579,0.142857143,0,8.27E-06,0,0,8.27E-06,0.833333333,7,0 +11312,470,0.027777778,0.142857143,0,0.001579034,0,0,0.001579034,1,7,0 +11313,1624,0.015384615,0.055555556,0,6.94E-06,0,0.993592814,6.94E-06,0,10,0 +11314,1624,0.022727273,0.055555556,0,1.74E-05,0,0.993592814,1.74E-05,0,10,0 +11315,2185,0,0.025641026,0,0.987608796,0.538461538,0.99935281,0.987608796,0,5,0 +11317,1624,0.25,0.055555556,0,7.29E-05,0,0.993592814,7.29E-05,0,10,0 +11318,477,0.051724138,0.3,0.5,0.18,0,0,0.179822531,1,3,0 +11320,1917,0.014925373,0.125,0,0.000170304,0,0,0.000170304,0.88,7,0 +11323,1917,0.5,0.25,0,0.455405093,0,0,0.455372024,1,7,0 +11324,1781,0.363636364,0.266666667,1,0.661979167,0,0.993592814,0.661875,1,1,1 +11325,1917,0.416666667,0.625,0.5,0.844593254,0,0,0.141741071,0.75,7,1 +11330,1781,0.133333333,0.133333333,0,0.922465278,0,0.993592814,0.922465278,1,1,0 +11333,495,0.08,0.125,0,0.007243056,0,0,0.007243056,1,5,0 +11335,495,0.090909091,0.0625,0,0.046085648,0,0,0.046085648,0,5,0 +11336,495,0.111111111,0.125,0,0.039152778,0,0,0.039115741,0.642857143,5,0 +11337,495,0.05,0.0625,0,0.697412037,0,0,0.697412037,0,5,0 +11338,1673,1,0.095238095,0.5,0.655104167,0.571428571,0.999935281,0.655,0,1,1 +11340,1673,1,0.047619048,0,0.861956019,0.571428571,0.999935281,0.861782407,0,1,0 +11343,1246,0.25,0.052631579,0,0.004539352,0.052631579,0,0.004539352,0,5,0 +11344,1246,0.012084592,0.210526316,0,0.010523148,0.052631579,0,0.003979167,0.848214286,5,0 +11345,1246,0,0.052631579,0,0.098949074,0.052631579,0,0.098949074,0,5,0 +11348,873,0.052631579,0.058823529,0,0.007916667,0.470588235,0.993592814,0.00765873,0,7,0 +11349,873,0.25,0.088235294,0,0.687131283,0.470588235,0.993592814,0.536724537,0,7,0 +11351,1673,1,0.047619048,0,0.883796296,0.571428571,0.999935281,0.879583333,0,1,0 +11355,580,0.2,0.020833333,0,0.997761574,0.625,0.993592814,0.997761574,0,5,0 +11370,873,0.4,0.058823529,0,0.682691799,0.470588235,0.993592814,0.682678571,0,7,0 +11372,480,1,0.064516129,0,0.028136574,0.419354839,0.993592814,0.006886574,0,1,0 +11375,480,0.051724138,0.096774194,0,0.155474537,0.419354839,0.993592814,0.153993056,0,1,0 +11376,480,0.75,0.096774194,0,0.076388889,0.419354839,0.993592814,0.076388889,0,1,0 +11379,873,0.010869565,0.029411765,0,0.953245701,0.470588235,0.993592814,0.953245701,0,7,0 +11384,1739,0.3,0.169811321,1,0.511549273,0.660377358,0.993592814,0.127438823,1,7,1 +11385,1739,0.008695652,0.018867925,0,0.683377976,0.660377358,0.993592814,0.683377976,0,7,0 +11386,1739,0.384615385,0.283018868,0.5,0.979751984,0.660377358,0.993592814,0.790180225,0.823529412,7,1 +11390,2316,0.055555556,0.166666667,0,0.003895503,0,0,0.003826058,0.818181818,7,0 +11394,2316,0.03125,0.083333333,0,0.007516534,0,0,0.007516534,0,7,0 +11395,1739,1,0.132075472,0.5,0.791742725,0.660377358,0.993592814,0.746995701,1,7,1 +11396,2316,0.076923077,0.25,0,0.018549934,0,0,0.007311508,0.75,7,0 +11399,2316,0,0.083333333,0,0.236008598,0,0,0.236008598,0,7,0 +11400,2014,0.041666667,0.025641026,0,0.168707011,0.538461538,0.993592814,0.168707011,0,7,0 +11402,1673,0.058823529,0.023809524,0,0.928333333,0.571428571,0.999935281,0.928333333,0,1,0 +11404,1673,0.007246377,0.023809524,0,0.949814815,0.571428571,0.999935281,0.949814815,0,1,0 +11408,1739,0.272727273,0.056603774,0,0.996772487,0.660377358,0.993592814,0.993703704,0,7,0 +11410,1739,0.038461538,0.018867925,0,0.994522156,0.660377358,0.993592814,0.994522156,0,7,0 +11412,2014,0.574074074,0.794871795,1,0.98796627,0.538461538,0.993592814,0.900496032,1,7,1 +11415,480,0.003021148,0.032258065,0,0.144398148,0.419354839,0.993592814,0.144398148,0,1,0 +11417,617,0.025,0.028571429,0,0.629136905,0.485714286,0,0.629136905,0,7,0 +11418,617,0.03030303,0.028571429,0,0.616382275,0.485714286,0,0.616382275,0,7,0 +11419,617,0.022727273,0.028571429,0,0.633597884,0.485714286,0,0.633597884,0,7,0 +11420,617,0.096774194,0.085714286,0,0.773569775,0.485714286,0,0.773546627,0,7,0 +11421,617,0.0625,0.057142857,0,0.99046627,0.485714286,0,0.839088955,0,7,0 +11423,366,0.306451613,0.404255319,1,0.692800926,0.617021277,0.993592814,0.692615741,0.75,1,1 +11431,1734,0.166666667,0.1,0,0.783949074,0,0,0.783949074,1,5,0 +11432,1738,0.25,0.090909091,0,0.010389661,0,0,0.010389661,0,3,0 +11436,551,0.2,0.037037037,0,0.001092923,0.333333333,0,0.001092923,0,7,0 +11438,551,0.068181818,0.111111111,0,0.061292989,0.333333333,0,0.061279762,1,7,0 +11445,2353,0.041237113,0.571428571,1,0.389118056,0,0,0.38900463,0.75,5,1 +11446,2353,0.5,0.285714286,0,0.699296296,0,0,0.699270833,1,5,0 +11448,2353,0.1,0.142857143,0,0.975969907,0,0,0.975969907,1,5,0 +11452,551,0.333333333,0.074074074,0,0.09239914,0.333333333,0,0.062835648,0,7,0 +11454,551,0.116666667,0.259259259,0.5,0.220585318,0.333333333,0,0.033707011,0.842105263,7,1 +11456,1234,0.125,0.090909091,0,0.220259259,0.181818182,0,4.63E-06,0,5,0 +11462,366,0.052173913,0.127659574,0.5,0.798946759,0.617021277,0.993592814,0.009247685,0.87755102,1,1 +11465,617,0.166666667,0.028571429,0,0.856443452,0.485714286,0,0.856443452,0,7,0 +11466,617,0,0.028571429,0,0.887030423,0.485714286,0,0.887030423,0,7,0 +11469,551,0,0.037037037,0,0.919092262,0.333333333,0,0.919092262,0,7,0 +11473,1738,0.081081081,0.272727273,0,0.175489969,0,0,0.00035108,0.75,3,0 +11474,1738,1,0.363636364,0.5,0.757708333,0,0,0.081168982,1,3,1 +11480,1230,0.173913043,0.117647059,0,0.094141865,0.470588235,0.676404764,0.085925926,0.866666667,7,0 +11484,1230,0.049586777,0.176470588,1,0.092227183,0.470588235,0.676404764,0.092104828,0.818181818,7,1 +11500,2500,0.02173913,0.111111111,0,0.288773148,0,0.825258573,0.288773148,0.941176471,5,0 +11501,594,0.166666667,0.03030303,0,0.999490741,0.454545455,0.999935281,0.999490741,0,1,0 +11502,594,1,0.060606061,0,0.728958333,0.454545455,0.999935281,0.72875,0,1,0 +11504,221,0.081081081,0.3,0.5,0.102149471,0,0,0.026845238,0.777777778,7,1 +11507,221,0.014084507,0.1,0,0.17088459,0,0,0.17088459,0.933333333,7,0 +11509,1991,0.142857143,0.035714286,0,2.31E-05,0.357142857,0.993592814,2.31E-05,0,3,0 +11510,1991,0.052631579,0.035714286,0,2.70E-05,0.357142857,0.993592814,2.70E-05,0,3,0 +11511,1991,0.2,0.035714286,0,0.000169753,0.357142857,0.993592814,0.000169753,0,3,0 +11512,1991,0.047619048,0.035714286,0,0.000189043,0.357142857,0.993592814,0.000189043,0,3,0 +11513,1991,0.125,0.035714286,0,0.035104167,0.357142857,0.993592814,0.035104167,0,3,0 +11514,1991,0.053333333,0.142857143,1,0.221195988,0.357142857,0.993592814,0.003506944,0.933333333,3,1 +11519,2098,0.05,0.027777778,0,0.00223545,0.5,0.98712091,0.00223545,0,7,0 +11520,2098,0.0625,0.027777778,0,0.624998347,0.5,0.98712091,0.624998347,0,7,0 +11521,2098,0.652173913,0.416666667,0.5,0.59556713,0.5,0.98712091,0.595491071,1,7,1 +11526,589,0.066666667,0.011764706,0,4.96E-06,0.788235294,0.993592814,4.96E-06,0,7,0 +11527,589,0.014925373,0.011764706,0,0.005558862,0.788235294,0.993592814,0.005558862,0,7,0 +11528,589,0.066666667,0.011764706,0,0.09583168,0.788235294,0.993592814,0.09583168,0,7,0 +11530,589,0.034482759,0.011764706,0,0.129457672,0.788235294,0.993592814,0.129457672,0,7,0 +11532,589,0.066666667,0.011764706,0,0.33187004,0.788235294,0.993592814,0.33187004,0,7,0 +11534,728,0.045454545,0.117647059,0,0.016358796,0,0,0.016358796,0.909090909,5,0 +11537,728,0.066666667,0.058823529,0,0.016655093,0,0,0.016655093,0,5,0 +11540,2500,0.022727273,0.111111111,0,0.346791667,0,0.825258573,0.346791667,0.923076923,5,0 +11543,353,0.020408163,0.035294118,0,0.006577932,0.788235294,0.993592814,0.006550926,0,3,0 +11544,2500,0.125,0.333333333,0,0.335032407,0,0.825258573,0.334967593,0.875,5,0 +11546,353,0.111111111,0.011764706,0,0.676327161,0.788235294,0.993592814,0.676327161,0,3,0 +11548,1321,0.113636364,0.090909091,0,0.914623016,0.672727273,0.993592814,0.914623016,0,7,0 +11555,1421,0.02,0.133333333,0,0.637992725,0,0,0.637992725,0.666666667,7,0 +11557,221,0.05,0.1,0,0.187233796,0,0,0.187233796,0.916666667,7,0 +11559,1735,0.355932203,0.403846154,1,0.673578704,0.653846154,0.993528095,0.605925926,0.8,5,1 +11564,1735,0.014492754,0.038461538,0,0.734097222,0.653846154,0.993528095,0.734081019,0,5,0 +11566,2186,0.5,0.272727273,0.5,0.739196759,0,0.993592814,0.739185185,1,5,1 +11569,467,0.125,0.230769231,0,0.063680556,0,0,5.02E-05,1,3,0 +11570,467,0.029411765,0.076923077,0,0.294591049,0,0,0.294591049,0,3,0 +11572,467,0.018518519,0.153846154,0,0.207094907,0,0,0.207067901,0.821428571,3,0 +11574,467,0.006802721,0.076923077,0,0.31818287,0,0,0.31818287,0,3,0 +11575,701,0.25,0.555555556,1,0.34343287,0,0,0.343395833,0.714285714,5,1 +11580,701,0.018518519,0.111111111,0,0.619576389,0,0,0.619576389,0.806451613,5,0 +11581,548,0.6,1,1,0.33304784,0,0,0.000717593,0.6,3,1 +11582,701,0.03125,0.111111111,0,0.748252315,0,0,0.748252315,0.9,5,0 +11589,1837,0.010309278,0.071428571,0,0.165243056,0,0,0.165243056,0,7,0 +11590,1837,0.8,0.285714286,0.5,0.055661376,0,0,0.055634921,0.5,7,1 +11593,1837,0.017241379,0.071428571,0,0.078966601,0,0,0.078966601,0,7,0 +11594,1837,0.035714286,0.071428571,0,0.24073082,0,0,0.24073082,0,7,0 +11595,1837,0.016393443,0.142857143,0,0.400300926,0,0,0.366140873,0.9,7,0 +11597,1735,0.026315789,0.019230769,0,0.84125463,0.653846154,0.993528095,0.84125463,0,5,0 +11598,467,0.071428571,0.076923077,0,0.656743827,0,0,0.656743827,0,3,0 +11599,467,0.083333333,0.076923077,0,0.936215278,0,0,0.936215278,0,3,0 +11600,1918,0.018867925,0.0625,0,9.92E-05,0,0,9.92E-05,0,7,0 +11601,1918,0.017391304,0.125,0,0.012739749,0,0,0.012723214,0.926829268,7,0 +11602,2103,0.032258065,0.222222222,0,0.161678241,0,0,0.161678241,0.75,1,0 +11603,2103,0.35,0.777777778,1,0.008263889,0,0,0.000497685,1,1,1 +11611,1918,0.4,0.125,0,0.110722553,0,0,0.110699405,1,7,0 +11613,1918,0.130434783,0.1875,0,0.719095569,0,0,0.127670304,0.833333333,7,0 +11614,1918,0.060606061,0.125,0,0.280560516,0,0,0.280448082,0.9,7,0 +11617,1918,0.5,0.0625,0,0.590036376,0,0,0.590036376,0,7,0 +11618,1918,0.1,0.0625,0,0.628262235,0,0,0.628262236,0,7,0 +11619,1918,0.057142857,0.125,0,0.681021825,0,0,0.681015212,0.769230769,7,0 +11621,1837,0.03125,0.071428571,0,0.322972884,0,0,0.322972884,0,7,0 +11623,1837,0.5,0.071428571,0,0.486440146,0,0,0.486440146,0,7,0 +11624,1735,0.166666667,0.019230769,0,0.172618056,0.653846154,0.993528095,0.172618056,0,5,0 +11627,1854,0.0625,0.019607843,0,0.195829475,0.647058824,0.993592814,0.195829475,0,3,0 +11630,1854,0.24137931,0.137254902,0,0.918707562,0.647058824,0.993592814,0.295478395,1,3,0 +11634,1854,0.03030303,0.019607843,0,0.900231482,0.647058824,0.993592814,0.900231482,0,3,0 +11636,1854,0.058823529,0.019607843,0,0.909328704,0.647058824,0.993592814,0.909328704,0,3,0 +11638,1735,0.25,0.019230769,0,0.252011574,0.653846154,0.993528095,0.252011574,0,5,0 +11639,1147,1,0.206896552,0,0.980717593,0.379310345,0.993528095,0.980613426,1,1,0 +11641,2008,0.010638298,0.058823529,0,4.24E-05,0,0,4.24E-05,0,3,0 +11642,2008,0.1,0.058823529,0,0.038958333,0,0,0.038958333,0,3,0 +11643,2008,0.090909091,0.117647059,0,0.259544753,0,0,0.045416667,0.928571429,3,0 +11644,1440,0.003021148,0.142857143,0,0.629621914,0,0.993592814,0.629621914,0.848214286,3,0 +11645,1440,0.066666667,0.142857143,0,0.994969136,0,0.993592814,0.994969136,1,3,0 +11646,1440,0.03125,0.142857143,0,0.966207562,0,0.993592814,0.966207562,0.913043478,3,0 +11647,1440,0.010416667,0.142857143,0,0.973032407,0,0.993592814,0.973032407,1,3,0 +11649,965,0.010416667,0.026315789,0,0.981795635,0.526315789,0.993592814,0.981795635,0,7,0 +11650,965,0.089552239,0.157894737,0,0.987625661,0.526315789,0.993592814,0.981223545,0.806451613,7,0 +11653,1640,0.6,0.214285714,0.5,0.010887346,0,0,0.000868056,0.666666667,3,0 +11657,1640,1,0.142857143,0,0.208560957,0,0,0.208429784,1,3,0 +11658,1147,0.111111111,0.413793103,1,0.810902778,0.379310345,0.993528095,0.81025463,0.821428571,1,1 +11661,1147,0.083333333,0.034482759,0,0.988703704,0.379310345,0.993528095,0.988703704,0,1,0 +11662,1147,0.153846154,0.068965517,0,0.913090278,0.379310345,0.993528095,0.913043982,0,1,0 +11664,1147,0.006802721,0.034482759,0,0.949594907,0.379310345,0.993528095,0.949594907,0,1,0 +11666,2008,0.5,0.058823529,0,0.154594907,0,0,0.154594907,0,3,0 +11667,2008,0.016806723,0.117647059,0,0.075590278,0,0,0.075501543,0.757575758,3,0 +11668,2008,0.0625,0.058823529,0,0.112280093,0,0,0.112280093,0,3,0 +11670,2008,0.047619048,0.058823529,0,0.263738426,0,0,0.263738426,0,3,0 +11678,279,0.25,0.333333333,0,0.058840939,0,0,0.015446429,0.75,7,0 +11679,161,0.041666667,0.043478261,0,8.10E-05,0.217391304,0.993592814,8.10E-05,0,3,0 +11681,161,0.333333333,0.043478261,0,0.003043982,0.217391304,0.993592814,0.003043982,0,3,0 +11682,161,0.024390244,0.043478261,0,0.00349537,0.217391304,0.993592814,0.00349537,0,3,0 +11683,1079,0.045454545,0.055555556,0,0.187979167,0,0,0.187979167,0,5,0 +11684,1147,0.054054054,0.068965517,0,0.289606482,0.379310345,0.993528095,0.289606482,0,1,0 +11685,1640,0.006042296,0.142857143,0,0.037133488,0,0,0.037121914,0.848214286,3,0 +11687,1640,0.193548387,0.428571429,1,0.231531636,0,0,0.231458333,0.714285714,3,1 +11688,1640,0.022727273,0.071428571,0,0.371882716,0,0,0.371882716,0,3,0 +11692,586,0.333333333,0.08,0,0.926634259,0.28,0.993592814,0.926034722,0,5,0 +11700,586,0.015384615,0.04,0,0.979865741,0.28,0.993592814,0.979865741,0,5,0 +11701,586,0.666666667,0.4,1,0.970395833,0.28,0.993592814,0.925918982,1,5,1 +11703,829,0.25,0.125,0,1.93E-05,0,0.993592814,0.000003858,0.833333333,3,0 +11704,586,0.071428571,0.08,0,0.994884259,0.28,0.993592814,0.994884259,0,5,0 +11705,829,0.022222222,0.0625,0,0.000003858,0,0.993592814,0.000003858,0,3,0 +11709,2258,0.285714286,0.571428571,0,0.827071759,0,0,0.827071759,0.75,1,0 +11711,279,0.081632653,0.266666667,0,0.02239418,0,0,0.015481151,0.925925926,7,0 +11713,279,0.022222222,0.066666667,0,0.817652116,0,0,0.817652116,0,7,0 +11717,965,0.2,0.026315789,0,0.974393188,0.526315789,0.993592814,0.974393188,0,7,0 +11720,329,0.133333333,0.133333333,0,0.131136574,0,0,0.131136574,0.833333333,5,0 +11725,586,0.010416667,0.04,0,0.995053241,0.28,0.993592814,0.995053241,0,5,0 +11726,593,0.875,0.212121212,1,0.954847884,0.454545455,0.935345672,0.95473545,1,7,1 +11729,1980,0.041666667,0.020408163,0,0.636377315,0.632653061,0.993592814,0.636377315,0,7,0 +11731,1980,0.4,0.040816327,0,0.655810185,0.632653061,0.993592814,0.059189815,0,7,0 +11735,690,0.045454545,0.15,0,0.643594577,0.1,0,0.64353836,0.714285714,7,0 +11738,690,0.017391304,0.1,0,0.754031085,0.1,0,0.754011243,0.926829268,7,0 +11739,1980,0.066666667,0.020408163,0,0.975596892,0.632653061,0.993592814,0.975596892,0,7,0 +11740,2530,0.25,0.2,0,0.000717593,0,0,0.000717593,0.333333333,1,0 +11741,2530,0.4,0.4,0,0.001076389,0,0,0.001076389,1,1,0 +11742,1593,0.003021148,0.066666667,0,0.053452932,0,0,0.053452932,0,3,0 +11743,1593,0.083333333,0.066666667,0,0.030979938,0,0,0.030979938,0,3,0 +11744,1593,0.030769231,0.133333333,0,0.634228395,0,0,0.298780864,0.916666667,3,0 +11745,1593,0.166666667,0.133333333,0,0.810999228,0,0,0.810999228,1,3,0 +11748,775,0.05,0.026315789,0,0.847797619,0.526315789,0.993592814,0.847797619,0,7,0 +11749,775,0.769230769,0.263157895,0.5,0.907762897,0.526315789,0.993592814,0.90390377,0.5,7,1 +11751,1980,0.045454545,0.020408163,0,0.957936508,0.632653061,0.993592814,0.957936508,0,7,0 +11752,775,0.1,0.026315789,0,0.9975,0.526315789,0.993592814,0.9975,0,7,0 +11754,2047,0.028571429,0.03030303,0,0.103201058,0.454545455,0.993592814,0.103201058,0,7,0 +11759,593,0.142857143,0.03030303,0,0.987157738,0.454545455,0.935345672,0.987157738,0,7,0 +11760,593,0.733333333,0.333333333,0.5,0.973599537,0.454545455,0.935345672,0.972528109,1,7,1 +11763,593,0.010416667,0.03030303,0,0.990818452,0.454545455,0.935345672,0.990818452,0,7,0 +11782,593,0.022727273,0.03030303,0,0.298080357,0.454545455,0.935345672,0.298080357,0,7,0 +11783,593,0.045454545,0.060606061,0,0.837981151,0.454545455,0.935345672,0.837981151,0,7,0 +11785,2498,0.096774194,0.058823529,0.5,0.784956019,0.647058824,0.825258573,0.78494213,0,5,0 +11787,2498,0.008196721,0.019607843,0,0.816763889,0.647058824,0.825258573,0.816763889,0,5,0 +11788,2498,0.2,0.058823529,0,0.966386574,0.647058824,0.825258573,0.869800926,0,5,0 +11789,1743,0.117647059,0.181818182,0,0.236759259,0,0,0.236643519,0.7,1,0 +11794,1593,0.010416667,0.066666667,0,0.961500772,0,0,0.961500772,0,3,0 +11796,1593,0.25,0.066666667,0,0.317951389,0,0,0.317951389,0,3,0 +11797,2530,0.043478261,0.2,0,0.251747685,0,0,0.251747685,0.8,1,0 +11799,2530,0.04,0.2,0,0.552847222,0,0,0.552847222,1,1,0 +11802,775,0.125,0.026315789,0,0.905924273,0.526315789,0.993592814,0.905924273,0,7,0 +11805,1475,0.125,0.166666667,0,0.730823413,0,0,0.730823413,1,7,0 +11806,2498,0.029850746,0.039215686,0,0.176375,0.647058824,0.825258573,0.000537037,0,5,0 +11807,1475,0.25,0.083333333,0,0.568788029,0,0,0.568788029,0,7,0 +11808,1475,0.015384615,0.083333333,0,0.961903109,0,0,0.961903109,0,7,0 +11810,1475,0.02173913,0.166666667,0,0.896655093,0,0,0.350494378,0.903225806,7,0 +11813,593,0.055555556,0.03030303,0,0.857291667,0.454545455,0.935345672,0.857291667,0,7,0 +11814,593,0.009063444,0.090909091,0,0.972572751,0.454545455,0.935345672,0.084986773,0,7,0 +11815,593,0.009803922,0.03030303,0,0.881863426,0.454545455,0.935345672,0.881863426,0,7,0 +11816,324,0.114285714,0.083333333,0,0.717592593,0.625,0.935345672,0.00054784,0,3,0 +11820,256,0.136363636,0.046153846,0,0.724469907,0.723076923,0.993592814,0.724453704,0,5,0 +11822,256,0.023255814,0.015384615,0,0.764393519,0.723076923,0.993592814,0.764393519,0,5,0 +11828,1760,0.028571429,0.017857143,0,0.704729167,0.678571429,0.993592814,0.704729167,0,5,0 +11829,1760,0.142857143,0.035714286,0,0.565722222,0.678571429,0.993592814,0.565715278,0,5,0 +11838,1760,0.076923077,0.017857143,0,0.716719907,0.678571429,0.993592814,0.716719907,0,5,0 +11839,1760,0.288135593,0.303571429,1,0.707759259,0.678571429,0.993592814,0.707752315,0.8,5,1 +11846,1796,0.037037037,0.043478261,0,0.192511574,0.217391304,0.935280953,0.192511574,0,1,0 +11847,1796,0.038461538,0.043478261,0,0.206782407,0.217391304,0.935280953,0.206782407,0,1,0 +11849,1795,0.010416667,0.035714286,0,0.971478175,0.357142857,0.993592814,0.971478175,0,7,0 +11855,1795,0.008264463,0.035714286,0,0.996750992,0.357142857,0.993592814,0.996750992,0,7,0 +11857,256,0.034482759,0.015384615,0,0.745407407,0.723076923,0.993592814,0.745407407,0,5,0 +11858,256,0.5,0.076923077,0,0.774657407,0.723076923,0.993592814,0.607011574,0,5,0 +11861,256,0.083333333,0.046153846,0,0.775069444,0.723076923,0.993592814,0.205506944,0,5,0 +11862,6,0.1,0.045454545,0,0.000219907,0.181818182,0.993592814,0.000219907,0,3,0 +11867,6,0.25,0.045454545,0,0.139050926,0.181818182,0.993592814,0.139050926,0,3,0 +11868,1596,0.2,0.6,0,0.911755401,0,0,1.93E-05,0.8,3,0 +11872,674,0.3,0.24,0,0.252175926,0.28,0,0.010111883,0.875,3,0 +11876,1410,0.018126888,0.133333333,0.5,0.650902778,0.6,0.993592814,9.92E-06,0.848214286,7,1 +11877,1410,0.428571429,0.066666667,0.5,0.060907738,0.6,0.993592814,0.060221561,0,7,0 +11882,1410,0.176470588,0.066666667,0,0.680044643,0.6,0.993592814,0.677622355,0,7,0 +11883,302,0.034482759,0.083333333,0,0.957800926,0,0.999935281,0.957800926,0,1,0 +11884,2185,0.102564103,0.102564103,0.5,0.538150463,0.538461538,0.99935281,0.538111111,0.823529412,5,0 +11887,2185,0.013333333,0.025641026,0,0.66174537,0.538461538,0.99935281,0.66174537,0,5,0 +11888,1120,0.125,0.454545455,0,0.24978836,0,0,0.000183532,0.916666667,7,0 +11889,1120,0.25,0.090909091,0,0.310796958,0,0,0.310796958,0,7,0 +11890,2185,0.151515152,0.128205128,1,0.78600463,0.538461538,0.99935281,0.785881944,0.888888889,5,1 +11892,620,0.020833333,0.1,0,5.79E-05,0,0,5.79E-05,1,1,0 +11893,620,0.1,0.1,0,0.954259259,0,0,0.954259259,0.75,1,0 +11894,620,0.016806723,0.2,0,0.209571759,0,0,0.209537037,0.757575758,1,0 +11896,620,0.045454545,0.2,0,0.267708333,0,0,0.267708333,0.863636364,1,0 +11898,1781,0.076923077,0.133333333,0,0.963969907,0,0.993592814,0.963969907,0.8,1,0 +11901,1631,0.625,0.434782609,1,0.423622685,0.217391304,0.993592814,0.000127315,0.666666667,1,1 +11902,1631,0.04,0.086956522,0,0.566793982,0.217391304,0.993592814,0.085393519,0,1,0 +11904,956,0.016129032,0.071428571,0,8.27E-06,0,0,8.27E-06,0,7,0 +11907,1631,0.051724138,0.130434783,0,0.704733796,0.217391304,0.993592814,0.704733796,1,1,0 +11909,1631,0.5,0.043478261,0,0.998229167,0.217391304,0.993592814,0.998229167,0,1,0 +11912,302,0.066666667,0.083333333,0,0.045451389,0,0.999935281,0.045451389,0,1,0 +11913,302,0.142857143,0.083333333,0,0.060902778,0,0.999935281,0.060902778,0,1,0 +11915,863,0.142857143,0.071428571,0,0.996073082,0,0.967705195,0.996073082,0,7,0 +11916,863,0.030612245,0.214285714,0,0.987197421,0,0.967705195,0.987180886,0.878787879,7,0 +11917,477,0.1,0.2,0,0.01224537,0,0,0.000543982,0.666666667,3,0 +11919,477,0.032608696,0.3,0.5,0.007631173,0,0,0.007426698,0.903225806,3,0 +11927,1331,0.01754386,0.027027027,0,0.244344136,0.513513514,0.676404764,0.244344136,0,3,0 +11928,1331,0.025641026,0.027027027,0,0.98873071,0.513513514,0.676404764,0.98873071,0,3,0 +11930,1331,0.038461538,0.027027027,0,0.270034722,0.513513514,0.676404764,0.270034722,0,3,0 +11932,1331,0.2,0.054054054,0,0.301068673,0.513513514,0.676404764,0.301068673,0,3,0 +11934,1331,0.055555556,0.027027027,0,0.363298611,0.513513514,0.676404764,0.363298611,0,3,0 +11938,1331,0.076923077,0.135135135,1,0.99498071,0.513513514,0.676404764,0.99498071,0.782608696,3,1 +11940,1624,0.011627907,0.055555556,0,0.000333333,0,0.993592814,0.000333333,0,10,0 +11941,1624,0.09375,0.166666667,0.5,0.004103009,0,0.993592814,0.00409375,0.913043478,10,0 +11943,295,0.012345679,0.166666667,0,0.167091049,0,0,0.167091049,0.885714286,3,0 +11944,295,0.2,0.666666667,0.5,0.746207562,0,0,0.104591049,0.857142857,3,0 +11945,295,0.166666667,0.166666667,0,0.151257716,0,0,0.151257716,0.666666667,3,0 +11951,2185,0.045454545,0.025641026,0,0.830032407,0.538461538,0.99935281,0.830032407,0,5,0 +11952,2185,0.010416667,0.025641026,0,0.952506944,0.538461538,0.99935281,0.952506944,0,5,0 +11953,2185,0.041666667,0.025641026,0,0.961909722,0.538461538,0.99935281,0.961909722,0,5,0 +11954,2185,0.1,0.051282051,0,0.97562037,0.538461538,0.99935281,0.975581019,0,5,0 +11956,2185,0.066666667,0.025641026,0,0.981740741,0.538461538,0.99935281,0.981740741,0,5,0 +11958,620,0.030927835,0.3,0.5,0.923726852,0,0,0.923645833,0.75,1,1 +11961,988,0.016393443,0.034482759,0,0.972324074,0.379310345,0.999935281,0.972324074,0,5,0 +11965,1524,0.333333333,0.5,0.5,0.000875772,0,0,1.54E-05,0.666666667,3,0 +11969,956,0.011764706,0.071428571,0,0.000902778,0,0,0.000902778,0,7,0 +11972,956,0.086956522,0.142857143,0,0.806873347,0,0,0.806873347,1,7,0 +11984,480,0.025210084,0.096774194,0,0.159814815,0.419354839,0.993592814,0.146388889,0,1,0 +11986,1673,1,0.19047619,1,0.942916667,0.571428571,0.999935281,0.942592593,1,1,1 +11995,580,0.016129032,0.020833333,0,1.62E-05,0.625,0.993592814,1.62E-05,0,5,0 +11997,580,0.285714286,0.083333333,0,0.001340278,0.625,0.993592814,9.26E-06,0,5,0 +11999,580,0.2,0.020833333,0,0.000712963,0.625,0.993592814,0.000712963,0,5,0 +12001,580,0.115702479,0.291666667,1,0.988680556,0.625,0.993592814,0.001594907,0.818181818,5,1 +12019,2218,0.041666667,0.2,0,0.783668982,0,0,0.783668982,0.842105263,7,0 +12021,2014,0.012345679,0.025641026,0,0.896354167,0.538461538,0.993592814,0.896354167,0,7,0 +12022,2316,0.045454545,0.083333333,0,0.107435516,0,0,0.107435516,0,7,0 +12024,2014,0.15625,0.128205128,0.5,0.968935185,0.538461538,0.993592814,0.69005787,0.8125,7,1 +12029,1173,0.181818182,0.133333333,0,0.918959987,0,0,0.918959987,0.8,7,0 +12030,1173,0.230769231,0.2,0,0.733169643,0,0,0.733156415,0.857142857,7,0 +12033,1173,0.066666667,0.066666667,0,0.978373016,0,0,0.978373016,0,7,0 +12034,1173,0.038461538,0.066666667,0,0.99599537,0,0,0.99599537,0,7,0 +12035,1173,0.013333333,0.066666667,0,0.998083664,0,0,0.998083664,0,7,0 +12040,1739,0.090909091,0.113207547,0.5,0.984780093,0.660377358,0.993592814,0.984016204,0.714285714,7,1 +12045,1673,0.010416667,0.023809524,0,0.970416667,0.571428571,0.999935281,0.970416667,0,1,0 +12046,1673,0.216216216,0.19047619,1,0.9734375,0.571428571,0.999935281,0.969398148,0.636363636,1,1 +12050,873,0.041666667,0.029411765,0,0.645874669,0.470588235,0.993592814,0.645874669,0,7,0 +12052,873,0.15,0.088235294,0,0.641383929,0.470588235,0.993592814,0.641378968,0,7,0 +12054,1246,0.014084507,0.052631579,0,0.254606482,0.052631579,0,0.254606482,0,5,0 +12056,1246,0.012987013,0.052631579,0,0.23093287,0.052631579,0,0.23093287,0,5,0 +12057,1735,0.25,0.096153846,0,0.801611111,0.653846154,0.993528095,0.801611111,0,5,0 +12059,1735,0.076923077,0.057692308,0,0.725701389,0.653846154,0.993528095,0.537418982,0,5,0 +12061,1735,0.052631579,0.019230769,0,0.615986111,0.653846154,0.993528095,0.615986111,0,5,0 +12068,284,0.066666667,0.04,0,0.191115741,0.28,0.993592814,0.191115741,0,5,0 +12070,2239,0.05,0.083333333,0,0.004722222,0,0,0.004722222,0,1,0 +12071,2239,0.2,0.166666667,0,0.266296296,0,0,0.266087963,1,1,0 +12073,2239,0.129032258,0.333333333,1,0.558425926,0,0,0.55837963,0.857142857,1,1 +12076,1918,0.037037037,0.0625,0,0.878640873,0,0,0.878640873,0,7,0 +12077,1918,0.003021148,0.0625,0,0.80275463,0,0,0.80275463,0,7,0 +12078,284,0.033232628,0.44,1,0.979511574,0.28,0.993592814,0.979502315,0.848214286,5,1 +12084,1735,0.078431373,0.153846154,1,0.917097222,0.653846154,0.993528095,0.916118056,0.888888889,5,1 +12085,1735,0.003021148,0.019230769,0,0.916997685,0.653846154,0.993528095,0.916997685,0,5,0 +12086,1735,0.06557377,0.076923077,0,0.917013889,0.653846154,0.993528095,0.916935185,0,5,0 +12093,1735,0.076923077,0.019230769,0,0.939273148,0.653846154,0.993528095,0.939273148,0,5,0 +12094,1735,0,0.019230769,0,0.995252315,0.653846154,0.993528095,0.995252315,0,5,0 +12096,1133,0.25,0.066666667,0,0.035884259,0,0,0.035884259,0,5,0 +12097,1133,0.135135135,0.333333333,1,0.605782407,0,0,0.043043982,0.933333333,5,1 +12102,1854,0.222222222,0.039215686,0,0.92222608,0.647058824,0.993592814,0.866689815,0,3,0 +12106,1133,0.041666667,0.066666667,0,0.817358796,0,0,0.817358796,0,5,0 +12107,1133,0.090909091,0.133333333,0,0.814435185,0,0,0.814425926,0.928571429,5,0 +12108,1133,0.012345679,0.066666667,0,0.851224537,0,0,0.851224537,0,5,0 +12109,1133,0.136363636,0.2,0.5,0.877108796,0,0,0.877094907,1,5,1 +12110,2439,0.111111111,0.090909091,0,0.011428571,0,0,0.011428571,0,7,0 +12111,2439,0.111111111,0.090909091,0,0.023508598,0,0,0.023508598,0,7,0 +12112,2439,0.75,0.272727273,0,0.037910053,0,0,0.037905093,1,7,0 +12113,2439,0.166666667,0.090909091,0,0.043075397,0,0,0.043075397,0,7,0 +12117,1854,0.5,0.039215686,0,0.43474537,0.647058824,0.993592814,0.409780093,0,3,0 +12120,1133,0.05,0.066666667,0,0.903736111,0,0,0.903736111,0,5,0 +12121,1133,0.011235955,0.066666667,0,0.953106482,0,0,0.953106482,0,5,0 +12135,1854,0.073170732,0.058823529,0,0.971446759,0.647058824,0.993592814,0.800111883,0,3,0 +12143,1317,0.040983607,0.3125,0,0.031066468,0,0,0.031058201,0.9,7,0 +12144,1234,0.018126888,0.272727273,1,0.995509259,0.181818182,0,0.031180556,0.848214286,5,1 +12148,1234,0.166666667,0.090909091,0,0.060175926,0.181818182,0,0.060164352,0,5,0 +12151,1234,0.461538462,0.272727273,1,0.570805556,0.181818182,0,0.570805556,1,5,1 +12152,1234,0.5,0.045454545,0,0.651701389,0.181818182,0,0.651701389,0,5,0 +12153,1234,0.111111111,0.045454545,0,0.897967593,0.181818182,0,0.897967593,0,5,0 +12154,1234,0,0.045454545,0,0.993548611,0.181818182,0,0.993548611,0,5,0 +12155,1317,0.6,0.1875,0,0.003508598,0,0,1.32E-05,0.666666667,7,0 +12161,617,0,0.028571429,0,0.00046627,0.485714286,0,0.00046627,0,7,0 +12162,617,0.086956522,0.057142857,0,0.000426587,0.485714286,0,0.000419974,0,7,0 +12165,617,0.333333333,0.028571429,0,0.032238757,0.485714286,0,0.032238757,0,7,0 +12166,551,0.578947368,0.407407407,1,0.230834987,0.333333333,0,0.230712632,1,7,1 +12173,949,0.083333333,0.043478261,0,0.002423942,0.217391304,0,0.002423942,0,7,0 +12175,949,0.2,0.086956522,0,0.097018849,0.217391304,0,0.09682705,0,7,0 +12178,949,0.024169184,0.347826087,1,0.126787368,0.217391304,0,0.126770833,0.848214286,7,1 +12187,617,0.4,0.057142857,0,0.09400959,0.485714286,0,0.031063161,0,7,0 +12190,2323,0.041666667,0.166666667,0,0.001296296,0,0,0.001296296,0.842105263,3,0 +12191,2323,0.333333333,0.333333333,0,0.511462191,0,0,2.31E-05,0.666666667,3,0 +12192,2323,0.023255814,0.166666667,0,0.605216049,0,0,0.605216049,0.909090909,3,0 +12193,2323,0.035714286,0.166666667,0,0.747750772,0,0,0.747750772,0.875,3,0 +12194,783,0.017391304,0.071428571,0,0.771354167,0.357142857,0.993528095,0.762453704,0,1,0 +12210,353,0.090909091,0.035294118,0,0.685084877,0.788235294,0.993592814,0.332179784,0,3,0 +12213,17,0.153846154,0.16,0.5,0.811577932,0.28,0.993592814,0.790740741,0.8,3,0 +12214,17,0.315789474,0.24,1,0.867064043,0.28,0.993592814,0.867064043,1,3,1 +12218,17,0.090909091,0.04,0,0.829008488,0.28,0.993592814,0.829008488,0,3,0 +12220,2059,0.058823529,0.2,0,0.712065146,0,0,0.712065146,0.7,7,0 +12221,2059,0.007246377,0.2,0,0.727943122,0,0,0.727943122,0.865671642,7,0 +12224,2098,0.25,0.055555556,0,0.952590939,0.5,0.98712091,0.952582672,0,7,0 +12231,2123,0.038461538,0.052631579,0,0.717628968,0.052631579,0.993592814,0.717628968,0,7,0 +12232,2123,0.030769231,0.105263158,0,0.835294312,0.052631579,0.993592814,0.83525959,0.923076923,7,0 +12238,589,0.111111111,0.011764706,0,0.286493056,0.788235294,0.993592814,0.286493056,0,7,0 +12239,589,0.111111111,0.047058824,0,0.377875331,0.788235294,0.993592814,0.131286376,0,7,0 +12240,589,0.277777778,0.058823529,0,0.548118386,0.788235294,0.993592814,0.547172619,0,7,0 +12243,589,0.444444444,0.047058824,0,0.683756614,0.788235294,0.993592814,0.605013228,0,7,0 +12249,353,0.045454545,0.035294118,0,0.940760031,0.788235294,0.993592814,0.797457562,0,3,0 +12251,353,0.052631579,0.011764706,0,0.971157407,0.788235294,0.993592814,0.971157407,0,3,0 +12254,721,0.012987013,0.083333333,0,0.001354167,0,0,0.001354167,0,5,0 +12259,1162,0.083333333,0.076923077,0,0.316435185,0,0,0.316435185,0,3,0 +12266,721,0.029411765,0.083333333,0,0.198671296,0,0,0.198671296,0,5,0 +12270,2459,0.055555556,0.315789474,1,0.974284061,0.052631579,0,0.974284061,0.821428571,7,1 +12271,2459,0.238095238,0.263157895,1,0.994608135,0.052631579,0,0.994555225,1,7,1 +12274,1162,0.008196721,0.076923077,0,0.324494599,0,0,0.324494599,0,3,0 +12275,2459,0.121212121,0.210526316,0,0.997642196,0.052631579,0,0.997642196,0.866666667,7,0 +12276,1162,0,0.076923077,0,0.711010803,0,0,0.711010803,0,3,0 +12282,930,0.055555556,0.05,0,0.815007716,0.1,0.676469483,0.815007716,0,3,0 +12283,930,0.043478261,0.05,0,0.895493827,0.1,0.676469483,0.895493827,0,3,0 +12284,930,0.04,0.05,0,0.860362654,0.1,0.676469483,0.860362654,0,3,0 +12285,930,0.015384615,0.05,0,0.923395062,0.1,0.676469483,0.923395062,0,3,0 +12286,2059,0.015384615,0.2,0,0.944287368,0,0,0.944287368,0.916666667,7,0 +12288,359,0.052631579,0.038461538,0,0.711597222,0.307692308,0,0.711597222,0,5,0 +12289,359,0.02,0.038461538,0,0.880699074,0.307692308,0,0.880699074,0,5,0 +12290,359,0.04,0.038461538,0,0.893650463,0.307692308,0,0.893650463,0,5,0 +12291,359,0.052631579,0.038461538,0,0.942884259,0.307692308,0,0.942884259,0,5,0 +12292,359,0.136363636,0.115384615,0,0.995287037,0.307692308,0,0.945805556,1,5,0 +12299,1760,0,0.017857143,0,0.780974537,0.678571429,0.993592814,0.780974537,0,5,0 +12300,1460,0.010638298,0.02173913,0,0.091807209,0.608695652,0.993592814,0.091807209,0,7,0 +12305,1460,0.111111111,0.02173913,0,0.234098876,0.608695652,0.993592814,0.234098876,0,7,0 +12306,1460,0.333333333,0.086956522,0,0.16245205,0.608695652,0.993592814,0.16244213,0,7,0 +12308,1460,0.111111111,0.043478261,0,0.556633598,0.608695652,0.993592814,0.556630291,0,7,0 +12309,1977,0.055555556,0.181818182,0,0.000117394,0,0,6.61E-06,0.818181818,7,0 +12312,1977,0,0.090909091,0,1.98E-05,0,0,1.98E-05,0,7,0 +12318,1760,0.057377049,0.125,1,0.762912037,0.678571429,0.993592814,0.762773148,0.976744186,5,1 +12320,1760,0.083333333,0.035714286,0,0.97074537,0.678571429,0.993592814,0.97074537,0,5,0 +12321,1760,0.129032258,0.071428571,0.5,0.892997685,0.678571429,0.993592814,0.892905093,0,5,0 +12322,1760,0.028571429,0.017857143,0,0.914634259,0.678571429,0.993592814,0.914634259,0,5,0 +12326,1460,0.25,0.086956522,0,0.836347553,0.608695652,0.993592814,0.714417989,0,7,0 +12327,1977,0.003021148,0.090909091,0,3.97E-05,0,0,3.97E-05,0,7,0 +12332,1460,0.125,0.065217391,0,0.726942791,0.608695652,0.993592814,0.726896495,0,7,0 +12334,324,0.222222222,0.041666667,0,0.624579475,0.625,0.935345672,0.624579475,0,3,0 +12342,1977,0.041666667,0.090909091,0,4.30E-05,0,0,4.30E-05,0,7,0 +12343,1977,0.6,0.545454545,0.5,7.28E-05,0,0,9.92E-06,0.333333333,7,1 +12344,242,0.333333333,0.055555556,0,3.86E-05,0,0,3.86E-05,0,3,0 +12345,242,0.055555556,0.055555556,0,2.31E-05,0,0,2.31E-05,0,3,0 +12346,242,0.125,0.055555556,0,0.000192901,0,0,0.000192901,0,3,0 +12347,242,0.026086957,0.166666667,0,0.00089892,0,0,0.000833333,0.87755102,3,0 +12348,106,0.041666667,0.083333333,0,3.86E-05,0,0,3.86E-05,0,3,0 +12349,106,0.03030303,0.083333333,0,0.000003858,0,0,0.000003858,0,3,0 +12350,106,0.03030303,0.083333333,0,0.002619599,0,0,0.002619599,0,3,0 +12351,1278,0.033333333,0.142857143,0,0.080548611,0,0,0.020990741,0.842105263,5,0 +12352,106,0.010869565,0.083333333,0,0.759591049,0,0,0.759591049,0,3,0 +12353,106,0.25,0.083333333,0,0.087993827,0,0,0.087993827,0,3,0 +12354,1278,0.06185567,0.428571429,0.5,0.001222222,0,0,0.000930556,0.75,5,0 +12357,1278,0.085714286,0.214285714,0,0.39599537,0,0,0.00487037,1,5,0 +12359,1278,0.038461538,0.071428571,0,0.796439815,0,0,0.796439815,0,5,0 +12363,693,0.007246377,0.058823529,0,6.61E-06,0,0,6.61E-06,0,7,0 +12364,2498,0.466666667,0.137254902,0,0.697446759,0.647058824,0.825258573,0.34737963,0.5,5,0 +12365,2498,0.0625,0.019607843,0,0.450319444,0.647058824,0.825258573,0.450319444,0,5,0 +12366,2047,0.285714286,0.060606061,0,0.037425595,0.454545455,0.993592814,0.037425595,0,7,0 +12367,275,0.311111111,0.5,1,0.42308642,0.357142857,0,0.000173611,0.833333333,3,1 +12368,275,0.020833333,0.035714286,0,1.93E-05,0.357142857,0,1.93E-05,0,3,0 +12372,890,0.045454545,0.153846154,0,0.271940586,0,0,0.13066358,0.863636364,3,0 +12373,890,0.5,0.076923077,0,0.0015625,0,0,0.0015625,0,3,0 +12374,890,0.038461538,0.076923077,0,0.266859568,0,0,0.266859568,0,3,0 +12376,890,0.461538462,0.461538462,1,0.514837963,0,0,0.281743827,1,3,1 +12378,890,0.028571429,0.076923077,0,0.28336034,0,0,0.28336034,0,3,0 +12381,2047,0.017241379,0.03030303,0,0.974560185,0.454545455,0.993592814,0.974560185,0,7,0 +12385,1980,0.2,0.06122449,0,0.966574074,0.632653061,0.993592814,0.966522818,0,7,0 +12388,1980,0.017241379,0.020408163,0,0.982261905,0.632653061,0.993592814,0.982261905,0,7,0 +12389,1980,0.010416667,0.020408163,0,0.993916997,0.632653061,0.993592814,0.993916997,0,7,0 +12390,40,0.333333333,0.052631579,0,4.63E-06,0.052631579,0.993528095,4.63E-06,0,5,0 +12392,2498,0.034482759,0.019607843,0,0.865694444,0.647058824,0.825258573,0.865694444,0,5,0 +12397,1529,0.071428571,0.285714286,0,0.523962191,0,0,0.019131944,1,3,0 +12399,1529,0.070175439,0.571428571,0.5,0.000339506,0,0,0.000135031,0.793103448,3,0 +12400,1294,0.142857143,0.2,1,0.650988426,0.28,0,0.403780093,0.916666667,5,1 +12401,1294,0.25,0.04,0,0.710993056,0.28,0,0.710993056,0,5,0 +12402,40,0.007246377,0.052631579,0,0.899722222,0.052631579,0.993528095,0.899722222,0,5,0 +12405,1294,0.5,0.04,0,0.799238426,0.28,0,0.799238426,0,5,0 +12408,1294,0.019230769,0.04,0,0.812326389,0.28,0,0.812326389,0,5,0 +12409,1294,0.333333333,0.08,0,0.804342593,0.28,0,0.804282407,0,5,0 +12415,1493,0.027777778,0.2,0,0.000150463,0,0,0.000150463,0.818181818,1,0 +12417,1493,0.031746032,0.4,0,0.531967593,0,0,0.531967593,0.80952381,1,0 +12418,275,0.434782609,0.357142857,0.5,0.446967593,0.357142857,0,0.375763889,0.8,3,0 +12419,1493,0.027777778,0.2,0,0.01556713,0,0,0.01556713,1,1,0 +12420,1493,0.010309278,0.2,0,0.115798611,0,0,0.115798611,0.75,1,0 +12423,275,0.011627907,0.035714286,0,0.068082562,0.357142857,0,0.068082562,0,3,0 +12426,2498,0.052173913,0.117647059,0.5,0.89343287,0.647058824,0.825258573,0.892810185,0.926829268,5,1 +12427,275,0.011764706,0.035714286,0,0.765979938,0.357142857,0,0.765979938,0,3,0 +12428,2498,0.016949153,0.019607843,0,0.528474537,0.647058824,0.825258573,0.528474537,0,5,0 +12430,2498,0.2,0.019607843,0,0.871694444,0.647058824,0.825258573,0.871694444,0,5,0 +12431,2498,0.035087719,0.039215686,0,0.547810185,0.647058824,0.825258573,0.495502315,0,5,0 +12433,1246,0,0.052631579,0,0.469613426,0.052631579,0,0.469613426,0,5,0 +12434,1246,0.058823529,0.105263158,0,0.360576389,0.052631579,0,0.126590278,0.923076923,5,0 +12438,480,0.038461538,0.064516129,0,0.937013889,0.419354839,0.993592814,0.929849537,0,1,0 +12439,480,1,0.129032258,1,0.426481482,0.419354839,0.993592814,0.426261574,1,1,1 +12443,480,0.03030303,0.032258065,0,0.854756944,0.419354839,0.993592814,0.854756944,0,1,0 +12444,480,0.222222222,0.064516129,0,0.924305556,0.419354839,0.993592814,0.924247685,0,1,0 +12446,580,0.022727273,0.020833333,0,0.1391875,0.625,0.993592814,0.1391875,0,5,0 +12447,580,0.25,0.020833333,0,0.194041667,0.625,0.993592814,0.194041667,0,5,0 +12449,580,0.125,0.083333333,0,0.494388889,0.625,0.993592814,0.375824074,0,5,0 +12450,580,0.212121212,0.145833333,0,0.548078704,0.625,0.993592814,0.367789352,0.9,5,0 +12461,580,0.060606061,0.041666667,0,0.672115741,0.625,0.993592814,0.672090278,0,5,0 +12466,1673,0.026086957,0.071428571,0,0.985277778,0.571428571,0.999935281,0.985277778,0,1,0 +12467,1673,0.25,0.023809524,0,0.997939815,0.571428571,0.999935281,0.997939815,0,1,0 +12468,1673,0.5,0.023809524,0,0.987083333,0.571428571,0.999935281,0.987083333,0,1,0 +12469,1673,0.03125,0.023809524,0,0.988553241,0.571428571,0.999935281,0.988553241,0,1,0 +12470,873,0.032786885,0.117647059,0,0.965930886,0.470588235,0.993592814,0.294654431,0.976744186,7,0 +12472,873,0.104477612,0.205882353,1,0.961767527,0.470588235,0.993592814,0.961706349,0.806451613,7,1 +12475,2318,0.705882353,0.352941176,1,0.578431713,0.470588235,0.993592814,0.572555556,0.6,10,0 +12479,2318,0.017391304,0.058823529,0,0.626033565,0.470588235,0.993592814,0.626033565,0,10,0 +12480,2318,0.011764706,0.029411765,0,0.977979167,0.470588235,0.993592814,0.977979167,0,10,0 +12482,2316,0.009259259,0.083333333,0,0.440772156,0,0,0.440772156,0,7,0 +12483,2316,0.006042296,0.166666667,0,0.31567295,0,0,0.315653109,0.848214286,7,0 +12484,2316,0.017241379,0.083333333,0,0.659923942,0,0,0.659923942,0,7,0 +12485,737,0.142857143,0.222222222,0,0.001484788,0,0,0.000977183,0.555555556,7,0 +12492,737,0.444444444,0.444444444,0,0.052676918,0,0,0.052065146,0.75,7,0 +12494,737,0.5,0.333333333,0,0.219986773,0,0,0.004389881,0.5,7,0 +12496,1246,0.3,0.315789474,1,0.755668982,0.052631579,0,0.541916667,0.666666667,5,1 +12499,586,0.018518519,0.04,0,0.998060185,0.28,0.993592814,0.998060185,0,5,0 +12500,218,0.043478261,0.142857143,0,0.796415895,0,0,0.796415895,1,3,0 +12507,1940,0.033707865,0.214285714,0,0.009598765,0,0.993592814,0.002908951,0.84375,3,0 +12511,1940,0.333333333,0.142857143,0,0.675640432,0,0.993592814,0.675640432,1,3,0 +12514,2258,0.083333333,0.285714286,0,0.970949074,0,0,0.377037037,0.842105263,1,0 +12519,829,0.055555556,0.0625,0,2.70E-05,0,0.993592814,2.70E-05,0,3,0 +12520,829,0.068627451,0.4375,0.5,0.03316358,0,0.993592814,0.03316358,0.888888889,3,0 +12522,1533,0.2,0.047619048,0,0.025752315,0.142857143,0,0.025752315,0,1,0 +12523,1533,0.034482759,0.095238095,0,0.01630787,0.142857143,0,0.01630787,0,1,0 +12539,586,0.714285714,0.2,1,0.99575,0.28,0.993592814,0.995666667,1,5,1 +12544,2258,0.013333333,0.142857143,0,0.894849537,0,0,0.894849537,0.891891892,1,0 +12546,1533,0.04,0.142857143,0,0.047928241,0.142857143,0,0.047638889,0.891891892,1,0 +12548,1079,0.012345679,0.055555556,0,0.295976852,0,0,0.295976852,0,5,0 +12550,954,0.090909091,0.222222222,0,0.223675595,0,0,0.223667328,0.928571429,7,0 +12552,954,0.01754386,0.111111111,0,0.53880291,0,0,0.53880291,0.866666667,7,0 +12553,954,0.058823529,0.111111111,0,0.696944444,0,0,0.696944444,1,7,0 +12554,954,0.066666667,0.111111111,0,0.871364087,0,0,0.871364087,0.833333333,7,0 +12557,161,0.222222222,0.173913043,0,0.16994213,0.217391304,0.993592814,0.169880401,0.916666667,3,0 +12560,161,0.333333333,0.043478261,0,0.577457562,0.217391304,0.993592814,0.577457562,0,3,0 +12561,161,0.022727273,0.043478261,0,0.963063272,0.217391304,0.993592814,0.963063272,0,3,0 +12562,161,0.2,0.347826087,1,0.962781636,0.217391304,0.993592814,0.962708333,1,3,1 +12564,1533,0.225,0.428571429,1,0.116226852,0.142857143,0,0.024074074,0.909090909,1,1 +12569,1533,0.571428571,0.19047619,0,0.71599537,0.142857143,0,0.184502315,0.666666667,1,0 +12572,1533,0.02173913,0.095238095,0,0.407974537,0.142857143,0,0.407372685,0,1,0 +12574,829,0.5,0.0625,0,0.001392747,0,0.993592814,0.001392747,0,3,0 +12578,829,0.032608696,0.1875,0,0.021882716,0,0.993592814,0.001971451,0.903225806,3,0 +12582,161,0.178571429,0.217391304,0.5,0.970729167,0.217391304,0.993592814,0.970690586,0.9,3,0 +12586,1147,0.058823529,0.034482759,0,0.580543982,0.379310345,0.993528095,0.580543982,0,1,0 +12594,284,0.010416667,0.04,0,0.938789352,0.28,0.993592814,0.938789352,0,5,0 +12595,1854,0.541666667,0.254901961,1,0.983989198,0.647058824,0.993592814,0.937488426,1,3,1 +12603,416,0.266666667,0.363636364,1,0.000123457,0,0,0.000003858,0,3,0 +12607,416,0.037735849,0.181818182,0,0.324764661,0,0,0.324737654,0.857142857,3,0 +12610,416,0.016528926,0.181818182,0,0.840597994,0,0,0.840597994,0.818181818,3,0 +12613,284,0.027210884,0.16,0,0.022386574,0.28,0.993592814,0.002113426,0.8125,5,0 +12615,284,0.086956522,0.08,0,0.041634259,0.28,0.993592814,0.041634259,0,5,0 +12616,284,0.108108108,0.16,1,0.197844907,0.28,0.993592814,0.189509259,0.933333333,5,1 +12618,284,0,0.04,0,0.995351852,0.28,0.993592814,0.995351852,0,5,0 +12621,782,0,0.066666667,0,9.92E-06,0,0,9.92E-06,0,7,0 +12626,284,0.010204082,0.04,0,0.985076389,0.28,0.993592814,0.985076389,0,5,0 +12627,1269,0.038461538,0.038461538,0,9.26E-06,0.307692308,0,9.26E-06,0,5,0 +12628,1269,0.008196721,0.038461538,0,0.33537037,0.307692308,0,0.33537037,0,5,0 +12629,1269,0.117647059,0.076923077,0,0.772178241,0.307692308,0,0.530729167,0,5,0 +12632,1269,0.086206897,0.192307692,1,0.704449074,0.307692308,0,0.704400463,0.75,5,1 +12636,1854,0.235294118,0.078431373,0,0.937260803,0.647058824,0.993592814,0.430655864,0,3,0 +12637,1854,0.090909091,0.039215686,0,0.618757716,0.647058824,0.993592814,0.618387346,0,3,0 +12640,1854,0.038461538,0.019607843,0,0.72652392,0.647058824,0.993592814,0.72652392,0,3,0 +12641,1854,0.125,0.058823529,0,0.653966049,0.647058824,0.993592814,0.653858025,0,3,0 +12644,1854,0.176470588,0.058823529,0,0.882052469,0.647058824,0.993592814,0.882021605,0,3,0 +12645,1854,0.041666667,0.019607843,0,0.902523148,0.647058824,0.993592814,0.902523148,0,3,0 +12648,782,0.1,0.066666667,0,0.792225529,0,0,0.792225529,0,7,0 +12657,152,0.058823529,0.076923077,0,9.92E-06,0,0,9.92E-06,0,7,0 +12658,152,0.181818182,0.153846154,0,0.532688492,0,0,0.532688492,1,7,0 +12659,152,0.5,0.076923077,0,0.245133929,0,0,0.245133929,0,7,0 +12660,152,0.022222222,0.076923077,0,0.363794643,0,0,0.363794643,0,7,0 +12663,1867,0.0625,0.125,0,3.47E-05,0,0,3.47E-05,0.857142857,1,0 +12664,1867,0.068965517,0.25,0,0.159837963,0,0,0.002974537,1,1,0 +12665,1867,0.285714286,0.25,0,0.100972222,0,0,0.100520833,0.833333333,1,0 +12666,152,0.055555556,0.153846154,0,0.482589286,0,0,0.482581019,1,7,0 +12667,1981,0.307692308,0.266666667,1,8.49E-05,0,0,8.49E-05,0.833333333,3,1 +12672,1867,0.03030303,0.125,0,0.219166667,0,0,0.219166667,0.9,1,0 +12673,1867,0.055555556,0.125,0,0.771585648,0,0,0.771585648,0.571428571,1,0 +12674,1867,0.166666667,0.125,0,0.444293982,0,0,0.444293982,1,1,0 +12675,495,0.142857143,0.125,0,0.000638889,0,0,0.000550926,0.555555556,5,0 +12678,2492,0.142857143,0.083333333,0,0.39029321,0.25,0,0.39029321,0,3,0 +12680,477,0.014925373,0.1,0,0.036292438,0,0,0.036292438,0.806451613,3,0 +12681,477,0.2,0.1,0,0.088155864,0,0,0.088155864,1,3,0 +12683,302,0.051282051,0.166666667,0,0.298472222,0,0.999935281,0.289386574,1,1,0 +12688,495,1,0.125,0,0.00562037,0,0,0.005611111,1,5,0 +12691,1120,0.008695652,0.090909091,0,1.65E-06,0,0,1.65E-06,0,7,0 +12692,2460,0.045454545,0.032258065,0,0.783974868,0.419354839,0,0.783974868,0,7,0 +12693,2460,0.052631579,0.032258065,0,0.948854167,0.419354839,0,0.948854167,0,7,0 +12694,2460,0.083333333,0.290322581,0,0.97896164,0.419354839,0,0.940582011,0.821428571,7,0 +12696,2460,0.113636364,0.161290323,1,0.97900463,0.419354839,0,0.97900463,0.863636364,7,1 +12697,2317,0.010638298,0.027777778,0,2.31E-05,0.5,0.935604548,2.31E-05,0,1,0 +12698,2317,0.035714286,0.027777778,0,0.011643519,0.5,0.935604548,0.011643519,0,1,0 +12699,2460,0.045454545,0.032258065,0,0.001645172,0.419354839,0,0.001645172,0,7,0 +12700,152,0.008196721,0.076923077,0,0.708826058,0,0,0.708826058,0,7,0 +12701,152,0.04,0.076923077,0,0.849890873,0,0,0.849890873,0,7,0 +12704,1981,0.3,0.2,0,0.202912809,0,0,0.202847222,0.333333333,3,0 +12706,1981,0.020618557,0.133333333,0,0.720528549,0,0,0.381585648,0.75,3,0 +12707,1981,0.02173913,0.2,0.5,0.609494599,0,0,0.609463735,0.865671642,3,0 +12710,2049,0.01,0.125,0,1.16E-05,0,0,1.16E-05,0.666666667,5,0 +12711,2049,0.028571429,0.125,0,0.014881944,0,0,0.014881944,0.76,5,0 +12712,2049,0.017391304,0.25,0,0.985606482,0,0,0.820344907,0.926829268,5,0 +12717,2317,0.272727273,0.083333333,0,0.105046296,0.5,0.935604548,0.082152778,0,1,0 +12719,2460,0.0625,0.064516129,0,0.98287037,0.419354839,0,0.982853836,0,7,0 +12720,2460,0.015384615,0.032258065,0,0.987053571,0.419354839,0,0.987053571,0,7,0 +12722,2460,0.028571429,0.032258065,0,0.99823082,0.419354839,0,0.99823082,0,7,0 +12723,2460,0.03125,0.032258065,0,0.988159722,0.419354839,0,0.988159722,0,7,0 +12724,2460,0.010416667,0.032258065,0,0.9953125,0.419354839,0,0.9953125,0,7,0 +12725,2317,0.09375,0.083333333,0,0.141886574,0.5,0.935604548,0.08150463,0,1,0 +12727,2460,0.090909091,0.032258065,0,0.00078373,0.419354839,0,0.00078373,0,7,0 +12729,2460,0.047619048,0.096774194,0,0.308573082,0.419354839,0,0.274834656,0,7,0 +12731,2317,0.041666667,0.027777778,0,0.475416667,0.5,0.935604548,0.475416667,0,1,0 +12732,2317,0.022727273,0.027777778,0,0.733831019,0.5,0.935604548,0.733831019,0,1,0 +12733,2317,0.034482759,0.027777778,0,0.623761574,0.5,0.935604548,0.623761574,0,1,0 +12734,2317,0.068965517,0.055555556,0,0.831666667,0.5,0.935604548,0.714756944,0,1,0 +12736,2049,0.333333333,0.25,0,0.999824074,0,0,0.999796296,1,5,0 +12737,2049,0.013333333,0.125,0,0.995990741,0,0,0.995990741,0.891891892,5,0 +12738,2049,0.055555556,0.125,0,0.999900463,0,0,0.999900463,0.642857143,5,0 +12739,863,0.038461538,0.071428571,0,0.671180556,0,0.967705195,0.671180556,0,7,0 +12742,938,0,0.142857143,0,1.16E-05,0,0,1.16E-05,0,1,0 +12743,938,0.095238095,0.285714286,0,0.105914352,0,0,0.105740741,0.916666667,1,0 +12750,1623,0.2,0.020408163,0,0.759230324,0.632653061,0.993592814,0.759230324,0,10,0 +12756,1789,0.2,0.125,0,0.007272377,0,0.993592814,0.007272377,1,3,0 +12758,1623,0.25,0.020408163,0,0.990819444,0.632653061,0.993592814,0.990819444,0,10,0 +12759,1623,0.5,0.020408163,0,0.992686343,0.632653061,0.993592814,0.992686343,0,10,0 +12760,1789,0.384615385,0.625,1,0.000223765,0,0.993592814,0.000185185,0.666666667,3,1 +12761,589,0.02,0.011764706,0,0.529388228,0.788235294,0.993592814,0.529388228,0,7,0 +12763,1464,0.043478261,0.166666667,0,0.435747355,0,0,0.435747355,0.666666667,7,0 +12765,1464,0.008196721,0.166666667,0,1.32E-05,0,0,1.32E-05,0.9,7,0 +12766,589,0.545454545,0.070588235,0,0.530568783,0.788235294,0.993592814,0.530557209,0,7,0 +12767,2091,0.105263158,0.333333333,0,0.02771164,0,0,0.02771164,0.909090909,7,0 +12774,1464,0.108108108,0.666666667,1,0.997746362,0,0,0.433796296,0.75,7,1 +12776,589,0.015384615,0.011764706,0,0.567876984,0.788235294,0.993592814,0.567876984,0,7,0 +12783,1162,0.033333333,0.076923077,0,3.47E-05,0,0,3.47E-05,0,3,0 +12784,589,0.01754386,0.011764706,0,0.585628307,0.788235294,0.993592814,0.585628307,0,7,0 +12785,185,0.066666667,0.066666667,0,0.013786376,0,0,0.013786376,0,7,0 +12786,185,0.8,0.266666667,0,0.848859127,0,0,0.848859127,1,7,0 +12787,185,0.1,0.066666667,0,0.485,0,0,0.485,0,7,0 +12789,185,0.1,0.333333333,1,0.39702381,0,0,0.396992394,1,7,1 +12795,1162,0.029850746,0.153846154,0,1.93E-05,0,0,0.000007716,0.806451613,3,0 +12796,1162,0.057142857,0.153846154,0,0.005559414,0,0,0.005559414,0.857142857,3,0 +12797,721,0.093023256,0.666666667,0.5,0.178275463,0,0,6.94E-06,0.857142857,5,0 +12800,721,0.181818182,0.166666667,0,0.1906875,0,0,0.190680556,0.75,5,0 +12801,2500,0,0.111111111,0,0.436615741,0,0.825258573,0.436615741,1,5,0 +12805,94,0.051724138,0.2,0,0.694191468,0,0.993592814,0.69385582,0.75,7,0 +12809,2023,0.277777778,0.2,0,0.61255787,0.28,0,0.61255787,1,1,0 +12817,2498,0.142857143,0.019607843,0,0.958238426,0.647058824,0.825258573,0.958238426,0,5,0 +12820,1393,0.066666667,0.2,0,6.61E-06,0,0.676404764,6.61E-06,0.666666667,7,0 +12821,1244,0.025,0.125,0,0.000138889,0,0,0.000138889,0.916666667,1,0 +12822,40,0.045454545,0.052631579,0,1.39E-05,0.052631579,0.993528095,1.39E-05,0,5,0 +12823,1244,0.016393443,0.125,0,0.300543982,0,0,0.300543982,0.833333333,1,0 +12824,40,0.0625,0.052631579,0,0.000131944,0.052631579,0.993528095,0.000131944,0,5,0 +12826,40,0.066666667,0.052631579,0,0.00612963,0.052631579,0.993528095,0.00612963,0,5,0 +12827,1244,0.666666667,0.25,0,0.081018519,0,0,0.080972222,0.5,1,0 +12828,40,0.017391304,0.105263158,0,0.475611111,0.052631579,0.993528095,0.470136574,0.87755102,5,0 +12829,1244,0.08,0.25,0,0.480497685,0,0,0.456851852,0.555555556,1,0 +12831,1244,0.111111111,0.125,0,0.7034375,0,0,0.7034375,0.833333333,1,0 +12832,1244,0.142857143,0.125,0,0.975729167,0,0,0.975729167,0.8,1,0 +12833,1075,0.25,0.142857143,0,0.020011574,0,0.993592814,0.020011574,0.5,1,0 +12834,40,0.5,0.105263158,0,0.417761574,0.052631579,0.993528095,0.417594907,1,5,0 +12836,40,0.230769231,0.157894737,0,0.864828704,0.052631579,0.993528095,0.470571759,1,5,0 +12840,1912,0.5,0.125,0,0.11943287,0,0,0.11943287,1,1,0 +12841,1912,0.012084592,0.5,0.5,0.002777778,0,0,0.002650463,0.848214286,1,1 +12844,775,0.006802721,0.026315789,0,0.918624339,0.526315789,0.993592814,0.918624339,0,7,0 +12848,890,0.090909091,0.076923077,0,0.907824074,0,0,0.907824074,0,3,0 +12849,890,0.083333333,0.076923077,0,0.943449074,0,0,0.943449074,0,3,0 +12852,1912,0.142857143,0.25,0,0.353611111,0,0,0.341099537,1,1,0 +12854,1912,0.0625,0.125,0,0.721481482,0,0,0.721481482,1,1,0 +12855,957,0.153846154,0.25,0,0.027266204,0,0,0.02725,0.666666667,5,0 +12856,957,0.090909091,0.125,0,0.069784722,0,0,0.069784722,0.833333333,5,0 +12858,957,0.015384615,0.125,0,0.392159722,0,0,0.392159722,0.923076923,5,0 +12859,957,0.034482759,0.25,0,0.164833333,0,0,0.164782407,0.851851852,5,0 +12861,75,0.03125,0.166666667,0,0.049293982,0,0,0.049293982,0.8125,1,0 +12862,957,0.043478261,0.125,0,0.785722222,0,0,0.785722222,1,5,0 +12863,957,0.008264463,0.125,0,0.541118056,0,0,0.541118056,0.818181818,5,0 +12864,75,0.009803922,0.166666667,0,0.030844907,0,0,0.030844907,0.888888889,1,0 +12865,75,0.081632653,0.666666667,1,0.904583333,0,0,0.903819444,0.925925926,1,1 +12869,1529,0.125,0.142857143,0,0.088314043,0,0,0.088314043,0.714285714,3,0 +12870,1294,0.066666667,0.04,0,0.842787037,0.28,0,0.842787037,0,5,0 +12871,1294,0.041666667,0.04,0,0.98819213,0.28,0,0.98819213,0,5,0 +12877,1294,0.041666667,0.08,0,0.000106482,0.28,0,4.86E-05,0,5,0 +12879,1294,0.1,0.04,0,0.001553241,0.28,0,0.001553241,0,5,0 +12880,1294,0.125,0.04,0,0.004229167,0.28,0,0.004229167,0,5,0 +12882,693,0,0.058823529,0,3.14E-05,0,0,3.14E-05,0,7,0 +12883,693,0.0625,0.117647059,0,0.207314815,0,0,0.044447751,0.9,7,0 +12884,693,0.071428571,0.117647059,0,3.97E-05,0,0,9.92E-06,0.875,7,0 +12889,693,0.037037037,0.235294118,1,0.076423611,0,0,0.000911045,0.821428571,7,1 +12890,2047,0.034482759,0.060606061,0,0.926746032,0.454545455,0.993592814,0.926734458,0,7,0 +12894,275,0.076923077,0.035714286,0,0.871060957,0.357142857,0,0.871060957,0,3,0 +12895,1075,0.6,0.428571429,0.5,0.611909722,0,0.993592814,0.611840278,0.666666667,1,1 +12897,1075,0.25,0.142857143,0,0.916956019,0,0.993592814,0.916956019,1,1,0 +12898,40,0.022222222,0.052631579,0,0.984474537,0.052631579,0.993528095,0.984474537,0,5,0 +12899,1475,0.019230769,0.083333333,0,3.31E-06,0,0,3.31E-06,0,7,0 +12901,1475,0.033057851,0.333333333,1,0.163826058,0,0,0.090271164,0.818181818,7,1 +12907,256,0.166666667,0.061538462,1,0.777069444,0.723076923,0.993592814,0.776988426,0,5,0 +12913,1760,0.181818182,0.035714286,0,0.905905093,0.678571429,0.993592814,0.905898148,0,5,0 +12917,256,0.1,0.030769231,0,0.984648148,0.723076923,0.993592814,0.005166667,0,5,0 +12918,1796,0.033333333,0.086956522,0,0.219074074,0.217391304,0.935280953,0.219016204,0,1,0 +12920,1796,0.25,0.043478261,0,0.935266204,0.217391304,0.935280953,0.935266204,0,1,0 +12921,1796,0.266666667,0.173913043,0,0.756215278,0.217391304,0.935280953,0.756030093,1,1,0 +12930,1813,0,0.045454545,0,4.63E-05,0.181818182,0.993592814,4.63E-05,0,1,0 +12932,1813,0.046511628,0.090909091,0,0.075231482,0.181818182,0.993592814,0.000104167,0,1,0 +12933,256,1,0.046153846,0,0.957967593,0.723076923,0.993592814,0.957946759,0,5,0 +12944,2478,0.230769231,0.375,0,0.007997685,0,0,0.000107474,1,7,0 +12946,1410,0.12,0.066666667,0.5,0.670590278,0.6,0.993592814,0.670573743,0,7,0 +12953,6,0.0625,0.045454545,0,0.24191358,0.181818182,0.993592814,0.24191358,0,3,0 +12954,6,0.2,0.045454545,0,0.650046296,0.181818182,0.993592814,0.650046296,0,3,0 +12955,6,0.75,0.272727273,1,0.783020833,0.181818182,0.993592814,0.78277392,1,3,1 +12956,324,0.053333333,0.083333333,0,0.545482253,0.625,0.935345672,0.545435957,0,3,0 +12957,6,0.055555556,0.045454545,0,0.997040895,0.181818182,0.993592814,0.997040895,0,3,0 +12958,324,0.2,0.104166667,0.5,0.627237654,0.625,0.935345672,0.62714892,0.909090909,3,0 +12959,2313,0.04,0.12,0.5,0.129609788,0.28,0.967640476,0.129570106,0.933333333,7,1 +12960,2313,0.012987013,0.04,0,0.146665013,0.28,0.967640476,0.146665013,0,7,0 +12961,2313,0.375,0.12,0,0.514932209,0.28,0.967640476,0.496830357,0.75,7,0 +12962,2313,0.2,0.04,0,0.502944775,0.28,0.967640476,0.502944775,0,7,0 +12964,2313,1,0.12,0,0.810337302,0.28,0.967640476,0.810337302,1,7,0 +12968,2313,0.088235294,0.12,0,0.653134921,0.28,0.967640476,0.653134921,1,7,0 +12970,1410,0.2,0.066666667,0,0.856600529,0.6,0.993592814,0.732700066,0,7,0 +12972,324,0.111111111,0.020833333,0,0.655848765,0.625,0.935345672,0.655848765,0,3,0 +12973,1234,0.016666667,0.045454545,0,0.996638889,0.181818182,0,0.996638889,0,5,0 +12974,617,0.023529412,0.057142857,0,0.068976521,0.485714286,0,0.068880622,0,7,0 +12977,617,0.012987013,0.028571429,0,0.996964286,0.485714286,0,0.996964286,0,7,0 +12978,617,0.016129032,0.028571429,0,0.17749504,0.485714286,0,0.17749504,0,7,0 +12979,617,0.444444444,0.114285714,0,0.889573413,0.485714286,0,0.153445767,0.833333333,7,0 +12980,2323,0,0.166666667,0,0.677708333,0,0,0.677708333,1,3,0 +12981,617,0.046153846,0.085714286,0.5,0.296655093,0.485714286,0,0.20608631,0,7,0 +12984,949,0.016666667,0.043478261,0,0.298136574,0.217391304,0,0.298136574,0,7,0 +12986,366,0.04,0.063829787,0,0.711712963,0.617021277,0.993592814,0.711678241,0,1,0 +12993,1670,0.666666667,0.222222222,0,0.022356151,0,0,0.02234623,0.5,7,0 +12994,1670,0,0.111111111,0,0.14239418,0,0,0.14239418,1,7,0 +12995,1670,0.04,0.222222222,0,0.240150463,0,0,0.172204034,1,7,0 +12996,1670,0.333333333,0.444444444,0,0.278186177,0,0,0.010246362,0.75,7,0 +13000,366,0.114285714,0.085106383,0.5,0.826122685,0.617021277,0.993592814,0.82587963,0,1,0 +13001,366,0.017241379,0.021276596,0,0.880578704,0.617021277,0.993592814,0.880578704,0,1,0 +13004,617,0.076923077,0.028571429,0,0.481365741,0.485714286,0,0.481365741,0,7,0 +13006,617,0.041666667,0.028571429,0,0.554618056,0.485714286,0,0.554618056,0,7,0 +13008,783,0.02247191,0.071428571,0,0.861828704,0.357142857,0.993528095,0.8559375,0,1,0 +13010,783,0.28,0.25,0.5,0.91681713,0.357142857,0.993528095,0.888819444,0.9,1,1 +13013,2287,0.008196721,0.142857143,0,0.000138889,0,0,0.000138889,0.9,1,0 +13014,2287,0.041666667,0.142857143,0,6.94E-05,0,0,6.94E-05,0.875,1,0 +13015,2287,0.0625,0.142857143,0,0.000127315,0,0,0.000127315,1,1,0 +13016,2287,0.017241379,0.142857143,0,0.302222222,0,0,0.302222222,0.851851852,1,0 +13017,2287,0.071428571,0.285714286,0,0.780115741,0,0,0.755787037,0.875,1,0 +13018,2287,0.027777778,0.142857143,0,0.951296296,0,0,0.951296296,1,1,0 +13020,1734,0.1,0.1,0,7.87E-05,0,0,7.87E-05,0.571428571,5,0 +13021,1738,0.111111111,0.090909091,0,0.000007716,0,0,0.000007716,0,3,0 +13022,1738,0.022727273,0.090909091,0,0.000007716,0,0,0.000007716,0,3,0 +13027,949,0.285714286,0.086956522,0,0.256972553,0.217391304,0,0.256959325,0,7,0 +13029,949,0.137931034,0.173913043,1,0.33176422,0.217391304,0,0.295064484,0.933333333,7,1 +13033,949,0.076923077,0.043478261,0,0.394928902,0.217391304,0,0.394928902,0,7,0 +13034,949,0.025,0.043478261,0,0.468738426,0.217391304,0,0.468738426,0,7,0 +13035,949,0.017241379,0.043478261,0,0.592008929,0.217391304,0,0.592008929,0,7,0 +13037,783,0.75,0.107142857,0,0.024050926,0.357142857,0.993528095,0.008032407,1,1,0 +13041,783,0.227272727,0.178571429,0,0.069201389,0.357142857,0.993528095,0.006539352,0.928571429,1,0 +13044,1734,0.2,0.2,0,0.435289352,0,0,0.224847222,1,5,0 +13047,1738,0.026315789,0.090909091,0,0.000111883,0,0,0.000111883,0,3,0 +13048,949,0.008196721,0.043478261,0,0.676559193,0.217391304,0,0.676559193,0,7,0 +13049,949,0.013333333,0.043478261,0,0.965810185,0.217391304,0,0.965810185,0,7,0 +13054,329,0.5,0.2,0,0.008842593,0,0,0.008842593,1,5,0 +13055,329,0.111111111,0.066666667,0,0.412303241,0,0,0.412303241,0,5,0 +13058,1079,0.647058824,0.611111111,1,0.38443287,0,0,0.293472222,1,5,1 +13059,1079,0.049180328,0.166666667,0,0.419252315,0,0,0.419236111,0.833333333,5,0 +13061,1079,0.010416667,0.055555556,0,0.998641204,0,0,0.998641204,0,5,0 +13063,218,0.6,0.428571429,0,0.974475309,0,0,0.974429012,1,3,0 +13064,218,0.4,0.285714286,0,0.990640432,0,0,0.990590278,0.666666667,3,0 +13067,1615,0.052631579,0.047619048,0,0.538055556,0.142857143,0.935280953,0.538055556,0,7,0 +13068,1147,0.157894737,0.103448276,0,0.153842593,0.379310345,0.993528095,0.153761574,0.714285714,1,0 +13069,1940,0.5,0.571428571,0.5,0.675327932,0,0.993592814,0.61283179,1,3,0 +13076,161,0.003021148,0.043478261,0,0.977114198,0.217391304,0.993592814,0.977114198,0,3,0 +13080,965,0.04,0.078947368,0,0.983814484,0.526315789,0.993592814,0.983766534,0,7,0 +13082,965,0.076923077,0.026315789,0,0.993839286,0.526315789,0.993592814,0.993839286,0,7,0 +13083,1440,0.022727273,0.142857143,0,0.000007716,0,0.993592814,0.000007716,0.9375,3,0 +13085,279,0.133333333,0.266666667,1,0.202377646,0,0,0.202366071,1,7,1 +13087,279,0.018867925,0.066666667,0,0.35733631,0,0,0.35733631,0,7,0 +13091,829,0.022727273,0.0625,0,0.033831019,0,0.993592814,0.033831019,0,3,0 +13093,118,0.333333333,0.105263158,0,0.270550926,0.052631579,0,0.028296296,0.5,5,0 +13094,118,0.032258065,0.052631579,0,0.044571759,0.052631579,0,0.044571759,0,5,0 +13101,418,0.133333333,0.25,0,0.241813272,0,0.999935281,0.241805556,0.833333333,3,0 +13104,454,0.25,0.058823529,0,0.011506283,0,0,0.011506283,0,7,0 +13105,454,0.2,0.058823529,0,0.018988095,0,0,0.018988095,0,7,0 +13106,204,0.090909091,0.055555556,0,0,0,0,0,0,7,0 +13110,1615,0.155844156,0.571428571,1,0.801484788,0.142857143,0.935280953,0.422642196,0.833333333,7,1 +13113,1940,0.5,0.071428571,0,0.003140432,0,0.993592814,0.003140432,0,3,0 +13116,1340,0.018867925,0.1,0,0.174623016,0,0,0.174623016,0.782608696,7,0 +13117,1340,0.037037037,0.4,0,0.731078042,0,0,0.731078042,0.821428571,7,0 +13118,1340,0.066666667,0.1,0,0.230021495,0,0,0.230021495,0.7,7,0 +13120,1147,0.1,0.034482759,0,0.86306713,0.379310345,0.993528095,0.86306713,0,1,0 +13125,879,0.181818182,0.142857143,0,0.000104167,0,0,4.63E-05,0.75,3,0 +13127,454,0.007246377,0.058823529,0,0.028693783,0,0,0.028693783,0,7,0 +13130,418,0.025,0.125,0,0.305883488,0,0.999935281,0.305883488,1,3,0 +13131,418,0.333333333,0.5,0,0.326577932,0,0.999935281,0.326577932,0.75,3,0 +13132,418,0.083333333,0.125,0,0.660223765,0,0.999935281,0.660223765,1,3,0 +13135,204,0.051282051,0.111111111,0,0.690128968,0,0,0.159761905,1,7,0 +13141,450,0.045454545,0.025,0,0.017763889,0.55,0.993592814,0.017763889,0,10,0 +13142,601,0.142857143,0.25,0,0.949717593,0,0.993592814,0.949696759,1,5,0 +13144,467,0.333333333,0.076923077,0,0.000123457,0,0,0.000123457,0,3,0 +13145,467,0.25,0.076923077,0,0.001396605,0,0,0.001396605,0,3,0 +13146,467,0.014925373,0.076923077,0,0.006419753,0,0,0.006419753,0,3,0 +13147,467,0.022727273,0.076923077,0,0.00724537,0,0,0.00724537,0,3,0 +13148,2439,0.0625,0.090909091,0,0.050532407,0,0,0.050532407,0,7,0 +13149,2439,0.125,0.090909091,0,0.051575728,0,0,0.051575728,0,7,0 +13150,2439,0,0.090909091,0,0.117103175,0,0,0.117103175,0,7,0 +13151,2439,0.037037037,0.090909091,0,0.696706349,0,0,0.696706349,0,7,0 +13152,2439,0.166666667,0.090909091,0,0.760920966,0,0,0.760920966,0,7,0 +13169,1854,0.1,0.019607843,0,0.997581019,0.647058824,0.993592814,0.997581019,0,3,0 +13170,1854,0.333333333,0.117647059,0.5,0.993526235,0.647058824,0.993592814,0.993445216,0.615384615,3,0 +13174,2222,0.133333333,0.090909091,0,0.041964286,0.590909091,0.929585677,0.041865079,0,7,0 +13175,869,0.055555556,0.2,0,0.6816114,0,0.805842859,0.6816114,0.642857143,7,0 +13176,869,0.083333333,0.2,0,0.681392162,0,0.805842859,0.681392162,0.888888889,7,0 +13177,869,0.034482759,0.2,0,0.826760756,0,0.805842859,0.826760756,0.823529412,7,0 +13178,869,0.03125,0.2,0,0.942532201,0,0.805842859,0.942532201,0.913043478,7,0 +13179,869,0.043478261,0.2,0,0.984776651,0,0.805842859,0.984776651,1,7,0 +13180,1735,0.016393443,0.038461538,0,0.994993056,0.653846154,0.993528095,0.994993056,0,5,0 +13181,450,0.092592593,0.125,0,0.07725,0.55,0.993592814,0.077234954,1,10,0 +13187,2222,0.52,0.886363636,1,0.78051422,0.590909091,0.929585677,0.780244709,0.933333333,7,1 +13189,2222,0.008403361,0.022727273,0,0.103105159,0.590909091,0.929585677,0.103105159,0,7,0 +13196,782,0.058823529,0.066666667,0,0.968201058,0,0,0.968201058,0,7,0 +13197,450,0.868421053,0.825,1,0.974337963,0.55,0.993592814,0.968203704,0.8,10,0 +13201,450,0.018518519,0.025,0,0.968054398,0.55,0.993592814,0.968054398,0,10,0 +13203,601,0.010416667,0.125,0,0.964726852,0,0.993592814,0.964726852,1,5,0 +13204,601,0.012987013,0.125,0,0.987777778,0,0.993592814,0.987777778,0.833333333,5,0 +13205,2239,0.058823529,0.083333333,0,0.645810185,0,0,0.645810185,0,1,0 +13206,2239,0.363636364,0.333333333,0,0.661608796,0,0,0.661018519,0.8,1,0 +13213,782,0.476190476,0.666666667,1,0.793483796,0,0,0.793402778,1,7,1 +13222,782,0,0.066666667,0,0.82051918,0,0,0.82051918,0,7,0 +13223,782,0.014925373,0.066666667,0,0.941860119,0,0,0.941860119,0,7,0 +13224,416,0.030769231,0.181818182,0,0.604884259,0,0,0.604884259,0.782608696,3,0 +13225,416,0.007246377,0.090909091,0,0.632415124,0,0,0.632415124,0,3,0 +13226,938,1,0.285714286,0,0.259837963,0,0,0.259490741,1,1,0 +13227,2317,0.133333333,0.055555556,0,0.739722222,0.5,0.935604548,0.739664352,0,1,0 +13232,938,0.068965517,0.285714286,0,0.908368056,0,0,0.908217593,0.823529412,1,0 +13237,1981,0.111111111,0.133333333,0,0.627584877,0,0,0.627584877,0.571428571,3,0 +13238,1981,0.018518519,0.066666667,0,2.70E-05,0,0,2.70E-05,0,3,0 +13242,2317,0.235294118,0.111111111,0.5,0.834641204,0.5,0.935604548,0.830439815,1,1,1 +13249,2460,0.03030303,0.032258065,0,0.518237434,0.419354839,0,0.518237434,0,7,0 +13250,2460,0.038961039,0.096774194,0,0.563667328,0.419354839,0,0.000763889,0,7,0 +13255,302,0.1,0.166666667,0,0.957337963,0,0.999935281,0.957002315,0.875,1,0 +13260,302,0.09375,0.25,0,0.898333333,0,0.999935281,0.897638889,0.8125,1,0 +13262,2317,0.245283019,0.361111111,1,0.947013889,0.5,0.935604548,0.946736111,0.857142857,1,1 +13266,480,0.068965517,0.129032258,0,0.94818287,0.419354839,0.993592814,0.933078704,0.75,1,0 +13271,1371,0.014492754,0.111111111,0,0.563869048,0,0,0.561211971,0.865671642,7,0 +13272,1371,0.034482759,0.111111111,0,0.735391865,0,0,0.735391865,0.611111111,7,0 +13274,2014,0.010416667,0.025641026,0,0.985289352,0.538461538,0.993592814,0.985289352,0,7,0 +13285,480,0.2,0.032258065,0,0.000497685,0.419354839,0.993592814,0.000497685,0,1,0 +13286,873,0.222222222,0.058823529,0,0.880615079,0.470588235,0.993592814,0.880565476,0,7,0 +13290,1246,0.057142857,0.105263158,0,0.912928241,0.052631579,0,0.55924537,0.857142857,5,0 +13294,480,0.25,0.032258065,0,0.952488426,0.419354839,0.993592814,0.952488426,0,1,0 +13295,480,0.090909091,0.032258065,0,0.963136574,0.419354839,0.993592814,0.963136574,0,1,0 +13298,1371,0.012987013,0.055555556,0,0.17306713,0,0,0.17306713,0,7,0 +13301,1371,0.2,0.111111111,0,0.190125661,0,0,0.176545966,0.857142857,7,0 +13302,1371,0.5,0.111111111,0,0.334208003,0,0,0.334208003,1,7,0 +13312,480,0.272727273,0.096774194,0,0.986226852,0.419354839,0.993592814,0.973576389,0,1,0 +13317,2250,0.038461538,0.333333333,0,0.082719907,0,0,0.082349537,0.76,1,0 +13318,2250,0.043478261,0.166666667,0,0.089652778,0,0,0.089652778,0.882352941,1,0 +13319,2250,0.057142857,0.333333333,0,0.089340278,0,0,0.077905093,0.769230769,1,0 +13320,2250,0.037037037,0.166666667,0,0.141180556,0,0,0.141180556,1,1,0 +13321,873,0.025641026,0.029411765,0,0.970386905,0.470588235,0.993592814,0.970386905,0,7,0 +13322,873,0.25,0.029411765,0,0.974460979,0.470588235,0.993592814,0.974460979,0,7,0 +13323,873,0,0.029411765,0,0.990834987,0.470588235,0.993592814,0.990834987,0,7,0 +13324,1371,0.25,0.055555556,0,0.028966601,0,0,0.028966601,0,7,0 +13329,1673,0.068181818,0.071428571,0,0.323368056,0.571428571,0.999935281,0.323043982,0,1,0 +13331,580,1,0.083333333,0,0.993861111,0.625,0.993592814,0.993861111,0,5,0 +13333,1371,0.285714286,0.222222222,1,0.00416832,0,0,0.00416336,1,7,1 +13335,335,0.028571429,0.125,0,0.000100309,0,0,0.000100309,0.761904762,3,0 +13337,580,0.046511628,0.041666667,0,0.989372685,0.625,0.993592814,0.989358796,0,5,0 +13338,1294,0.363636364,0.16,0.5,0.008025463,0.28,0,0.007898148,0.833333333,5,0 +13340,1294,0.052631579,0.04,0,0.020476852,0.28,0,0.020476852,0,5,0 +13341,1294,0.052631579,0.12,0,0.781770833,0.28,0,0.746979167,0.793103448,5,0 +13342,1294,0.028571429,0.04,0,0.029712963,0.28,0,0.029712963,0,5,0 +13346,693,0.333333333,0.235294118,1,0.081666667,0,0,0.081640212,1,7,1 +13352,693,0.076923077,0.058823529,0,0.395133929,0,0,0.395133929,0,7,0 +13353,40,0.045454545,0.105263158,0,0.688585648,0.052631579,0.993528095,0.688578704,0.923076923,5,0 +13355,40,0.055555556,0.052631579,0,0.784916667,0.052631579,0.993528095,0.784916667,0,5,0 +13356,40,0.068965517,0.105263158,0,0.848189815,0.052631579,0.993528095,0.848185185,0.8,5,0 +13357,40,0.2,0.052631579,0,0.826622685,0.052631579,0.993528095,0.826622685,0,5,0 +13358,1075,0.016393443,0.285714286,0,0.996516204,0,0.993592814,0.996388889,0.9,1,0 +13360,693,0.008196721,0.058823529,0,0.357094907,0,0,0.357094907,0,7,0 +13361,693,0.045454545,0.058823529,0,0.752048611,0,0,0.752048611,0,7,0 +13362,925,0.038461538,0.2,0,1.39E-05,0,0,1.39E-05,0.8,5,0 +13363,925,0.02173913,0.4,0,0.042537037,0,0,0.028909722,0.903225806,5,0 +13365,925,0.023255814,0.2,0,0.152034722,0,0,0.152034722,0.909090909,5,0 +13366,925,0.0625,0.2,0,0.280421296,0,0,0.280421296,0.875,5,0 +13368,1475,0.125,0.083333333,0,0.546775794,0,0,0.546775794,0,7,0 +13370,1393,0.235294118,0.8,1,0.980515873,0,0.676404764,0.978126653,1,7,1 +13374,1391,0.5,0.086956522,0,0.014333333,0.217391304,0,0.014333333,0,5,0 +13376,1391,0.036231884,0.217391304,0,0.177710648,0.217391304,0,0.0123125,0.865671642,5,0 +13381,17,0.25,0.04,0,0.896790124,0.28,0.993592814,0.896790124,0,3,0 +13382,1623,0.2,0.06122449,0,0.397862269,0.632653061,0.993592814,0.00028588,0,10,0 +13383,2091,0.046153846,0.5,0,0.005223214,0,0,0.005223214,0.782608696,7,0 +13388,1364,0.25,0.055555556,0,0.95099537,0,0,0.95099537,0,1,0 +13389,1364,0.25,0.055555556,0,0.967048611,0,0,0.967048611,0,1,0 +13391,1364,0.0125,0.055555556,0,0.987199074,0,0,0.987199074,0,1,0 +13393,1364,0.03125,0.055555556,0,0.992430556,0,0,0.992430556,0,1,0 +13394,17,0.166666667,0.04,0,0.000266204,0.28,0.993592814,0.000266204,0,3,0 +13395,17,0.006802721,0.04,0,0.002191358,0.28,0.993592814,0.002191358,0,3,0 +13397,2023,0.4,0.08,0,0.936851852,0.28,0,0.936851852,0,1,0 +13398,1296,0.022222222,0.041666667,0,0.844722222,0.25,0.993528095,0.844722222,0,1,0 +13400,1296,0.428571429,0.125,0,0.729293982,0.25,0.993528095,0.219201389,0.75,1,0 +13405,1466,0.009259259,0.066666667,0,0.002476852,0,0,0.002476852,0,1,0 +13406,1466,0.5,0.066666667,0,0.005787037,0,0,0.005787037,0,1,0 +13407,1466,0.018518519,0.066666667,0,0.141203704,0,0,0.141203704,0,1,0 +13409,2059,0.023255814,0.2,0,0.957270172,0,0,0.957270172,0.909090909,7,0 +13410,930,0.028571429,0.05,0,0.963557099,0.1,0.676469483,0.963557099,0,3,0 +13411,930,0.068965517,0.1,0,0.970405093,0.1,0.676469483,0.967272377,1,3,0 +13413,930,0.02,0.05,0,0.987403549,0.1,0.676469483,0.987403549,0,3,0 +13415,185,0,0.066666667,0,0.550707672,0,0,0.550707672,0,7,0 +13416,185,0.25,0.2,0,0.547210648,0,0,0.54698082,1,7,0 +13419,1364,0.090909091,0.055555556,0,0.04,0,0,0.04,0,1,0 +13420,1364,0.076923077,0.111111111,0,0.954444444,0,0,0.646469907,0.769230769,1,0 +13423,1364,0.47826087,0.611111111,1,0.984641204,0,0,0.794525463,0.8,1,1 +13428,1391,0.025,0.086956522,0,0.759106482,0.217391304,0,0.759106482,0,5,0 +13429,1391,0.03125,0.043478261,0,0.399701389,0.217391304,0,0.399701389,0,5,0 +13430,1391,0.227272727,0.217391304,1,0.390456019,0.217391304,0,0.39005787,1,5,1 +13435,1296,0.733333333,0.458333333,1,0.268831019,0.25,0.993528095,0.148981482,1,1,1 +13443,1296,0.25,0.041666667,0,0.851678241,0.25,0.993528095,0.851678241,0,1,0 +13444,1296,0.022222222,0.041666667,0,0.898645833,0.25,0.993528095,0.898645833,0,1,0 +13445,1296,0.009063444,0.125,0.5,0.881493056,0.25,0.993528095,0.880914352,0.848214286,1,1 +13448,1296,0.029850746,0.083333333,0,0.953333333,0.25,0.993528095,0.953287037,0,1,0 +13450,1466,0.066666667,0.066666667,0,0.225196759,0,0,0.225196759,0,1,0 +13451,2091,0.012987013,0.166666667,0,0.990013228,0,0,0.990013228,0.774193548,7,0 +13452,1466,0.21875,0.466666667,1,0.225578704,0,0,0.217974537,0.833333333,1,1 +13457,1466,0.012987013,0.066666667,0,0.392060185,0,0,0.392060185,0,1,0 +13459,1466,0.05,0.066666667,0,0.231666667,0,0,0.231666667,0,1,0 +13460,1466,0.25,0.066666667,0,0.74162037,0,0,0.74162037,0,1,0 +13463,204,0.086956522,0.444444444,1,0.168735119,0,0,0.119122024,0.903225806,7,1 +13465,204,0.555555556,0.277777778,1,0.199890873,0,0,0.199885913,0.75,7,1 +13470,879,0.045454545,0.142857143,0,0.467156636,0,0,0.134737654,0.863636364,3,0 +13476,1622,0.5,0.285714286,0,0.002766204,0,0.993592814,0.00099537,0.5,1,0 +13477,1622,0.157894737,0.428571429,0,0.027060185,0,0.993592814,0.002222222,1,1,0 +13479,1622,0.047619048,0.142857143,0,0.030868056,0,0.993592814,0.030868056,0.846153846,1,0 +13480,1622,0.018867925,0.142857143,0,0.045451389,0,0.993592814,0.045451389,0.782608696,1,0 +13481,118,0.333333333,0.526315789,1,0.622837963,0.052631579,0,0.213759259,0.769230769,5,1 +13482,118,0.011764706,0.052631579,0,0.619331019,0.052631579,0,0.619331019,0,5,0 +13493,872,0.034482759,0.166666667,0,0.212324074,0,0.993592814,0.21231713,1,5,0 +13494,118,0.333333333,0.105263158,0,0.922729167,0.052631579,0,0.922703704,1,5,0 +13495,118,0.017241379,0.052631579,0,0.868428241,0.052631579,0,0.868428241,0,5,0 +13496,218,0.166666667,0.142857143,0,0.003449074,0,0,0.003449074,0.5,3,0 +13498,872,0.007246377,0.083333333,0,0.214712963,0,0.993592814,0.214712963,0,5,0 +13500,1983,0.016806723,0.4,0,0.001092593,0,0,0.00106713,0.757575758,5,0 +13501,1983,0.033333333,0.2,0,0.301645833,0,0,0.301645833,1,5,0 +13502,118,0.022222222,0.052631579,0,0.91687963,0.052631579,0,0.91687963,0,5,0 +13505,118,0.010416667,0.052631579,0,0.99137963,0.052631579,0,0.99137963,0,5,0 +13506,586,0.03125,0.04,0,0.000743056,0.28,0.993592814,0.000743056,0,5,0 +13507,586,0.25,0.08,0,0.362002315,0.28,0.993592814,0.361981482,0,5,0 +13509,922,0.03125,0.02173913,0,0.983344907,0.608695652,0.993592814,0.983344907,0,1,0 +13512,686,0.010416667,0.066666667,0,0.990089286,0,0.935345672,0.990089286,0,7,0 +13514,922,0.896551724,0.565217391,1,0.865219907,0.608695652,0.993592814,0.858240741,0.5,1,1 +13517,1872,0.028571429,0.02,0,0.034814815,0.64,0,0.034814815,0,3,0 +13520,1872,0.015384615,0.02,0,0.037318673,0.64,0,0.037318673,0,3,0 +13522,1872,0.017241379,0.02,0,0.070706019,0.64,0,0.070706019,0,3,0 +13529,1872,0.010638298,0.02,0,0.961929012,0.64,0,0.961929012,0,3,0 +13531,1872,0.074074074,0.04,0,0.974135803,0.64,0,0.97412037,0,3,0 +13532,1872,0.2,0.02,0,0.965945216,0.64,0,0.965945216,0,3,0 +13533,1872,0.009803922,0.02,0,0.973298611,0.64,0,0.973298611,0,3,0 +13534,1872,0.111111111,0.02,0,0.977928241,0.64,0,0.977928241,0,3,0 +13535,204,0.05,0.055555556,0,0.30099537,0,0,0.30099537,0,7,0 +13540,454,0.111111111,0.058823529,0,0.353556548,0,0,0.353556548,0,7,0 +13541,454,1,0.588235294,1,0.198875661,0,0,0.026916336,1,7,1 +13543,204,0.020833333,0.055555556,0,0.861648479,0,0,0.861648479,0,7,0 +13544,1615,1,0.095238095,0,2.48E-05,0.142857143,0.935280953,0.000014881,0,7,0 +13545,1615,0.025641026,0.047619048,0,0.415221561,0.142857143,0.935280953,0.415221561,0,7,0 +13547,1615,0.19047619,0.19047619,1,0.000166997,0.142857143,0.935280953,0.000114087,0.833333333,7,1 +13556,1269,0.03021148,0.384615385,1,0.943344907,0.307692308,0,0.943335648,0.848214286,5,1 +13557,1233,0.285714286,0.4,0,0.011602183,0,0,0.011593915,0.75,7,0 +13558,1233,0.034482759,0.2,0,0.130887897,0,0,0.130887897,0.823529412,7,0 +13562,1284,0.032258065,0.4,0,0.423376323,0,0,0.423376323,0.75,7,0 +13563,1284,0.166666667,0.2,0,0.979652778,0,0,0.979652778,1,7,0 +13564,1284,0.029850746,0.4,0,0.430916005,0,0,0.430909392,0.88,7,0 +13565,1233,0.117647059,0.4,0,0.963647487,0,0,0.963642527,1,7,0 +13569,267,0.55,0.34375,1,0.900381944,0.4375,0,0.899753086,0.857142857,3,1 +13575,267,0.2,0.03125,0,0.601331019,0.4375,0,0.601331019,0,3,0 +13576,267,0.8,0.125,0,0.90617284,0.4375,0,0.906111111,1,3,0 +13579,1201,0.016393443,0.142857143,0,0.018217593,0,0,0.018217593,0.833333333,7,0 +13580,1201,0.022727273,0.142857143,0,0.02182209,0,0,0.02182209,0.909090909,7,0 +13581,1201,1,0.571428571,0,0.540152116,0,0,0.482959656,0,7,0 +13582,1201,0,0.142857143,0,0.02458664,0,0,0.02458664,1,7,0 +13584,818,0.181818182,0.153846154,0,0.001439043,0,0.993592814,3.47E-05,0.777777778,3,0 +13585,818,0.02,0.076923077,0,0.81285108,0,0.993592814,0.81285108,0,3,0 +13587,665,0.071428571,0.2,0,8.27E-06,0,0,8.27E-06,0.555555556,7,0 +13589,1269,0.042253521,0.115384615,0,0.944578704,0.307692308,0,0.943108796,0.933333333,5,0 +13594,665,0.043478261,0.4,0,0.145825066,0,0,9.92E-06,0.833333333,7,0 +13595,665,0.038461538,0.2,0,0.690226521,0,0,0.690226521,0.909090909,7,0 +13596,665,0.052631579,0.2,0,0.827037037,0,0,0.827037037,0.714285714,7,0 +13600,818,0.333333333,0.076923077,0,0.995239198,0,0.993592814,0.995239198,0,3,0 +13624,267,0.045454545,0.03125,0,0.613240741,0.4375,0,0.613240741,0,3,0 +13625,267,0.75,0.09375,0,0.625223765,0.4375,0,0.625189043,0,3,0 +13626,267,0.137931034,0.25,0,0.652785494,0.4375,0,0.027592593,0.611111111,3,0 +13629,267,0.041666667,0.03125,0,0.703449074,0.4375,0,0.703449074,0,3,0 +13636,1813,0.024793388,0.136363636,0,0.050671296,0.181818182,0.993592814,0.048622685,0.818181818,1,0 +13641,1760,0.04,0.053571429,0,0.920715278,0.678571429,0.993592814,0.920706019,0,5,0 +13644,1760,0.363636364,0.071428571,0,0.928946759,0.678571429,0.993592814,0.928907407,0,5,0 +13647,1760,0.125,0.017857143,0,0.945668982,0.678571429,0.993592814,0.945668982,0,5,0 +13649,242,0.130434783,0.166666667,0,0.008051698,0,0,0.008051698,1,3,0 +13654,491,0.010638298,0.032258065,0,0.000271164,0.419354839,0,0.000271164,0,7,0 +13655,491,0.033333333,0.032258065,0,6.61E-05,0.419354839,0,6.61E-05,0,7,0 +13656,1813,0.009803922,0.045454545,0,0.159236111,0.181818182,0.993592814,0.159236111,0,1,0 +13657,1813,0.076923077,0.090909091,0,0.23244213,0.181818182,0.993592814,0.231712963,0,1,0 +13658,1813,0.027777778,0.045454545,0,0.443344907,0.181818182,0.993592814,0.443344907,0,1,0 +13659,1813,0.0625,0.045454545,0,0.843981482,0.181818182,0.993592814,0.843981482,0,1,0 +13668,256,0.125,0.015384615,0,0.986634259,0.723076923,0.993592814,0.986634259,0,5,0 +13669,256,0.25,0.030769231,0,0.986189815,0.723076923,0.993592814,0.986180556,0,5,0 +13672,1142,0.25,0.0625,0,0.572727624,0,0,0.572727624,0,3,0 +13673,1142,0.051724138,0.1875,0,0.524907407,0,0,0.425146605,1,3,0 +13674,256,1,0.076923077,0,0.995483796,0.723076923,0.993592814,0.995421296,0,5,0 +13675,256,0.2,0.015384615,0,0.993194444,0.723076923,0.993592814,0.993194444,0,5,0 +13676,256,0.5,0.015384615,0,0.999699074,0.723076923,0.993592814,0.999699074,0,5,0 +13681,1278,0,0.071428571,0,0.757680556,0,0,0.757680556,0,5,0 +13682,1278,0.043478261,0.071428571,0,0.768696759,0,0,0.768696759,0,5,0 +13689,106,0.06122449,0.25,0.5,0.284756944,0,0,0.284633488,0.925925926,3,0 +13692,2478,0.043478261,0.625,0.5,0.003450728,0,0,3.47E-05,0.87755102,7,1 +13694,106,0.05,0.333333333,1,0.453425926,0,0,0.453425926,0.954545455,3,1 +13698,1796,0.016129032,0.043478261,0,0.796111111,0.217391304,0.935280953,0.796111111,0,1,0 +13699,1796,0.060606061,0.086956522,0,0.855266204,0.217391304,0.935280953,0.001782407,0,1,0 +13700,1796,0.055555556,0.043478261,0,0.99431713,0.217391304,0.935280953,0.99431713,0,1,0 +13701,2263,0.05,0.055555556,0,3.47E-05,0,0,3.47E-05,0,1,0 +13702,2263,0.076923077,0.055555556,0,0.00125,0,0,0.00125,0,1,0 +13703,223,0.03125,0.047619048,0,3.47E-05,0.142857143,0,3.47E-05,0,1,0 +13705,223,0.034482759,0.047619048,0,0.000150463,0.142857143,0,0.000150463,0,1,0 +13706,359,0.037037037,0.038461538,0,0.994511574,0.307692308,0,0.994511574,0,5,0 +13708,1410,0.222222222,0.044444444,0,0.718310185,0.6,0.993592814,0.718310185,0,7,0 +13710,1410,0.0625,0.022222222,0,0.746135913,0.6,0.993592814,0.746135913,0,7,0 +13713,335,0.153846154,0.25,0,0.367164352,0,0,0.364263117,1,3,0 +13718,335,0.357142857,0.625,0.5,0.292314815,0,0,0.292040895,0.875,3,0 +13720,1371,0.037037037,0.222222222,0,0.668959987,0,0,0.668959987,0.821428571,7,0 +13723,1623,0.018518519,0.020408163,0,0.130333333,0.632653061,0.993592814,0.130333333,0,10,0 +13725,485,0.003021148,0.047619048,0,0.345073303,0.142857143,0,0.345073303,0,3,0 +13730,1623,0.069767442,0.12244898,0,0.682811343,0.632653061,0.993592814,0.682795139,0.857142857,10,0 +13732,1623,0.015384615,0.020408163,0,0.788091435,0.632653061,0.993592814,0.788091435,0,10,0 +13733,1623,0.020618557,0.040816327,0,0.770263889,0.632653061,0.993592814,0.770259259,0,10,0 +13735,1623,0.2,0.020408163,0,0.806392361,0.632653061,0.993592814,0.806392361,0,10,0 +13736,1623,0.333333333,0.040816327,0,0.79897338,0.632653061,0.993592814,0.798961806,0,10,0 +13737,1623,0.029411765,0.020408163,0,0.89490162,0.632653061,0.993592814,0.89490162,0,10,0 +13738,1391,0.009259259,0.043478261,0,0.764469907,0.217391304,0,0.764469907,0,5,0 +13739,1391,0.022727273,0.043478261,0,0.797104167,0.217391304,0,0.797104167,0,5,0 +13740,1391,0.085714286,0.130434783,0,0.948074074,0.217391304,0,0.948013889,0.947368421,5,0 +13741,1391,0.666666667,0.086956522,0,0.948287037,0.217391304,0,0.948287037,0,5,0 +13743,17,0.045454545,0.04,0,0.00554784,0.28,0.993592814,0.00554784,0,3,0 +13747,1391,0.025,0.043478261,0,0.972087963,0.217391304,0,0.972087963,0,5,0 +13748,17,0.02173913,0.12,0.5,0.02242284,0.28,0.993592814,0.022388117,0.865671642,3,0 +13752,2023,0.017241379,0.04,0,0.020520833,0.28,0,0.020520833,0,1,0 +13753,2023,0.020408163,0.12,0,0.455243056,0.28,0,0,0.8125,1,0 +13760,1466,0.090909091,0.066666667,0,0.858645833,0,0,0.858645833,0,1,0 +13764,94,0.014925373,0.066666667,0,0.120944114,0,0.993592814,0.120944114,0,7,0 +13767,485,0.333333333,0.238095238,1,0.038101852,0.142857143,0,0.037893519,0.875,3,1 +13768,485,0.043478261,0.047619048,0,0.085540124,0.142857143,0,0.085540124,0,3,0 +13769,1296,0.010416667,0.041666667,0,0.914143519,0.25,0.993528095,0.914143519,0,1,0 +13770,1296,0.024390244,0.041666667,0,0.963761574,0.25,0.993528095,0.963761574,0,1,0 +13772,485,0.071428571,0.047619048,0,0.174282407,0.142857143,0,0.174282407,0,3,0 +13773,485,0.064935065,0.238095238,1,0.228043982,0.142857143,0,0.227959105,0.774193548,3,1 +13775,996,0.19047619,0.5,1,0.006875,0,0,8.10E-05,0.75,1,1 +13780,1866,0.666666667,0.166666667,0,0.167523148,0,0,0.167384259,1,1,0 +13782,1866,0.048780488,0.166666667,0,0.629976852,0,0,0.134872685,0.944444444,1,0 +13785,2023,0.333333333,0.28,1,0.001759259,0.28,0,0.000277778,0.846153846,1,1 +13786,2023,0.166666667,0.04,0,0.004490741,0.28,0,0.004490741,0,1,0 +13787,1623,0.425,0.346938776,1,0.981923611,0.632653061,0.993592814,0.981894676,0.916666667,10,0 +13792,94,0.010638298,0.066666667,0,0.994623016,0,0.993592814,0.994623016,0,7,0 +13793,996,0.090909091,0.125,0,0.117337963,0,0,0.117337963,0.8,1,0 +13794,996,0.5,0.375,0.5,0.298078704,0,0,0.122175926,1,1,1 +13795,151,0,0.111111111,0,0.000025463,0,0,0.000025463,0,5,0 +13796,151,0.111111111,0.222222222,0,0.0824375,0,0,0.082395833,0.916666667,5,0 +13797,151,0.125,0.111111111,0,0.005023148,0,0,0.005023148,1,5,0 +13798,94,0.2,0.133333333,0,0.622035384,0,0.993592814,0.622018849,0.833333333,7,0 +13799,94,0.32,0.533333333,1,0.69390873,0,0.993592814,0.693321759,0.75,7,1 +13802,1615,0.010204082,0.047619048,0,0.431959325,0.142857143,0.935280953,0.431959325,0,7,0 +13805,879,0.073170732,0.214285714,0,0.173510803,0,0,0.173499228,1,3,0 +13808,879,0.352941176,0.428571429,0.5,0.214375,0,0,2.31E-05,0.4,3,0 +13809,879,0.0625,0.071428571,0,0.244556327,0,0,0.244556327,0,3,0 +13810,872,0.045454545,0.083333333,0,0.878020833,0,0.993592814,0.878020833,0,5,0 +13812,872,0.010416667,0.083333333,0,0.984152778,0,0.993592814,0.984152778,0,5,0 +13813,1404,0,0.2,0,0.000606812,0,0,0.000606812,1,7,0 +13814,1379,0.333333333,0.052631579,0,0.29943287,0.052631579,0,0.29943287,0,7,0 +13815,872,0.037735849,0.166666667,0,0.988219907,0,0.993592814,0.988210648,0.782608696,5,0 +13817,872,0.054054054,0.166666667,0,0.993259259,0,0.993592814,0.993240741,0.777777778,5,0 +13820,454,0.083333333,0.117647059,0,0.056276455,0,0,0.056241733,1,7,0 +13822,1404,0.176470588,0.6,0.5,0.009232804,0,0,0.009206349,1,7,1 +13829,1372,0.060606061,0.111111111,0,0.050469907,0,0,0.050328704,0.866666667,5,0 +13830,1372,0.058823529,0.055555556,0,0.07931713,0,0,0.07931713,0,5,0 +13832,1372,0.318181818,0.388888889,0,0.409113426,0,0,0.212673611,1,5,0 +13836,1372,0.006802721,0.055555556,0,0.78693287,0,0,0.78693287,0,5,0 +13839,2090,0.090909091,0.083333333,0,1.65E-05,0,0.993592814,1.65E-05,0,7,0 +13840,2090,0.06122449,0.25,0,0.003880622,0,0.993592814,9.09E-05,0.925925926,7,0 +13841,2090,0.25,0.083333333,0,0.000160384,0,0.993592814,0.000160384,0,7,0 +13843,454,0.034482759,0.058823529,0,0.623746693,0,0,0.623746693,0,7,0 +13844,1340,0.04,0.1,0,0.336296296,0,0,0.336296296,0.909090909,7,0 +13864,2090,1,0.333333333,1,0.974255952,0,0.993592814,0.974255952,1,7,1 +13867,686,0,0.066666667,0,0.000014881,0,0.935345672,0.000014881,0,7,0 +13868,686,0.25,0.066666667,0,0.014657738,0,0.935345672,0.014657738,0,7,0 +13869,686,0.2,0.133333333,0,0.176459987,0,0.935345672,0.033624339,1,7,0 +13870,686,0.333333333,0.133333333,0,0.995623347,0,0.935345672,0.974627976,1,7,0 +13875,1872,0.047619048,0.06,0,0.546774691,0.64,0,0.201053241,0,3,0 +13878,1872,0.049180328,0.06,0,0.264594907,0.64,0,0.232106482,0,3,0 +13879,2419,1,0.119047619,0,0.601919643,0.571428571,0.993528095,0.601919643,0,7,0 +13880,1872,0.041666667,0.02,0,0.408155864,0.64,0,0.408155864,0,3,0 +13881,1983,0.055555556,0.2,0,0.100488426,0,0,0.100488426,0.857142857,5,0 +13882,1983,0.022222222,0.2,0,0.551516204,0,0,0.551516204,0.727272727,5,0 +13884,2090,0.006802721,0.083333333,0,0.004679233,0,0.993592814,0.004679233,0,7,0 +13887,722,0.04,0.038461538,0,0.251550926,0.307692308,0,0.251550926,0,7,0 +13889,267,0.083333333,0.03125,0,0.862530864,0.4375,0,0.862530864,0,3,0 +13912,267,1,0.0625,0,0.771222994,0.4375,0,0.771215278,0,3,0 +13926,1720,0.2,0.2,0,0.633449074,0,0,0.633449074,0.75,7,0 +13927,1720,0.235294118,0.8,0.5,0.766279762,0,0,0.347996032,0.625,7,1 +13929,601,0.333333333,0.125,0,0.050414352,0,0.993592814,0.050414352,1,5,0 +13930,601,0.166666667,0.375,0,0.912472222,0,0.993592814,0.024953704,0.916666667,5,0 +13932,2263,0.025641026,0.055555556,0,0.016030093,0,0,0.016030093,0,1,0 +13933,2263,0.007246377,0.055555556,0,0.034375,0,0,0.034375,0,1,0 +13934,2263,0.166666667,0.055555556,0,0.089039352,0,0,0.089039352,0,1,0 +13935,2263,0.090909091,0.055555556,0,0.04431713,0,0,0.04431713,0,1,0 +13936,2263,0.045454545,0.055555556,0,0.183101852,0,0,0.183101852,0,1,0 +13937,2263,0.2,0.222222222,0.5,0.250185185,0,0,0.214456019,0.75,1,1 +13938,2263,0.1,0.055555556,0,0.215243056,0,0,0.215243056,0,1,0 +13939,256,0.166666667,0.015384615,0,0.004206019,0.723076923,0.993592814,0.004206019,0,5,0 +13942,256,0.066666667,0.015384615,0,0.258664352,0.723076923,0.993592814,0.258664352,0,5,0 +13943,491,0.533333333,0.258064516,0,0.138045635,0.419354839,0,0.13613922,0.8,7,0 +13957,1460,0.636363636,0.152173913,0.5,0.975391865,0.608695652,0.993592814,0.975375331,0.8,7,1 +13961,256,0.027190332,0.138461538,1,0.259976852,0.723076923,0.993592814,0.255372685,0.848214286,5,1 +13964,2278,0.074468085,0.112903226,0,0.353361442,0.709677419,0.999935281,0.3400959,0.806451613,7,0 +13968,1410,0.024390244,0.022222222,0,0.759530423,0.6,0.993592814,0.759530423,0,7,0 +13969,1410,0.03030303,0.022222222,0,0.765492725,0.6,0.993592814,0.765492725,0,7,0 +13970,1410,0.111111111,0.022222222,0,0.884761905,0.6,0.993592814,0.884761905,0,7,0 +13971,1410,0.12173913,0.311111111,1,0.770641534,0.6,0.993592814,0.741225198,0.926829268,7,1 +13977,1410,0.020833333,0.022222222,0,0.771836971,0.6,0.993592814,0.771836971,0,7,0 +13979,223,0.222222222,0.095238095,0,0.000381944,0.142857143,0,5.79E-05,0,1,0 +13982,223,0.5,0.095238095,0,0.010497685,0.142857143,0,0.001041667,0,1,0 +13984,223,0.007246377,0.047619048,0,0.014386574,0.142857143,0,0.014386574,0,1,0 +13985,223,0.214285714,0.142857143,0,0.162650463,0.142857143,0,0.162650463,0.833333333,1,0 +13986,223,0.017241379,0.047619048,0,0.058981482,0.142857143,0,0.058981482,0,1,0 +13993,1064,0.021148036,0.269230769,0,0.213993056,0.307692308,0,3.47E-05,0.848214286,1,0 +13996,930,0.135135135,0.25,1,0.009776235,0.1,0.676469483,0.000003858,0.777777778,3,1 +13999,930,0.2,0.05,0,0.153962191,0.1,0.676469483,0.153962191,0,3,0 +14000,930,0.222222222,0.1,0,0.059602624,0.1,0.676469483,0.059575617,1,3,0 +14001,930,0.5,0.05,0,0.510810185,0.1,0.676469483,0.510810185,0,3,0 +14003,1162,0.5,0.076923077,0,0.056709105,0,0,0.056709105,0,3,0 +14004,1623,0.090909091,0.020408163,0,0.881096065,0.632653061,0.993592814,0.881096065,0,10,0 +14005,1623,0.023255814,0.020408163,0,0.949859954,0.632653061,0.993592814,0.949859954,0,10,0 +14006,1162,0.0625,0.153846154,0,0.186871142,0,0,0.049679784,0.9,3,0 +14007,1623,0.034482759,0.020408163,0,0.950821759,0.632653061,0.993592814,0.950821759,0,10,0 +14008,1623,0.1,0.020408163,0,0.989471065,0.632653061,0.993592814,0.989471065,0,10,0 +14010,1866,0.01754386,0.083333333,0,0.828472222,0,0,0.828472222,0,1,0 +14011,1866,0.089552239,0.5,1,0.817546296,0,0,0.816956019,0.88,1,1 +14013,2023,0.05,0.04,0,0.02162037,0.28,0,0.02162037,0,1,0 +14014,2023,0.013333333,0.04,0,0.029988426,0.28,0,0.029988426,0,1,0 +14015,2023,0.068965517,0.08,0,0.115694444,0.28,0,0.115555556,0,1,0 +14018,151,0.058823529,0.111111111,0,0.009909722,0,0,0.009909722,0.4,5,0 +14020,151,0.142857143,0.111111111,0,0.348064815,0,0,0.348064815,1,5,0 +14021,151,0.05,0.111111111,0,0.40056713,0,0,0.40056713,0.75,5,0 +14022,2023,0.333333333,0.08,0,0.44806713,0.28,0,0.44806713,0,1,0 +14026,1866,0.2,0.083333333,0,0.960115741,0,0,0.960115741,0,1,0 +14029,1064,0.011627907,0.038461538,0,0.425555556,0.307692308,0,0.425555556,0,1,0 +14031,1389,0.018867925,0.03030303,0,1.39E-05,0.454545455,0.993592814,1.39E-05,0,5,0 +14032,1389,0.25,0.03030303,0,6.94E-06,0.454545455,0.993592814,6.94E-06,0,5,0 +14034,1389,0.2,0.03030303,0,6.94E-06,0.454545455,0.993592814,6.94E-06,0,5,0 +14036,1389,0.028571429,0.03030303,0,1.39E-05,0.454545455,0.993592814,1.39E-05,0,5,0 +14041,462,0.428571429,0.1875,0,0.087156636,0,0,0.064903549,1,3,0 +14042,151,0.012987013,0.111111111,0,0.909592593,0,0,0.909592593,0.833333333,5,0 +14043,1898,0.01,0.034482759,0,0.299162809,0.379310345,0,0.299162809,0,3,0 +14044,1898,0.25,0.034482759,0,0.334031636,0.379310345,0,0.334031636,0,3,0 +14046,1898,0.5,0.034482759,0,0.412646605,0.379310345,0,0.412646605,0,3,0 +14047,151,0.016129032,0.111111111,0,0.975363426,0,0,0.975363426,0.75,5,0 +14048,1389,0.083333333,0.03030303,0,0.677840278,0.454545455,0.993592814,0.677840278,0,5,0 +14049,1389,0,0.03030303,0,0.685175926,0.454545455,0.993592814,0.685175926,0,5,0 +14050,1389,0.333333333,0.03030303,0,0.788407407,0.454545455,0.993592814,0.788407407,0,5,0 +14051,1162,0.045454545,0.153846154,0,0.237932099,0,0,0.237847222,1,3,0 +14054,2125,0.321428571,0.529411765,1,0.483175154,0,0,0.332465278,0.714285714,3,1 +14056,2125,0.046153846,0.176470588,0.5,0.688294753,0,0,0.688294753,0.923076923,3,0 +14059,794,0.058823529,0.029411765,0,0.779814815,0.470588235,0.993592814,0.779814815,0,1,0 +14060,794,0.588235294,0.294117647,1,0.833136574,0.470588235,0.993592814,0.782858796,1,1,1 +14071,1064,0.4,0.076923077,0,0.000578704,0.307692308,0,0.000578704,0,1,0 +14072,1064,0,0.038461538,0,0.002418982,0.307692308,0,0.002418982,0,1,0 +14073,1064,0.166666667,0.115384615,0,0.003900463,0.307692308,0,2.31E-05,0.666666667,1,0 +14075,1064,0.090909091,0.076923077,0,0.058796296,0.307692308,0,0.058634259,0,1,0 +14077,1064,0.038461538,0.038461538,0,0.0984375,0.307692308,0,0.0984375,0,1,0 +14080,922,0.6,0.065217391,0.5,0.87162037,0.608695652,0.993592814,0.871527778,0,1,0 +14083,922,0.010416667,0.02173913,0,0.897372685,0.608695652,0.993592814,0.897372685,0,1,0 +14086,2419,0.011764706,0.023809524,0,0.907337963,0.571428571,0.993528095,0.907337963,0,7,0 +14087,2419,1,0.071428571,0,0.799657738,0.571428571,0.993528095,0.799646164,0,7,0 +14088,1872,0.018518519,0.02,0,0.988472222,0.64,0,0.988472222,0,3,0 +14097,1304,0.3,0.5,0,0.031552579,0,0,0.031552579,0.571428571,7,0 +14100,1304,0.5,0.5,0,0.036117725,0,0,0.000469577,1,7,0 +14101,872,1,0.166666667,0,3.24E-05,0,0.993592814,1.16E-05,0,5,0 +14103,2090,0.2,0.083333333,0,0.988425926,0,0.993592814,0.988425926,0,7,0 +14104,2090,0.010416667,0.083333333,0,0.983801257,0,0.993592814,0.983801257,0,7,0 +14105,1340,0.018518519,0.1,0,0.836997355,0,0,0.836997355,0.806451613,7,0 +14107,1340,0.045454545,0.1,0,0.835287698,0,0,0.835287698,0.75,7,0 +14108,1340,0.2,0.1,0,0.93943287,0,0,0.93943287,1,7,0 +14110,1379,0.055555556,0.052631579,0,0.000631614,0.052631579,0,0.000631614,0,7,0 +14111,1372,0.142857143,0.055555556,0,0.99094213,0,0,0.99094213,0,5,0 +14112,1072,0.06122449,0.333333333,0,0.040532407,0,0,4.63E-05,0.925925926,1,0 +14114,1072,0.083333333,0.111111111,0,0.000243056,0,0,0.000243056,0.888888889,1,0 +14116,1072,0.111111111,0.111111111,0,0.016076389,0,0,0.016076389,0.833333333,1,0 +14117,722,0.052631579,0.038461538,0,0.322319775,0.307692308,0,0.322319775,0,7,0 +14118,722,0.135135135,0.192307692,0,0.307748016,0.307692308,0,0.249426257,0.857142857,7,0 +14122,1072,0.2,0.111111111,0,0.081226852,0,0,0.081226852,1,1,0 +14124,1072,0.022727273,0.111111111,0,0.099467593,0,0,0.099467593,0.916666667,1,0 +14126,1072,0.04,0.111111111,0,0.118958333,0,0,0.118958333,0.944444444,1,0 +14127,1072,0.028571429,0.111111111,0,0.358240741,0,0,0.358240741,0.76,1,0 +14129,268,0.03030303,0.023255814,0,0.360327932,0.581395349,0.993528095,0.360327932,0,3,0 +14132,2419,0.111111111,0.023809524,0,0.929295635,0.571428571,0.993528095,0.929295635,0,7,0 +14135,2419,0.010416667,0.023809524,0,0.968928571,0.571428571,0.993528095,0.968928571,0,7,0 +14139,2419,0.027027027,0.023809524,0,0.976843585,0.571428571,0.993528095,0.976843585,0,7,0 +14140,922,0.011235955,0.02173913,0,0.659155093,0.608695652,0.993592814,0.659155093,0,1,0 +14141,1404,0.111111111,0.2,0,0.01021164,0,0,0.01021164,0.333333333,7,0 +14142,268,0.041237113,0.093023256,0.5,0.361041667,0.581395349,0.993528095,0.360285494,0,3,0 +14143,268,0.5,0.023255814,0,0.401882716,0.581395349,0.993528095,0.401882716,0,3,0 +14144,429,1,0.375,0,0.000138889,0,0,4.63E-05,0,1,0 +14149,429,0.428571429,0.375,0,0.4090625,0,0,0.000324074,0.8,1,0 +14150,429,0.033333333,0.25,0,0.101921296,0,0,0.101412037,0.866666667,1,0 +14151,686,0.111111111,0.066666667,0,0.06322586,0,0.935345672,0.06322586,0,7,0 +14153,686,0.035294118,0.2,0,0.080582011,0,0.935345672,0.080557209,0.935483871,7,0 +14156,1297,0.166666667,0.290322581,1,0.961064815,0.419354839,0.993528095,0.9609375,1,1,1 +14159,1297,0.027777778,0.032258065,0,0.969965278,0.419354839,0.993528095,0.969965278,0,1,0 +14161,1379,0.25,0.052631579,0,0.041843585,0.052631579,0,0.041843585,0,7,0 +14174,491,0.6,0.387096774,1,0.050023148,0.419354839,0,0.049965278,1,7,1 +14181,491,0.066666667,0.032258065,0,0.338217593,0.419354839,0,0.338217593,0,7,0 +14187,641,0.02173913,0.090909091,0,0.048333333,0,0,0.048333333,0,7,0 +14188,641,0.027027027,0.090909091,0,0.416536045,0,0,0.416536045,0,7,0 +14190,641,0.166666667,0.363636364,1,0.138796296,0,0,0.138561508,1,7,1 +14194,641,0.028571429,0.090909091,0,0.669451058,0,0,0.669451058,0,7,0 +14199,2263,0.1,0.055555556,0,0.401145833,0,0,0.401145833,0,1,0 +14212,223,0.071428571,0.047619048,0,0.141168982,0.142857143,0,0.141168982,0,1,0 +14218,1410,0.046153846,0.066666667,0,0.914451058,0.6,0.993592814,0.914451058,0,7,0 +14225,223,0.074626866,0.238095238,0,0.161516204,0.142857143,0,0.139398148,0.88,1,0 +14227,223,0.037037037,0.047619048,0,0.270960648,0.142857143,0,0.270960648,0,1,0 +14228,223,0.142857143,0.047619048,0,0.510891204,0.142857143,0,0.510891204,0,1,0 +14230,223,0.017391304,0.095238095,0,0.896736111,0.142857143,0,0.012071759,0,1,0 +14232,2446,0.076923077,0.2,0,0.002381944,0,0,0.002381944,0.833333333,5,0 +14238,256,0.02247191,0.030769231,0,0.519837963,0.723076923,0.993592814,0.410527778,0,5,0 +14239,256,0.014925373,0.015384615,0,0.433136574,0.723076923,0.993592814,0.433136574,0,5,0 +14240,256,0.583333333,0.107692308,0.5,0.955481482,0.723076923,0.993592814,0.608196759,1,5,1 +14242,256,0,0.015384615,0,0.585099537,0.723076923,0.993592814,0.585099537,0,5,0 +14246,1898,0.068181818,0.103448276,0,0.054660494,0.379310345,0,0.054618056,0.9,3,0 +14248,521,0.076923077,0.071428571,0,0.001580688,0,0.993592814,0.001580688,0,7,0 +14249,521,0.285714286,0.142857143,0,5.46E-05,0,0.993592814,5.46E-05,0.666666667,7,0 +14250,521,0.0625,0.071428571,0,0.001833664,0,0.993592814,0.001833664,0,7,0 +14251,764,0.03030303,0.166666667,0,0.954131944,0,0,0.954131944,0.888888889,1,0 +14252,330,0,0.055555556,0,0.000740741,0,0,0.000740741,0,7,0 +14256,1923,0.25,0.090909091,0,0.374135251,0.181818182,0,0.373826058,0,7,0 +14258,1923,0.166666667,0.090909091,0,0.571291336,0.181818182,0,0.571291336,0,7,0 +14260,330,0.333333333,0.055555556,0,0.269545304,0,0,0.269545304,0,7,0 +14261,330,1,0.666666667,1,0.692534722,0,0,0.692513228,1,7,1 +14262,330,0.066666667,0.055555556,0,0.604986773,0,0,0.604986773,0,7,0 +14263,2157,0.2,0.051282051,0,0.000710979,0.538461538,0.993592814,0.000710979,0,7,0 +14264,2157,0,0.025641026,0,0.003103505,0.538461538,0.993592814,0.003103505,0,7,0 +14265,2157,0.042016807,0.128205128,0,0.012584325,0.538461538,0.993592814,0.012584325,0.757575758,7,0 +14270,1898,0.047619048,0.034482759,0,0.422658179,0.379310345,0,0.422658179,0,3,0 +14272,564,0.037037037,0.05,0,4.63E-06,0.1,0,4.63E-06,0,10,0 +14273,564,0.025641026,0.05,0,1.04E-05,0.1,0,1.04E-05,0,10,0 +14274,564,0.013605442,0.1,0,0.000056713,0.1,0,1.62E-05,0.8125,10,0 +14281,564,0.015384615,0.05,0,0.000299769,0.1,0,0.000299769,0,10,0 +14282,1389,0,0.03030303,0,0.909703704,0.454545455,0.993592814,0.909703704,0,5,0 +14283,564,0.051282051,0.1,0,0.000436343,0.1,0,0.000436343,0.823529412,10,0 +14284,564,0.046153846,0.15,0,0.000581019,0.1,0,0.000548611,0.782608696,10,0 +14286,2157,0.4,0.051282051,0,0.90218254,0.538461538,0.993592814,0.902174273,0,7,0 +14287,2157,0.010416667,0.025641026,0,0.974656085,0.538461538,0.993592814,0.974656085,0,7,0 +14288,1389,0.375,0.363636364,1,0.893428241,0.454545455,0.993592814,0.493743056,1,5,1 +14289,1389,0.272727273,0.090909091,0,0.89431713,0.454545455,0.993592814,0.894273148,0,5,0 +14292,794,0.2,0.029411765,0,0.903680556,0.470588235,0.993592814,0.903680556,0,1,0 +14293,794,0.75,0.088235294,0,0.940173611,0.470588235,0.993592814,0.920601852,0,1,0 +14296,794,0.4,0.176470588,0,0.9865625,0.470588235,0.993592814,0.979016204,1,1,0 +14302,1355,0.020618557,0.055555556,0,0.944054233,0.5,0.999935281,0.944054233,0,7,0 +14304,762,0.125,0.1,0,1.54E-05,0,0,1.54E-05,0.5,3,0 +14305,762,0.133333333,0.2,0,0.064718364,0,0,0.01435571,0.666666667,3,0 +14306,762,0.086956522,0.2,0,0.000208333,0,0,0.000131173,0.8,3,0 +14309,762,0.066666667,0.1,0,0.066153549,0,0,0.066153549,1,3,0 +14310,762,0.133333333,0.2,0,0.101334877,0,0,0.079826389,0.571428571,3,0 +14312,762,0.025641026,0.1,0,0.1640625,0,0,0.1640625,0.5,3,0 +14313,328,0.012987013,0.0625,0,8.10E-05,0,0,8.10E-05,0,1,0 +14314,762,0.017241379,0.1,0,0.818626543,0,0,0.818626543,0.851851852,3,0 +14317,462,0.125,0.125,0,0.256813272,0,0,0.256766975,0.875,3,0 +14319,1389,0.025,0.03030303,0,0.009293982,0.454545455,0.993592814,0.009293982,0,5,0 +14320,1389,0.6,0.090909091,0.5,0.000113426,0.454545455,0.993592814,0.000104167,0,5,0 +14321,1389,0.037037037,0.03030303,0,0.023905093,0.454545455,0.993592814,0.023905093,0,5,0 +14323,462,0,0.0625,0,0.340127315,0,0,0.340127315,0,3,0 +14324,462,0.166666667,0.0625,0,0.38630787,0,0,0.38630787,0,3,0 +14326,330,0.111111111,0.055555556,0,0.739250992,0,0,0.739250992,0,7,0 +14330,485,0.636363636,0.333333333,1,0.470374228,0.142857143,0,0.259116512,1,3,1 +14337,485,0.111111111,0.047619048,0,0.587372685,0.142857143,0,0.587372685,0,3,0 +14344,722,0.071428571,0.038461538,0,8.10E-05,0.307692308,0,8.10E-05,0,7,0 +14346,722,0.014084507,0.038461538,0,0.014568452,0.307692308,0,0.014568452,0,7,0 +14351,1872,0.068965517,0.04,0,0.557604167,0.64,0,0.17339892,0,3,0 +14352,922,0.028571429,0.02173913,0,0.007060185,0.608695652,0.993592814,0.007060185,0,1,0 +14353,1872,0.007246377,0.02,0,0.581820988,0.64,0,0.581820988,0,3,0 +14354,922,0.058823529,0.02173913,0,0.823819444,0.608695652,0.993592814,0.823819444,0,1,0 +14356,922,0.041237113,0.086956522,0,0.824097222,0.608695652,0.993592814,0.824097222,0,1,0 +14357,1872,0.035714286,0.02,0,0.680883488,0.64,0,0.680883488,0,3,0 +14358,1872,0.034482759,0.04,0,0.674135803,0.64,0,0.674116512,0,3,0 +14359,1872,0.147058824,0.1,0.5,0.959128086,0.64,0,0.941381173,1,3,0 +14367,686,0.008695652,0.066666667,0,0.860638228,0,0.935345672,0.860638228,0,7,0 +14368,922,0.159090909,0.152173913,0,0.969282407,0.608695652,0.993592814,0.968622685,0.916666667,1,0 +14371,922,0.5,0.02173913,0,0.986701389,0.608695652,0.993592814,0.986701389,0,1,0 +14373,872,0.5,0.083333333,0,0.999032407,0,0.993592814,0.999032407,0,5,0 +14374,686,0.009063444,0.2,0.5,0.985866402,0,0.935345672,0.985839947,0.848214286,7,1 +14376,1872,0.1,0.02,0,0.00591821,0.64,0,0.00591821,0,3,0 +14377,1872,0.086956522,0.04,0,0.030142747,0.64,0,0.030142747,0,3,0 +14380,268,0.010638298,0.023255814,0,0.565914352,0.581395349,0.993528095,0.565914352,0,3,0 +14384,268,0.02247191,0.046511628,0,0.714972994,0.581395349,0.993528095,0.714768519,0,3,0 +14385,1872,0.017241379,0.02,0,0.83898534,0.64,0,0.83898534,0,3,0 +14386,1872,0.125,0.04,0,0.863796296,0.64,0,0.860991512,0,3,0 +14387,1872,0.013333333,0.02,0,0.862172068,0.64,0,0.862172068,0,3,0 +14388,1297,0.101449275,0.451612903,0.5,0.886655093,0.419354839,0.993528095,0.782291667,0.865671642,1,1 +14391,268,0.111111111,0.023255814,0,0.785227624,0.581395349,0.993528095,0.785227624,0,3,0 +14393,1297,0.018867925,0.032258065,0,0.862916667,0.419354839,0.993528095,0.862916667,0,1,0 +14394,1297,0,0.032258065,0,0.886215278,0.419354839,0.993528095,0.886215278,0,1,0 +14398,1872,0.275,0.22,1,0.98336034,0.64,0,0.982924383,1,3,1 +14400,1297,0.024390244,0.032258065,0,0.98462963,0.419354839,0.993528095,0.98462963,0,1,0 +14401,1297,0.043478261,0.032258065,0,0.992233796,0.419354839,0.993528095,0.992233796,0,1,0 +14402,1683,0.375,0.1875,0,0.199054233,0,0,0.00041336,0.666666667,7,0 +14404,1683,0.1,0.0625,0,0.008473876,0,0,0.008473876,0,7,0 +14409,1683,0.833333333,0.3125,0,0.022088294,0,0,0.005734127,1,7,0 +14411,1683,0.074074074,0.125,0,0.408637566,0,0,0.408637566,1,7,0 +14413,1872,0.0625,0.02,0,0.882554012,0.64,0,0.882554012,0,3,0 +14414,1872,0.014084507,0.02,0,0.889471451,0.64,0,0.889471451,0,3,0 +14416,1872,0.25,0.04,0,0.949193673,0.64,0,0.949158951,0,3,0 +14418,722,0.208333333,0.192307692,0.5,0.008541667,0.307692308,0,0.008521825,1,7,1 +14419,722,0.051948052,0.153846154,0.5,0.08729332,0.307692308,0,0.08729332,0.833333333,7,1 +14422,722,0.4,0.076923077,0,0.010606812,0.307692308,0,0.010606812,0,7,0 +14424,722,0.024691358,0.076923077,0,0.064880952,0.307692308,0,0.064880952,0,7,0 +14425,722,0.114285714,0.153846154,1,0.0588459,0.307692308,0,0.058834325,0.888888889,7,1 +14429,268,0.551724138,0.372093023,1,0.790659722,0.581395349,0.993528095,0.781940586,1,3,1 +14438,1683,0.034482759,0.125,0,0.372278439,0,0,0.372238757,0.947368421,7,0 +14440,1683,0.1,0.125,0,0.59926918,0,0,0.599255952,1,7,0 +14441,1683,0.083333333,0.0625,0,0.774890873,0,0,0.774890873,0,7,0 +14442,256,0.166666667,0.015384615,0,0.595979167,0.723076923,0.993592814,0.595979167,0,5,0 +14443,2028,0.011764706,0.071428571,0,0.983688272,0,0,0.983688272,0,3,0 +14444,491,0.272727273,0.096774194,0,0.142647156,0.419354839,0,0.142633929,0,7,0 +14447,359,0.042553191,0.153846154,0.5,0.015284722,0.307692308,0,4.63E-05,0.884615385,5,0 +14448,359,0.222222222,0.076923077,0,0.12381713,0.307692308,0,0.001743056,0,5,0 +14452,205,0.857142857,0.214285714,0.5,0.555750661,0.357142857,0.993592814,0.451744378,0.5,7,0 +14457,2278,1,0.161290323,0,0.347179233,0.709677419,0.999935281,0.347179233,0,7,0 +14460,2278,0.423529412,0.580645161,1,0.785102513,0.709677419,0.999935281,0.784928902,0.935483871,7,1 +14471,205,0.068965517,0.071428571,0,0.805757275,0.357142857,0.993592814,0.805757275,0,7,0 +14473,205,0.5,0.107142857,0.5,0.72020172,0.357142857,0.993592814,0.720181878,1,7,1 +14480,2263,0.008695652,0.055555556,0,0.973333333,0,0,0.973333333,0,1,0 +14481,2263,0.333333333,0.166666667,0,0.994606482,0,0,0.951793982,1,1,0 +14482,359,0.068181818,0.115384615,0.5,0.114918982,0.307692308,0,0.114898148,1,5,0 +14485,359,0.090909091,0.038461538,0,0.183703704,0.307692308,0,0.183703704,0,5,0 +14486,359,0.075,0.115384615,0,0.947659722,0.307692308,0,0.171456019,1,5,0 +14488,359,0.008403361,0.038461538,0,0.196905093,0.307692308,0,0.196905093,0,5,0 +14491,1277,0.4,0.076923077,0,0.003463955,0.307692308,0,4.96E-06,0,7,0 +14492,960,0.222222222,0.125,0,8.27E-06,0,0,3.31E-06,0.6,7,0 +14493,960,0.008695652,0.0625,0,9.92E-06,0,0,9.92E-06,0,7,0 +14495,960,0.017241379,0.0625,0,0.000014881,0,0,0.000014881,0,7,0 +14496,2028,0.076923077,0.142857143,0,0.559591049,0,0,5.40E-05,0.769230769,3,0 +14497,2028,0.111111111,0.071428571,0,0.003248457,0,0,0.003248457,0,3,0 +14498,2446,0.016393443,0.4,0,0.007488426,0,0,0.007488426,0.9,5,0 +14499,2446,0.2,0.2,0,0.055486111,0,0,0.055486111,1,5,0 +14500,2446,0.333333333,0.2,0,0.096094907,0,0,0.096094907,0.5,5,0 +14502,1460,0.108108108,0.086956522,0,0.018227513,0.608695652,0.993592814,0.013450728,0,7,0 +14503,1460,0.044444444,0.043478261,0,3.64E-05,0.608695652,0.993592814,2.31E-05,0,7,0 +14504,1460,0.045454545,0.043478261,0,0.014664352,0.608695652,0.993592814,0.00625496,0,7,0 +14510,1460,0.083333333,0.043478261,0,0.97088955,0.608695652,0.993592814,0.970357143,0,7,0 +14514,1460,0.272727273,0.065217391,0.5,0.780125661,0.608695652,0.993592814,0.780062831,0,7,0 +14517,1460,0.625,0.108695652,1,0.805810185,0.608695652,0.993592814,0.805785384,1,7,1 +14522,1898,0.02173913,0.034482759,0,0.131820988,0.379310345,0,0.131820988,0,3,0 +14523,1898,0.125,0.068965517,0,0.720223765,0.379310345,0,0.720223765,0,3,0 +14524,1898,0.25,0.034482759,0,0.159772377,0.379310345,0,0.159772377,0,3,0 +14526,1898,0.020408163,0.103448276,0,0.318908179,0.379310345,0,0.318908179,0.8125,3,0 +14527,2266,0.166666667,0.025,0,6.94E-05,0.55,0.993592814,6.94E-05,0,1,0 +14528,2266,0.009803922,0.025,0,3.47E-05,0.55,0.993592814,3.47E-05,0,1,0 +14529,2266,0.133333333,0.05,0,0.120543982,0.55,0.993592814,0.120543982,0,1,0 +14530,1389,0.011764706,0.03030303,0,0.465944444,0.454545455,0.993592814,0.465944444,0,5,0 +14531,1389,0.045454545,0.060606061,0,0.436247685,0.454545455,0.993592814,0.436247685,0,5,0 +14536,1064,0.033333333,0.076923077,0,0.372303241,0.307692308,0,0.372037037,0,1,0 +14538,1064,0.08,0.076923077,0,0.383761574,0.307692308,0,0.383576389,0,1,0 +14539,1923,0.017391304,0.090909091,0,0.55848545,0.181818182,0,0.55848545,0,7,0 +14540,794,0.076923077,0.029411765,0,3.47E-05,0.470588235,0.993592814,3.47E-05,0,1,0 +14542,794,0.083333333,0.029411765,0,0.003946759,0.470588235,0.993592814,0.003946759,0,1,0 +14543,1923,0.04,0.045454545,0,0.790808532,0.181818182,0,0.790808532,0,7,0 +14544,794,0.333333333,0.029411765,0,0.028564815,0.470588235,0.993592814,0.028564815,0,1,0 +14545,794,0.277777778,0.147058824,0.5,0.982418982,0.470588235,0.993592814,0.044803241,1,1,1 +14546,1923,0.055555556,0.045454545,0,0.814285714,0.181818182,0,0.814285714,0,7,0 +14547,1923,0.029850746,0.090909091,0,0.876600529,0.181818182,0,0.617258598,0,7,0 +14549,2157,0.222222222,0.051282051,0,0.159165013,0.538461538,0.993592814,0.159165013,0,7,0 +14550,2157,0.024691358,0.051282051,0,0.030714286,0.538461538,0.993592814,0.030714286,0,7,0 +14554,2125,0.111111111,0.058823529,0,0.545054012,0,0,0.545054012,0,3,0 +14555,2125,0.027210884,0.235294118,1,0.063414352,0,0,0.063352624,0.8125,3,1 +14562,1064,0.014084507,0.038461538,0,0.125717593,0.307692308,0,0.125717593,0,1,0 +14563,1064,0.057142857,0.076923077,0,0.172916667,0.307692308,0,0.172916667,0,1,0 +14565,1064,0.052631579,0.038461538,0,0.279861111,0.307692308,0,0.279861111,0,1,0 +14566,1064,0.111111111,0.038461538,0,0.367488426,0.307692308,0,0.367488426,0,1,0 +14567,1355,0.076923077,0.111111111,1,0.112876984,0.5,0.999935281,0.112876984,0.76,7,1 +14568,1355,0.090909091,0.027777778,0,0.757695106,0.5,0.999935281,0.757695106,0,7,0 +14569,1355,0.009803922,0.027777778,0,0.870653109,0.5,0.999935281,0.870653109,0,7,0 +14581,328,0.027027027,0.0625,0,8.10E-05,0,0,8.10E-05,0,1,0 +14582,1498,0.05,0.052631579,0,8.27E-06,0.052631579,0.967705195,8.27E-06,0,7,0 +14587,328,0.06122449,0.1875,0,0.111238426,0,0,0.004398148,0.925925926,1,0 +14588,328,0.014492754,0.125,0,0.026678241,0,0,0.026469907,0.865671642,1,0 +14591,328,0.04,0.0625,0,0.231099537,0,0,0.231099537,0,1,0 +14594,1498,0.526315789,0.526315789,1,0.696648479,0.052631579,0.967705195,0.696643519,1,7,1 +14595,1898,0.2,0.24137931,1,0.669849537,0.379310345,0,0.669837963,0.736842105,3,1 +14598,1898,0.015384615,0.034482759,0,0.746431327,0.379310345,0,0.746431327,0,3,0 +14599,1898,0.125,0.034482759,0,0.830354938,0.379310345,0,0.830354938,0,3,0 +14601,328,0.058823529,0.0625,0,0.194224537,0,0,0.194224537,0,1,0 +14602,328,0.294117647,0.3125,0.5,0.728240741,0,0,0.216481482,0.5,1,1 +14604,1898,0.013333333,0.034482759,0,0.889174383,0.379310345,0,0.889174383,0,3,0 +14606,2157,0.114285714,0.102564103,1,0.273558201,0.538461538,0.993592814,0.273318452,1,7,1 +14611,2157,0.066666667,0.025641026,0,0.563483796,0.538461538,0.993592814,0.563483796,0,7,0 +14614,1891,0.142857143,0.047619048,0,8.27E-06,0.142857143,0,8.27E-06,0,7,0 +14616,1891,0.040816327,0.095238095,0,0.926899802,0.142857143,0,0.926899802,0,7,0 +14619,1891,0.022727273,0.047619048,0,0.000911045,0.142857143,0,0.000911045,0,7,0 +14620,1891,0.166666667,0.19047619,0,0.293707011,0.142857143,0,0.292795966,0.909090909,7,0 +14621,1891,0.014925373,0.047619048,0,0.018169643,0.142857143,0,0.018169643,0,7,0 +14622,1891,0.008264463,0.047619048,0,0.042587632,0.142857143,0,0.042587632,0,7,0 +14623,1891,0.111111111,0.047619048,0,0.043968254,0.142857143,0,0.043968254,0,7,0 +14624,1891,0.028571429,0.047619048,0,0.046165675,0.142857143,0,0.046165675,0,7,0 +14625,1891,0,0.047619048,0,0.056216931,0.142857143,0,0.056216931,0,7,0 +14629,268,0.052631579,0.023255814,0,0.87849537,0.581395349,0.993528095,0.87849537,0,3,0 +14634,1297,1,0.096774194,0,0.783703704,0.419354839,0.993528095,0.393969907,0,1,0 +14635,1379,0.09375,0.157894737,0,0.107698413,0.052631579,0,0.107572751,1,7,0 +14637,1379,0.090909091,0.052631579,0,0.241092923,0.052631579,0,0.241092923,0,7,0 +14638,2419,0.054054054,0.047619048,0,0.894082341,0.571428571,0.993528095,0.894074074,0,7,0 +14646,2419,0.003021148,0.023809524,0,0.142529762,0.571428571,0.993528095,0.142529762,0,7,0 +14650,2419,0.022727273,0.023809524,0,0.004280754,0.571428571,0.993528095,0.004280754,0,7,0 +14651,2419,1,0.452380952,1,0.990152116,0.571428571,0.993528095,0.928733466,1,7,1 +14655,2419,0.051282051,0.047619048,0,0.912050265,0.571428571,0.993528095,0.911969246,0,7,0 +14657,268,0.011627907,0.023255814,0,0.919012346,0.581395349,0.993528095,0.919012346,0,3,0 +14658,268,0.6,0.069767442,0,0.898514661,0.581395349,0.993528095,0.898449074,0,3,0 +14661,268,0.041666667,0.023255814,0,0.923140432,0.581395349,0.993528095,0.923140432,0,3,0 +14662,268,0.010204082,0.023255814,0,0.973645833,0.581395349,0.993528095,0.973645833,0,3,0 +14663,1372,0.111111111,0.055555556,0,6.94E-06,0,0,6.94E-06,0,5,0 +14665,1372,0.2,0.111111111,0,0.252696759,0,0,0.252696759,0.571428571,5,0 +14667,1372,0.020833333,0.055555556,0,0.000453704,0,0,0.000453704,0,5,0 +14669,1372,0.052631579,0.055555556,0,0.008895833,0,0,0.008895833,0,5,0 +14671,1372,0.125,0.055555556,0,0.046645833,0,0,0.046645833,0,5,0 +14674,2419,0.008695652,0.023809524,0,0.928766534,0.571428571,0.993528095,0.928766534,0,7,0 +14676,1379,0.085106383,0.421052632,0,0.445224868,0.052631579,0,0.299343585,0.884615385,7,0 +14677,1379,0.0625,0.052631579,0,0.204674273,0.052631579,0,0.204674273,0,7,0 +14678,268,0.076923077,0.023255814,0,0.99814429,0.581395349,0.993528095,0.99814429,0,3,0 +14679,268,0.36,0.209302326,0.5,0.995744599,0.581395349,0.993528095,0.995381944,1,3,0 +14693,2419,0.333333333,0.023809524,0,0.019336971,0.571428571,0.993528095,0.019336971,0,7,0 +14698,2419,0.25,0.047619048,0,0.682481812,0.571428571,0.993528095,0.68233631,0,7,0 +14699,1379,0.055555556,0.052631579,0,9.92E-06,0.052631579,0,9.92E-06,0,7,0 +14700,1379,0.02,0.105263158,0,8.27E-06,0.052631579,0,1.65E-06,0.666666667,7,0 +14704,1410,0.176470588,0.066666667,0.5,0.00182705,0.6,0.993592814,0.001789021,0,7,0 +14707,2077,0.010638298,0.166666667,0,0.700949074,0,0,0.700949074,0.884615385,3,0 +14708,960,0.025641026,0.0625,0,0.0160334,0,0,0.0160334,0,7,0 +14711,960,0.130434783,0.1875,0,0.131020172,0,0,0.05146164,1,7,0 +14713,960,0.017241379,0.0625,0,0.232362765,0,0,0.232362765,0,7,0 +14714,960,0.045454545,0.125,0,0.295940807,0,0,0.295899471,0.923076923,7,0 +14715,960,0.157894737,0.1875,0,0.375400132,0,0,0.375373677,0.833333333,7,0 +14716,960,0.066666667,0.0625,0,0.514515542,0,0,0.514515542,0,7,0 +14719,960,0.25,0.0625,0,0.663487103,0,0,0.663487103,0,7,0 +14730,342,0.5,0.037037037,0,0.018477183,0.333333333,0,0.018477183,0,7,0 +14731,342,0.090909091,0.037037037,0,0.022919974,0.333333333,0,0.022919974,0,7,0 +14732,342,0.106666667,0.296296296,0.5,0.777258598,0.333333333,0,0.137660384,0.933333333,7,1 +14735,342,0.0625,0.074074074,0,0.04511078,0.333333333,0,0.045102513,0,7,0 +14738,342,0.12,0.111111111,0.5,0.052407407,0.333333333,0,0.052349537,1,7,1 +14739,342,0.333333333,0.037037037,0,0.165249669,0.333333333,0,0.165249669,0,7,0 +14740,1395,1,0.125,0.5,0.019756944,0.4375,0.993592814,0.019456019,0,1,0 +14741,1395,0.1,0.03125,0,0.501331019,0.4375,0.993592814,0.501331019,0,1,0 +14750,491,0.1,0.032258065,0,0.561684855,0.419354839,0,0.561684855,0,7,0 +14753,491,0.111111111,0.032258065,0,0.714155093,0.419354839,0,0.714155093,0,7,0 +14755,359,0.117647059,0.076923077,0,0.424458333,0.307692308,0,0.424458333,0,5,0 +14765,359,0.222222222,0.076923077,0,0.560282407,0.307692308,0,0.318636574,0,5,0 +14766,205,0.014925373,0.035714286,0,0.905451389,0.357142857,0.993592814,0.905451389,0,7,0 +14768,491,0.05,0.032258065,0,0.998106812,0.419354839,0,0.998106812,0,7,0 +14771,2028,0.04,0.071428571,0,0.009907407,0,0,0.009907407,0,3,0 +14773,2028,0.25,0.071428571,0,0.105856482,0,0,0.105856482,0,3,0 +14777,2278,1,0.129032258,0.5,0.66567295,0.709677419,0.999935281,0.660505952,1,7,1 +14780,2278,0.142857143,0.016129032,0,0.681106151,0.709677419,0.999935281,0.681106151,0,7,0 +14782,462,0.105263158,0.125,0,2.70E-05,0,0,2.31E-05,0.5,3,0 +14786,330,0.023255814,0.111111111,0,0.876911376,0,0,0.724636243,0.857142857,7,0 +14789,1389,0.018518519,0.03030303,0,0.535759259,0.454545455,0.993592814,0.535759259,0,5,0 +14790,1898,0.09375,0.103448276,0,0.851006944,0.379310345,0,0.223989198,1,3,0 +14791,2157,0,0.025641026,0,0,0.538461538,0.993592814,0,0,7,0 +14792,2157,0.073170732,0.076923077,0,0.576319444,0.538461538,0.993592814,3.31E-05,0,7,0 +14799,2157,0,0.025641026,0,0.6997834,0.538461538,0.993592814,0.6997834,0,7,0 +14800,2157,1,0.179487179,0,0.865623347,0.538461538,0.993592814,0.749766865,1,7,0 +14801,2157,0.333333333,0.025641026,0,0.820166997,0.538461538,0.993592814,0.820166997,0,7,0 +14803,2157,0.009259259,0.025641026,0,0.832213955,0.538461538,0.993592814,0.832213955,0,7,0 +14804,2157,0.045454545,0.025641026,0,0.842944775,0.538461538,0.993592814,0.842944775,0,7,0 +14805,794,0.007246377,0.029411765,0,0.155185185,0.470588235,0.993592814,0.155185185,0,1,0 +14809,564,0.016666667,0.05,0,0.469208333,0.1,0,0.469208333,0,10,0 +14811,564,0.047058824,0.2,0,0.023699074,0.1,0,0.023699074,0.935483871,10,0 +14812,564,0.020408163,0.05,0,0.150798611,0.1,0,0.150798611,0,10,0 +14814,564,0.166666667,0.05,0,0.778518519,0.1,0,0.778518519,0,10,0 +14815,564,1,0.15,0,0.48168287,0.1,0,0.481628472,1,10,1 +14817,1389,0.090909091,0.03030303,0,0.994543982,0.454545455,0.993592814,0.994543982,0,5,0 +14818,2266,0.090909091,0.025,0,0.014548611,0.55,0.993592814,0.014548611,0,1,0 +14819,2266,0.090909091,0.025,0,0.065972222,0.55,0.993592814,0.065972222,0,1,0 +14820,2266,0.008196721,0.025,0,0.074259259,0.55,0.993592814,0.074259259,0,1,0 +14823,2266,0.052631579,0.025,0,0.188819444,0.55,0.993592814,0.188819444,0,1,0 +14824,2266,0.014492754,0.05,0,0.285960648,0.55,0.993592814,0.285787037,0,1,0 +14829,1498,0.054347826,0.263157895,0,0.853115079,0.052631579,0.967705195,0.853047288,0.903225806,7,0 +14835,462,0,0.0625,0,0.002434414,0,0,0.002434414,0,3,0 +14836,462,0.032786885,0.25,0,0.013676698,0,0,3.47E-05,0.9,3,0 +14840,462,0.018867925,0.0625,0,0.02808642,0,0,0.02808642,0,3,0 +14843,462,0.010204082,0.0625,0,0.065065586,0,0,0.065065586,0,3,0 +14847,1891,0.009063444,0.142857143,0,0.21051422,0.142857143,0,0.09307705,0.848214286,7,0 +14851,2157,0.03030303,0.025641026,0,0.998131614,0.538461538,0.993592814,0.998131614,0,7,0 +14853,2266,0.7,0.175,1,0.653831019,0.55,0.993592814,0.653680556,1,1,1 +14854,2266,0.029411765,0.025,0,0.655462963,0.55,0.993592814,0.655462963,0,1,0 +14857,1498,0.026086957,0.157894737,0.5,0.893146495,0.052631579,0.967705195,0.893139881,0.926829268,7,1 +14862,794,0.2,0.029411765,0,0.200405093,0.470588235,0.993592814,0.200405093,0,1,0 +14863,794,0.076923077,0.088235294,0,0.203726852,0.470588235,0.993592814,0.196909722,0,1,0 +14864,2157,0.008695652,0.025641026,0,0.870343915,0.538461538,0.993592814,0.870343915,0,7,0 +14869,2157,0.014492754,0.051282051,0,0.996435185,0.538461538,0.993592814,0.901152447,0,7,0 +14877,2028,0.363636364,0.285714286,1,0.935733025,0,0,0.577202932,0.833333333,3,1 +14882,292,0.043478261,0.076923077,0,0,0,0,0,0,7,0 +14885,205,0.1,0.071428571,0,0.975588624,0.357142857,0.993592814,0.975580357,0,7,0 +14888,1277,0.470588235,0.307692308,0,0.190965609,0.307692308,0,0.190965609,0.4,7,0 +14895,1460,0.111111111,0.130434783,0.5,0.924920635,0.608695652,0.993592814,0.92489418,1,7,1 +14897,342,0.192307692,0.185185185,0.5,0.347719907,0.333333333,0,0.305261243,0.769230769,7,1 +14902,342,0.025,0.037037037,0,0.636977513,0.333333333,0,0.636977513,0,7,0 +14908,1259,0.019230769,0.2,0,0.001138117,0,0,0.001138117,0.76,3,0 +14909,1259,0.025,0.2,0,0.257970679,0,0,0.257970679,0.866666667,3,0 +14910,1142,0.75,0.1875,0,0.023213735,0,0,0.023213735,0.5,3,0 +14911,1142,0.166666667,0.1875,0,0.00369213,0,0,0.003653549,0.777777778,3,0 +14912,1142,0.017241379,0.0625,0,0.124818673,0,0,0.124818673,0,3,0 +14913,1142,0.03125,0.0625,0,0.029656636,0,0,0.029656636,0,3,0 +14914,1142,0.1,0.0625,0,0.210250772,0,0,0.210250772,0,3,0 +14915,1142,0.008196721,0.0625,0,0.197025463,0,0,0.197025463,0,3,0 +14916,1142,0.018518519,0.0625,0,0.293881173,0,0,0.293881173,0,3,0 +14917,1142,0.090909091,0.0625,0,0.293510803,0,0,0.293510803,0,3,0 +14918,491,0.25,0.064516129,0,0.862075066,0.419354839,0,0.862075066,0,7,0 +14919,292,0.090909091,0.076923077,0,0.115491071,0,0,0.115491071,0,7,0 +14920,292,0.035714286,0.076923077,0,0.00317791,0,0,0.00317791,0,7,0 +14921,2028,0.333333333,0.071428571,0,0.888040124,0,0,0.888040124,0,3,0 +14922,2028,0.083333333,0.071428571,0,0.953070988,0,0,0.953070988,0,3,0 +14924,292,0.166666667,0.076923077,0,0.253399471,0,0,0.253399471,0,7,0 +14927,1259,0.008695652,0.2,0,0.930744599,0,0,0.930744599,0.926829268,3,0 +14930,1527,0.047619048,0.2,0,0.504503968,0,0,0.504503968,0.916666667,7,0 +14931,292,0.181818182,0.461538462,1,0.118285384,0,0,0.118207672,0.857142857,7,1 +14932,292,0.5,0.076923077,0,0.575462963,0,0,0.575462963,0,7,0 +14933,1259,0.285714286,0.4,0,0.503657407,0,0,0.503645833,1,3,0 +14934,1527,1,0.8,1,0.140651455,0,0,0.140631614,1,7,1 +14935,292,0.021276596,0.153846154,0,0.757339616,0,0,0.757314815,0.884615385,7,0 +14939,2028,0.111111111,0.071428571,0,0.962380401,0,0,0.962380401,0,3,0 +14942,1395,0.038461538,0.03125,0,0.601076389,0.4375,0.993592814,0.601076389,0,1,0 +14943,1395,0.130434783,0.09375,0.5,0.588564815,0.4375,0.993592814,0.588344907,0,1,0 +14947,1395,0.5,0.09375,0.5,0.432430556,0.4375,0.993592814,0.432199074,0,1,0 +14949,1395,0.166666667,0.1875,1,0.497546296,0.4375,0.993592814,0.496747685,1,1,1 +14951,2028,0.015384615,0.071428571,0,0.973479938,0,0,0.973479938,0,3,0 +14952,342,0.142857143,0.037037037,0,0.980701058,0.333333333,0,0.980701058,0,7,0 +14956,2263,0.013333333,0.055555556,0,0.899293982,0,0,0.899293982,0,1,0 +14957,641,0.022727273,0.090909091,0,0.057073413,0,0,0.057073413,0,7,0 +14958,641,0.142857143,0.090909091,0,9.92E-06,0,0,9.92E-06,0,7,0 +14959,641,0.5,0.181818182,0,0.11125496,0,0,0.040380291,0.5,7,0 +14960,2481,0.181818182,0.086956522,0,0.985157077,0.217391304,0.993592814,0.68937996,0,7,0 +14961,2481,0.208333333,0.217391304,0,0.43895668,0.217391304,0.993592814,0.438921958,1,7,0 +14963,2481,0.086206897,0.217391304,0,0.740641534,0.217391304,0.993592814,0.74062996,0.75,7,0 +14964,2481,0.166666667,0.043478261,0,0.821157407,0.217391304,0.993592814,0.821157407,0,7,0 +14966,2481,0.010638298,0.043478261,0,0.819584987,0.217391304,0.993592814,0.819584987,0,7,0 +14969,2481,0.028169014,0.086956522,0,0.873131614,0.217391304,0.993592814,0.871785714,0,7,0 +14970,192,0.010638298,0.02,0,0.016666667,0.64,0.993592814,0.016666667,0,5,0 +14974,328,0.047619048,0.0625,0,0.410844907,0,0,0.410844907,0,1,0 +14976,328,0.111111111,0.0625,0,0.653171296,0,0,0.653171296,0,1,0 +14978,1898,0.020833333,0.034482759,0,1.54E-05,0.379310345,0,1.54E-05,0,3,0 +14979,1898,0.027777778,0.034482759,0,5.79E-05,0.379310345,0,5.79E-05,0,3,0 +14981,1923,0.5,0.045454545,0,0.113888889,0.181818182,0,0.113888889,0,7,0 +14982,1923,0.666666667,0.181818182,0,0.212676918,0.181818182,0,0.082624008,0.5,7,0 +14986,1923,0.75,0.136363636,0.5,0.274079034,0.181818182,0,0.274069114,1,7,1 +14988,764,0.05,0.166666667,0,0.00931713,0,0,0.00931713,0.75,1,0 +14989,764,0.008695652,0.166666667,0,0.906956019,0,0,0.906956019,0.87755102,1,0 +14990,764,0.157894737,0.5,0.5,0.673553241,0,0,0.673402778,0.727272727,1,1 +14995,1923,0.444444444,0.181818182,1,0.350462963,0.181818182,0,0.350355489,1,7,1 +14997,192,0.030769231,0.04,0,0.204229167,0.64,0.993592814,0.204157407,0,5,0 +14998,192,0.034482759,0.04,0,0.305206019,0.64,0.993592814,0.09780787,0,5,0 +15004,192,1,0.1,0,0.878921296,0.64,0.993592814,0.625935185,1,5,0 +15006,927,0.022727273,0.047619048,0,0.557986111,0.142857143,0,0.557986111,0,1,0 +15007,2378,0,0.037037037,0,0.867872024,0.333333333,0.993592814,0.867872024,0,7,0 +15008,2378,0.166666667,0.037037037,0,0.890739087,0.333333333,0.993592814,0.890739087,0,7,0 +15009,2378,0.058823529,0.074074074,0,0.953330027,0.333333333,0.993592814,0.953330027,0,7,0 +15011,760,1,0.08,0,0.926747685,0.28,0.993592814,0.92597608,0,3,0 +15012,760,0.022727273,0.04,0,0.831018519,0.28,0.993592814,0.831018519,0,3,0 +15015,760,0.111111111,0.04,0,0.99273534,0.28,0.993592814,0.99273534,0,3,0 +15016,205,0.086956522,0.357142857,1,0.985272818,0.357142857,0.993592814,0.813141534,0.926829268,7,1 +15023,205,0.030612245,0.107142857,0,0.989677579,0.357142857,0.993592814,0.989391534,0.878787879,7,0 +15024,192,0.7,0.14,1,0.736641204,0.64,0.993592814,0.736611111,1,5,1 +15033,192,0.333333333,0.02,0,0.744266204,0.64,0.993592814,0.744266204,0,5,0 +15044,1395,0.090909091,0.0625,0,0.647118056,0.4375,0.993592814,0.626678241,0,1,0 +15045,1395,0.008264463,0.03125,0,0.645069444,0.4375,0.993592814,0.645069444,0,1,0 +15047,1395,0.239130435,0.34375,1,0.646898148,0.4375,0.993592814,0.600520833,0.941176471,1,1 +15052,2378,0.281690141,0.740740741,1,0.651390542,0.333333333,0.993592814,0.651339286,1,7,1 +15053,2378,0.022727273,0.037037037,0,0.701445106,0.333333333,0.993592814,0.701445106,0,7,0 +15054,2378,0.023255814,0.037037037,0,0.764227844,0.333333333,0.993592814,0.764227844,0,7,0 +15056,927,0.090909091,0.047619048,0,0.97412037,0.142857143,0,0.97412037,0,1,0 +15060,1277,0.592592593,0.615384615,1,0.9091584,0.307692308,0,0.003394511,0.857142857,7,1 +15062,342,0.028571429,0.037037037,0,0.01332672,0.333333333,0,0.01332672,0,7,0 +15065,205,0.012987013,0.035714286,0,0.993176257,0.357142857,0.993592814,0.993176257,0,7,0 +15066,2077,0.017241379,0.166666667,0,0.000451389,0,0,0.000451389,0.611111111,3,0 +15067,2077,0.333333333,0.5,0,0.020964506,0,0,0.020748457,0.333333333,3,0 +15068,2077,0.010638298,0.166666667,0,0.028263889,0,0,0.028263889,0.806451613,3,0 +15070,342,0.2,0.111111111,0.5,0.011967593,0.333333333,0,0.00181713,0.833333333,7,1 +15071,760,0.5,0.2,0,0.981323303,0.28,0.993592814,0.818908179,1,3,0 +15073,2378,0.017241379,0.037037037,0,0.651383929,0.333333333,0.993592814,0.651383929,0,7,0 +15074,927,0.04,0.047619048,0,0.627222222,0.142857143,0,0.627222222,0,1,0 +15075,927,0.030769231,0.095238095,0,0.906921296,0.142857143,0,0.769212963,0,1,0 +15077,927,0.02173913,0.047619048,0,0.726296296,0.142857143,0,0.726296296,0,1,0 +15078,927,0.056338028,0.19047619,0,0.952847222,0.142857143,0,0.952847222,1,1,0 +15079,927,0.010416667,0.047619048,0,0.948599537,0.142857143,0,0.948599537,0,1,0 +15084,927,0.01,0.047619048,0,6.94E-05,0.142857143,0,6.94E-05,0,1,0 +15085,927,0.05,0.047619048,0,0.001550926,0.142857143,0,0.001550926,0,1,0 +15108,927,0.055555556,0.047619048,0,0.00568287,0.142857143,0,0.00568287,0,1,0 +15109,927,0.4,0.095238095,0,0.252222222,0.142857143,0,0.252222222,0,1,0 +15110,927,0.024691358,0.095238095,0,0.224456019,0.142857143,0,0.224386574,0,1,0 +15111,927,0.019230769,0.047619048,0,0.232268519,0.142857143,0,0.232268519,0,1,0 +15113,760,0,0.04,0,1.93E-05,0.28,0.993592814,1.93E-05,0,3,0 +15114,760,0.0625,0.12,0,0.357191358,0.28,0.993592814,0.041412037,0.789473684,3,0 +15115,760,0.028571429,0.04,0,0.057202932,0.28,0.993592814,0.057202932,0,3,0 +15121,927,0.181818182,0.095238095,0,0.955694444,0.142857143,0,0.9553125,0,1,0 +15123,760,0.111111111,0.04,0,0.56972608,0.28,0.993592814,0.56972608,0,3,0 +15124,760,0.625,0.2,0.5,0.473063272,0.28,0.993592814,0.431902006,0.5,3,0 +15128,760,0.022222222,0.04,0,0.629606482,0.28,0.993592814,0.629606482,0,3,0 +15129,760,0.333333333,0.16,1,0.738557099,0.28,0.993592814,0.686358025,0.888888889,3,1 +15137,2481,0.030612245,0.130434783,0,0.005753968,0.217391304,0.993592814,9.92E-06,0.878787879,7,0 +15138,2481,0.055555556,0.043478261,0,0.015663029,0.217391304,0.993592814,0.015663029,0,7,0 +15139,2481,0.076923077,0.086956522,0,0.068693783,0.217391304,0.993592814,0.000415013,0,7,0 +15144,2481,0.016393443,0.043478261,0,0.340350529,0.217391304,0.993592814,0.340350529,0,7,0 diff --git a/商务大数据分析/20250514/task.ipynb b/商务大数据分析/20250514/task.ipynb new file mode 100644 index 0000000..a2a8e33 --- /dev/null +++ b/商务大数据分析/20250514/task.ipynb @@ -0,0 +1,1142 @@ +{ + "cells": [ + { + "cell_type": "code", + "id": "initial_id", + "metadata": { + "collapsed": true, + "ExecuteTime": { + "end_time": "2025-05-14T06:25:11.758935Z", + "start_time": "2025-05-14T06:25:11.434128Z" + } + }, + "source": "import pandas as pd", + "outputs": [], + "execution_count": 1 + }, + { + "metadata": { + "ExecuteTime": { + "end_time": "2025-05-14T06:25:41.010808Z", + "start_time": "2025-05-14T06:25:40.997687Z" + } + }, + "cell_type": "code", + "source": [ + "data = pd.read_csv('./data/shill_bidding.csv',encoding='gbk')\n", + "data" + ], + "id": "be73a1ac2c569ba7", + "outputs": [ + { + "data": { + "text/plain": [ + " 记录ID 拍卖ID 竞标者倾向 竞标比率 连续竞标 上次竞标 竞标量 拍卖起拍 \\\n", + "0 1 732 0.200000 0.400000 0.0 0.000028 0.000000 0.993593 \n", + "1 2 732 0.024390 0.200000 0.0 0.013123 0.000000 0.993593 \n", + "2 3 732 0.142857 0.200000 0.0 0.003042 0.000000 0.993593 \n", + "3 4 732 0.100000 0.200000 0.0 0.097477 0.000000 0.993593 \n", + "4 5 900 0.051282 0.222222 0.0 0.001318 0.000000 0.000000 \n", + "... ... ... ... ... ... ... ... ... \n", + "6316 15129 760 0.333333 0.160000 1.0 0.738557 0.280000 0.993593 \n", + "6317 15137 2481 0.030612 0.130435 0.0 0.005754 0.217391 0.993593 \n", + "6318 15138 2481 0.055556 0.043478 0.0 0.015663 0.217391 0.993593 \n", + "6319 15139 2481 0.076923 0.086957 0.0 0.068694 0.217391 0.993593 \n", + "6320 15144 2481 0.016393 0.043478 0.0 0.340351 0.217391 0.993593 \n", + "\n", + " 早期竞标 胜率 拍卖持续时间(小时) 类别 \n", + "0 0.000028 0.666667 5 0 \n", + "1 0.013123 0.944444 5 0 \n", + "2 0.003042 1.000000 5 0 \n", + "3 0.097477 1.000000 5 0 \n", + "4 0.001242 0.500000 7 0 \n", + "... ... ... ... .. \n", + "6316 0.686358 0.888889 3 1 \n", + "6317 0.000010 0.878788 7 0 \n", + "6318 0.015663 0.000000 7 0 \n", + "6319 0.000415 0.000000 7 0 \n", + "6320 0.340351 0.000000 7 0 \n", + "\n", + "[6321 rows x 12 columns]" + ], + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
记录ID拍卖ID竞标者倾向竞标比率连续竞标上次竞标竞标量拍卖起拍早期竞标胜率拍卖持续时间(小时)类别
017320.2000000.4000000.00.0000280.0000000.9935930.0000280.66666750
127320.0243900.2000000.00.0131230.0000000.9935930.0131230.94444450
237320.1428570.2000000.00.0030420.0000000.9935930.0030421.00000050
347320.1000000.2000000.00.0974770.0000000.9935930.0974771.00000050
459000.0512820.2222220.00.0013180.0000000.0000000.0012420.50000070
.......................................
6316151297600.3333330.1600001.00.7385570.2800000.9935930.6863580.88888931
63171513724810.0306120.1304350.00.0057540.2173910.9935930.0000100.87878870
63181513824810.0555560.0434780.00.0156630.2173910.9935930.0156630.00000070
63191513924810.0769230.0869570.00.0686940.2173910.9935930.0004150.00000070
63201514424810.0163930.0434780.00.3403510.2173910.9935930.3403510.00000070
\n", + "

6321 rows × 12 columns

\n", + "
" + ] + }, + "execution_count": 5, + "metadata": {}, + "output_type": "execute_result" + } + ], + "execution_count": 5 + }, + { + "metadata": { + "ExecuteTime": { + "end_time": "2025-05-14T06:28:41.114487Z", + "start_time": "2025-05-14T06:28:41.087602Z" + } + }, + "cell_type": "code", + "source": [ + "X = data.iloc[:, :-1] # 特征数据\n", + "X" + ], + "id": "9c57d5b64979660f", + "outputs": [ + { + "data": { + "text/plain": [ + " 记录ID 拍卖ID 竞标者倾向 竞标比率 连续竞标 上次竞标 竞标量 拍卖起拍 \\\n", + "0 1 732 0.200000 0.400000 0.0 0.000028 0.000000 0.993593 \n", + "1 2 732 0.024390 0.200000 0.0 0.013123 0.000000 0.993593 \n", + "2 3 732 0.142857 0.200000 0.0 0.003042 0.000000 0.993593 \n", + "3 4 732 0.100000 0.200000 0.0 0.097477 0.000000 0.993593 \n", + "4 5 900 0.051282 0.222222 0.0 0.001318 0.000000 0.000000 \n", + "... ... ... ... ... ... ... ... ... \n", + "6316 15129 760 0.333333 0.160000 1.0 0.738557 0.280000 0.993593 \n", + "6317 15137 2481 0.030612 0.130435 0.0 0.005754 0.217391 0.993593 \n", + "6318 15138 2481 0.055556 0.043478 0.0 0.015663 0.217391 0.993593 \n", + "6319 15139 2481 0.076923 0.086957 0.0 0.068694 0.217391 0.993593 \n", + "6320 15144 2481 0.016393 0.043478 0.0 0.340351 0.217391 0.993593 \n", + "\n", + " 早期竞标 胜率 拍卖持续时间(小时) \n", + "0 0.000028 0.666667 5 \n", + "1 0.013123 0.944444 5 \n", + "2 0.003042 1.000000 5 \n", + "3 0.097477 1.000000 5 \n", + "4 0.001242 0.500000 7 \n", + "... ... ... ... \n", + "6316 0.686358 0.888889 3 \n", + "6317 0.000010 0.878788 7 \n", + "6318 0.015663 0.000000 7 \n", + "6319 0.000415 0.000000 7 \n", + "6320 0.340351 0.000000 7 \n", + "\n", + "[6321 rows x 11 columns]" + ], + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
记录ID拍卖ID竞标者倾向竞标比率连续竞标上次竞标竞标量拍卖起拍早期竞标胜率拍卖持续时间(小时)
017320.2000000.4000000.00.0000280.0000000.9935930.0000280.6666675
127320.0243900.2000000.00.0131230.0000000.9935930.0131230.9444445
237320.1428570.2000000.00.0030420.0000000.9935930.0030421.0000005
347320.1000000.2000000.00.0974770.0000000.9935930.0974771.0000005
459000.0512820.2222220.00.0013180.0000000.0000000.0012420.5000007
....................................
6316151297600.3333330.1600001.00.7385570.2800000.9935930.6863580.8888893
63171513724810.0306120.1304350.00.0057540.2173910.9935930.0000100.8787887
63181513824810.0555560.0434780.00.0156630.2173910.9935930.0156630.0000007
63191513924810.0769230.0869570.00.0686940.2173910.9935930.0004150.0000007
63201514424810.0163930.0434780.00.3403510.2173910.9935930.3403510.0000007
\n", + "

6321 rows × 11 columns

\n", + "
" + ] + }, + "execution_count": 9, + "metadata": {}, + "output_type": "execute_result" + } + ], + "execution_count": 9 + }, + { + "metadata": { + "ExecuteTime": { + "end_time": "2025-05-14T06:28:43.271751Z", + "start_time": "2025-05-14T06:28:43.268190Z" + } + }, + "cell_type": "code", + "source": [ + "y = data.iloc[:, -1] # 标签数据\n", + "y" + ], + "id": "cd9249ade901dbc2", + "outputs": [ + { + "data": { + "text/plain": [ + "0 0\n", + "1 0\n", + "2 0\n", + "3 0\n", + "4 0\n", + " ..\n", + "6316 1\n", + "6317 0\n", + "6318 0\n", + "6319 0\n", + "6320 0\n", + "Name: 类别, Length: 6321, dtype: int64" + ] + }, + "execution_count": 10, + "metadata": {}, + "output_type": "execute_result" + } + ], + "execution_count": 10 + }, + { + "metadata": { + "ExecuteTime": { + "end_time": "2025-05-14T06:28:45.332753Z", + "start_time": "2025-05-14T06:28:45.330224Z" + } + }, + "cell_type": "code", + "source": "from sklearn.model_selection import train_test_split", + "id": "8dc41c605cd3157e", + "outputs": [], + "execution_count": 11 + }, + { + "metadata": { + "ExecuteTime": { + "end_time": "2025-05-14T06:28:56.522996Z", + "start_time": "2025-05-14T06:28:56.503381Z" + } + }, + "cell_type": "code", + "source": "X_train, X_test, y_train, y_test = train_test_split(X, y, test_size=0.2, random_state=42)", + "id": "9f85e76994ed4850", + "outputs": [], + "execution_count": 13 + }, + { + "metadata": { + "ExecuteTime": { + "end_time": "2025-05-14T06:29:39.357247Z", + "start_time": "2025-05-14T06:29:39.346520Z" + } + }, + "cell_type": "code", + "source": [ + "print(\"训练集特征数量:\", len(X_train))\n", + "print(\"测试集特征数量:\", len(X_test))\n", + "print(\"训练集标签数量:\", len(y_train))\n", + "print(\"测试集标签数量:\", len(y_test))" + ], + "id": "9e7a486068bba773", + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "训练集特征数量: 5056\n", + "测试集特征数量: 1265\n", + "训练集标签数量: 5056\n", + "测试集标签数量: 1265\n" + ] + } + ], + "execution_count": 14 + }, + { + "metadata": { + "ExecuteTime": { + "end_time": "2025-05-14T06:32:48.037308Z", + "start_time": "2025-05-14T06:32:48.032154Z" + } + }, + "cell_type": "code", + "source": "from sklearn.decomposition import PCA", + "id": "310a87e99029912f", + "outputs": [], + "execution_count": 16 + }, + { + "metadata": { + "ExecuteTime": { + "end_time": "2025-05-14T06:33:16.933711Z", + "start_time": "2025-05-14T06:33:16.923897Z" + } + }, + "cell_type": "code", + "source": "pca = PCA(n_components=0.999)", + "id": "b2a983bb0cafe05e", + "outputs": [], + "execution_count": 17 + }, + { + "metadata": { + "ExecuteTime": { + "end_time": "2025-05-14T06:33:18.638792Z", + "start_time": "2025-05-14T06:33:18.615773Z" + } + }, + "cell_type": "code", + "source": "X_train_pca = pca.fit_transform(X_train)", + "id": "1e4efd6f383f884d", + "outputs": [], + "execution_count": 18 + }, + { + "metadata": { + "ExecuteTime": { + "end_time": "2025-05-14T06:33:19.872466Z", + "start_time": "2025-05-14T06:33:19.869305Z" + } + }, + "cell_type": "code", + "source": "X_test_pca = pca.transform(X_test)", + "id": "3726f7c7adee3b78", + "outputs": [], + "execution_count": 19 + }, + { + "metadata": { + "ExecuteTime": { + "end_time": "2025-05-14T06:33:29.743054Z", + "start_time": "2025-05-14T06:33:29.740149Z" + } + }, + "cell_type": "code", + "source": [ + "print(\"降维后训练集大小:\", X_train_pca.shape)\n", + "print(\"降维后测试集大小:\", X_test_pca.shape)" + ], + "id": "3a492d1ae08c79d7", + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "降维后训练集大小: (5056, 2)\n", + "降维后测试集大小: (1265, 2)\n" + ] + } + ], + "execution_count": 20 + }, + { + "metadata": { + "ExecuteTime": { + "end_time": "2025-05-14T06:34:33.158908Z", + "start_time": "2025-05-14T06:34:33.156943Z" + } + }, + "cell_type": "code", + "source": [ + "from sklearn.linear_model import LogisticRegression\n", + "from sklearn.metrics import accuracy_score" + ], + "id": "90b993d18fc3c8fd", + "outputs": [], + "execution_count": 22 + }, + { + "metadata": { + "ExecuteTime": { + "end_time": "2025-05-14T06:34:34.787786Z", + "start_time": "2025-05-14T06:34:34.708147Z" + } + }, + "cell_type": "code", + "source": [ + "model = LogisticRegression()\n", + "model.fit(X_train_pca, y_train)" + ], + "id": "555998c0a33ff564", + "outputs": [ + { + "data": { + "text/plain": [ + "LogisticRegression()" + ] + }, + "execution_count": 23, + "metadata": {}, + "output_type": "execute_result" + } + ], + "execution_count": 23 + }, + { + "metadata": { + "ExecuteTime": { + "end_time": "2025-05-14T06:34:44.692219Z", + "start_time": "2025-05-14T06:34:44.689245Z" + } + }, + "cell_type": "code", + "source": [ + "y_pred = model.predict(X_test_pca)\n", + "accuracy = accuracy_score(y_test, y_pred)" + ], + "id": "550e99b2717dd70a", + "outputs": [], + "execution_count": 24 + }, + { + "metadata": { + "ExecuteTime": { + "end_time": "2025-05-14T06:34:48.357752Z", + "start_time": "2025-05-14T06:34:48.355434Z" + } + }, + "cell_type": "code", + "source": "print(f\"模型在测试集上的准确率: {accuracy * 100:.2f}%\")", + "id": "d371ece25527b933", + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "模型在测试集上的准确率: 89.57%\n" + ] + } + ], + "execution_count": 25 + }, + { + "metadata": { + "ExecuteTime": { + "end_time": "2025-05-14T06:35:35.499762Z", + "start_time": "2025-05-14T06:35:34.902637Z" + } + }, + "cell_type": "code", + "source": [ + "from sklearn.metrics import precision_score, recall_score, f1_score, confusion_matrix\n", + "import seaborn as sns\n", + "import matplotlib.pyplot as plt" + ], + "id": "30954934fe9605f0", + "outputs": [], + "execution_count": 26 + }, + { + "metadata": { + "ExecuteTime": { + "end_time": "2025-05-14T06:35:44.931054Z", + "start_time": "2025-05-14T06:35:44.926161Z" + } + }, + "cell_type": "code", + "source": "precision = precision_score(y_test, y_pred)", + "id": "b1e217f2b2899fd5", + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/Volumes/Data/Environment/anaconda3/lib/python3.9/site-packages/sklearn/metrics/_classification.py:1318: UndefinedMetricWarning: Precision is ill-defined and being set to 0.0 due to no predicted samples. Use `zero_division` parameter to control this behavior.\n", + " _warn_prf(average, modifier, msg_start, len(result))\n" + ] + } + ], + "execution_count": 27 + }, + { + "metadata": { + "ExecuteTime": { + "end_time": "2025-05-14T06:35:53.539971Z", + "start_time": "2025-05-14T06:35:53.536968Z" + } + }, + "cell_type": "code", + "source": "recall = recall_score(y_test, y_pred)", + "id": "d319c92518dfa777", + "outputs": [], + "execution_count": 28 + }, + { + "metadata": { + "ExecuteTime": { + "end_time": "2025-05-14T06:36:02.345297Z", + "start_time": "2025-05-14T06:36:02.342210Z" + } + }, + "cell_type": "code", + "source": "f1 = f1_score(y_test, y_pred)", + "id": "a99ded51edcc3c2a", + "outputs": [], + "execution_count": 29 + }, + { + "metadata": { + "ExecuteTime": { + "end_time": "2025-05-14T06:36:11.818015Z", + "start_time": "2025-05-14T06:36:11.815129Z" + } + }, + "cell_type": "code", + "source": [ + "print(f\"精确率: {precision * 100:.2f}%\")\n", + "print(f\"召回率: {recall * 100:.2f}%\")\n", + "print(f\"F1 值: {f1 * 100:.2f}%\")" + ], + "id": "eeeb022d06ac0cdd", + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "精确率: 0.00%\n", + "召回率: 0.00%\n", + "F1 值: 0.00%\n" + ] + } + ], + "execution_count": 30 + }, + { + "metadata": { + "ExecuteTime": { + "end_time": "2025-05-14T06:36:20.417042Z", + "start_time": "2025-05-14T06:36:20.411479Z" + } + }, + "cell_type": "code", + "source": "cm = confusion_matrix(y_test, y_pred)", + "id": "2e7c7fcd91a7da1b", + "outputs": [], + "execution_count": 31 + }, + { + "metadata": { + "ExecuteTime": { + "end_time": "2025-05-14T06:37:03.532720Z", + "start_time": "2025-05-14T06:37:03.505902Z" + } + }, + "cell_type": "code", + "source": [ + "from matplotlib import font_manager as fm\n", + "import matplotlib as mpl\n", + "\n", + "font_path = '/System/Library/Fonts/STHeiti Medium.ttc'\n", + "my_font = fm.FontProperties(fname=font_path)\n", + "mpl.rcParams['font.family'] = my_font.get_name()\n", + "mpl.rcParams['axes.unicode_minus'] = False" + ], + "id": "d6a1fd6bb39c2e86", + "outputs": [], + "execution_count": 33 + }, + { + "metadata": { + "ExecuteTime": { + "end_time": "2025-05-14T06:37:05.154764Z", + "start_time": "2025-05-14T06:37:05.074128Z" + } + }, + "cell_type": "code", + "source": [ + "plt.figure(figsize=(8, 6))\n", + "sns.heatmap(cm, annot=True, fmt='d', cmap='Blues')\n", + "# annot=True 表示在热力图上显示具体数值,fmt='d' 表示以整数形式显示\n", + "plt.xlabel('预测标签')\n", + "plt.ylabel('真实标签')\n", + "plt.title('混淆矩阵')\n", + "plt.show()" + ], + "id": "8fd3248dde46e851", + "outputs": [ + { + "data": { + "text/plain": [ + "
" + ], + "image/png": "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\n" + }, + "metadata": { + "needs_background": "light" + }, + "output_type": "display_data" + } + ], + "execution_count": 34 + }, + { + "metadata": { + "ExecuteTime": { + "end_time": "2025-05-14T06:41:54.941365Z", + "start_time": "2025-05-14T06:41:54.936085Z" + } + }, + "cell_type": "code", + "source": [ + "from sklearn.model_selection import GridSearchCV\n", + "from sklearn.preprocessing import StandardScaler\n", + "from sklearn.metrics import precision_score, recall_score, f1_score, accuracy_score" + ], + "id": "ba37982a3d38c98a", + "outputs": [], + "execution_count": 44 + }, + { + "metadata": { + "ExecuteTime": { + "end_time": "2025-05-14T06:41:57.023385Z", + "start_time": "2025-05-14T06:41:57.019735Z" + } + }, + "cell_type": "code", + "source": [ + "scaler = StandardScaler()\n", + "X_train_pca_scaled = scaler.fit_transform(X_train_pca)\n", + "X_test_pca_scaled = scaler.transform(X_test_pca)" + ], + "id": "b3c2d3881eeddf31", + "outputs": [], + "execution_count": 45 + }, + { + "metadata": { + "ExecuteTime": { + "end_time": "2025-05-14T06:41:58.292401Z", + "start_time": "2025-05-14T06:41:58.289737Z" + } + }, + "cell_type": "code", + "source": [ + "param_grid = {\n", + " 'C': [0.001, 0.01, 0.1, 1, 10, 100],\n", + " 'penalty': ['l1', 'l2']\n", + "}" + ], + "id": "a70b8e803c245dfd", + "outputs": [], + "execution_count": 46 + }, + { + "metadata": { + "ExecuteTime": { + "end_time": "2025-05-14T06:41:59.957375Z", + "start_time": "2025-05-14T06:41:59.839417Z" + } + }, + "cell_type": "code", + "source": [ + "model = LogisticRegression(solver='liblinear')\n", + "grid_search = GridSearchCV(model, param_grid, cv=5, scoring='f1')\n", + "grid_search.fit(X_train_pca_scaled, y_train)\n" + ], + "id": "acebcefaaed09b5e", + "outputs": [ + { + "data": { + "text/plain": [ + "GridSearchCV(cv=5, estimator=LogisticRegression(solver='liblinear'),\n", + " param_grid={'C': [0.001, 0.01, 0.1, 1, 10, 100],\n", + " 'penalty': ['l1', 'l2']},\n", + " scoring='f1')" + ] + }, + "execution_count": 47, + "metadata": {}, + "output_type": "execute_result" + } + ], + "execution_count": 47 + }, + { + "metadata": { + "ExecuteTime": { + "end_time": "2025-05-14T06:42:09.325733Z", + "start_time": "2025-05-14T06:42:09.323292Z" + } + }, + "cell_type": "code", + "source": [ + "print(\"最优超参数组合:\", grid_search.best_params_)\n", + "print(\"最优模型在训练集上的 F1 值:\", grid_search.best_score_)\n" + ], + "id": "f473f0e3fe11601b", + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "最优超参数组合: {'C': 0.001, 'penalty': 'l1'}\n", + "最优模型在训练集上的 F1 值: 0.0\n" + ] + } + ], + "execution_count": 48 + }, + { + "metadata": { + "ExecuteTime": { + "end_time": "2025-05-14T06:42:23.992660Z", + "start_time": "2025-05-14T06:42:23.989902Z" + } + }, + "cell_type": "code", + "source": [ + "best_model = grid_search.best_estimator_\n", + "y_pred_best = best_model.predict(X_test_pca_scaled)" + ], + "id": "31341e379c6efb7f", + "outputs": [], + "execution_count": 51 + }, + { + "metadata": { + "ExecuteTime": { + "end_time": "2025-05-14T06:42:24.868183Z", + "start_time": "2025-05-14T06:42:24.860990Z" + } + }, + "cell_type": "code", + "source": [ + "precision_best = precision_score(y_test, y_pred_best)\n", + "recall_best = recall_score(y_test, y_pred_best)\n", + "f1_best = f1_score(y_test, y_pred_best)\n", + "accuracy_best = accuracy_score(y_test, y_pred_best)" + ], + "id": "8406ad284d7569a3", + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/Volumes/Data/Environment/anaconda3/lib/python3.9/site-packages/sklearn/metrics/_classification.py:1318: UndefinedMetricWarning: Precision is ill-defined and being set to 0.0 due to no predicted samples. Use `zero_division` parameter to control this behavior.\n", + " _warn_prf(average, modifier, msg_start, len(result))\n" + ] + } + ], + "execution_count": 52 + }, + { + "metadata": { + "ExecuteTime": { + "end_time": "2025-05-14T06:42:30.031422Z", + "start_time": "2025-05-14T06:42:30.028917Z" + } + }, + "cell_type": "code", + "source": [ + "print(f\"最优模型在测试集上的准确率: {accuracy_best * 100:.2f}%\")\n", + "print(f\"最优模型在测试集上的精确率: {precision_best * 100:.2f}%\")\n", + "print(f\"最优模型在测试集上的召回率: {recall_best * 100:.2f}%\")\n", + "print(f\"最优模型在测试集上的 F1 值: {f1_best * 100:.2f}%\")" + ], + "id": "74828d74cc923980", + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "最优模型在测试集上的准确率: 89.57%\n", + "最优模型在测试集上的精确率: 0.00%\n", + "最优模型在测试集上的召回率: 0.00%\n", + "最优模型在测试集上的 F1 值: 0.00%\n" + ] + } + ], + "execution_count": 53 + }, + { + "metadata": {}, + "cell_type": "code", + "outputs": [], + "execution_count": null, + "source": [ + "import numpy as np\n", + "from sklearn.metrics import classification_report" + ], + "id": "57ef68abfd6fde0b" + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 2 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython2", + "version": "2.7.6" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/数据可视化技术/20250513/task.ipynb b/数据可视化技术/20250513/task.ipynb new file mode 100644 index 0000000..bc66cfc --- /dev/null +++ b/数据可视化技术/20250513/task.ipynb @@ -0,0 +1,57 @@ +{ + "cells": [ + { + "cell_type": "code", + "id": "initial_id", + "metadata": { + "collapsed": true, + "ExecuteTime": { + "end_time": "2025-05-13T02:49:05.718408Z", + "start_time": "2025-05-13T02:49:05.678953Z" + } + }, + "source": [ + "from pyecharts.charts import Bar\n", + "from pyecharts import options as opts\n", + "from pyecharts.globals import ThemeType" + ], + "outputs": [], + "execution_count": 1 + }, + { + "metadata": {}, + "cell_type": "code", + "outputs": [], + "execution_count": null, + "source": [ + "bar = (\n", + " Bar(init_opts=opts.InitOpts(theme=ThemeType.LIGHT))\n", + " .add_xaxis(['哲学','历史','教育','科技','文学','经济'])\n", + " .add_yaxis('商家 A',[25,20,36,40,75,90])\n", + ")" + ], + "id": "e254f05719aaae60" + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 2 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython2", + "version": "2.7.6" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/数据可视化技术/网店运营大屏(Flask框架)/backend/app.py b/数据可视化技术/网店运营大屏(Flask框架)/backend/app.py new file mode 100755 index 0000000..f206e4f --- /dev/null +++ b/数据可视化技术/网店运营大屏(Flask框架)/backend/app.py @@ -0,0 +1,122 @@ +# 1.导入必要的库和模块 +from flask import Flask, jsonify, Blueprint +import pymysql +from flask_cors import CORS +from contextlib import contextmanager +from flask.json import JSONEncoder +from decimal import Decimal + + +# 2.创建 Flask 应用并配置 +app = Flask(__name__) +app.config['JSON_AS_ASCII'] = False # 重要,让 JSON 数据按原字符编码输出,不转成 ASCII +app.config['JSONIFY_MIMETYPE'] = 'application/json; charset=utf-8' +CORS(app) # 解决跨域问题 + +class CustomJSONEncoder(JSONEncoder): + def default(self, obj): + if isinstance(obj, Decimal): + return float(obj) # 或 str(obj) + return super().default(obj) + +app.json_encoder = CustomJSONEncoder +# 3.数据库连接上下文管理器 +@contextmanager +def get_db_connection(): + try: + connection = pymysql.connect( + host='hadoop102', + user='root', + port=3306, + password='123456', + database='marketing', + charset='utf8mb4', + cursorclass=pymysql.cursors.DictCursor + ) + yield connection + except Exception as e: + print(f"Error: {e}") + finally: + if connection: + connection.close() + +# 4.创建蓝图 +data_bp = Blueprint('data', __name__) + +# 5.定义API路由 +# sales_month的数据接口 +@data_bp.route('/api/sales_month', methods=['GET']) +def sales_month(): + with get_db_connection() as connection: + with connection.cursor() as cursor: + sql = "SELECT * FROM sales_month" + cursor.execute(sql) + results = cursor.fetchall() + return jsonify(results) + +# sales_region的数据接口 +@data_bp.route('/api/sales_region', methods=['GET']) +def sales_region(): + with get_db_connection() as connection: + with connection.cursor() as cursor: + sql = "SELECT * FROM sales_region" + cursor.execute(sql) + results = cursor.fetchall() + return jsonify(results) + +# sales_manager的数据接口 +@data_bp.route('/api/sales_manager', methods=['GET']) +def sales_manager(): + with get_db_connection() as connection: + with connection.cursor() as cursor: + sql = "SELECT * FROM sales_manager" + cursor.execute(sql) + results = cursor.fetchall() + return jsonify(results) + +# sales_province的数据接口 +@data_bp.route('/api/sales_province', methods=['GET']) +def sales_province(): + with get_db_connection() as connection: + with connection.cursor() as cursor: + sql = "SELECT * FROM sales_province" + cursor.execute(sql) + results = cursor.fetchall() + return jsonify(results) + +# sales_product的数据接口 +@data_bp.route('/api/sales_product', methods=['GET']) +def combine_data(): + result = [] + with get_db_connection() as conn: + cursor = conn.cursor() + # 直接使用 JOIN 语句查询关联数据 + sql = """ + SELECT mc.name AS main_name, mc.value, sc.name AS sub_name, sc.value + FROM main_categories mc + JOIN sub_categories sc ON mc.id = sc.main_category_id + """ + cursor.execute(sql) + rows = cursor.fetchall() + category_dict = {} + for row in rows: + main_name, main_value, sub_name, sub_value = row.values() + if main_name not in category_dict: + category_dict[main_name] = { + "name": main_name, + "value": main_value, + "children": [] + } + category_dict[main_name]["children"].append({ + "name": sub_name, + "value": sub_value + }) + result = list(category_dict.values()) + + return jsonify(result) + +# 6.注册蓝图并运行应用 +app.register_blueprint(data_bp) + +if __name__ == '__main__': + app.run(debug=True) \ No newline at end of file diff --git a/数据可视化技术/网店运营大屏(Flask框架)/frontend/.project b/数据可视化技术/网店运营大屏(Flask框架)/frontend/.project new file mode 100755 index 0000000..37f2862 --- /dev/null +++ b/数据可视化技术/网店运营大屏(Flask框架)/frontend/.project @@ -0,0 +1,28 @@ + + + 网店运营大屏 + + + + + + com.aptana.ide.core.unifiedBuilder + + + + + + com.aptana.projects.webnature + + + + 1596432197735 + + 26 + + org.eclipse.ui.ide.multiFilter + 1.0-name-matches-false-false-node_modules + + + + diff --git a/数据可视化技术/网店运营大屏(Flask框架)/frontend/css/app.css b/数据可视化技术/网店运营大屏(Flask框架)/frontend/css/app.css new file mode 100755 index 0000000..f73dc97 --- /dev/null +++ b/数据可视化技术/网店运营大屏(Flask框架)/frontend/css/app.css @@ -0,0 +1,152 @@ +@charset "utf-8"; + +/********** Global **********/ +/* + *常用背景色: #0f1c30 #0b0f34 (6,64,102) (29,45,57) (7,33,58) (8,13,28) (15,43,36) + */ +html, body { + width:100%; + height:100%; + min-height:635px; + font-family:"microsoft yahei", arial, sans-serif; + background-color:#152a59; + background-repeat:no-repeat; + background-position:center; + background-size:100% 100%; + overflow-x:hidden; + overflow-y:auto; +} +body.bg06 {background-image:url("../img/bg06.png");} +.header { + margin:0 auto; + width:100%; + height:55px; + max-width:1920px; + background:url("../img/header-left.png") left center no-repeat, url("../img/header-right.png") right center no-repeat; + background-size:43% 100%, 43% 100%; + overflow:hidden; +} +.header h3 { + margin:0; + padding:0; + line-height:60px; + text-align:center; + font-size:24px; + color:#5dc2fe; +} +#currentTime { + position:absolute; + height:100%; + width:35%; + line-height:25px; + top:2%; + left:75%; + /*text-align: center;*/ + font-size:10px; + color:#1890FF; + } +@media (max-width: 1199px) { + .header { + background:url("../img/header-left.png") left bottom no-repeat, url("../img/header-right.png") right bottom no-repeat; + background-size:100%, 100%; + } + .header h3 {line-height:48px;} +} +.wrapper {position:absolute;top:70px;bottom:0;left:0;right:0;min-height:555px;} +.container-fluid {height:100%;min-height:100%;} +.row {margin-left:-7px;margin-right:-8px;} +.row>div {padding-left:7px;padding-right:8px;} +.xpanel-wrapper {padding-bottom:15px;box-sizing:border-box;} +.xpanel-wrapper-1 {height:100%;} +.xpanel-wrapper-1-2 {height:50%;} +.xpanel-wrapper-1-3 {height:50%;} +.xpanel-wrapper-2-3 {height:50%;} +.xpanel { + position: relative; + padding:15px; + height:100%; + min-height:170px; + background:url("../img/panel.png") center no-repeat; + background-size:100% 100%; + box-sizing:border-box; +} +.title { + position: absolute; + padding-left:24px; + height:36px; + width: 90%; + line-height:36px; + font-size:15px; + font-weight:normal; + color:#00C6FB; + background-image:url("../img/title-bg.png"); + background-repeat:no-repeat; + background-size:100% 100%; + margin: 0; +} +.center_title { + position: absolute; + padding-left:24px; + height:36px; + width: 90%; + line-height:36px; + font-size:15px; + font-weight:normal; + color:#00C6FB; + background-image:url("../img/title-bg.png"); + background-repeat:no-repeat; + background-size:100% 100%; + margin: 0; + top:2%; +} +.title1 { + position: absolute; + padding-left:15px; + height:30px; + width: 90%; + line-height:15px; + font-size:15px; + font-weight:normal; + color:#FFFFFF; + background:none; + background-repeat:no-repeat; + background-size:100% 100%; + margin: 0; +} +/* tool */ +.fill-h {height:100%;min-height:100%;} +.no-margin {margin:0 !important;} +.no-padding {padding:0 !important;} +.no-bg {background:none !important;} +.no-border {border:0 !important;} +.left_right_div { + position: absolute; + height:79%; + width: 93%; + top:20%; + padding: 0px 0px 0px 0px; + background:none; + margin: 0; +} +.center_div { + position: absolute; + height:88%; + width: 100%; + top:8%; + padding: 0; + background:none; + margin: 0; +} +.center_div1 { + position: absolute; + height:100%; + width: 100%; + top:5%; + padding: 0; + background:none; + margin: 0; +} +/* scrollbar */ +::-webkit-scrollbar {width:0;height:0;} +::-webkit-scrollbar-track {background-color:transparent;} +::-webkit-scrollbar-thumb {border-radius:5px;background-color:rgba(0, 0, 0, 0.3);} \ No newline at end of file diff --git a/数据可视化技术/网店运营大屏(Flask框架)/frontend/css/bootstrap.min.css b/数据可视化技术/网店运营大屏(Flask框架)/frontend/css/bootstrap.min.css new file mode 100755 index 0000000..ed3905e --- /dev/null +++ b/数据可视化技术/网店运营大屏(Flask框架)/frontend/css/bootstrap.min.css @@ -0,0 +1,6 @@ +/*! + * Bootstrap v3.3.7 (http://getbootstrap.com) + * Copyright 2011-2016 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}} +/*# sourceMappingURL=bootstrap.min.css.map */ \ No newline at end of file diff --git a/数据可视化技术/网店运营大屏(Flask框架)/frontend/data/sales_manager.csv b/数据可视化技术/网店运营大屏(Flask框架)/frontend/data/sales_manager.csv new file mode 100755 index 0000000..b7a0e18 --- /dev/null +++ b/数据可视化技术/网店运营大屏(Flask框架)/frontend/data/sales_manager.csv @@ -0,0 +1,7 @@ +sales_manager,sales,profit +郝杰,502667.277,55300.637 +江奕健,179421.48,11725 +姜伟,222300.092,19919.872 +王倩倩,691845.854,92687.014 +杨洪光,761143.054,96180.574 +张怡莲,558296.522,93976.162 diff --git a/数据可视化技术/网店运营大屏(Flask框架)/frontend/data/sales_month.csv b/数据可视化技术/网店运营大屏(Flask框架)/frontend/data/sales_month.csv new file mode 100755 index 0000000..ccc8e0f --- /dev/null +++ b/数据可视化技术/网店运营大屏(Flask框架)/frontend/data/sales_month.csv @@ -0,0 +1,13 @@ +month,sales,profit +1月,226678.83,37233.77 +2月,109855.158,19834.458 +3月,167173.727,18748.247 +4月,96984.692,16501.352 +5月,232199.107,23984.947 +6月,339729.698,39157.118 +7月,140050.918,11800.698 +8月,356128.507,66818.087 +9月,322759.367,24133.207 +10月,289269.169,33635.329 +11月,342142.15,42611.87 +12月,292702.956,35330.176 diff --git a/数据可视化技术/网店运营大屏(Flask框架)/frontend/data/sales_product.json b/数据可视化技术/网店运营大屏(Flask框架)/frontend/data/sales_product.json new file mode 100755 index 0000000..fcc3b78 --- /dev/null +++ b/数据可视化技术/网店运营大屏(Flask框架)/frontend/data/sales_product.json @@ -0,0 +1,65 @@ +[ + { + "name": "办公用品", + "value": 949270.224, + "children": [{ + "name": "标签", + "value": 18936.54 + }, { + "name": "美术", + "value": 33038.096 + }, { + "name": "器具", + "value": 449744.764 + }, { + "name": "收纳具", + "value": 214582.2 + }, { + "name": "系固件", + "value": 20045.48 + }, { + "name": "信封", + "value": 51941.96 + }, { + "name": "用品", + "value": 47070.128 + }, { + "name": "纸张", + "value": 51413.74 + },{ + "name": "装订机", + "value": 62497.316 + }] +}, { + "name": "技术", + "value": 937985.552, + "children": [{ + "name": "电话", + "value": 330951.32 + }, { + "name": "复印机", + "value": 347513.264 + }, { + "name": "配件", + "value": 150562.664 + }, { + "name": "设备", + "value": 108958.304 + }] +}, { + "name": "家具", + "value": 1028418.503, + "children": [{ + "name": "书架", + "value": 366969.54 + }, { + "name": "椅子", + "value": 409393.054 + }, { + "name": "用具", + "value": 83848.996 + }, { + "name": "桌子", + "value": 168206.913 + }] +}] \ No newline at end of file diff --git a/数据可视化技术/网店运营大屏(Flask框架)/frontend/data/sales_province.csv b/数据可视化技术/网店运营大屏(Flask框架)/frontend/data/sales_province.csv new file mode 100755 index 0000000..df6bf20 --- /dev/null +++ b/数据可视化技术/网店运营大屏(Flask框架)/frontend/data/sales_province.csv @@ -0,0 +1,31 @@ +province,sales,profit +安徽,113742.734,32222.834 +北京,76154.54,19854.24 +福建,102315.08,32774.7 +甘肃,47267.444,-13210.036 +广东,254769.725,58887.605 +广西,48349.532,14036.932 +贵州,15893.136,287.616 +海南,10995.88,4132.94 +河北,227145.8,43675.38 +河南,79220.54,17722.6 +黑龙江,273877.632,66982.132 +湖北,135006.9,-33492.34 +湖南,163503.277,31399.277 +吉林,76539.617,17712.317 +江苏,128183.776,-16801.764 +江西,29987.86,7944.72 +辽宁,152250.028,-29393.812 +内蒙古,59787.252,-15047.368 +宁夏,12685.988,-900.592 +山东,192400.46,49812.56 +山西,99782.9,25386.9 +陕西,102767.168,21152.628 +上海,99893.584,17668.784 +四川,60567.584,-9514.876 +天津,95426.03,20107.01 +西藏,1144.92,400.26 +新疆,16700.88,4683 +云南,79432.052,16937.032 +浙江,94619.56,-27441.26 +重庆,65262.4,11809.84 diff --git a/数据可视化技术/网店运营大屏(Flask框架)/frontend/data/sales_region.csv b/数据可视化技术/网店运营大屏(Flask框架)/frontend/data/sales_region.csv new file mode 100755 index 0000000..63b88c3 --- /dev/null +++ b/数据可视化技术/网店运营大屏(Flask框架)/frontend/data/sales_region.csv @@ -0,0 +1,7 @@ +region,sales,profit +东北,502667.277,55300.637 +华北,558296.522,93976.162 +华东,761143.054,96180.574 +西北,179421.48,11725 +西南,222300.092,19919.872 +中南,691845.854,92687.014 diff --git a/数据可视化技术/网店运营大屏(Flask框架)/frontend/img/bg06.png b/数据可视化技术/网店运营大屏(Flask框架)/frontend/img/bg06.png new file mode 100755 index 0000000000000000000000000000000000000000..fdb8dd7232f5b2aed1c543533a30a9a482a4a667 GIT binary patch literal 280838 zcmV)VK(D`vP)@XxJ1_0()W)n}c|+fLPqC$sefF6;R_bBCw- zc>Egk?9F2Sz8t{qrvdmr0Qmk!{&owVekEf&JN3Girty_t`LDk4*U}@j{uF;u{{i?d z1U?$O{{dJ(tp)INhOcH$AAbaZ`=>b(!0lfK;Nf+T0zMDG(|0)mza6G9qVEi|e=S~@ z9FO2L>4SD6xEo*C>wf@#A%PFqy?;4?%b(r|I^%0DYxVDp0RAQX?brPB{Nn%~PrCqo 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

$c{eu4W=AgEWzcO5pXR7L;J+^ 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 t?#!H5mF$MQnUaq)|S>S2UUxA~{Qg^{}- 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 Whd50FfE^8=P;hx5Gn8S)q~4t$bWVc8K|u}6eK zvd?}|D571bI;M?+XP;&=;KxEL84Wu~{8`ZfYu(dgwnv~9ujMu|#qsIKQo7Z7>uoP@PLyH+`=I---@}VCPvj=8pw04Ehx-Au zapEZ=t~zNox{tqfY)_IYkK1s*aCqrrTYEjM$7-|IIDhhVPv!x52N8GB{f}~RW4_3< zCt|e{lsjFy3kJCp_mu(**<0Vcgfhu&W1(fmq2J$_Kqq_HI_kfj)NH9$TM!DzqEnv- z#WXiiMTHYfiXYI3L@#Q}8d|)T>o2B-$#9*~jB(lPhv(Ul(1PLM}; z$;s1$J3VEH%OoKzdt-2Tdl82hOVPc`_zro<@XM46C|ML z#;$074Ucg|GxZnh5dPfF4fr$&X|U~DXYl9d+=}fOsih+Sm%Uf@v5ZgB_a(B$lf(2K zfBBz%3T`&Nt+2`42b~Qs%~$0dt)iaKsuqYEXdQikNLUi^C%G?>EiOxkSFr6gWTIzk zkbH%BbKyoZ5GQt}>AU@BAPE{Lfrv-H|@^elL zZ%M3zCE+IY)Ek-W%B{D~9BKk3-am z_0M=-I;+m^rFg%Mxcw;AK))!$5QmUeO6PgCKtq(I(V!x7bWnpcY@e?1;A|oyk38jCTpYq zj%IRe21B%6_kAl)jeX0b{L5%&{H|zupfZH#<|L=up)Y^}1OvlM33V`zxmCl34I^p^vzjbPEIW2Xydt0yv>to=Ri5C$2mCVei51nKL~Hc&<3fJY$e*J zJ;oE3Kl@fHo+uxTR^tYXhYu8~Y*>Hh4+nlT_cnf61(#YWOXeycUpEnm2E7WKhSwb> z$c+xGOE~pVL|jnr$1&7=T!><9J2!;Z29+xyas1qxQ6*+>R;K|^#{;Q^Sj|F_Uk4a2 zP&7NbGuDdIU}BhCkQ7Eij^H90=ZJ+GKw8+*bKk-)3YZd>!xNLfkP~*0r2Kpc=_M^7 z%Kuq7?CzZ_rZW`i*uOvAqOC#u#?y-+x7RaG1u?+Hisd9@_eOv<^@VBWi97trUW{l3 zscnQCg_oVr?LZN#yEOhpTK+m%Fd3k?-h?m3_U(?Pd`0K;?@w|)0OTCB^?r+;$6;h` z<#|-Jp2n`n7GJ+L^@rPIu`=(ffo|`-Vq;C+9GB+C2h4fOmdMUJjk)3XBFTNH0%9xf z>|a%U_SSz<`%zaqC1gX3y!gLbj{^x+oT%5v(uuZT`8Wh4;Y=PxZV%JmR1qu45Y+rn zPXg?V3*jHd^d$5y`~wCWZZ-*By7ZXrGkf)jyV85#pg&do08(j4q|Co|_nDv3HFG=U z&=2Zd}c9La+~=#@{Al>=G0 zc9!CA=+;fcqMfolt%b7lol9{{k98xGg&gO@b^vi1o45~H05Xx5h)rJz*Cg7qPtzIV z)s}Y3_2*(O6E>V7T5;V`lf@*+hRpIIPh!Ec^UNr}&E2a>J?f!L<9cr`W=?d-@V9(x zBfV!Yr{32K;+^#=TW4ccDhVB2|3XWxnT9z`gg=PrJd zep6VOVABZ~zzL;DtwFy4oFk12%rfMdx$CspOIuKbb872Yh&>k3%Pt&yl*prJW~M6* zJCX?z{r5S!P0VlUe$vadK%#*eJY>&|-h3wiGQ$txCZpAAM)E{0UfF4IOmZ{@2#@eOp zH%$Tle(TBW{*Nj8^x^d?7}2l?pA`|UNf-axO0hOcE;*bgvTLT$%HQ4ZztdOv+wkSI zm~-jqq1bqAj{j`wFNYHvZrDrQ1E}h+0apSL6yY!)@5=!mESOXsXmRbmT(x4^uY@0+ zNMNO-!FRN}>o)fIG9~NQLQK2w?Zpj<`sWboH-A3oYFc+U3)CH1jUZdhZ(zzpM%>9s z`K%x|3j@*j&sZDk+0D?!Ge}>;%&dU)51r)x^KGD zVPBfU?09q@yulfo7q!8MM;vpcgV#3iB)08~EK>>eDd;9_jRd3fys9&S6PipvU^FK! zxc{vMp>~Z3BYyxjbG9~Z_-Q}+5TN=mW1RwtyMbb_)-nd1Y~wk3Vgpu2JW{c-*+C<> zi0|C?S7UsEv1%Xhk26WdR43XOt6Ne;YXuw25L0OQchINoq3IwQ{|y*=LYLg?M)VUQ z`m}P9%ZL-7lUs`5#1pqC$~O5otB!KxLFOD2ScoQFw7GBb(9hSh|6 zSsL)%pnZuW=cR6fkgo;sYQ>IZ3NZpgq0W%R_*m*H=N&93B;3^V$xoCeLIM`s`r|nm zdakgPaem7I;WWZEs0Am0x{G=;7t5IfA}=_3{j{G6h57bcG(Feqe4R2(@pztB9>qqn ziBF)LiVv&*eFHh(?zTV0@$DO09||TsheM7vbXjQcUpCq_m4(#;rzoT zT<1ZBYOodQ1+$0+%|r{l^zPqPW}YPfP&|fbJpP^eAA(G4PM(u=VByY*%P%bmh*42# z`EO&6CcxX0605f#>eXiydo9f9axSJFbj|+v-dfHk_X>9D+Qs7(hvUden`p$)7r8#87uRi;B^=+9m&+D9{nr5xmU$Y=nD@wl6?k~-YoN74HM#ag zPz~HvO%F;H_UJMox$=OEv!`uUu&QK>wZoC$e-ZKQ?QV>#4rXC|AA&NzK z?0_gm@q@M{nxlpb$>sL)bNw`4%K`bFW2^b{8Fa5_F{oIQU-$>M+h_=3e`8y3wjD7#n8^Opw|zOKz`%9!ZNIl@u8?Zi5@Yu=YZtR zE4g^Z0a)D<3NZd4e6ucs`x7H{Ylyy9BY;g(S@Q380$x1nLqOOG0tvAPbth4!k8J~yxXK7dFP+9q?s^M?O+H}4 z%g0TH*@ZP#j&3xhhjvSAm#uQkSaMQ7hAwTukN&ggvgqOp&}5a%R`N~YapOd>iKs5z zgC5r46Cg($xsbMtO^WFjZRLJOOe48=+rXJa+P4=km8eeqp&nil&!j?1XtPR(NyxSX z<q=iL-1cagx=bi2K=iTvdaA4o`xCA7;HMKM&0ZK9ndBYE6{(w4|`NsEwg zD&=~7Z?1zIX|=6|qvq~GDss%zsIt^Ws#&Lb!6?IJ9B+Z$jS|GvIe69GuXNG+>&k4i z5hCRR!YJIz=+EBHvu>yIU)plH5^eb%%br(NOo>cIAvg#N+F zjov?N{wYJ<0+(Vvpi54(ACd5}Ic|<}68dq!gT1l9;dL0#xKl6$P^NTld_{EV-kq&{ zI=KPA2q>a7U;t&m`Cvrw;a2F~UmDl2!&;7nq>Pjciws0Nj2MnU+wXNY=IV)4<}^H! zBZZpdoU_|^hq*oWc8CycyA_Dz(KZxZv*e}-deE>XPLv9CMMzwKTnoRLori{xJV(Pm zF=I8fNTs!Td32vV~krqk!4T$5Sn+HrJo=^m~ zD4}2ZYJ@?17|u90T8Hq9Af_xCk^2c;Ed1Mh_kkue4c~z5ld|PPLr*`xO6r=O}%FTC7!8EfrG(Qo_W-B_wx35=vGhc+h zX>B3k;4JETF%p&Zn9)=%VqDhoIIl57jl>hd7`&r)T?0YfpLnGq=ei9&+K`8YsMf*T zUP%nLxQG&u)6Lp?PFo7G3P=K@I)A?Y9>%mYmA-)410SZS|J#d#1zV~QFXQ%z-Cf?+ z6u^T4k_M|wdP?iQxv1@adhbTFZ>Y%^oXI1s3MnkVL>JxWT7^@%+wGS!4vzWSF-p#R%NyHs%*~n0! z9IRa-6$_H&Oend7bF;=u5MP=LnWQ6pDE#3$6kIIo>YW8XleEp(Zmj+8E}Lg}QkB-C zfPaB>^}8!y-YL~3MAUAlRm|cf9MutRlDze_#^gb#(U2o%*8NAYOgcL)LlfB?rid~@ z5~69#N64GGb9b8NNb_Qy8!s8=voFvl9+Q{x3Oc*A^RD7${yiWB-1%$dfrb$+^RWb{ z+!M&~1IL$va%yml>Vi%DnUWyQK!lY7>fG!q~c3} zit$$>lise1%Bl&uT$Jjdev~~jC;jM8eJm27WB5~i(F66C4`bo*$5{|e9u)G!_ivqX z(~1yJ=o+3oePos~y{sS!`1Z(1=(oMUfAc_vANz?<@tlRUnfP0}q2O)Ty{BIj-F2}v zsUj+9U&wNY050)~QN)F?DDg0tuS!wQR-u+W{d0Yjwz8IQx}KGBKj|j-;?kMC;mFUc zNB6mP`Bir&;QVXb7a1}aze@v8R4&1@5oebz#A=24IGaw@``ExpVoJmR9`r6pJL&e6 z9<`EC8@k|-nPhHf6UhRki~~2J$kkk?#w(_02{2#R%eQg08r$$A0?lMJ7_74(%-+KI zk(rneTiLVw?_S!qqadUO zZshF!1X;pMTGdWxr8v)SIOanYua2--cnvvunQTjfQLqWe_*Yk6tNa}|G2%dYi3-Qr zV;xOK&rdLaiqOC$Vuw6Vs|35a%hC&RXMV|9fZe?i(IbX-ilpr4l8e}yfAHbqfs@|9 z7s<%EspMXDxP+(N*vLo;1tj z7liEWgevSy#~0+2%McGwP9eh?-n3%GZtJt0wl%n7zcqJ{x*D2Dd6z!?9uNvw^ru9R zoSi}rAjFd)v*{1vM=we;3n6Sb>6z@Ray_0vInTq-x(p#2NeIg(xHK!>4 zSY$X62+2`8dk<50=QDT0{0UZP*4n51=e`x>W*rRfo`x4x!@eA}mm{a=;Tk;)AdPO# zp&6p;hir*p?%$yA+!Mm4F)zh%le%?i1tZhv%x*(#e!et-D%cSC**__%wha%ZT%N0_XPD1M?L z9lpE=MQTCsuA@E;e3CGU_#M=%V@xjl*&3&7q-bH=wnXaQC$TYR`4t9|C^_{?tRyc3tRn#@k{#+^E4f;GWDHEK1mdz{nz#^mCw6 zJ+)POK|TsRkd$M`{5ZqO!9{$RG8>?G89bi(Es$6N`$E^M6b4$-k~uUd{%eEb{j#cW zQmQmJ1@~3Yl6&iVXw&m>D?Da=$_u<(dLnGFz9uS0YwGEeWh|y zJEBCHX;^|&FP5=*|ciq|cxg=7=(7b~1ehrhdNJ1$hU${I9 z=j5#2v4Y&L6S{sZu1$#j`r-+!&xovUUPwbGY+QvnI(82xYRTs$A*gdgW1cx^q8JU1 z$$tF1G?T06l@9^UhjIchHyRTdVryaI7^Cj@e06u7Qkh_{$N*)k0F;l;;=?Vh-nnP5 z*ZdM86nZ}`86PDPx)>RRP)%Vmg0WeJ8{yb<&74KKxrf#cJq4>uuzZmWEWlnAG%i8p zG7^&RKkf0gwFbkh8;u3KW5JJv$p9$XRrBE(wv| zYx&4cdb~11S{{vEup<5T{`k6Z8d`L48;Z_9W`6n6_ZHM|gCZQYdc&DYhBX)y+kc6J z#QW%)$cCE&KQ1}Nj;ZPmQkNF<=AozSG!3!uaq=Eh&Gk5n{k@S?=(t1y5F#KzZ(4Ak+PJNXE-0aUFt`0cPL5W1;;X zKx}=#`uy53&5_D;-faVFG2dc%~@1s$r)fDOGkHu03}p=!IsEFyYT? zrQRVGs=Grs>pkG6+0%)-Vm9@YEJmZBJeCx9HT##)TdKWss>f0 z3#o${X`9af4KRQ|Db$Og_;gfZ^cqHuwPoa6Kq?_ALq^bA3KO$%p@hZT(0) zKLdSo_Qq3}yPgU=L+@?927b|v_yO}W8G~_^fAbQJ7}$z#?Vb1yedo;cYcDbl2osbLX0eCDe%w;WjZ^8r< zvQn-_8A=>!d%pO#j&jQE;yCA+pzuwa2`UR$e8_p<6etb>XDD3wr7J{zLu*Ps)QNsp z`-bgV8cF?$^3nT-)5p9dEul4ov8dw8q^9ioVlQd#)1R*nwU5qB8OQ%2!S6CUta}}d zrp`wihOF;x)|sD-&~a zs7V3YBh0eI$scYR#>kr@+5eF*4860gY`y{YZ*Kp%?5@P4ELO6&m=a1fh4RL}FTO6I z7F1zD038LQL~~m1Oh9SwmavV|TdJ)+i6SmI+^ZGLd7J3ToD>M#;m;)ffFJGncy$(n zJviSGWg>~2;BT%oOD?pkgRD7;I3@AS6LQDwYk1TqHFzMu#lW^Q;7^X$U`>;iNV=ia zG08qh5bsp*xh4~qL1zYbr{<=Qzv+>#L;3Sj)&4|EXxN{tV=LY712cg{s;8^>d+srW zKtKDCmypyaq;Oy_k$&fT_sx3#HC(95O}~(fGhf#IL@{FGgfB3dWI;G)@P8)>5nf4m zelIXwEBtL&QxdC=s+NZ1Rj(J9 z|4)H!P|C4`O{04JZt$AL%%FfoP-0(lzosl&S<3S^S(yqEn9$dQHlHPy6hG_mb2vA6 z1?bM;Lj4TQ`(uf3K4X@eS6)#Q6mUG~H#T2mMt-PMK))ZODL;&|J!r)I*-^gp@rCfZ zUKo0fvYcQ8xZpxLLLUffnQM_DxT5D&i0`q+C&Ro*IZ`_V5M4@GjdQcboDVAKo6?lb z!!O0Kr|g8Qv45|Q75Lo?-0IV~RAD9|n+tf=wFV5b!Jo6o%e-oye$QdNtBVn3{>&;; z`Rw^u?$QU7Z$OCqbNqF6X}k3K2Q#-fJD}Y3gIauPSBxCzcYK0+ z{6_Qn)gXb^&!UvUS6UmTv0iLnL+O3h!akh)T6SJh==Pk=@xif9arLAMic^MHZnuhE zdN(13tkW{(yKX$XZM;HXYgl4vFA=*4XaxP$NC}i?JW7I9&}2-eP$b4EPB3JaQKalD zf&Vz6=!EX+-<|rE6y8xx>G=1QS-;)x12Rve+>>Ee#^mtVr82)CN=(9~_qZ5>!>w(V zAI-MFP4&!YZ!6Z&Y>yONmZ1EtVP(FZT(|U2Sgk)LS4#b?54MEn*9;y%HDegRSgjca zSe36gsaAw6gdl^6az~<&kl(V!i8|qmZaIin3B@QL7B%grnBy94iRYMRTK`ETxbR*^ zXD+#y=J?t{*!l*S)UiHy;KAM0`7GGC?T+4{xosyT4c4oS*=>>vJp{FIM%91qT7{u5 z`|wBQjq?fNo4oLsj6mJnMp|ORr5K~4`gGI}e7&dUm{bU z_3b4NftruvrNj&56LNMbD3kFllgCEzInF|vUS7=)iD33I^7jtM`Aw-caGwArc@|ae zX*`5lFQi1&iHF_=1DmL$*h3v* zR6K-C8 zZ8X(k$azBJcEH;M8eN=&cAxe{{m$hSEzM%IJlF9#P892^AX;Wd51R1e-E6%yaqSGaJsWJa7spE=Yo0*VbGBZX}T zfgOX0pKp~v2Ixhb`=sa}s&o>dV3ugXt zP5(Ummv&OygtZBPq&s7Q@P6jM<=0(a%lAziBFN}}?YJ2oUXG=OHHZ+o7Wn(m-HPM9sr23jJ_?`db>Ss$Uxxnw-t^#SznL`9e2>z)@`dzyf=5AD{om1l=n0WnHK-E;7WEG54-4B zC+es#+TIe!Fn0X*X?s-PHb%(8e^JJQs>YDl??9O^tl`3O8RW8sCs;cvn&3oZNW&-~ z7h-ycdb#|k`Lsqh;@f?Rs;56Rxt{nsY`Chx{Qb!07+ZF+R9Vum%gng`dl09gy_qcQGaTp3#f&p*jIOX*e=%yA#zbL zV!Val4X8K_gx>Cj;g5oX-#-^<(G1gldbXXGT$odkh`L@1T z^RfW8{X;TU!%FbgMyvY+BmXvg>L5{1&{r2CO?3i7uHq>FZ5F67JpJ3kORKJZ0W4^o zJ5j8G6Tuzf2S;hjjhZ`uu=$ej@bCRVe@X(KR~JC0rIaz1|iccRbn>Qr}gIo9&0y2#ba8YWYvR2=qI4V*>O zoRlW6@Dmq3NTGZ#_cj5$cho3?`Tpa^TXV-wn9oonAtxkFTQY$g!9@?c{8WRGswOt6 zz3dE+g+DlP>$B_w@6633ZgqIcg<0Y0o%lGtrL?ky^E6V(dZ`(+@sKu9@poqq6-mxz`YJ?Q1Jju_DrDsdXx&VEuJ$rxfFIa(qcmTsn}QHpiV_UfNfwdUBiLhsak zEpGWduKDLH?96J$@8q9#DON+>3Qj7YzZ_8LU?e_~-Vuw4hN%AY1z>Gs>R8LpO?#$g z^Pd8tCr4-dQu%y!Dnv3HY1@1aL`Vs2<=mYLGxpl&%IhLG{vXDv75o7;!9Izz&>06^ z7A)<-QS9FmQ)r*^aF?H#lEq&6Boj|YkK5GWbddous>gJS?GNHqls(?^iD3-)StQXt zG0RU__sy9+_+&0@DcLUK$JgjX>{(^5QU(8nqs%L?b_}LlomoPL9r_*YV`2%%ACZ}_ zL0I+1TY~uZYX{@ka$O_oJiYtm<`*Aq>P!KTW0kG_Ym+E{Q`L(RQA|nL;UTb!3we2A z5r~%(K0PzbE?g+XmgA|F!rRsw_m*82Cjn6wX^Rf`^xe}8X41qd6REEZbyQT}e{8?= z!~JIHq&b3ULj{cen1a@y_%Q;(oB*F3jW$7#(kwh{dWOFv#l z1%vs@Uo;Jj8Z&g0_kqDvU*M8JzfXVhi{~gO>bnzn4w6vn8TDg;C`7&Cz=Wq){NxK{ z46h%KP9dy&)(=q|+i^KJ++~hf!Dt&fsImZeH!UBr85J4yQglrWY)z)VP}O&kVU%J- zR6Bp(MgrLY2cXvjcDk%;fn43KhI;rg*@x2wV-XBk=K=>~y~vt^IHd`BJM@=;d~|l?vw1QtWqCLuKVKsR!Qw3?fgaKN|z{b%o}4IK$OV!Yl)ao@RCy7%-LO zXa%;yeQV)7deEA?R_oS%DwuqzAxL;K<9Rf?SWT+<@<*fv86V3D*sSc4Wm`9xcDgTy z-VZQpF?vani>G?}j#-8SH>v;^)D)(W?%8{Ly_-`xlbQ4l{QRsJE?YIBA?I*rQX#j; zaCcM6N^VXFRO?6B@3_pdd={PQQA*r$^=`x8Lfx@RN2Pn*W5#)VMVb zKK%p8P{)oOt+u9`S;wKShfFR^LWLm{jBDXSxI{B1k`67EcM#vP0)|7v5)# zgl(H%u3HTFOHeh1<@?lnZ>C@s#E6sqEBIGqrkwXr%NgjYHEybV?H;51IW@VSmT&9- z(hDAz?X~Ek`}2pfH+XE+?{`Ykdu)vi_;|Z{@M|&O!S3SM7X3xn?lm%~g`@8DKv-UY zkmFAF4$9LHoRgfcJq%ME1(Xb5O2d3y+P`CG3N-4#PB z9eB9MTl2J*@3qwi7mz^A0cSok#o@0J(cSqN^FDp zwlWG9Aw{!J>RXWs*@Y%=l3Z_9j{;V3MK^F`;|CaL7?E_tm}OpMFyX7U4ZM`pYBUd- zrwW$4n^bK(S07+Jc|UQ9PSD?E*V=~X#Zpp*4u)J=yQH2fOS8oj(j(7&++-;Y25mIK z*yP4Hle3$pG-I<|}pr&Xm$&f7HDt7Oo>F_F~PPIcj z2o8YKfn>b8+h*9s$z9kHJ?nntxtSBc*vbg3vz+oV4-|YMxYeF1P0)Wq`4=HS!DLpf z>sWAauI*Qf5qCmN2CH%VmwnQ3|2%izSI19yFs^)l+t1jdK#J#q0rAbUP#cyk7#`L|< zQFt*e&%*Vmbbi3G!!tdu=Z1>|-@s(zWH3%3Mt zwC@n-=L^+Np%>W@^~=vxS&!KpI6u|h$S&2@Hd=0m&Xzw(`Zd|G@0u9K$vDm|RdEk) zokqEFk~j%vJqr%m{Z|HFerTzH-j#YynO8NN;R$g693FCy@eit+6%Z~l2vWZQ{X4?` zkLq-cP1T5jr$~g@Fx=_NzV=%(mN5;jMyWdG6LCP}|5gPP9Fu}y`}YH>iiJg)l4mN6 zF^_io0Wm=6*~mUADgyT~Hlm-i7A}Nnp~NhPMF~Y&MArtL2}6TKka3T)(Rz+y>ejWe zZ3E2zjP7TX6ixqbmeKD|d23jMg-pvD)@vMk3=LlBvkgDM+Q1a}GiYrJD8PX~?{@Am zUlCndw*nE7>n@PHJ8+LI`W4D*w%et&-VkCHMDh1OcVpnF=t^0=yr#-KjX%$XOq(9> zE@?u($ATw9CAfdw?Ci>WZvDD;%u+_;6N6B%xyx2l^v!pAuUR1zEi_ z071&KW%pVNiy#6H3(~|PsNpatr0Tsd%#%fY{8K2FXUk_a4WyU}Z>pTo1n{m(kC| zkKB0ouELXSBA6B3{A)%vttGYQc*`+H0N44HzNsz+A^Eq$iHv(=G{zVatH11-S@N!H!hI%^gH`HWpOmuNBuh#)MWFy%OfNEpF4JT_4c&`l>$f>~3xKeYss9ce zzZUZbCgmM#Y8LuE`iJa&*N9tvTYHO>YL{t#z|*-whYk~qK3}@Ni(He6PhX`RSM7N5 zWdW=Y$-Q^)B6pthICkZ+S(yEZPQ?#=BD@%?iwHo*uV>cJ;tPCL`#v)a zlfT`Y;Zc`JQ0Nr6U_ps?)h&oUW~TCmKY+1BTbEou$OY?@3^G4a__K{CcZEI=m?r}p zG8;}MY1YjAfJ%&|4n8K_?C;JWB zOgF4;e&agPSuNUBgW}@;cHh(!%30Mgb@kWUByf`!YzCE<#O~RCW(15?&5n84XCHmDuOwmg7KQQ z03IT9P}39(RE)MCXHQYTVgt;lNHa!nz`z#&SumBBsu4yy^u3bawu0Oz!X~I3wXa~>IY>* zAzJ97!BXd&(8T-DIOUt|FJt7k7NCspCP3&`lgoe&PZx7B_=wQRLzhB+USLOSbG$5P+7Mr=d;I} z8W`%^UT)JPdX4FrI~eDUAoVE*{a~ki|K87iYoz<6Ofl|;v-Sn!b}hkY$9EtjlGuzH z9xQ!_CwI$`8jKUfnO%}5zGu+5D=Ts?Qed@K+@Ug{fiyvJ=N}n|4&gnDGUUHAHs_Hp z1&HC9Y5;O5l)lhYQ$_fAjD5IC$ZkMUetkIKmddo)2(O(Q$@!83R#tr~`sLBQZc#)I*n%HN%lV(Ra&sEoE_f~;O5bF>M- z64Pxx{g;0zi6!9R)|nyneK5oX%DcQ{$yq5vr>tXRQe*!F+C^g?t;GxRIEmaDcfS|- zbzLICOKa)*Uf`cTy@CHQ(_6oI8hCC}shufIC$+`GjD*(O!5~x{H$=uI4E)-o3B3bp zmfS5HycpHFW>kMyy4zmEMHG{z;qd=?*2qpai*?uX%C}El##@aK;JiqgM=nd?e7G}! zYAC~6E{9c6mP|vRID4xWxE^j}ixiUOy(_gIn(5tf)!H<>+8=v;BxT zIlANYL_&oV-$2E-S8#mxF$aEH4W}u5u3~?20($kH8L$*g><-_eDYRp$1wj)^Cg%%n zaVm~gg41xzQ#sQDYMF<;k&mHTR|G#`zW?&ev#0AQ2+=%)WgqjsQCYO1t67b_oRQFC zKpkmM=o~W~X%t`;wy}QvB6erY^0GNH$$yL0%zMFcv;LhiFW8}YT2hHsF(6*2n%4i- zus7O~udsUxlX3&E8Op!o*?=4MXcSCpaABq|1XMJO2B}hUoFWB-LxFzO zt5K;np%ATkK}tlBKjmgJq|J{BkGrX?5HRVY)x^c7wGatyYN*Di7t$;_UhizrL%eyE zYMoe5-$qVs^wcaXt(}47rLq2})+rw<%n8`Q0VT2|DJ`N24CEU9xtt*(32wIz#1Il8 zg6NW4)bZf0*%C8oy&y=sj@7i|Zi1VZ1NJQYD{RwKqO2-V^A+gsyx+{eaoKi<$bFfa z^-d7KRI^K*lG*;ujrTL5(+OUPLa*W?I?OXJ|Lbjm`-1Ak;m|=Ef0tbY`x-f{RZIg& zmB{u|h00^kqbQrWH3OGuV&*f?1{L30b=D>yvlG$Im^|fDb~)86DXh-ewob%48*DiL zT9WODVDhiaq|jH7?)Awek(-|Qtlt;?73mhmfK`390H=4?AgW@J(tNSge2u|q90$Pf zOuX{9a^0)wKKe`%3!U#oePIb;cr} z^SU55IVe;rZi#L6--bT1L!Sjx8`&HGI#W_Mo=&>pd&bCe$07*~uDh%)ybf``f<0bv zoQInU;q1xgtoT1MdkA99w4fOUaS9EkY=u>Pc&wc_g+FIm_9 zLtr0W4sM8F#LXn(B-YfZUDiN@8Fwq;eJWo5_NCTzQt%;-qFQ|`H&Vtoj3zTV98dj} zUX}f9nU>dxnRoHCf_1<>iJLV2Ba(7Ahz)Rz%#G6C;*oW&^ocGvqPOqU7sbJ4A)x7u z7wPeHh|mr<4W2XN91Rw=QJ^$f)!u$6$Sr##+rjX5@QnECyc*aNA|>Uqdh4WS7V6Ae z8()-4UOpO_ioZ?$J!%-e6QA)B1YYUL4A;)ACv%p^3IZB?6QNFNTqi z(olXAq>OV5Gi$nYm2+Rl10qNJ9y#S-}=y)Z z-MkFF1`b1-(J#cP(xuDWz$ety<>;F_i0paptvV(aa*FyF*q-_Do$D-` ze~#6Bhu3FF9|ayzq*DbrBXjIW*1mLd+?<9jd1qZMqz9-v;DSFJdsF@*emwld)97kwOV@>zIiA8nST1Fih8Z?O;34XU0`;8^2}B;J zoxxGwcGrz)eg-&Dos$F^5FONhH$ziKmF{ui0V=|GYRUJ2s>2pQRS;s_zqSvRSFD%r z$>Q?xCus@AgoOHkPq6yw-@3uSbHjgV#JDt<^TF`I4#GQhc5|~=rI6~?wD5$it4X?v zR=fQLEqBqI&ptD1Z}jIWBIEnoXYu#XZhj@aH{JNRP8}wmyR0vZc&%qXr;qh*kzz#_ z99rHS3UNIN6d@a9d(boZDGKqO1Yv&1P{hQ+=aScij3X3-2cIu-g(WynlQ|%9y?+J>7aF8C_>&X%uw>~d} zv-s=eQ*RijxFWSv$5k^FWaJEUBh$D#g%RfG0bzFmPHKf3)>_6a$Y50oetU`zfO1W= z;F%F%t4+b1_Yv{k;ON*UwfhPPB2&v#RIPlbkXBSe6BbmVodraV(*e}}Gs}}l$O51eRqh z1guAc?-%zBl8I`HmGnkz77Mki#N_VVK0y>c!t8EyMH=h>XVZ?_{w(2Rb-V2B*??09 zs=Aea@RRl*paH4E7v8TA`-X!j~Vp58)>`m5t8+H#a^H=jBbTEaATeYYcBE z04uqhECGW>D|K?X3%^}3YTkb90a`--f&fhO)4=>H?%#7=G~l7>yj$jh0n#m~A6pP&i0|m5y5CB4hy|sF#YS*gCr!;_VFD zrC8<#!u>n79RbDLX5oYsRR8C&dh9eFqo4M!_lz>gXM))2D9>@F&&4Wpxm1!vD~jiW z*z$A`bK)hrv@U&95Drb(p){bMY%l}rF6q_BUntPYmrUzuUI3_K=c3r_2Jsg7lKFxz z`9Q{S)_RUiz0=op&K8d3YikAuztem({x&feT-9(r&MLEh5?qyBf9(j7h?;2!v>I%< zf)I^IR}M`V=j4#IWmgH3$|^~~7cd6-;dqlyG@}n@!F7rq0&q|xd6UW@m@m{AX8Fi2 zg7JpdE&G?`PbtB_!MJQNB|xa*#k`Wu`~{Z_lAe{@(Bj6z09^ z2L(Y+TJ~;=I{%;yLQ$9&9$p2a#S=O;MNSI_g%Y7i+IWfaw3U)K|tT=-6MG-tzw7m zvV!nD4iPe1k{@w%Gr+S980n6B{&AOyZlJ`fQLPAR(iA z*vn57@m93>r{d+uQ3Gr<7d>E02jb+VRYt3N{-Tv344i2JD~wYr{}3}Ms-VC}3Q0SS zbuuyp9%cdi9pJsM;rM*X7#cWUIJqvjyvL!tHs+e3qQyav5)2EOD4L}v_`l$2z5jr! z4Z8b;-iAHWa>3&b+M3RhYDgcKaAg~W&_Z)tP9y${f`g)NyZ~Dg)sX8mIRtfD{DHKQ zwBAV&CrVNt;T6u5CaWzR1j8u304J4J^CCSk-5htyZia_@tT5FK^QH-yE?Dawgzcws z*bHwoYyEC~^+EAX=pLKacANE(dOMM}zO40Nc-?hD#2o=C7_i(2Nf8C+Bp~<9LbSkw z?4|YQGx=5ccDglf8t-OPoDVGywL(j`@l|B0A5>&q3l z193TJ=GHIQl(1G3Ogbl??&kfG{4AXuiQmz2@m05#ft?NiDF7LQb^6S|yO3@)k8lQG z-O&r(Xs`gmE^irvND`}uGPXi6 znCSJ^cM^I5We9<)D%2qxx`P#Iwbnj2F9K$JkV8a^6cXpVxY?ZBi%Sa>x6K`ux=!VB z{I`)q(eekVTkcl$xeShfzynLmKRGpkqLGip@1Y3>D9@>x^x({Oo5jEFLB|NNll1Wt z;oF2w!nh*+qqIO-oGPh4y~()2Flyuame>7SS;JUX{IH6hd68m92h9f#!AbKZre7I9 z23g=oDYkq9ATnccf=_iWuf+vjRZJ!kiOzcV)joUiI2&r;hDE!z-9F6L|g?*>^*xxt!WI zkfvv&T>2+g$Jv}UEvGY%!9BL>n%f~4VbJ|T3oSLl+_kV%aiNP8D8I7srC#&7*C&ez z-@Pw$NjyFe{YB1tAn~?+iHv|Z?O7@2K}@KPn$P7J;&);usmYy7aJQs^(^tSCdj$w0 zPjIgP%SB)NK*%%icElr41vO#;IK*g_6a%6Ec6i1NfLcyVXF6kyV-W2ZfpWNC%y8OW zvgkw@njgxQB9{<}iyV{etMr6H7uiX<*5s~^fmB>_{|=A%RXmSgKB3U~Z-DmV#tjN< z?Z|k>jsFZ&es?!Qb?x0pIa5Hr2MHs@*9`yq6g!OC)8aT5G1id%UKx;{(r@Io zlNK%r!2BFTkG7^~4v^94C4KWy>JUY2<$K%}=tm6IJXA}GjCh109W+v#etIoza^XKv zCZuZ@Pq9=!60;4ATjF9@{CxI=Oq)4aI<{oCW%r|Ka&C{lIWEuqO%PGkR+^2%*)Rup z>g@BBL$vQf1QY;ubfIqGbTu5^mmc?hSHp<4J8`y|$2)I$!{YXiNA0o6Km%qc9o(Jh z{*J;u=+_2c4RtGL0Pb%QDMlyYzq^Ep2#$?90_lH-7&LiyP##kpL7TONP0RMIYnDdm z3t?6drlS*;bG$Zme+!wU(xi>^X2lP!kzbCG^Y2s z8>$WiNWkkw;WE6)c`^q+83hV1Z>>r*1folg*0~SI=}hJqyfcKA*dfmlj6bqALQ)#z zI0x;FgGuUeiWF)HS}kL4nZVfj$D&8Krq|Y3Xs*{tb(E6;Jv|A)o|{chnIPQf^UtL{ zJDMpXLQVG1H1IsnF&5{F6ZS3>e0aJHZ5L|IF2}Kk^<5i>L;8LW~gfAI3f{9_Svup@!2zqD!U#{)g%=bl{PSEvs}k)sS=rI zQn@{3!hH$4u!R|2>^3Z{!(zF<`GI_X{->G*%=YM30{p^>R8md!4`=yWv%Naq-9AyP(_*-203k42m_BH7OI0 z|F`xHl}h*^bzRk1|G`}bvyeVx{|21@_^%L}KmqEuR)ba*QP&h6-VYJfyY$x&+-zOO zVJ7!cpSS->191!e^`lDVe%6LeObQl=Ic?}S#X(zEWEOf>HooHegaaji6PONMrT|p{ zs!!(aSe25U^5`!psUx3(C28|Y6wz@`p6vsuuj9{?!c%&dztWxDeLg)BMX;;u^6!Gd zqsf$Br#$~ky`U`XVm40Ml*mF6{5rXQlVOJuSixCeeIAeS;ZQp!TT(kLoV1szxU;8$ zCkOP;8!+8fY0<^%qGX@*o0QH!+u}p~z%)>alF8dxJcy4bNn!ah7DD~rU@8vG?`wwQ z(jw)Ytl-ybNHKyRnmzbRq}{M=(klq?{pKA z_ob9{>m_qNV(D`3m`Jae?XvtuIZ6VBhPyjWW=Pxt3{~U1TYOxe;USNy2`o^EDD77( z#f!mZJ{4=diuc7fWYV&cHIOS;Ji#ca%HrS*&T_a(q%fzSI4fTGZFDlUZYrVaIu%er zH)23@!vwQ4DO*eM4PQynXP_s2yg6MhF1C{bXvZDCp$PZ!yvN5p6xHk40c^!}_g$uv zNhD$mVT3Yj%spoSYVC#*Al)1NYU#zOX9s=WK+`N3;13^0(zUYBtA8+BasYl8>iaEMxy zyJeB5eGmKX1#y0EXM1Pb*G@%jcp5jh%*&ft`6xcd8(2ek3587xOv_3kg?w-Eu^Wj&2 z#1`f^2Wq1z?|Bw!;lCHzO%DuCtu3?+g79hW-oHWmswS5#bYYoOFFQel`P!QpwPv8S zJ+(nfjG4oZo~M>LlLAL6GhM=|v^;LDhfDZ+ZH25r2hVsD+;C+|Yodm8;m=+I+L9xg za^-<@SkxvEW+=Qq*-Yd6lahl#q@!IPg_7V$(^{+tk;y>mYygyJP%|M8^RCXW2#(Ca zER&NG)vY%-92+8so;^VhqO5LXdSK!wm3 z84a9C`Hpw(9NkN=V4&Ju{^q9`f^a6h-njkoWxEpKtyM1!@aUxkTTug}?uZiNN6#ko zi@N7v8%0_Xm1(IZgN#rE9m!vS%=9K->hvp0gcC{T2NZ-OV;rM^N~v;1Zt19jel~+9 z)Aw9w+_l*0yUSVb{A6`qZLn2#1u_7n>Ch|=p4OolKPc(7u&$jgAuypM(1Jx{$rM>^+WB(Drs@EdcqfKc>OUSB=t6mf~{fB8Hh7t(J|@EA0zfb zpJ!8q$Hn=;bq@zn8Yrn@{@!Ble`LK0aUq6Ss0sEPER4(BZ|iZjJYu+!>ETX3MSif| zUhmYeD_2^#-o){iaFpG~dDxza4fk-;!x3IomA+kQpl;Lre8zg=Ce|^N* z$t-WII2}GBve)Ls3$6Hale9#~9W7P@G$H zgEEG6%1Eced-vo3gR#V~+I`KjLXT?*=rWwSv}hO~)_8xyx&7FjM7Qi^~t zvtW}!&&kuE6d`18kjuRwPpqlGp)lW0j|zDzmU8FNzf}{>91OpUoVs-M)ejGVI*s9m z8`{iUi@m2Z`w1f}LFM)`pK587H_X_cdhZ9*J2&`0TNr$*B@%+|eqog1WT`akfpHvq*8g-4ns%sU`Kj1) z!<AE<*k=; zt_+X;)6YoXkNkog{yjvE1wfv2m%X1_{O0lxWhwC9@^@Jtez)+rbkY5#p4Ffo^f@LQ zkm!2J5%I=kmrwAiuc?G_mZ1RWnAG>lNGJP~jN;I;qflu$GA(9Muzt(grCLtptQhlibP*;*h}P(l=!gdtY^ zcH@9OZOQLrfYSx)Cpe!83+o+hoSzbcRQo}EFl{+%xHRBf=4&N5k_7R3q%I8>SwWy; z)bUnBlwv*%^;HiF!)5UDH8Ey{^(KmTmKc?}QvR%Ge(A-I6RumBc#-fu!#-8PF#|;- zz&mnOs*-?j@zy(S^Jv{FO4$=(slphMl2ol4)Gq64wK-V%2_ovx8xVV0HAXq+3%G5B z`q3mIa91~FSaUwuZYGg2AAR-B$misG0?^5&$ZCF{)E~zG*cI2ir%poPyB?gahjIwf z;2lV0Xo~vzl(`J)K`wVM3T9<5)gkI#+Hry>ll{myKo$vQr?&z0XhG^|U+9Vm@3&Qf z4NeF6zgEuuXk)tIT6DK*J2;t+u;z)870);def9;`I*4NF0#S2kyFbp5Ghag9WolAM z_b_UXLl%Hh3Z}#uH=P2oe&6+ehHFOjV6f!S8^^&$f!u|9>q|pnvDxJpDRsS!4$4+< zev5I-wETDW$MvURyMsX(k@lLVzf753-+t}J-)uJmmH3B}KV|EPW&$M`?N-y+nUy^L zlD#$g117E|T@$`;r5hzXUThx6L@x8Aj+A%Ki-r}yGUGPe1INx+ii~c8GGK7bvt$^2 zYw{H-)jBq*vA~dA80$fs5#c6BXpycKDA7Yc!1U0c(ckzRn0NQw9N1$;qc_B^A4=wy z_lhLsw%OJl0dI-OL_gZp*b^8Xj;t;^|l*=v~f%B(fI0nPiYdR-#Gc*EOh84D;N)XmnwxQ-=TVDC<$v05DD z{)^O+N--j3=%H#hO58YQ2ap^r0 z`sMZE=N;qA^u(8npYBpXRv2{7831AV-M>NINj)(~Uf;KYZ{c|$7O|bul64Diq++VY zlOLVQTAy)@(K&yqxb{(%+G+0zb@|#iW&i&-ln||9XUE5aurSd`LlK~T9R)WX}?o8PT&>~g+Ac%jS*m5ULjAL9VvKj=?-{Y`|0L6XZ1 zh6R~|<#?Ylx_(W8JOWWyjzkIV9j3&1-*HlnU8O_Y{utSlt2MY}Nkx^>8y}!ZTM!0)QHVkl`;mn1)r6Uc{2ZetK_8Q-&(*7+bdg~viniT!) zF^%ZW)srFK`RjlP6HGYG{#C#p4F2s*Evhda11xZ(r~3Q#>tW|bPNT@sn>ox8ghT&u z*SZr!#wKw$ha*EU&@IWA<1Q&DUEUzp?SkWx;o^(sN8j9qbl$gxn-p(cgq}OOHh~fz zFg1hD#P5{?WBR8??$hUbo;{YDe((M&n4e)b5d%s8vU+oIU)yrWTwebs_ny^#eng1}_HCyG#3dD0VvV z&#U( zZU)f}!m~n+uiBOY5n;R$du5Wom2dwJr)$)_#wIm+`Qb`a@IlVE89*+#H|WEDnw1x| zgQz8c$HBjU7TX#7=c@HAgd%aru=Ku!o4OHC)M()QXM!*$Vwkb*ine8cW;CNMro5E1+ZG$OmJ3(P%dergo zOz4|!#r=$Gc{-E<;~mS-f8iQe#>UAx{edQnj?bWJUnx`XYu}1hjsgQVvY&6M680$j<#()AYdVIBtb6S+%JOpF-yp)n zO|ws>nN6F4lJ7Jqox~WDcEZv_Ugih=A;v`(7Jw-w%@J{P zGR``xNRvEUK*oA>uK5?lSJ)wxyDAD8mRQ5T}YJ zs8_4q!;cN-qq8mktAZFV2$*}iGWz2Ht`fa&a|mwl9yMR-U&xQh6&(O3!- z=Bcmj4Qk}GH_oA7Fbl(hyx?vzZfTF&XNoV^m+YRC=iKSP5zZh{J56zp`*q?jjO{nk^K1a zm-VWwGC==`>lLHOcVeb-=o{+imBN;OFz4m3t_HXp5|mzm2@4>a;)2~3+V~uKEsk;%YcBvw~vskBJmhKph#`iiOpWGW9d~?!vL=!1WF3#dE4}QzX;2@8vgv~TW z^^Q~m1hMZDZwg}h6tP+h`?$#a<&phC2Y=RJV-VFWo{w^}2wOQ^6IgQvl=%!|(BAsr z{3FAN80X&xDgGF>ga!k4i%W^x=r-28MC=P~R$129`jjdx%sa>=Uu<0G@f0<@3A@)0 zfpjMHn;7*uP;b<)-W=1N1i_R&Zr^jo^{`UT1(Y{!{tPIuruz7n#~1%|jXiddtp;d2@(Hon*U<8#wSd$I~Bn|1RxQsyySk-zp!OSu~PoF=4pZ?i_YKTU-2Og`iR$_S~@jZ2uxZ}hEc@; zC>^|zL^cM-bkY`!HY@5~Tk8S+pDX2M^m+9|%9}uEMx>@G)z6lzA`o4mEnDMPcMfYk zFd|i`bNMqOirFNFjQRxF|KpZa(mcGj7oL`|M*7_Famaq`b2s#>nl#`cCrr8gK@D;9 zVywEI7(271YIRD2A8G;NnNGS&9{i;w{IkhN#WN)T?E<2O2c6o;xC9uv4^fV@vB^Lh zVR76*v@k1ns#`taCyAXoPMy}_@&B*dS_e=$z+?hQkndkZK%@Y6TKMT_qS^KOzS< z#?z!0HwXuGI*VaQFt9*Fhu$VqaZsup-(0_Jy2Gw=m_Mfv=tELH#neMwK8X7s0C2;o z`S@(*Y{=gHKcc7N|0nlHeElya@ryA1f#*aT~zc8KD1rO1{iZXeVd*2E6HdpNf(S@+eG_F4ibz1@wnPNUiTx;*0cFKG6zmtVq zG5GlCd`d3fcx|HutW*-nyFE$we4Y(3cwZj)ax0y?E;BW!?qu9k&>fb#BbB8 zD?&my#o!)IfK^c57cx&pq#bbxxJ^Fh$UZc=`cJJ~gFC&b?I|ZO91VwmOzUq{0aymd z8m-;W2@})J`r9{B2WE;V1=V^ye&l}{^0otmy0>rS_|}$keamog)|V z>#snGK}=gcSM0cOK2KA0NJkQ8jSO?>N{WlTka+f(NYf?7yLe-aAYB+V&&20An&fH> zI_Y=tjz%fQs_{4SaH$KFOUIFS110R;!`j9mM{#%xbUZ~qU7mKst1DY<1Gv?UuP!f_ zes_$uzAEl z$UY~N2_0H%4#L^D#(->|KD^3x4;W{wxZI`RgrypZ_}VyY+)4x;kcU<7rwy zc-$wcc8mx8^(l##0R)Mq$E@lADq_mtd$X!<1F9o2DZtEp;1HdHO#U4+dD#=2CP3nW zG+lNTOnIVc{3^*3x4uDQ)yw2>yWaF3s3r3p>)XNJa_{aC>RZS$R5wgpiYCNZer^2)9cki!;z( zeSUMn)r#a5w5_Lg(z}gxx>;2K)4b8ywIg*F?9X`UH6)11-Z zHpz_>ptko=1@O13K>_5_sEIRAFVU#W@zUH#EIW{L*3XBg9!c0K9KplTz_ksu6s-7g z>XI=DFMHj`oVWeW#)_7Y+-#v5sO(S6K(ajk(FVYopSNxCgKsfMY$sAbdLUYj6>n3c zxsY*lhYH=YMb_@WeQ;&))0LJd$kH0N15!e0K51kU9daGqWbBuGdTjo#S>?a#k^!4= zkOcPixB)Ya$higzQ#|@E{g%=8?Iz~gj7LU~BqWUp#Z9!RptwKrfn#^?*u+X%utj=@ zUVlux+U?J)dnEZ1twkm{Wm3crD1p#b9;d0CPM*jzNttARzbHF_LpX$5{q4~4f6kR=6D6(~i>aFWWtkbWcqFbz4An-o!5%7Q>v6{_clH#$&6FtV^t=$I#qHm;wKEfq?Bb(P)Ge`tq&pp6)MxHEtvNBaxK**N%Ey7hg9 zwbR8Z4(UVkG$!vyHR&kgDM)rP3HLg zXYf+dlj-|f#0Bs>DG-uFOBj6328O~AN<--!W#s=CH;m6k| zl!&V1x=-MR_XH}xnx0C#>J?}KN_qXjjAMasHRB<9wR+F8i_9kcnnO-(#6za+VsxWT z+CJ_XH4}8+ZnXZ-hlj8BN*9>fqL5cx>LfBPN(D{4Klyi*mR;XoHSb6jXw}0Z$Cz{Mt7mFL1YR0 zUYJl^PrzIEKbxHSQT_bLj49we?fN$>T zckjxAAdxthrCR3OtsuZtTYg!ZeH)=!-Vqytr{W{I<$O=GB^R1Cae3ug_*)5XZ-NJf z$?8PQ8cz6>*(OFlc+|A0l8<@BcrQ;3jKMuB~G}D{Y0`hM+39b+N8cgjtaU zPuMU88UKmzcuv0dyeQHgD&bx%j<%)uO*FW5Bk63wclD<2_km2Rg}UMpStJ#T{kC!) zDejafcY_i2dV*v0CDF64H4n!Zz-5M*2V(1qq-~w^930;jjBx9k?a>{Y&;1dv1{N$S zB=EN;-)-v23?8Y8OiTex$V>qHe>|m4mqw-?RAYQue8uExm4<*D*_4jgv&dD6mvNaLSGez5GQ8@Rb{+wyUr^!EmaxB>ci3xp4c8=o%%G0s9b z49cL8w8q&mHK|kpVnX&PeUdisW9^YX^nP5d+jNK1A`p6+{?>K-o5pBy1g-KTv}r=0 z4TMfRE-9WwvNZ<7u~!~q=PYY0EVeTWKQ~I8+GV^TMkD>V{F~U5 z_j@LGptDw9|Bw`~;!eMzj?i8=()ScQw>lC+2ycLPx(Is{)7YB@ugG;B3uD9*D3I;3 zf%KT#`8#n^s|mUECz*9MoHm`0uTp=d*3X{O4gjZjR642Ey=HnZLVM-P1^SF&3xTU( zfZ2l@#p$&Tj_Pb6Klz~Fq4!;m8(F~Lmx!OYwW-x%b#^2)q*vA*s|#HUn<^ZE;nI;S z3050@&=Ff*RHaGbY}{JpArTrp9W-DU;m3fO7zpnS0AF1f0-WYGy}_*@)FfS44uB}b zZZ!Hb%k4BEFuBUWi4st~n-ouLI3TTBpqvGc99W~8@7exSHA5;v-7*arU6M%kq|f*S zuNI}VBRVOr{R&1mMULj*nx$NY_r-R=eMUh{F(sURhYLKI z1)6V+VY%ss9y}?U@3V63tsrcy#4*r_R;?6|0F$fwASkP=K0=sA*kpDp0j7 z?~=7^qH5EN+2N7187DJDl-uz!1<`q}{*jcJC#W6ETYj-+lAuT#TAK7D&ld_SYm0k4 z#rlnztb9NgG%ZZMLTrbJN0fy zkRJ=RZ*^#Vd3V4EIOD||Hx@77RA*5?_IUGESxdEw^n$I6B!P!oN?PD5r&nLVh=-J_ zY2wE)sPyG2O9z}M;}MOYRaUU|hhm~@i|xr!`=4iK029#mV$da%e>56fE3eaFkY!Dn zM*}7w+AAFLQ?%bFrCQEHlEx^r@l^*vOx}PGF{t^!ATY5S%dRf!=mO6Msg~&dTCQ?U zLS3--sZWJEM){K&ZrSZ>DxE|*pwe=u^!gTy+fOi|f)U%2N_JUJmTJu6Li`=vBfq97 zzE%YoLpo?f&bnqb@*;^JlJ)Ht}^nB^|y8XGDFo z$Jm{&$s!{TTWyi@EZI}V zY-3ptj;@^&j-)Y`K^B5E~RW$7wWww=K1K5FGG zTr)q_g&Kgs5no3lgX=Y>YyASMl6Yyxac-KW^KjqtuoYwWY$q1QkHN0g<&${s5cux>B>cvz~B>ECxSXfT$Z+zyU5KW^_O zQKqM3{WISN5^6o-{2F@>$RBg@JSj)5eL!V6NQ_5{lU1{{=?l4ie2yeV`3@V=uH0Tb z@U>c4`OetNG}7Qt^hCy57)`%EKAUf1tsi@0Hry`2&QrKQg-`g0s=@O#K$dLAvIH0z zC^kM8-IHavQO$}>2c_~U?)}y83ao*bRQ-11pZBqLsywVd#=VgZEQaf<1a7 zjFuaNvoUqMMB|-2g0Zr?(w>9Z&UXX`{C$B-1*G-9Y}xJA*;&RD=t;Z_VdQ9QHk)4{ zYT5#Ci!VEYLVcgCN#>ayh@y(e*To|FQD#Uvdir$^TWz zb*9yrmW1db5#ys!Cn>Zg$-?0JtE-J|q2fZ5q-EwG2lV7ozi)?4pv?32Cm&w?rGX>o z`u5X}MvU-&-|N>(EB^Z>gb;4L`}v8$F4(LmiKK%gnvyBF>m9Q802Op$Ec_X$7}}C3 zj{BER7+bV8pKjLQGdHSqR7r40(^6lxq;!rwUSFvu&fQri_M2Kgq029(vpz#nM=xJz z7Nc(ltNvZ*RV>Sx^dlqo|D9wDNZ3!@H`f}<%)C`CJmdC?FM9(4UE$EO6~*(97X|kF zk|Uc#fSNV;ac0*M7^A->b_=U7(Eyfw+Po5-V2%{iSi-{2Sy0v`cN^US#n5 z1Te7}T@#X4Fu2;)6V&srf61d++3NjQXMyMgc)@qbfS}E{sF4 z=K$4XFo-~Zr{8;bf*tOgZY}SVLn@EC8RISP{IKCjvnE=h3QO5U;fc{g$bfYKtb<# zE$~r^XY1mZ^A3_N$%+HBHT8Nr^ksn+1AN89))RvtR+4^!^Cje`=VmfJD>v3Did~q^ zax8u3(=qpm_Naw@lhPhKLu1?5PXtG#48u3kdVx&e;c^J^aAEV8hwn*6Ej?5YbEw6) z3ZQY`6yK^`9o;YqP1w;SD|<3;Hi>YJXDwyIz72Bc^+Ld&7PqCpakl@u*Ak?S8w8lqFhWi$j}t<@n>V-run6q9n&#u54zzQgkd?gIb@PLGfVwl=9dW?#A3dtC=tYpNk)AZw2L^nU`7drsBkl~$ zSnJC57mzZSBsePCnNje{gbq@tfi*s4VsMfE zacBusCh@PNQIpX2!>(gvJ!yHH68%M4B2u{w@@&8tN zBSAg~R{;`H;R+E6{!Qj@oZitFcF`4fC!fXSGv|bZcYy)IW~&#F2_|rq9<#y}&RYHl1i%2f zx%dt!(5YVqN}tm!6Psfg;Tfu-SuilA%f$K}jzwA4QEdbBIGRH|52)~ z&~IU}92B)~s2>d{cxlS?;-B<{Dp+fmT*L^O1E6jJ>GFl9PS6(b`x#Zo z09j<&?NxNd45t0#bSe^+lJ~wmL>r$5aow!&_KM|9+B2V+rWXf7JqOC#nFZkd9>d>Ktgb)61_Kk>sv-0qUGWFr3g-i6^Wb}76 zU03xCPXGtL1&XS10&WPw%k zq+NQ8yi}5EiC#(}X39!Mz*^{QJvXfb62aRMpGXEJ#A#(V1lTT6LvWPhG^HGMfg7w# zn}^xOZP`5S#BQtWr&f3_(3aPZW7CBM!vMqwPbCCr^kjBkJq_EZnX<1xlwJn*e3X8r z@{WhTh_R}m>2OPM=9fNsBNriS%C$_o> zJG|Y~D-v7ZLeH8n4MTrA88i(SgpakxjPY9W+?A(vvCCulvZ^>HE0J5o*icJsrM@-l zMQTmD{J8vCz1_*_P~`EojL11=T~b9#wCqOyZ)DL;pM)RmExccHoroTIT@_E0vQx`C zLlwMve&nVl99!nPJe<3K@iQ2xZKYK!T1aaS^bU^Jsf#=P#LZ{OsHi^kt>f&LchbXS zLzo8pM`Uo$&R3Gqg{gb-pG&Ja+y8@OOz7xN|0I`X{RMiM>uAcajEZv^p z;D+9jIrw5=mwA^LhuUn{+xaS$oZk8Q36p7L`OWizw~TgH|Gi$R68hW67uIOl zLR~%8e?Fl5c~|f5Qdb^?C6D=aaUpeu<_7e1DyHngJ#1Oye?Bn2=KbrJm@eqY9 zm2-<1yhk#ugJuNC(5qkXprq24)Va?IyCK`2*|xYnCf)zY@-_G*5#9jfeuFq)C0%&L z3`z6BNnv83umSvpcRI4W7~)Mbt@Dv!HomEVy?L?7(MAU7D4y}xhWXBt? zhMFt5+$I@AOnji4dxPAJ&#meYcDwZB-&K-?dLtan6`j?wAyGS}uAtGMT_QBw%}Xg3 z8h+;-LC-0YS|-$qSZXNi6C|T>RX}V*S#3zuiogVO*+J7Y;!q^FNM~&?;X#~ zN67Nb8zds%lM9gfQ=t=?3lA957j3*f4#i8FJ=V^8EJ7^)VB9AjBACb8pNlW~YX74{ zM0&wHqr!-V*Vca8&0@$3lYVFqgKa^gIqJEmIQ(+c7DjylxK-%%h5hlw!E- zz~e`9gQa{`&=~&rm5jk!KEYl5lHyC{xHj??D`!ps{}x?psnzh*lS+z%I3I9R!)|q+ zW{1(t0N17Jr4i{ax?1>VpAh*-z|M$a|BAx=S>goz-hqYj;$|u9z~$5@GwE0e zXe)d?9D)5!GFQZQ+Al=(ur|M2ZGuI|_>JG`>Lzt)m_R@Ou+X<<3(mr&(^+#yr|;aK zFf-QTXldTg5D9EXG(tERtcReDBTMvwbP{0!TvITC<~mK+6MqWSu&X;#IkZ8G?6wC@ z8ZX5utBz}g@`mcZ#*O8HZP8>7I@lX2U<@T@grx173Ip34JAj9IrIe}RG8@r~UOEWY z3;`?KICDwjTlJoLWm-i<70E{W@V7m#a6USFXu~UubZ_Kr%`1_)Oks}HFx51aPxV5l zjg0&+FlUXzl0?{Lkz` zlwWAd)vaB|H^mKY&h)}K^%D}LY98AUjmW{4gwuROuadG-)$a|Et6jmpkZcx3D~J>cX-37RHIkumsx!I+U^_G^uUo= z4Ef5MC!)VFH@zbs%f}l-BdZU}RkY877$UFukDlM?Yn&LPbD5B%9g(Em|DhYl$3W8K zbhr46gs6S5FBd3M?}~LoOSTz2@FS`iTX72bt z@?SQGiwX+8Px%^+nNM8QfjsQ%D1ZsRdczI(uU(brJ3J3Suu?wo?nm1Zm+oPtfRQ^^ zQMySM>4b+P&o;yDhyat21SI80W-7b|*`=(nR`|#*n?cu{PI40};m`Xfdzcf1O+>g9 zB;EAu9b_3fxqnM0PTJ9qsPq<&9D={(2XGrx!k(MVX`f!ELI}aAo2K_0kP+dR`ww<0h6?o;Hi*B0G}({zR`iwK6EoAVW}N z@|4R>x^eu%4T(QFt*~Q$6!Vh4KGx{=8Rk$3`L>6A4w_^IHOzo)gY=9qNCnSitV)h1xpE5S^ zlLqO34RHUUe#{ihU^89{$zS}v_u}T}nh1deUjF^@sN6$O>4Z_TICAC(hXTz(yiB%7 z<}hqAP%1I3(n6Gr37fvPknQES@yt=~9|+Kjt&J7tnTwWBqj|4(C?40{qN+OcNdM*U zF5G-nU8ROXuad**m*fRH)ps1Izhu6iI3L76<@bO_H9mQExZWTO!N~f=iXn)H8POa_ zX%|C`u@g_W^0>q-IX4@nGcFE@`A#XDX!`;3{tV2lFm z&)A+WSYMe|f0;9G9r`KbDLCuh&aGF{(LTC0s8by;g0q%Df9rKwXO0`|p*?ye{#S0E zG!U7amzBg7M#E(#gnR0?>3LT@WS-txER2EkT_kC6Q~;Bvd`BN3m|7Mx3ye>Y*4_+! zlkdVr8a9MgAlu_E%_6Wn=OG@q7GPlh%j+wh2fBsVP@?EHfHj3%)0HBR3SXy;8OyQp z)2KYu{SfyU%QCsH>!(G_Yg_62k1X`_p-j^Jt~hatASKoT=@_)RBHZ@k$|VYI3GT7@w~j;D=*Jl2@@pPX2(~ z+2bek6N?S`A6%wzKds3#HJ_v9aUQeS;ZJ4jmVm!>Omukl8L^hl5NClA%zQA4;xAAn z{sMMXOT%j3nxyKW|9Gr4%jks^_4GDGvc%;ZV%DA7hIXR-Lg$w`&7Sp2p7yt~d_lOI zme@{b-9wt#4O__~?1daz@#+-8`ID=$WDdBiqPqiT5scB?D~m+5I#lT$GJh~I7`*}3 zkC1KYH}$=IgaqfZjtT!`KR6blt+|?V$6_QCyPm|+nk~on8gNHjh=&Mwlsnd!XV+{p z3bc!{Oeg4(l%1O_Le#4)64>f4gf=2lfUG7FZ1=(_;e-JE>L*BOHBn#(A*{@FEH5hS z!)}_GIO=Kpy%5C4;vS=q*&0onEt^94q6k#uU>UG&sn{7%BZ`{qhcBpH14!LVWLm$AK-MGekn% zPtSHNqvkCvSe!v#!kvZLZZ_y@jhC@%w_9`$(>eSl%l^r+P*|EFTf9+2)6n(%(OR8f zv0$=Pjs__uHa}WQ{rUbMNP-7nZ~Nc0kQFZr?bx9=!RZ@c16@J#_vjz4Y0Gcp#+qbL z^<{PXs2olp-2|)1FTZ0hrEQ{UnxH$>vKLB)d<EfCcOo2!s-0~F|-h%y17RYLH^@`PMGh1>n(3x`w2Isyuo;yQp;!=AN8!>YIpEOB!9<|p~` z((^>(2>YgePUkMTAjOztD;_BBl&1Y!Y&Uxv_wqFxZq5eM{S0!wZO|L8qMZ7UW8E0% z4P2P^Ib%UOf$u;BwmgK4joN0h>iu<&CHQt%cNaq)mkH0)vw8csEwd9sD4%K^*Sa?K zIjCV@FUpr&p5%^cg^g{K^7=xd*P(z@bQBCQSEXdhbS-%y`+?n*O^LzG6G`)o|F}zY zh364H_a-Z5Ki9&_zbT`$TQYa)s}i!k{=nJq@T-T5&M*63XG+c-S1KQ)mdx0p@7p-h zz6SB`%r9ln&XCtY+G2^uvglnCj*I8obTniZuiO4xsarbZa|wdF8^EIfNrpW)5;GfY z8!+@RE)ELgL`^tX$qUjEw+^p3-C1dXrf`!dS*dB57KpSasLe^1zW;SBCzlB&XBYTG zr(9&4u)a$2Wc6i;tof3MnOa6u$RG@A-tdRn8H*dff+=9r33b=(95@O5JQVG4O-c8j zA1aqc7n+>HN@_BG0s3W-fEk5kXGYer5t8(mr@E0RJ=He6Fm~F*-&{42g>G}Hy!Ydw z7GfNaayT5DxV_pbs4hhOE>eJwXmVhO&A&3^S#FP(pyXItPHq2&#Af?t=LUfy_3Iga zr)+D}_qiC}82{AtyS1nnvfyi33YEEE#2*qX&A0tn#Z-Y(OshzXa`?d~@^7shKzIam zbZH`X7l<+v;wS{#dok++GOPS)j1Cn?LY&c*Kdi4v?mkMWq^mAg@$jukA1S_5en3#F zCWch~guWJw?S&=f5@qOFE5DX~^)KWvV@$jk8@HIVpregP>LIx1k*%EZj}mXsgsU&% zsr~DAQ3v?{&1!6gm24j~1i#>g2J%hcqQ*ab*(b<|vybh6$sFp5$2>oj3%WT&Xy<@C zGNEqZj5x2^?sIQHKYfLu=6fG8A|F%Aq&<_WbCc`;o|vI=2zJ~XV0C_zc_G3Jb^9`$ zuZG&kY=lh{RZ$=eE8`mXt0Z2uJKPc-}AL zGFTN8h$z-_dAMmgT!IwKI$=X)l+m5=n&wJ!IL=-g)6p*wC^RA;H#CNYxnko%c$^V>F@+{?~(_ zYx29OJN1;$qGDk~H7k!csGqyZ--}yzL}A@yQEbK1I+H9;KO**ESK5R~xgzP#I26a- z#^D993r1jN<&mUSQ z0)}dqz^lLFKo$N!E7=WoVPoH0^tGNQB7Fg`zbf4F~;L@H3mN4trdDPxRf)+~`4t>jjbHVLlo zNSmo!?)JMcFJ+dzw@cI*Zbu3YjRO5=twX!RRN?0o2QAhk&_=y1wDP~&p-=RW|q4rzXqIQqVfVx~<3 z);dIM(*m2QN6@nZ{@UcF+O2mlzx?f=Zvr}^ZURN8gP+h~*q@|et{gne{;!igC*?Y{ zR8vLz^iLM!P)yoeZuk(2+kXyHq)et*!x@Ahj~HsqHeNS5<4L0QVwKi?b2~#kz2w!A z=Zjd#khMdkq?>2ZTh?MRwP4zU?Di81Kb2HS2!JzZ-ed+;-s5X%FhV4XE`pWE9E--c zarWS*eGM|@r{A_R^ROAuK@oGDpCw(;_pu0}gSOknvKB5=FZqvfU+fKHr+DMFWhU*K zuHOCnT}lj&GH%ub{*htcEV$WU;0J^^{mspvGfRpA=pM}eXCD8?d;1N)AN`FW1zC{A8xUg!vnp8wFuSz+dT zD$=+5=G=2#I2|*Eh9f3fR%EoD(>`OO9vmd__5J7utkw1m)mSl|pE0JeOa5R`)CH`E zqVrWsd&Zp}al4Z!7Mo(*WIpP!YYG^GVWeh>@TUX&6z8N()Iqsw0?9bH@aET}8CRr1 zH4!UT1#-(G@0}fcpY>H?!DS+FUxflQ6qd{7>4g}x0#)N?7KSXF(P%pXVcaHAc{1pPfYLyrQ z3Vv6fOKna2#sHZ;x{%{Ky}W|M-3H3DT$r{fTKRrzTIv%UN%@!(sPzpJY$UaiSy`qp zp?0awColcXpSN7zLOhVoFuz?$>fYx1^_jpp#d*w&g&P_MSt~TX_@3&GSy_WSZ-sn7 zTg9g`(`5Pd-pRMglpkR zkYmG@|AN&8}{v{&ubk};^k4ICxFD5qG8Wj5ujJZ%<-!Ejg z%A&$QLI7lU zk)3G;6x9UkL9QDqqT|94adEW^AcOOCO38J8#&SN1X9Wdu+qJBW3d{lKn|h1eir=`nXv0?z`qsdv@Iy? z3UZIV3`97H!B{a#RtamA%opy(ll1>v%4@xzjN?eTI^ zzKF@ZXk?Zhqx83dTI>F8uT@1qp$I<5KFr-9)xudT98j3~*NoiYY+IF>ZxeC~I!qt>pq7N5I_REAjwCX*gFye%S&9)?sadpTB7@Aj+uJ5)Mx*@Ekr;b8us77@TKNy-bu&tGIA;@g>JLtj^7S=jM=N=DlN3#Wf<7YLyjhe>~F6Nu{Dv=C}l!nL;t>?+9$ zL%@+zH?aF7BTfeD|0-%ll~FO#rHL$IOxMRlhLf{FP*dMh*ABYqL`tsIyawJU7S^~; z+`nA?u6vsc^r4CL_AaaUaG?fP+3}|4u5}q4!~}824~j+krvGdtjqK5#b%GM&9D%8I zz39q;NgzT8Q9Std7Y&XfwMQ@?)-w7x{X!2FjX+A1%$d=9SKgJ@3b?(!(`2mPQt}lk z@z{JbiQ>zfCtd8S^XXiT(pv`iN2^4oSvzwfO&|5~AJ+7vB#ax~@|e04u6}+o<|$qG z!_H*G$r<18IhjnqQe3earwdJd`=Ms^cl@ zzl6Zbqi23m2By<2nko$3o|o*nkY~#bF)|rj2knlBoOIq;*R2}DRV+eMUH~E1@R!P3 zZM^DIjFtr${LkG1EBVb2^pA<$Jrr`vD~}b&Y4bb40(t|}1%>o7*uAw28LBk}#`w!i zr(6EbJpaDKJ-Y}}fU=N=YgyWm+Z5SXXM;~JN?~LA5tJ7o4JJ((`{`}6vMZR}ee&(- zkp%8LFO_}Zg`o#)IOZ0WO-9*(KXWV#hg;2b_d)z?5NMRvYv>UBeJjF@vV@M@m^xd# z;}>JyrV-gw~R7ZEPq z^Iq+zOj?i&7Tj31>ja<}pBH!L0jzwn9>TLER0N_S#)U3Ki&p>TyP5>GPY%TYtlUAM7 zKDsKf?C7TWX3FWW3gM~iId~T@i~y<(9GfPfh)idA8N8R1V_bP1%Z3Xg#b{lAqq|6yYADMgGZSrwy<)@H&GkPE#42W(SxZ*z z`r|XifIPtsSvU5iZJE<#vdyh&!aVgujFui7FOrnO4wT$Ivpjf?>rzeu*?e>#lXL{H z`Vj*$P6%w`YMBnZTEargKalh79j7ZOb9HlL3$ z{|Eh=CqZpR7n`vQ`k{%Vh2mwG0#5DivJU?R3hF!w=HU(~Bd+Wgl(K@kn;R>c+L&u3 zOYtHi6-c6twXqolJK=5Iac0{sQp!lSxa$DG*lWUM!x4p+CwiPg&cdXl-!N53$jj-F zA^+><1tK<`8$O8GX*~$_L_HWSWeV{kE}kd&Js+c_hSeYIckR@!Pp3rhIV^*_-@DzJ5Lh_A_w;ylO(0#p014Lc~okQ+7q1g-V}XR zwxgwg3$$#W4K&u;_~pJYD`LTx61rtyKUF}dFXtDMICL|K3zVmn`-*;ilW66|>ZdWf zukc12+d(5h@e1OXrWL4Pc(4zU)d)@DX<975A-54C=^%rDGKCxpXwi8Z(L3t zcbx%*QhQD8N(v|cF0ZqQvwJ}G*X;3t0!k^K@;@DFv0G2LtGZ3Di&g@>e=HQM2U0b= zf**j9BG(h|$;<@?`C8W-!v3xAChMxp*8KwEJyF}gDH120ca{5HX2t zlN>=bE`K0w8bS{Lds|l=YF1Y+5VU~!G#O~o<4Vr?dVsS1o3^L%&BiB8l7nX9)IG7H zY!{NgF-m?htF-cam<{R&_?6toLCh*DTy7q64M#*KbUVYa!~=e`ouCJv+}K(5qk!9o z$u!Ab#}rmO_@(rk+QbKX`F;Mcy)U_I3p+?j=VMroWtie4bSAGxv6W2nK|G1Y!6S{w@zh9zaZKy0E&GFMy0DK5IH|yi^`J>`fUf{tG&{3g2 zm85f*JI+*K&@w(Q8a z_czXV5ir}#@CFoPX$b;)hVt6wJwig@gdfO z6X<*M9=2*hXPKa&GNHyQjglr&aU$aKzfRKF%@+>ielaDE3+L(kVk?HZpbzSBas2Hk zgLhYi;}G01?POkFt186Y$U$J@b=+haxnJ~ebQ;xFs%9udqFc>Iryr}@J}PQ%qnBTo zI$OdwqKU1+2I?&6hTmtx@n(1>EL-Y`pM=05P!&}rhZcrMpE9|i8Wbu1`2~s~G4d6Y^icgKE3|J534TmX#)dq89lM#=gN({>AL-v)KWEk;i z?!dtjdxcfgkhudEbh+rrc%bnzNS_V<-_Em%q-H)2oGc&SF-DgI_ZPsy<}!TmKv6=C zN%JU6WS52vREJWL^t2|fY+zVMW4Zb4zYg6-wl5ZZU%42)+f)4ha@LTF{=s!Sm#gAHj3ly$!@G*x<~sC}7P#tAjB}EOkvmQPq-S)xC|OLA0<`@S8MVBN6HlE3 z>w$*4^#E2AY-qmZ)Gf+V>F(kImk}i84|xs4_`6_>K+v}V>=@OoJKzBKXXK^sLIxMT zbD0&{ZtHTu`b)-*rCGiHNt}vo7hjv%8t;Ed5skI%#KDFpC~}oqo|l|!#=7s_z8+2m ztzL=HanVV5Mo34~lRRh<^j^lmB35f>9=;PJC7(*?iE<)T1HZ4eqv6G2sd;QZQg|6+ z&-cZ##1(hwZ$GSL&1-1+C6$#Qu}2);r`5QralbxN=;fw9pOuN4$KJAl{rT(tQ!&zD zMWdlt8y_JlDhl3CSQd_PF*GvioqppfyTCLr5KV}Nm3CjjfmcL~NuwhUYo_nYNP5^% zXP6pV*?uDYk8ihfLFM842ffZ}Y4dnOX+dcdL6I3i5=e+*iLGNEIqwBOs;ynDrkcye z8q8-d!C-WXU*klQzI9R{`JKH8JW)t#y$ksMA8A*ooeA$ab?flYv~Wo|-@YEp3t>!y znd?78;xu#5f`OOs)=6zL|Jps%++j{)zAEHCp0dYE=DfC7?Nrven;x*q^t}Of%Ui9J zF3Buhg$p0f)YCX3kGKa)q?LvdcU;veV9D{H?(HlS7*5R-eg2;)bTl^GZpxUc8c>s` z?Y}*Jr7vp6o;+|otJ`Wnl2@!ud(Af1wV_jR9x0SFkx2IO_0xM~7jT%bc0kZ;*C-i4 zbeR&Y=$(W#y*h=)BMO-_2SdN+@9@ZO%gViokDb<>{JnpO9vI$~zFNwVCzhZu_Aad> zj9QWVJ4SoD!%v?@R?>WtV)Rd9dYAlCvOre{!}~D}u(^^DJAuFAMv! zCxF)EH9NeJ+l_wCF$;y!-ziuZlavz9&f1V<)KlVshBOjZPYqLlW{O+IzW$(eXyzU* zOA1~X0i3Yyz+it7(-b{*a0rg$k7=~n@A_|2UmCc+u$dB%DqvwOxYBzdzk32RraQe` z4q9sD7Q1K#*!+xrd?bZy*b&wrh&&N#4+3sX84AC;Da|#&_FiB89ba*R+}4}427-}x zoqQ#j+Ql^CM-RrEq(hoIR7D3HLxLGDjCf_JHTLw?gS#dCGdY$&FO6{3FDw>hs^qk$m`DIj>gf`|r6y12WYZnhTMQ3>SIH511K;M3vr zV2~ew&I+_0wAE1CqzAaoP5m$~sJN5#U8>=8Ij!jg#jhGx@Sl(Wz+JrknrrO7OoED# zpV^U^=UmK=o=u%{@B9ozHpx}0f1*mi)(?SQpW%RFD}P^E3T~p!csOV*veO?4NHXM; zA^ym%egM$PF4p1L?heX2oMfdt~gd+$q@If8rC)M0LObyv+!e+z)%QsC>vQv)7ENWG^ta~XO6dze>n-xA_bRD?(IbYFD^L|5{ z4dtskWR36Zd1@5uoC5o-y<$xi`5&JRJ|HdzLmaP; z*laX6n9QuktP9C0*$A!Lt)DcLDR~Csn-Z*H4XfcMe7Y?Eavwv&L0Vy ztA*BF{LR(aWyrc+1f)vo4&2bz-Ikq)U7HXt)iI3so^y2kP5*l!wX4pyM_Ic1)K;$; zVL@IV#aU^}2OzHNKP~T%Ls1kj(-IteFrB&^ca-FqJ-p%hClfh_`bLASbbCJG$WF`f zXB7<7ALx;OcT8tRAFHWc&OD%bV1RJ2bXkdSU+3cqr+SgEG{O(w^~z4|^(yH(lxu;% z6DWUvop;;c24a9H#y8NxXNzgDWM{p3e}9ZNge8N&tS8uetc=Sv4z(@R>M=u`7J%(w zmW7Sb-2gPn<6{Vi(-n>qzsdsO-NqMnD1g0{zR$5j3X(7Id^)?$23o+ILh)28lsB#QuIl@Ije_KQQ=3Riu#%;^ndG|`W%Y3G z7L|I+joFVQa-Snk72R>~7p^Uc1c@~^Rk~r(Qh>_z(9+=Y78j&T?UoK(EJqep#W=|3 zMrN|5*VSmt*w3hDM}e=+MpDscrOy4b4aFPAEycC^+jn6pbQ_}y6K$AJZN$qH5^=tc z%vnMc>MBkIahm}`@QV`zj6oBtq0O+8pCn@ZER(VfjDM)ZR@Go(4c1&6G%+_$yI%mQ z0m5vGUgqMtbQ(i~u(70x^bxYCsV5e-gv~?byEth&r^vlMrTFi4A@4gngW*1sM^byJ zKSFg;GE$bh2i9I2>ERxxTFF0Ib8DjOzWlHzj4$%BJ}cTZ5F6F#|BQ>m=wIx{-LV4y z!_ql>giJCwjjwWf==4Y&Lte3kW=zLR^^ZLynbu$RScj)Gv95UUT!aL(D*yNR^o9`!>)?Af-1@}s1x@$B?3AQC?F?1- z(W-Y*ENWVh0VO#3vVa6B8P<5LQy&&+kz&P2cc!G&zbxY zJ&|M_X=$0rA>R7`>nd4t$9Y{)FxPIg51w!~p{>LBlne}xEPky=L zYH>8TT3eT7r>33#->~~K7Z>Vb-ai1Dry1YTwr3c*=t+TfOGKaYLv)T#!OMo!1;`PC ziyFPF`92%?4<}RUZ&N&`g=`U9tAo@9n*%f45uWlxD9t z0WO!#SbOu`sEQ}?MeNPZ8HoR9@}-%+PY&GRUG4B7PFzqk(O@vP&4p2L?A7o|M}}Gu zuhOZ`Eac9~q1u_V4xVj{KnaQ^JR>0WZSq7S4xlp}D-9hIJ3fyA2!dr51Wy$^#0(o_ z#u&iaZ3~!eed8e!R>8f*soie@|7MP`7(!8*8<;fJ@EYVM%`tr}Tb(O4CF*SIJVME<(peUsT``^mYi>X~*fqnfG z(a=LK+v>hyV3zp>T!eN)9%1md%!eN8GliTxqoi*38gL)YyyAkJE6~iw{Kd9C)+W@1 z@6-0HHL|{Xpwol)Jml13!P)S*h#g%L7>699D)JCKZ6fSiY3}+yuqVUalGbIbfD01t ze?n5sGcG=>Z(Jm?T{Q5pW1#!@?xuvw^WC*|?Mj zLkHNKwt$>ARyejs$PW{5vZKs;+TFDj)&gqAJn&^v&y>Z4wx)(N!7x~M9B}g+!!^R( z1^lgPpUeI+EwATGw8dAZVrwU!wNL2=OlA$Xk$ZHo+-f1SH1~fSFK@rF65%;lgyeqw zuPCj&oHR6Xf|}DS;isv76ot(n9sM2}7diEeoVzx%G3lZ^^$8hUUf39b?|enE zMS^jW!^^?(We(V=Szaef7NNMh)JDqXGL>7BjwF}G)iOVO$g$v*YL4fAUU0!w zz%9p#34WG)7mLQp+oy`n(E~|$n+Nnu-HQQ#W|jwE-2SteaB9bBL9!y>&$8AY+kD0} z;VGQgT*{GiEGexOk*&5ISxPgi9wja>N}tHt&KB*4aBNIuU$YL3No>{sA{P-y&jLf$ z5``EY>K-+pgt91OJ)2j@5W){}2Z}ol>{I|r*f z+@4vkbU2pi7G0bc5Pi)I4CVF9KyaosR_eQM8IPw z>`PkwQ^3$>XZ`dJ@=e_Y$d^|?d-&S`ZS`|FqFtZf3Q<#C+(RgDE?4jCc{FCGA(m=t{$?u zhp^&*7^1A;Oe_t?1-ToB)(qS%8|6CDtR)#_U=YX3zMz*7R9(#(8gD{_+?whH8o4`ReHv_QpU)b(XAzksQwDM4Y1@kq?w`}uP2)k!l zWHD&!*&s;UuDZ-@6y1S==ukS)VDVNu*nK#5{MG1w2nxHN0I6~bdJ2j7_7&T3>^|n7 zyEZPCci4iQ&D!sm6^Lsspp}=4kWg#3yB;2VVaHxsvr=!R;lY-0-}Eh!t_^T4O>y2PbM3C-1iNWt0wQ*9Mu{_!B z?hASZcYM0kZrRIsLuVrMpYpHzJQNlKGF?S0Vyo6W?O| zL|wHh>5+N;(A)8ZFNB#RK~@%z9g`4BJ3*XNZ+Sm6lQWC)5WbySgiY=WELL4bVK#Am+_y)p zddqXkUf})UST+1p_+r}O#>zCD@PsrQNUh)>Z#!jg7xu)562a0#?cKpgloxjZ)OguO zipXpBI5ZEP= zgh}_3zccPkki9{OBgV82OwWwmQ;(>P9n+7m8)IRR*py8`Fe}D!dM&^FK!9{mu>GGR6dJFuPeDBf;VGCIE0@=6wY;icCcjybP{M$FL z-+q5nIKs(<6T!*s!|1ogg|B@exK)25hlfPYU5dDw8OsT&OuBAUk?C{7%g+#cKn&nN z6W1PulnZ+*OWu}hcJ9?p!-b6bOVh&wMJI(IHVV%o3pFBa6Ia)-mbkMZQ5xo{f6s?HTU*G3!p2I)kZAjffG0=l}jmOJP?2fO@F$_H>)Ty!ACPNLA zl(NYU+Am`1viLmK)e0Z}8*$WiCGI#S^kew_glyd0Buo~o!WY|gKx8uLcX*o1flvDn z>~rg0pI^4)aPfsCsk{bcci34$mJ40C)0J#srjS9L!{0@IJAGZbhj8Mk7^4T;WH0cQ z#%o;^m^|kgM$Ayn9|I5g7^8TZB9P+T`pVQ*5=6a7jz= zxokqZ%+Oq8`!x}wBc8Dd|8~LS)C+do44W(AgTJE-h=aPaEo&?8N9kn}vvsu8#zP-iPAG81T~Rk- z(b$~7#7O~fDhKHZUzQ#q@?EbTiVCopa6PJN1wREw2Rex)5RD~0k9r5N_rX*KB_xlIVKE9#0r(fAPEf-Gce*ezB$g3BwZ!@&q1 zP%TlKKzGJm);smk+`fusKygSY=g!y zX{oi>+6d&i(vWR}UdnnJHQOFd;)%)J7X{|=SgNG5N!D8pl&^)QD{P%(zj(8VU_7kL zj%=UfEDybzk?ke_nQ5BpI~K@RelwF9zP6y}A!pN__7V}kUt3G4?d;1*NU{jsdND-Q z=nBdwn{hYn4)?es9+1RHK?B|RwW{_To9_-qSG)+QkM17e5uQM&>A~3^SxHy{gse%& zGwWtZ1{2Illn_6%Cb&wsO>wKdzyGwkGQzFg}n?-Bm4LP77dWa!}qP(9GyuBL%s?LxG?0O z-hCi@ixIaeA!Np?vQa2(IfyKufXCOH@FM?SLTB-Yx&yX5_Q=3u20 zdaGF6_z}}REl?Y7#{8o0V)vod{LL82@0nAKs2Cxg7YRkh-&nLT|0Ey(zJW`aoj%O# zm3u>BvsGW5Gb~h{Mr=*(f&QuZ@!n54p=s|SwPGN@ zf2~&UO~-ttKKjsgr0~x^%z})$nkbu+iN6Kz>r%DxoGi6NR86~NQ^ zBh1Pkdn;*)m-H$R2;Fi6CH63{RN*y!I<)HNi;Y#8+g+qH{`sP{_ABbZM$-LSKj6lCC3^6)5tuOw!JD_xZ@PtKDhAY>Gqd zM$0Uh=$fxw7c31I!Y9tGS8&7%vG(KGBd%KFSEyzQVG4LO8^9pue=PvJ7e7hzNcZU` zoi#glQI0d_UWl1g+Tl9z08U}-E(7|r{)uy8EqI`3dq9n%&r#pX;+hg=Io9#!d%u`WDNQ#|cuIyzh(}vA{Aa!D{y%64vV*ykD&Dynkq=UT8h}utf5M z_J2GkZONchdH&WpV|*YBM3i|_ZoKX<{V*h*#@v|o zR~3FOCqI_Kv}C#skN$i=qbY3Y*~! zi2VG7(tJYT%urgL>#TzhjxUog4*s~keiW@ee<>|vFTc$f@iUeCNKW9QPR2e$Sevwa zJCz&C6db_ovtLR})D&h}6>{kE9>~H%EpEAhuTkq=d0xu?kLWFo@->gl2@cJx6Z84? zE1pj0*bn<6r3Ld1FGo2ZVfrFSv#K6m1bO1xU0#n3rL(lOAPY0)-wp40YAKd1aL0?w z0}{Y~nKJYVlP7sA3P?`27nVJW+4T#1WBUx3X|zm;(G2`Z^ws>I+C_3O0I_)x0z?N0 zZq;r+A9ApXc0@cWC45voM5__;)rv;d8B#&t zA%ibx#Jsz!d0vccC<#?GjX#ms2ZfpS)Y;M`hTO*~dmNxa&fwO~|Hr7&T&$2wuejbs>&DbQq>f9Je2W%( z3`akj<5DY+pI^?QO(Y5iM)k3MzDAPD zQdu&peEHDaMLm@PHpaXo7-D+ z`=jz?ux{|x-PihiL-wd_{Qq8k{TP^1IEo7zPkMkl3#!^2fi$)L^2QyMEPV(x-VQwg znnmIN2m5A&rif*oQToBnsIE=f4QEgFn8Qzn#G1FQK9HuybR(8$fgvGPrdJ3LvZ*og z$mCAGW%RO-BpT4FYdceZB+cmQs#Zromt=U++ayR}!i88Bitt{*k%9jEHtZ4s>{6HF z9Ip6Q(DRY_0FezcMyuSvUIvDcqG>yn-(ox;cREW(wh<#pHuFsJu&?nkx58U%(V7CR zI0gakkP?4))t}ir5_WG7Ud)%oJ5H%G?M?M8Cm@bsizwrtf)^)f|I0$9&_9I_n1@S756Mm73tirUB3j0Zw1bL1LxEv)TK(KL|=+2X+ZQxdlalaBuL zI(0R-*;~19h|djOCOvMGC3tc_bl~A{1VtW9f*JMo-0^aMTR#A}?vZBmN}tiXl$CoO zK_jXuuMBCp=pGd*jH|qW9>2l?cO5HrI|qochq9fN&U}26BODl4Fj^O?db~kvPGv!9 zN=K>*803Nl{QXVNI3d+mdsSxAG@7oGZ+v27>iT-rs=T0XuMHcn$S_9K;MDB8W>u~>ksS`< z@7?$2Df{)p@iYIGAeAZ`6A9umcj(2E#j0xwIwei23eP*>Vm^$4QNluR5*YCQ-$yD> zb4u=u@fz1Uh$GkKV~pz`#XgNk>hN1vChQA9O_kb8qXp-bh*Lk^Jd8}cZymnFs6;M517n~tLTt9 zHz)auZn}%DxKIWv5ug+A`2Y>LG(X~Cb!Hro_Mv;)*O7N*H+Q5>NDd?l9-d_$LV-4H;4j;oHi;vPnxb~ZSk zoIXDr3Wl-uJi6TJIy^c2AD?ea%uNMtxkO<3VFBo}T=y95MW}w3X>k)-UK(`=wOU>CS@*u(1gf zHobI=j}hh0rZ5R;tz?_;votf}kNIl9mmN%`;IW)H&xFkw`C0YzZ*CJZ#$oD}mPm%0 z*(NVQ?!JkM5oP)m%V~`QW4U=D`vk!M3}6DCF-dYf2gx{G8W9N*_C5lb$O~Yn0J!<) z-{EDnkfC!sW{L59MCXuo7_$px#5sd$cW$FG7?-=S$e}!eFKgc-B7)48-Qhj;u&ywwCcR53c+-RER?P2&o+=Le`!=rrpmJR=^LzJ;SZMi zzmNjWekSw0d=~k-(wLEl=5DCG_m){uZ|Y(uP%F;|jz-Un0|YS5B1;nFNf2t|))@|qYu0q_m6xkFm}5F;S5u8QbR|50+rV(4+x zGqsaBbr0+jai}E@;3ojcTLxoH@UVmQ7;glfoB2O0g7K2Jx$69RIAMs=m~wkxNPxp* zuCe$|Oz@}IrN9~W_nP1q51AfhzO2}+;o#;=pyhe0{JB|v?k3ZN9%1{;ikfu)?@vSW z<2v+C@duxX^%b7vv~uaC-`F(s1blQZG2#!X%i)X%z#a1?8~h1#y3MlO{TLBC#17vq zq7!2$xv9UO_bKkh0l$m5S+%Nuk~`*RX2iyk&a`(R{`z_-fP!@qOo)b???r9qy@$h> z$Jw}o^FkJ05eP!c;YA~8KY{G_V=ei>1w2*+C9Jnw{_x{UL~l2-26B-!G2S?R;mcmc zD_Xl71{H=SsZ3B`h=WOM8*oVD3t9W~gNG^kncmI~wNvf-$4!A?H1EwV5jZDufN*1E zCbT=*6ts_MI6XMQ*Y)(myX_~vYGp%_b{%D`rcgM1D%vznd*JuE0|km)E6(LQiG5Zc zN-!l5?m^r}98b6p2Uv1Z`XA>yEZRw_8oT@Zdj(oCT zd%-AG!>k{R!f{y---}*Dj2VlMt@IZ-!Z8+a{mT^#MOjX|i3E?9c{&C%&_WrMmESsJ zD%x#SKTVJ~uG67*L5dKxC;Czu9Egu-b~l^$%2vAP21wHSW`bT#V27ho;SAEWH3fyY znx9hN1HhNZrd$gjffqvd#U7cDmRiUfDMKc|wW4OJCy1p{wEna@7)Jn93P?jaNF_0w zJdX8yW9KWIh&}*e1IYmGE_i3*ZJ<5GVr|prJDNfrb<8pdmY}?SnN)6t^h?YV|EzYI zd;~bJj_hb%L)X2uKYzgLFK!_3V0QS3ck0-KI4}z+M`a=6G^j4Q5wpZS7?Q95B=YSA z-Fv$@)v<~&VYB=kE40Kdy#|d zOYp^_iw&u7*K+BT|1f3`Uv#ecKw&JbOxSjk=vkuA_vRyn_$h)?zGas|oMpx@|4;P5(^ z-R~r%nrZsAkMp!9;_txn*UJZhyE`s$4y7;j)d%#--$i;Rlm>Mi)ksmWi`ubD0{UC$ zQF|AHfZ%sM@)?4Rq(n@367qb5d*NQMnRaIHt>Ih9jb{WHl->nTGuH@*9z4cu*2J|{ zjvjw^?uY>nQUqp{F|1`GuNgDn>S8WGi%#N2h z;ONKEC{kcBZi$k)nB}{Y(@ovn7+=5q9hfXn67mDRAurGj4*b$a^8N##WyB-1gmLRiCISEceR=bv&@IT z{d|uKzu|(;O=BvZmwY+bx#NTIkyxE?Co!K2ZUY&^R>RbY%no=#>3V#08bNO zAvx;=DT^WxGW2E#c($1K&^QbqV2hru;{cZc1Zs-|W=cQ<06EQgiIWx5wB886(-fnNKIt%)ZXUDXs%0LUh*`Y1n7%_HaJBCbB9JW3`U+8|X6 zF!3)RWWxl|MsETb*}+Pki1{l>Q#X?6ofJUt zk)O~d(gVM@B#um~UKk@7p z%QpggEz(h!d*HpZ>o(>Mk|-<46)=gj9Q(H&vAZMhPMRA`?+=V)@gEEQlbs%vVms!l zClfG>AJ?wmd|#ZMfhTt`xorYM`Lu?tR+r!pY~4D4JoAqW?+q>5L$0|U3B#Zt3O2tX z=`(m>Xot(#fpVTs^WPwBo!O`zP`bmFQ3sRHod;my3s($hc>AvVrJtgoX6ON2Y=^49E{N?-S3 zq$7;t|NM+7-6qS}_-~Jho|Q3JCg(6GD(Nb%b({odG91xF+;7YL7J#AISzb|-0hufS z`=ZEyhBZX!%9UF@!fdI|#i1X>ggHX&X7DLKM{~WvtXC*vJW)SC0hKKJ+;{-=C+DEM zYenG0XlL!G&24(!G3((&2!T*lJL@sj$BQcB;kobJajxy}Y)LPpe?CJN>zDpH7t$Cr zyl0gTuwHu@NoCPB(L-Z@nC6zbbpT;5pOPoL7B7DT$V+s{SHh*&Vg3=((LchpPrta? zomU)NH0K1iVCEt@}lP|6~(X;@cZ&B`F*TkbiZCZ&yU=5E!TrX_7GEk6Z#55kj{1O_$KcL(V z>)`R%6W_uWBb3G>ZJwSJ05on|Gl>^R_zRZ#&^XHlX`8ua1IS38z5ttvUak_Y!8f^E zeq|iHUbZc?sxI!a5lSq34$RzP`1Jg~Tm(%VFUqD&GN0U1*<T>z(vPkuHI<%sxO?4YhcBq;7X^^ z??Ed6>6CcBTfF*Hn5gl%unLC$Z8$3&ky0vi3^g5hZ2r2fQj#A(=)LwUh#ujggGz-X>o%|ahR+`H_S84TUw*&l~RC;Lvtga(5 z6HA%UUL_w6A5K#wg0u|P;<;ST5z4`|JDU=KN(lrnTmY;OZiC|T@!Za308%~9u4cp{ zRFaF0kBHhnoX_!!LB1ICn>dh_??8AdtySR`SjQlAgpbtQ-UZqrjRB(a>9(dsV7@5L z(^Yb5vm`v3L}EFNml;?q6j#1E2eOPgRj;dWrQQVnD9bP2^L3XaI#exmt z#4iLHuNrvQ1`7e9=2s_H(jk7q$q_3*V}P=NL%KWWFEigw*|hALrvT4|V9p?QZo`A1 z5LN_D>w07So zo!a|UCFM{Z&q)W`j2(TMrr@$E3{JbjlscLBC2nVm5mhg*f5c}_6gq{C#giVf;Cb@f z4XUBZ_gvtSPFCn4!(srV@;rb%bG%{*G8gbME*?eeqlf z;GNdRb@y#NQkaC#bIl;R-(gQSU^P7n6jH1zvrJ_td+D5psggC64 zBk0ln6LH}hus4yP4iPH^olfOxJ=!2v^k4Uze>)#R($SEuK_7JO883OxmTOTg*<5RI^BQH?=5E)h_r?3>MMW>T{9b!Jps(Y3USf zT;CG<+@WgK;#(G@|KrLA8tJsXnlwP^o2&}{n`A`96V0w>Kwx_d#RUPtRU)!l zN)dz^0gqPUf?4LAK&%oXZDZ9JQ~0CL9^b27v1kUX$ziI@IX&MHkex@AME~d|TzI0P zF>0%vL8o;5y)Qy=D+&_K?hcgSI1(Za!v#x9R%2}aiXz;MKb(fxpfz$d=LMZ}OVUx2 z7H0A|d)5x4IjhP&7;uhgwW3%Ma*c7e6r&~HqF%Qq;xTYs{l^LNp0wA<V}90zujrOG_6#{U?l81>5{Vqb#s*q_f2~Cyza543 zaF#R1rvEO^Ji(p190?PzZ=C`EJ;nr4op66XXnFY{JS6pgVAz!a*)B{-9>J`F0+C!8 zAC6LzRLq6CO3^@WjX{{oAw+iQV#D_uOXp|rs%hiq85lg6qgNoI&94>mrYNCVgU1h)_ctV|etefaML!`hZ=1lx7UhlhB9_Nd zFdoUFAUNTK_TI4)7?Ud|Jgzd`Sun{i&1g@5B3YK7{U^RiSkrP{zMPH4@ZvL@o4RXu z8i6xv+F)(^FUz*9x2XLy^65Q<%<;$OB>SWC-cfI+z>o!|Q6C+2_%a)Wm{dP0qWpBD@|obn+tCC^ zh#Hu_&0D@^|IG*BpkSodT=3pUsOwx3Db*CMZx}`j0R3}U5`{j4K?&VM@Rs*p)Rqvq z$rkF~H0b`mUIWGP_{QUYi8J)z;TJwno*6ErfUoL^{iE>i0iY>Uo}2%6P)j?!vhC?e zFLd-v;J3E#;#giezBWl{7J%@0nDmC1i%Y-%RiJC`*;#mHN&0 zBqh;Lw<*81dQ%)qE(sBO`3%baykKyyyo~F@5O9Y8j`T6QvHbO^QT`>CPj3y1(ZN`8 zbm4L_;_ygBQwq?YZVzYEH?@7{m-nxN<$k$(*ln^+chUe&goeN1626kFg^E;_o*dNX z`_&Q4TBCmt<<`VJJN~I3^qI4o*WN9Afz7o9IYmEijZ!X)QVcpz2qLeGoVy3;L4=fJ5whrr@G+7y1g>V#6nIGqlLmduw zqn5aUp1}`kgLJq=c1F~=;;WmWZqi$?QjUZWHiTtDK^<*V1|{1$S_;(Wu*E8Qvo~dY z0$T27ZGwSu7@<&L4RI4pTJRx!md@=1-cBfw9zq=(G;7sX=oquGS3ChdOu~7a6;T-NE9)Q>V8Rh_dhiwdT6tz(dEdq zP8o9>bZVGqdH*SmEP_wYonCIZjF@DcH-^aQ6GUgmpSauW9m6&ED@@8+)9a`rpLTh1 zhJyf;3sD9#y~*24n@+{keH`fNpUwqQ=kJ$K!u~YB63Ou4EuNyn-?aX6H=MxkfOBcmRTh z8>_$z2SRlU3z(s(Lycsu^p^hUNEL%RT>%~KLIr$cbn;9r@zRC)kQXwG}56I;Y zUgH>L4#gJ@vD;3JUs}sW3>#K8u7D`$aCkMjm8==kQm&|hkp+mhH-hpuO%e-A?P_ap zCr=m>$wXqLX9;)fn27Xl9sZuOJhrFm;c7xgtoR+_WF|*niO^DBk|>493Un%y&Z}qr zwd%d;YsA*}>!0XOgG(~7Pi_=NQ*6_x+DbqlmWMw-GM&A9aCdak7}}N=5wQxcd={!J zYUM%!vM=m}y|BpP)WmaZMHfDGapVA>NM@lhrh}BW9C~$v;zd?cM znV|hhT5UFTqV@BOHd4nt(jWmq`!K@pP1H*}v?4vnrDXP_hFY+N1L1B3-G^VIhPcUV zU(^sz$LJlo(PS zBpP7sz|AuF`tMKW+&#VYR)5Ne+moR+y0$;(N&J+KyjDMnmNY}|HMd$+@YNZam;&xuU6GEm&&m&t zg6V*bGm-e*TLnRyPY7y>zt`TFULqT+7>OCqxU2ztuMl1 z2PMDEaV$1*;Xy83iA|TTmH@`v`HtYGNjHEl6(tNhi=ECWs*{ca)8Bl;J8x|VApDMX zVxQ9Kl=5YK0vf$_qu6!O7H0hMv_`_XEs17Di@J^YCSy`(#OkoMS(a$WFA3PZ`?3Q! z%x?m{SVQ`e-J~<6V4moA z|7c8Qp1hX)$+|xWC|7mcE$K}AX~6&J0~>a&%#LD~vLK;LJe2yZ^}_rh^!fqNTl~!F z2$v(T&>?WRodl63w3da-*8(>r!Fh^b*6n8u=qIFZ&|}->;gS^ETL71N_@}8&Su&A6 z!v{2q-$L~?K2QVO@_;N1SnKJ46W~q4a0H+w3~kAqT(kGq09S_m6*58j2`eQ@zyL*g zf^fRhH+J($X{=4(f9K8Ozb<=LHe8}%3uZ4SV`MtixLzh~*<-)C0y?9q+?%a$e7a`c z62)4Sv7EXcnRr-2Qs}n=!YO5;L*w$>(+g#FJdsyP=0ERGiG!1Y6f-0Bv1n5O&PL4` zOcma`00`J;4-Y$`9;lePk(iBcI)l#qQ)ixml!v9agd#Dmeg$E_6bLiT{cbdw&hmXwCK1d}Oh0;hPHN zfP!P|Bk1(?Or6v_OT-f2hR)#Us7%i@MotdUiB)5s=zWv?-0Z@WWhL`8cCz|p8vx2X z25HJ3z5b1$11O;bYG0GJo4!Mx31Ic)#8wVO+%af;Mw7N5p_E6`Q={F_$yEd6sr~y1 zg*8TVpW?t^euQBe4(pR)R~9dyN<9b!jY@esX*6|$+&K@FLb!_ zIc4<6tbh5Afgi5$zd-^W`)eZKI_P!&dmLZj%y?o982VbYG6qc7oVNx_S80%{U-VFt zTcN+hJN}Ky7TKS9z3YH7a{plTrno>nCMJ!_`_6^E$8hP?$OVjS2WQ3@zhq2QDAs^serL5s?-f(X7KS@jz#IfyZoa zpH$AxC~9YE&godjalM{6fX-o!Tep!y7~v(IG?K_SGp!dMX(;6WmlwE)vXbU~5BsYi zn-reTjlH#FM4^|-f^V-t6Pu2V*dM%D6W>2+cB4}Le(f$iX$coBt|7?)p`S@Ajdbsl zZTM>mFqLAV`?wu*Vb*O9-0_QPn;g@a@_vvS*cQe%r2%0Lzvqv$dAhRIfB22&;?5UW z4S-{VxI11AIMP15r(nXK8Mu;N$9I@oG)9PkERJsM-my!(fO2*Ta=DSCZ#TK^nL3d% zf=wI7q_yxDK@Pv3huVK=UNT%FMe3gB)m#``9xE0LNlQ`RqsU5MvcC|qcUv#Ld|4s? z-it0nICp&BQnTn!zpWXn!M5G}^!3xfcdfiwBAS%GACEN)lW#hQy|7uTL}RAeXT&_C zhs+)O?~Jw|w2|*IZ;pPClI%1a%Egtx^5M89MwcXcAa9$0Ccu&et;-gYZLdPid!H9gnZ4)pw2Y-3bO4`$^)~f>`G4OuOyP}@_|2-= zYpU&iG1wcu@>-}%$c58y_OgC>3&2~&{`VG%-=aG`vVY`XUe4`65Nf1%{ADnML!{qE0=U6Z2MqC4!!@t@;KdES;Pu&f;w_cn9xp~=@?9eUOWZc&whk8@6b!W{dU}4h^s!&IdE#B;> zAsnr*TR;gXJ}e5ZeTlw$ik$e4U{VpyjQh_^G_Q~fOOsb1NSsEa5=XVAKDBVCMStkz z+4QT&rEO12@r6k`9&QQRwGxm!;Z+KH*tQZY4j{hf!_W^qb$V2$G3Wn|TpKW-eg|j0 zUlXox7s!y)E&L)TbZ?A2n(h2?jH^@zY_zwY&l2Mr!#QYr4uW4H3TIR$Gw~vT!LTy- zVj0hQ!TaP{ysv-yw=AKY%#MhFL#nnmGBl1y|IIqOLc{S|+EYH*`byrr9S^w0p!7!;t^{^jV-SH&#=1OXF*HvLeo- zcq(|0gLF(5%i-Kk=Y2=#r)L^W_p(y-@=k|o%ubm&CW2gCJA)Xk&T(!F?JetEhdbq7 z3*Y0y>+SaZa8Zacgt!L(H9IDLZcEdis6D#px#Q_Ws=q&{owcHef+9NDlwogR1v|Im zJ}EtzuK8shjnP>t2Pe&d@$a1jO|Vb@4b#{NiFpB6Y0dAJZi*OM^s<6$wz&_5dK?w& z@$DR-(|<*CBK$wf_4C5BUev&d#B!=#$YJHy-%7fy6sU)C=53=>`uASQ<#Q+xhW+9r zm5!j86pzi24zkGT8?!#Tq}|fN;XpIdop%970WdStz%DkitjGpuS4}o_$nuyomzm|~ z_gn%sZN&UHD&do6bhYY#VZQFBr1=tLnz|0OBC!x)P$`LT3mSYwDF9u&Cu@oyB`x%^ z8xV6Ks$Dr*aN?2;MrF7Xn%vV z7x;El1&~1sEmCo$b~23y$2+&UiBkyu`K3N4N;yL(jS{M7|Ko=}nXuYYCCzf(BgywL z`ti=8ysUuk)@%3HYeiPN-$pRQ+BW0s@@LU3gf70Pc4th^G{9XeVtrWv6xr8Vzxk&0 z9uhVFfl8DSLBP8>(~V)sMLbz$_RVzwuoaISR+mKEAIx7qqqW^2xC;mJ#T(0H_{5KY z=iR}(Tb@m_Fob;xqKD+v-9J2dVfehyO*@O9@3dy&*k#-yTUFp4Gx;OTg54jlhs2KU z-Jh$0B$ zR8HS=EDpZ`T5$DG7(QniX(bsKdV^msAa=A65#^Yqk_0`(Pz)7Rp)K?2aP_MQ23Kl+ zHV=O0m)~8^Ybo|gkg0U!IYc44?FAE#%YuzY{paPgBP)KI^}mz@^Ff(nY9vsvC9X7Ei(G>T4&Q=LN>E?Eg~C zHw~U9M{KVgb~-1ej0Lx*;9alt+ywU`h!A!Mt%;>97GN|39{)$+D>C}>YJR`4+{D-= z;DG^#ga~CvC-Kl~f-yt5LKK<9vj z)&Ban&vNj~kpc;G;TL@{5B`QqVz!OF^(%zoX918jU4aSZM=K)oGg z5^D^W`g=Tr=k^$P>$-G^*gXyRL&u~`b!H}xOx-aGoFlH)d6SC97!z^ z(qeRcblzLS*M(>T=GQrDnf8a8FQ5mpD7Qrx&LqQ0QAW(3g-(Grpf8tabl&-U0Qf9+ zXE_|b<3^8Y-y|l*Z9~Em6K5Sx#}n~+q*vQ(DpZ*x4d>*)F8eow?z8~jWi+K4Oc~W6 z$9Fq>0}UfgD5$hKByRvB&$L(lm<`>>gk>5EXiIEqCY@Oq;2N>6*&HwlBn*?;#h*e4 z(ZYJPJm1Co(@UOy-X_kEIPnvYv0ttsWAsLQE*hsu-^k(nG8R~J(LMNJpKyYOni>26 zy3i_vD3%1a9+IR)f8%ka{zIVeIN$ciV)7aEE0fr_*W%!o?#rczfx&S&HwW2SfDFJ9 zzp|F1SH6E&K@34&Dk*?~$qv-J^q%OjHrB+GVu=~CkfKa(zJLCD2s+SyOn)lVsHE+k zPLBqon#_@;?@&G3^|kEV_B2JNXE(j}-KG(*rjX%(q>A_xa4W0DgU$G_QQe5?bv-c5 zAG*sWp5NP+OpvP%edK99VNoG@rC^OF3Z92Afo(pLG3vI9?1#NNwY1!NOZ}R09wA_9nOrZKJJ4}<1S*m%N zxLIK+a#M%oLlxpQ##!tgP9}jU>GNo^J`K*jIZFy=LFkLas6V~~w?t4>NCYYpp%0*l z<_%_?SgVm}DmcxH!?rc-7XpWcAli4ad{cYR9NiP-3Xn=M2jG&SDFM%4q{INTBdTyJ zC1vQa-kN%9)fC8>OMn}N#Y^OvPx?d4Jlt;Ww>r;8j7)d|HHdjR)E-KJiW0&0My-=x zB_RveHOBklCrJR`uw}Ba+vjq8#Pj`(Sa#sU3DLv_>057UiLiaqX6eHiWz+w{bkt#0 z`}O!gN2JhZH1PN{T|GM)*`U*3PM3XR7nd=>uJbGTE4D_vCnWx5T{#zovUhS4 zv^E7-;@~_CJ+GZno58~mxGy352ckPE3m*|UDN7<&xO+~yo(RC2LRp-Z2AYXfxoBkT zxs_{0kM&AGU&WKWn|LUEZ6Ar5y2HIx(GWA2`4Ig#!b5|=G zC`UbV1xb=vf|q|thnHZ!1N=;_h;vs(wX3KBeBhkng2BiCWG1t0;`#REN1TI8&w!xo zMP>%cPDfcH5l|kXG-K^dFAAsSr)IS+psc?X~z1BZo@`568JTd zGQ~kq>;3N{nAts5OhEt&v})d%L9m#=(ayfuHqL{-EO-3G@Xz;@0NcRU2yxK$x1%G> zl^Bino&TMM-^%MztMj}@Rbgs`4}SQ_?d?%B+tj-{QfsIv0p`#U;4%d94;vP|>m_hi z2C{)9CASu{T$}2s?}AIYB-E6RWHb2jr{rLhkG?UvDTmQLm+fntZrE2QW(!FC!|uE0 z6QBR9fP*?LOzb|vc-`YCxxn}v)~6uqsA~n-i5? zxDGP2vrJ~)g$H6H!|FkDkQda(z7bJnkc$zXyGRnGy-)$Onvsiy>at4c7UAAESMcb1 z6VE3l{YqNUn;!s%TBzUCbuL`LaHch{bLkBS>cS`AJ*6f(@E@roAR#LcNo)E`Wfl%MB(R-P%GAd6%ald@ zYalC+e&lri_kvY=DE`yL#1zg!tRJpmeeDTyTYw8u1Mu*KvB7JrtxvR6F%7fO7sF zxID?{D1gmBg`j3ea3s`3nf`ZWD8=tWI@-Gda_D_(Rpf}|ZJ9l|{-&W3FVBDO{z^+D z&!!^fkekmnXwhQ&{_H)Qu!Lz6nJ$u*j%@0TBHtV!YT?aQyzZ*A!Nb`uB!(Gg&v`h4 z-&e<~-EB3l%#9`2K5r2YOXM1>vd5mEN045$JzP9K^Q=0jc8OY0zz^mNKhgkX@w;_| z@XROvp}&aK4cC1JZ+YB#k-5??m3!Sn_ZYtrp`PX~yI*D$6iOXcK_<;;kz@O`y+s~Y z&Dx~Ln8X;sAsclh0v7HYQLcYvQ}F87D&*tEHq|Ph!zq2V%6h&^zMaA8j2fQrh5 zr2fm^iLWL)meYx4)Mi6nXyuSHupyMe*GsnmQv1@SBbN%T@4?uQ9LsQ{}@he3^gDtJ$BUX~LZ1+Q*#}Q!}fs zQna!S1=LV-iCK8T%zmQsKnGV<*0DAs@%WuQ7^BplhY*P>peR5l4)BTQf z@0nuMuk8&>6QxU8L2i)AWtt(&V(QJuyQjx9{ojQ0^e_hlS`re8dXFk<^UVSW=`^vv zpC94cN-F|C8q-hMvmyRK9(L`2BVF6pZHs4!e4Qu)56zC#8M%}5yrzVDvHZTN<;J7BJ~?;bM-jbLk4Kl2{gGxFr+E;atx6{v_`mVVvLv1j#cq6AxSJLsnQ|JD z|GY%w?ABT!Y1rn;2NxQ-U>!!Bg-lW;xM8ejvqx+@j|P;N4)Dl&HLhC2NfS9VOPzH< zI~{4tz174pQ{UFs5t_@Wa^6|mscPSPUI+Tkz?wzc@fPZ+iFzDq&X-kXMwXxQ%rd%z zJon#=sfW*>4Ean7!Qeo>d5npqm}XmSX!#y2 zd9SEVi4X>`j9!=tFY=0tRy>J3{Xv0tHTdiJH!}|X0c6Jmy$G=t?TVjI#J}rh2CHDI zLf6lQW|1taIJE<4zq)p_d`fCbO0ntT$X6%vv-xm6MTXwd@n~Ace2up2VObS{0CKDQ zSUJp#p&Ys45Y>)Ao@neFmQWJfi%KZ)Iophz~e0;7p`LWClowNbQ>u$?FX z+JEbs-Pnl48W!8r%utWzCPDPAAQfGOdsW|X3TQo*{*ZtwZDg)6!G8ycs7*DdUwGCj@-r#= zE{DX|Y;^F4a3WTk7@cUl2*Px|^lhO=i1axBdY8tH(%yjK|HevHhV)A;WHHt7b|3|? z3^;6RPY*JlFnJaDww`-dya>);LyMe+DQ`R<%bga?TZj`#kUV%T|s0 z#BIN>kKU4iceU{^O7}GNBIUGo#3m0MjId^qyClejB$$$tc7#hd5mBP^C}cmOL6vHpUP~$aJ@OM-Hr*n%3kU!8(7i2*06T9LEX<`zgHk7A5hfo?q3}|@hk&J3~xXg ztiD>czO!P|w+h#Vp&jn!5*6WXG;xJB^*>IU*ji%W$Hm{(KR|;fO&>Fb*vW z^T)VZEn6P1L5pCAEO)u8uRrZL5bVOp0<~yQ3U+;DvAXsxbt z${E=(S4OFycz52^A%Cs;4+J@sX~QNyQvSlMr6uoJV0${zIH*sq(u!}gPlWC4iSf5V zZ7t@A(*yi(%w%f8m%lxsk2d|jwEcH><3iD_w(;J8O^kZkTM`l%X6GN-U`9&l@uu=w zXSN8%y0?JavL#DTG9TRd*RIVQ0Sm{1uiHlr2@!Z?#+L;XIi^@R?iG@wB-NWeCT%?N zO301=W}(IagbFlQsLefe!wQE`OE8cijp^y*`K$~i`17m{JlQQaavfAxJVc4xIwfII zKzvE{J8udLZndfi%6UyOGV^L{3OGADl2mqjw; zfBixne&D2k2ulKC2dPfHyF>Y}v%H^(4gxPk5POCUR%`^AAJ;MfmuJipcy64oZl;jp zg%rMqL`WH5R-2}F4yk1XzxH3EjA2bnErQmqdX&z7tg2(&*hALw7?}}pknqdV&@(WztQ|ZJd69*A}vmwu0_*f7|iL*92l%qx6V#Xh78k>$D;VziqUVfw6A1>j(F z9~zEiMa{hsXTd2GGe(zBKv%JAPBB{+oN9TnCP}?9oc@vT@6>|BJOfo*Wuyk)eBT+X z0Tmkp*shNt!27~b8b+)FtW7895ehS@0>;q*gLhTk!2ND!B(28a*l$AicIl~Rq6&|*5bt7d z9ySCohW>vXorgbF|KrE+a;vR7?gKgQY_AN_HNg&b_Zqo5Rd zZ{hsxJ~TBJj_fdxiobly3dey=l|hdl$5`;p28`!&PU-(406f6fNRQl1IYN}noo z-NOl{N{vvJDDrR_THZOw?uLEq>^{wHEgp1P?`-9QTrI5QyvPsY0ZSVHw2rD1@lAUp zRqC~!qs8StNL6}3q!HbeGao9upv#ql^K7qpn@{9!sG9i44tn%Skg|l4aCp`j!-i0w zzYC2q>m|VgnLMU>D%)v0fM$bZ@@(HHqH+xoY&Vi-<;vhYBaDXSy+-EbS0Kzjy0_We z7oBPCaP23rcsH)*zf6dk8O=_p_isl_tWb9Vdnr|g!exx2&w+0*QpbBShOUh%J(UHp zbVCaer;wk?CPxH`JpO%@{Zg)31c!&C- z!E#{J`}2euHW5^|T|9o>BbFD0^}F9`B-o1?MyiVPxY)Z4vL zgy|OLTxAsPzZ||4`i1>$r{xM9U0myzY02eaz#6egm3vF!M}OaxFX?vaaoEK>oZRa& zJJQmW@)P)r?aUU6Zwr|Ozzl`r^h?_FCxE{Rz)#%;fBET#czF==}Kv}}n@yy|BlELfK~rMY)K-fnB@GHRNIFs`DDb9qv_`&?}?)%78p+eCLiW^tUdUypi8G1_wms~iXlvk{wmu17}{rnv33AT zpReEbmp;Tb4QQcszC-%WbQaGpjkh*O!fv`-irm*_0JiCUE~JM=4gm<`Jx=fQ^}C6T)rCSF_e>}E1Y~U)V5Ct3 zM_F6^umgzL22FUT4g>0EAF+0JXegqEW!G@~D>tOwzqx96mIg?bCXa31tGocIQHYaa zRg=qs(cdXvyepE&M`YpU$}AWFpFK$@T5Nx!szetj>0IrTdP&o64I-TR?>CL{@B} z!YLCWPt>l{^>`0XYBN$maMTLXbJi(#u*59mPoqPq zqKS?^QY_Cx51U`lLIz#nM9|Gv$2TC%&OYKSODdN z`*Slmv^kv54a|mh0=CX*7t*rM^$beX3vxpC4ujy!lSii?DWQ6UO_BclnEz~4-|7fJ zWrjlQg1uX5)aFL-!>H;x;|dfmdjM@YFP&xcZg0JHm5!AcCh>vm`Y@5bZ{aW~!W?RM z9Mic38@z_6&WP=yE$MAG3{CW0vUoY!XqLA@emXO{^T`W!q?0A_=AxYs`Zd__-j~(P zeOin*BJ#3GAg>mxoL-bEn-TO#LT^d&4H@t8Wj2~(4Rr~DP) zRjyx6k39|VF8bCB}1-iI3J_y4ce7i$W{MZN2X{sxVHas8VLlo*@1!BDzH; zwCO!yNkAdUmn`is|3|R@JcK=v&4S|R*;pQ4A|Bc^{r7|(kilChG1^8W1ekPDkoazT z?r!<&lS)9YriWW~SkOkFu%JFCO*vh{*Yij2hq4Qw7({cKWb+wxZAa0LreU?l*AtZwY|VYI2&KjmwYc1zP`P+@CXEZlWP%r&j|VY+N1WX=<#0WsRlrbYU@EV%82Mj4A~r-WPXB7b&NwFB9!P6prysB@N0;&9p45{xd&A=9 z7z=T%dxst%BH8a6E_ zL+M%Ds6~h~2-i1sov4k~NKWD#I7T6=tz?^4LNdF)C$Os9=aj=)8qh-@v!Av8WAjF_8SM-pgsU7FP#qIVRF*f3?ivrY2s0`RzKuEe zLYdBga~%B2J%SC!PGC&bz`lw6g^i=65&%{w06($SU|hri*q@P>54l*3JMNHO@6k-H ztY#Fy&v;A>89-Gm1%^jpp%Q83gAcTv8h9suU^U2|(MRo{vO=F_)YhN+kD}N5eGWAu z%S0c3FZV8OE5;+oPPoAdiD(L5r}HeSty zv2LMBPVaGba_Z#o8#1o{>2jdyxd6b(mad4vlO3wdw;=2rt}4XF@f!l`a%OYR+2Ydl zgTLI>Ap}DKz4Jna6BZCa`Z=(fD+Qn=Ux87o1K8n99f2%LDDTkU#mEm?la=^UgyC5> zf4qg?{IVbpD2ZEpJ%>v^U|uVigf(v~-UkfF-dFYrl;F6Os*OYV2*}rdnI>yLef^;1 z(C5&bEJ@??85f!#=*h%f<0AP3QZhLi$T5B24F|5()Mm~Uz%7oKt!N@QK8_~h>4P81 z+FfyIZTMtB_E|BtOa4}`rAlg|@5F^Pu#&%98V{QFST~!y+9uN%MOma)n(wM6*Ex|l zV~<#%c!%ttoq=%XG;xxm`1nJPJ=k?O02za9;4yxvQv&HNyMDne_vjC3m>_-|*s7G7 z->@RdVQ*44NKk&;`0c9&;a+~D0B_##n`SiOBGUPx9e%OG%iz({^6>-$8wb4Sb(paMPoQnyB=?F{`7q0mnsMf#UC zDN=u)a#R$s9o)8f7(lnwP0}OzE`7niFcIki3;h^@q-zp3{r8}q{0sN_Z^e(e`^7Da zaZ>tNLj@!5F9f*K5i7MdQ&zC>717{{Y?;#&Bre38N^SK`a!T$j)*Wjf4lM{c7&LX? zFA(tEUoq{ahn#jqVZM=N#7F~C#E+MH38+-*01$oN$EwQ1w2aQ@W)d&TKygW$;OwOI zsyau|@uW&Dn$kwa5;`1IPQX}T**;Q7jK~QAeIi`Y?ar<(tj}UX9f$U!vEX!`Z$Zu~ zfXmsh_5zDhGb6GJYyKUR50Gz zngJ>YzBaAx@cq=nclnPBH1U^zS~CTV&UE@ug`!?_Z4c*l9YfvP7>~CdFWV-2{Ohw6 zhslLDkIFi{?dQYN=iScM-GqUS+ZT{i6&1ptz9Qj4l^w}KGe~kRdIXFe%Ss3RB0p+ODk`j z!2tVr{!xoe$aKCDv6}dgc)b6s?GuR+=3hlaNRQk_R>))h;vKoJhrF5oGEJY^Nv;DW z!8T{b?=X2Fqt*8<5a$-CRGf~ezcl?_+e`zw?-#<13pK$Wm$nZZj9WfDe{Gem@Fgtn zkbN@scaHg}P`ts$vX(driD^%Zk|F6zYgy-xhJ^uQc$Fw0-UrJ_yE6ai>7$Xz$Gy+E z?`htkA02kkB5=u6n5qeXMQTucpL!6Me)|ONZ%@|_?T+4;A?$vG+Z~)<9B@Gh zlJwio`{rQYD&6d#^izP`)^kBrI~*Yqt$CHIy~(ph z4vZ=oHh`+~Lsz`u8nKbCLXWTpg%Mt07(shV(?w-iqeRk;%z~r^tX)-r*`UeMXrM&Vb;( z*Z)LFwB%^=`#1PVqaYsFv-K>eIGQZouq7BQdN&&weY9P~cCZLodM^KoZLQp^3AD{B z(SG)Q^aoz7ehF;+AugH`bVCOClnSJz*f}=__{u1E{o%v5=?2#>rO7jK_Emq~%N2Ba zQ`2X#wjdpWp?m81w{&5u&2r8214Bs8JChK*wZ>W!8Gp2i?#CBT#${U`H})xVbzhw6 z5$;oKs1UdmrfQp<#m=@BfHrPkdAhOm13}pocKDRBiUC@~0Yc%dc>}nHi%8_fZ(4OY z4dBDQ?-QdxD~phDDLEvoMlIzOVO>}d;ltiuf0GN0E~@(NNs4YymqA~(PQ|et8^>i+eYnzr>(d#x>#5Ys z*bQM=Sz7sMv`*5a5}czbxw!ik<;K0|VYz%7QNY@S$kGy$dP zM`LbA!sDXh@w+^o<-sApV4ydDzOb44N3-W3XH_}xTgcsavbI`{dJ&g;r}tn89U(@x zr+o2Xq9liMOPdnoAXEQoa5tfz1kW)Jvxlr!L+YKjtoq(4WQ1}FH7w^ z_oQP^s;Fjo^So!64q;dx0R8?kZ2z@kkA(p|!d`+ldJLYP&zZeQX3u+2woSKi@)gpN zKU_hAH~lW#^$V91%xyxXEzK#h6vqVGTBHH;dC%V2#B-kH1qzNi9S9a&F#Wrbq%IeA zx9}+sTi@Q9RIO7k!I3SE`~4E>+%nfoH0y%lTs`LO9DDBqEUB;?>kj&t8nDoKF)ia7 z0pB@3a@4pu;kLLoyGY^_x`?V^r5R}FP!nn@s%1Am_!??j{)Lv>Ia(<0ZivoD_*n^P zn;)=@ZL&z4nRz8_yZE05bu~u|IPt-p9qZ{Q*Hv+UBtWl?+-1%Lj6(l;g~z%ozlNpj z$`Cwjqbo!&jrDRJN#0*lX<@2wDZQ52l!MlDWa_f39?^$NxXC;!XP~IF*E;k=fVgXL zD`F|J)_4LJ@tUnIx7iJ~yk`^SYYVxWuSydwSXKd4`b+TwUZ08R$1+`{UgNl>x0{Zb zkQM#T+nH5ES{pUGI-RFRj~AvLy~xWo1#Ih`&LYWnx4K1rcO@4J$}BYp9hqGW^srcX z*ilBu55-lX-@%U+NdhuQ8d&!D34K8%xrnkKjf#-A4+a}CApfSiJT9{Pq)S?#LW;Q* z9HN@Kr1c0vlS`9YR}#hO499$ruieGu_mz4NLJY6}WA~0hR#6{$8E#Y#uLbW4kY9Jv z1p%YUpNhZ9{qG@FZ|N4LUlsF#KN&*v4qcr@@ zGZAd$kvHV<1VS36hm@QnH9~5v00#A&)VF0Rc0N$y_=5RI)KK@cy_Y~oLTBFe$5)d+ zxvCLEswcNduJ1}>ChalJf6YH!zw>Z;4`B~$95ycz)AvmV+5*l#2OA;h_st1QN$#Xm z@#Seg!bwkPDr#Th?EIgl93os_Jwm)M((CyyQE1Ctz%R4w6MLJyfEAl7?xpqXA@|y` zq5n`ACzolOP@@X`Yn2J&{J{se&HPMn5f&d_ z;#@q2{U570WpUPr>f+o4OQ@Ba<{SV`va8x$cW^3pCpUU4M7iWS8ltHkpx+X@fN$6Ze90UsX; zq8N-B*ZCE=-qTa=!M}9zQ?_i(ACQBEsEzr52ejx`WmAcg{VMLnJv=nx-|A_kzj#(s zj%!P*;E{N#n!|SH2$-Yyc7eVWe?ZukdGBbKSfC7-EWKJ(b>IO+CjsRkH|<;)$Ccl( zg%EI^OntVL(agN*x?m$)6Z2#JdqZ9yi$ho*mwz+KSsZ^Afb8~)mY z=UDFdxSs{41RAaUmm*D9n*2Z@TChaZ;L^79Z#rCmCSJg?w}74i99P`r1>_UvES=zg z;|xslX*EAfzC0GX=bpkR$z(o%>t?-cA9b6;e~7)W-LasTfiyjflRN+z$$eByzcI|_ zGAS0rIZ030dv+3NNlLgy;^fvtw_PL2PHN@44r8Td^}n5p%S{*Luh^w-1J3)Ce(|Pt z;l)l15DWD7apnoSr7Mso0rEns>7=SBuU2UKUP+8m=P2sFKmT9=*IY-bTI`$iY%p2l zN`^FpwlO|2K=&*I*lB5t$-5EHSAG#1o2 z^;lek21bE&FAz#B*VO(|vwY*q6Ub}5MY28mImG!=3-az;)IIL<;wsemdT#6Tr=KBg zs8N>nnpYE_W>yF#6RCeEqQ5`F6gE5RrxKOS>U<U2y(;DDo3U`!%hb zf7(ecl+Ab)A3zFEH>v1(Ph{MR^cavyw)XB5+xQTBstO}5?=15B15T=GUKu2>_Rs-{ zci#Ln1-AeY1Fm+Kl5Hg|;>WYAazUQM^LSLmmq+~^A6$#s`R@tXHF zQR5~f6H;Cj}nCdW(zAACxN zX>11Vlf5r#@ECbPPPN3$+0(>|GYA#sJ8;hyk(Xx=%V~b_+4$Gbw~S|Ytoq`B&v#vJ zxp~o>dB7E&|Bd!32@VG5wnuN){wuRsWhY!u2RK?hpQ-7Ifkr&S0zaU`~`__Ac>tKR><+&rlsKkOGGl_5bkSPKCa~K@mVQEdqaYxbg8k@a5s_Jr zTEauEX&%>1c?hHMRJf8W)fcJ~)6UPxaNkAxutQVnFZC*7Ki=|w)w5)flzVDw9iMTg z$i60$@mCfAu8~T(XhndcQ|$X_>T$6Xy{~KtsgM*4=t>h=T~*)1tX(OI{)g?9n;FB5 z_0C#ITX$RxIK>{yi^+fBvb7lYrg!>ToX1L9FLK=Q-*bvaMoah7+v`ofn@6!JrY+&@ zc7NP)4-Or@Is_e@0vLOg-;>mcPzlf4s&ILgPQ|MWu&YNXqkqvuzx3jJq+_F!d-x6< zB%DS_GdT6N*|j6?>oHiY{qqg?{_qnd<&E`3iP!s(Uv5$((kr}NAWrm0j(fBzA7&Ep zwrl$##x;I@&5$!yz*CY7b104(Q+@R`cGC1Cx9DY8b?z8PWux~ERbel%B3FE~Y@Pbd zNEYcZ*R)0kKuBOTA-=3AP4e%B65cvC4~8<(By-7!U97qm{o_}>bkZ2XXwR1RcMo=hG6IW6g)lT zlS5D{&q>KL6qzUZrs-|z>R^LI)<(@}Lx-|mj_!{i!fPJnxma=K*pAP9H-pmJ7X*3q z-WTi2=)Dh@TlHjh)IIe$twqihUMt#dF{ow=3$BcuV#2DuIOcL-bgwPCWi>SPMtxSc}Y|pUye*Fp9@a;Tm&^|sDSjk4d zZ)ZEF9!&>bkx8nwgt7V(p&*JalY()au}+u7Qo>?xblVaD9z=C8B1G5=q+_UHAn8J zC$^7|EWAiYL*z>X2XZ2nE;>qL*HazrbszlZ*b**v4wbbGDT-IDXtdU5Nr@vNQ%{o{ ztENvNSJPLUwLh`Aso%iT-a9Q=ZG3$h^X0$znHyIyLvtfSxbz!YB0X65km;1p5NI=A z8h3O7S>U>xUqs*N8N%u4q8ScGyYc8Tq5C}motgwXz~0tbF)gAaHueuErm3jc)>VQD zG`zhkBt{)-G41{gsJ~Xa!3rGa#M;+|BKUGr%as{wey~BSf_wE7}rHTgN>8m{QfY zZC{mf4NC~)QKmS{5CdG+!f@&txGvrv!?0Oy3ynuX*6vRm(VyF&pSOMV`47yMA*i*# z)-dNIS{`lRF8}30tz5Z>){y11I9J@|y9@GF7W4T{I2IOFcD~e?{Mm!rm^^n8V!u^( zQv8$^8*PFn4dEJ01U!6q$rFrVOB4{EqD|7kADT)Il2+oHf$SYEsymFEhJj8y3z?15)GVfK)zi#?FY(eO>Qle@3 zX3{(YoqyQ6^BlkW&v2)cc&7_JT`tandyCmd8y}=GZGf{G* z@r{A*)_u7mN^=!`iNaU=rO z*obgEIHj(?1f1mR)yS?MAaq;E;o*Ib1`xrIJ6aH+sBq1ZXIUrVwvoEMk@CIE86PY_ z1SO;feR+p-9!r?X+AL_Uo1tdampuXc^S!yxCP(~G$=Jp$gT~R`hLv%xAi|0hFvEum zK7CoVu~(Q@egd&~*L);v)5frGVhi#$D`!0msDY8QqwOfvQY;9kq9}2S&T78!*8%|( zpV;7G@O&9}6gA!laLoh>v7!2JKlz`{MVH=sOqe(^m726YMs~;NXW-y0iZ|bI^i6Pq z-*>!a+RJdyQOle?o$0c7+u5n)$swZ)d`ikpP!p|6(h5JWd= zaHLw-d-R9$9_-%#|6(1JdraOiwAp=f<=r47b<3leRff3vUObyuGI@b5BZUMhp5f-n!rjOY-RY?|65d5m|3xn-Dv z!t>^#60YPW^7srl#xss!ylg^$F6}a1oO%WB+8$X={>PAORhB0eQ<3lQYxZN! z&^O;{?FC$SO)4b+nubGtZ94_2^81`63z@a;3qE|!*?L1!-5~QKq=O#&y!&Emd@`3$ z>B}(Tx$|v~Q8V2JA@8OgR*6UsGohYMyJ#<`OD6&F-^nm*ZSNhNurU5w5Xi;&foWm< z-|r^bV)X>9ZP=v+jW)4tE8iwxJl*{JGuuIvB!(Aw-pfIVpYO|9PjnNJqlTL@5cb$_ z%sJ62l-Pyy;yq_7RlNZc(V%iIt?GeqRd`S|6?s1FjQ5Gs6Q-boGyj-XDO*j&x${NF z=oe%iG}Y*YJx#;f37*hMXDC&k{sNgpk>e0OuCeh-%ZuuPDuQL8IOkvmdcsoTL5 zi(&ke^n8>iWbFm5tY&#nh1x9!tXEgExsL~uo9J{tX(=*f$Joo$}-_7HBFfBGEQ@*R-VJf{C1>&^N^B*F!_SA9V?Ws82Ya?u}*ivS{K zVsz|(-^Z&m(=~^))bhY`DXbV+0?1ZBjWmBhfHQcluMs9<<}f z{$Ju&=PD1VRzN}-efwgC6G9}5_8K4rFH4KAC*z@g751rB*> zM|`+wm7b-0fnI~f3QK;^c9m4CQ1I2N`A|`wdUv6NkRDavAn@|#9la+_VTIN8Fokr* zPze)#_S$hTh?&o0=;gDw3aD?w{tuAPEf1-``i2MGip$>0q7FbtL!#A!VOkuBTyME-Gj4oR(sBPg{0-rY!PS{vLBfo1mRj7N_78&^i#U{ zCkdQo(jn%7#Pgh!{jMFz%M1W&G5=IgnfzDtK7#-Pwu&ga)hUFFzP^+Kr0lIM6DxY= zNKB6gy7`#O%S}k!AUCJF-&5`(qGr}S??L>%_^D4Ui(w+JZ&J)Z2Zt5#{%3btbN~M6 z)3Y}_6ZE}&U%n_|RuxxyQ=1a4Wi+vSuJ{uiX$Wq4Ul=*cjzso=h05zN@^>MI^xh+c zLhF^=tkm-7V^lH%=G5Gei4Y&@RNM@(Q-f-{(;pm_hARUcG`;-MLketDN$7#1DgRcM z@ATAM7Rci_t+!~d$C$hNs3XV2GrM=lI;LuQXfaI8x%w$G8&Z$7#T>bmEV-Dd6HSH9 zpy_KHRy^xour@btdRJdA-8UELb=ns{gh<47L6=Fhl#4rdLBK?Q2rHe^5Ne6!`+pAl zY$P>$vls!1_Pf)gIq}7{UU={+tp(NeUBKy84**$?>oRziJMti3eUUuyLptxgp4ocb zn4z^cW;g!@<;u|adg)}g&A{j;M_7uxd~n!h4WXx|!c|Nh>)v8JiFV^a9RtkNM9MGf z{}4eLC(Dl*5wT*xqdV00?_5VpT9e@EualYAs?vZLIx#u)k0x*9j8c2ggJ7k*(Z5w9 z(mnHf-ltU;L<4cfoM$lLo|HM!C)-Apl6;{3$i5*xu&SR;b*aUV8baS=uIAFr=-d~y za?rUW=z|S~eBUUj5s8N`t8B?j`2M@cZP6A7bfdR9#om%A0{!=T;$KeF2}>THkL<;7 ze95zuBo0D&)k7y}sz;oBoQ-S!53(0rw$kKSbIl%F7i-zjU+-IN&%}vAoZWeGWGwF4 z%8dkI+{#-aMrsG+ap2y=eWIGjic0@fBw~a@D$Z_GPw2Gca}Qj9JyzB6Ys&ElABNqZ zPai~x*2qy2$=nkFlPvss%H2n>LXsa-3G!ij6y5?jss6>M*&;Ml<;q8fu~OgRI&!hL zV#$LkC(zktDd<6WL(G06zjsYfGpzg7ohp)MrTkXF8UN+(Eyy(--EV&BE8iA! z`&w-A%-*ey#zj?^_CW)4o^V_eY9XO4*J%<0fg?&L_g~=8^GtB)*_qGNm{5X>BYtqbaY8 z$(tk~U-%!D0b1Du2Ibfx3v zCX6xrBC zP{l6_4DnE`c<8pUTpfaID^0W2^Tcudgm&?8akEFBHengtKdi@Tl4_Ci&UGM3J2$af zKR)?zQEk<|za3lilj{O)==HtCdqkZg-7^8Gx*X(!OCb`V# zYVGHMv`vr8Xb3gbYo7-~&==}G6u8tjL|T#JW0P^ONJWb$IUc`kqZc(=rKOe77UlJ}cYvJT zDN}!cUUZC@hm~9JacosQcn|Z7=VpBoo4@VAMiigcLkoTf1Xhd!Jzt;cefINxxI2GQ^fBwqY zk9Q*0)Q`s#SB^IQvUwnq$KzvoN$50)AJROzxkV{tK1X7J_zAJOD-iR&o)OU}{SCeE ztv=19pA96{T@rlQ!ZqxU4*-}1AS|9$AD&g6wXcuP@~G+muwlZ?2Rw1=v{np}RQL5F0T)5eFmrGF+07!Dz91I`LB z4Z*0#+>B&P)(46vHN}nWkQFTFnau(?k*X-3ax-CZRpBQfl@0C&8fgPlYs46dZ5Rqv zR}u9Y0*Ew!W$!iKx0x|BhR(NQeir$B^#M(TOdFn;RiE!jOG zsiig6aIq>CTWfr^;#`Lt=#In7un+!#5M}G&A+mb9b7i${KZ1d<#_xYch}SyRhRc4@ zvt|Y!I)N4*qjo1H?$n9rTwUJ5~D@y*zK~q0DyW%p6RB^e(hYLPWE?fZ1-!L=}%ZaF>dGc$c zq~aYt7_Q@L9z~2$_&?Tir7*U#eUSyg6c_)8>lhT%)`MBi11!D;y5cYzHgC&|9XXFH zc~X{;UtueR^45yfja8WEf8QCT&jla^>0g>$zT3qx2$>0mRQ`U4vY~s7 z3nIeGbR++R-5K9lF!&Fp^0e*FXGuME^|JWKM!qIZrF5qM;;hX3r^z%c?2?R`cHRE7@oZ-KU>Y2dxUh&XB-&}A!5^OQ? z+8aL@8lF9923#XZx@2a4=fGabz zXINh1jf9o@J!kZ`7Cc%Exv;hNw|oH6Qcx9zbQ$ zx=bw;uW}D_t>PI|$jzq!lCX^R_iz^+ImSm3to{4vk+lb`mJKD&)e$Qz*SY65(uYlW z#(S)x@Oqe4#*)x|;{mx{UL1nMCosC*WS#z^|NZzw@d=%&pyIT<%U431X2Y93mM334 z3baPtD{f7RLSc~eH(jI0@7d}UF)mfF$3A$PStq&Q!(#!=m-EfE-(3CYCJ0^oS6&bV zla!9mJyDy9o`=5L(=p*mK_TqLnVzdcg^6G1{~&!tJH6en?~`=VlB9pmu(L}9iwMnZAlm9L8dZM<#1W5Kwuf+(&;51ey(oYUY>yN!2#cxu>0=n>Pf2MUTC ziRJ~>J};} z$C&L9wMlz7RG@LFfEanY5)8NWK+Wdmu>-3{!Ca3}8Q*Zg#m^9tJ?o9_Cc%R*Ce{7} z9`+vI{@B!cuT^KpI6?KQdRG3B>)aDuUwqu1`j#^iI%ew1BYEnjtG<b9cq z4Y{13bc=6on=`3pUa-v2(P5hVa*QvQ3?=7;sbCan7K3MAem9OyJl?*wm(Kv{ySP<3 zIvb^wo-{x8=dHyBXW~5ekE4h=QkoV+-HiVFP{iGCb=4?5HccGmlqa9}q)%juMsQ&~csi}lwPuu`RsV>YB7$|8RV(L%^t7Jnr@JW|W0G zCwgME3aMzQ15`6h>=yRgQc-BngnQZRK_+o7 z$+Yz^F1#ZM+2jlN31+MZy6B#2@??1L5=3=BFu@r}@N?)-1i(!<8_A*vbz7&7Loz_5 z%5gSg8wh>Y2)3CPwwJ|m?FKm{CPdQ}cq0Mb|C>%1&l_h7auca57so$}`;S-9>bWBd z$AC6ZFpq-bkl-PK`m7%!VPu>?^LYBo2SJ6qIGX2u-^dOUda7b{S!4uVyO=dU6TnVL z>&iQ9-Q%VN1_(kuC{S(g&`|5^D3;o37elLwuDqc5DHNV)is>C&I7T$?`p_2J}! z?OB7)wsfj2vtQz?3@f!lNQXyE^{mBI4y>dpCgFOYcQ^v7=QP;pefSz2Ca>Q8ny73F z6AQUTgvI`;-4RU!2O}740d8P$we!E_i)A7M)JYZzS7D$tWflk>PWX>LKTo~cvS0kN!V1*3V`WET_0$SswA%fKb2Dl9ABBcsKI>rOId~{9PM~>;(;}5z%s`UE zLpf5lHyFb_pi?DrOnU|yOkek6&Cl{GsOgl{m{G@(t-SDH;R8`n{Ula!CyJ-<&o56^ z)ZimM;KJ$64+~9X)d0uOAMC6$ZJn#us|dRz-`4TARab3|%WYhT>b zZYAxR+-i6k9}pT~BhgJ#b|*s9d3^%HKJn>xQYGU(yBgdrityNPp|1p(5N`u{R~vK* z#PGT}pyre2GEU5!w`KZem8Q@W*bb=;Ud4aBxLpSGGM+VjD2iZa&Ps-Tsqy*i&!S!2 z4Lv$T*LC(#QN9+ar zfzXoYxf^!M=%VSnJM^q?{8+0yw&|fI`Uig}6kx9GoN-6`^0G;=4amR~D3yo)Xn9<( z?N)s@>GX#~x!ZI?vxF+mxYJalw83XLhnIHQ` zn_e1A_7c`CNm={cZpss>W@l^aBj9LQ@gzRg(3bp}lt?N~5>|dilF+!gY4u0wYZLZF ziX;HZmaEcISL5j-ET<$wMQMaF*#<4&X$S0W1C|UUnet*Oi?Y3?Rk2Rt28|=bdNhq8 zB0v09C;>z%S+qDP6^a~izznD))(`sw4_MO&w4(9XkJfGDKgMf|dH=#G>N>jOP#!A$ zfCZ|F1YYJlS6^D`0kxbmv`A)mAT0}<%z#@KFRMjM%UBVoF5jPjQ{=-8T7SsSF578X z7o!-?p&iF3q`>&O+%?cy*JKJ42kejlj+WT|Nr_=wG}!wqWThwt5Z?^dQ|uG^p!#hX^>NI#C$zJWFF{by zU*}#6*SzHV;rEO=V8*wmjt1gQvpY4{A!L7hTLB*{fS*CRgL1Z=@5M6=r#1XA2|u|< zhi?rU-nH?-(TA-??*O`kq(f?muv@^lp8Oy9VcEHvgVKflkmhEZSng0ry*0xFmq~dN-h!u=i zPXgc9ZI!RHx3!Qo1o#E^WnRTuMKoQi-?80sS`v5ob2b1e{1hEAvsu@r}07w(j{7tE|~yuG%)2Z61U2uFPc`t ztP}dqE!3f6_+X za7<^KcbD*rvE%iCm|lQ!wW)>zr4&_)GohilzP*hx%-TkaWe#W7t~3c$VMt=(S=hmT zrvxn>Jt{z;be5L>KKg~f2_SMY9sag`TaLH+bM#xZ?h%AqsPyJ64i=~NtNze zdnL;v<`3qf1jswpSpM%jx!)*M`^e*}A(Sij9R2P!i8~@Mnk;Fab%Ud{$c|eAo$Rk0 znjoV+$vrC|!m-ay2Q|*WBg5%x%?UsdCzBAB$#EI<>l69VA!lNPTj2woGIsN_$y7Ex z?oqK$DhsIGK9Zrnl>5!4v2faDzKoC7MW5EGy)N^*8}{;ku_Oi|pO?Bx(9A;11^jdhbCJblz(-8m3 zJZYS!4{WsI>vF7#8Tz|o>WA*Z0*I6LHCQ2$$&5TO10Z`GNeJ6#5s80$Ba%TJ+b(Ol z`p3J6BdPkyTYJr(X89{h@yltZdi)!FVBH^eIoO@4z@I%YS)`4$YwtXP z;zf>g2Zhyw8-;vo`TKwKmEV)%U3&8XZGi6NJzbFMppFDjzZpl|Ai!QJb;D@8qH!3R zCKhF3moYHF#$x%1m(+*?d*@ZpD#HdR;M$gKi4lO%@Z)cMVm#~SF`iK6{nB?JfTS*4 zLK{Do{V!xLFB1VVdfPzqF74wrdZk9}feaGbto`>QZ(&EIZ$N=mfJ^WJdgrs1Hu^4 z1<`|1Z!%?!2H4sEOCoK~!aHrfc-Cw4yBy@4;?2yj%s!`wu#r$qXHh{kKl(Ja3jZ3v zd3OJUAQV`mS%-Wk)uJZ3`IH(FRb}-Vb58yE%way-s&54Zcsi3fBbn6VPFCwFGS~1RAI#~25T&}K^+!ka?~O8`>>DQSoa83|LjM@( z1&EBWzQ8D73QzD*+!dwww*&{<>CI1qx1f!`u+d-S z;uzWE95Z{5H?mXqk&%RR5DJ-P$B{xIq-6V^&-V{Fzg)NTdcCgeaXlaRd$eqY*qecA z?vex4^_@qRBhV7-w-tXuZh-IQ3*D$tTvX9>*8r<8P`2j+PfLC~2#r`rR8J?ToOs|{4)_Obe(Y;!OXR|(XAuwVrA zRl=_;c3q*O*azg*!L$J!`aTNWMt5wsEmgR1)-DJiwvP=jmv|n=RV97LmThS)doUM( z?{C%%FVHgVKjeonB*4~VK4Cz7Md*=otY-AI`BE(Z&|bJXyyP-EcYW03NXSQ0EERlt z@M>#Oe*H@!q0qOGG=^o;dlQ%Fr{pd`l?4yK69&5F1#H)R*$TyHv*W5`xW66(0efFJ zXccKD-hrTflCjRSlqUTNGXqD4q4@AfB;fQ~F4&9)ix)sV&^r9>WoM++ z-`^g1@+x`yu_1>tvJ*6IoGgF-U-AqUjvHqa0)9dLM;};F;nW@OrUShaqvIa=9&n}C zT}Pl6%wrbPd3ST2vo3mDozY<$&qp|g+L0uaHGvuk+=K=UufH+Ls|+V@>@#VL-n|y1EaBaR1B18 z|LW`TF-X(a)kXTc2!i6=4s7C zf5HI}bHOlc^ElCEi5RRT*z?hlzy`Hhf*3sKk#?feoUp*J$RIwV#@OON2P!HGWH|^2 zA+>4N`YHc^dG`6Z!lgLmPn1mPJ4LhXPMY8gAK5(7rI~$Sde++OgfQV*LCW;s9aM=V zB#IAung@mZ|BFG+xu5RDC)!ic>)x85t)Eo6fSX;bQba9x$pD1zRqC2?>4YPW2i7#- z#Htkj1^e2MLazx=_58$~wCF5jNyE9jkO3FSt~SfX62K?^ltC#5+EuU&sWdMEMJ>aN5!IOo6|QS5~Yo@Jw3DK(hr!7#*gy5Q4hLw@{S)s>=A*875h(n=(xu&jVP51nm>=cR@nKu-NIVpGO1A?4 z`qBHE9n_ig*S0v;IifP}cILi_l9byQzx_ zBdO7Gthd5mL@p-`WXf!k*Qn?Iky_+(i_Y@4`Xy%)g_H`B=WqMaSZWmG7Np6E=?W)a z4rzxb&uu3^n3;t2{rp`^7w>U)-gY1VxY+q%!=;m9UTBpM?NoT}{k_Rqhv?2VD_~0f zfRd``0mLB{duMEe7NAZ@QSw%8j4Q*|V$dqS8tJLFiqp)CI{IBE zniylbda5<`!tFNxAtvGND&NnbRQi~dS&F>!+6KUs zGL>;NRdS^!xY9&u$om!gR^NemXr0lUJloQH;5?$an>pTJfqOzgMs?d!jonoERIWfW z5_a8xytVkBnB+N0C+h3GnzzzV&Nwx|VrF&Oupl!LStuuF=&Qia2wTa-r7g+Z@%O7r z)O;RKl*_9zrl@%_rPU{@ykfyQhGN=6mK7z}9rtWS!``*GA`OeleKkRU>Dv)jH>{$0 zMfOAsgQCbdcFA;8baC!^^cZ9mO%u@kViPlQLQitC^h3=151`Em^ySHlj_sZbX=j** zUv|o`IaJ+v4p-(Dra$^Z5#V>8mF8JzHctE@?g0evOU%Z-I8UXb?Vq-RYpshRXUkPc zt!b~9`Y(?UT%iP=T7&IJ2_q`*sv~ZK|MsO1TKhGrEaK-BXlo`0511M$(3AG>=?GCwSSt|AL zYw?LTo~yL}iJl|qXUWejnAA&47{y-igG|ZVihVZF7P7xGC#|og< zB~ZFJsYY}3sQ8g=|C9&SAIoP8e|@4qSDfvR{|1i1nrRrc*Pk>$0mq39T@>dQ$jk0- z0(8som2}o%;L1f9zGKIBS=X8enyK|MCuJ3Oy==@nWM$oe^E5&!$*cpX%71!hEs;=2W-3|pg9aa z*p84Nm2^eg_{Ubhj~dRDcf%P*36}-s>lx0+fp7|QMO0@u3Lx0+p%oyO%^dN($GCS_ zb%Bpt{MYPFnM$6kh{yXh0jOHk^5g^_dHSEqIAb10&A7sATUq=0$-Byg+lK#S@#ms| zwWx}bO>Xj){EG-{n;L4PZKp0M>>eyLpGy0MRMrx#JV>c#>FB>K=}M#XY!X{>ewW83 zW&TgNt%d?#MCLT}HJf+Rq;ZKI7|NJQjt{dCL@Kw+AjTRYO4zJKG2%b10%gQqn;g@J ztX|e21$)|-yP4&_YkCY0_w7F@t0qUuE#IcYpNTp8K%lBhYnxnse81B96YpM-lLpg% zqJh<`dDo9b`T}A=IN>Xi29D7rMXLHINH6b7yLbl`GS^+E%klNhWA-hf~|kBR+Q%8f7uDu-g(-+%`tWL zj|o}VcTG22Z0Yi?FV?sfA5uKoPr8^3e~~=&7<4Jgu6eKgB00U`vE81$N}ev2oUaau zglG(}&=S&0gAa6+|MYuoR4gU$V?|TBA#cptRRG{fnw*0|O36k>lsbfC$fb+!sZ2Z% zSbn}-7KTChz@8bInrB(fST_9V*rkzk=$|TAJ}ILPVRv|vAVnhiXH1M-0tJIOKhUHs z&{_88J>r^qO_7-L2%sM@o0s??ojB>C6pMWt!w>InFtxSQ=u9d@vbn*}PelH@2eOZ2 z-EKaQ8_ckl=5!ammMyXT5eLP|GQxgjN9Th#4zF3+&e}DWG&1b#EJ>q>(7Z!DppDuC z8{Ocw{Hvc79*OGW$uXV4%Ywx3F7v876OwOo-6_FCqL9EfD^iB|hCh5C>6AX8?#v=I zXdU8wU~2qCa#d|!%!Fn@!eC%kUyJR{&6}s6v5zOmX}&v}XUacEhx~+9B<^H=pMGce zr}Vv~FCTVuSSDFxJCtRw z)V=0?mMk7rc8A`o~|>!@~N8E-P^O5=Qj^|10@yj)wN?nwt zBZ>bz1r{9O5<6d?@d?L`((Qf&4G7X){ie)*)O`J#20Xg?`;L87jMR(-Ce_2MKOkZe&%BP1Pb2n>zEyZ@FcW1Yj5vc+s2ix<<-@{7m@9CT`Di6RgH+|-k)kc zKlmL^ossq6B-}^bqR>*OlQ9Vf!y)`Qb&rFG)_@Oe6Tavvz2wUJ{(v-wIgZf@+wi+h zMS)a=DYt4HVuJGlWL`0nAPY3J1H3D#qkMk%eaL3u9_SrI^{(JuVLI6m??vIdnq%M)F+-baNA$Jq)b!J z`-dTdYwn|b)M}~Kw&&if!P|s5u%ZOil+Ei^u6emUh5MQW_akC6JS;*e+2xi%Su${} z`oU*^eDmm(8aTC?MQ8sPppvU~-@>!EF!s!Pfm20*_6#W(?Rcz9(9+5U4>CZU$tFwHa zS$_UTqeikNmNjK}!bj>y#a~8F)k@o3W68JQGl1D3e*+%g&pB?2V#& zDwz;y9ZM*z=pWGUqjYW&(<-^|DJMf_aB+IvG`8_uHe`RX;-78=sQ(lU36E%dxP1t~ z4@C`K*cfB*x~CiIBHkPo!@jWZb77x}#kj)7r4eLF#cdf?x56M!vi2!~8T;e4atP~A z2GgV(46fAnwaZeO zS%4+zrMqT``bZPL>38)0JNjn|__bN1p@onn7~xb-uU5c6W!yE?^$?G=e#@v{oNC^c zVv2K93vtI8qW*P^!cNQl3^!kXBZzwct$VF421A=)%sA{$dOYlKpwkgsSk@S_0#sy3 zVz`qIjhM1OJ!wXGyU?(=hZ^VF(56C#b7V$>G`Se4@P+J8f~fA9w-66z0DZZw*+F4U z;QpURog$Bfq!HhB?S1c(Xh8AbH3V_PK%&r7d9Q6fM$7+Z@2-Ax{F}sQyi@A;@nIFt zbh9A>J$HW)^}K?${QD72a6H!Kug zh;cuq=`I4(0p)&%=0pd>RQ8%eZ$V*Zq~S58+EEI%6}tNT>U71!C&GVY!XO7;pBw`z zE&43Kwocz?>YTY8DWXwPqoX#4!c|>LO>_il3~N@4nyBX;h`(a$h(*m2Uk9cm$r(7E zGL3`z;gq%92@LO}6jG9(*{1QF(V>cOnNTSwd}6Xp_7dt}%&*+4h28`7`EeF<3w1aZ zI~h?^k*kkTvV7K`!ViuMt(i!!{P%hwML)B=o?$Yh-g!~~SBUDarfWu%RO_8nZ$Jbe zT3E3Tdt5mR?J*bHY@T-C2j}HN2ypegE4NuoBdEiV6h9=*H}@dn;6KlUpG(*UAIJ_# zuGxFtyxk}JYSIZa>0ct!ZVPemc$F+v_(?i&uCFal->^~W?Z=SPGu%hGVjr`EJt5(p za9lmm2p>Q({Nf=#@QMQLbaO&~g!CY8(Pnh?xi0%JH=Gk~+&Oa>Av`t*_9h^+8D)*&6f>ph%&O@8@z6a>I#HO$>2*QxZa4f#J`}IpP8>; z!`%W<0?!V#aeNMGYPNQnA?JQvqcVHw&e#Ocq4zvzhNN6*^&$W_bgI7;1+1d^p@)aj4(!eZ0aiAg)OmK_ODtV7a1{!4nADn4ibARbtVWXaP`b2cXO&@s1T)!pkYInMQqfC`_&1GSl9IqJl|9@jh>OVoXZuQ^K}K65WojnOJd}^BDq1J;FRgZUiYv`` z#F$`jJxv_<;Lvk%Ofdaj#Cj)!8ex>~IEDKAsg&WZ-CrbPIAOv!?R+zVy34L7fx~lGQj|&UttP!3Ww`#{VZjvb z+PyoxqwZoi3g8MuNTy?AOtaflMUQ~|G)cj^Gh;)qyxZPme;`heMj`{_D zP?Q(fdHYxzNES6x@tFf}ey^*n2Icoc53If`R!TJ5u}E+Q6E#sSBIY zPbf?w!Q1KnoBT{B9i5*Y7*59;EcIi_tv0`_gRiH>dRmg6x70g01cZUs`xo%W5JEoJ zwChTj^1ETD(~gN2GmFeiU2Kg7EJAcmT(El=jeKf9# zt~=d$aObQh+WV32SBTPA{~6csyxx*!jAy5d6HH?7rlO`z4CFEx9%GuTc>+SkWnh z)#VBKTw{{0HC++W;2VZL!j6+(+8K=hj$H?G7GLzx-k0!Dosft`jk-ZXRUj*;H$}o2 zo;mH+N!}K*ExI2c=)eohGb)W1pLB_u+H}Y;_e*z(nC{N0=v;iBp*yk}apu2>$^>Dh zQAHxnwkX|5F*g0;3t~6&;kiu7W$m6CW?O}l%*mPiUEom)s9|#b4_UJz*J6^e7oQus z`V>$%?@}I!0#}4vD23K+c#$p&*Jl6}=RXtDmL7j?#4Xo7F=k}A=e~0|0K^O4R>ez& z4hRCR>v}m*MI+YcceyFbya3J%+V53jUpUdbkD%uGwSvsHlte z?vFq4o{d<$zaHFqEkTlP$HE{lcmK$pqmR3n*yn`x`P4_N-@fT}#otMZJO}fsvrLIX z7?i6KoI~&aRsw@!aA%< zytW89x=v#j_6t5_dVl=X!%*_rL=#Upj;`H_(#GS#$qIahu>V4Fme7HC(Wna5ALo;i z4D+6iHlY56Fsm6pl)wS~RCPY%QZVVh_+6>y*cWuZ^mQ|{Khs-lUq&$)$S$H`(0?PCqzl!Fs8<11Xwf@Xtoc5M?{n+Pb>R22rUtlq}ameGk=L4C~=CJ zxYxV4{rMa!xW>5W`Uof%L7KI?;SL`V)b;N(dy?3|OSM&%z<$Q@*}8Ghdkj(ZSFJ;A zoH=yBX*pl51Msi;`=(?@mDd8U>X)edeHxg+qWK>_^WJaz4-xp0QV`k5@VKkc!`=51 zL0^mP(ORii9gtrI%Z93X;qM%MNW^-X7UsDq?mznkJ~Gq9Z@1*@$mc$zY7ywElJI2U zumRwC{*&M051!h02qY5Q>U;%!A}y(MgS{?dx_rpyDo40I_uyi`gh=Zhw-jc0r zaGR!mxRCWObp4j(yN1w2%~kr@TMS#)y97oKo#l3Q{O1xa1L)+J0eG+-<%|$R}2Ii;T*>LGph5|Ajd<{?O%2zAFk^z-f?&mT)p+38+2*!NmwyukgT;ydx6hK zQD&qRQM&$60cpS4QrRx+?*}(`e@vN^-3dIPcQ?=uuHIoQsVWlGHv3P0Y5Mx=F*M^d zRt*hCg?X|xN62{2u%%d1{DD3; zF#^fNJDY{%GI43Z%2SXaG+LbOLXZo2GAR6n%=VkD&9}5j?zKu0NT>u%{Z6RAgVyQ( z_*d@(FA+LLZ^2hrzWdgE+{M=CHm0LzpS?BN+Yu6DRUNNWK53WCl+HUpZOvfHSXzxf zCUU`2WfuPwD$CY)97CBVC_}@Th6fpO>~<)FU%-JLuzz(*j&9in@`hw<$H(ej*s%6c zs&JJh``U&VZlH26d8V!SP#I(+&l`in{o68Zu2@ZIxOqBa5p+|=X81vf%`Ce_*Ql|% zgy@;Bty52G4V>j#-zlTo>+pH~f77LRngkM6UsPmPU*3Qq&fGXxlC@gE#FmbFu~rnt zyT|+Ni4Za4=X7-8T~@Yn z1F!V}Qfo{43Ba($XhWat^bZkc-yi87jwD(o?sf7LEvVROHw*J`-kJikQVZlI>ZnGj zsm@v_a--iA51tA$_gsZLXd!&`e~09|3Ul66f1dk52Y;bTT$S+X;)!ow!_#=Bcw*6? zt$bjH(7H2K%te@|rrJO4xbMuC71Alg|4tT}rJQeTPTzQ$!gi|7z;Ms;{k)aM-MZUxkmqMp$>eL%}m zLi5K&y=ypxGAv~9)znx9vM}_`951BmW7zROLIGmb$$4LchTAs10c&4PVry8n+;y){ zQIZBPn72WHo!)s<7=sJCUKNpG3nQG6SFvJ4X~7FDfMmXAc9md&x;CB$wlI>o2sqmg zBxc_|bS#j;aCzTD9roPxyU6BI_9-dQDi~$$E02)dvEh6LAM5@0ftk39{I;5Iju;FU zE<*H6b>94>SeiDBPPiDa-DU2;+%uTbj8A};)(GqTray>OY>2-%)Ew?nNc*!;&K3$IUsFeP?6qa%EAZ=)do>T1embbAD(HJ0IK zd^~B?r>V`~UW(|!RCK9?&?L!`mKKe0L#%AkguJaCPp72@L&~_n=WF^}jwzqn5p^^b0>7i-2cU3Ed(eCRy+kMz-SK3i%PB zQ!HT{`VHtb0*D;%WqMioHvouqb)^UFJAWt8!=`78-Kw4G(QMhi0Jb$l!{phYqK#%hp}dTs zD4Q3`9RW_cPPCi(K$r3{!SD0Lq@fVsyYrKkx%IHx`&rK}U-<-2#Z}fNw8qkg(!_SC ziEZn#P>L|`n*2&83{9U&11xnu{+Hh-jR|E?hjUHYGdQPbXDYe4n59iyWDyZGRQ+(8UyT6fb=Ov)EgW(4DT54?wzSh zbY3PM1SozDQIX_!7(~DGCH?@KRK(TNyM;me8_dN$PBHu8Yqx}3<3R}`#N&8jlMJH8 z%>b$LKIzzB)ie#R*P>TAX23>UH&~;9{Vb3f%?qPww$5E&)ftqWa}?8c{b<-`^HVoc z-Y7cByx{)rH@C^pUpjUE&UKh2fo8K{LmSchwQq%5fYn1t+COB7OHtF;Acd0l9ouB%XReXKr=M;+M^>#D{ z5L=0$3Lg4XwOd-3wQYx_PXiDz`q2f zb6v=%2%n=Ez0kVfklx(w+CD$b%T)hn8NSx-S3xR?#1rM3`7|m%n4o9OZn!C9g+RaM zJ*c_vd*UO61NEQc96NLTw)5A+c%pL0pFFxYH1qmoM=?OCAamznme{& zLnM{rvS74J{lrdk7z{iM^yNYN%W{h8Fv#)wzt13d$H~4vn|eb@G9-8>GEp%4_djNg zqAJr||E{qL253n)rVClx>o)Pfdd@La@{$x{yWRR#SH%xiSvKC{61a&INTAy0zLT0SL z$bk`^LzvUoQ}r}TOnYB)NOy*t>;bW_=H^0#FCBA$0k6n}g{u??(eo(}=c+2SkFL}K zU|>bt=3(Wf3^bY@&6$YHehpB1!t%q=*m#(Slud;sfVfxjD(i-q^Yu_5teHT92WOdt zTi1HH;$$gf8F;*GL1xCv;%@cWF_a)RT2C>Ldr61FT4GS9N2(cZDfdVY#5?6m;c?e^ zSGfP_>u(nxBfMpvxRu7&ffwmEqKr5J@YELrJ@O)VoNq-^SA`O~jT@OYn3UI33BpYR z_E999EJd9+<43?U)wR(#(ZbCS=Iwv^Nh7>G9(`9u6j`>!S8x7d6*r3C@3oM7ab-t- z^c)aT#V_@~jQ=maTJiR*5Z1M|?jLNH5F@1is29LfINjz_c+EA*f0oP$zcZu>cIZl0(6XRtw|pPWtvVes?BN_cRgV#Y6@`3s4(4t0lBvsOu^{o(rM1owY3 z?UAjcU*q=zr0}T+s0apFcrFjA*?=pA+=$H(C8(rZZo3N&xw-e?DIFJ+3U`tWly5|C=_Q*m=?$wt=7$ghc1A}I~$=8bcp1)yui~1_-_1}s z<>-jsyd{BN_35Hyg*$b(j;knzS8rPPbH3Ez$TmQ?ENvEe=j8KU7zjCOPUm;eQLz@o zGR5?tUrz=$LKIPPv*sQ+1MRruinIIX5$p}A2T(8!yQmp8;(R2q_-Ww>(wJG<&s^lp zc$se1_tn9&LeE1^J}`twz)A1sCgcc&WtdK#2X|t1Mc&Pe!*_hjjGBE>&`UxIIE$V8fFh1|qxE7K z4cz)rD1@uAZ8nUVFYE+c!%JREa{c{#hj)b?~%lZ>-tQo2Yi--4_~@1*($)cn_AakCWVPFhtrbC{3zj>I9JGZ^BN$1 zs@BR-6*2mGnReG-t{bZx{Z?D*59nLiITM;pUS1;sNZIO7yJmQKugJtl7U2n+I_=D~ z^e{~JyF1)OzR|6*6v|};-DeBdcsm*Dk(@x@kPJl92+opQN#B9o#Eu_=AAey|YyixLzmn;sM&^LS9nr1#WDWOnjF_MNV&MtW2!D}c88=Nbc-Nvuna zV9%qwtcWOBAJ^H}vjaB(N2~xCN*ro;jd04~J9=&Ixvay9+@7>j=eeO{mt1~n9-@z8 zUFGz9LcM1}v?Es?HZl@+I!xOUucaB#n?>vGulP03E9pI3T8e-v(pL5Pz9pIVhf}>4(o|O6@Y;hU@{HGx#F>WQ6 zFVO~gUmn1@j5f_&7=Fpn?1mF2U(rNJjKrU6t;3>qoRO48_@}s2iV{obid;QDCf*t^ z>b?E{q$VuS3JpGgUgMRylw{8F6zKao|KFI9@c>x;fd-ivbSpQzqV}#u-u}KDLeh41zXOK_7;yO6|uV zeoB2ut@Ib@Ca~ZSi;^lq$uD1QV8#X#t8n< z;^8h@0bb4l?Dbqs+p~ca#KU_QQV21k`toLy6O6T=&PoXpm!5lzMRiF-)%=&eUiE2y z+xW9AD41ihk#9FQ#exU?YqUdcR|BvT^EkH=6kN5iH$=a!Q37v;I{ zpT6ev0@5DIU-eVq=A%Kl`YXFn-~eT?#Gv2ui$7E&`cDASTQ?hhWk>ogiD6FjIC30i ziN>%~cz{kGJls=cH?d-1QQ4N`!A#!vsQHQ5nz8Wv;jNI!QL$!%UBnC}9Wy*}-`J$8 zfV*JKhtN-@ofmjbpszv8U$!|5E|GzWhb@@KW}1vEfJ(^^yqT8?5Eh3q9=r}Q$CDlE zV73oeJ6|ECn#HQ|Z>61y=YJGy;+;9UkET6v2xku$HidO~)~s^^=UX1|_N5cWsKoTw z_pE4H`p$fRSKeleZf5#-w#+vI41V4Bne30HdYtE`i2}s@Xuin3ITOJ)0Bnx8h%o=| zLe7c-8z3-8(%)k1p(2tV)-IwRSzaaUztDbyjTJ=4&+21rT?Ew)ENJ3J`L`z@8FL@4 za@!ICD$I_;Dm7lHWwDgp`7KPsAN-kSDg8}w7S7?OZ#7OCWbodj%aHOL&Ih(n;Mm%U zu%KLM#4njFYKbTcJUrz*f+kCW21l*#xWz{~O!!l8W8gs=5eQtNHD3E)JZLkBKB36@`CHX0Y%G99$F zvpW3+n0}w++Z)q{i?L%TbuXb(6KL~)$n8V5PdZ>WNdgS^CzWYl|L`SBp-y3scZ~_W{wh%R?oZ$RQ94 zHd{=6<}~CS7s6VMtJt0{2W}9@EjwI{GD~fB#f+jl)RRfVC98cP>#1P^($LA`kqviT z^HZuuM#Pbrv$!DG+f1SEeVAf1_cyxm;aRzl!3%%riW2D$Ggvp@$0@#qtRHd|bKB~?6Zuu4$ zcc5%UcB84X_)NZPTGKr)JSxsA2(PGsg8|eG&N~QG1b~;!08XNyz5z6@E#r9Lm2@Zy zK{QDRe0GIZEHpNPFOfYC4v@xIT)=ixNuk5pp{|z*ZFg%(`4N-Ez<)UDsEkeA`=&SX z#|#(53AEw9=%eoU!ETImP&Xf2P{0u#w%Z}TtD9hh^sBTJJt_^8@%w~{Ndnxx%YEtb zO)D%O*p~K_2h1Q=0#FKc;=*A^_X64eQ2(B^t$-y?&*fA zD3Lx5{7K?u@~4MdY!1ZF9?W!P#ctp5Q?j%$$L>u+7oRB4EZP%q#{U=B_Dm>Eh7|O< z=RZCFr$GoIgl!B0hbC{^x1!`X)C%n42hTx=ypFrfr)~LR9ED`58}~bQ^7)ME(?%LU z{UK#yz~+!#Q(WAT0sPMj!$NW2ZN;Xp9h~U*Me1xb*TIVQR*En;^1ersYwoReeIr!& z!*Vk3HdEU^>--vVzr*Xtvrx#ZoUuWQM^JM>Gh=_crc-afR0#*&x&)_L)if}?&VDFx z-&GOwG0s^|UbH)9$(dsBPtJX7>Y7$-RP{q)n4b}>mEk(aGm|1tn$qKDFj=!za=dk@*aDP#Y+uYtgKDs|HK-Tz)M*QXvo0DS&;sn8}j_(oI8A{A8N$u}%7a6SLpoJ&}NGY5?KD|1RJi{gJK86W3eO;eZEZm~I&d z7$R%n)B!fomiY;}oF;|l@bfA;`W)OZR{?nIcoqOvwhAK4jY@gJ^J9V(0 zO4$HkpMlH#Qd;njobi{RjFp@!ZU!DM^vxe*hs%29bH=tat$H}ZCzj{hZaW^dV#Sb? zw5Hg^>o8C~r~<^(sWEp=+Y+rwk2m4NumN{&@>DYSc)YtW^vJClblwCE^sGG+4*{jz z1e0T(J#p7^jK^UVr_Q&Hqy}OaSr?)QIBLzy6Xp=+xPJp$w@MH6VN~~Cc`tlGZ5AjV zfIYR?NO%+_bLggDRCuUQ_a$g~x<+(UoHon-AiLp}juki}f)D7T=$WDv+_xiGS+#$C zvY;H!dTRvza!>Bp@_hiicGc$ZR9CSHWlDgw4x9f!~wJrk)^uO$?;LF*oMsmS{u~0nRU#1azJqs@@jl^MuP>Vf!Y`e>3y}bD)u5TB5#cZ zmi!yB7<~j{!`WNmeL!2{XO5{Hd~?u5Z+brh@JVDxi>$j>Q1RQVCzA2 zou%+R{Rk?imEaZZzJ6|!l{#Y2{o}6#<3amP@tgc9MqEHvRp61DjSVG-0yygFIw50C zp5m+D-$0RcWRm5(K4;qXdfO^)=|f}AHx?UvL2)Jv zk*G20+n~>HYko^0qqZvZY+QM@^m890X_0ch!>jT zA!Ua~gHCjtC&S%y@JYoo-q7gA;Yd!@n7OXzmPalidsV4|?UJRjX~NDn=wedd7NPy9 zk_YN*s^&76%a#jrUeI*b#>)UtspHbw4WZZMhQ4VP*XF92Gx8Knq{h-ubrV(0wMmKg z3ktr^nSTt`5taNd=J8MutzfEkX*$m-jJ$w3Lz0X1qU3cuy#RiXA6}rmOiSv#eBQ2OR5vuDz1Ei%wZ1b~jT8v@wt14BHngU8>0^>7n}hhO=@ z%IRrDJd8+rb3*GfKh{_>(r8OGw#AF>MbVW|BlzQD&4~@1g@;Jbd|eN;6gR(IrURli zMm8RDeFzg}+|wsA0-~b|oZCa1Q@$j>%U!f&lnVGwFXCO`Z+;><{%n}PUUzzj41X7} zpZoWeI?{!v-@wJu>GqZ7{vG23gHI|?h5AzcPUPaVIPg9rbS+0U*}G)StimLb1Z+LZ z25@vD0(P>aolA49)wE3{Urr|12&eCgNU9sK7CzBzF^7 zYwhlD`BS4=`^l|;Kk^X@^`;BbE2?DIu{Eo!q>PgqMMwh~L@>Lg=6L;`AhB~H`yxm% zgo3Frnh;{(P+-XXt};pWSnYiKIT!e$Kga(1EJ9k8rk7RPzT$=Eo{QY}s#)IcJ+8DH z4v-nq4eM%l{bct{oA&*GPQi@;{H3`E_}|UIq|x8ZFuF)79>NN~!#9(Yu)^-V ztcoIw1A{%qagavYeAkaPt<|7N$*ii`KstJxJ7@827pTv~DyOb#j1Au4EN1pR;4qyE z`=fg^P_=fdU9ax5FTcMW@?R+gPC}E{L`?MY{4H_CX6J{@fb2fX2GxX(8Y0`BS6a}JMNAb&hK)L6%HaO&WtI3|UgiR+b|Cxsv_Ard8{lQH34?U~ z{tQ4*xDu5|5e{u*LLZWb#~Fp(LkW|WidG0y`dSa#0me=U2CR+jhF46+5+l7+sE#sm zqQZa{9vq=0lX~;Y&2&!lg#$%H)H)Bhe?BtsZSQ4QIZpXpUSQgHEI0HsKYZ_au>T&O zsp%*2XF;|mwcAq7uH@Y?Z}aZUuKL%-rcA@l zr_(y5MK9Qo=+I&5gSI}B<-PH5^hkaj@>%{LN9X;>cKf#BL?VLNd+)tc)E>1rEiF++ ztWwk}wMopXt*9zRt+tdHMa`h7P5T&CBsN8*_V(uc{sZ|T$tSt*>pIWlz&sS{=BG{j zh@gwX5pHtBGy7W%*k>dYWFyk+xF309^gky29TO$!F*RPkh_z^szSmFSyQKfefVMGj zjTol-YSxdk7s$-GK*@6|3N1W<41c<7G+&z3JZxFO)D}b*PN>KSyW2TtCQQLND{a+( z@HZ&sUD}r2d&yi@ZVtMV28iq@(|d@09ZK@63za+pq~nm-yO4HE9={j|0x%X7A{UNQ zM}6Mpj|;=^0WfvI_fb7^__Rs75rdzyq!k@g7tcs-3C@cJT9MuD@ZUNSCYlZuhQeQ;S z3kgEhgyt6zAtSn+N_@V$xH96)W$)(CWeA@8n9@tdCG+sgbi7v8NXtcMs{y>${&8qi zMe3uOC~RI}zPWQotWw>)r#W?@u|)U_>jhTl1^>lXm)U%@OwhxM+xn^qT)(6;R1vB# zj-JLyDo&blpGhvu(Tt@OxbYdny5JS;nfQi04)s$giL= z{KnLU&pk7MZ47uGB% zHR3QCY)+PPFFT%<>-%2g5BiYOCc4ZRp)Q4GEKhpz=a69Agfjo;ZC82&F5t9LHhI`M zbN8iH8X)BK0&vL$zeNH2PDY$+)_?wJ?|W2#=bu> zq$xHiZQa?WJA8FQ*Z)-xMR-+(Sr+*<1T(soD{u?RkCjrn)kP$FvH^T+XKK1yoo{w8 z!oN8}dtYvi+t4C}o!*>o%Ph&bY2jvvPK7td1Gm>5ulvogtDwanFA%bLxcxEY^0>kG z&EO06XeVK+1V)2^$i&Qf@s*34tA@U`nydaQ!O!o!!H6bR0P zx;U!5>8`O<|_I}PGxG%Yg0$1HRqqpd9crZD1kF^60!qWmWi+K~R$ z>5QdeqxJyLB~ZXI7P6wOmyN7?jy2z(s}}2ybL=1lef=#~I{r5g+!oXQ+N;~*6KA5Z zl@^PbpF%``n09|c5}yn<{H=scS(WX?9n>v|7w0x9VqrGNgth)pee-R^XAG!WDN2}v zD13Ra6Rkt#HxID*JQ73gT~<%?q_q{8254Vd-aXj_s>Q?aXGD30<-&BM z9cvBPpV{o=+7{vk)v%`Y9Wx@C` z9?^6r0@{;{UhOG)mb#>;0`G+6|n^AM4+SeJ%;I$}^R?shd?v#=AS|$);jkpYr|YB+50jbQIY@k1aOP z96bT9x|S6?R3yu5+1F8b4WR#Q+UUco`*HqiPFNm#qz1}Ii=t4W%bDDi4Z-jmU}Y$@ZplPt3K{zNAh1$=GmL+0g)KY35JMFQrrkmC(=DN;@(^>b|xKcCw9O1ISt z66>z9V0et3{eVE-NmEKsu<>8*Sduk+Ul+r7U*^vBlw6Uffs0>Tq#L-y^1CEvQ5pvt zK6cEE(PLTAld%jUJeY8}Qmpjam+-pxC-9H!N_{RQCpUtmCzop0`_Jg}o|ykAQkYIQ zT0Ik{D({2=>fE6tuWHzPGs;Xp$+ka;-4N2+qaPSwQgx6n`iUdrJ-|H?r0tx1e&`zt zNcE>-jlm^EC=XmIgY~ke;*!m!*v?6N`C*Iw$KC_ zu~BY_BhcP(CXS+y^fyy?g1ffQ!E+Xk;ItrKXe%uIma6c2U>R6aIwpuN_ZNSGX+=WCenp!@K*#YB z)JcN{lvdqKBCwVsKx8bGT?%{af=&46x=ud)_%Tz`KNnv)LlDAsd$tcWWZ%7lz+tS$u*yai?k;<{mo2D?O zD(#25YHs{JCU+L)!_7gP0$_(f<|44Xml@*!g4KT9*{1LL_eyZceGFyy7Wj<5Kx4$( zaDMH!;m1_kWlX0TYD4`xwDYm1aZWcWK!X5cvB9FRHSY5csF$l;bh4v5Ot%S{B;mkr zeunLY=lHUeF*f-7$9ER}iY>cQpEn2;JE)nTOppM2wEZF#pxH^MX+3$5%ZQp92sq2UYDct1-e7RQUF@PDe9l^N3~Cj{C-ZwYC7m{RWJGL|z9mMW^1Su4$>KYZ-|K#vT9tOPbMSsE{!eubxztA>b7@nt1w)E@~t;H9C&33RD9Dn%m z@X57ls-Y23eK79XyErCJ>|5-7>Vd;MBQ~~w$9i{bwhC9x$+X7l~zK zY?B3zEsL1YN-AP?UfJ;Nep8GDo@VhV87#`k;+-j%ByiUWiuY}h*aeRti!}Eq%3{ZK zCxB5!?c`4w&RzkdL{9I!&>`NxUCID;eF466fgZY_{>D|&p1P71G$Nb-&Hbv&UVI&ytK6vw^}F@`Bo7e$`xeX0&TUcXdEOvFm4 zze&H#Xr_*}dwA2&(&%f)Q#qCwH`VXzF@4@Pcq;Mc`{ZBW@?BL}h$P(MjmgKKwFpiF zDbQGqQj|Vu3FpuM_2*|_E50WIscdm{Mvq18gX6wJ9 zg9*Avg!(VzRl2rwmtqCGoq9LKI@au~@~=@+JxnYUwopQ0|Rj&b(#3p^kKDVSM{vjBYYdWWeRge++{ z-o-jer%EHKx?W)azp7XrPAC8t5i#!ZS8S{A_E1{rwNeU|Z@#7lz>DB~)QiUBI zn41aTM58fKlR(|^@!Df0S2f|QXmWqaGq{-E{%_0Vjb~TB^tnC*Ef` ziM|$*59@Oto}Kjvv|Ok7Mt!|JDB%v^TK9Bd`*Hdn;(9q{o@bOsXB%>WmQHEK*|vH@oo zQyHQe`ZJhS>wt^!+>PkLjqFQnk&LYwjH12?*;LCvKCD6wMD5EB$6v?Ym|F$(qp2q< zSM)5kLe$wXL9tFSotI7yjEoqqCsn$%@KAcpb2%Z6idB9>=G*8MQB zG!b3kQ^at;F`IBdiY`DMO$e1)3L+UH1Yd)r!-tRUZpB%HHuHwHKpwR!=-L20$KOoH z=EU4PF2aXWAHF!ulcfMm1A~c^l>rxomcKzza(z%>JzPYZsA$#Hts|h>W zpyWG0#eAyEZ4$?x#cbU(O%iPEtte~0)L*m5SkO+~1@zrcS>~4at{q(XYnI&LsWs7h z{@;^+^MfL<`xB30%#~PK|E!Nir5mCpzTP_gEI;mjIwcNysJe#{v`+rMTE_iDKfX}D7Ed-(YF5}kAKI$c@`&my*ncn3%gZ~VKUJ#n#Wdr#nl9MF zJk4}A5_c}cn8W(sV^2s5!)9;8jXglRCOWwS@qi||ZrLNi+x+!Zox{*eAdByt zxGeJ5+FiGoJ|j>Qn+6DXJ_wQ`xABBjWH26aqYmO8xYzY|_BvSeb1uDv z6uOqGq_;Bu($j{!hpviMmkTshCoGiUWB2Z=!2bM%&CeXwJc0i2S>Jfl)rkWo_G*ex z{;fXQ`DF+LsxFC-ygGvf$89T4HU*C}tR6^~L*gXpn0HZf9-rrcloCIj*na%#a;dh; z@1<4}EAEw@9k@e12e9CwLyo*Jurx7Lb)prj#MZ@h*G{sSree2(uDume_AAN641<)| z#PY^Dv9R3|9R!~Kq>h~tLL`wmCg5&hXxx?q=FB%2J6Ujw+BK5)oz7`0)0vu@yq|yN zV53X)a+yy!_WkJl5cYj)amqUcUq}hLu2+F9M#qJDAWpTZ2LS4Z!%vvkUI$}qV>yk_ zYAjW%Uv!mLbjZKxOzGl>Q1&Q^#tTHj^eABW5FAr)d7h$?c{brn~;EB9$G{8n0@M`@mzw!^Hb*#pAJFjq}BxSs9tNx>6pkqy#Iw^x#9* zpE*A^4ixaw#7vM|g#;u0bJwd>IS+J)C*S;(vkXFbU(`4gbY&WPXGwrOcKg@ubyx*h z(%STUmU1Tu+kIV?jK=jk+7TiKsZ1B*(icy1yEjQlqX26inY8Eq!PrM}IcnH@!BVV* z5$4X0ub|E$)YRu-Hou~m8Q2KMzA-0Ssv|>J@HI4A@j5>_74~`HqZ~b+*}8K}Lsq0* z$LwCXD;s(%jo=qz*Fn|A)gC!KVsi`Wj~N@UEm%b3ZlGw*e#bFnIenO)$e5G+V1D4x zebTNVGAb$+RtXu$5A#qSyzfWNQ}5)F7>qH)Wr+oZ%+%1r(S;pC!+n|9L8?Jh-0;HWulGMf1&k^PbF@Y+b$*Vg3w)2YaER8m zMNEQIlqcX7i_W|QWZ;mImzg`pJ(D{;k8JgRJd}xTf-4%Arj!1-p%n12sWkSypHffW z`(EJgz%3f-(N>FRBFV!zZFfsj5c8~5yV01Wjkox1_xON>EV>YU-8hvTpOjB#Trf&m zo^H9+bVvq3C?_ST%qdSiA@w#dT3W2(jsl|XLaE>4 zYa3!f8AZIB_D;D#B4h|lij+_W(7VzFQGTDxmrSsqBW#32K9EmciiC1hrPNmaEM&Hl zO@3RX>>NiBp4G)qJsU<~7HPXiQL15kk0D4eu#^cZM|F$jhLmpyW64->R{kN!S7tN!=eALn;S{ZWJbMenah{wXSQ zh-lpLqx9Qsd=n0f;asTO*T)B>fT+Tj_{<|?xCYH?2^l!{N$JlOT0>xy_IN z7H7Y_WNk2(N%TH4GoHpiGvTW!1v8n=d8AbO5 zUL|I-!QxRN4r&Q{TI_x!W-IiG4tv;zJEB8KSf2n*d9K4%CZ84>JLHpiB7#~)i2uA zPha6BPTM-_(~m3&&18pD-ls|#D^7}XjG}&f4^*bbNN`U!+N_)(7<^}im)+~kSALjg zc{-)w(zf@!1$6vC6)BV$1wuvs=O849G3aJWdRMyhl9h1y?+MxLX=|)&wNhCL6``?Y z8~U_cX$uIsEF;|$K9k;GhR0C5Dy!YN&;^bKr>etg-v4J0d;J_6L-LG7?b=k8VE5BK zxP?1s6hg{d|C`Pau*(Y6cy-6dxYiW%$hfIVczoTP?YjRf^_)G|9ga;2Mg&q-du6Xj z8SdUYV1iEvhHP{V|2wvs+k6UX-{*q6VAc3r+n`nh?ntf+w5MX(E~0T*qzn7;gwMeg&si zi)g(L`of6V$}$$}Bu-9cA&=A_YpnK*^#n)HH$I5?l6>gqY7c`%U$9496pzk3U;kKKi;Wv>1jX51WKQnaS8m?^XPRISkY z*eR%85q@ykLDWGNs*UJg^nYf>>g?e5e~65=|H z|5r&gfh79ET0^xq?z~k+il0dApyKbd#fZiWeSeUWo7|5V@Z6#Puv;Fbf39gPe=3-w zvyOB+$#lj#)2Q7&@24GNxeFxHM1CY5zP>+^c_aOWFIx{%9V;4oIpwkbs}O+UiqjM0 z#DH>#s>G;@e_0~}@M1!|u3q@TXfU?+^%vWAVxE!)8}!iQE2V<_#C@uQN>?V{Q-~By z^2WBi_8akVtz#q$grgp}|LyvQvZ$DFezI=9=zw0?o(p zdzG&4e>PJ$WYtPCc=hod+7^9OVUy^ucE)_l=EhH&Rq z_hVOch2;gyl);S=2g2tP!|55MrGWF|)qMc~_fL`#vFfM?;KPT`SiX#v0${M$5p<3K zkb_))12$GW0@ST7>rCH%TTY7i18^qZt!|D{+SKx0*?W}j`1Fbh9xUN%`G#I0o|6@6 zJsp#=-c;UoIKeIw8F~QbHDH9)7K_?*u*55}5o1ol-3IEga2&D-j<_T3-c2Xb$6?i+8&?-b~Je?P3c%769av$jxeudyKaa751JyDR43d9G6o zueIgvpEa#A*)5ldSs|HYgXCk@e~q8!yhSHMw)O}%fYXdq>9fB_(LI*al$#U~}5@a_z|A(bWzPfQ)|Gb(v>l%P8od$KGb}tvbsqK($}rvt z_~{IEE5G^9^|U`#P?BV`07&CJJ3=}!iX1B{NhMH5Vjue-y`aSBa}hqRGJ5VbqG`8V zqA_jGTKscu(SBvIQFVYcM%MW(jBta&qy|Jwfb!Tlib=!T{m5Pm)%?1McoN%wXzQn( z-CHz^PR;gM?i#$gAPXf%UA+FAP+WqHRb`Msadc<_5CpL3P&>o?f>5w2?vACC*}Eck zWt?OJmV0T3W`QH3zVvq*-WIS~IF@3qC^ILx1w_!mW+Vi{7x+DF#S1xq*}o}4G)6r0 zxMZ@%7BS#&Kf56z9a|RF+wcGM11z0ZLg$s3DGJ|Be9bd$ru1KRbmDue>6i}!Fxh1p zu)$iN?w3$b(ia+v407yIor_Y=e*SVkU#RvajWcw%x!|qoSpRRB5d49A2bD&RO9)Nm z$!ke&2WgSnVFSZ*CO^Za+5QL9d{2^lwB(k42J-PyG;hU-6=wn~y^F1>3Usg?n|kjr z2je<8NPLNW(n5N??Da$9<~p{k?|$|5GMIhd5UClaC!7*&eVXY*j`mdmlZ`CgoC>0; zVJ#Mb_Kxd_r`%eWyC^15%{&nI8D1R*Dfkl&sy-Htd}k@hJX-pdnfQg_(3=Qhoz)Hs z5(iRuzY-&pNUC2hH#pV%ep|Nq*UT&F=5#hVkMEX-womqVIi*>|xyrRZHRt4WctG(0 z&n$IBZoq9Q(_y9oVoh7Q&2>hck6$Qh9@9ah;0h(bE zgJkoT)Yd3`>V%?Nt1W{^Cy9^xl$_sT;Z}r3f!2z^Z?F7q;Ow4HIT2p4=eTzZiQ&<^ z-hLx-8f2Xv*sCj9l|cLMzeHNoi0MFH=qt2@)=?zu6!BU?f-H^@aMDnPw>@`}hiWYm;1_QHPW{vXSPJ zXK#Pd77a}vK9wd*GgQ;%t=J{(AJB#<)m&3ON-clLHAU4@LU%7a7U=ng&yYn_J}0hO zBX=K3AE^-de4}lVK7b~^p0p0K4r`$!pOCjTf4O-F6$F*X`ZlyX8ierEmOa=D&_~(W zLLRMSG2mQLH3uAUW!>g0x|B-bWf2fPqwvbvY+7ZOW81L;yU!WZtCy$EqJ+_`=iyrN z#YI!0_D)`RwSqc9*MFfA>6G?MlnGQsM1k)twIm0WC!3_unHYIAfV49pZ|3*`avWK+ zz~nt5D)YsRHlzTb6Ll&FayeCu12z_E1LP|4EM;|)_t1Bj-J%OkfuIydjzLc`acVuBB6!ux@-(=bZQAWP3 zQ_0u=pOselA$03J4I8;kywx)WB3^t6AS+-YiT;jaSc|WPwuxp{$UQn5GyPM2(k;mv z_U>{zvh)$iOZui1d%*$-^$M>K8Ma=-~B>gm1PE3aA5|~SD9DMhQu5(P8JXz{gmwT zh0aFf&6=FME)ql9H3U}DZbaGJLJOQrnLz74f}*Y&ymuZb!FUUX;=i_ z-mA8(ZG@-AF+~ocb26@9fsZxA52he5V*&@M%;5zLakTaJ4v3a9DFT9KPTIFV%OzR3YBhC zkrY#N?wPjCo3|j-izQom{?zCtLJe>mf?D%N2>P+!Hhj?rN-44eOlQPRwkGlQ_>*2! z?-5lMi=|h-m9HL|SZ%)O#6ZRltzYy6X>p2Qy!-?Gn2uSakcRF>V_Lh9vP#5QXfzDVW+5Xy*i+NT%>U%Ob_JPNU~c`jbzXE|;LKE4@;SP*Z-7CkhXPQn!ZK2yL9R-=n#SY`&XY zB(J56MhOnQ@nsy z&XY&`l|hSc%uR#{IQMBBXOb1?+FuYgBdf?{To)GQ?zbQH9i?80z2nPpMRnoO%9QwH z3oRJ%E^u8AgIu&YEmRSF1TygD`x<`KeTQ%73uN5CTZrl7= z{?r}ROAn{2_qiT_9gDdo;YE9UXs1$%ppJ3I>NF8jw``KAIkxe9&U-j#tWqR*`Y+!^ zMg&+;PM`08!&!5J5$WFjXY@PIS!Z-Z@tX# zbV>!&a=ZJ#UTh9R@$>gqEk3v`Qd0!*F1#e> z80U($gcK@C6Xsv^$fr@mVMLQX_Wkb|(q{%gW_V{~IR+~M#*&OiuCsC^oINFW8gc7V zh7sb0P2J-`zXvAJS5aWBSEb;%wHUq4BisFrlLid^x$JI3&-@yhfZtbbC z3+X*n)!E)Ja#lU^_9+ZcC_Z=smuLEN6adEwXE#|8)4{CMaj%Pig~{K@c~{@RB@@Sd=LkAj&OqlO5@ zPAS%p@)#eY^wq4Iggga%CyJCTN*KbK+x7c^0U#as{SQQtulL7j+&uZE@b$~va6Ol+ zSkMCtsZW%=hvfnYF)_M{Jixc5PCy>iCApaHmvCEw+#f?EG zYG?edexykrTyvT2@(_#+B`K#N9-?Wd6$YWM~SEi1gFz zWBiNSa8RJ@=a^w5sK3(crJp^q(#0pGRv3w?eAVvh@tBGy-qFLodC)tx7QX zzvlTpf**Q|@0R40kClAXU9ox}W>69D89*{GFQV4`ct67U4M(|Kt{MH`k<+(jh^4G6 zWoeIrV3mZus#?J3|OI9^P;x-5W|hK&ZJ1R)gTpPxuP|qCgbC zC6Lz@yMGKO=3)fN;d`KUSjdnb;(mglKyjrdwfy{syK8q0z#{Ru6o$G=JPq&nbG!|` zG+fzu?a4E;tIth0Tjc7p>wT_YO~l#=YGM|FEUbR|G26s9$4kys6?tco;5GB`352uu zxccI?(?9S$YyX(WyU0|aMQ8ceGf9IOpW0a#PTmk3jYMui&o&>*I-B2fSyzhx!M~}) zJL@_bbf4^?Qu!g=svooJ7IU@I#o}C8ZQ+NtbrjJzAn+pjBioc5%v$zdtMh}BFTgS6 z?2eg-IMaBgkdYfFH{y%0RM)_91#r~RnUku8vo6@*nS7*j5`Z<0jNh`M3>KhLOOu@< zQ7ntQzNT)Wj+T>Ds9$TL3~>ayU(KJJsS=UA7E{nmFbC#`7LQpmDZ{&LkeHs1`;+W< zduSIE)yg(Is_U_ETJWbL&2Kn4K-7KFI&9Qx(8XQ{)_d>t(nS+KRyHNA)O72VxW7Rv z`zCM^yqEt7K_V0tdZL7zIN%65d|cO~3)6SVT1H!MW7%kb@|4W%$xK~aPSN;x+BBAL z6}s)z{>+~SW9M6r7v7ns<|q*ZEG?xc^35z1bb;M38rjFnf+^VY0PJ`3(AyTe`2O2& z%7@fcKE>DS;iQk6b#Aly@we5?vqm_{MevUf$s^dc7qpnIg|vIc@IL1`J%Vx!^gwuV z?OhkD51ra)4JOIXEmyB~5i1;(=BnEQYY$){|Ec2d-6pBEVS^{5(`*iQWqtz&+W3@h z$g~<{%gDo7=RPXMKK4TPp({VC=W2QZqDrqe`2jW_B`cPSvk~FsRl%_<`ru(M;5RJ}Hz2*Dv?}?S z!zYD)y+kBpv1+~+#c<@WfYV+X+Y2QBAf9t5?aovWU$nBjH^8Na7JKBW2IuS*LZ3hG zhYDQIXE4t6h(0&JyVJ-=4#+!_!mNm@wS8^mK3Tph z{vSKYCyBK3Xish~qY-)@3P&v}kwK{Bo9LIJt%q;^FkCRnd2~(TWk?8@Z!SMkqsHl2 zbszXMNGh~VXRs*|h#W$t&{Wv%K#HDyvy_Ed{?+dGv$065Kbd6RVJa79xeMAPAE!^D z=A>=CM;F>4El3x)wuK*wwj$$l#E_@_Mntd9gh1KspEKN-jk|Yv{b^vaG>E~YUEPLy zyyff)0!WAasRuSPt4Kg3!!i~fNh+^uVKHg5t(WrPG4{}XE{s>rY|4I$oBLTVBWTP@ z{3-B36KBnYTcJnssE1i_|2mm_`fvN5IrP2~)j`h|JG-oJvbzO z)=q@`iCrJ!u1Rh_1Mn{3Yfw2kD%_Jt4UC_qp10v8sH^#$qIAlKo83RN~#t&i5-FI%dxjTlqEWZzfWt*GEOw(KHOo^%H$sYZmu~ zjefyqzgB?Ttbddl5|oCqD*DK7lo-pln)52b{Lys}bKzJZg~2OcrNKgS+gnVO<>SPK zD(_$7h;VOtPqY{F@{}VKQx8mLO=E|&KbH02?d^WZw=oXwwopJ>i%q!d7+*MAq{hvK zuU2}43-j(RV=MRF2V=UrqpKe2ccx%zFg!x04_<`JjO03E6pt%)Hi;2|xeP{-btHDA z*7hb-@^n7hawrgs4dcn%4 z-7McsBHF7I+Qqpa;(p3MuPK|OnIW~5Z7LZ2Fe26}$2b|A?Xq>Z8t6KKG$eUw8nB5r zDJFwp#3{UrAD6|A#P*@ONU^@@MXGPM!cNPDvOJ$Z=ta4)@x}Plt9g-J>Rw;0mdpBo zXkHRbpMir9kHpF6pgk}DV<|M8y#76Q1lYM@yXO9dX2_)a?j;$tck;eRS*-GEkan(t z3;v8xkDiDDTOivpgLdqItiMjk8Q|VP#+;Z;VR>_qpG&#Wj{Q0b)}M-CdwR#u`f za*qQ?E{;mN^!a!YW}^M1xYKU>J0M`wjQX7>1S!?=lHs%YfYYz%Wk;o4nAI-Yp<8!Y zen`jGFlgUMfPM1wO^qL9tmbQPWHNhv6;H~QgJSfe>@#Uqj}jl~Kk+A{&%g&5fNbL1 zdh8FM89nnrb`R!c_xj4gWY=E~IQ5}Yv&V12Rba;s|HNE#k=UK8avs?Hpr(0Da=)T0fawia&3Du23Kx1C`y-`^oZ+<(tYLvhP zxr`8&Bjopw%f`f}7Z-hK)uwCwLsG#e|M+gx*|JUFy<=$S&&6L+NjGCxHiYI*zX{mt z>^74_-*Kq`;4zw$I6jPk779<$SZXl<3{Kr(tkYkM;CNGN^=Fm$#-W&b;4n45`sOu7 z)@Av>hT2&CeXHG%1sNS#>Or!2PIguT!+0^p=^O1j=hLYQHbOAtgn+LNx^&ma{@Gq; zdEa}xh0{UUL*ieMDn5+ja$6IPdqo#Wrz_!HU%<7q8SvvR&0CHql+u67?Mq)Wj|@Iz z)>WQei(#<fmb4lWt~H^HJ<;1Peo4O^8C#0Qb}u{ zQwbSE^-<&{m8?)B-k`pUh2-#i%z=H4LWC@fm1!yeY#%YQH)DTpf3fez?c$bexxSao zrJsiZ7K`?}H6k<}Km*T_QoVCz6MQc~`V(?OPNcN!sz`$HB*m!!B;_`&VPje#t>YWo zb`^rV`Q-ceK^1!GGewNuJjp;9~D zI2kxE(@oMu6p|2=27TJ;#MN3?8um6ojkC-LUa!>R;+Q2NWlh=Z=^ma?s262s|9X*8 zLUf(UG=jX~-dwftV3HWXeMKo=xZ&PVm$n=MkKG)uv$2tse*?}R{a|!kU4D4H$C0W_ zpDIzZUL3*v1R;3&pAn}wUHco`2?k0uvyx<1F;lS7Q<(Z^ROR&-vmDT-#?Y6` zu0EV5bm!?sX63N}CCX%z{lo6|H|hw6P|im%E(#83#x+hhzd0a|xD&7ar}z?6Gn;#c>jWgCL^b3!84|B*$X~7jVz)Z)zAJr?t9bxEw zbFuo_kO(*^oRvzoWo#VEAF21!a}7MHV8|;fSEAk#s2;!(l{}=ET#T30Y{5Y}xn;4o zHP@wa%n~bD_ORsB?fr_xk;*a*V&8E)`h&yc3eN5ft-(XYtpnwUp>;QkmoM)jp3H1# zpNYa6WF;e&uZ%}LkxP?gTw<)?h$z`lSd$he!*H^(|;OP#cPmx-wMpt4WXB0H6-?84*L8MBn?4&>Y&9>qJG#Z@_8)Bb3T94 z!)GS0d9H|<-HJmhMrZXRM>nkfJFn(?PRYeq-m-}vjc#k~!dozFEm1J%_nb8HMwX;{gU1&tAq*!W6^{_9N2J%-BAcjPEFxM?e=6 zvO@`io%gYKF1Hqk&bNgG9e<%~>YJFG_psJY?H`jn{olkbveX;-)Y(7|D-maGudxZx zWHs#XIEu|c^{7ut+}ajTCSpJ)Z9N~qg?0jGkO!>P_Mz=nc$lk-61d7=?q~TSLT=lP)awKtefZaE!Pz6 zD91{E`8z5!(f7Pm_U6l3W7}qlid*ON)V_%cIQygx+RM_3N~|WU(kub@djB1r2g`Cd z*=8H)vsko4ClAW)d+|Y`ua7SK1KwOF+NU6bcpLPeryoGGoGPz>Tq45x<4@*EMeo^S z*xT^37OSiu{!lXaXHsI$>TP zchVRID7k9M4HL^+;r1U1+@Pi(#iXPa7s5SA3%yvm1Hnx0IXUv_Z1`z1EJVi5Fy4Oi z{OB;u!HD!~{+&{3lsH{rJ808yB#t;vS5YnFK9KaVjm@@^#nz@rUm!S-2=j3sraO&P2KBeNyY?7UNtI9b_Ut#L&F)#MT%DT$B=1kGcpUq0kaLR1ls2W^ z?Z2~fsjP%%B3q}#o4rEbiaHJyJ7=vH?y;pQzKQUyeVQ*p?uWuj-FdnQQzPaonV~x+ zQG}=;pZvObHoWg-ta0U|o?V)CIzhS@FYH3X8jK(*{2njLO}&=DL%}IqEv=xj&c_MO z-@@x|3{iw{*4^Ck6aVSwZTh}t#oWB7n5%q4C4Zg3vb`9?7(XEv=|ZXBM&+<+fdN)p z;;9(wXfx3y(PUAog>gBrkQ%=0W4L=XA7`3dSy4cl7d@uYK{>#iQbKAeojgqjTw58E zBlutzrfQWkm8Za6RW(sa|NG$9?dSmWnB;Op<%aPang!sM8G3?B=8DM&*GRFRZh1R) z!lipru?|?Kx*P&sJIwf_9PWSy0`rzDIhOVi80wteP zguyIV?LLm!sUiEhK_tKt!uvk17`t`f3@rWmz#Q$#V(|d zzXjQR^u!qZc_V}kvb*%NLTrhxhDH= zucDA&2kSBCI68=hg@4wri6nY^Fbh#rVDcP$4`?7K|I}YVe|OJ*-TjUG+3%#K17F#+ zPQPQ}6T>I$jgAn5wYI0%?GJ#C*b-WH7RkrqK3oc*ofqls-@9kwOY&l*kGAE3W`1ReBV1yg5j)eDZd5tg+JRm_H zoYM==O@A=rY~|*DwJUS;B-9L8$(N1)PI47~^qP4KO2jH}ByoKwTZ-u{hBjsECt2nd z0qx#k(Sp<~?wfq`-*A_RypDKr^?$iHn zT?YUXx%`k7!CGWbQ-ZNi=%@EQ*N~r3#3$Hhk@t$ZfAU=wUB5q%>56+q5)hFZCfONF zk`QE+r%bjn_2?zz-5p-)<))!;+4$8rR<(uv-1KuzNpAX9Dhsdx5FHXd&%wC+3BC3B5y{^ zzA{Tr@U@`+lc{hbJ(PujLhNaK8iB%x*8yDfde=UU$kA=b(cG!4PAcqyG9k|HH|F}N z-7InHZ7#Nst0jacqDLRuqEGR6>7%`Gx=udwN;jTKsW(0M1M^r2YCwhKYKs#0!p3o=%;TwvWn# zJA@c!VxFjsud_2-wf$x58khu96_K@XrE=zy8l;R0bE(A2&Ha9tS;Zj)cmFp|37kK^ zGNbBw*lzI0&C|R#7yOzL9)EY4lU&I4nd7Y&u+_AD-3k$xYd9Qbc(`M^kJfZ{omFR>%GMB;3#r#y|Imk`-d7 zXPakv)jSNXvxJ8!6ox;F*G7nPrAsTR>n|?C4=tzsWBm z_yndu0B(%AV;<)#NQlRuUzxuttJPtPL@=7^)V&h{I06KQ~x_kKd2|iBN*jA$$H~ zNC~?ItBjSw@c!9y1F|Uw<&7fbnNFHfm3*3(;*i66w-12v$2MgnmUMt^Yxpm-m5r0+ zuqDNKZXTGlU{v@s(rT?z(zGQd_uhrCuq*>3wKpcDFRT~wMV1G7-gWMPUwdQfyV;=~ zt5?)PTA>qv((u);+DIUVZaJ8pJAHV<<= zTFQVYBWCzL{wzra`o$;uQ!5@j9f=v%3wqz%mUl^-z{%LHnPR-_9E-_|b06Qv^m4h@ zS(X8NaA_k+fbNUk6*3o`0~q4Lk&h1Q!4WaifMyx5jyiw(!6@?uS3}OEL=~*-m~7qE zr71O?0krrYxtp?umJ*H>dAX`OhV}c$x)MjwYr=)V97*AsJvelRuyTo56+Zc>#gamQkRtk&{|c{0EBSJ`k2FBiN8+ia>dcZXDtMuq?0u_i z;!r+p+|>%sT2cygd2ae6e1pAM8HXcoP3W~(MQ|gfDH)S;_A)_ATQT}{2tVs%Hqk;9 zWgi+Hpa+~?yJCnN_aRvNAdiL7;}tVVAi+F0uN6aQv%XX&_Qa8NU~Eyao=cGgJL0Hr zaRy0O$GlI#_?UV(M%6>#xSy@DmErfMB^!3$V&ChSN-&2}AaXbC-NA$U(zflDS60-y zb`U%b<`x0P^2+Brf0Afi73(U022`;EM1*2alRswOunB}U-D-&$BVhf}oRwE4)w=~2 zjg#?edVOE+^GE>qU91?(>DHpBL(^U&=Fi?9Ac2@Y0OJ+1(UIpz{KN@9f9OCbAthdX zA22hT2CLEfaDD?YhwfX5Xd{G6`=befC@+G4cUv9++bqme_>xfRbK*I##C;1_ct*?< zL3m;ZH6S%s3yZNA-iC;L+QcPy{R-WoCOB&bbz>o!P8Vc^p4i*ZlzXv<8W7g{G2uv5 z<@HM3?n)EYJ1xCFbF>m8iA4F9$U}xl)8|c3&*#?yUo1WFe#spqlrphT10L&cyZz4G zeqRI<9xu&Gqdm09(tX}ycgJenyvF)^khA({d|VXBY-=d0Tfnrf2$#+1JosQdVkbWF zQ|QC6&Q-7+)#o@i#)22W#U&)oyO+qrq>;F*QrgA`-zgv58rz}lM%daml&8OKx zP_S3>aCt;&Lo^M|S^iHNC0q4;g;;1R1s~SJUO26k0pKoB@GdAid~w1rsjwY8P^-HT zfGQa>dd%hRx?odcWiNNOLC`2(5pcqS;r(9%Hpn@ zn?U!*t#^R51-^VAp#%(CjPM*^3)CHEOz-&^PF_U%LCQ%557~d&IF95Yp%;!+6Y`UU z_xz_p4GPn)C>P21Uzup@(y#z&GR!Q6`=tSXS<>I=0~TN7A^Q?01(5vdeLNqZH-UCG zw#Ih`f?14TU?faF;yo0~{qn%I8ia3CWKBG433h6D9ZXqWBm>JnZV8I|D1r%+h&eRE zF#LHCa|ij=OBpSrb*;*2EaXJE2$Lfu|G?^7`i|xNGw>j15%!p%>~OPoOT>x*&a$F}!8Lldv){aDpmB-L5?W8*y}7VBH=27eK8O@ANh5P3a#kj-Ai zvip0>?()z^!4VVG?@*#=eZidmwJPib4Rr1!lu|Neyo|4#1#^ybKIVH~oranoi);z} zrYG#$fNZRYHU#h6*in4{J+5*u_o&e=+j<+ZWw$Cjabf>fAs&x(BI3s5QNXh2&F%g# zHMsm^)(2EbqOX7DB3BuS?s^kJC5r_6F&`#K0N?n8+KHUCp)X$K3&0!FV=oJC6GDIA zjGQ$F_@B8+(9EbaJ%u5NzYN3kEK#i;WsfgV%znpMsnLg9lD;L z>^9=-5IT`pe^PAax?%_y!l8bv!m6LO>GRTQ|m9n7{HCP&cra_uRhuT ztOu0t0DpTR^dZvbQPg_1akN-=6B7~Bp3OufC1x+F%XDJVVHukrz6eiKs6y(1E;8Qn z@{CK5t=!+$nOTqP2ygq*jvDiiQl`Zuh4b|1_1iMUkLM^bGt+~bC#zEBNg(TRCN04N ztDRU)>O~nH_@7xoI#W)TFqhhu)GpZhC`E+h+G}-dtC(1Zs9yY3wZe9`QdP)LeJvjTCO$e$OP=uhwr~mW= zpWT=tM{1>H;jGsKT%s_*IR`%C;vfQ-0>F-kqH=H*(yTCV$5D;!W+GAX#!Egqf>;5A zkHeh2@y0Xw#RL>rUrfR!o@_9nbGB{yHcfibzHfd#_*227v3;U>e9z4pYFThu``Vcx zlp#FO7~@kq)f(1FFLu^>`syz^BOj|G6cM%2EYH=YP7Ips{|)mD4M+sXS*N1#|7mKu z_BCrWp6x|+1CS!m)?%+9*Voj5cU{XoiR0~e`!xr`fLX!MaCto?tA%$STENgk9_P&8 z%mu*qb>g{0q}pTAj6fTp;Aqc(`}8FyG-euWLd3gz#Ef^JpF#H8xKnZEjXkhPc_8hH zd2%1|H7vVFo*!$bTXMb8juv@A?Ytrql(tjp6jMubHA>9b?d@fb$q`0YLJG&rH|4zn z`yA}K{w^xVJbl{_SB{$FGo!c^iRAh^wFQuL9-hrbb$Z4NUt21{-Jw8tu1MK}&0l%S zrzF^T+N1H$0HHBt$Crxz92WSo97UP+e|G)CafYYVb%aL1ctwOjq)6=S8JJCL_0oQo zaLAUHWJa>>{t@z?-8~=+jdMv}e^EH!D7WYVLFhdSD!{l1$bEI=TETaJ9J=HZ5X4JA zLv>|HhOn(gnQ{mwr^dBU1Hz&tE7eZ+H*0qs=g=)7+h z8HD@PWJLnlcKiTrMww`;H)|kS&!2wy$i3*tV9`afAyUeL9tvqHah91afbLUKo|86# zrH4%$ggNNux!nDzf|DoTi(^HFzgcSy$Xa5O?)^hz~b?;XyvVE~C zgS?frXAJN%<%wFST$p$@_a4M}J0TMr{y3ua5kgQ<>1FoM+UV`fDcQ%b_#Vly15Qa@ z|9$<3DT{O1o4)x&jTW=1qF9JE!w*eWbKQw9*#(QBeUPf0od5@1VbYZC zGzTu9wed>Zo?|Vxjpb2_n&&zFilWWI?B?;$hKcPP-C5<=Tl%!N^>s^cW8~0yW;H)* zf8CA>{V3|46B~qx@&*VaOHDEQ488U*Xc{A;8O@|H>7OI>v~Jcn!c(QTsp_HfUdZ6y zki|dcN2|R5q(ZkaTvk1619}rst&4{c>wd3UwIbzRa06FlT@*;Fiz%TzPT8`c*Z(NJ zmGy^)KjWD~{RSU#(hHoW3OR4?f69*;!Ls2e;Z6`@AkmO5z`f4DzoJrGSUldnOp zx62w~Y`za#nqY>&%=toY3|t|f%lwC4`8P3e6Yf@wm%{3hL#L$CTO^Se0{_rKv0sIt z$aM^yU=*VQ`pn>toKLuSk2FivUTpQ^j9avI98|7Faz`m^!8?74R-!7!EKPcHxDckc zKnV)J7Z}HwRQ?>Xb_YHP{A;yf#7l6PpwqY&LXB5!oGEi^PwxQ*E!HV>EYR~EB~p&kZnm8?(Wi}o<-WVCSpe~MnMl)tBNH#mpe z@dJ-&-(#q_gyUf4m&tiR_KT%jM^Lc<_WPZ#zAPR%b;msJw&5Z=@X^IqF`z~}^L6ac zEm`QL4fWPZCzzZH`sd!xDpSRs`}wn&_#$0eW_DO@eIUtUmR#PB}=$g*tzFh~ue+ zGX~?P1yY3e>yeA}|1gpYAsPU;o7;3kja$>E3&B>u`Z)W8Z<(N(W0vWLRpKCcB%AS{ zVM@VnkTcJYU9}owkRszbl-(yO?~!xL>(Z_lqIQ#|h5`;T+`Ag$Q09uMc)o4f0y$qU z6UWWE%j-{|F;kQPlHr*svvjLA_UGT^)z_=XOkH^y<t&ain>!j!<>7>o7zNe1)YL3Lf7T_m?ci1P%zoGBz$_!B1Fw!J!C0Y zTyVhFT2NB3MDe32XRgM)7vJMd^X8tdEF#NJ;@s(Y`N-|~^IH;~ZliYa3};g-6a~QO z{l;Wku$F^&q7M82K^8ZPwGv3={=haVg9?Q&El?a!aU9jN`)+#7>uY$MSmsHW2VpVT zN4G2ah!#}Ns}ENPRuUu$VzqwBrTc%OkTJ)gUtJp|M|7i%BtRi>b{8FGkPdZ=!T8kv6jC5Z*h=^i~4h%M>vfhshTT0Veu=wA4Kl9qbsFh1QXwra>h&k zOX7?{d?vzdV0flrgl5Y5B9RY6-!LY-Xr1kU8p1gzAE}?hY{GHstVdBg z`_aoa#&K7;10lmXBVZy}adGwOa*^|jhz4W_!yoVF&I^QFW{skOY=4NyvS1uATd$8&l;0n4bfd%bN!3wY6FpOJ0osx%ZJ@8@; zk-5M8F?9N?gYc!}5?k;CNlWte$jp_Sv75h-F66rHfkNG185oO_hh0T)X(O}=BQi1H z@?W@#L3ABnIefQoEc;;)S>s*=sdF;La(;Ts zFo#B{+B}p9Lp^|KYnH_Md-Bxs39 zm4sF?i8~YH?I;9GmtYjfP{mmk|1`Qyz%!QY1)W(P;g}6nqXd#P%(VbsiF@aAI57M7Tk$~nj5!PKKSE|CU=G%6dO9_w2&B-ruBvE>8At50ijhlS=Kn*i#E@P$NCK6va08D0I_na6O;M{oU|YpAGz@gM_QQ zn(EJ}zr&V1Zk(R;sf>*|+vCq@N1nr#QgVr95-^jm8EwmuYDDH2hIbqvvJN+f19gcr z3?h#Di0y*MG--il@OIx=U`H6ebT{}?BS8m(t@ z|8<`c&`He1&HtyAJoB^heH1k}EgkE?l}U}Qr`+U^H=zCqc( zVBRYCex#UptRGizS(U zP^%hgkly12;?0Sv6%(v@BO9A_`<^=V$u^r>w2x7C)_=yMP_;`!+$7s)$=6mAIAHq2 zRf=nCjA!&+a)q>rY9r?WfaD3{|tcR2k)44wh`aq~o$+UNYwQN^&#O4L&=vX*c3fqUYawTb?8UTL({zjc<`+bQ9SQ>6-@VlNwXtVu3ldfL#wHv#Q!U_3mXspC4PO4lfd*lVN zQs*YZtf1(VYFWR)OIc8SAq!$a#@b|FD*T)&DY;UX^`sz|JHv~0lo9)I{` zyxj+UScA0sf!DQ%^mI_7*DbI9`$r5YWDSMjM{qIAQSf$~E-`vQNe57ran%>7Wbtz6 zPfOI%xBqrUR8>H?`m~y8W^uxf}~6$4x4YXD?5XBELmBIdR+$`?Ehhq;#3o zaH^+F%M)VGnYIO0Z&ZqSmu=%$3cjRicvpehtNCC5Y(c&LWkp}!#UHo6AUgdPVr+kC};n71c}znvh{|!0pNxz|FM+vhC!YqQxcwV+~vs z4L`^wBt2$fid5$s_`n0`Q|Q>0GgF+ic)NVXCIbAVd94%L*}uJCRPTGS ze<{~3jCZyGTu8qzh@HW z{yt=B5%2NAHACrQem}5rt}SB=jBp1l#eili-*^RaSo7bKL~B(`x+}O%jzI5zf43=T zjy95^4*oDNQYV|<1Wod+=XztThIlnH96E+~OK4OuXjbB($hg}3TsV^&VqMMSSNYBN z>yn}8=jW`@wFeimH(?41)VdQpq_1^}>NV}1^tAS`=tK{YmB0PnnMjG}$^qoQ+d75F zO<|&(%j3hF5qsH5>Tq9RXfQLH6_aLA#gUHAH=8eJ0J>+q_fItsYAzb-z*p+Gk1LqA z1E)BB$>{S>#tu?9g5wH~AR4n`wb2}SNwR*@*Nx)2ch7-cIOWA1wJvb#MPXXWY8PLO z=R|~+5m5dLQRqCq{R7I{rAyRj0wox414a&2Ap>jeU6bN(Zxca0%DJD?lgAs76qU#h zmJyVz{fu$lmJuUaYZn2uM#8L(P=FYVWf#igv-%yDIyBNJUYuvv7fo99eI)x6+ET%o z-h(gX-g`P9c}ch^tkEOrs~DES@aPO1Rl8Gt=(#2mH&y4CL1XkQxv zrjhD^ZlIP02 z?Dfy^dB4>=;mzP+r}aEN@fdb>wrIj3s=TXSs$yG7+C;(}Mxl~EmA14KLMT62p96n4 z$3sweB|J~%o7$gGyFkYF$mu?cku1-8pM>;hXpuCkK<}R=TsR;k*CR8!kIhmGH z2uZRYKLb~8H6>j5ueaxc^u0)C|1kdk&r3d$U$RQ2CF`5Z6*8>`x${|3P0Uxt4J`G3 zK^%O7A06J!Z$lV9V$y;m>Q3f-}`YmB5zw!6y~ajIXAJG2BtS zdO03=x<9)$@{0w7nQr3t56ShkDjA=?bBYlvO|_HD!`ya)yXoyw7o>88a4kaOcbP)h z#A}Vh`uHk+qzk3&{i@g+ert{opbPPL1_ziGSma7Pa4)apZ9|&z&)P`Vl6*Gvt|uEd z^Jh2GXo6NtWBLzRYaq#RKmkZ!d048uH#0}CY>I0*v_c4SgzIQ^EVcP)QT{U!?jiv= zi+;FBA&7iowpzmV+xiWmwxgXoc#4ktK~QKcs79vP{rIOdv5fVj6a|{s$qCT38LHe~ zK4oI8P;`PpISyJcdcH$FlgK1f=A_uL{hiGb5O1sG823mkep0|(?Eob=(SSei!0Mee zwfS(~mEzJTUwch~s7`#CKXZwK1R_)zc}$$&5J@o%dx#`i%Nv3H0xh|mZkw{qOs}`$ zjAo4{$oI;JNabcRC*=A1Y0RB!g*CfQxErIe5Pn7t2%Pe}zhiiUvX9lcTLa}k^L`ZR z7TY?{EEA_TPJN+EJSQNJRfjAk&~7_2k3K;i`Qa1^wC~CiKYno_SVHN*^?-dvSBE(j z$d^CA2V!O<7=B@F8vQLrjGI!@SEWC3tl|fGL6%Z0EnR0ANFpn56IJTJj#7}`(! z{5gi&1yh!^)en8s%gho?+LgJdIg8FFRLpHii>lR<#$0d143^%FN8Q$6sNB5mPqC!)hYp8X`W zp7rU+bh_x=ZUg^KX{!{ua(9Ab0U`c2gqAU`yIbJG#`V$Cd9&qR^kEH zR=Sqq8!rRoc5mpcdAcm)EI-peFZftIZgHMcdl5UV?-2ZSGQ+ z+%4=yV~r*Sg7!F)qQqTDYf9(o!>VN!ho>Ev=+ z(*m(}n`=b(@jJbIf0h!LA8q~^zY)iEmv6s9!gMNRPK>$C=!bM7)d7-~hx>0%+Tum3 z+VSXRCzc3{)m68C+UWHswrM8b#a5#z))3$E^nxd({=#gYgK+!T0oAKhzqi;~$9cfj z;qpqJf}#vEya+82>GozN-z%0I`B}@n7~S({iRjMqSMm!BS>6Ntf?j-xZlz0+f?Awr zu`Q?AS-?w-naZCA0W5w?DW0b(#QkGS`~Kg?qKF4$Wgf{TpAfe!wz4DjX1x%yv2e#D z!cvLhgIMaAz{dMcU`tpt@tAba<0sUuVzh!|lk8lm?|pKt$fHq2fV2 zhxJGx+MMz0&`yiarl>(5_0$%6%lNvNc5atyNrPa<_H-*OlV7DW@b5bKz~|1M!`P?r z8I7~mD=pmc2@>fbHYuAehUlYPKP)6E>{p)c`Y*B#&=OKbc7bE)_#>m4BS(nmfUzPN z+bt8R`9FD2h3uuN*@WUI>R(bGrh=l_S|8HUidq9dhv`8-R5q7Iej#DzI%L#g`mG)C zDNEtoN@-;w%9t)$wS6HOt8%W^LiyY}t2s4l5uWMFZ}GK^7+bCoX6xedd{^cAEAT$A zgJ3r1KMZ%$m zzIqnt1EY@&;&ahtINOi1WOoIP-48F_>e3&uyhEs`4b@dy{UQ*e6TKPvQVpE2V6CRI zfJzr>vqaj25#BnGBUf;53QSHFRLAK$pYZ7;G5-@q7s`@ADBW+Mo)dBolko)@Rd7w*p-mzK=x(d%vNR z&0b2`90cqA7~hW4fb7xJ9vuj8E0N6cU!f*K)R$xYXh}b`8f?HnfWI|QbMnER-v~qO z9vf7UsQ2`qulKKi}ucuo{YVBonp?;I5j-7;WjsPe(zZN<0G|{OGc)t zQ#^F9CG)w)jC)U|w9on51XEHTeqgsZQ;M8_K zGN@1z=aCsPR?Mg~fnUx|E$Xs`92>_EzwfnhD^4FNB{*tX-;$(GIyV1aw)x@kxx8rS z`|;)n`MS`G<2I86dDN0TGh8P7&7=k^UKL7MZD<8Fs| zh(85$dN8~4@MSE961+crX`b@6(HxVSNB1hQ+6y1WeN*!V6R2NqprX=u=@nY^l=N>5 zrBO#catrJ#>K4n5*jDeA;QHVz&yrO%fsS&4n`MDlB#f?w_UW0|6 ziN>QU@l{zzg8EvP00TmLxIg zp68VTb-o~+7OiQF(FLvCJ01yZvjbP4t^FyQPb+_Nt&!zq5a;6m@L}m%RpNjAxc<54 z%iqnvBLowCgAL0B-@h#!-w;x|>u;uawt=ib>FIZ1{I8$LcF`aMC(&z!{Kv4I;q)s> z#efl+LW2^UZ}xDn_Ycm%|N1d=gu1^4;@|y zwwRk129V#}dO2_DVy~D$vv-YaKML{M>DOi!{K;5}SYI)^(pe`w5eZb0KPZ_r!?015 z>hg{ifWq<7{o+`B`W|7j^*8eHG#g`#Ytpy8AvRGdvG%wXz<~O5!aUvW&wu%6Xj3Z} zZyEW++C2VV`aTn>bKbTSy9uQ}OJh~$Ajh&r>7RyTH$9RGgbJKjvx4v%7osEqCX8+>*bQ#5@Bgr29`euFvKrbka7 z4z0v|;mpG=?tLkW_3wl6<={{q2m>N%fX*c1AN-|SAx^?Emjull_F0o)f0 zCE7=yVlPiz*Gx452del3(PWq#P|zSrkZPF~{xcbri_+ zEBRc19LyVUuL6Wm2%EK+&ZR{yn&1Dcy!ewkAFx3B+A&tkkB0Tx5vPk5ZcnX_8xUT6 zq6oaarl6LQx;iFUb28}HIZ&JXS@vt4`1%x%-%=YqYDiZzdKns=-juZiQ(=F&yteWh z*po99u1)$*X`2gAFy~vFBguD{aZm?@cV_EyIw9qwYr$nFNdmclf|KTCer_di+ zl}S$NC^i_AXtwv&Nel41@mED4S~dV za@i%h%x{>JRQf+DZQ@W($#=kLShasj*gYs~nr|XBfa3cBCgSRT0 zkkGKZ8@{(M%V|BER^(TJSvV~=KW$yw$jUpyB28~rQq1%eAUDwq9&Z1v#wfF#Qzqv( zxF)T|Z=1BL@Lh0aPSTxU{{rFET!Vn!Uaqi4OHoY!TV#R2Hyv1CVZ`Xi_tChh*^);; zWkW*>wC3|B%Q~E*!)rX-3Q+kJa&O=qUw>e9U_^WVA|@C{P}oCuShmo1@Q2TL8{A%V z^ov!L7g;V^wtp8M>-F^hS$Z7nt(#SBd~4O`m9$Ti(K&TRd*zp_?~2BwuXN$nnBaaL zz!Z@)H{>Y-tjE2RU^aU`7GsPBp&wq&R#J;9aGm8i{+ZxdD(f$RFN35PbTEYBS0$2$ z!KpM7=gt&b(GCO~SsuFTQ-aEX;mqw2LqYYv8@&=2tc|$Ju1ur#Wah?gmO`fs6Aw3>JAFr)E z)X2$*TBrhl$UC&dF3Hq3PKxa4ak_e6u&kGR6S5hkMS)T?r70o<9#QO0ezH3A+I#Aw zM7Vp-2l$=kdd!~nxzMF<;P;lg6RA4Vj`k+Ic`D|5AjzBDVSAlN2XTwa_;@GI9_hF80twQN`=CL zK3;*Gr}cLXdnOusk!)(}E=ryRu^IZM?nF@ZPvrwxUl;mE!O{}7v2CHyOiAFOq!i^m z|Ir~JVguGXOj*c+%7h$6fz1{o$~lH&xt>4oJ)tC5+s66oW%9ti2^DOF-vV^wwtxH2 zqOSq%RU!TVd1(fvUfWv*;`F|&tc*)$C7%bevK4(eq+mr6VVm@V=*wK<*gr zzXa&}@LPS!5aO`(FvaNN5gd(q#n5j5u!9%_4xPU5jWI+al%h(O*ls*{!tX*@0fB*_ zi=qwFl4Da><+Vsw|CDVYc(w%n-$C<2Ez)3>lwTN8?9e-H#2;l3Dw8(WAmTxe6hOuIV<)2oyc#m_Gdsfz<@tn2kr^C4YUIBUc)7= zcPz4n2s_7tp}Y~7dzV-jtqe>WUVbC8L*wkR=0MPzv8)%y((Ds}C* zx)gPmaztg$1?CtycaU*`9LWRTn`*w)=S#QGnS|V-39G^VG3vMzU@uiU%u|uAAZ72M zt8)@>fBY8ZGxg035dWP_M(dTv-5wv(m=7CDxNO}{an)RamI)6y{DGDSwhO*437e=g z^*=6XF8gTEb)xlFpD+5|2NPn(P7mrJ@?JT}9nLZX>-7S2s?^@{mpPJVe5U(g>je-` zI*YlAga{i-x=+|i-LuMBhGa{hy>Gq{jGD0nnf1;%bN>@iLm6Ub-_ao&BG=z~fUvm+ z<(m2{|H4mO9w3^iE(`(AVEO?G13tLQdm!%*y4|M6d=R@MpJ}aOyq|87adsV4EKL|8 zoijV6JOHnalonhv)_!}{B+0ic?D`+U1rJ50CsTO;EmYBlujUQ{J1 z&!08zC_cdu(L`~+6%-!17_>a8{N>z2VAn;#S$@#RY`E+AinBa2%XjqpoF6GbU{qt5 zZNXvO402{!v8sM=cM+CE`pxucojOPpC?wCQp@)Bd_TQZFUc_<0Q3)GDR8``Zg;GHf zC(yI$>qQCc55ixcOP#g_8{T*4qC;0n1{aX#qa%<dw|`84=6y~r()&sX#w)zd7n$&7&uBO%bwHCVoPTb9 zvqbQmG0K6E+Z;3g3ag|Ob>PI~XQjKgog|MXs4SZ&JBkFlm#lf2b|yLzvd`6I6K7m_ z(#t~OURQ>-Hcp1suQr~S=EQ&4%{$lDO7W@{*tL<|=?kWn+J*5_gM7#+kvkp4dW~OQrA6Dn z?K8m4W}?hi8<0nbz~hG&eI6sO^jjwzPtCbs(6kH51BH`f8em;uTf)e+Qy1!91K@>b z2k=f-0a?n863=z|ZRaSeUq;~Q&Hp5G`tNYUr|*HbC@nWD>=PlAlxO_`m_m@$4!evE zwM!s|=UjCwMXNWudZ8riN6RO;V)DvuV!8&Po;1QU7UWqu54wShfAn-?=`#)U872>M z7B;~+WL_41vmgDp#V-Z&TJx&Jks1F1luq5SExoXNria%|e;fb9tT0<IpAW)4NxR|3k2!Bt!{QnbX^m`y-YuZp_U}I`# z@uriO*}h=tvdKD0Iy3hFWF>%}(`5#nO!G?Tv1ZRU>&D>--O)PO88%1*BRXFP1!p}V zU+sBSy4mO%eK&tOl#gc!mBwS~z-Qy*FVuf?!&&?C6{XZBV|9O4DTDJU%Y8Q_-@?P> z#!B+lk0@==4DoAIOM+07RAh_vCNorPrC;`pf)G1!`FV;QY5{8Tguf1X230$C5l1cj z=@;06wco{BVVz?hqax%5;BrcjP9@mzL$0R-00tJ;k|*bNz$H8EbZ}vfv8a>YUlRJf z-X_`vmI`Se`&i(oIUoUq6x5!&jFF3Ag8|;fYaPB;B|l|D^qrI*lgoh4?b!@^3sB8vRu`AUzt($U@SIKFW6!AGCzAlB?Ak(6Bj$ z>~|AJJX?=0=szx;9p9Yr>8(%PSlqx;-?Qqvo9EbhRV|~ZAB!koB~-dhV7|1$mP^tx zAp%$Y`{R>=3fb+*vJ!6!oDyQjvFa@S&&GDs|aro@1I^e_KV?_Zk%liUBZ7hcx7 zH_c)P#RsKc^rTOVDf2Pary;jRC)nE-8`6I>GS*;{zd8p8kfzX-|{4OCqYPPq)H36LF<~Br#X*vnYuw zs?K4O4fR_$FB%DlWiRwqJV1f-Q+>q4bO&cohOx8uBXhlF;v1Ir^6H6`tK%nZS%_y$#=S65Mu{cK);9 zU$<;_)t-%d@_aOZ+?eUFpGD(EUP~c#N=qS%p{F#iQxPwKZ95MUBd$xvg`qITF8=xdC3bH*6gk1O{e z>A*+(S;Xx*@tDWwYFXDzpOr%{V{2}2ZYYso&ip4L!6yt;We!}Mb6O0N`ytEy%Qal7 z4k>88a<-l7Sj-^^G5A$ZPI_??*Pj|NUo(5qnd!rAF<&DXKQr zWlPW&wOh4G?AofTYLAvzONmumVpA)swMkHWMeP-zyuaT+zz?@O=RW5=uj_hTiVfvRmOd&J2!Q0&oq0jbzGfDFgp+rf&mrkO|p5b2>A2C3OMt@-IQN}fop zy#A|iBF5BMIJ%;#%qQit!~8!b8ZMwpaXYoXjBBdY`_Feg8Y;OyYqD&Mg2y->M!8{I zAleN>u^&{c&aIk~%M3io^A>Jtlp=HXH=|GnWcsVBhuU2_$!7(Q>!F`YS9t*+JMX~M zkl}pDFp)a@^!|GK>8#Fuiyd!do8%AetBC-n)971`ol}Opk@vSJ5-}lT(|aYCrj>{$ zYE^k@}TN~d-K?~R`Bkm*SkQ8uC4&guaMib9O2>ZR2?T2 zzOK9#p-#g9kDC9Ivto;M{=9vNa}r{tg)fXwJuF$?Pv9S;>b4O;2c929}ZZ1V)gHd8WUoA@`ebW=x|p4PwC!+pJMO| z2TJbakC>8vLb?2+u~c0~SZS`uL!XU_j`~+jdutGFiw+8ZvaXa!*qY}HLkBeCvAvV9~;n8NG-$NK~7pf zcOBwNT=*gtoG8*+Be3sVC@|xG?wRLQ2$FqBajL3fv!ljwWeZ%Z3YS{ow@wr(eGh-7 zUOs71w$0KAO}=kNi8qbIpyy8J!W@8VWL}$*_o=q+N7sjLF@LH=o^R#k8n-Gc91 zg1{3Gq~DZ%*PluDu>iV&8s9De?8nSS*02p+P<#P{Hs@~I5QV9gr`?f}l6>i-A9vRk zalnuNws!4-i2&C^sa>SuTEfZlO`q2r!e7#X1+u>#%3fLja;L!V0STP56r-CA=Se~m zc<~TAD(l1lCL4s8wl+0TT9C?DJl2E0hellK&+QEgUidIuaH}DB&I;^X&uObjN7Usz z@Ujo|=dclKyad^900{Lh3_-L8xO_w>O0Fki?0V=Rj%tqswgbv_40R1bYhKR-Wl*%;R)hazN$RXTnERj{Blpv&0D)p@MY2@Ye91zBtJNRSC(s$FBLL zMbE+?W9;{Dd}YwHmYeD&IS0NL8cQNl@4|{m=NEFmx~L>l`j_qrA&!->&da4?t{&EP zR^>L?ux!hUnus|(cmk;01)#n@EKB#Ns91l2hZ!Xgq=7cQY-BwYG<#E#YfCZIg6`VPqsmv zXcS&FpM$Xgp-N1BZjed5Qoeu8u;M$khBi|4qr!OE+@U7*_=Hm+KV58^=(?IrzrEBO z>V>7FQ496kLV@ov!XcUw)HC|^%lc1giPh)B0_UgJ;0J@N(g~o-ztejO=WUKA@|vAe=~v?`4>9C1wg0!>krd?9b*pGo}e=5N_L(=enAerb|B2SJia{LWJ7J)9O|5`_^ zzeTuXeLW*rnCTg!s~z>_wO~Rw)29rvr|TSgRF~P?EL%uliPmq()EctYpiw^u7KpTD zq{8oT2VjfKwxtQso8+>ZZIdUYwrYUr#sivk!HvNHOzA_j*ApxR0dw6CV#}{O#vT?F zF?7x~y>TYhNAyZ0%!}U;L+cbT#n1xiI+bSXL=qpG6o3)lS{49=6>yM&PBD1533Q(- zR}9~>p97wH&SQX}A5Q(JNbdLSOifUq9n-KelL5>GMY)Nj$0iNP12GMvVk?Nu5S6Z4Q8zqYHtYC-nYOB6ouy09)4kq0JNj zbn*BoQl{j{Jme1i;{s544PBCfk;>OOQ2X5Pc&QlR0kDjoC-H<--YbgWKRR)yOHzLw zyY(H+eAi^5wNT+Et63^XcCzHjiVtExt`O>v`E~-`;Cjo2pVjKah52K;7cF}49 z@{rVMDR5_Lt++h^ax-6h-%MGVRhXyX6Pm5l`!^e;nMB>p$n27PKZJ){r|>FKY5ycR zmHPaqu)H^WUK>^;rD&3KZdWk!0~k-hYC+)wQg4PbSqb6W-@AQ%LgiJPrWAb6b1(mx zd|9%r*7*pkX7j2_AM3mo?zk%+iX|@{wdzIIeAK!QtxGCmZ(nN!n)Qw+fEMhKbrnd_ z%WqUP?dL**n*x5a$^Ud*FwU9io50+plEgLiH5oGMx@k~O^lIvpyflN2-MP)~K=vg1 z=DI>)?cXVy0;$zJ>fR4NV^ zp7BVpc;SgB6ilLygdu%w1K(={$Xw0Z{u5|ck5=3x!8i)Tloz8V($9l%wI#4$Np3+Z;&J)!1AF_6w=?mXpI z>k~p_`j0SwBiN|8($qKBIZjc~K%VaX@&Kb(ex0&`n@!O6oOXKtQ{ezd2$7sN)DK{3 zFn_@!ePZ8c43w(+a)8#`wRbpmKHC^e0FBh5jF|$dkwIjcf4yfwLzko5e_Vhj(7>c8 zm_Qa%jLDN?P75C`se;O4O%xw>mi6Z~q@Q)D*ZK(9_8JEs?uC<8s_9*CwpU1+6%cQApU{4J!+b`A7jDz{jcm7PH^A~}tM7wEPi*!UU=rdt+ z9(ro?0JHqoTl2@oQIu=G!6#AJ2}4u?N&o8z>Eb-JeMZn68>JV+AMsa2-3r8xAj-EH ztW;GMBM8eFBOs*R|Yc7o&*a{5f+4o%cJ!;v2Y*9*WR@TZBtUupSG z(Ke_eE_eV#{UIy5>x}eiaL%E>gg4g2no1JFU6B}0jcg-+7x4K$d^H-+-kfN`mGxth zy-kK`i{^VY!_SVMJrak){av%;8`^DsZ2ju@e~3S<7PFq3oZ*fXDB}XDYC?ZgG-l6F zTS^RG6~R{_uwAc-Pu>jhhUAi29Pe{EBc4HWrBA~l9!#VACyZ7Sia)o~$ny8D44pM7 zg9rapWknYvwA#VDoI%e89+s;~9M1qpJ1kv0UimR>7ccNwQ%>N-8XAeFK=mp_)v!Gv zoI0W47y1Cu%z*g9*qFl+?vA+T+D)QFAJddpjF2uuH0RNbRuBKpJPM+i+aDBQPkJ&x zG4DQHQu0-B<0N@$^2=*iE&(AqhzI>=WE*9B^Vqy_MA!}e9Amh5-;#K~LmSxa%93)C zki2i|P|;>Yx%U{ugvN;?d+3=+@~76rU_9TeD2Ti9i!Zm3^hHShQezXQkaE8VeaE7LV;y;Cu;We;x^y~Nt(Z|?1v@w*QhgXh1P^#Q8T;E-b7Rj zbAo=_##EO*O}(3ryUCsUX8~G{I3II_LGia3RwCFLQKUHmqLp zv#^QPyY|IoTZ91FNtHgqHU!D;k9o17y#62A(>>&PX9;ayU+NwBH9K*-8z&#T%%KKn zq?|A2Ol-$G{D-Wjig!3wca^`Z3!V5fMQk~gZ{Q;V7zaC8eTGxhN;}Wqsq5AF(bJT= zq5rUc!oI%c*Z=vM8+NTbEGBb({47_I9E@yQc#}grEL)o{FHKx*aD^)?cj8it<(VbK zSqV4ou!mo6`(wNm;%efc@FvrA9-0_Kzf-E#Kd(hd_B1V$=Zr66Anr{lB$O|*o=k+t z3|ACy+Dxa&nUg#fiq-*o2c0v<8FYZJf*{=Glp8mc!_PMQ!ktMenfJ1AhxmKs>x?V} zoN-7_Z_DXL0sT%R1%^V4GXJ%bN3v#x=jF~6Et7Iy8P$#@KJNHoz)1H}SoG0Ax?n8J zItnO68+wN{pAY(Dq5CTgdMZbYdDj|Ge53yqvs+C^9>;}$T8W(gt-{#m84RpA25OZd zRo-euxIyQ&KFnV50<s6H5b(9ldgN}@wJ zrPmvdT?|zscC1$&2kwdwAtj${7cA2?ws@!6%>mI`M3t8gH;k!S#ZR|Vz98+7Tdlen z{+s;?uXsmaEc_?=k7O01#QgwB6uNWDc8|~^h??Hm$iJADAJgHyo702pU4HKG8nRG9 zb6N{vd$A7AkU11T{{}gay(}k`cvX2KXL;^pD+e<6TA6uoo_!)CBrOgq&+jf)wWOj+ zt)m6%oE&qWOM9G3-7X1571n}&S;irHwgp0JJ(}bR@h@E37uY-#d0jUmV;$hzaG!Gj z3ds=q-qHDxSZs=}GARiN$ace%)>9+Ei|2Mrh@QH}hmJAk2tFC@L3_gJPTyXHw=dPD z4#eX)WX1#zc{D>eMd=pwjH*HmUP~Q$0wRq4I)s!i*@SLH-Pip6bEGRBZJ!zU+n;?if)wSGp+a_W+9%KGk26N!i zaV{V|j=o~2#9xR-Oy2*sdJ1ZMa4c9AKG~eQpc<7TupWmf4T%8tilqEV-Ink~222A7 z&G3X{);3Sp_9ws)fv2<0Y{^z_ z;{ThBQ-HK8kr)3VulTbOajjt#$OdVvTJ4<3mVw9SMO*eo8BsKA29@E%@5vT?$s}gd zQi_m0bW?~JV1fc!s#@O7o_~*?OeV)z=)zNmIz^5G}0$D6Rr7 zM29rAJ_&L(zJ@OW?Y>;Wyot04<{L?M5_~#!?JxgA?IoC5s_eYTJIi)>h3HfR=Mmlt4VC$)E+Ir4FR9JLzA{OB;NNOXzjSA`+ z&s5o2@_aZ`(Xte#noeJy4z)_an*+0E3;0M?m@kHi5VBqy!3UV{yB$#I={sjU$$6lJ zsiq%r{7Wtd;qCj{CKcXgpWOlsJ#^^2F>e`8G&z+3SZ%_#gb_C`6Oq zabstFKvbbAMu94Co%5QO4Ybz?Ox2ukI2e?-ZAL z_5_w2rHiMY-N9|Yt7|F% zWXi3VBo*4W0*+xuw<#vNsPQbA6amW@j`m@ShYD7Od+OJ3QVA#c9*pDFRw|O@?iCZx zV0M{0b`n@**{6Q$a)-9p25v<@TWbdxmC{j_H|{jbKzZwaYa%QCbXeSb1gISMJ=#;t z>@dQ|4j+h|Q5bR~szLr9l=CBYM`r6k%uTIQKR-w)Sml#(?6GX%7^imWz?C6Ca^$vr zWAV*mr<}j7r}Y_mU}ZE-=|MVz{$&~9UZwe(JocVHWKcUJM9+fMDKwb{+9AkpFuhFY zAKlD9EgyV;sqr7^1-WXzm~Jf|_xXjt)QZ)5e$IZ*Kn-!#^-t zhdF{K3@tJC+Q63E5W6*KW60Hzie#8X!Cf_=3*%Ex&EwmW>#VXNRNIpn&nzXWMiiD} zN3pSRFU%;IL;5XKx(LZBIm`z^Xw&uaP>!s88-dj-+&#MsoqBd=by26WBNJt2f?bt{ zW`)1>jBj6o_@EO(be3q#uMxU@VDfvgobcxN=t)M1U75ubTQLs=6b>J$%WcSUQ@u9m{elB%ifleoNL)|;m&Lv z_F@ld2n@MASMcFSfp8?2m@Z{zUUY+NbMw*ETfd9@fO49rl8I2JQwR3Lh+J!vLrt#k zYU&8YZ_Uq9fGJ~qHR&3I0xoRPP0?px?eBdsFX5SB908pM<1Rm~{<)?@mYm02;Jg?y zm&D0L-0KGz@f4=#1o=GCFffO@#TC5ux_-SYVQ&+#`^Wt_&In+&1=o*HyGJ!zQ%KkXRLBG} zhoea|L)t{WoRhxYH2=U&*v$xA8qA%MfEtR+RWLq-_eiW8eG9W#7wpGPn83#a{10`aD?q16z(ejD#Y(9(VEowdK+Z!651cz zC2;6e^uJu=xSIenPfTuFUPl$2(IcO@mfk7_QGYVb@iodnwr zS3p>VXl2@6mfFJobQ`3AsMdS`p3_Lj9+%^ZF@{#F_U4HS`YUG#W6sJGvQ_2VlBeK9 zS~b$gw6W)0+fSQa1KT2oPty}Mf49nCaWRs*dI0-DLnPglzjB?HpUC~aT=|=4+0sEB zMlM<4G1OgrY8cpMHeV6pEX=g&P>M89AglblKJD3Rm|ez(SvY5&u`DpC8Y(1hTYWMK zi)#LuRs(rKc+ig8XhHQ`>=6mJ<-5YvhFQ-KkT!#^dYU5Tug(-e$QHOgwZ`$OFr3vHGmQHP65m*2KqY&;@a@ z4Y6&B;hfoA2N*@Z@EO@eo&sy=7?Od3TE;psLAK0Y?kqm^HSC-wN*KT7!vk-?>BvMU z&#liXHMHT+Agz1o(}J!$c((1)-;tj$3iYM68%VQ&O901xtRsg;!L@@DIB+f=O#vZr z&RGruN{pQ zOs{vka8bKR&)}YQH6hD5JB;=Y&wbOu>_9kakH_iLv@HzVrDLcz8eOUqe zF<~b8Low6~tLeW++<_<_S`+FPds-a3U5 zh~gEMzwoP88&Hn9x~G@PIp{KbXw}Y3k;o8AUx~D>L~_R0?jJ16a0hXMtANJ=9nao+ z&F%aM0__Ah6R(tjb`xkuOgF3@xC%YpelEiTsm;M-Z2yOx8*L$aG-F-x+zf~_S0ymoxRntztT*2|2 z=K+##kPaTFW^u3A5i}Ss4sl`ZDss-$JoL}H*w_PC%~%{5oYgxb5QI9HjW}rmAG^Z? zl0~_IV(Bm@uis=x*F8t;y%lB%_m> zqw*!Iq$`?Dv**9{J+RML!he_B3?2Fw{~K^L|5@|d-x@Dyy9y%e_#^S0y|Pnt`N%>Xz7ERBGJe0g>AoRS; za{XO4l`d0e>RO}e?0xL-@H*0}p@O$yaFX?~#UJbiqrMa-YOqqI`#M?d8>ttsOn#eM zJrarY(WZces*Z`DZ?T~K*SFXJI}6sJ3RgI3j2^S+51|o8JN`3)Dz}cM)7#utTJs5< zHcm9Sq^s$pnL&8J*T7T>q0Y9)fAFAGgd&n}{Z6ic;q_?5uDPqO*ux$G8pO|<*3|In zkYIhtb^zLPHC5}5DxsFn+nN(uKyl%AG1KT1dGTv)Kvg}M7FgqRNcW5xnl zeUm?+U9jjtI**;l1p@+kw;g35+=mB#6iEADT8B4@GtcQWRU?V`_oSOV3EAn7VF*)* z1sGAl#=duL;(W!wXj3x@vklJ!wy9`H$e&PIKE(M$>P$nTX00cRQR{AKMtdAY+VmaP z)`Fm%5=hos0LoN|He1z!<+$1KY2nh%&nE#%2W#2Sot{GjBab8x)DCn>q)<(+}dDsYp||n%!_=}?p;kltOns)3$R6_7^ihF{kH!7M>~G4raW)n4 zH0P$bsCiEc?nB86L>0i%RUp@k>li((MGJ4drmdNr(B7C}BH^mL>m=>>g`lT2Jv2mf z43@K?^|zj_ygfMX%Me1n69VE4v~oRA>~S89rP;z^Z>`0)$knQDM91})T((fw-( z5U}HqIRSP&=tdPsh{nHSVtZ!~yc|E->)q1^n?1tcRm?% z7eFnhhyD#F?a{amx-5T8upFV4*!Dxr8tXNrxrhUyPP9fd@@CWcd#5M95_>LSra;nC zkwS(oJxh+$&$I_d)v63EXYm>MV;(bbAMTymHSMUum98J}10ma)3WR?&=Ldgz3TA*8 zAvm8SE<$1{ovZFE4IH>E#vqxNl&%@H zvc&9NT85|tgk3_V<0QrKpGUUcAVa3u|H65WWdmtLQ?Jhoz^E^mVg(dD9Ndq6<|x64 zmkr6lM*W(6 z;`H;JKP;6JugHw?v>hqr)?fTHi|ZFOazU$#R-*3dRosax)3LOS!kL(?(dbc}0$@vo?2BYZSiNWQ_gk}l*`QD zzj2|st~eIdfA&_NjQHN6<%~#v7fon$vT9c4xg%=jd@Sg)*>@;Is;rt{x^LGDuzQUL zXGNnp7P6ySP_p_@Bb@|x=J-x6L*xN#hKhwqY7Lr-;fi@<;Kg>b*sZDCeVE}!>FE5U zy(2zyRPqTr<5;~`b~^$%6!_3@f&~?LNYjA9CjPyK&jD>)A(g)T_U032JZ^5K$WOP= zX)bRA%Bf+&{a=dM_Q+5VgX#h)LP@#g*J|)S79YNm2n({4aN6zjske{YfxH(BM?1q; z8t;9hAv3)Bn9YX8lH|hW*;Oo5`E~rK&uX`nUggkNpS%T(tc(2;F$Oi_%z-U}3^OuU zYUtAopVv8+v%83E6+jfRULl0;28US0@|Bb&W-Ufg93vxQM=+&Wn(*c1{?Uc-saKr( z@}5Wf5K_R282#|tZq-Z#0sJ{)<}|FjsC?cgRPpC$$+CGN-xG}EO5zS$<5S_#27AZir!a&i<7pnU0DnUC? z{24rgxKm&Qa)&B&14`(GDC5}WLTuYUU`?A9iIxD97;gory@S0GdYb36Y_I~Q2 ztuVId5v;shm+u{BH-bl6GBk?GKci0u&0h0{Bmsu+-)JnbnYKFD0_=HpI$icC(SMEj z6IS*0*IhbA(>_Eo2|Bj0G5TFK!YlD~r=YvaMqeZoU1`X8sgEyjF%{dKYJSA#0n%P%*#bXPG$szdN5Bx_2_eXkX7nIV zQL|6MXY{u>hqk#uot$8OG;^%B9I0awXmxECY67s_S87+yg-Y&(#M}{*fqfF$yheZ< z?Y_3v0Pj;z@Cu0snATKT(cQlMm-S{q1?670p?4WZjYRBmYK2hQz4wU`6Xcp34QJw! zCxxe6nm{Q~jvpOt#BR>r2=hgOBPvUb=FJ&8b4` z?N@wAm@mbU3zi#=V$;ken*di&X+bXH&Ja~dOF~ZgoY+FXc|pKy?L@Oqfb%nH<Of zx|~?c{SywrePSfUJ)DY89NTe3vbK^^<6}lRVAtAIp^qLPlWNTaus}q0`eHP*>nm6X z-|%}>r&*w;GE`qb()-b~IbS<$CF+Evi_%?1?Q;xxKE#}kv7K`iGws?JR#AHz_?~Uu ziXr6W+0*{fGi03arlwkiCKPFWe=T!G zTZ}Oy%%mbj8Y(u4o_r8Z`uk$W>{B&iO|^XDwgU)P0+@Prwbh3W&rB-2-=U=d3~K^u z7LY`F>(CU*b!N-n_3m$gugZVrQ#X$l?5XxrE0C7x;d zQ+Q0ya*(icGAz;pK8eoj63{6Dw!RUEUDea-8=&F=3ZA!I3xdK=YasdOR$M6|_>ZFh z{}CvpdBCJz$Y%GeMuiy>h3NY=N*AI_2sOMv5c7?~-9&%n%F7z-bh%9yUP8<(2#(zS zY=2F%N(ultPL2O5(G*3IS1vNSfrS0onNbfRLlt9A6hki~CF;PFGPH>!;coPyBv$Du zLvx|<&k8cG`g{n_soEJ2;U2l`4IT62JWm5ja!q$RR|)F#_dL498i1k!b6t0N4nL4TVubD_RLN-K*+N*#=t@uz*drV zMhB5*Ymq;Q^lwOOSqtPf3Ba&0?r8aE3!TEPXbVJuswCu;#DvDj!Tc5eJ^WdcoXHlDv{<2 z%R3~&`Evg(HP=N+&S3hr9avZLP?RC?+XhjDgk1SG1tXgjMK%q7!U3z41Y5@;-?@1P zBI;iEscA+k*|^0@+F$qnE%$#(f@%863^`hnf={MAa?yQ%IYjq$q8`)z4_DJR1G&0p z$FP>ZlGd}9`SJWYVzo`sOu_rZI?j(=!sqh23#Nq{UjrKX*eOm%z0vX>v>Gnf_br04 ztFp;}*3PK(@+n~U-<7vIsB}k41TUHkbXL*rfFv8kLa)hs#X^Jv5!DwsNjCa( z&O^>{-3z#-JCx%hb?KKLS_D+BpJVc+aPllC{g!6yNqf(s!YNRk~IB=10jRhoxvc_awZI~4PEi*t2I76ImEw#GVCnDNNnFNhdD;;f2(!hXmZ z!Sz|@5vB}fb^Pg<3$&y2ZpD+m z43uxf+gsGF6_;dak{x{^UE9=HAO947{>n_X5Urka6 zXdri)V!J6cYb3ps-7iZ^_wv3m^M)Ve-12RvqcX=^6H1^dZZ6D+q@IV(*ALfU#&gUF zoU|IS_@uWM4QD04Ov-#w;|(T^ma#~?^F?2j#GR>qdyc_I|7Dea1B?RB1c6{0F;`br zIV4;6=7u-V+UV0j+&Vi>9^j4Uf{M)S_+x3xJHuKFaJvv z#^iVMSYjg3_^{Xmyeg8J=NHFj(#sRUT2jBvI2#A|L=g`M5hQH$Z=!7Kojiq`p8=di zVl0aUjfXOvhNGo!Y zeGmCMYoP!VMsrDi9t*3bxbYO@MS34NE^WeV^L%mDZThsHnV5GoX)|n$+?5~B-MFs^ zoE)LAH5#-VU@c%xb!1G=^xx;YK^JL;{_SVV=L>qMrT${{kLE4Y#=)FC2L$9Y71$WZ z=x0n374iv{e&e%ymfl66xS#$qf3vSfk5&uui?-FrhJ(rFrxSeDv?P0^?j>ulmTiq4 zFaHB_0Gl7v0?NHs6wq-yA2JLhKav09Y2_PAf;OUr%u>PT9UG(yLV(}zk9 zf3w)lSJ(BHC!rZ!?{m z0_bqnsWk8i)i;!RX%-S>kNZR80E(QAO%!7EIQ-l&dk0P>lGt%A37dbLQ2>l9$e4BQ z41Nks9Rlas7WPq#;)6s(J?G@B-+$inyRZR#T&dbxI`cl%lY?x}k2YS?&YaNLOigeP zJcrmx-NB!8w_+8_?|t*-wrBRQCYvf24fZmy0TT`l+3N^OVzQQ01FHXlj&;}AoJD5q zc~Aw9PCkc($@{4#3p{gL9A@mdGg{;ab-kTQEmT41GRV8))2Oe$3so$Gr}`beUo?ID zH;uB`wmfrLaEzQFQhXdi>Vf=9!(kz0mj_NDG$%#_M${30c<~>A4Uj^C8A|+jT#MkICjKgGW>r)|%LfspLIL1hks8 z{+=JQwtMND%;Bvw%8 zE>R`8CU3_7SxmIX%H6nz02mle|Gy{l$*w9IN_Z1*EAJ^G=J;kQ?~Zdx5bF1!;6bKh zCp$RnX@~bbQ0_o3tGIwdy16illJq4Eceqe}fYIa#&JMhxZwN++A>SXzsM?WDEfnGlCRKxjtc(Vu8)$BWs^20l*|g^ zJBT3|vj6g>X;d?T&b$+o*{D_TnLdcmzQ(G6=(GFaVL2e+pmUtJLXc218$nkl8ORh}C5=e(OE$ughN3Jzp( ztkUBh^?OEzA@Cxk%r!JIeJS$ePROW>Wa=Y!`C5a~)Dcta@a2#i*Ird?F77dHnl24# z0fO5&=fgXpV_7Q;)z^C4-@47aiojuc-1iY?Kz%ZSmuvfS3uLKHWd7R6@JT*di9v#wrv$1r-r&T^B_ zP{DUMc%(%6GeivN8;ftq0A9BSlV3RiNH)!k|B|e}{6m3wsW2q1FBe;T`o^+=$UPEK zrG4EgiVAEtg^|Nq(P#`zOs5(HNY-2@aQcpmu@XK_7k1^ndyM%U;-*3>!S$u}u%5Kw znWb<)m*?Y7KEb>Z7pjmiHHA?7HG}-UUumlXZo1Z-pWroakN>1_t8#p9X zN}*XP8TfN{+9#S>V3oN(WjdSl-oDNYS4{Jn(p`?O2q&pb46X>7nu0F|RI*hJzx2D` ze*Guuu}XZhVu@L;#uS69VUyA2hzF-#SPK=Y`#E5WtRY~!FeFoZT5Gdo2~f(4(jp#N zU?oNHt48S!v_zNh$c}~5L^2=J7?}NR>)Cd#GVu6SV77+`S!Idyr-kqPj6-#Iwvpy@ zyu&$c#h_!&3b)ReI>B(AyN_6uTE6;>(+SCwAqWAB+0H@`CBZ-cs6vO6Zs6fgaE z!Dm=29RoG|dK@VsNMfi;*k7AjrN~cmkSnOiq~$%k-1c&Kob_-GHFf8Hq%>&-~#e4=UTM%_)Xp z7D$J=2;3L6UD@u73OKm0ERM8)i*Al}$9vGKQvsCX$bD3Z&|d}aMulXHwgDE`6V>m5 zkp(f4F#>Sc7X&sJPl}|}BGzm%yok3;>G^?BQfqc;aBoGQRIb3A_jxbF=~}lV^O>gA zBwUx5Ql>OeGX8GNy76b1=K=pvc^*28XKw%aXz5LfS0@C^!o~oJJitjMiI2e5wZL8? z(gr5&Q*E5?f63RYNt#GBC0)Slg=p4)%B%WqyyV+XoLz@{(9?d(g<_;N^+U(%ay9|h zgNk3_5FT_kPhy|XV;g|}(@uE%LbL*!7{rAPV`7W>(Y1c&co|ISq~9=o&~CX2%NiHC z@?v)j0e7pmMPm0w4?BQ%f4$X-ADB2MIz3CD-*pO+7!YlJSU^)kkTELbWft;;jDpu)!Dpl&^(R zWuT<8&b_#XZlm76P=xRdvBu)?691QUaGQAnqBDQjTU7;IJ&KC9f9Z^8;%FU{SbacV zrvt4+xc<0nZnu?^5uyO8=ZgCkcIn3Lm7)HhFCpnov>G4ynjZ6^^Y_q)3ZKULA){%;JQ6I=v0iTUsp{PcXN^G;TiMN=R-LWcpa=K+1vEJ%M7?{;zTfZTv)86(0n~m(=qGs zCn&TlD~M=&@F}Ao217h{HYRX$^DtF!a`aoUE)Mb!&b})hzLjNKpdnt?SBmut0t_o+ z-cuLmEzx8jaQ2Svsa=1etl-d9=?THB(@@``wB_pp-mj2hlRb@#lK0}N%t&i|g`17t zsO7u2ETSr?-N#Op)@*$}uC|6{vLAK9(D{QKNB^e$`3H0JP9<(ij8h^T{w^L&V z5Xs(8F-7!L%fc7?q7Ze5zOD7%2gtwXh-z>kuf`~VeD+T_bHNd`v$uJ`-T{msEC+7C z=)Yp}*m_LqOeD{QP(VzQ_5X&HZovX0?yo;^eLR~c5X5AG6`rD~RfGQ?V)G6wQynVq z2zug74IcUa-Ie0UN$yQk&H|<9PtBU+%0+^W4_x?^KEc>}QajeI8&Ta@m2V4#33uzc znqQDY>5w5&=#(7W({_m;5_OLgSlUyrN^0>(>&YFK{jjMMa1RY^pc$oehRi{YAn_K!4ItdT)=rorA?fbQu+!i|&vxfTDBS=U2n^FwFV4?av z^rhaS1=36U?nNKmRDJw-73Fp_B}X_DpfU1#lZ*G(yz32(_iVqE`Wf1~Bna04yT_Oy zl`2^iMW~u}TAhWn@~b=#s0B8GS#=iRGBwOcl!fG8O&a9j18zGW8G#AQimun{uTNAH zaY1A|;KC}o04}AoRY=?p+TEO8X-7OF0v$3^Jh@cm^iR$ZZ@u$MM<7To{Lr>GOnN8M z5E!S5!-%(gT_14UCRxn*;eYm%-(J{#+q}F+@Z34EA?xMPJ?TQS8!85j z1nK%c>n%=q3yS&7CfoDyp$^+^_|34)(4VC|91|-y_Wy8^0261k-@eekUXfUNL#{r3 zp!f;Pr0ix3ryt%S%bx7OD!+SW9IfR7puP7>?Dzd5^iWI~({pwZPyP91qzL#A|2{c~ zfGA@o6=I`cqC3HGMf^~yu|qzkh^m+o@d(c#9(-&;o*NE0eF;*Zz4m$?alldNJ0+_O z69|~^lmPK1eX_k6!?l2U_fLudBouiqzh3>V`JYHJ3jYl*pE01{{H9K%>|Z+`oFqa3 z&~o090)EZQHjA*0BFyyqRFr>|ESI%m_!x>#>g4tE+W-_XJ;n`T^Ko3=knqtN4)J(zY zcuhyHTE0n;2}5flv!VX59HZX@IuB7SU8D?5faN(R;y@wtnFn^svZhG)HpT$Km={CN z1x}&qL@6(hnl>9_&h3-V=p&Qrr$hmLYC!+1|9JT>YD_>SPUT*K`OHlmK zLscL=6(wxeTW5rVmqpj0#h4Bzt_{mQfv4`xSd)1-E z7M~~nhQY++<4+brs`9iO?vznN1F!vLu(I#zv=b-;N(SCN8D))Pbh}Ab)&tFrT6w_n z;TH>Nn1*ACr&Hv;F8&$FzGs~e|t;6fK8i9Q~rTlqJr2YW(Bj(nv+2E)9=UjPUiN7yw^ z;_5-|K5X(@3~5`2Zo)xx=xhx3UOK>yJDKV}4%|2&|y9w&!6e2{GjNLD4BGRIP+jSxz@N0KhJ-GGTc>PI_ zSZlE+o|64xWX9aA^OA0S{=M`5$BU1AYl%NO_+u!mA6lOco$ueOPQU1ma&b7<$*{Z` z_JA^v8*~jIU=98FduCEza`rx3&(s|K(fWF8&!p^6#!ZQ^{*B1ByuOJjoDcYN1q*FP#Z`qwXa71lN)~B!bj+YXH14Mna1P1;x^qcw{ zg01rDcMj?LW%2wWxMzGK){DATzO~_qe8 zQ1p{y!48e{$u$Ergt7-oPpq^zrfu&NPMjILEduLA8CjClv9?KAo*uM(cq31i`fY9ryc-Y_(CDURlu|M zy8>^9<$ZEjij0||ghU@%agyfFfttLFyuu&(BS11|Jf*X0o>t>mqBDuCOR+A3c~I>b z@4XmsdK3VEH3TnjG2lU(eB9zY^4#Su9=lBV?7?7rv=_U79&D2eq`raBOQQeYB&?%q zq|e_0kLIIzGXeg!@0jyUbx5USz%qObG;%A~?ty>baRz-y0Pf-U3>JSi-2hk1Z{`iL z3&dL2^Vuk{c!6=@tNUNds(fm{@W{zAVDbky$sE*;#0>apJ(>L%@Dopp>8Qj~KX8k{ z%RKj4p%?lzXgvuIn~Sb+1$RYDCGZMP?F{+}Oqp4x407HPUTajyF67xFH?nMV{m2`p z=xdYeey|N41@Cb=fDWViiw@#(d?Xx%`W%4|s6T z!o_dh=?WO@iZ>P2V$tpwc{V+8*Kc6)RpA%32)5`+q{hh5@4fzxCDjDE4;`4s>@ z%9Y%XYKx{a=!1fWDWJ~$PKWh`tqi*1zq2aBwm0bqfUj3Uhv@Lu7QwfwpsfX%x`6|L z!E6BigP9f;pBw`|(W3W^nU;jWxCNFwM&Oft0Q!T^vm~sErV9L?7aDCADByN={~ z0ZjZH9OosXj9|_{Odu>qC4ye3zakxUxCa2I^r%0j-xGkxpvmKQg_(DEW=5K?cL%TV zK}^T&9~z@GrXD1U~TEjX{1g2nb<9|-N7!p@0AX;`b<0k7Tsx!L{t9q=lBz?`0?44A4I zR_aBfi8Ezt;VKyA(A5u2)?h9ttYCQd4EP{-W8R?vQ(-g+B{Zvs7Ow#oZ^Z-Xb}d`F z5%WwiJ)pFm2)59rSM-{tUWkY~eP))6=nEl2h`>}>#nOb^gvZp0w2N7oHPr~PMK7lV z5F~?AuAl|3eG#DYk~nDnAn{##W8x6X!~ji~L*&RxvLR_5!-pBL0`TJy_$y%ebpT!_ zkw4FwT>9@G*NOEW4Rsfe;d-=@ZCek>#z9h7;yYj01nY1?*}OGg>S9|3G*id zWnba^`TuUk-xu7KcHnOWz!Ur}&r|x#gcn^sZ74L!qn%88&5rJ#90yh^{6w-WTM{cD zZi|sR27GeuN2IW3-SZj2mgm{^sxwIbhNN&*1YVBCSI`DxbOv824eYwiDl;<`sUnnV zH3+OL11_Z{#R|?ufio!iH7p0ou>wY96Fj#@qh5JE%$;r0e1OLe-GgYR8Gdo73?#Hd zM=rzyB^Aeyi6NKDKE*j4xr%V-fwN#RQ`Er0lbl;c)?MBYOU`7ZmO%)?1yCk_B|Bd} z5>jy`4VVQTB819=L4cQbz;|H4sMbyogy8KfnDA==ybbQ%H}<$=>hpXDd{_&-9muc_ zvO1a}^l}aJb-hSGBk1c@(0gp4_huEez;9*290Pr!{z0BW!=Lo)12<_0{&E1WtKJC! zPx&uzfVmOa1ytJD`7Gbg1T5{qj{j!01M_~Ed_%7=;M0r&a|@E@ZQv9drO>(sCYV+Z zOeq{$gE(MTyilO$z>Xbj#)d~-lV91^mw2!4YYR0eC`OX0iP^9ytr{n+7?y~#=qf2ARNR#`tng6)*4u+- z&|ff(US>Yk+u*r509e88E5 zCr_-#!iW0uETU-5#o~>wW58>ZP5DF&_{8|TT2)fjQR7bdBw}cy&n$(OTLsqTuxg>G z$g0V#>T@RD9J*CYTZ)y$Pqx9#1sD+RTGnkTTrx@K8ea*u;!0nT`a##QFl2Yk#?PId zctU~)ce1itD6$C_5GEpA@5RpxbV}H3Q8cc8qL(kqkKBbO+Z;ORK-w*R%~lj*X@t;p zzjG*75TP`owJ4;UH$(^#v6p37HhTVu1}pyeRS4Yt-ToQ?UYdim`rYMd?%XA7%$!Tx zTm6I6a>H32L)Qh-t#=RnzkNZ&4+DM=1J)g|Bg0|834p8ls7kDA1lBL<9|TC{gZ#JN zb}}P<7XY5OA5Cu@y8(ZiYaHjL;j<-0pV}?3vEdVLi&tqYJeddB*1j(Fxl4o={>zm3 zq+Lg+d@>@v@@jZp^{OWvL4%VxGudV8Tl9J9cyN|fEYnW0(is>In?$RFm-FbWM!@W5 z#4T8ku-aj%PrnjCkNo4owSAkeZ<*PKlAzS*Byz5FvXW5BzlxZPA+T#PRuZ8RIh!V- zV!6F0%4K|Qu#+x_gO6K0N0gAQ`YKR}R-z;h$=$%OfPowcwRL%{nOKQH7!R@_i}SHQ zum%2aiooe1Dy**p;AIBDEs1?C2eci6DLX5#e`gs2u^O3HpDYO-fkh0}lq^z7iK=<8kW3^t5@n4d zYo_;b`4C&(1LI^&hP^J!>JQX!usAHxEJ^T5R~(h)6R-3n_ydqq^P3p;5lNFoby4mm zA#%~gEg+m$T;>F5L}tJME#kmr8!jJUz+Z*H&0p>Z_a3#ml*_a|aB3`?#W%l}-SHX$ z9^Az90L)3k^nuQKnT0_ALku{^NA7_A82a`iLY_chAl3c_sy`|TIR5s-_*=UP%U1*N zSpc|iKZ57;@r?)2TD@TDlYDn>`hczaXmw2ZB=DJ6^CO7|c-R3Wmz8v^)!BbVOl^3J z2<*bOsEC0xDW6y%ofmHn65?A-C#46070k+aSTaw{wa`vent%LLn*sR z4d{l)pc~myUZu>LhQ)C?E&E-jjCDJ(?G8o0hY=n#XddG|<|PlCw*&hmj*j~Na|}2>3V=}s z9W4nv!3jSuRKgt@%A#-Oph}J0RRky%i53TcR z=Lj|raLa(@fH7cfAH+4X*o3v!a9w%l%X}9%!*mD_5(i!!{8~6rXuqHOz|GFa}AoBe!y2 zGW8-GCTVj*B(8wwI4^$vLG(@K4?e39`^O z9GJ$-#C2ojGxkvMV-T5<{4xl09*5Qw#+ygbUxdKTpYBID|2Dyt%VF8?1ON|1C1-Bl zcD_6YLyw^w(^#y2T)jCv@Jxs`F(EB~I|GjKQ2-o6<35TX3F5e1cA7#%ie9|T>Cbmy z!M}fFAjcO1@Oc8jSby{y|3#F|V=nZ$55SVAt_GMpkxmYfbwb_u5_$$KDrsTB6u)5~ zic8^@L3*t_-g=0Vp-Di^c^pWA>#?Z{T1Lyzwjh81QM#JoS_8$OKEtYX;j`tv+QP4yVx&)WQL}}@h6N>R56-fG<0$Pq10@D=^L{*I!V`&;b?fW9fo+gBxuKl zhrG#oMd9ZPq5l^AeIElhC6+u7Hv(|o0lS)oi|bueNAL%30KdNwfHiWm!{72M{(2$S zSi9i4ub7a?`0HwrR__X4TL}6480z&#c#_sAx(lN9z zW9Z8TOCy4IPkNnm6Mtn%9#+H)9Bx$xtrZ{3rFe%^tE3Xtwcg)GXVve4M}yHM{J8<@ z0Au9>_#`Yf9@P>>)=J61FtE08W) z;8en{>T{Ahiyj&wIBNc+IDiueQF43-!!4K?x=kOE?*YJzJREf*^vdS( zz!>X1#7%B9i|?ET&s5O;=e1=>QwH1#w6?$7hV)1Pj-hn{e~<$2vI9=xqUq1oY>4wk zEJZD$ln*Mgz5xKgY5yI-*Zjb`0X}!gnZ?0pW4onwB6ZEdEm-q_TI{=kY0bP&_6%6! zqKgc(vv_}b5Dud4Vmp$v9YF#2aZUC{TUZEXj?2Z<-C{{tZjjDv?7-zm2*j1WX0)+Sm{&1B(qwsc1z*)HuqbVI01XK|p#h;!#rUwJrvBD?#K)EcPA|^p+H~ z4+*m;11Df15JzFa&@$j#Ao#zpLSX;5`|$w0bO3x*_B$iIvla1CN8!wQG!bRBpF2}_ zwG_Bp0uNZ*S&*D#=?8$XwIM}kMY@>+@5F$MFZ+dbDdkdq!N16sbanjmrz7x(s|Qv7 ze7=VNW?#s_8t8@y+pCka0rz@n89=YR7FGtVD_u`+@h6-8cWrXAm?PsF_(U`6C(Xo? zr05#c;roEW3XH^8)Pbsx=_p+;mMdY%qLbEk!K~6O(0D7F97A#K!lnTOUMd%tSXneA zYtTFoUBmEdwIH-`Z6Liv7)Rnk8L;;#C7w+)rWR6eC14|yG%KWHmS8PLLR7B5OjOqb zt#YRc9KvB4NK=qJXZ}I<3S#pG=^hM)L!qS)DNzd&J%H;?Vl!}XwZP#c4EO+n(?1Tt z%hu0+w@D1upD9^~A*N@Vn4 zM(Uq&{A9zTwJvyN{H;fxaO5lmSna^dikIw~1Um){>i2~{tfQgCJ{^nu7bJ0#m@g7U z%=Baut1W{xeOA>qvtdiW;+-!ia9B1LV>@JMR=2YiFuW4}Oc(D3bl?m+k`Cb1+>%Af z1%zx`VseaFCRtdKZ`AaE?{4h;CgB-sD){sI7A8UXG>H4X^xtOfY6&!_?K*<5*W z4$l)Tw{B3q`N?*x#M%Z4bRP}9`~dLPE?{*cIU*e1H+~iXCf!w)VO@66BBcA>e*d}? z0^i~QKKm`Ov=2UCvjNU(0M^WB^#GqO5V|n}OAvIcz0yJS%Yic=ed?CNZVt`-mvmWc zlapl(xF%pxAcwsFL;=x2SdBYi=u}wHj*-i}EVy3^`@%v;Wr@fNQcA-S_aGHz$YVQF zwjivc5S%UOgVQKE6uR9E9~b*}yJwqOGm@ew z&`_*ePoFz=p#&ffE6L!wxS1B-vin;VcF_C9!ES9z; z(Pman#R;X#z>o)Ar%;QJm@R9u5s#sFLSg=3=?B&@XbXi-ZUG!12AV$uw=rPub94cf zwj1X3=ZM(M+0V2>jv9hR3|h`&I>#*--2bI}7y|ph-d_R0OSAhutPPy$q2{c2TV_em z-g-3k7!Rq^Lr%w#yR{uK;K}s4i--PU!0*`s`!>S&-+};ejf^A!z65~%{`h-81ir-q z>xi74r9Re z8EUnjC>WX&u^53@^Z~ogt!KaryAu8z4E;+mLvwRZbu9W*aC6&-!-2rPmk}+Vp zNa`1IGiipRMGPP^FE?{OAi)g>4nlw{5~7%Jhv>S1xrQ(*E9Mn2r$W0{U?>TcMh99a z@Abn9cLVYXJ_1y&v|}bTV=&96WnG-)ojw;@^jEykbsOPS0F#=yFe@5(mRs(RR6>!ggM<3Ee1-)7j_M)6|y&w1P6=9p8?dV1)7rq=Lr(2Sc3Ri_{EriBTj+l9d_J=c(5S z(KdQHv}m6pa;*bcHB$8}u?#vX+(rt8j&#qC;1JU-ApGA~A+Z1R{Urdr^bB}z$W0|i@_%7Dq! zyNi}u=gp|Xsw9}8I~Emb>HasBpyaoaHai%$v$$dok!f+#2i8!N@rY2^?|qBhStwQt zA7{Xig5Ylhz?1OD<(2-UfdC&&mZwpb+mQz zL(~4z!}afHv{8=mp7dWftMNc1@#|+S62BeOYY{>&DDib*s77T{%CbW zX|>D>!ny#~Bic%seXK?oQ7>1awDFtqI&&q+-n6wMS4pKl^=_~9=YmwUSP4ggv zAkD4!KsH}snv65#eJ>GM5M8g|u^0H|A#xr^VYhIQjWO$+k<}{W1yfihZ%GoQrE^qI zC^f)Lm311;NgSL(3A`Z=w?#t#_f-h&|9*cl0FUabS^DH8p=y%pye-Qyk}eaI(m_D< zHv4zM7!2Jwf^G0Tv@-lK;CGiX827!A0fT6uWe3a^442OV;NQRC!&B(@0`SYXKrYIk zujIcC1Mc!S5R|nP*gxkaERDl@GUjUv>3rgfV9$R|fW`7>Nx;ffbL98L48BxbSPAc` zu>|1V6Eu!I2@ojsF!iivL)6&BByC2=DgL$+Zwxs#x6 zTPgz6^6`8RlPJv6%%-7>t|asYZD$mmQ`&7Lp_L^+@{eU2LL_=<9WIze=`KP<-pTch93s}9tOOB9Des5 zQn*|QfJ;dpfjo#;49-dWC1KOSYr^SOW`;x30`&6>)L>Y?{?{wy8i8= zp;xm1R-)|tk%$?)q%23EPkaaK$-i6)f!C#vf(C)l(n+!eZK1u|QYei&7bC&8qy@F` zIt+&F$Z-)LlE|xaF@nn{1bcOoT?Ev};O9)g@W2Zk`rr?x`%-2 zFTrZSjV}^lo*|<{Sfe|T|5iC89zgzUW9ce{j;O`jnehTkpd}6~Hn!hXqQhNexez4? zS^_O42uo; zbh0Hd1#&E1>Llcb0yjJ0h6zKHNa?#7RIyd$GYK5c2V6S5%{p}EQL_@@;);kx6wO$k zp%*(V$sQ)sx#z$EJi`stmc$HrD%RqmG_G!gx|C>VOlxB#wDL5Vb*UaiakU7e5z7fe zcZJ`*NWp^mm@I0tSPXPzeHBfTAw(yG7VD8FR>~Gw9lyb~A3?MaiM9p41%uQ35IB7X z0B>I`!rDf+?qL_9ga&tCKvNBzkoj(NEm~ z`o#Eq=Kb$!INQjzPLBTqvSw-r*6%u=2FOc0H|7nkMoH>c7rHEt;?gU#n^hMN$Yvb^ z0Cft1dV3|?*(t8vwpVKyjLT;4+$}|?+H!u7TXpPL(G{#E(H6debDejUMeiI1z2m~S zQeSQv#$E9)jYkp9zV#FKy%3v?_>7cSJ87g#-0__|?S7Fj?}gwO;;!>*X10k!o(Bd@ z=^LzY_BmKqixix9iF8){Hiz3=85t80ZK>`& z;c|QR)4N~N47TNxtye_%{R}@0_&qz|eSqL_3j*K`Z~Iy)jCm zl>ygO=o7#KjeSTXA+1cI2jODtVP`rblA4u)3f;9KF~HCQEC-8Q5^F-0oODSWisfQy zf-?I||Es3ofLI$f+8KkZDB_9=MkHsF#Z~I##VZ3qf)XLdB>xx%e2VXm{K-6w#=K`H zuKarnBzK@hKtpi-#QJM15<-XpT4t+rXYuvYh+5ciFgvhRAhF+<0x600(i3C4Tu&%! zEG$O4aSQw0;E@HWkXo==bulQg_ZXlW~vw&Px-gVpdGtLJWf?IF0SN@~T=pIQt2 zF99(AqgHVD0}QzANoUaE4=Jx|F9YH(K7I}WhYum}d*PS-yxji#{GJ7H9#+8T&IfFP zSbXAS5Z#1dt$jT7PzuccUt-8(GNo;adj<@sb~XeS3XBa7Cs^7lqaqBrXdOdw1821+ zF+25n&?T#}*XKO;Fzk4zgIa&2yP}Ve)O2PQCOA7S@CVOZ~#pe0ny6hPwZKxz+cc zaepinIAe3e(u8e*i`;O_VZYh+tXHF)p-Y1nC$WMtr(t>Zaa*6@ro*F;XgJgBoWUuc zk5jOYDucBJSmQUicu?ov;zM#aWNHECZ`#^&a2ES~c{dzj7riu#rgwG~Ar;<1<0&Ic zw>TS`Lpg%7Uxr&H!qI88l76OFOKXglXrE=~99%zP)GpwliO_!u3I4VWcp`^huG-5^ zYYY!!t+vD8v5eW#W8L8pipl@y_4U8Y&=S1-FyL$2fZGm+8}Rpn!sn`kE|7lxdKduz zy1)kz_+1LJuzvextfsL8#Gdbs4&m}~&ujn0X`y}gm4{>t)R0F6uk(6ZkL*dK1^C4B zD_RQI3@mgbWmv@vTyN{TWRJNm?oM7n!+*%j`+ACI-<+7d?wgE7V8Rjui8|>JCa(Y zP)Iz5(yN^&)H|j{b2JvP6A3~?cA4Aymr0hvEU!_ouBo7*2AvZmpv#eZkv#NQsweL z2f*R_n`KbG+X5Vt;qQf2o(o(a4Ztr_tnvs3OzF>mG9^-;^V%mqWS>-6}YD1Q>b-Z029*DlXg` z2owq}g}|j4IW`O~SsRkFFyKbam3#07i{*|1K#(D#f1f%8H!DzLz~25D(JvEXg&sns&p5f z6Ii`SJe@|uYt;)pt&W}urw=mV8?;#I?*!lmg||ry(LtETHYQ-q3G=+mXu1TRY?X)d z!DTEDo^OGzC28BH4EVFmz~35x!+XG2yO4|l$9H94DgK)EH(Y-80DSpe0KR<){TAqE z+x*shYCpom`CtcZNAvRm1J*rnV@PVuz#E<%w% z%Sal#2P-0r6j~T?nIkUr^$guwc*1}!8LQQCm67&x&IU(A%Xry^V`*q~$&Jg`t#TQI zvqx5O1xt#hERJ(moCJ*$tI5O)itCh!)#8dY$t5gP`oM`$9Be6sZjbCjNRx@#S!IUnLvJH!Frq8wk)+afU;6ieua&+;69A=`jimL*NVa=P6d3%w1Zk`^qNPQuv2@IB_x zcP7Dd)%N`W*tEjS%rG=WU2U!O>6ik~k}RiNARG;7{THf0yn@dLoG zG2mM$a7+*`69!zrc29sm9e{uT3OAXNp0AieXC6W0QWA5pwA^Thzi%>Np}1WRw6WgR z38lFm$t#+T0YAANux@ez11O~)>GX;NxW(UYPl&;yDfv;}tBr+Tyqt^StEak->}D8MTDdm_2PlIUnp=)YiwuQ5 zy12NFMG5fE308@!8v@Orv4aq}N?6-{*^b2KCJKXY7;vnx8%cXr5R>;hjOIBuUf@|U za^4UvcQRTqwEIVRh^{IaH^ff%98_^d6K&lAN7ohnq1$VqdLsnORo@SQ9sZK3=b*lK zvZ6g8$VZ~Bk-E;pJ+?Pcd1g-P|AUrkAz?d={$apx5n!)>zSaa>5~L{jyLai&33emE zpAW#51Ahhsmi;fcA7T7ewoK>&Yz=_(oB?}cdv3+f;|kdJz-VmOY#f;EN3t%6B zH4EYJ8{-pOhDD6!1X?HRB}8+uGT^>|u*G2LSZ#I*l`Tq_oQFxatYeGiHY>aJ=^PyR zETd?hL-Ph%<8(&aF5J>4(^c`%-ActU_7`ZT#8bfj-Wet=XzjG&f*y~ zou{!g3!p*jeOYTw%IA&&Bd1m&7T+m?OW~0hV+rsw^>vIlNf@Q!u`YXo<2M2+w}5je zndt@u_9!Gc++z;?-$&-q-2u6%{Y(8#81QCuUPY{F!|%jVbW{d>fTaf#=n+7tnb5Du zvh)*NE>;J@ojGaw0pQp8Z?^>w;p+5f?q9g<=})}SdoiOHVoY%_4`aYLwgX?)K!|(Y z+J5vKV<-_w>3ALp@W_j&3^-3Jk=*fi4sDL!)&|T-%%#4S@*@0-L-^@U6*Q9FEcV}% z9(j_jZ-lfb03Hai#%o-OzX6hT07tU_V&-$be}UYWC%pT83;^HM4*V7a=KN>mzg2#P@cTSr zz|T5?zJ>wgviCgM1fSPg8-um~S{$X*L+czG(=#Syb}qcaXDe3*HPR%u3E&R^_Af9o#*g5}B&-fbMyxAiM7ov%SJ;Ie z!cNo~`ERx2gOK15EqtRQJy#(G9|s*wpQRy`?iw`uqE%QL7m}oL;0vL^M1uLneK_z( zNO1eo062Ze9q?wQeuGr_HC6N&(A@8D2L^l)>e12J?R5?H6u#S?u!KUlN-Ph>%MSp* z#enzyy;fkHt6}>BfT^*x6!?)lV2p)+{}lQf2F&>z#nQ02lp*&3jOO6y>lkpuaho^} zMQNqTz6yA4OOe(ljN^r=D&J#ZgMYL?i4d$8uIa|Sq71YXgaw1D&q&KJMnb~o-($z_ zUta6dEE(yq%AiYyU*LL&%3*01%(U8NW)-R`WL$O(I7kR(2xTV_-;owq80I|7=)*T6 z?{lpo*w++Na+b^55RsNuw2Sk1`PXEyjQ~jgoUI695ncmK3a= zB0GrsMw&wx_bluk1CGp&cWF_;Q8w9uS;Pgt{K!qAMHn3{=?dAf*n{O9!?4+Zxs@S~ z1%$iz0jG~L;5SI{do4)~0P9uXhyOOU_RDzq@Mk-)A1%`ohf&S7%`ka8^g>O*eVZp) zd&FJFN`@Z>d@cWtZ^u9P3^-ikpVaf;i;IK4Jc*g1kO~( z&~JBJgze?dy)?^(U_poEd?zF{yI>4o{HuixS+h8xbUt7{j~|6I>(aufa~0*oI))aE z<;)I5HFt0g4V(cTl=|ZQ8F{XB7Z!+s?!3Z%!8=t7O9BVsG=B0f+hD%~-o+@)Ek@*D z+F1pS6d0pDl;p~M8Cqwsg+g<7bfQuQ3BO7qBvx2S-=Ly61nwi`Q(*F|@GVI241hOx z*|$L7*15B6GX?P>`(55d)@@qxFfBRix4W|xkjX~*wbaXPoAv?!jZu^jNTHna-?xR& zoeCNfgg>c;-i`s6#{uxWBeC9Qz%M@q^;h{UeS}gB{M@>K$u<1u4!CPtXvnZ^fyE81 z60E#(0yLKaqsqBm0b4!N(*%5{ifD|#noG4#%z#f%PY!{XHd71fOhWOpz-e1R==)`)3{vS! zTU$~|%g{MW3zBH82*7EEO@b~?oh0m)+zk)~7U&N6;}rOgBzOQ|yzIL$U@se98dz3) z@R+x;&59Kcc=5RPotGTV8iEhEz*}oB-ul>%p2;^5eD5vrw=QA0T>^bg9##r11Ew`_ zxqJ@>{B90>jSIN2|L8f}@>l%94FEqgJip$Cgut3D5c=%bz~?UiN`TtifE)H}d{@t( z^0hN)Z9h5|Ns~>O5qMpE3*jtc@?hdTz;qLw(X{|VcWj!C0mrB9W5oL-;wgCzQb@3Jpezhg78p)^>+AGbX`b{za9K`3>c3*3V?s*_XTpiL4aRicdfg- z{LGA3mcOjT^6?u&fZt@mZ4a>D`u6#hEm?MDNTUXNJ?CL9e3}Mv7!OwY^Jz|%PppKl zcHq+)G9_W<(LvPH;@))x6Tw#BqC_GrZSu8@<^u$_L}y;%W*5=S-%{vcTivGUcXS*1 zo?y*>ZZuiYmI@clV&+m{;;3x#Wg~FGh-T~|gp!~>7j&+Z=$+mWNe7MgqDY}y^uu#) zdQsvot$|#VRDwi8?>lEZQ^z3CW;cn#IcOX-uuvK-eKPnUjyjgMCTUQrVi5wod9iDfd0|6M~>oo{FWDL9Z=w&0k{7^*n9)S zY$3e-0PsN((jKnmzm@cMJK+Dr*sBQx7SO$vM>61dN}=E00RsU1wxM%oBd|wc5eR}u)_Fpn8+7(5l-;g__jP`Y0n@~pa<0zj6`u?ADhPLb zVO<0p3$|RWr+o5c9eL$ijSY!4*dVS-xN=4@4&490000xR|Y&4A-{ySFgr3 z1AmPJAMP4xIg5*2ZFAy!2obE0xze!RGIspSs~1fQXx76^3($pxasr^tGFCr{S2{J0 z*?kAFl*-2i_1Lr#ZFpr!H*H+VZ#9RMwPDXQ}a{p+4?`eq{UzQk~~< zZEDK-Y)_{6bu*l^fHw*{IN(my=;hSCU|#4~)H)mZk%k>>mGYI@|Oskm%+YY9{gM)Szzp~^(FG+@!Dx)}A z*aX-qPLsqRyaYjin_JDb(qupCt|Q+{;u+E}v>w0Ab;-ZaQQew*$4oEdd;PepwOqs;Vz^cYg2R|=VQBi+SwZzdZ$;Rfh zs!VgjE~5`!1Sv#M`1dTCIWrpFG0UGBLge=}>g%ginc8Oc_rgfbIS6obpM%V#6eq;J zV-ATi&33y;DOx+cuQmk@)tb!L$AkzHAw~Qfj`eQG*_eiQXrD9o=iR*$upsX|ANh1f zxo3WG4QOAmj?cS>KkURxdVgHiptVCE%MIz;T%q7NP*&EbM+%4tApWkW>}YggGDoyu zh&$vts7u&%gs4zXVctd<8hPlLg7k7PskwVmb}V!ChJc(vrd3UAUq-X^uGR8lwe2d; zehb=@t)MdAkAiO}L^1jvdfM};T)!y`Q^v9ouU8j$TMt>pgJ49*XZUPH#W17pG=mzw ziER8#K6$`bQhCBKtRw}3l4fCOKs$Cb0R3{;PpfsrBg2VjiXKURJjt8LFmGMxiCHdI zY+2F8o%SVsT5O8X8y$k0M0aC12q+r>nA0@+XP@NrJ&5tqd0u8SQZkaew?}r(1uN)& z!HKsLAyWOf8ytiFConZ(5btIS5}jAlfEAUa87AM_f{@%>kcOIcb%Q4T5iXWl6H#?l_ zQ0H}m8G%%0!z$aFhH7oC*Sj&y*_O}BXtbI6LI402{HFF@T!ah2A$#yD#nE zcH#Y~@DFvp0!_UL7&q_`rMKdq_1@^bTZ8!SsWF)%S2{7e_WajCpaEtw7^^Z8wX~}+ zauwM(bu-(2T^{X%>zS#ttxG%K=m5}I_@y-w{Zd;+TWWnWNybjh`NH+mfVk?TDF83+ zph30dA{I|EAwucV_M~X#?q9ZtGJpuz6&5cz!Eo(w>yLm}eJSe+SyBPvZ45JaI0fhtQ_IsundLIs2f zN3?_xRvk&`I-+bP1=QOk0`S6e576~mqIShyJYq{D*%xtlGwi;u8x4s}Eq0CULnsU# zId;z`%b!>N|2)*D;h#ZHimZ70Ma-V$s_3@&+n*dXCq;>>291mTlc z9z8Gsvtvb3l*Y|wD5_`iii^m^yYocAjIOlnRXNWy>)p!Y={N+rIYOdg4+^`-%JUkq zi;+@Oe&yqW5G%%9(TGB4-xG%HkpHtt3%{v}NpM(iS!I|F72MNP!mW996 z=6{IQGlAub&XKDGSccj({^9taK;2LGT1OhPsuT>4u;1{2mPw1(lb)|N2MZ0LEn>e! zrPo(x#~nN}YZr{#sPC3;oMNR#mqytxSu3hx&}F*@)B+YFKY)2|e1f8nBb=J=E8B%` zoCI}ddci5yxgP$AQd3nDT&&#gkISgtDvjM@(wi~Rwa++^IFS|>Zw94^zsXg^_y;04 z^*D>h0Zu}X)QVW*vVtilBz?TK*bY@>;Tljl37rn^m?CvfspTI5QIfu7xZ^efotoHi zey@;{QXeIu8{P~}5{QfjIgegKW#s%!bpUAgS(4>Riq3xH5y+Q2Y1(SFQJY6EBDlv& z*T{?USr&^Pj8upNC5f*+Uzxr!CwTmK7(MaORE^Sj=zXo}uK0Fou@lfgQE8&lQmmM4 zWJX+q5!hBl71B}{%Py&Kx@ju7DKJqf`mXI)9@>^G>jdtHqfd(QF$>&!-sG=TNbroO z0crsy_QnQ4aJF)Lv%`h6fA$H>#(d~N+Z&dz;vp`duB3)#&19nhvDx4n4^yFU?vA4; zbskR^H7s*@yQC+L3Aw8(En7xE$6c}wc+vrnWOCe`2QEVYsr%qs9;QME+G4j^c9t;y zp<~@K-(TjH+p;{>xuF0LYm*_!L zGDCW-wjf>(V`uNk?eAyo9*ciAmK$4@Nw8SaV95kv{@lm+=LwZn3UrAs#5m}<7a9mJ z01U3TDNt32ZhaJ zAfX~0L>KMVENAzLB3e^n z6?twtk3>M39NKyY#ojV*4&63?yS5ZRkxVC5`eNzf+ZP_IREZV(jkujtpub!D#3~{# z)4DZ5^Ch1>1~ET?M`-!zLUnZKrBOUcnnk(|5FAv$bNF9c$^5M{Pex0Reh}jZ zOgofBaN(Xx+O17UvB&t@gE7v~odCo+lQNrgSV+IhO2^LVtCBr~d_?j(d5$s_%Qw1` zwiCMfOo?0AX`&(Y6j7^I_Qe^06na2Wpqb$YmW8apLTi9k*B7q0hrLbVr0+hmSH+&- Gw7&uAz|eF6 literal 0 HcmV?d00001 diff --git a/数据可视化技术/网店运营大屏(Flask框架)/frontend/img/loading.gif b/数据可视化技术/网店运营大屏(Flask框架)/frontend/img/loading.gif new file mode 100755 index 0000000000000000000000000000000000000000..09d31721b578f67d1ef99a36ca168b4c545b1d7c GIT binary patch literal 111094 zcmYhCV|3(AyY+)k$C-|8+r|VF+qP}n&Lkb%wlPU2wr$&*Op-y~-1l?d^PK+p|IlmI zs=8L~+P}Rer6qW{jTs;rAb&#q^CP0rAf(hGr_>~;)TO7=XQR?%r&1-OHe#bTrlZyV zL?=Q{r_WArj>n)%z@SgTU`obh!^33F%cM%r?10UxOv+}?$mYz;rYpeag3qo>&TdP` zZcfi`C%|q;&Y?!i=|az`!^>$Z!f8azrOU{pPs*#$!fPnQt3tr1O3r6S!KcE>XGYI& zF2-;FMZkqlP=i6xN>I=iSICH1$d2r@BiUzXw$Ju5pM8jhoymk9ScL5uM6?-1?8rr3 zs6~BPL_H-%-H62ONySXb#B`~|RAt26>BZH*i2JZhXtGOaD@b^&N`|OQ`m;(|b4Y13 zN&E6k>&Q#{$x8>TN&9O{2Xe^x^UIhB$OP!h1e3~o(aM^!%eo2528+q+%gX98%DITh zg{a7dsmkf;$s3x;`ch<2} z)pa-4jUdwtq1W?g*K_033+LB!64Q&**9)`Nk7YE7=P-ydGl+3Fbm1`au`+VwGL924 zPGm3%V>C(NGx3u!0qdIhIGZG}o4WFwh6$Lue=&`fGEF8oi(oek6EKSvGjsDX^U^R+ zH8%IRGEZ}}0Lxlt$Xj|kS^6qjd6`>xPT>G6Wmb z>4uep!>UCh^1%^BvXKR%QTd|Lg(=Y`u`xwCF}VV9rKxe%S#cHm@#Sh?%T2yk*ncfG zPbw1!mz#mBU6ZSdQd%rh8>~}nebZ{A(&~!Ss;$!-a?)Fgk;~*rH5LuW;;`FnjWrgJekBo$A&_n=8BeBBtv%OG|1dTD4y4t=3-MTP& z(kHiQ(+2L2==e4l# z4zt5}o?Y>h5M-gSgZ;>~rQm}UH4STXpRX+yl!2@s@P~{p1;!Bs=6g6tnO0@AW>`TO zrX@)ON`NqA&NOyO^CiM~7MUz+F*s1JEi&0yt7z+x*^nyT4aue@#aULWGu7dVcIe6-+P@jR(m}27 z{x!c@O7QbQ*EI9@bGA6$oE9BR#|}?%k`bRknOG#^A@3xOk1zv!)uZxM=`ai%8da|V z^Mv!Lm5NA7J$bTUxCC7Rl6Epq z{hcP|e;!>bn{XF;!P3~y<}6m-?gjpK;P0dv@JWTzGT~O#5&P~gqRie1fNC}Zd|7ZVd-;pkV+aw~2M`%hh)F0J zGw#8d+1(FM{lB}f&^HAHf2>^IxZjEZnOuIF`-;U$g(VT=KAgI4JO~+A{ZK|WSQyNv z_rUr*LwR9qd4L%q75RC9kdY#nZs&p|xdDQR-k?7!7m}2U_1m_BBXWyDyaS+Q7p6X> z^ihIQ3fy&XuViljSO8&+-HzHdX@kMPzw@qg)|oFJBkxc|f;8C%1y<`55K5d{z$hCe zq!J4g(!&BBr*=vqB}EC@rj*dQf2T}SAjo2gegTS6(+W{Vs<)6mHdWAJc7Af~gf9Ml z6jVSZmFR0Rl^>ztlE>B62!x0ue@iPD;(M#~5E)u$sVbLz)kg&N(3p~hM^dC@>E1|_thQ52@ON^7tMa85+<3^^z0%%~)1Pc5;kh2$x*-RPD4CRu67m_Qf* zn#xl>j7`r=#VtIDI}-%ts4*_lUU?um=rf1mEJYj298Di8GGVEO>m8+!-ip`Api=&keUrYV@@EecY8q3Y>go2g5xgb#`; z|3dvH=d;qBwK_!&lRXB0f>4Wz$FE?~Uup>Lr7o;((jvmAE8|Y7owMvy))8B@S2dNLXqi$to%|)QRC>v1;2x5-l4J~L zMs8I_7_Uu>5hW6kYYA!125PKmVx>ZdT$*Wo&$|IZ;nCjR_?)5qs1G5Gp%g=-iRF^s zc8Nx>(LHuc%$-_|f+fuwo zJVV#R#9&X}ViRMCIxUB958L|{4dO5yqm?2zdY2Jt+^YJ!ZZZhbdMWetzWE!RR zZ(}ju%Sklx_JtE03XjilJ?E+Ce;o$ao^a5E1`ia4> zQ!z8>?3Ci$>0=a|*I>M-neinXcQVLZybKA-7&LiIGno7;0^8W$I0vVRNb}&&OXig} z%lEIMqf}c?6=KljZ;$L9pJ(Wg3*N^j+(%%nT+BtyFyvi=d$Ufx@_FCp~m@ifSVI+b`gG=i`Qu|(gW&}eyRetm1UJco< z5UU-%PCga$M4g15S#``Rq@t)2G3Do7*Q#7yTXIs?iQ2u_oZ}51(HV6K7PfcK7w39+ zOlT|wfjEXQa1WzS?*1r>8t!K51ireWtnZbeN@VZiNwHgJe9M5Y+WZbn-Q}y~Co-51S1x z&)cj1R=2QCNf)zl{^P_(?#k5j-YuQ2sI~b|yoRT*|2pH{ivW-Cloxx4GmO#pfiG=> z!ozMT{mW6m|B%lZmv0-Rl_iGHecX4J%1jfRXE~zQ;CjEg(;qI65Uj%NKMB4w5Nz8W zW!;kV2_CCEdV9ATuz2Vhu;eAV=?HRbwyZM7gmS5+c^@T`>Syp_PhWdMCENATBU!Q+0 zczOq<5zV6`MgJ6jD5v6v)$!oM{AB6y7O7wO5Qw1_jP(+zNgYHU;T(o4m=~!5UqK}g ztFzu`rQ+RtIRi_jgD0- zOu{RS#Y<@3iIa>2c{I_<$kg_Sr>}}J8Ev{HLui;zN4TC=7?Eh`_#N_JRHT$3ggyv9 z%mpv|V>^u`4+@uX4h#4%YvFEMksdE}FUH8jppXPKb!RfCD19L#1`n^OsE+Uk zDCABEIKOushi4D1uaTHZ2#x~#;UkgXl3jt%w0=JWh@O?1uGh2w=4>vtlO2KlNqLBEjvFObXXfqJ} zK@g%C7^b~~F?vPAauxF>-M7cW^cp8IN(z>v58AK~;h-TB)8y-KvT(arPow)FiU&Wg zyVy*cM4Zm>2qS1QCxCPi{5T7eNg_FX5u=TiG9?WbjTPB%jrf&}Bo^(k!U7)gy`%7!m{`nzC5MV+>P#?#Pm553CeQ|0 zc*DFT!JYS~A^cQR#tbl?jz#E7150V8(LtczC@Ip zr!cQ)uym&QY9~t(q=)?rX`N26P?3{p%F`wzzB&Z zprwLsj48V{(mkxRp)%8b)>FDN0oQqWf5;I2Odh5Q4z-C9H`ffsCTtA zze<1%DA(GXEaW^9Lp&pUn<#?VhY&nlWYSeVj;1etX>!gfBB5)GG6 zID1?>zdtJbFf(7W0PxG3IF*+Y4IOEcMLDPft5KRPA}nXLs9<0$$EOndRXbURCG(ZF zkfsP0k_~Cn2>I$5%kM$L0lKK3CeKGYZ+0E_tuRYh2ee}k2`GNtem zN6ADu(gjXhR=#v1faZd%_N{6zG1sjzmkJE`cAwiC6IR$D5~fojUH~W`r&Pov_M9`n zk;YbgU>Kdq821Ug=S`crNRjT#{*9VS83K52^Ya!dfE(7?+Nfoc>|GT(j3f<1@JY0g!M(2$Z`l9-iU;qU?90_?1^{{qUbj&qc4H~|! z5{QMw*~B$IL>dtAQTVEPT^&lYI2&}#jM;5Avi0!403aP}E_@sf5L}y6AuDHeo-XM6 zLI~!vJrJ?uIi}?isyn)&5(uYW=G6`8uM64lc!R0`a#_~(j$fxeS*%!A0WpB2)Ec|y z3xY%hn9G`v>vYkDR@qgzPK5U=9k*P{g07Um=>bSeV!m}EcKB&`hRB-t;i<=b`wj&e zHe99v2~{zL*!*-^1G4FS<3xHJ>w`yag;yiCeXHG*?ThGYF#UmK50gY-2eN$Yoq!qO zqWk_RJ3y4(r6tyVfmuwi2daRJ$inJJpzDK{8|=PJ*9jR^cJJYj>pn>WrklDA!{woO zb71Oy@983g*w9$tgOSYv8Dn)(sgdl_4mjX7Q~32eOcLX|XuWL?|K1E%L?Ul{?E%l% zSQ3;URgLTfX(3*XK9D?GY3@W%@t}J>$Yt%{2zARa1cs zts%e3a64<(%ty1P#-)XO$CZ$q?6~Yp>$dzr<#7`RAxYJC1+`ZbI=0A{dQl#bcK`#l{GtWm$N7 zhym)4()y1WDv=Xx&*QXBi!g$sNanB>V=(32arBc-NvL*s*wWF|ZwQuQQRnS6ma??Q zz}ZWHsYMeN1evF0rQ>>&S`g%)X|DLF3<4!>e}FC{Rny&yCT*i@Jg5yc$`cwT8NbB$ z2Vf>lKPoK3#HdOvxCSc%h_Gi(>kik9U;g>KAV+}SLYT)k4s0a54(r^<8NcopwPL-! zUV#tu@&FWKR28=05Vc=zSP1v7U9Hs{q__8zM_y%xS#D!o?#kiJB&?U=>XgtO?EVGQ zvan3SzJb2nIV`xM$u6kVv99)WQucjfe6JSZZx2j@SXaXQwki)I%iZvD4XfGS_=2>v zx4mXB&o>~L!j(A9vGss;8tv_do_> zI~IJv%qZ`_bpVqD%ZzgP-oEMZC2d;&;DK=`Z*bmMPI=|}aIIG97JBe6^}f5`*pHYa zfWq#P{Vsd>j#AyuJO44nR$#Qhl#tT!OzknY1JJ>qYb0*h_y+VF+1L!F@77;xQD9HU z;Q((C5pwYeZFtZ1W=}=or1{gqsv%%7O+LFv_cc{s^VqDH3r_*WO&@OdSj6 zPA@K1w4ltVAnkt-H#)jn?`7JxXWC9;lrPr1LSO}q2JmMJY2KSx#@}3im#05wyc&|e zMxKXn&*OEf=Ib>Z-M+czxmn#MJL{LZ`NX<(n!x@Q6c%YVa(#1M-~fc18T;{N>q!Bm z8n4#g-1QbP7qM|gsj!O^K>I+n0^@ka9Jj7leG@TtigJ4;NPhlT@7^u`&MWz5o@*d? z=N@zCL=bruh4H~H;C|s9d`k<5i=F#Gmw!Y}w2kJ7><)Yc8Lz|XEm4|C5kx=o67SsZ z980JuvLZhr1aEw1VBEAKb1Q=8OMH^5J8C&tNt!-TQUpCS%{Lq%Qr!~q?LjNdUFy7F z1~ReD1f?3kgJ2y`8$>%)7oI5t_EC3_Fh2jpA~vWG={(JXaSeL%`TqDqcISfpg3`DX zVo1}=Lg}Il;$v?VH05jbXzZ-KTpCl5IuiUkLmAt)Ixlh?@|j-vkzaWq$fyN`kTu@jS%* zTq8b5)6}Bf@N4@0_E+!BPYV*n1;xAN_roGZk`hC*joIHhhcG+4r@J?62X{xu#4pgu zM)XJOC$}A zr_gqxpd_JHuQOXmlfukkX|7=vo1+q8mdU$1T3pfq)`SzMYwQ!bHCWirol){si1 zDxGoBZlwfgur^mzdOuoVS1-_d**c+~Wh_|s^CA%Qa-Y_otd}Z@fyr{% zrRM1w?7xoRr`Fl6@?^R*ywT4yxG1Z_KT-E$DcB~f8Ml{!wOv;?xX1T2z+c7*4A#4& zUDdaKdEVh_OLAI!@=l)2SWC7Ga!G@!V?xv)Jy`6$e!u=;#vxlUJAPD?QS6ysgSLyy z+ll>@mRQ3pmBag->@={?NBXs76$)U|xBi!{p^df5cK}6e1o522F{98)9E(tPf50eZ zajvtbE#yY5d5R?z>Gg;^L;J(vEXncg#bvINs;= zXfLm53WG`Eh(Z2CLxK{1BuyDD8XBQmjdF2;U>=7;$q^XuzMhyz3e>bZT{5atcoOEM zG|n`0Z)ujHRa-Y7oCcOyhr~T^G45yBX(|Jp$z$oV3R;-6fD4W7rbd{ayP@Dt82zAV z2InTTf?y!79v379qE{xt^x75p*wf^?Mw-+pPJ7Fw$r$N*&D4a;`e@rLA6iW*Mpc8u zG>!J^OO>Ti+N-IF3N9}qx6C;9R?6!SU{+e_&R4kPw9Hql%;@=c%hXNKoAqxH>A2N< zNp-|XW@+ZLHcrJipd&?9tpuKJUMtpW_FlJ!Z--C`>ZVQ8blzI_%}Sdtr}0i3AHMTZ z9#7#nXzuG6yQjJ?yYKLrk)VG3z#6QV$1j+3h`>^{}7(`2u16@UK3B zZfd##xn^8>&nZUvst`Gj+2_*VlnK)`S7Q@e#k!A{QOj`c%(AzO}y! zVRA{i;EQPN#ji;ITAc9bFULnCGwiPwjMaaVYYYj)*G0tqDats~5DV3!hr^pOm>KM( zz0Xb#EAPo+dzGl9Z9@+G*=cA7IT6v zMfAoLHHU;kvZGVlU|z_sr34?>yY6$NW&k~6jmDnc&Wu+pI5~o zpjrVmrIiS>k5U+wS|Osjl^EfhQj~;R5qhbWIHQkp+zmC!f05H01TF+E1Tq8!+&+Xj z4UKR?P{@Cf6N_;$6tbvUWz&#&DBypPlf)i@xR4jjWE-6VJhETjvJGH?px$s(#U4zl-l!H{kst`o zbQa4q=0`}-e^uY#jIFv=4iIjUkDoxsgs)z!j$E{SZWrv-q5RF9t&xA%FIHN z^|VW+^t=z@m`Ha_Mh}GcuBrMXzHtm)T?OLe%~U>-#zzZs{u)#=Wy{bzywZgntv5zCLw+aYCAu;E1N;q|g@ zzC5|NE^e#q0eeHg>-q17qt|_~Y&LiPusk`pTH2NQ_crP1vxR=kO}$6Vl`mNF7>Cm# z>w79uHovVg@q+F!J@tYWIsc(;Udhvu#B3Q8p}z#F@xw8(xHH`4)%Jl*gdsHKQDoqk zTqg)%Mv+k(ZUzj=@DR^oB8Lz3bQI_z)zpk1t325n)}g2%@{0!TVTj~kNK!9ZE?#{F zBhEt7NHrbnlQ<&L=1Jlk_w&+lTZje3P|FqR67GYR#v?;W$p3C>$H$f$LXiBsrH@F~ zB1Pfy#wAHLM%jNnY^NQ3c zrI{b%+3!Kt>enf6cInf$*UNQDq^%L=wAqgLm_)x_Z|)6)M?>JzM-b7R4~EStc_Mym zHJuve<|wqvsk5GR5<$5}{O;r=T`<|tD_i$!y`b~y>%U_ERTIx)YyJo-`-ecCqCSEw7Ce0)JVA16sZU_%x}u=NaPRh>X)Qsbr5VZrYwQ};R6WA{_Q_ALT8J?LGs|v$~eT+ zR+yu1b4%8tiTNJI>c!!PjV*ELtLnMwlt>k!aSBp@@Oh3_Q$b#T3Nt42#$6COm zxQMEXqB%2YWY)x}MgWQ^7ip-Hx=ziyPJ9ktl_`2qSk+}+5rQflrbu_gship`UA3ju zO4l~Nx!L>|@@|RA>iWK3&`_%sNxwF_NIzb+w-%ZXeX=@7V|2^e#f2Q*ccAa}xBeLO ztHw}x(}E_e3=xOU%96|aiYpD@T2#_8+Zy+#EnWH?ZMA(T%#Ppmti>}|Dp43B-8Oga zqvK?CX-+~{PFO>7b}mJgdR?rewW$yH*?cj2;#k8u0*#z?SD2vx9^kBx1MCGs^X~!v zfd3uBq5Yx2&weERiDA)^Ao-Sz|Gn@h0R8-+G_CzL&WKF zwcV*dBA36dMmx>sQDr+gcn_-G8QM3Ov)xIx$0HQ@bq7lto-cZ}t*u7z%xN`C?BBc^HrkzU zrzgI(JJur$;Ao5HQr;hoB+=JTwDXG0&L(la!zuLmO$x6q!d?!E|MbY&?)d~D4xqVv zcnNPWNipbQl)LWngtmO()y#)II=0M{Eq=1pV*&leCUF2@(SVHVq{|CJlu%EMtU(cH z7(tcVFE|k)@$LID%Hz+*#$+Qj#s*rMYuaW%YsbjcihI1Yv*O&=PUrpnqqj_-oJ zBxxde1m8l*rc(HWz|#~9d%ciVn5?{;0P$KDY({WWbu#-9MV>BfK~fc6q}6ntFQhfX zO>DNcQ#)C}H$17bEnM4yq^By1luEv6jZC&TeMU;Kp$n&UuRHz@~ zP4___P72`kq?#G+{37x?9isJ0YxFohN~Vi2E4WD~i7Tv`3&Sx7T7<)tAh)kW)n=>(SFe#~$F(aj^1EZH!^Z#E z)N%E1S?xif@Mwe#?Ls0_s;>Mkfos>UACB*co%dr!f7b2`oX2jh{d$2)4p&DYEECUu z1U```$d&zSK-hC|rOvv5h@H2?R%^!tJ>KlbXC+aozq41u55nh6_zMzQ34eY<1a2jw z0q12swqhK8ljlw~DjO(_e~1@4YihB)zNTwWzC`8svo`tXZ}kC!pIx3zg~a?f=n=p6 zJa4%Mc3+9Gcz%1~NhUgFyD$3O`WAAy@b_KYbjTD6>c7(q{Fq)KB-_8!d;Ze(L^EIX zp`&gf7m6k0B9RG&YDE5x?xIR8d>$T|O=ULY)@$^S%m*!8P^-xZpT zfuS@!-f*AHil(P&@D__DlFxe5{Z^rR$mpNe zaJkx`e``d#*mtzq;mV$nc{*QedmR!Pi^YI?`4Qd8R>fei|DLdW^b#^Bq4M*4U zDvaRppiYJ_csUhA7Q!Jr_zIJjagg|B#7M+ot)w_cM@vf{5ybme$301!mhhAkW&cAR0AB7n*sE11kqBc#I~oe+?{ElHA6p zgXFaRo~l>&WIsV0ktamek0{GvoD4L16}AzN$wM$>tE{`YXe#XITP-b}zsQQqLCB&v zCA!>hs$r{U(wRXsf^=Cxldx}9^w|i4m9YE9s9*{otNiuI z#=5T9pw6~IyP<1Lr#p1s*D$5vf}T}@?g`PM;}EFF)Z{^Qb*~l7fMMSq#3z7W_j*lt zKcN6VzWpv_6L-;znX17& zA)9QTU09)ZlMfa3aO{;JzAkCUGX0X2gUioo!lEw8_@l%}P4I5nHp%XCrBxowdCd>@ zT}MQlKTBS@(Z+VXt<&K@1$dx76c4AM zCRd#Gi6)Nb@#x_4ED``YPF9X`gKuTiUYG|-=gN9SDAANLibw}@WMOHT1vvr2yBKvh zQ==0HlV9PTTU)cBUIQQJkgf+s!62Q^yjd1B0ciTUlN1g0gCdaW;*@`xXHAOMjGexJ zj->yjbstZJfv01TCQRycAKTrWiL)p=!bWx(XDN4R6gN6D(t(-~g%mOe_Q2w!QquF3 z+dl`V)(IvYqXrP*kZ{wE;h#CW(8%_YqQ8#Ro*O0TBANUm>*U|Bb^5wRe@JCn*<8Ji z?D*9gl6JqN^?M;(u%-+?{jO)1W)n-AOi3x*eNeZ^t7E$6mJZhR!5CkiOU4j`N&mCd zXKgyygUCkitNc?T=JGl#hsvTM*j+7LkV?{6t;So3Qn7wzJHjtxOx9< z)=Eka>$tUP#n>WGn?slt{DnA#gqpX?UB#q~&7BF}Oc~#DrHxlGEFLIRSpzfZ$TU`i z8EU-F=SN}j+DSi)w6dR&SdOJX9Z^+cI0J`BEiz3I=`Nlyd7@+1=N$URI_p)90hYK+ z(G#uv&Nz__&IT)%P=X1i@CCG$hA2j1$gPRBKds_Tnljeru`#Pr?@Y4I$-ht7j_%f* zW7?3kS!$gSeb?+*p93Y}`u_%0VTIS-hBZ^B3o65|kh(wSO$dzO3t!H1LuhvFG1?nP z&%@E-kmdsP5C1m2$*!R&w9S{+DyJ@2o&QzN{C;+=y$ag8i{M6_gJbco1Oc9?7T}2I zjN~>{yayGZ*;B1VD`{fstfydV?p>wUcehH!`X zg}D`GF%=Qp@_*I8<8eY0y=@xrb3uYgQ68d@85Yo)Gx}#>EcEsLG-FJ##7#I4srX|} z18+J;_w7Z=L#E78zlHRDK?y;XvpWi{EA0m#(IFAGG5Te z=@l@{Kgm;nR&f#Oh-XK)q&uH~$XF;FhAFe0wiNf!p`uklEJWNkQThH-{Uko?UOF{o zc2_j98_ww!&3dVADF)905BJ~88S&$C{tdzRA88FwAmya|&*euj!y`iD4B)?vZQ3|8x zj#yXwZC$PyB5|F^(`|iaGW|RKLCNLXTrvNHdV@Bi$d9OqGRlopK%jOfq~f=*it4u+@dAPN1{mLVL8W>6#-j&1T1AJH$>3KvE8 zT%iqXo~mVnL{k=JAbZmZr%%8lBUR|nsbi(jH-5H%n3@eqTM{IWm$`uwLRx9&hWAB1 zI_yCi);#6w>%j?)h6!!CmW~7OR-ge@`-ZG^!uT4Lk(4`C*3+_wakc~1KMB)2p3`Ez zW$SXw5&v{*o68=KjQsl4mZ$=&GHFx(c?z4VqBa4*d6kYdAFXaG(Yt4*&z1ECNqI~v z$B9^5-2fWW zs4W_{+OlsnxsX)JaNC>5By-L?8U9fa}YC^Xv3vFTL1rck1aZnjD4bEV}e3~hpmX`V;?x>+G8`JB>e3mcAs zhEBxW1^V)oF}3dX0T&wI3)BzjA)}TTVJN>iRM0_=k~kp_dj<#yHk9P;IFs(ug&e4E+^g_BJ*pO zU_dts9GsjHDDh6{svp4c7#oE}p!s=Bn=$b17xMeg!}lleaYq1$Ff@jgC>k3mfW8t^ zYlZ7`yLzI{PiSl)I~>Vlqqr3j#{vphB>!q$Lzpmt4DDSH4GU|g-kG_D_~m6edUYNo zKrAck$TU3oT~HEAWQq)4zX+<~r7!AHRv%5Xedtb5IaHaVZwDfy=nVBvgJ`aZAoLF0 z;Kv$*Dsq66+A$;^eH&K-|Ml?_Z)UNYMO(hPH+p_xNp%$XIK{XbCwnhjx-A zDVYSa>DCNh>4+@2f|gJK?W;G%4uzwJ#BW^0WS4UYl>BrOk|hMsXy<;K(27cgsN;l+ znqUge@liGdv@~PsA!;e?G@YG=m}uTTCRw;zraZO`E^;bLUEDY-GF67=J`{!wZz2F> zVa%mU97lO&U+B2FbAL_&*CE#6;p=_2p|L*8$oTvC6TyS+l?o1jI~=2AjJSQjT{h0? z_=HA8z2yra1k86!;~^s`hlblY7^YS)h0_rF z*qCQSnU6>g+7&)e%C=z+44yAc%h^Z&v8NQ!KY(xsIRNpAYH`r0u?&tQ3*oqFF{x^y zoQktd>4)S}(E>8Mo>T&3{L0c`R8yJZq?~$Zt4n|Rz^JM5vwEOsndwyO;fFmMu!721V(%Pm#zwP+}hwuBEJYVi_lsX!ZZIskZy7({H2E zmUC@tul-}C>msdjlm!}BX%E~)B~g$voNEyjt)1ubsdHTaz~!_=r9g<=vWW#6Z-+$x zq6v^llLLIc8T*KD+k_SY z=hB)-jaAiKem87Dkv%Bimp*cX+Z^9(kME~ zjuhN)agdX^$hHmarIxkkOolo`Y(Z71Ml!E7y4z*2za_mO0}3S3Yxmp`}Z30yMY>EFLxRlYN+)TY!plTyrhXL@eM zs$KBeN?jYf+iun~1eBwdd=~COt~H*&ck7a4vqM?qA+z_9!CbyA*@+0P_yOnYd+yTz z*E&G|P$xGKU;am($bD%j5DD=``)K_nlBVN;a9DyM_CV(~sWA%UqB41OMwfqEKZm|`TGa9APAvMeJ_|q z6iY19ft80)W=%v&hZjvj%9#HgkWT9Cn>eNcD-vFDsKwP}PUgV>6kZfl%6otq%hWYS z7`JJZ5gnnryk@FPaMW>_swZ!~`86-NOeN+E%1IP?x?Zv&7~Lfug-?Frfg(j-y0TPP z-6Zs;u*b>-RJqg14)MMtLsjfpu}-lJ@GUUmy_cEWjMT$om-$hzjs1pd~v`#V~`4nvEVNRCc_n%twdB+RWr34 ze62shtgdMhm5Q#-$&#+9yLLN_WgZ7`%MkSEW!W@N5nkFfd5-(&mlX&g){=K9e5-C< z9m%$5DL$KLbQ=tbHOd?Jv96QKSfTDm{9F00j;-?sPre(;5PzyW{|s`tr{$x)V@s~E zaqI97rI!!O%+Lr>%@k<5$!M0!Hsk*=1DlvX!CFq%V^~_;4=3Hr(&iK9+v-3Q;gB|s z$*1}?6?A&6K1|Au=1fiXtxT;<^TdWjG}S+Bu{)MxeAqW?p(4!NPDIbPw zNqqoFs;@T)L0P@Y`ebRf-j`<8RIy`0YhZ3Q}Fj*}AB=bSX8D!t#WRyaL`to7?+rN9e z4>;ii_EHB%DN!A2xzTv`;orrefR)1g;Zik_gkIcYcq=S!e}CoY)^Q1=*Vg%EJOqK{ zX~2p&u)IQZB51}mgH(LZfrZ&xDD`1oZ9#W2HHaBl?HR&JNd2?~qOv%nH2vF|_aU4| zhD#`;{f{m4lDD||4^U}AybH?y2s&M9H+KW4j1s~CnT^3X zotgXyY^XUsn@8OjrSB5^f(TqhOXdz9i8Fzm^pKQx<)EIXw0%M0f8#&8fieL{1@t_&k*QqkbgO1}CU}gI8{qNvZ9-w3KyUOVx{b;No`* z7V&qTF3VzF&2NPnh@Sd~(QM_{Kl)rmDk*OnDGU8$ftpt^y9Uh7|bWw>6|GliGh zkh85~8N>pm{l4D9ay4b0U*M`!nWxs824e?=m2Mn@X=!ezJeGEd)tyh^qBO6Scl5^- z+nc#-QoI5<--@@o&OBF>8aud()6+l8t(G^o)G37{4$t#OIOoAbd5MS;=UlWY-W^?Q zQ~JskRB?A)9hcu7xvkB1@5w%O(i@l$EB$%!ta`U6^PugDyym(*c zL@MQ3*(fa}m!%5+X^5~v^_5z7nHbt-cziD0Hj+R}*XUr3Tk9fJZAokNc^rU1cAiqH zsZTG9^FC>xiw+DGv1FF*k38U%&m7%oM5*+i?)+7oZ3%bU_dJH+TIR}~6VQf_Hx?of;KjE+ ztM|<(_0e-IGT2Dm(2i%kF8%u~-R@1CPoBnqd&E~bagHYIAW!8Ko{I3dk6<-<%ju`E z(vvrk*xNgoe&oW?;S}zMuCo)ygP>NDGQLplRDWXHk1fvrb7jT-O(*s5Pz(?ne=HH2 z$V%u(m+R(**5`aH#4b+Pbe<#dkN(yLg_i+*q3fPliEr@jJ=O%!pWMItO?L{~Ioaw* zNxTF>`eHnTRi5t(KJ}cz-!_Qq((t4R!>~}yzK!epVaM%3)5U}Epo`Wea?8spfuG-Y ze*OK~tkiNB$?P|vU5w-A=zj^BglxrPiXF%T)rZ^>M0@-j5dHnvK%_)0 z6GW2V@oEozd{D&O^84>I`o!lY#r>3{S0l!u>R&Ij@AJmMzX#1Gza5MMY9a$JHG}4a zk>;rV6EOlwAZ?9)8l|Xvym1F(NV)tu{kIJx8~{lZbefI;#0i1Zf{~qbM}kAsc`*7m z>WjG+@;Vwg!2Lh982JWAA|Ce+P>6sPaw`kk|4kO)e(1A92>E~Y89Kb28BEB3TG>{K z!5^(`VyPUd``}O*Z0vu~&i{Z}T9wf8WU7DQEjTPXo#g}G{->2~|Bq?(pH?;|LY37# z69)L-R`vqozpZR_IvA+`)5^98hbZ|^D;vheH1eNT_D+Uu`^{Fn=f9@W2ip12XIOSi zG@$Z-+#|U{Xh7pX`b;k9YGX2Eed9x)HE$C#aN*&|b-C>gMBr8%OfRt>uQnL#&d6=n zeCV^=m_42keb!$QYXRjF-0D1BXG(8KHcspRp{M9 zp|@M(bk+WWEkp0GKxjXQYup}MV_p0-!f#3Jm#To8L7-$)) z%&m6GfH%(n$JJYZMHR4LyaO}9kPcna-3>#CpmZpqba$t84b9Na(B0jQfJjS8g9u22 zNGYk@(f57t{jU25oVCtb>-_NSy`Sf^KYk4&OD7G5A@Esq6_)5&b)byw%df=7py0wV zA}w#z2wv`yElcX{wooJ5Xeb$6BEsBEY^{Qf&Ms3$$H1FsxPs9^pz7^6$AToHqWFNH zHl-nl1%!-T5WKP6q+zD^9Yo5f#S+KYue7NY&(v46#kGbH&C}Ort_v~-gF6uji(iKT{Fam}GY9+)0K(x4(1*-3n@?S|P5^8zW@J>#Knm_=oIc9!Y!=sqlVb%EB$&7XFW zdk4@!_N@2;bY;87;a@kZVyC0u;+twncI9!>UsTs=q3kI+rY^c!ur{oqSF2Qh8TT>k z_=bf!PH%nQ$=yPU-gS)E{gHzwSfuv-_SQ2C3{={#h4_?-R@NEV5b8^9_6szvqHc?NJV}a6 z(l4L7E?ZnbK5JXCJ}&&V%G>tLBuji0;I)oxp?3Z4$+qE-w%ftO>s@mOM^EI)i6T4v zitrV69V$Kb>NfT4?~ds~#k}tg#yk{wdo9*@-V;3K#LWi{t@?M!5qCo!l?P<{a4t$oznqX-G(f4=_GiQ34zI5YFSs2%^M2+L61P% zyQWe}AoW=&=DNZDyjd{D3kav+JykFfOOLP*AarC6k4c!UMtO2O6ndo(P8k-RE-ejX z0mW=R=ExKbwVv_tgqcFxfYIbmGZ;cMgShSrADd9PWzPkaabRRJbvS%nvMOZjducLc z{EhIs?l6V|oluIKe#qO{Z^S-`k4+A*WHhTn)mwn##xDAJeR1Hqi) zj>9>j!t+*heObe_kL??`2x`Q4lSxi7$dRO>-WyR=K^GKF7EQie_3%TLa^^3i^oUZD z+E*|t*0J*U6bAHY~dy+Dv-Wzd{Eka+fzDeA6Y*mxiXF3a$Kh; zLS0B&hocxzB0)$A`||#2`}+?nJg_Cd`5R&=zk2qR<;#nu0bcKB+DaH~65I5Ro5x@R z4mXv%w&I1wGIzr#BpKl3c~XVR&;yq%QFV+N*2tBm7iWTz2%&l6JA`2HdZhx?LWwH$ zbNe&&y6EZjHd>zjOx|A%-X0~okjNp>)285*aNSi_n$L~yCtFhbDw(>gmXCd|?u6%A z%E{z#pULvDrc6x<%Z4KCge24b>~AM!tJ~KM6bSshG5_sn_hiM&3^pLPwRBu}nJG-j z4{v!5pe)Z_DuL%!F^397G4i9zJCu;p+6Y@!5%00QKP_?}G)YT`tF_buLg|gM zKVLr+RB)0ge##>@-$MOUUEUN;(+^)&`s`a$(93TWK}RaX!_9aUxek^*-N;Qjn7uQ= zTFbnPXMs7t^-7$9AV@E|IjX&9WX196s_%-eCX4T=W5F(WN9WXUqIYY#jw~NsH^8qu z2KNnrT>tE}3~|@%Cg{m<2a;@_6S$_Vf48797$n7h(m5(m?e=*?JhSZ)kywg4uN@Rq zF=6zFs1fszElq6P4s^P6O7YKt&DCu*HxLyBf|$qf5bZ6-Yu7>XOvTpy_tg@*=6#$# zvI(%t1|tTamQm5X#P(w}ktF;)Z4WPhjhxS3`|&PL{c7ue7QDzRM{Kkij84?QT^IPX zHN)s^_Rb{Q_DRoX@tWa^G@|<4#^Xmeymq(H=(t&m3>MbhJ#eHLCFX9e1epol* zzGQBc zWk9ltAQ(b0B$PxUF(QIBRCNZt0>GVWz>Zmt8a4;*V@T4ma-|&@8-N3{Zo-kL$Fe%0 zd~YL+r$IbZmbV3Mrgo7MS84qb?)fjewgj!_5&OPZQx{DM}mf zSk*+VN$>a?1eW6r{{J0O|85_h1GN8*sMa&HMJ#`}kDiG=}5%qHkb{H!MsiRh@ zNeMcL`orHZ=8@*Bj*QaQ$IqH_w}(j# z)05dO*mBr!GLCO9+a*8sz7Oi4gt5^2fKJG-rw>>!MZUFW)v14P)g=fFi?U^fVVjF!x_w>pW@6GBcNJKTagmui@{MHX*%0* z)+(rh5;JVuEKIXifFbUC?BEhw`L0c=4wc}{xAdlufE~vdBsa++a&;LRPnBNWn8gZ+ zWr87EI*p`h+D5k&8Q$AJOC3$)+kqD5>AJcqI&X`Z!_HdCr?Op#MXl33j=Ze%QWslU zOah{>DOIo&ZFiJREG!QS3B(l5p}zeq6~sCweAXpPs*ieyHLgBhw%(Z(QMBc3>0@*B zMby!(*#(D$=>0HR{=$1jDq7le=^;emUDhDBxV|{!*t@`j*da=+{^3!)^!xY`n@~$BS(EXM^oyHcQkBH6{`t3#Kf7q(`Ky0c!ChF{n^Cxlzi-*(H@trOgymQadtuJG%t9$$&X(2wL-rH02m27}!$o2thyQnHm3x<5LF8l7%03pnv6cHW)zDvc$)mMjkt&%ey`!WC{zcwwvj z;YtES$P$GP9T%$f+pSID!P3tDUQ-d(2oi?psb<6uHEx(I=lS&v{$hYEJZHm;llEkj zhYyLqV(F;E!m59rG+|Osu_^r|9>;V4m<02Y&~orVl#L9oQ`li(gLuC#6(RVBbkT{d zjH)8udvMG2NhmKrE^mT9;~T=O=w(TkTY5OQ#kQ%@fehXZPju=F!?HS7(JKX$7=x#} z6*6EfI=oq!1*bW5$|js@$RsXuAa#B7hHgYxP2tOgNxcMYqz*qWL7riY47k!KtrUVC zA;CzGO^85_sLxlwr6hVn6n~h;BKHWh1?ZBzVa6iI*y=;U*w0uwRGnWgyHI%Y zfY=YrVm_;MDow?_l+EX2vtOBbG}6NM->orzhOIYC&#&MlxM%CmKusGq&vaM_T}6AxYVU5m(q?SI);e z=k}QF(`}W4!1EOBK<16{hj*Pr*-XCqeic8PGJ3@dfc_rGy0jKvEujkHRVeme52&MJV1`?Ed8GN>{+2OW}$2=^r>*@|A)!*w6*z$;6BgVpqIe*8mWW zO4gj$;$`XWiM15AmK5JIYiWx$ElzjId|91a&g&OTg-yOZbrC;vxt`gpEct#8Mo);j z9I_vtgsO#zwWfKHtz25h@{DPixdPzPylmj_56A5{(UfnXCK(f z6p91~P05E+-Vjpj(AUfZBoxTsXnU|$pnNw2LYAHN&a@Sl!;KDbtHPJz(H&u2E}@}~D5x$3%9|+a2tb+*9B-Lh zrae680Nz9vn%od&rV!1-hfUAGC2lmeD|6VNq~s@sIHK;yoMMESYKF|@%Om*dWEg3?=2 zw{N6e)B!6Z;cuei5gj2XqeiYBap%y)y>_FQYX8RgemggHz|E-p-GSbLH^I@e-6N~v zDr+LBGpY6eBl>{Gcxj{x?3vml9HQd;p;0eJjZUFjPeoIjO_0Z0K#WJWWNo$Nu`^~V z7Zy}n0O%}{9W|(6KYU5BzIV2NoU`Ruw=6!ho{?)#ZliT(J7|o z^`{J|89TqpNaJ(%wgAz=GC0+fM$^Oj*iwSV;)H!tL>1E-Ob|rYlubnlmUhj=%#h?2 zJB-EDS3a4@6Axoy1d>FfG?OWj$xcs@#hhU-cZO0*o>@NTJa(;7V;kEV9`13`{Xd9P54{3AO&od|@5HS^SqQ^F#A&)iikxFuSeC~q>R`JIzVLxm;XlObc5nYb zrSf;#0m_Tk2iayf>LEi-{EIlvQz0LXqe2MSZ}=A@5vREVk$sJuQX!xJDV46)BlHF) z?}NJ{&y=;dO$QsF^u5y9oir>%7w0gjjQf0bbjA??P?s+far&ya>*ukzIHS{4ZsWJ{ z%@6vI=&F4^J~QGv9fF%(NW^Isc0mNLUt7#7kJDGrP>yVLczpQT87L@N#L6?Fayjbu7{mJ~y2fQfeqobl{Vvp<`VN`;& zhqa&~HCyitZpF{2YHnS&K);Z2YeJUEH!mwCb!cH|wO#DBMN$Tk`7b;0aUT_ibKax3 z&#JM$FBW`!f-hqd+H=VqjYbl)k^Q~xZu^evebTMHQ3^`?8N?RB)_1v`J{aH`{bzR_>+*t`^`j0iXTgSs52xf0Y_StbE-vzJ2znmO)8 zhVPOZrzKxd2)4frbrAH)WX3(2t2jKo8VIa1d`XJDtW;dkmhTD1)z^NEm0dCpjmup& zcVA zgYlMHq(n(&y~huqoO`qVCLps};LmOl(HUuD_V;No!vmU|(=;BGcwCeb0g5p^vZ7RC z``|=|EmRd3akZK0K*AD}MeeA9KPdIqaj01sW7=&>Oir%s4mp>PYGmEdlX&sC{I{6w zr^qN+0-RI;lrc zRYY7r%7ZWL62l`Z1>^_FT?^5HybS$ZX5VMJvN zO(IG{^eJ(|S2XP5CF9nFDlTi2y}>pU!$dIB^F_?^pykU-El zfI<$p37Gn$;R5&8XPQKJuh&nH7W)Z9(RueP%9N2w7KL(o6?&CMoINC~OI_`>#m;-z zPT_r)T;mirSX_tLian*cxv16LE_bpNCiMweH_YJ{SB+kCL_qi;0GIf9tkr$DAanOt zJ$r1j9cr@tVIw*@J%rG_9onEL*H$LSOK(XEcxCd~r`DXcP_5l4H(rP;+>%Z1D6Xnp zVsoL?3bA}@Z*Z@dHATXlp=$QqB}V^?)$5AU2QHW3d#+-Fr5D47961N$UBmd*oy4U_ z?#6SWHC--U^Pg&s0vb?Q@-(~GJ~?~$+#3$}Uv^NNv13wdzrNC%M>`IO8#-cty%}G^ zSGz&+kVCTwKUxnCv;}7Z-eP8)n4p9ex^6A4=tq*(>(qNy18gxb@_h zGa}CqWWFhpuo%QCw%I^@Jx@#9TmL-Y!An@e8Wv;8UZm=M>Z4%WQ1ro+}_j!`(5fAW1( zH`RPL_LnR@@;_DVzEdM_5`3xNT^K~y(Q{_XT~K{@m|^mEK7v`uDb4jrR^FT>d2d2p(_s5toP4z2#mq|>jG{5Z=NrR<4) zltHk+MA2n*=TL9DB399{x=UoYT?9h56C?1{l2Yl*@zhM5_T5*#jFAbHd)M-z2jZ2z zd!{zRR;@?J=gKz)%IFl(ffPrVFl8}C_D7F$4VtO_pIh+lydH0rckD-#5%<0{q^Tqz z?u(@2`%UJ0w`2>$j&$}#327T2qcbwF@WC5T z!dZL{qpNj6lVvN_^6dL}S>EE+3xsW;`d40&=l;i%#=n*ZB+W%Wnsi8ipiilJmeNuk zu;iGJiCr4FCTL%H>M_?($b!O}8%yew`wX_x{|+Bkb`!q5ck)kLE{%eEV+xljB0=_Z@gYROT${T?s6W z>(-y>RJ=DfOh|crG$``lj|_Az2s~*w?B@4eKQ}JGcV7}=`t?iiC@o0v-2S2ctp{%) zz}r7r1O@_wpiO}o2V6m39C+G}`~z&i<_*H+gZUdVK4^>BSb0$DgnI4=r?6n5k%eF= z*mf8Bkn#)Wp@6tLgg=BB-Ry-3np*McU}hxx3hRVYMTLS!(Il2bziazZ>`{F#^8>fA zNt5Wxl!c+BxboScsUspp6v9QxFlZ0_b!;ppQ{C3j`7Y#DBQR(RwKXkt_yx;d=eN1- zbV9`nJRA;u#iAHoqQX67-pxGnQ(v<1f|?_VS_1-ff@9^mq&9&e&?rEMdov`usKY<< z09y=Oll+7&MP(&*6BQ&)i{hYZ zaTQ6uU|lxb%1az+q2 z0w#($IQPQdM2&*;r$#9gjw0R{p(NZJ>*0^BH&Uh z2CEaxBaGg+7YmveJ;(CFXD@u2RT^nhD5sYWU@zu&1t!eC@+?AJ6Xj?e5nPPrzK!-M zSnpsgao=7rYaS>IL*ag6%t&CBxbe=7blvmFh z7n|U(81X87Ay!qyj#-)&&rSrHtx|SR$Dk) zePB~w*#-D8UXtotf%;_K_A zovz$zJ+Gf^wZ~$$YBvDBbK|-F+E|n#iOhNwLZKWbFELnk;az=^5=O}OU*0Y+U761~ z6?!!p4sF>=NkfZfbq+g&0YPmfdt;OxI7A~u_N+-3$p8ibWj{7jJyu)h4X_ilG_{!5 zmGU!8mN!LFU=3RXNwJ%e?Aqu=oVErGGJ(pcYg7<5Y6)fWXR8fDGxcm7Eu4BSVt{5I zj%MX-oH3+KgeaXTxE+mBbOxdeK27e%^waAUX0pCMlh8>ZaGD_8TOwLE43C5Ig3l-(gX>$08+ z9)PqY_~jRxG#Mnfr{05JLvS*)ae{ftLt`K!;%wVZKb6t@gb)LuJkaXJ*%3>Sq?3WHeN_ z`-`__QsStcg^HWKzESE|G%xB>>-KK%Pb1H~u5M4u2IV0Mo&d`!3IoD* zTeOwz{y$iQ@`t_N;-DMK=Jc4(o$k&JdbGCy%s45u0J8rh+5d)%lqk0UBs&$@8$yee z?BM@O_K?5fA{h)N40)emWbrp##Q1lga1k8(FI?<&3r4n*nA#ySi>y9j@ws=k=(?jN zB|hmuzq)c=r==^o{qn*BpfVwrggHhQj#l8vd5Qu z$4kogUnR2^DFwW%W*+O1lKnreBnf?RM*}2#@3Y~VbR1Q05XRRamz#@6WGjh@8I@o= z4JgI5aFg1vA2sG(8!RH%a{X<`m;ZK$#Exu4(nc&BA-h8ejr|9E7^S39b&$IF=3{?w z@WbrxR~U4!g27nuw0*!r3cYia8ZH6N^&nvu%|cd*Ael(WIBz#~Pw0PDA_mAR5fzY> z1x+mPFJT4)p64MKbwIj62Nsvh0G0acv{F;e~lAj{^ny zxhkYvo?&9PtQ2tWBYVHM0MxJPNhJ5uuP|f@dCFv9y7L``VI@Rl* z6Gzoj2V>SOK^l?rh0Z-&JCxq*7KH+WW9Sj>BGEbC7r`YNI#qFn6h8matljJx~K&&$?QRd0n9#3;Nh0WQ7 zsOOB-;5)9IqYqG#o=`B;hp=D}b;sr)HV@hC&}?gO87uJ*X^N&%?W>&nzI5(xx3UC7 zz~$luu|jj4aBjDN0Tm3!0#6h>mYM!FT+p+3v+^PXEpu$zN&{OlK=74TGJ)zRxzbj|JqmDh~Sd$o2yMe|Cg zUVr%`+$UKhvPlbn=$-tw4SE0EoT4aGlZK>X*xoJ^+Tf+2*G%B)p zKs0d#>+1W&GPZNf9_Be-&2Ps{Za7Jj81CT7eCvK4)9}M%mi)o|!@fb!IS<|Yhd=it zR6_*HWY~ZVsc_Uk1GwQfLswD3I49D;AnYjR8|D|{m%0$w1I@2!;6+KQ-Y0?Q*)+e8 zu6e=K2|=t5`amPzev&R1m?cU9QAIy0_*EPo5oUj>r^^7fSp&AI$y1C+ad5$tkOuB@ z0y>DoK`qt%Oc>9W0ahADFR9*nG!O@sXqR6a3w0pUWXO%ARLiP&jfEGDnv7|!2Bo-Nt z6%ZFc5t!r|80{i?HufT=c>9W#yp(A!>68U-s?0jAc7(ip-Q-ZvIV3(mc!din6czZQ ztjc#J&$=mCUM9Hvs!|puUkR^5Sip8q%?^ehR?49m&dLn$f>A)3`7~Q?pV!~L&L!cu z>b)hpg}e%v|~|I>P%IPwZ=Ln6R9yWeO1YJDQ=ex zj$WgN;&N#xsx33=TsB|>LfJ_MBzpx(iVMRWXi>7>20!YNxcPi?s5BsdL%=*7JYPAjK)M)+C%Yhz}1Rh!F{3aS#V`G-;7{aZ`XZBsEgT3ek z+1E*mV0~Hfeb@Ez>09l3zo8Q=`|g*YO1<7wZk+x3)d5Efry(jf3fO4rr3(1Lrmy@} zW>wqa18`8sGE;)|Dx-q}daA6F2){fH?nhf>h2ozW9S(|=;mQ?1oZ5?GJ{QQc6F&;a zun)7h^G0!n^00ORwjrTzb&Pe@a8j>O^3t0qlW^V@*o-dWAaqy&?|Yp2+}7mLmsMc8z=4(Hl!r%xX(WHh6SOmI^-K#MWP-E&UlwB0>K=$&?K z|GW%OKgfMbruf!uKOi1Dw+9>?Xa9tvV%^34r0(eyEYTPosFzhlEtI92Yfe?&HB}q& zt^`+}S#Rxb@%`G>2Lp#eV=ug(fsN=&_o86-lQ1+N@J#)Z_il8lgHe#jzer1dAk_Y5 zKvXffJuYxV$zYp6(b%`zd}6lzCDoBekf+sSkGr!vrHlT4*ODX7uMC&qliRW|hNrH- zO71sz6Vf|NzD{|+6HxiGg!b;kX52M2B7Q4?XN3ju+?7k|7Mac(BtY3u89dOJN$5^$KE)3cC(S>+S7 zp>h*=|Nh6HvvNKE^MuF8O#-ijRQoR>9w+jCjsgLs%bX50) z0AQFY1A`ljDAkBUtr?8zbKt$XX@r&??hOGkuV;>R5CLoO9jP|08gM5iSQz0SfaY_i ziG=BR{Ro5Q0^e`DmxSYWtHz7Pxp7CnIWUcfq?x7lB2I*G+ha`)20za`NFE+-o zt+!#%fUZvvm`XYkDhFZsywZ;9p_RzDM=Qf<>$Nib&B$39ZC#DVT@1X`<^p5MYiOV0Qf4GS0@6Z*qAw6ngm*zEPgvw$; z4W_(>vq|GVj|S+u#9esDNjAi++0Y0<$nTbcy#onZ75!HHkVB+%qpL|hUL6#NcZ zEpb-_mabu|+7X20$MdZO5YFTCQl=Q@`>dc(vnXEX`?5W!vn=zTcDRx7q?{#>ekFbDfM4w2` z$HO#9UhL7w%$%Lh9IM-`nasQ+a`F$wYPcr3d4zU_3)w4`gxc`56|a=9x=DI2h$zK8 zfEf1PO3txvL1QNn8d`u%wSQpdw?^jvToL&AE5o)Szx*&CC9BY!4b#LV9sRDb30~l6 z5r{M&aE}Uj4vF887p@P7Jh4HGH!Y;|$@x}UNIqUjja4LehoB#4|Bv~wa9Hrbq~||Y zR4Ejb2`EmWE50Pl`*WKwTvZ5FDiHTAJ@EmG(?)S4EeNR+SqeS!h!Sgth@N(^$9Bom za=yA)sZ&=Wm0hV$Rk1-AfN-kF3S}yij zg$mjtAd^DlNh~i~D9>uny(OveDgyG`0R^KABPpty6Dvf=E70yLxbacrrAxX+)6T3b znNm=5+A&rKEAKH&BiO47*|AF4%gZP-Nz@=b11RyXkWZnp7nmef;A*iX3=8?{)ooy# zUQPvhsYX?G_iA;_U3GsKJ?|{)$7l$eON|twhW##cGK=s#!uhC~ckV7XAFFCvtiA^e zJ+`xUJvu#}y@tmX7@wq_SP^UDT5{M0=(cuHp%DI|gy^uVy}WBM*R8+Ks<*+6<~t|r zErx)k>ae}E(Cj5*+DhnK8lYoki@vpxnA#pJ3_|6`B>b9(JA#B@GXf&gr;o>hX3}9a z96|e~l?>vw#JaUC*-bK(jgkFLeO1LI5J|p5fPg+}hY7uv9GprdyvRZ~wIq5vB zT2{HGNDV_Fran$gny;`b(Uer3qjkbOg#E5cYfT^q#Hg>Fu5nB(@qO z8r-&}L`tDg`qVEHMA=?0+@8XRu#avRs%rP0XqQxMn^}oLNhI97BU_a1xSy3Ux`~d) zhQ_XS5b0KUb97c!XQj`i1m5Q;W8;erXh(On_0Lx650n?{^S^rA#mAl?Hq(mN-8CeR zU8~YyF_^6zU(C3$W(Hw@| z>yCo*l|Q#jzjr65SIQ;s1$O6#{`(rAyaae>W;LM{0q{P!?_`hbH0C)w;QhIB#rj(B zFXf(1`_8_`9x=L(gaH~rECe!BtQTDeoP3X-1N55c#eO8C&G1&$}(b-zcFW~GXvFx3a1&J;@*4DjXf1(mh~8uIex>@-(5lV%S=fWv_eCosL|(p~(GVq*R|g<1wkRBB#pJj7wb~VD&M!0Y|#GT1Lxdq(!2o&7kMbHV(Pi-P1Gi*OVy$!_`={ zBuKFbgg4(#GQaDkFB#1qnEX`Jm7tQ;CGn};;FFTe$iNxq%w0WZ3hX=flv}k-F)!Vo z|CFpfxL9R;ZgNUi?bGXmNh11boz3A=H^;Xz)5Dr0m!UIDd_8|uS_)wkohmcsH6Y}Q z#Yz%*Ef&Iv(GF4Vx->^4d_iaAH~Zv%az3kmFyv(!G2ncfEpI`9*L|B9Y zQ(+jPcnud{U?-Cx>YY>RSy;}RrR$t}O0|gKr3;3!^An1>x0GwtE{f94uD+Pk`A+Uq zTg^-LS-}vbX!5Cnm#!Gbt^okYse#{^fc#cJ!hZK*e;y0(9gQ@chbk^T{XL8EjIP;) zMGJt53&O2a#ffuS$;OqHtmSHcSjoU&by{68;`;pbH;CrTVrC(>lo?vE3HHS1>Uiz? zNZzgz z<4_7tBob_?VJS!Wuaj0F{8Kgsl1`E79vp#&?NmqmqNPHeUO(B1ZH47Y(cezmEF};2 zvcH|QAIDju{@Y2LUX%2%lh)4@xg1KXw*+PNi#^ z$titzioC8-pW_(6{l=v3WxK_|3#9vl?4+IZUbN8tpZk-iN@)Y=;M3DFkt%3+Mt7&v zsjzRTKktK+a2QYZh;FNlUA(P}t!@5!T;6QYqk0@iF7dYM%_I5i|Kt9A2ejLt*mSJ5 z|Gw`f2avvcfPQ^Hg@){;jj(KrdpB=bPHVj;RPjI0Cu(FPoXiSgM5qfuokvCOXMv$T zJK;6Pc`5}%cGB*NEV=ytp7u0YaFMJac&@W~Gd^4NfWbBk5gZXlq*t+(q>wkVg=~(! z+(HHQljg&jg;VLBxvVmG10gOmD3HLL#!>prWt+Xs$jV}d1cyHdR=g=-(Gqg!iu9da z3XRz?%1R4l>+FgIn^Y>j9t4>7W_U(AKu>s_9z-OwI)FyXI{%T{ELoR1D@V9pf!Cq! zwk#oZRFs9nbGyG6cbP>G5J%(ilnT948G#Dtc@$GOSj0 z$|q6VFd%9$ilg{qv8c$(mrCHgr0VT4QwG&Pbi<5%<8%RD4q0N z5!gGtFk}?pEBhpTeIl);AkO8v;KYK_wi2jq+V16sz!Kbu66fxGeHU@+NSQjyT@>Ai zUGIFc$Z;`xwGmU(m-S10`91iM?<@q(dPE^?Wl?2k5XW3Wme{F>{d}l#steY+U&PU0 zOWExA5`+34i*rm(UbSfqqp+tYPHSiPVq)>5e-;OLO~txO)OopTTB@8&Fp9+Z0RUIz zpn3`Hk-Te}_ui)xT9Dd#>>fc_aHlIS`l1bbSQ}*zD=nK9k2|h>3!rpbO|4h8pLP01 zAyR}D${r00JB0nAuJPi8oJ|gaVw&mZioPRgJ z&=-e7hl7!1^jmmTTJg)Yy73DzNkc>AGe%UBhRv^!M(xkC@LfF3vA>2hlJcRaPg4#- zY1B>`Bz}HTGACX~fjrijg!_jVVw0Z~5GancB&>}129VQXzP^FK>MsiV!-3#1xEUNy za*XiTE5LR3Mx#2NkvvM7n_XP!qa!$vGX#IYPw5yEd-Xk(<}$&^$puJ5j*6h>T+ z`1qN#E(Y}Q%6l=iKM(F2+k-5|owUimFHu)=K{1# z1obM4RI=+LtzK}JrV}zMqccm=G_gpz0UHh5Lb2Z4g3v~vD=4HpqoqnPQ1E1OmpC@1 z%v>?D^0AIpu@O1OByuYH zIaLO9RZa7%6*r$~9Yrx?b<8$Gqm+Y67lUF`gUfNV;77`#h*y6|QPw${f=-AI(&OWN zD1^k>3~{?iU_*fh3Em5VrIdfMx7+PlUG#;t z^@eP_T4BF(-T0-5t^jlL>em1I$FoLGCj`IG{>`qD3IJkL=kEyka=^b3h3qkXljf~- zGKgKa9#HDFLb(A_fc1dUm7ST^!s-G=I!}q!{dYNxArJk1v$>~=nsy`UcT4Kk5)LqD zDa~Kpn*dCOMht>Uv&NqOq3=IcpD?LxQKYo>kr`D*R4R|)`rdr#BjEG$QrrGf1pSDq z;~JCU5C-Xo4)pFEo7n{ZzeLX0N57zV>@lN5R_eUE9OZC!4!;$`2lr*SRZk zhPD%_)ke=QdOqs^a0~)`-H89%bAxLQF}VGjC@IpFChszMu>#dYL(LSgIt!=i*fM$K zLv1~G?FQGAt12lfoEN``K|MCrRcE1|8|I`q9H1d|9( zt%IiN_1ovpqF$G6lRm$qt$8?49K7G5oC%nuSkKczn(@e9-6iSf|On>9Had`3t z{3NJnrl`%AQh)j93{DZJP=fnZHzghBZ+HISsrz%`!1=)-jb$d|2a5KMi*YZS$I)W$ zo2sD8qtueXpUU|G6N*Szt6k#cLr~9mbm~>QKRqI$u%E5x8#{)P0pG9b@Mt~hfkCcX zKJLOnR~bIAYllAzo-^|LJXUhWBYy5n_COoa%8>x@vVmWu1I{wcwOF1H5KO)A*+T4_ z?jB6G?ER`O_{BFs<1aTF9aAiCJqCr4Ve^nr7#0MGxAm!hVml!`I?m-Rq1XU)1sQ)4 za7bw@Okx>UBj_h3=S>I=>sktVB=ri@avmrTYt}%qYyzu7`Csdpl17*!-JeL=z-3Fn z2F3vU;y^=$S!|@05le(U5F^AiLdpeZyKL}v_*$`Y`O`wc#%WK#^M*Fec7yg(%UE z(1L@AwRa)h3sC_>AvDR+de#Bq=&^M-jDBZNn^-+t$x!H)6*~|yQQm4=V4gSoN>V1V za^8_cqZX##vCTy&4{l_c4Y3~E@i_V~Q-{=R+ezu-RBZ}&RabzLV| z8mix0>io1MQ~?@;*NrvyCMN$&)TEo^{%{P0#m5jkRJ-n@*CWV_=ID5&KYMYk@Fi>_ z9_D!pru2)++JHZpfivg5#!?8b3s?%Z`@>MTq>eCJdUb#0y`<=(P;RnhYs`-POIQpVs<{VMH30Jq zxx?XrkRQnbLdc+zWJ!0V1WO8nK8Y5VU~vHXT7g9@4L7XR1~D@#-b(tyJ~!<(5d4VBTcnDOo=tyGf@;qZ9qCJRlT&2Y~Yi^-$Z zwfZPAWts6NlUQcWFJ`!wW%2PFpL1to0vp$s=~7H!0*7qJ`RI0%tbG>VPYPMbH`%9U zsh`P#&-v5W(sJMwd4a89Zkap`5Bj^8bKw#TK!Lu~4@P*NiA~)5b9_ z!|LL~OX$WDn+9>v75m`knc+Snjw`l~Flk700$mr^$TRTVv*f2rlo(?eAXk~I4h}(2 ziEnz@U>WEs?xTN5NVU{$AupmWJ4!fT2bIom080`stLMVQWK&X?O44;If)>jph(I{> zIL=fL>X-8Ul#U8kRy4>})yoREp-l}4{JP`q)rR@dc%ur$hiU6#LL1^X6 zM4Z0S42iaMJ_(%Bw#xC*%E@%f28yaQDEh8Y%siq7XZ{S}$(w_~igG$_^!4S!67u>qX%k}jVbzV!=OrAM&wHB=LQ#4s@@*0e{oQskc&bJH++ZH$l^W1^=n|SYxsHV%XL7a zn(>NmpNd_oQRpBM;#sY&+w8_#A$ic)Uj`E6Woug!;xKA5uWN~l2>3y9L-dcjWXp^KC52QZS>PNgwGvSRZXNwtTRa=gK%y1JR^`pct9ogZ zHTJl3p9Hkjo&rt`&l4UpBogLouDFlvsI2H1w{G={-8Q2GuA>B`6u=cSp0F=7!_kT_A3^5XK3g+Xh8ljZlqP!D z{`qf44?}wgpt217s@u8%&OOb1WKE0Lp$gA@^+$`$Ublx&wS%m(hbIa}#opk9+k|ZA zPmhGhyzT7-0u`3zey8{DY}5qI^e!iXZz=npuk?qi_W5{p?N;=;&9J>#$-?&nOY6O+ z@a&fhhpVDKCoT1x{3*{r?cW;9r^WAmX$CLpS(G zcaX_1w=rrk2RVz@*onLmy$dJ--K_+;}7CAz%Dq|3CdfuNwA0 zzSxh1BLL5i+BvP*Mt=5VdDx81{us)n8Z$c_q4r7_6dk~dBE_*8U^9Xf{;4Rpkxj{j z>n4&Lv5yUl;syK}DQO+Fq3U(x?xme;l|YlMQjDh1kK&KUyDQgxqY@ewt zzYTmaKC@#yvQR+x>0V@(|NSfndVI=8s2~&Gj{l4gcaFLU^nsmgo_>};>r1U7I8|Cf zOu31c!QvTU{3XY@mMNC#?2vKh7dS;Y{1luVQou%1B$DEc+#ntDX8X+VN1=OEBSvJr*OU=A1oUKSNMv)-EmLp z8LtFal{ZbSjNN-f6yqRx)1)R@v>`vbmk}dhsON_AruB&NmnIgo|1PdgtYDDcYXh7f z1HAClPq^I7_y)}0()tJQ)u6UiHDVljMBkM~mm5}Be^M`9WkI}i#r_<9m*ArEHhBzG z{EB5KOS4MqPauIei6)O)8BvB1`79GxL&J>mJPkg2OBVx$7isSp2mM!1I4GDnyFw;b z*?g82Fp$s>hFkZ2$_dO(2Zj#L3;4XKsvdXYa^UhFvELEI+k#=6xKRPdu!v1H?xp3v>eko<5v+r`zV2(v?p6K+P??Y!$| zi09lZpWI2dgUna%X;#54QQJ0z`*|<$w2o_aC%1_0a6}#xRL~qI=*!Oj|AE^Bpx6J| zasY>6=EewqX^|DI_tFp;fBC<_Z8*LlJeE!&jCTe+*_Vj-zrZaH1Kc2Km^oMi!H@g> ztrC3!Sp4tcKIGCuw28;!J6Bs z|BG9-eXHiXyH~(0!OK2Mlm?KM~hhI3>b$wNrBT8_PKnm^u4>ePX`UMAde`eay&^ z>kQF!jijn{;NOLx1?q;pUv##dG&5R{Sg**H2>ZA?jNGVYGVGE zrHV%f5Xf3=L_fTf2EmDM48lTMCNNT(4sQ#_4?c0Fn+c(LA0J0dl-2);;M61^XXGBW z7^Ey)-!%Ll@iXnR_tJXw7HF50SQM zB!(7T|9m&Yy&b~%XXBAi1ZqWDbyheB3u^1Qhy1c{YhBCh6gftoe5fduM0`W{&8d)f z@Yv0@;@8LX%vJt0{sSznuN93A+3GN{w%niAkRG%DEYDzj4g$jI1i%lz*!HX() zQGa@G{4-SBp2N+M$%tudK0Aa%C&x5(wQ_oTyZza+ZS&t>Ag3|v?(Ix_&Tg=V01tT)!1+{j<5Sl8s4<~4oC~$M@Te) z3EoXdPRi^hWM+GC&G~yee|X=2{MR_QWzO;_{5ws}v56~wYoJWCqWftw#!RyfA@dd8 zdGO^_^zx7RmyQb&HyTn5M3ZK=(fh81HvHu$cJ9w%Q!Pk)>$lB~@w||92j*aJ349)3 zec=8;i{@TdzV}X&5nEuPN7ASp2<7qv!u|ZP{HC$QuMLSJhl4;k^H_9RdH#ee}^o3j3#Z*#$-H~Ch3Q7Bz2LqGN zqT=2#I4&UJ0$pcD!x8;c+oey|yyY}99KO@YX>$P)QnWE!7SrY|9 zw86)?41myv{vyF4*q|&$P?TA}AtOEZcvqAWa?Wv{%gObXFbEgkDY*1Jhx}gIQZ_z) zgm|4#VYknQA}M3_kREO&G#Mhyo7(otM0lo!Q5>+HmD;}`dJz8N$V7_jhhV6@WcieL z(~-u^BLJ(K!o&p3DVKq_^i_T9gk6YaUZ_{8iYx96x5}5)m_;djv-mfzUyTx}G~y_8 z*YV9Iz!cxmr1CNzgpNslg&9d$VajxOmi0kEpe`>)vFlfJ4ED&zRIZ zei%?`$lAL}y*+ba)myk8TUZT_@de4K|7vLpz^_YxaJyFLvT#34cm#kXyfOzxwFoFr z)@NT-_7eSpVENJXkqt{=Kfh)f(=q$z(w&H9ONqt^VANWpBjxumzXFoDMyB`Y1djt&H}%!RqHmx(AE5GqY_m5)giaK>go3!?q#M z1Ot`68&UpV7}5NdZOUZ{W<;-Db4q~q;gDu|e_ZuzDSEw`u=j<%OXGl#{Qb+eiuR37 z>xkwScW*moaK@ll8n{$#XT?uLA<>#*7|h?=&0Q&mn#cY(*&CpCBra35G` ze|#DWPS_Dk6@+pTT)z51wIMUlG89jdin}9voL)C2 z!rz`_KEK>Q|3#{&{{|dpUl~65d%{8E)&J}fa8TgxzEu0!33ZD^)4074sFLt+Q;@`M z#_RK+wa?tX+kZcmYTkQE3BUWokns!?QTm(Yvp?i>l#1}e@%3rexRCP=kh9x%@%`-L z2FsKAJMVa3LVAu3@j)mjmiWL>_Bf>oOwk^f%y$3_*tqG(zVMOm6#UT5uKOD)!p-0L zm!oH%P27$@otqN_64B@yV4U#rvLHbJOMpBXFo-nJ>`Iw#{v|)sWb>WX_@E^1Lg3r0 zz_h19%)4^3Ve$$K0ZT(cR@jg~f#%1E;L;!fz`{xr?QuRAs2b|3ds+7lCxCR!EgAJkq%-$#LGF7?gY_A9^VmrO^twzK+ux z@sw&c!w|U-PiO_=Vy?GbULhdy?@|O{o^eobYfGMYHz^%M))L*6V_}9L6;dY!X$2hO zFP}?MSjLGPra;M&sqbO~g_xM!HA8OP=faX6o{3KeK8)E*zMxNoaQO%rq@7-;CJO{) zS@OVDk$HO`mx;-^r$P5>;Lj{Xq})XJfe-h8A}@#%OM`5pS^%{y8CS(|?oSgM6_71y z880>|ZH&@a7PE?BnMK;^-SGEFIpT(Rz@=Ww1yiXyM{D#uCRR)BPJcfDFg}bY>U$#LyX(6a_qOc@FcD7}ke3nu}+d&%{6#IW6^& zRV8FG-}fy4xksV=Z4Te4i3lB-Ag(}A$TM@Kz}N^BdRBmEngeeIVrvv~r574d6c@LG z>E((spzk$qk?T{Wx)qOO9GMnHp%*fN#469*u+S*I#A69=(q=vm24X;;WqI-BPAwy^W0FDs=e zd({R6of2cvUdCvd#}0AMQb9j=`A6JHJ;g{8WO-M4N#!ju@o9POZT6gYexopxlmnGk zdWE;V%lmYh&%#v(<^Kjw#Q*D<4X|ce##g2qWAcxckNl#D+~97CRr{<3^TPD>2Jl+p zd`7oYv@jD3*JCZ*$Q@kBUR(8DL>>YqMBEF+rWe4a-PQXzFy`qZ?a#oD| zds~Az$U+#18qb2TGK8=kP{(N~i?dvOYn~hwV}UA;I10!Pt-}7AK}uP_W?2Oip?AE; zf#f2Ero&S_-_@ngfnU9ZrJ|v%V|5**{^Jbwiq`4#5mm-ca3NiBR;;=-a_<+E)shF$ z7_J7H4DUx74N8HMNtDFGJC)%wkfE3D_0Y0n9hcNoW%0=65I5rDebtxm(8KT5 zM-kDrcTnvSZ}LJfC@KBr3R!>Z$GTVNnnDsiB$@q+UOk;HDu3F&EUj` z$#(IK4|#R;`(*a`t%wGA3C%{rL%fCuz5-3!z>;*IWAK|9UMfH()iKO1rK8{BbjVz^ zY3QR6*b9zO#eDUpY5Zt$VarAvDS`S33V)1>XDt2jv+B6ec|9rp;UL?9b~$vs*rctw zjWmUkPTp&Lt&-9?cigP9AwYCkM9+UvwwIX-f@eK}de|{Iqv8<{b^pQf-D?VsPc-&w zl9o~2znygNQ0{GN=kXtYdLAnKM$$GkOLM>!p)G7fX$)aK*6bx@69qp>X}bMp-=#ZE zoDb@cpY~YS#-|=6jGls5O>JbBPaKY)f1FXxn1MK;>h5=DX1;U>`wuPIa5H(&KA@iY zomo!JE<<%W0wWq7&~Uf2o?|KiM#tws{ofqU&b>IA4h4K+qb}aEnM5UwL5U`u&74w( zzRd9Uhxd&75WO1&F>0)Sd+zmhGvn)X#TgO~aea=KJZ$G@5;Z1&`Sonb&R4X+RM8T?7a}m0Sl-8LaA6UJt28NPHHF? z8ZEl0g@=pyO8NFLU(m#2U6yb*^*ndmSG}xOAIZ)ujTQnl@Y(cCxfs1B>#SeiH({xf z`p%Vl)#V5RRQV%iE`rf-p7x(@ogrc?_H*FRwG&hK11spGmB`hFmJy6x<)Onp0`fH3Da>f zbEa1Ii`Qd;h^fhCJ*82uJ14D~_`z}f14jji&j9#EJGU<>7yl9O*%}l>C3r?@l+-2gE5Q~xwfAcGv>?fnZv2;8IOG$q>yL0e|@-J zcFdc4yx)Dd=Cht_^5Vek#ZmE2&Si@zHrEzhqIUW`T56f^}8eX*Jm3l z$NX_;JUI~R4;N}Y1WT$MKjH{_(YWf}7r1zr8(UIWgnMY3<4}p?a+(XC@B50=XD+9g zZ%*EoJi!lk_<5MRs`E^oae8Nj<~5}EFprC?GyBr?WFPb$hwUwa_0+G@EqpuQpOU#p zAH|tiKc92tA3Xc8XL5f>>Oqx+_M%`j(R_v|E^R@uSfs^#vdjnAcg%_Wa7CZdj? z5zD)#YP^^W3#0h|LZ_5L8=VrSJ4(uB3<290^Q=Dx?*Lgsn&cbic7)UY_5 z++y0C*5{A&uHna!KUd$`^LHI}{F&`s4FcFhLJ0#2i$h-rJ$$QWsF7%Z%p^f-oDkxsL)l<_@V(=MaUem9x1-N6j=im8AmUs#Mt{yIaPf#Ocw19}9@4|aLZ zGA3Og(LE-cwCR9_q&-QpOc5@g97 zwX5N7p6#LXL@vjN$u%d}fIl7!E-YFIrVdRP8e{h0Qp_!g8@yN4=lZ3pSd`UUCZ$)b z&drmP(`|LlQu^o3n_$Wo69(0?2R8;5|uL@oW2vWg>I-TFvx!Ro-CslnYkqloxe_*lIX=~TGLvG@DxE*4Q)8C9b%`$JWm$wan`QlA?0b+f$*~ z97p-TDZF_{o@Hk~m{Ybc=lb%KK*_niRxgY18(wL*^I*`odpwtTqx#X(MRV&681sH+ zR7{Vp(oeQ8Z>|Izec(#3&Q{&*JDa8Xy#6+)^@RNm4`+F(-?HxH5ve>K)qFI%5!W7N z*p}4(=3)zJ9!(6habCR`%!wpx8@eG}7}y)$dBRduQNPxr4jZEJbQ;rm_p`m#Ja!Hw zY(IHZ=7aN0^gycK#p`^8SkpRcLge0yYewlo>zCPZTzPI6^PJzmNE)`lI~2qp%0r$u z{K#V>*j1uyrr0F>CWLZki|k+CY%U-WlT*(?W!~|(bapfjU<16Moe)8Zo#+4?$J&>m zcTiN}(Y8OK*Y`PQL2)66Vwf`O{T+YlXF@B?YzDsJ&i$x#FDebCVfSVoSKESTWfwPu z+h&=IU#4%*9R}}gA%D=kD@EKQ6ZYUto9Kaz#1GWIw1n!9hp7wF1MGwmZ)}zxRWNsM z{txk^IV&CD*q;ow2W}w41ZAfOrV$>~ed~nHgCxZq+{=C&V9Ixqu-V!dc77qxGl2va zT7712Up9pLXXFTPr-9VFfS1s>VCrjhGU^X)p5MD+i&{d;zC0{u$ejEpHK*daMGoU? zbKUjK8<$@rCQnmaN0eRajMkuA%nIQmnK$sKKsrDE<`Dq4C^`cHEs?(40jqy~sDtU= z*?uZg(*JdC;n+LJWw^i(qajW+wE)qjjNDK8Sk0zQL5i5m_M)wSm}Ee|ngI}_)4{mt z40Hp40N*fNJLn{H-2z8=n=#h;p?PYQmw6LUUMSC`nhjgVx|r)_$Zy^}qPwUv@r)4# z3yJ5k*zYCyiQ6VZZZAuKZr#`(-NE^T^n?k}AZBU98MG-cmFib!x%t*;13&e`I34MP zONUtn8k>le!ra(&6f7}dt83_1Uh373nK-e2cbBL~%V78)(V+}9j|0zyx z8)|?>8Dn2)T(F-MDpKyDQQ2fc1X;Iw7oNsq*nOOBcKw$4t>d@Jbd4%&Q#RlV?z>#v zZjei7h1H4TyO4gmMiFMK$FkfQk%n^tr7D4q@CxRonVp}kfh@{+0Ic04YE;L(mCVlR zsUQl$CC!eu6PIjPYf5Np5Klg^Y94$4b%`$;QXAm*69e4GzvbsG%i1G0-n=Ii;P-JG zV~+FW(hhR=8Fg1dgwe0wy#zPpksLYKE>F)5=C(t-D%?oN(b%E$xLON=w1{;I9r$$l zvDb&Wii=)Ri~W~Fa2ETczR$B*4$g~;=;l$9CYYu}AjZ9pZ4AVF50xTwqQVwG zMAE(A4G3b%Tz}%E#aVytP@G^mWjt7As4d|b0c2mwZn`ePj;W2Z9yjIO&>AxM=12;0 z0^%amK&0}|<3c;a9-Fh>6F761F+Oj^e<9Rbq^4G!G*!+Az|m@Whh45}*s;n4dAr}sW1`ps1w-$T15znLP*VVe&cI*2`XQ&k{IBQ)q93eG=1$Ky4md|04i^HUi|F(8~PhJqQCPz<)RJzEL3Qm0}w=6B0{8e6T}f<7+FhdPR^P| z6Mg|+&2>#6ml+BNG{js2Bl`><*MmKF3*RIC_W4<+_! z!3W=%F7Vj7A#du{P=6|E$abyvwYBHnh1^+ z7zhK`e=Bv<-?yi1q`kHGTI#!ZO9p#;ZTiwc#0~CtvuZ4M<#cZ6a(wX70p1H>Ah^s0 z0E+`)aruE40MG>h4H~r8tlcYt-><6XxsAIg=cOZH;PBPwIMj$Gb`#05_7;O%+@Z-D=fM@{-PC=3mh_@10>ZdrtXxwNNUKzlD+(DB~)jz}4f1${q zGR({4%Kze>$75zVwLt(=7~orKfFvpafE}o_8}Lv9@m(%Z-w+~z42)8RinZYNOF*St z#LD04$RmS}Nj+XMdt8#5skwr+o(5Oo05#maF&xv!44^9*Mx%-dxeoqN8?sz)bRFW4 zcP|5QAPdiF4*Iwd#4?ZImT>dXGWA+O{A~s|;OJmRpmepuLfj(w$UqUpA-20}59q>C zP!Afda5^#vCn7LaHy~p;+|J*7>1jlvd|0Vl1P>}Avc*GzG;*}mRaGMLLcrPCKeDYQ z66Wk?vmUves#ZW2rLzm_vk0R#h^kzOs40!whWbu2dz2?r2y_F}Tf)D}!RN1hg}w%? zlm;7IM;jVK*y&=1T0FKaVnB=jdkddd2V&giqtBS(^RB_zrmk0-wf+1vcBM=x=iw$I(kEc?Iqq}#vkjOPX zD5Xd%4V}OC$hA;qZB5{SA@ax)5iM2}Hx~RXaY@KTzNSRc*7p_k(R1_R_%|N)uFA_= zNt_D+Ir5P8(j=Y{O=!3EYnC`C=45=?WDWPY7ip2@CCL)q$%`#wA7Cli3&C=hkO7O7 z`>>SGrWDmyS34Gc2l7-{6UEVWj7?E;4Jiarn(9>+Tg{$hhrV60r1Zz`Mh5XXWV*j+HWsay}YqBehVWj?P zN_f6xIg^w}p-x-TVp-urGni)@pmG~vbQ9f7UPQeKP}eD%YX#zk6iJU3IkA?Apo^S^ zfeduT#=?F+H_;Xz%F3<9Pe(K8PKy;2iaw^7e!2}$!DD`qpTsl^kpj$V7mj#UaR~KTDGMsOrPfl;;SPqauo8430o+Qhx#Awku2=sY0c=W@3A_I9$m^vk!DxzVYF_vW zGvK3K9Z_02$w)o+6HB)CC^c=;Oq~X9YZPz07?>znG&mmbcSB-&!P{k-G%hm@*D91& zDQ^k|25S~>N#UM0f(F%8BGW?LnuJJj+-jj#Y^5l{$WmavBV`S%!}}K|H6S9e22&F> zxtVh}+E}v8>p+SE{x%oTBGKLCAm8$l9u-PiBNy2~-QPlQ{XQ;3HG#595>=kMEa`wI z&D5)x{8C~j(ALngE z-(_Vg?Da-(C(>)LqD!K?>zJ~JZ@OJ*0AcXEWpzvq4)E;L4qUJJOq~S6efZ(gSY58U zh25KO@N#=sM#BN#M}kb%2T|USDmC@u=+gXptjK}Wzng5Nk?|PR^fMR+j5|x@_XeMbFn6cY zVHq7&FLW8P9I5(B*OY3yPx7?yU58lsDYNv7Gf)q%NHrKPJZOd00dX9(&@-i0Ey3gl ziT?~zn}F)-2$t`;gcZ)4AW=gjqm3_$G%rNph+K~+_}2P{!?`3lagU!y#S_lZ2{Pgg z#)+2jANIpm5O^JZqK&>~!y~yxtx{C@P4R?B81r8@t3n;TB(u`^)!<{%zPb5MOllC$ zHa5@Ou9K2 zSDOhA){(?YO`%uto2N}YT7f9M$rptny9D7D$H}nAxS^;?j_Jwc%&fA?Q6au5McpZg zs$X&G6kzbPgV9*4KS8C(dJZHuhxL9A3YgM+s|-;Ve74FN_FH`MRxM*|4?&c2kD zX^G%?6iu?Mb!};46%x6a=B=zI)(bNSa;pX=|6bWSlKSzA zW|&XmNDLi{S~YvWvS4cek=qsD@4Eoku;=o3K*%tv7J7(4xAUMW^wEc}R%EPJh6r>% z&Nw{qc^6{Q`mpPB4N#jVWF5O;oojL(>uCMa{_6K5^FRVp*C$C&X_i=GT4%FJ&#)kE z=pQ4dBwREb%VHZJS-)R+E7wyeU3*4^{oSC3VEZ_l44ZAL$8YL$!jz7eXjKeoQdg=4 zwoI+J%Dyq~BOGOYHsz1E6bQGe@ABzre&q7ac7|;eRc||XlG4rn&|BMb;@tVfxqWfJ z*k7da=_g0*o;JuQ+sd)h(q`TAQiCKodoMv^x(#m@Ho5Dxo*92^&LXh~iO05A(N>G! ztL)l49EYo{HR95cn(1s6tVw$GA;RPK9lG`_*Y+U<%Mv86_;6CCxa=1`2lHPL3WEoy zX9v?hP}i89Is#H9hr>Q-yMLLa*tdQT^h8S58T zg~-5NA^ztqz7eex=RUF^yW=x>5;=FxQeL+Jy$M*_??O;K=nFqw*5K@DZ9~G|9#(V8 z<$LLIbZYSFLWTC1>a!`}>z||_5bx~m9V9MkpB?Mvd|`Nf@rw4>r~6Ah0*Kj%pO)Fb zzF;4dO|se7%zTo#Af$&l`(C?zmwb#7jl}-)dTp!Q{Y&Qasb0=ykUdz+?>fB(6DTF- z?7o(D_(6Vuo%{9hnK-BY$ITJn;2(72}^!Ux={;ZD5Uq(C}xNIvg^X zaX4kK>hoR0_T$Nx-CtzvU*{973q$N8Rb^Kbf?ieVdTjRAiKF$&;obvyJ%o@^YnrY{ z^@SC?$-=ZD0ksUHN}-nHk9cm2X=MBs$Ff}9T5fa@Qzbl^?pXjzYkGD|3CV3bS*Sg? zt(+<3+|`ggzVkX)GWZr>^ULm=LWMwTlci57DWPx3m&lA}SY@8P9=729IL@{eB}E zVzTE63;)S*DfuvU@H)nkC}!nCt&!Qn5iAM>yFqI}nDS%Mrrj@#CFZo!5dlWM5Ijv( zesco0E@ljHu4n|qa9O{8&8hGuBZu`iR{U27-?A#KB=WbID}O)szYI6J9h$V-j;Vt; zW|Y}u%HJSN`5Wob)rXPcYO?=hxN!_Pli2JjrV`r!>fo&yhMT<;@vjbU>F<11uJ0|N zR_7IrF^wr_phTQoK4MH`?N`UnpWUbnR&B^VYpMu6K%I^ua*tw*Yric z+kQv)9o+j2MW(Wgn%41tnCkLQ7M|T0i&a@|^X^z^{P^Aey8ZgTqg9RISy6{!2-RL| z2|A!_91|{89e=tWWcSted$3Dh0j=-KIv5?=)@rQmZ7_D z=2f(y4XBDVao5)jX)d$mH9A^ftS+Tme2r~YjVW1h3DgRw@8t$zB zc3yo{erQHiF_w9z6Si?|mY7wVxn1)UVtfWC!2X^;>|wb9!HXcL-MpTtx}m7(7p*vj zsJr_{hN5${v1N7|=hkRWc6!*4+oo$VO!VO1@c3}d6w9X@4 z&h$5V71fr9O$W!7S}MN_M3zPQhC8p*>35rz)z`5(7u^!03E?*e!`&sa$*dVTW67xA zNh@fLX!G6tmYVllJ??-tP9!&7?WfF%sTY3usBT8$%CdZx_C}tuI5SX$@G}wi=Q+Ht z5hq`}Xhw`$Fo-yMNc@-uF{s$JMP|(Obr>qOB`GUp@IZ~_Eigq5bu(&_c zC$_uBb6GINlXh9uK}NVN?J#AWFFOpqH*YwPNM)Pov1q?qLmVvY4O0Gob-imrO&Cwu z&*@{u^_G0af;3+4ZoaT#wsUz4Y279C4H25I*W&kx;dZw$Ro_Kwv%JgWAVv!2d02rz*WIG3wL;h zXxw-0Jn;wbUXm9R7nNYL1D_%B*sG_krgea3dE%6aief%X%SeOi{AVkN+m|K<_k@X9A6a^*DY++d8<`4U zWl$p9Aaiy}H7{x2?xC^T+DGbFleCwRw0J3-Ak(#@D%M@Hdy&G0$ zxXC@2Zg)|v9GGX*VRqdlKK(<2nRmG@1|B4CxxcCVbDZk7QLExmWqs^t#c;mc2!LQpa57_*BKB z=;63u$a#a1+L4uVxMrFlPgykeJ5f_uj0^f#TVn9ODV}jpr2f}tj~hI}(6Ko@nn0uv z_#IEG=jiq*1a#Ucfg=nDH(sN=t~;M8mF*4MX_2-AQYu{7G&C{-NS{ScgWbb*WpaMR zW{QmjWMP|MjYl^~22+ z_?Sq8Psv!>Lz|;u_zWwRdz|WVsn`>Zi}XcyKY>2?N#tMyfE^x4eF%W+pv#dR%XE#8~-5$b+ z`Eg{-o;aEdeKZfbabG+wpj;j1tY|*6YBNh~M{GH5B1==WH-&wN-1?5AZZWsQfHz{`1{(8a!U{zS8=sUVC^r zpZ*h{oNNKdmIa23U$W(NZ+-OkWXyy^vhF?^+qdDc)U>T#>Hlm1h#q)A`yjQXg{b;H+KH(uJfPzw_Jjs@upq7 zF8-pz_J12bm@c_{jL+^l=hs@nD+)*Kw?PjR&vyV?a)0>gOwpq0sp6~kascti$xVBjwb z1&O2lC6Hd!*Zwq62z56=Ak2`;CEx-JQqUc+)rfDp%_6%)b0TZ_%>kE>*`HX@OJq3E zzykb>G{{8WSxP=g%MT%dS&)efNcrA+nl&7@Q&y7cPLg;`_a2_5(4Tf@A>_GP0L3N=8g$N~Z_!W%Ut_YEC@AEwY|Qq8 z&t7SW006>(jyXrhQ?SHhO#|K=LjE!GIFjmVXnP#)-7r2Nji6B?ZmA_2CoK+o6OC^f zNjPGkb1(ak9DinZB8EZI$RK2XZ%O5Vimgc<(Sh{_jAx5X64 z7fE<>(_>*#5Og}vo;wL?hJ|DX?i(=PjLnWQyrec!o*95>1$2ia3FtEWEFrY_2ALIm zA&+u1VKC7BcBU=xf2!W_&Hw7;){9xPH(7lO2zH5VX47njuGfg?O>2(cdJeNjSdTye6>Dytd@dF%9H%^&u`Tz3NB+N@DOaA2cHa78 z4w+8&D>)!_cOGy*577bykmiH^bD!K6oV9|V3P=4D9H8>q+u|P@XP2c)H4M&f}*=YKldI>8{#KMW4!Z zKa^t%v;S0j53P#L+j0h4i-*XI_->2&b&7I!GM(E>aqrW^|JBLq{&85J+mb$V;sDkH z+3n&Gk5W*10f;msO1K<`TgJl;Ow=hmhh`fYLb%e)(jyErm&&rsGlxmb6{O1B_Ot&1 zS-Ss#Y;O74aJdn%!UC(PUa`VqKmAuK4?|nUtQEX#RE3@n-k%;d=#gF)UTMQx5j%QxjfD*0Dx&5lJ+67QCMv%O&|cBmR(+@*FVUSwKA5kBo9e%hI@|<2 zX09ENNX1)ZCKsvdx~*UiM$jn%l<#E$ut=oE5|SxW6P{c5qb*b2wf0#?wPLXrXa;Cs zoF|xp6geQNUaGg)0!UCcKwE2AcbH@{sy~Hl;`$*J+Z*Ik>Qg)_-yYPn=r)Gjrc2>H z(QRvtEC+phTL0}fvv05g$2y5~x_s56iMgnWO(YU;G4t%K#zD7)TdCPO65$%zOd;E} zOaXav(0q6au*7RoV~xzUa^^K^30*DAw2Jxw`Car#H3z{FT6vw&6ETBJgN27j}zyAy9v%Ne&6niwrM{UBA4dwbt73 zv&H3#y(5CCC2v&090yKLwVi071Cyxp)TsF?y%~q1HRA)RO?YP`f8*1KcMGLJd!#M` zM1YGs96wtYJaZ>fMl*!C!(O=+vpi?~sqK`j+YHAOXbEs(Dj+@9VR-5$39GkyBB9ah zK`HITX@fZ_1SjN#-6qjRp_vChr=$~FE0L(73YcIwge z0ot%uJD^RRYe0vl?%7JC(_6$hq8OBLJqy?J27Hi@k!NonU?_**B(M$mYB41Fw?kB< zDm>z+Z4RpQ#gGJYlRJ875<0$j#IVRnuORa~-BF-)NaOpKmi$#Mp#MlLxV#KJQp=C8 zj6Qk}y#fatGs$%~dVC(tXe`#sTU1k)#IQ<=Lj3d zF-t_=B1?-pzF~15uub>ankDvbxS5PezldC@HA?6HsuqzRdGT{$_pzUP>sY_Q#3bWr z?P|4EY{v8v1Q+nbuEiMGl$q>LPmAe>SFSe z0U%XAGe%3B`G*ozjUmD^EB-QVW;cskI*HcaWToFil?=MOhn-@cV=#i{>5=~adrnkv zR!rVnCo^ZLeAt$L{6Ws<8fve@nKO_4X=h96GewFWKi6VvVM;l{E;z$k;V8TcREwzf zeu>p3Sv37>QMyU=q^um$zDTOQAYCzQ+t_NcIY~4CLx$a)LTV#uOX<=_-eZL74Fm6^ zwQ!0uuOIo1YOPaZ04C$M1Kne(BJ$hk8hq<9>W3UmPz(|h(Q>4fcznPobqDAo4;x|8(J_7;zZ;M;^tyBhKn7gF43`>ZAsyB=J;AW#>R;<8^`*t*KEH0 zvhCok^`=?WKlMOF z4!`KN-aE>6L(oqlI~bb-o(sA4e z!`BZmT<*cZk3t!rDjfy9NUz5zc`LX1$F~KA)`d^I=(Q}l7FT)*vS?#=WF+U@FKkzT zJ1bJ|emmV}cx}F6UQ@@!2OjRqB*SjLN1t`DHnRR};*D&pw5!R#NkZ&rO_oK3xo7%y z>fUa9^=(Sg*?Z5``>zvd&n&7^OlZe;5XPn&ev=mx7&YzY2dS<8ZWzTIxxSyIgoJ`~ zP~g6+rV{{Ug|9n$f=2M?Qo#lx!Cyc$fGA17;dI9vL3 z#@Ar_)h~XC;S6>wir*PtSxh@&wMr=ZEUph_~yHm7)Zn z$S#5>&ydz&=d4eBh0f0~&)9|bkrhWmg#Kc7`ait8pcB5>Q%J{G+}!(sEdjb9nE<7| zy;%r}b+@8*%=wP|olHcu&t4Z{!5ud|2M_+K=U#d=|Af4TbC&Bt*c|$R4WF>-8 zzHX>+BkRGv_}eh69wNb4I`xoJ#jT*O zpLbmF@Syw*&_FwQM|65s9nHv5zl#P-oP7IxG&#$-V%PB$aZrhfAma$?S!6RZM>fTFT>5r zB|>@6YM3%P5JQDStB}#uwe>aPW0K`g6U~rh426*%jr#PCbONJFrQy=FQJCR>4EK{d z8+p=8*vzK?DDDV7aQvm3E&d@&q(3!xrrYJmf{3PhZ>-+OH}hK1n^b{GWy3g- zS!Re%#A!H$m*?-2uM^|{HJZ-LK711tsF!b+t5 zesjs9z1jp(FYd1Vx#pgvv?xwF5vAr~jR!UbKVK$Q@YntD@o$^-SbcV@5KmY!T=%?~ z+($Q>`1xyv`*wA(=44|cU5%P)0Ieqkd-BtHR|1WCbm8qPTxs<^L0Xj16VnwHKj;0* z8NVqX4PqP&jw2(*|BI!Gp;&q!Cig!qZE#IMkgpdBwUjbx73clK(v)c_(Ce~(=thls zU2*Pz)nfN@5qrO3=thmZR!+Ael-7j|(exOE%cpzU--;F#)6>a;^bpY8%S=J}Qt?cJ zY30yaSq1HvRGIq29}-YY>Dox~BssNcPZ%jNFl6aJOX>fCrGFH*cCQ{d(O21Qc>c4L z3bok6Is661(ya|v z%SYZ9e88hbXtg*1?T++=N)pph{0CLmmVeb^zZh<9zL|#E%G%a(q^E|vv)YY|H=?() zh4ZT(gItYqZ@25a^X;OWFYO&p$IDl5Czu^R&|T38NivT8_XM)kC$u3Mp6J{RL|!*v zLomG`&4QzS2*&?LalyvzsrhvaB8K>*YHUJ68CvQk1DXBvFn_;q7|;$PY}u9zhV@3? z`al&|ob$03{@1TC@vNp_;kQ#gsu9ZHeU1}E>m6(5rU*q=(^hv*nQk}d z$U9z8tddUiuDxE?>S+3qR{dU9K-A<$fu;b@z%x~4Xpxc1U68V6U5$! zofsVRy;~+Lie#jX^yiGwJhg7>W&O(*%wL!G+1nLJidT*3{bg%jCMAM)q$pIub8AvV zjbUlC*h&rj>vjZsobPxM?b}C5kn0Ehl%?!wE=TplfAi0M7kiXFr)GqfD{hSI%_+>Fr4c)YT>{+*6@1|jd$EQBRaVD z34fTWsFX{j;4bB$zj3=CH0fn!h|IlFX9~!&fBvQ`=t<7~fyOvtD&B=t>nOv#sufoP zR^?L^{(g;xo*z0&wAHQO)J4azP$O?06y>?mM);$J?oFXFrZ%I>F~`~1jMyzE0RPsa zX!mbn1~c}TEI&h8!4uvtPvAQyYq?Qj0Flx{#X#z2?g0Ax(tZwRdbEDuVg_0w@RzNb zypmOV>Ufi+NPEZMWH)G{T-Q4E06kTR$QlGn`%+niT%$uOkBE8mZ*FUIOwg+*rj0Vl^;{$(k^<`1U)fu z(wn!4Yb=9hx^tpx(P=UISxzO&Gz6MvcFB!B^#+FVJI-3B3;84lRkrzsYeElmq~etLot&5!8j(Qg9HE81t?3n9|)Z8%55A-IiSx;egCdXPRrra>`WX7)&YNw^V4 z5q16^VCygBBl<~0v|W<&`61F;TU5dMO@}Ix{Jui}pUt15U)DHeb}o0Z;<>X8 zSZi}8!i_m;U79U}EDVhjq8Rte8=Bf`{b8Qw5}rS^dc9hwC=>3BdOY^oypHComhab8 zBNEU4srIT5(@uU+p78klDdwx@l(_TqOp_2t7=C#aB7I9ncs_RN%~u1ox4JpjZOdpy zG5=;mjhSwijS7d%qfhzN!X@e)C4MJu`tLj#!9#~X2~oLpdWdNK6K{g?za4GKr!SvN z*c2y%cXZ3nn`g9XB4cwGo=)sEp9JrunI=R%8=WruBn0`xvHWwnrcN zi?5c?Yn1KHoT`W|Cx<8MH&1&bBRNF#nMI8gm{;ksSzd^`Ab zYoZ$2wj=VHBaT?;kS=``%hav8Beo{uXz>|J@`te zs!DY|Pq6rRq>Q=*4agL+STeJ-RbG00&)%s#n!8Qwu4NsE`3%*_*J@#*|7m*NvH*4ml5u@#*{GEguBixC)2-2DAay2&K}#vvQ+xRxx;Ua#YJveCIk zA`_(XVP{W6o~($bljB+vp*f z1aPM^pM&x`XqlsL3oGSI$Ak7)1#?%)5N*+)wb&QKRS&C)Xg}sBLA;Pfu4A{YtNgYz zVUZ>n+n?bA23si*2tBe;!nP6hhc))6bH(^NkMWJ?_jk2lOs>D_Zv8cyd}&Oq9O^N+ zi^UW2fHEfTR)bzw_6|&m7@ib?45HAcaIn1;47w83*9(v$fTQ@KCNvrB?JA`p<(mxh zcbEMA!}PbRR0#54PtC;;nzwoHbzsmY=Z9`zjORjE;zcFK8Cqj4gU^a_CU3iMSDl zDkRi~Ck#vw3^=U^K%Z1Erb!8-oHtv3L8iV1l?uo;W(QIO3SNwqPJ5AriAR zO1=_1#}Wo7uPJwEJkJ3d-!NYJWV{+~^jv}Er8v5HDsGNxLVifXWO0J5dK?8LVGJjc znGjjU%uTg9Mr$b<^T4#@9K}8cLx?x2Z_#ft0mCXL>FaP(-hL9aV@wkor-(wT0Btot z#Ic9Qs2w=1B~cKj#t{M%)KlrV622|P zxuL{ogj)PXPU~5Uk=jI4VnYmoV3gQ?E={F1-cNmJUV@!p5RGXwfI1?hf znk8l|VRS>K2|G(HN+38xY?Liuw97bzpj01B1mz-%Onb@9XvW9|##HW{%#~0+`3e?@5i)|i*dmb!1HY{IGuwD)dYFdyU+!xz_D!O4d^j|R~Db;>g_mY-Pxi?F>bBuBI zgn7@>dA7>fa?1tsX?cuL2mchD9$StROnwjqj!Ow1I(Z86Wu~J-_>tp2wnQep{56xI z03=;tkDM3Bn=D;gV6|D`s8QsE`iH?B@FxV<0|qS{2HxEi_|29uJvYrOP=2Vm@XJUc z{2Qe3aX6dWoX453BtfPKN|z@>a6jt-v9W{EyI`Qf2vigT6)F6G{o=QMU0Y2n(&6 z5vMp~Il^T$0t35|bQIQU#a&0X#vQGp0V*!|P~s{R$|I}2m zQ16h^7_V6)YgU(B#=f1_+^PX*y5epoTK(-P7TXrCtrboL8(sp^RESoWSKLxI+Cmcw zN_yh@@S(MxDY79P$cfg{GTJ&n+S=>Ul55&F7~bY((Jc8EPBnJa7S9KT*mdUm3ArnU z{I>1X z&wJO1`^4n>l796in0K%dw>J`}=avO`9o7C=byxFj!^cLnZtKS(p?f~+mw)VGV|KA% zZ&x4*>m-I}jTsoagHdf8&@1b=5$N+Sqjz|d8${3_gwR)8h-SL1!059#`bK!-hz$LH z9th4D(yJMYi0G4!@Py3(-kQ}Shzv_W{Sd3}m^s6=;XN7816gu3IdX$~Bm)(yBc`Ig z@LJ_4Io01+M^w;9mzM`>2$gtb`(7gxb06`gGeGr&_ z3mk7g=(5^u>DL;STHTv5RzW`mS{)nC=vfY>+OjOl6BvOs_8E|*6FkA1g2&Cvhii_< zY?vn=(a5VcC*;#cTOvFiMkWZ305BNdm~2C85ny=jNylM|M(|KFY8)l`Yt;cR^DwiZqY-sdT z#LQ6XOrqzsAd3sS-qbDsq{!HCE)w||$qeRG%@lJW;VQ7hvsP}bmj8JcVAaE{J-6{p zrd}~ejxjA}+GOE3Za)N*A69>4Ie)@DH<&)JlG!tvJLkkV!@1`ESYGBZ1Ovo|>k6-5 zEMI^WO@CiQFejb(a!lfHRVj54YC9DhMhf?tqTe-hA?C%kN?01A|EX1Z;z`AjU9lh11_|u~HVXLTTFRT`}MBvXY6j zIxe^PyM5GFzun7nMPY2!{%vnOUUshSWMGPA?aSJ7q_K8^vT+CTML2U zy7el;Zu_!q*t-AAGUy~|1`Is4TKPq}L8&$s|Fmizx$(f_?whuhG%_bq5fNMgq>zJj zX~H6s`Ny>n-)c`jSgp69ZcbRPEmZW`_-!I|Y>r_xY*}rflWm#B*3q06(0OnD0t1;a z+t$Xml*SfNb(Sc}*36W*6%IGvPJ+-OK-rwF(UWZ!of=WhwJ)q|vn=CptxLBdvnJK> z@|9aGfZf+%$e_TkiuUf5*Y1|*w)pU_2xM15Xa1KCc<_0%RB#8&dWYjA2_GF|vAL@o zwduebSTr`~EHujgrn4^M+vR==@?77u%LIzT?E48V3-a%a4IyaT0*qf5I9|Iy=j^Fh z?h=LrP?% z;#eXO>rvhKN+>3LlXpAK_z@4Lw~0P{0_NVx*i7H44`$$Twa`(U{LVzw(ZS39Ow^i< z_erAA^2%vYN*Cj5>@no@U>pjh$!4UYCWskp52H?!Socn%JQujtFFTIgwa;$7&(v5? z_SW60CeL2SPXQkTy<)!Ga%&gn91pkcqX?hgfX}NAV6m})Nv{*{&U_~8Nmpahb8;>o z*Dkg@;KtuPCp=%%=GV{QD-Y?({l#tReElx;ZGmj$S53^DTsBwORjYy>SJ8JG2YHy# z-6-SF*Ww#Jy)XM!yZ~yOgXQsSNHVPcAQ6|8PbLT{N8yG;u^WBkd?*+oZL^|t78<5^ zQHm3KZGx8Bg2n>y3u|+>2t$516pT@wK<=#QBjxw6UF>ah?Mr_DqHyVI zb)VIQ;MjQ|QH581dC!*JtQvhY&3JjJbD44$%2;LCK@gkWdDl$V1T`-}?qGSM7qqh< zA(HSmNj7o!iNmmus2d<3;fDyfs|4!@L-ymAkAa{rMx4dRE+4!q;pd&SGi{bk4WGxr zw~gl!SB*=y+m00T8O4_rif45G$AYSt#_0O>s)!I@@-5-lT}6Wi+t(A#%38%I$lmQL z7PcrnDre8HZqdMhSbA}C^GgU6OACasWD8ghb6W2#DjTrHP=1Y~A)E%%v9fE_g-k)K z#b^LSXtlVO?rR8j((w-OWRXaQ=x3e?(z0aB{AU}-1nd5x6Urh5$1NtECwIR_z4iO( zj5(guRV247Oztgw+Ze3hTsFWoB)jSUTv2X1E9p_~VKqk0S7>L>Vi7yQOXrP=kMm$a z!+aKm&3gmxe)s%}K)iBq7pQ6KP{)#1cS1l)>Lm;7=nWyJnHKUBo?1eZU z{cJ9BkJhX$#ey+s4Fk4t>jev`)3x6q*+i{h2vsS34fCcB$-We8FcDQB?N@t{G=1*z zR1kTEz*Z=If>d5Hb1+SDAnQ?I$-CtqyijqD(FprS#yLZWN%}a~PYh?rb&lN%6105G zih|?^@nHHlx!Mpel(|`@uyxHIWU5aVjz5C2{TzqY=}v0D;lcI)_^yT|4;vK1K@<1o zn}asPa9efao+?4pD z7^68RquMZS^+^eJ%hKv=^2k=LiOKRG!6E=kd@qiL)yL`g>?+PG^`aw`4VjIav>hS_ z`W!>H0jN}i%Z;mb?)?+^46umKdZdm#t~#^>Y6KXcWG)cXw2Rq(O@)qn&Hh^P%>B77 z?R4IaLMxP%91%MP=_j_S@e3k2mBRQxs_Bf-4B#(J{eKyN1u}_LOitLp4B&@pUhWs% ze>?S3IC(+;GJw^PYX3om|90v*48!8-Rk78FQOU;2 zHP6%k(TnJIF8THo{oASkS5245U>aTiF9RUqR$3ih+<}Ud)ob~k{?m)JT<`zaKffvc zpPl+F`4uPTAL^w_&}#bUUCHD~<5M{;GM$;B_-OCJvWF_2dZ=E6tV}uasH4_mgVp)R zd2VmG%bQSTo2Qw}TpGV5cYFKOd^Lsk;COq-%UZ2}F#ZN%_QP9Vvq7Z$ILht1UkwK0 zkmvOpRGe&ffV<%RY$rkH`?q-;-S3bv1QJ}{+^rXYon*SDssvB1_50Z?DA(=Mus7Ge z%*$1eIWkgeD^x(p^miDfdT8VKN2=iE2u?8*YA4>P#Xti=i3dH+FDSeP;a}6BFu#Pd zc|C4wGiAl|$A86bsgl25?nEN!-rjfi59@@)s$a&IEHBl18T~uphSOEYMv;QeRZGz(*W1!6SSCKU|Ovg|COaJ z+bvDodHAW)7ssi&0if)syVaS4X-@tV&RHJCHO;x7y6xt*Oa=_m3%V2cvh2T1-ry94 z?{Zk0mIH<5e?XOAf`qGf#O3=fnsE0~U`Gi~bw3EIxwljkxoywLUI2B_l?XXJJ@ z`n7!}lz{vYbDlZJPM-Lv_B(S#Zgh=kFCms=5PU9<@Iz?6_igW@h@%M7tJQ>yGO@~d zAAMI`CfIXCc6<$YpQM9*k_4+D2i=506#3ia_w^>d7oOcn|9d?jvSU)MH~*>7zS!_U z+GE19Z^eJyAXZ*i=JMR9?7d7H%0XOpl$amYu>B_WT}1Knl%-UeglUw0Q@e;zb!S@^ zR4@rD83*3)NlBs_SBJws=o1L@h(rA3KR!XBTdZDy>%r={{x}1L< zZt5_}FPz31ITN~S&nClPrbH6*d4iI1SHnHr-Wm*73Dbu`{5vuR6+C$js-r?HL7)W40dnWh-tgU8H~$w(9c82j11 zPvZ6t?C&@WpLKg3R<9FXib2<7LeU`uU&S|@ZZiusBnEoOvNoVY5fhVZ-cavgdaESEP+YJ!nvW)p-^1rx?S zGVAN2xOAk14rLO@HugiyGk$(KS36~F4Z5#SM@E+{3eqGv#_{Hk% zHZK;_4``x%81vEjXtY*tGOtj91%q#06!SG{tJ9k6;FmT#ZgtLGSGi%8KMH;nun~?F zlMXX*jYA*xgYp2=yNWtBWvxbT0QQi!XsEm;1a8}@Umi`8Ujw}3*hP?hsWfP1p`|MZ zq#wK{U)HD@98`XiaG+^aYfb0&=b|#% z&@Y(v$@N`0t%UT*H{(wWkRh|%{Mz_c_*HC!qQMZNQy~MuQ@O}U{yO- z5+ycJ;$%*%L^BCOw77F^qpu%e^n5w0UF=#}|G}=@4^@$LKCJF1)wIxiN&MhVky8IV zNdZ=}(Z*NJ5_AfRY0OOWf%Bw5v1aT>Q?Qq$_7t#x)8V0KiP%JIrnZGo;~_gucunyyx~YmU~fW+n6Of!IApHW2*L2WL5CXnU(h^ zK5(O@8rEcdwi&?>qYK1OKQvEugv@?AR65ir5J5uLbv6JKZYty%=QuyzR+%D`=VSBn zB7FpQN>KNM#uG2&n%f$kAXk%C9al{@j%5|lI#IUve0K97J6JF1^N#yXXr_q)q!vCIE>T#V9);FRy_$ABRAgf z*$A&pjD>7bI&6K&c+eh9EZ5llX?Xmt27F#z`~gk=s|&xf8~KcpP`~)0+fz7UGw3YS z$f@3WqvgOt?-LGp;kqvUZt?xs2aRdf{3C+=cXRxiQ!wvs@f|5?a3s)zI4}mWT|Oi0 z^KGHnVG{p=5Uqj25p#@~kkzd$j1j&}@_VQ-zCpPE~Ya)|RT zoL)jmgj$#{5~g(!=8&?s@PD*C#neuP%kS5GC`B%yRUhtG@iz@@X7S>XLV^grJB(5S zibWV`3m>&=@uyb^qvM^Fzi~LFGFAqhVL&PeBy54mkXfFl3Pz!h=By$8IbXDv<$aD|$P3%QkVi_mWtWAu|F zYa#DCU=R%0kk?~S7hz)r>HMM#tPoIw&i1w1_gQ9(OflW!cIGj#dA;5>|KF(FI}Tyr zHDC}y`swX9mQob9eN(G`FphyRp$v%ef!FK*A=}BWq?}6;1b0$IMe$TPK5fIw*O(#Z;CcU5v_(_Z1`V ztZ8;!U1IoOmuIuEiU+?cv#c?*q%2#W7(e)L*na0I$rz|{ZLxlN$jl`Yx$j#-@DKf< zLX(u{TxskS2$fhgd*($#fJ$8oEmO#{e&lUI9^ObE%c0jtcb{E#I3bGku@ZP0z5Iq| z;u*rkpN=lVOt|dW1=^0tVFP&*?gg321$QQqEsGh78tLLV$Q_i3)3#rIQ~pqk!l1(d zoJRnplK@R3LTyeoc>Ka&k1mGhK7=C$3XjP$IfY-Uv)bP-sJlVvDt)2$M7RJEm?Za- z6qzDtQ~)rh$b%0kgk2i!?B&OlWyIjc-jc!RTNsj-^|iaWEf-0c9eq>}qn@Y4A+4mP zr7U>_#%ZL46a?K60C3r&$RYYZsh488mDYj^M%{{Gmysm&bJ{7(ME%NWl}p;75MKrc z00ZF8L2?Hng|eYeBQa4EV9*tp)9ht~nF>rsN{yv+@&l9;aF9i-5f(LY*OseVhyXZx ztUuX6dh8&?50%hB>+d1j)FkMrv^>DwCy5uE8>Rxf-DAQl!NW(G4})jdQq_D|^&$fx zg@Hx%sA2E`!Vx36$AHjAL5Is2WrWqYF39k2I8~ZDfw z-QxU%*pqeiM-)gaH3_zrKb}CoF7>nY1*OaNI%SF=8Nvp(hVNz#H2QU>9wpMy+SXBn ztp&&eww@JD0`o)dKw;y|=W0BQ>Ix$K+Ad z(Rth2O|sezgkH*F_fV0*JO{O=oCCjZ*2YxBt4zAHop*HvHLWsrpU8Ft+gcRTyGh%6 zNwnaw*m|ht+*o`O#M_W|P|>nM)#lYnS-@;Iu+6JXFV}I$XU}dsG$DbE{@bTs5t1IT z3!Gs!puMFev$V)S6d^kl4gIk%c%|Z-K>vVdzkXMpssLBew@!_=Uf^Uu)pNh$6oBfe z3>yM~CQ~2JVbdwhE#I_SRvrhwYjxWT3_1yLxq*Ah!GknlPa_;S({z}ujDKks8EA-i zuq^6%D7LM|vAl0btTS=7o2jec6YPnq2b6po&SnOXi;O(e^}^eZd|z!UVID5mVy=81 zAz>cXe)gu+10qjW?1b3s2+T)=NP+Z$+A{&40z0egoB7=d<(rN1sp)42Rvx2K-@;RVcWndR@Am5-dHJfG!-1~e3NCr^{~@_lL`I`y#$;MlZ)+NcT6 z{AbXtLFDAT1{t87uik zLHor`xmhiYNz>Q`5tyYj&zbl!8(;Z3|B4pjiY4q{3{T9nnlDQNi?Ak?%LOOnMe=T# zdP}z8d3q?xf1wc5o_dvAVDVaMei^3)t{y>4s1H*sa&bz4l^9^~Pp7>|o?-xHeFh0y0_wKpbD`@B&O_Ef+URMA;Ccb) zPr7-swlj;T^4GS7Iu<09=0y~y&DJ)%S+>PJcMM~92HJNBNJCa%b_6?CS(SFrit4s8 zw!gk^YLNkTI=WdzwvMgB^>E;o$aW1dHcS=V5;3-SD|R(IfZSO-jyhY;Z>R4iV)op1 zX5iQN&VqMUSoZh4fK=lfdX;MpuHzBw`|=nEXA7{tQEdrA+lF=rnWURb+A(9R2U(cY zC>V!l!3g>5e>HS~#Zh1fjK2tsu$8Ze6f8$)lCbqUhl!ZLYSO*nsQre0*h*{o7{T2h zvIAf1BY(`j-&s3Z?K|Yn` ziFC(Nn@-HT^W$$ikaGpMx-7`G_uOaS(+`;k`qtqDlczB+X9C5rY(nQEF$?^9=j@=9 z)z?_+u5)?PBTU5;aqH7}XN&L2_g*qDh&B!;I~K?%0{X}<{|H@1y=5-wM4dgn#*UBg ze^c0HsTyYUIpSx#`gFECsBb~HtVq;AL6t7 z>7(!XQm>TOF9fO{z>RR3RZBT+b{tK-o_u`n#llAWPcM?wg(Hi{gg!l~ z9}@u001DKmpw)B&uE5R3seDNaN}GuPsixDqs3HH4UIfmtF2!~;E?6`oCTD2|suvM% zzCW1Wr5=hA`NnEgY7Ym1<@hsz?mpQ+mLXyIV|RJZVgm0l&X39*&uqHTO!+j#55|19 zRmRgNOHO<$u`ST$H>~*oo4=Ofmzp)}gi<(RJDvp;s5ARz; zY&Uz&S(v?72nyFxoXK^J*NCV|I@5M@W#53uGh{uvGpDXHEp-P;#VSY4o6GkX0mHv+ zWarzOtyWu7Yn+aVOJN`$?C36jtF10nY1O>+Z*A|ANv9R*ptIo~+wI)R1a_u7y)MrK z`s^P!gi|WSC%@YiOf74oceGdjDyFQsbO6=sJzjkzKn38Pv#q0Fp9rQhc~Ei$li^Kq z@X#Y zg~ern)RdXlUH=GgSXBN_?)4DCrWlSs2Qz0i)dsu}V}C6PFHK_P|l@$Nl zW~%AxjbK*-ff1-_lGIe(FACrd%z4*&!nwdA2F5W^v(WDl`B&$Ku(7)2-H9062O}=S ztcU%yPIpn0(CialnE*cpnf;U8T83@Y@@fUXVw4U;K8S7htuj_gyv8rnyvT8PD~>oA z)PO4a!X|LyDB_l7U4@RvS^jVc6-wjBG(C9g^Dur0ZhztVUJaK->vrD5-}DH2CPmnw zP-I>Iunep>=k=d{R?invRY_X*BOe+`uKdJIDMRS+n3fzugOxIlr=%ySE@vLdzT80L znypYFJVNvk3Ow^Xo@Lrocp1E-q~(jjo70zT_CTK=Of`|W9V{kW^YtCRGp$wYY2J11 zlcRd>UUUw;+!O(u9O>T=7jQy&{l)5qd|pTO6JGWqee8AY81DqX5U*oPyu#!DAA)sm zXaaHqGxR?RNHKvFC`UAa4ws4Mf8;!b=KnJtiTA-&tE>9o6$F1F0k1tmY&=7#rFt_$ zlx(usB}JNaZDBz=$p2uq`BN%10r6>h{8Cq}oEHI2K%jD-X)$O5lBt0l2Ted~jjiA# zv16dqkzu5=|91lN9-4rR=h$u!y!=fn(zg7c1jJ_Dvg;QL+5aXWIs%IXjb3-a@=Uqr zn%xn<9rN|$8CJ!%L$QC;k##NqzXYV!*~(z=`s7Gb>T(x)1)=EO*X*h^!6%xoWBo{4 zwb$vsl%>$#a-z00elk-Ot;-$N^KUv5%P`^M%1OA@VBEW|)qEnCx>ljn+v@nd!C}D* zLEzyHMu8j6y?-eY?0!PKAH{Vcil5?zJ+F%XdF^CSTe!y&4-!O@^asr^{lZbtp9XsI z5O5(#uo+gj`7`(TQ$>z`FsC!}S2hasTcAHp1HB?Q!$2cZxOhX*n&4x%Yc3tx-2P6` zPe=;27SH7(wMQ`mV}avWF#@#D4~%A%!m(TrJE=SMTt-TZTGCW}+XaPxJhi9y7Q=s? zE+`U{=N=TfnpdWxbKk2S6q?zNFF`&s>w9vtGv2M?4uW?q#RICNHHeLQ|mJ;JAjI zJO=K=Vhc$+-jd&2T`=DYK{{^|!wH!q)L25f9DA5C1>8J4B~_k;e@ofssWIcL21<_& z|N5DhRb>A)Uyg3ib45?qUT0*iW?SFJ;G}$LIBqh<2wAV4@Mk*VxBp4J@$sq}+01&y z-eOa5$+cIqDSuz|w9`mhoup+#;zNb$K6s|G6|=^e+`DwSb%XZ-_uVOMrWZ8)fN}BM z?t=ePcA6W?K~hjMgQ8j0S8g0{Z)7T!|F?cbtdL;-Snc zwuZToht=czXg}HzbA1>0c7{W_U(a0a1Qk+66#p!q6=y^BSa{JiOKV1C1itLaEm&B^ z%c)TPt&VGCVUggv>FJ>4$^J05-@`u_++opc{{SQ`{?rU zbJ#gwx&7v^c?Z`S2-EoeK?lrDQ)e9i(y?FCyK)!*{mI(%zZkIbYeF9aI>lec+uQO)2s)o;l4CApEJJh;YV_>8vd7(*N zA%2h3knb-W1FHs|FRK^%FRwV^(st($-~8`^k{y>N3f2c`6I7m=gY^41DJk*P)Jc}i5G~Y&8ZjkM4DiBMZ(S@A)G>yoQ!$K)=`{3}lv|!; z57~gggSv+*4aa)$U;%exTAaRyjo>!s7y5=FKM`y%*V29-*(YQSll!UYNnZ(W8P$PL zSr;K?n(IWJ(-NOMV!ck%sZS1hIwkB3qEn6yC_WQPSzuSi1aZ<(DW`Oa^IRsRN+HtZ zB6XAXNBc{9{N`m_`f6u;nKZfh8<`(>L}!GVb+1Cx z=MQH8Cc2jWH{Vt*U!d{ks1Df_eF1z5d6@LLLFKgl2+0_K`F^7=4^)l<-sCAY8xzT* zN+&7t!$O~Wlh^fr7b-)uKsF?;q?EIrp%uSlUmDW7pTLqu07eu%IzXp9twAK16JvNh zP;4%@R)=FTW&Z>S!?$P2JS<*g=SJdL!h_4ZjW-p9OU2;WdY4Zy2Ow=4p3*s#a!Wxi zk&-+VBPgtOZgjv08aaFk(J;unsUr}&3jH4OsFyEzQyA5=M45}3Sgc%^Att*W=Uh%Oi(&RtldcJ@k-^s;jStUHw}^sY=? zI0x1II)HUgEz`*c{QPmEV&1m3(*N){|Ltzf#=L4|3p??9S&oG;0bI>H1?_|9u-LX~GH<_6wq2q3?Y_f4t5zsGhP^+Ol zgdZ=bFu0yxG(nBDuD4&wV_BXc5gxDn`dw~k)B0)%$UV;O-z^r$t=`~uliE@s$HX)v z@m6t1ToGz!{+-fgskI-$A!U1-@wV9jY$Q}GW%8uzM60H3?fnVSgMUw6MrEkD{mMnP z%!CF@X3U`QYYsx>2)HG>Ja``0^WdF^r|4YY(mhQ9ZRUo6>SL48R5@QI}2v z>4Xe5R&7VJ<@{1bz+Snm6jtioI>K35DJP>%Ra0J4=2iKb@5lZ?366` z@kLH<@7PS;%x~^X#^}KAo7>3W)zmg7T)? zG_o>vE;X_}aZz|1l&i)@mZ;(&=1%YR%MbPQeR@0>LbH#Aj_pv|vm=9Q^Yr`mC})1` zzjdH`Fp|83X=vd>qwKX8kupN|n?MXUBClEq>*h!DH7jY|mgR*L$9x%&nJ;7FX@b9V zTxJdQHGF$0><<4}hvJ;VN}H*fm)dsF_?_1~ z-QXazufp!r>E2CzJf45LW9{epb=Ty5UV7(nE=u;6Ck~q=HzdOWQG*=f^(yVP8Yg+9_}anhleJne z4!HzH<%$RLj7!&w_2myJW)O5YANr4yAbImR`|^?kR~12mY9JY2Z&Fe}Q8jOzXWa8eV8v%sk3arRCEUez#^pP&vB;JWr?V%wnsXck(Yy|+h6V-S zgoMlhSK!Wht0V~4B3TuDJr z!YFx5MyOz5G=fvj5?d{)k;?=Cy*DUbcjtk7n21t$WE9RmYCBH^WVGA8%_(oWQ-c^zk<4qhwJ=YfUD zxWt+Mjx$pSO|M|ZtzZ{Jf#(pscErr-7LXPcpCPGp)g9k<8ei&YWn73GK$i5;89Sa9 zJ8cvI^oz-Z0@{_rTZ|K1NkZQK@MpWF=wi});7cIc#mSmY-unis&PYgs018Z5+i9(f z)e|db(b{IdS$D_3wI!?H)%Gb&-s($kWlpl(#meo+E*=GF+NH=p*I?;*qbVaLUlyp1 zlBJIKCw5(WJ_V)Dk|hN*r!2YPj6~xyd`38F(wt|};M3na>(e^8Q*Co&!|YPenUkh% zuosxIQ&v*jPuS*>0G>8r8Jjc^c2q+wupRM!+)E?PD zOA1F-Q$TM>+ajUF2>CLpo>lCe#UvfGQjv;Bo|!Y60E@-_g#aig!8$H7>?YZ~A=xRW zVFiD)Kbj?6nx=RD28_UkXYg@5K9N1`x_wnssKHL%$c$Y6AsDcet;!z*+`|$h&s?5` z%&ZWWoKrmY2VQOjnk3~#pw$i@!w^>-~$V9v4ogPs2yAi@n;BVa_Zl6s;r9u3rII@`MoPq3+PI-uxXAueJU z5w?fzr;C{nU=sX~j5rt-ej%sk`<#_8RuB+^Q1oPk05Zcuu%t#YMKW^#{VnZ2{!<<%$zL>=J9EDn=Q4CT`*h&h@V#yDL z7icP?NyE?*Y$)~aD6(})ez}%YiJ%~%pfjL(Ki!p|tAY?jW}iG$5Mj+lgvgL^Y@+hv zV-*5)KymC!N&?j9D6Dox$eZ9wl*HVSXa0(mlgiIFXozN+1X^JSH;w=@P_Ms=>I?ES zH!bnLCy7k;NMKo0V?j_xwZMF}gkMpI9uEJQMA@IJWqxXr~IV_FE8W6N{&02a^l2SQThucYiKz)t_BrF zis82k?pND-*T#yVTfxxfpg8Y~T9*KnPsG(HtZfU)WtW<${P?XH#b^o{WOH+E8GQZ@ zGH@qNvTur%yZCK@19zi=RELa69-Fq+Vl>NQdT?_fv?7`u_r(iyvRHbO@NLkjQvh9a zqg7!UW6D>2%BB&6snY52&cV(=0w0(WvBe=n!G65~Cy; zk^xIX@}Tgap~YP|(3)S|-xVL&c91%h2jj+Fu{9J`@S3}^n#dsLV7(M{gD~9Gnku6M z0-YxC^gW?@7>CkB&&OxAX1kPbCdyVR+A4-(vIiNk5?7BL0EkD?cT)t0QIO0-d3W)f z4VzMdvc34YRWC}~l91~S_0VA}y;BplDa}Z4wHh-h1$Hy~0PzX=2YrQuwUitP7>Td@4@PnbfT?gvGARX)PJqq0wQ(7F1u1_7n>y&uh`+(GG$?Qf zxxQY{4AO}poluUP4kC@_y#a_e z5$xjh*5m>wBYnu3&~%h}O_Dj?lj2j3-&n=s9;}SVR|IL>FusqiVrQhu{bj1IHi%?#T&iDH@omf1=!b z``*{&p!dB$Bp~wmd&&kDT%7#AIQc^l{Tn`}D?U~veDsa)g!E%JaIUW~7nMEr&x_{f zuR^%3DmAK9FHkZj(V%1ekCV`$zuHiAKe-t*x~Xr9Q{M2=1-}WY(w2AFDOQJS3N76V zT&-Upaa(KST|Btm7m>ZFX1s-F{4Hl%Sf^YSr()rrtt&I;rQS@yVQZ@CxS>D%S%a3{ zgQ-*;>Xu`ZY;$nAx!iE{cQ2<5EvHNt=ORm;|Ip6IKK5aiqNyrUHY|QSY@X+_9MeHw zXct=We+IG!mCp220b7xVg>9C0v|WWE^Ntn`w%mmmo9Hv8d@UYh5cuN4;o>slzYc=v zAx4q-D~M4fTEy2;_GztVGT&J3cS6gvR3qHb<=fKbJRy#6qsz#!Rr1zVa?pEL+6E!k zrlcs&S4NYdCxWvuq-*xoEVkG+!0zqoTC(Hk2Sinc@p^A z;^A6X3)>s{bwo3b5+Cdrj^;m#m5ea$RUmRQxNnA}hEI?o9Kt8E$gJ`kQ1%6)?_DP2 zsNjr^cf)EQ9*IRN&}^*G5HQW&>Yt@=yC3UID-PMhCIXQXA#Ldk&xy;=7#%T~JRdEa zwXWtnpz57&*|ehB3-88Kqj7R=zggKv{e(<{G~xR+X?V02xI`zEfg;tqLp7`xNxf_H zeYcDnO&q?NRK|zLwUG|m^Z!1RO-;*v62Zh2abSK2!RtLSpy92@y_LT!2;NjRX-9*{W)Uft!>*0du0fO!=3q#as zkF=@w{N?EpEH=;Ta9UX9CH&~n^Wan%!T>q;kvrNHrWS%7w+N4w9SI`nOaL^S(M zA0a}zC+x>(9R#SjZO61;I)t>Ri)jZRI7QFpkFkyy;oOIad4rgj4k^+JWBSF*92AV@ z3wdj@zf1cxcxUa1=jdJ@fsWN8PcN3vM?J}Oy^i$pOnrE|*&N^;S=<@owI78gfF;ddm(1IfcnrcGFw0M~819D>u42 zhd=R5-_z_m9PjaY-J%k$)(_vNdVw?WuCqA}KP%i6L|zqf9uJq@5Ltn(@vcNa-hWcK zEl;~|GDK+_xxdryYQwvN(cFrDyR1{#J+^viialjJy4$cCgglQv=y6^da9;n_*_~>W zVQIVlvwW|!`pAuczC!cl^YO{S>SpsJL;(7^;ZMi=K4}7@d$~yVC#UJSejSotrZ8cqoGi!Ft|MIB__e^3BO=;D0NKqDp_s z99pR&!?_v;7zM9JM;P7t)@1Q#oTH81w?PD8jqV7>VgebZ8u`gAKXMfoSsav#;aqh` zl##UW14oFQ^7p$4SV`MKO_XF zG-oeNL&>=UwTcogw}%DTprB_tNBikOamkFW#io^rNgB;2Pr&?11P~2tw5O4mu5*FF zL*dwi=f-B*GQ90`hWm%}B=_H29tGZaw|`lD0^5bv?ypGkn^`e+oQ`i8e|KhWE8L## zT}`-J3*c;>mkGBX`5a|Fkza)RT?SF$^K9Uz;2}~U=6yjgC@*ZvpSk{qRUbA~j|y~y z_XjG`eQj37NPCrlkPb(tvC6hk527VKAmk_xgGyfW zL8ev87SUL~j$+Ad4iPs*9#}f`>t4#~>N&C64XSxZs!Xo9E$)5O3%D<}sG*}5zG4bF z{9zvmy13+658(a2CLj58k#587T$|)aIICTIP+Zg`l94!}XPizz=letSI6Lw80Wj+e zTkQ-o@k8|NayeIl=V&=ASG~+fAm5&rO2*9eM~{HZJ^wGAQ1e0{#ynS|Kcj$m2_scI z*7>M#99l?tlbTx6+dPNYEFpCiDjc{Gmey+bpvH214Xi9|CCoO*P+i?wR100>Z_Ni) zL?)|0Xu)P#V*OF6jERO8QhuR>EsK=qRiX`ahW<%dSr_JCAwr}}mce2N5FH(7lv2aM z*`+z_ZXwlA(W^qFIwckLs4KI?)K*zs4P?RV-dOs$u5O43f#1In;1w2MQj$RPXpv^P6z8D2s%sz%xNEOr_mYem-IwF9}-mo9VXz zAZdnd_D^(Jyc-qRUt{%&otQde2@Fwq_w}iQgWz0Q0I;F5{+kSBpy3L_!d~!_qPPL= zD|VNkqoLvBS%HY~nH8y54g+IwWw3b8mq1G`U$RlIzz^@DqvYW0^a_*M!ou0n#U%{f zN>Tl64Vgr}qXE2CBDj)@$dXw^Sp;$}>@Q(I$x0ZuSc0Q~nnq%YOBIY94lbf!%1+|X zM7z!d;?-p>L_5j)l#O`fX9q7N4xO}&mp=eJf&KT(O=QAWy)H&sOo0aXV2fyyX&Us-!S7@RZyHRKib-&tO zO+WT$+F=!XGGU5)#Elut%J8gB$tDqR)C-IycMgjX_%^$eXS4KN-I1R;)%eRLN7Q&P z;24rv$DI=d^V&^}_zF1mMh^$JDdCPPq%5 zdE80*8D;K=bC@YeE$U8M*^Y&%{Xc|I^Ui-L8n!=Ou#34+qquN`b zPGGI8w2J%s6ZP*U$LXQc=0~lu>*bV4s=O6H68W_1q0HQywK={BqvSiuqsILe6?xtz z2=zk!a;lR&|4vqD;PG63lSkEFW2J@ce);QX{>`d&q5ZAj+wynnsWS_1=54(7<@38r zp;hbcj&Z=VKk?=62UShB0!L#KA3bJeb;>pRqV;0%x)$2B-=D&r&O>tVm|NnQ})oV z0Ct8a{xQja?`9AN$Uhi|f~MaZ~)@9=wY-*$Apah2zp^j#~R6YXXZ=ki)=nzPcl>c$mT z2sV1Reldaa@jc4wXUmc-V#XklDi8?X>ov%^y}^(omsW}dyXvo&z;Hzxm14fy^$Ph+wT*=-#BQ&PG0VC95j={DEP6-? zJzJF)NrSna@k#tyxJ-OrwRM@CVdQjU?$;?|Oc>&WZfO8c9Q=v<5pQ zV9JhSiOq336cKf0-oZF||XT8a7Vp zTRrBsL$5xr1p(Sa0$~C6IqmRQUOS0Ozp83Ndf5`$42s_9joD}C44MM-_E2GW$~j0c z%xuA5CStArQZ1*Lgh#uu=L^42y)zM$fBR;#Zd?zn`eGTvy6&Z!c=|)W1$q`+u2F*WLkN5 zFR|X;>$$0K8I30k|-8zJvHaSYi1>BCGCDL8R}`upKyNtJ9FX5x#cp zZejk3RMWLSA+0Q(*K*XP1|c*In~5%f8&Hbq@Xf+|g>1 z@0gKwGGALFHd~~w3CKiEEFSAwp`oMD6 zo=yFkmmi~d6*opRVOLJULP1;pvT=TKwKc<;_iEUwby{FwZRBovb{*tS`gEeN@bFlt z7w)>CE&?Oe<(UJ8FXU-$veu(b91q_%Zl|tg;0f(qgFvC#^!k1ZLaV2GS-r3OsyCC} z$1}YR9ePuXau1u2vY%YW?w_t#ktFz9f4X8fiqULy1?+Ejnr*84p3O=gZ#vlAlbfts zH;o8)x#2w=J*V9)P#8a-sjz2lwSmZE12MQc+6ZWry^idsTOU^U9`D?q*Q8T1IIl9@ z&tCT}l=*sA#{9saFpb$s7fR3fj+YREj!i(=-&X!6(!B=igOO&HtezWGxl$a1lMK8}I6R`IiO6a!wv8zCNkj zI32w{k~eOL@Sp#qBMfU^bF2F0osNQ7z03&p<(<%TnTzD5y=9K45Z|s+W z*N{M(1Rztse{dDCYoGC}nGark4*GmSS!$qo8|>&6>{2)#mkFQ%%FKJ?+IQ}*T40~h z;IFZYnp|LbvK^RCYM03r;-dztwh2Pel0r4n_7kHLXJ0-hwNiShstM3K-~YRJsQXl4 z^GqlwNf2Bzz<38MukRl)X^aaKjKfA$fnhfk+5OmAx?S+(`T-%bVp&JO1!0WLBH z1xSXiIpYY$;?l=q7a;*kc7ld(0Nq@nG*}v^Sm28p<3ry_y!^;}$p8d9Sz*FXp^a!C z6`O}!XBolvc3dlwunXa^QK;3aN$7b(Xmf3-m}Jz6Q4~qAU&r$f)>A^zaxN&=!Q`tW zY=0*RI*Qhi5sf(=txpiu>>vJCDyCXDhW8e_auQB48=#QL!rw`(Ccji?qY7pKK19(y zo4-H~$y%!~5tK#HIk2{YlxOtY)lOV`K~mSO$DfRtvgg~Rf}1E6KhT4bmgfqwD}p~qhpE*T0DE*e% zHHRr}1(6{B4L~ycJbW9Ip_mb&N1_SKxa=VPfNy<$lR;qS)l(P~sGGTF5-*V(zqpy1 zr9{%qoK=L3{@yQ(dCy}LKaI#0n}a2ymq{`{F>!8^I2%GTzT*3GFF6E3S9H^vurh_D zf7Ol^9nfLZ@8hVY!#5${R+shsC~^)nk(8^URQ;?VqooncZFy9q*i{C=JH7gPide zSlwj@YGjJ>N0fbbbgE4Y=BAT!N-&-y4ITxDC3>Xn<*Boz#c}0uCS|&O(0?Zlc7oZD zn-rQPkv^>!jiDC%&3V|6=hrm?G}L7!8jB6Q(ZXT&Cs-wC38b@~;O-)~Z%!qxs=pAq zidvTZ(h7h!i)0Npz_fxC!BvuB_5((x(;Brq^j;`#X^Q+(h@XU`~f#+*34CwvN}L=*jz#TN~Pg# zA{5^Tr#Mb8>TNW4E`Z5_<)&ISFo0;js!pS8(O&y_-(-r(4#~5G>@Zk&Q3}uE!Cj& zzqe5_uVwvH{`jG0oizFO0$hDU{0#{^ULe#1P!hsjLag7Au4!G((rDY%q`L`%W#WvH zVbwuWt4TeKi!%(OO1BAc-#+(-4&^$h0dZd0t=in}*Qo^8+OQ^O-&fT`snJWK zN8vTtlqKK2n_vEgA78-(=bI5BiBet61gOT3qV`ePZ>ka$z15aw8ImJ#ac^TfVM^18 zIVOTDvI*jHSmaSH5GZJJn2Z6{>zn;Z8`+u~%1tq)GteN!xFcL$j%r;9IH{Xi_g?VT z5xmQfsa*iKI|Ys^eS)Tdq&!pHK3CjL^#xUjyTKf%$C|$99#EgbQXhoy+?}9F+n`sD z^^mi**;sUGM`1)fza%mA0Sy#){uu22ywa-xLvuu;X#CJMyMi8gK=5XexH6eDYOT*o zrd7SE!G^2bS#HU)t1Hy9d7{Zifvonf=MPC_cs=nQrc}9qRc6}r+}N7bPzn@F0%@curAOMP|JC9ssI)(;f1FGNMbV9#i|Vh{IZ&u^_~0PR zWAJZLNe_ZIn|}d{3Qcfmm5MJCJW-O#3{A+%{be=(>$VWpDmxkDK2%x)o~oFf7wiJv zPEsOc62F-;)Sl|}8(64;kayA4hMRR3#|I_1qi zW95M}OFOL<9vkiY@o1XGOr00*U4(C6J}m{L7eNypL;2?7bpQhDZb zgxF&|5OAuhsAcZ!0lF=GHnnuT)mDlpythXi$T`r(N9gX9Qs5neDrWf}5Sd$GtJ%>asFgqXu3%`=s@e}7!0 zszlWx!1%`l;VLx{x{=Y>q@}KYyzd(XgYv`Y5L=rV*@Zi8z~kZaV`=*-%S!(Nv7X}E zt0i=%CG=OGE7+}A=@l!cmB4vLcYJwg!lQ76PK+dC^(GwSjva>zG#^YA9>%^#MK`Re zwoCZ&0?6 zsJCxewQgwBF4+oitDO)lc&-HFW1-@zj*V`+1(q0U&1#%%TBi0W=wcWkSk-fC3s%V% z)fkH9(^fP!#!va}IL}>(;`Vnv^pvuH5Hfbfs&#aG>|{GYEhIN+N`ni{&l4?x8eKR7 z!#ZPU!7?F2SPa6o8}ofPerZ3Rx-QuY{bvR`k1py*By>eZOb2**!4X!&%$^x;-*>L9 z?!(mu!O$g-eKJINoMX57Xn%!c8-7I0gO9xBd9>Y%Ordzt6LIi07eyy+6#9T}FuXi9 z3@a->r1VB#eA-%lI<_sVhEyQ$AZoaH$jGphw>2o1REJ|}%Xd`RM&I{U)tc|DP#%xA zklIey%ZO=pPiU==u*y#Y(NU$iFbrX5lt)0e<+EAV^t&U1-_L2M(ocsJ$NP(#M|55% z*a~NHJSbi(82`W^6sHgdK!8CE3mfi_;^dI?_g?2nA3HxnP6Q&4=#S6iwoqg$(8NzJ zW$@ATt^W&m!LeqSF32lU6?N8lI4@g3&8S|NJ5NYL<(GOrm)dRD`peh)oTz4aQY@fL zYrN}(BVrnb>n#o>CmJMXV>GwrOV8tL8vGlB2^346n*i%w?acF#k(==6n<$#A7;7{( z-CJ1Kv0~fp*S6L)uSJG<@>McHys}zBGPT?Z65kY9$*(2?+_u0QJRyG^vg~!muZ^YTm_UlJSmIx z)1~J}hz&B4&84HlqjTHk*73DC(#>xA-NEzYPdt1QCdDAd(TsLXWFij32KfJsUG^r1 z{oRZr@2n;uWB*tc!q~;E^qCY9k|;Xx>Hc2~*dF`S3d9E!2cSFiRj)q^%x#6M?}x6K zBlU{|h;6v}HJ05}K39YAwS20e2ah5DPn4dpPrmjDW7mPi3&qTDKUn{6sgw}Vnk+V+ z9CVh8@sczDoIcjclb>X%It2v8O<# z_8#k7!i!TWk0YhGn;25|X887u>kU8b`H0*!s;P`&z5=gojw7G9#GDJY<|H{JJqcYh z@KvaHe`EJ^ol`(ZrPbYK@sFqiiIDW7pl-WarSWoE0t(9UY5lhd&!yJon#AhP6d;L< zI})}HsG_;!%}c-g7w=eGYOe$iUZp(Y;6uu&n@pPfi6$zFIWROwDy|q(V4}!utV8e# z9%b%Au%IEHXg7r7=O;qWGt1AEQRJW^y!ky&(Rm|;pcM^J5mtX{s~pWhIPvzVcg~OU z4Kk{7bx<>7wM9tp%p8u=pUoiI6(rWq@iW;-F7t|tVVE!8AQvI*Yi%>=)46=GquSqI zEN19mfe)Juf8X?l-2fGyKhf;j-}zou5fvTeYw<&wX7h z`YTtbT-_Vz_>8q_7hiw&SILH5DmqTjfJ}edqy{cs^>fXUSElEmoyV(*O!NZnxy`aT zgJc{40wL2aYVzj&fYktd&DH|!UC|z8xhIymGs6$B6%#k(+&piU5(ypT1d@#{co$-$ zI*`6GxE_57Voc(DxAUx2X@VV;B_YVKl^T_lv7DJAPqN2Yfbq?rqvFZYTrmc0inap> z%j75S{8VFi!JcMDcKj#EL!A~kWaX8C-lQ2QZJY92JGmL42?)yI7&SWcxXE%$Hah3JS4)R8}WKmrHNAGmzKx zjwv|R%vHbJG&xAT3s}xpc)X(hZqx3&#wo9UvDxI5rVjLpPjjs->23A4!KCu8KWehh zx;;Maa(A!Xo8CdktBAKV?VHyT-n!|RcDJu_9*EuY*bwG5(SJE{FCF3l`MD)Qan={3#YUjj5dp z91%KbyGoLMQ^_4S5ULQSkM~!t2#?4IFzK85B6+l(S6`ZN6d#eOCKaKRW{*7A$9R{q z8m4@6ijJb@3e;g-`1vkTUIXPo62 zB`+3|oqCUE%(GTFkU8;Ix1cLu__lw<>8?8I7oka={FhN*@tSmhlbuf}DF2T(eL>Ks zDx~B8XpJKP`uZxJ_8)EPe~U#U4)Fy5H3|yGL?QoMM*Zi8Qz?3_UZLCnA8kVHp}&>? zZy8mE=y$3AqfPZz`u+dWrb0xve37EBc)3k$1VF77H%0N*xyZ1v<6pKsPt+F)3*MyCDw950 z@14Q)`M0mLYzSSAGu_GZb|wNStu|NH%OHIEj%JxY3&H3`1?x&4wGH#3KPq3Yhgomf z(npXS6)@n(-rUf`^woLSVohSt2Dl|&2G2&ztZgyG8Wc+82IZdUZ*jMne4vPz7QJRn zXcy!&vWZGC-RA5oP*-Q`N$K2*2H0X5r`TnE$xn4ciDC4vG(<&M+8zpXJgiZ6rGu2I zLzuEc(hy6llauU`f@qe+j7VL8R4!SPRR~ku>E&}_WI=Yc#$E&)M?z6pN#hpn4U1E{TB>#B`arE=^{A$W};PCyhll2wZ#02;Hbza3c zqu~_^606^wS#)X6-w)!1wBM`=S{ZM|cH4qB#dSPg#??(*U6fPz=hQ5@$XB&eZ2dMHz2R}W@pgge!VTnW%j6f;Nbqk?*7tYrt>Yjpl@&SI!LIO>m$2S z_a{!F%ZY7Orz?mcQ0@9CLu`c8Q1jSv>+IyHI!zaGQ{Z@U{ik^haOw=R z{_#VFR~ez^QiE|EN|6}#_6fy`{$Cyp{u5tqR9Q3y9uX3iQK~)3Re_o)p7CyR8)~#n z+_?6;MB5awewE8x6cb%7WWsru`)z z3lh)K177O#TC#I<$sMc`PX5HZQ!jB@@m?aX4EoG|$7vkRLVcaWCytu*^ZV6(1o?Sy zk1+X>AUzt9?v9!SZX=t*>1_7xLtkHmDL0w7@)x99(LV01b*hbu8H_gHw)Z?$k&(*e zl#IK?4jW=&aba0-zk(F`v(uQ0lJB$81@u3(6{!o{vmSDGSii9td#8ml(u=vYaOekp zu8+kOwoUAK6EYCrW|;BhCncwjVvCneIbs~m9Qk!>EMnbuDOk4;BBp$v!V=10=M#nJ z((pI+<|a=N%r&E>xp28tguI-Vv$Ld&%ftXcF~kd3^thrhUPk*Cd5jW85Q4F z83}v9-xp})ntyyQBpzCQUrs3(Ao3-l8F#5a%?!mzulT20$sd)<(C$cf69U`_N202C zLw<%$WFKAGh@95{eqHe_@*95ESHaXox6~G?4tFdvpvWESGCfZUUJAIN9vH~B&=DEl z*)<@=sVFrz7Fpa=QmwC;c!^jv$gCuRtI)My*$yd>Z?64yXALT|S22^{Z@g|fspW9= z=xsdoxoAB?;$Zg^Scv4W&UfW!-n%Iy-4NN=QDr>+;9) zbwfZ^Fp7gv8+UrDBgra(llF~QZ8!b-3jy!<+P}><{&Kq0#rQ045ln-3JD@B6Gpche z+zPthhoDW@v4dL->+8?d_XSmHTEYC(7A`Hq3FZmcgT^-zA1I+1?+~vuqxZ$LRCj!V z+#4l~Lm+vYvVuPETKsxp&7=`8P)#1{W4I`VhX0)6JEQpho%-O;mqKM1xvK1jI=HTX zE2ixE1+^udWPM5Q)h-GyCl=~=eenyvTgSHy?&%jdP*lp-<&6o7BQilGZ8H))44pe} zS@JYf4OnU0(iR48^DV8Ax~krxUHg(ma0wsA#|Dwa@5;%D(aR-q4ZF7Vz~TH&TzNzP zkTs;9p0oyr{{HS~#P}h9ZzQd!*>SMfz4lBI(@eyB_4w-hMf`{Iu}{=a z^W#Eiy?D0IXTNAbHV4{QHLv{#UkiBbMP43Ee~jL(5nt(%`Gg4x6ujw-Tsw{VNEsjK zqF?_HARJBD|IT+yzxFf^1n}6}2^c$EZKDSMa_#B$dcEbff$0_j^{lyeT6pJNpyB~T z_sW#;IydsdK|&)6QUT>VklyH$7q|~jd%H`xAub6VAStCxdol!RymEf0p6Bx-im3k5 zgNxMn^u2GHlP7f_w)8aM+TZPP+f$`MnL-@zt%32U0wNxm${oT7xAR?g$Muh{FK>{q zw6PnlKM32|pOF;z)K28w1`j6g_ql*b^s|rwmd+0~7fKV~>OfxuOphZ557irA2vcCA zpQ!V5LZGV}DyOrzhorVwg3~6x8;>(KUxH_`Zcsx`5WSjzk-zlWC}w1Xk8BjG9#epU zbMW_VKPqRe)Ey@@EQ6yO9UG<)X%#Jf2E4zpkfH`6MX2yEli=rgi%pvVlfK|uEFYp* zKEZq*tp%VRE(PYBAUOm&fCv7<3jIz3^-&A`(kFK`;oCIhDQF*long~4Lo})vR-O>{ zryw|4EmUy^0F}^F#tQs~^*ug^djWBl6+^s4>iY*0S^3S^WCyE8E!3bl;MzY3F^iJ^ zjDuW=C-ge3GlA&$8zJcgQvkNfzzodvCaknVl~6s3@EFH(_P)9yf1?3;whV%>=3`d?bu4mgIcdcTPnKLtBF#a*aH zE6>L1=SSMOMA%~c73tayUTW$6j@8K_b`7?5mx^2q3b2@sGpGl6_eT0lX=OkGO1vLX z`=ewsKbIv~MjK3MK%+>&%-@JGJKYUN=2&9do>XQ@Vj^)skZ~Zfp)%fEdeEpY z5RQ?>$`|)T%>H#q)|KQh*15QY4=KdoQfi=ryebaENWdNb?9OD&#k8)v#xtgOxX? z-329*G|Kj|yp?s$=1l@BAd=*hbcS?>e>Lm}B@6snN@_^_leP;N8@Uk$7{ica!c_*n zFJMSq8S8XWSyJw#OCpO@$}Mf)6#zI}VQ|xkbjL#aSYI^Yl-s^n=IN9g>O(?82p;ck@^ZpSmbMIR-V zA_J5tzOlWbFQPFA){|F(+^UU4vOGEKDWa_iaZ%Y-z4fd{HOrSRxbtM3#WY?H&KlN&+=aKh%Tl>}u>+m^nL~Xpa4DIHe@G9lFrN97_r^cf{O1ewRRd)1juJrK+B4CmPu7` z)565a z9UuiqcW=s}?KBbvJ9vlc7Z*fn0p3!cGyU$(+3wiGy6OPgIOB}uCF5ZP&mp{Ek-q_YCeco(+e|Wn- zv6XN;rHT*Yv-ND_v`43)=;-&yhxI2o*F~~c?Dr=X>vrWrF>Et{;SYVCKue+(Uj z4Lx8~EZ`2@6x1zSU@G9#wZTRjEy{n)jgYMNjuAMc2#xNo43A@%1T4g`-3=A%VoKwq z6WHSZ#_e~N9s|>1H%29rm5#aA4`DvHRGl{izGR>w5YEf!f#H;jyuoqOD2h+yO5{|1 zmSJf$mZd!G;|dvQ3XkYBbbp2(n%=Wc5Jq8Ud_lP3Ceq_3phlzbfeEP(LpdiC3MUf= zP%3BWz~)2cXxJpUQb-H2o&t6eHcd=OO_jI|8UrUyAJMMD$k*L_X$DGcTWofj>%!=8&4gadO(?&P^k$Bww1|FX|kEKJXaEY7A*`G#Xy>&{@i zO|DRNJ1pjoYMYZKEzzXT9eAXgJT9FGO z9zoR$*||#U3_7w?gYTFh?LEEJPK)0; z_9&?-tv#~allMq6QA*0T%Bc6psrL~Oqt5eiChZV06hu_-5Ku}OQN2S#cYtE;O;7W& z@68Ua7J3gvYV{0KJAHaO7!y9clHZ?7JG?79CO|}Bo{(_yQAnZ4uWe9N@zGx(qe@kr zNGTq4Ev{3^?@VR%o-R2voE&`iJSN9OyI(q;Jvx2_A)|aeK`BT2RB(cew?*&*d-J~Z zLG$!1;*|W^`gro_l*f9X_Tw39B=RfkWF{zz85E~W5w~jv*9de@JcfQDd_IwO%xiuA zIE*at@x&+u83CCP6h}r8MRM7hz2ZWab65WPf_fR5DC3+IzmVSMl8+8m+uEymc;}M( zic;Z<=NOrc7UgSXF$aQ9K?$v`y^`15SYK0lA(O$7=^m*Oi|wbowJ*0-`=H;vZ&rENE@%N6F_!WCf9tdJTO3iF#q#Bj=N{W%+Jh zKGIAxh6qd3&Ih~367kt~FJ`^--T+BqpwZ#9xbpvF>MtLndiyOHkhMjDZ4zQ6lE&pH3Wez9Ndz1HWtmf?EuMmHwj-l%_g z0`97yG>cq5wsk7Hd5R+I&qiD?ZmWwYXy(4G6yk~DK-rt*hIT+y9J=Hwo!7`Z*4vG6MOy%c-EkUOt56)Xg|I;afMU>Ln z!Z>n$@s%YS^;KD9H;!;PV}j5tu6w2MViB$}X)YPO`s=|l-t{;dD3Rtpp7aZqm<_d@ zXsVF?1g-DI>q((g(3YaK&c((^X>)Frf~d1Uz7*Icg=UhMwa;Nz`ZX%S46&HZbbq9* z$j_h3_MQaF3Wj}lG8)Wdj;hkmhS!ohHCVSYv{1*nh4&OPP7`lmrFW}YWV6~YeG@rGog*mWd5C+Mab>dvvHFQuGYoRq3kyC&Lxs zfzs}=9j`Y)x%S6DfPgaTLl|{DwZ12YRf9guTWy!Mcd)l4QXX$bn_A=0H`qhdql zrG-+%HvUyD$Fr3Evab}b7K$U|(R^n1FPX=6l{q7UZe^4K- z#W~-l48D`4TA7cUO;r*a&q8EO6ATeptrmwYQ(NeH_70niOv95t4lyR?q%Qvp^o+excOuq^1 ztJ>G5McqqUh$PL}qlKxeiP1&BEH045@VEcM;(g?3`eiNmjRed4ha#hfrRp!@FwXsh z9=SwqGnaM0Uy*8iadhg8swtO!F<`-`16qbOTS^A)B#!1+o9V*s%3Hb~?Rbb7RZ?*&cV#Jt}0u-Lz##4K1y^nEV8 zFa3~+D&`*vLwVy-iC)+}GUMAym*LBwuYD}k7^@eUmgy?M*uw8>U2?KTnf6cYnd^tl z!m?s_JP%kKol_KsKR?fyTYuR%g0uPQO5W+Qc66JI(jk;)m0f;U_7!add(G^A_62jg z@QX-d3HJU2`-^@uP_s=NgtoD`XHnC+%Q%?~E(iMWNA-v@XvVUP~K}+yi8h$qn$chD|q%I;YVf-B84|4BSYHMp^ze zO}|}%K5TB|my>i%MH0&G#6yHu{bF8~l)X(g`3ty&+?t4Zgx~(@WMou!F@jg$O%6ko z(JS>qirtLRs*yd3wq1$dmSvo53jS8#ZrS=G$8I;FA^hPexd*L|G6SCP>IG-@r#vj! zSCu|0sX23ZRgj~2lBfOnS#7TII8DF5)%xV=PjF)4{e=*L&YIc42DWrU#l_0suF2pp z?i|w)>$>CE8*r&@H4+MMkhHh8&Hc658I|%g7_6K4!=SSf8mpwjZZ^BBKv{q&{h2ZYv!*pO4wfpN zmqHgywSt!wR^BroW((gTd!z>LW(7@G*k_|DcT4;{vdx2Un`H+uO}+lppk8sY&($F@ zSi4jdCSji@FNMI@lghBJ`VkJiU^A9UBw9wvuaa2d6Cs<*)yACKo$nJao3j31D~$Y7 zd~f?TZ2|{3B;MeH=99#qd_3QfRDA53qy_R_eTV4LeU@n^6*W;*+kTL?bZko1LiXo? z=rJeC>A;B)RpkWEW|J$Lh?yB0WR=O6aW5+l%P!^!;;L>e#>MH_PU(FP?kXhj$3N*( zRe_YUi-aFbVi?CaCcesvkNFK*lS6Ea#HoSbLrV-zREO3?|0L%aU9&hMFc@(W$sf>n zD2XC^2|qI~N597XNo0wD(CMjzp`(5U;3fJ6T`svIA_ZLC_!BP4(!Y<==neEdW zaAkP5iS)J-nr^P8wos~=@Ud<{1QcByeHh&$#K`SA6CYsns*19p678tM-wP>I&;#i- z_6bE=Bh-S}kInx7rwH&()!yI>n-jbwa2su=(s*c_!VFI6nTph%{6;u)Fu-r~It=&4 z$?Eu|Dym|1Z^y{>Wn}jvkd}ip#Nrx-5|xQ7z<0T}OVPE@65GLIy>!=3vj;cfqL-()@;(VG<~?V{7mu>zksisJWZg-jWoG`gCO^ zb77A{q#9Mq>pYw~!5!RiX@ghz1x|K(pxUFvA*C_%NbXW&3S%*kl-F>Rz>iL==JNLf zuM0jqvILE-ClU}We*RZgy(oBWL;g57+1^*a8y&9WzqOhyk5*aNX35=uZmfpZaNbXG zV5hTpG6VwXx+1V?#0Vm`srMZeX5tjoVl@Q%-YVHWV~LqAtyFEN()ZANrlnZ zUG{AL8IK=1s(5D2nUchKW-rhHR*abJ`3w#>3#ImYo}jZJ1)@q?hsRiZF3` zB~rZkEqdhfPr)9_me23I9oej5I%N1o#PV(Qo|VdS9_u3W7gI0k*TxXRrCe?2I(s&| z`q2)&iHLwf1P%$ZKa9dUJZgz4tZ}6zS^PZ%K+zB~PtGJ=_X<#P#h&Q-J%6r7k10lpN zr#xOe15Q)H*n|vNsDmyM4ZhG>UqF#3)q;yPBk1@%nmMWmd*c27>lXy}9r7AXP&}YrrsSF3}zQO8;cwpeZ zYqK*%yTJ=#hYJ?*2e?>KH9F{xJadO`H&8T?VxhP4Bn=jJ`>0?^* zyg0kg)O)8i*t7=$1#=;xVo+NbDD=RWb07d79K1$k28TJpT>QKioC^0oJ%~bwYy#}W zgD)_Gs8pRIpyqTYp^3qvO2pPNS3pe~+ki$SS>&+y2MF2+>f{pKkYo<8^oK3@Gu)dO z!OZM_1hC)Z>jno5CP8^r!}yYd=`ce~4uThM!(`DR-+04&iN!jMeO8MC+*HC2=AcuA zfiMQIZRbc=BP_xGNXRC2kcsEzec+X|e*>Qlf<$n4arGQ@{kuTF0{exu7+FHCdzu(N zEFLA92+Lc5;V^_;7y&)2-&(0gBl8n+9=H@?7>7Y&fWvS(vB;MGFlv>MpdCR?qXtgD*K_Xalk3?}GTNERW!M{39F4jgaZfZX99qn*x=Db@3=8=de6z)DDAJ zEevbQ*jGkBQBLBcb7A5){y54en9*QD(w%pMagv=_w3Dlt2yZ;6O1yG1tbYJzj2ZHP z`5lbrtK9w>30PFb1R;+(XsX5P?;IVo*{Dzo;~)RRzBX`C=k~#4?{D`6dwC z5}G1YoazktR@P(@0<|R{@~oB!dMh4TF9ESfK^a|4Yh6rDzD;@m!kgZGm`HaYZV>`G z%SwO#nK*hVq)u&8k?b}tkv^;Ddeoor(3v4CthaiYP83gI$&=YhlBTj44&zVROoVg= zCZ7+byfQQV)0DWQmR0eZ zAWTFfkW)(-bVCwZ?V7pOp>t^fns(Fg1M zOykgkiyJR7$uNu1+-ixmdvOSO8iF_X-k&({4KPRfQM>wuI9;M7k6s|vh|hA@kx@T1 zWj(0q+aqnvrdGsJ1iNc)^e`ZvK80|B;}M5JcRCd6R_N5FmB|zpf$*UY<$*%LSfR`T zZoj&Virs5ShX~+0Cb@5q3ac0M;gvaqcEw+~@{Nv4DkL?!k9?!lGwamT$6bIoJ}f1n zDTYVzNz$?^?lNxTk{p4ONEhIT`qIE=PRFGZ1lp1*QeMLcuMI7qbON>ql>Bo0HBeBD za|!Q4R=*DQ++HlaKLV7>%g(^q{ryssF)Kq#iaO17H*E4Wl*Ec>S8rgheC)>bm&%#Fq)yzN@(6}aOcrO;;yiDbA=3=}nhO3a zP{{teN>rozofO4XA@+J!b;eM&-LkWmTjSTKDwAU_+NVYfGV)lsZv0c7zf>b(bCb*x z@P~%%5{%u|yy)zq@%3?9sY3IFbMvrCc~V$e*>ZCQbM1b2Be{MH9~e z9w^0(q!lh-zw1y>>0dYKUX#mAG8*P}^g7tTh;3p%m7@mYcE+YKk@|S_ics z2$dC^XDXPt?~~Lzr*Z@eIG?)LdTJ0|g4!oBywQLSyUG63VI5HOh9ZHQmWH&KT8b{d^iD7cozvdw#-NuK+uoMqp?g^xs{{4 zKQ)j(yjysfV4|;ENVBt7ppkW?nM<>chrH%_m^1RJ!}JHy7xG>fa{cz>S}U_&vGDeJ zcg7lbjztd5kJ4QPr34BreZ(FH@ts{1rA=HG?clU_zu#qdRM?0DPj9s6lLvvJMgPVz z_H07`je8borT@XaAz}Ev0~WaS#jRUTx*ut9z>_7yC%jWtVzBFD>(j@A?G3C+8=&)F zoPk;bcdQ|xlRH1}kVSLeoaxX9i=IVY#*!3p+6mV9V~227t2F0u-U&7YU{~Z(9>+Ua z8s1B3&KSTnG6@5FTnyn%0W9DnE#$t`Vu0cmw{F4FuOpx;vVlP?u+Z=*2=*!qWekR; zMFRlNV2#EP3|pm*3Bw_4okK&d4bI`1D)wG^D+8MRUQsyps-xrk{H?9>kY{;F2o`u! zzGj0Q*JcJkDs3V^9Q#X>eKKr(!^8s#-2JKzat8yi`AlL`G;d&G6kSf@$msmWihkA% zle(KAks19mJGBM_W4>5|*PACn7c%l+$9FAapBjJ9xQ>yu!PF7`P8OKb5{$Xp%O`_s z>kH0v`aNMhT#RWgbc&fnH6#4o-^zg*%`yEZeRL#z`n50M2lA`}>udw>)KjB#T-L0{ zbM;>Z;2Ott+TSq)3fwJn0t7EZe>$))=$^cR87Bl1mKm(BI1YD+R8KaW{9=_-S}t+1G9^xH^!_NS#|0S>4|*EcShDnkB_ic{tZqfZ)#mfQnrtk8)2XV;ikbd5-0P{+*?eVaH3?e)7d=S*iMpq2jYEA#U{LYV3 z@01tMReFOBmyCUoY5UsqKAqLpKU{$RrvoH(P=4A{>&jue*A7nc0V5u0VDbQi4HUJO zN6U8jR+~JD6OdGHr24<^rv4wGwiAD-5`2JkbQVF2)_qWLc3{?Y6f?fvj|&*c0*8?w z<7L0n!#P#uz@PR)Cc?qjs>G;k#|%!iSLZ#-|9n!|4(mVLM_4^2IWSr`ri9K;%+OJ% z*3eWr&abgiiG+~vGtM8^kmn*#wJtE!5`o1RCdCmZ><_POwvYf77IvrJ@~$!n_$gy8Gi>IH{E{!V)XRjcAy zUSWQ#a_iR%4kr$}koPS`=B>H)HRZ-_Xve+u7i3&cWHw#YuSocR+W!N*8W1=S&W^Vn zt}4|zsoXu8H*&D|wdKTp(fK`y1DO`lv0OY#aXbj)qL!~e3>Li7!gzG6pu>VNZ8vyLEfo(6AUw^W?Boj<+te(b8aXS4ac(19vkg(~{e`FBwC)$JPc z1p6~o=UL{>!(!&Yr8oF8IIq^CEIz@WzUZBP)4AS(T+Kv1ic+Ef5<)wI;7Flj<74(x z!Kgq8reUq(3H^+gWc7iBhw4O>w24oO!jvSI(>v2`n z<@$)H+mTf>%U8ycjeRy-brB8UGgeGD_ZA_{5!!zn9qX3*8o*PlPihx%aFp>EZs@~Q z^XKHw(hT^hk%Ig}7rc%T|KiBE4C{d@($h@sD zK>{z?w8-4tY>Hz;pGHNjleXDr1VF>1j)JGaYvixfqOToTb;u4th`H)N`*UF?C|=rW z@~wKrf{t8b1Id!%lK|}`a_WG$L!2eI^ zZ-fZ_8?-FZ36WWztet`kyUJBK?0Nt@Vs= z|3{>yeOWs6?f;IxAVgZ038Ga=!w9s&Bn$5HM;UFTp+e>VN&o*hd#^o;KpXmGNJ&1b zG*s{AMqQh=A2ryoYuHUDMgJ(c*q$!>!DXfRcCO9yk!_@2(5&XPIK$p~)&M=i|d zZv=^`ebx05vf+={)1nbPTf{k$I!%gOQHxXbJ7)J3$va_N9E(xhAR)DFEyXR-e3eqo zkX;XKD^t~g*EA1?NzzBT-;<5(#3fS9%A4XHzYvCM`P(U1ZFxDZB^!U~`7mP~QHRXL zpmITCb`WA)qMDbeBapKHiCJ8LF?dqV&6I=AteMf~rs@Syb9T!f-$Yw+bFx0BKXA9ThS3j~MR_o=vkmCly8T0d?dp`yfI;*QN ziqc?`28ndEWw*+ty6?3d!6pK&Mg@2f<^fe1AA0Rv68gijhP_qVsR43jrfO(Ut@>5v zALQSlYS!S#_oFg+@43dvmPRS#`OjHObr+$uOsdvo&M0Nlj?X^frf(8xd5>jRG#tJ(R!pnL1o12fz{_}++1*eYR`e1u z?7v*^l{x$DhI&%<`e0~_zV^X6d)PO96X_EB9B0+M{V$&BVFyW>G95~1%(g_9FM|Gf znzf$$bcP^CnwhmyhXs7VQv2HDhElCsuTwY91V6NhvA3N)4wARd_Y|u9H97-df;P#IG6Qmy)Dw!0r{+{+Ku5`@j>M3Zd((ZOBYgWigilkR zM~_z5D#n+;M&X1*jaUyL!|-WV2F8^;*#mlE?%_q*H6j7LCp#73ZoE2$1Zc6d19I$nuT2}E)W|jP3hO^ci$P-{LO!83K76nzpp6a_^5ve5?$t`>Km|W5SaJ= zNmCGIIP!;>Ds7X_FNhYSZb#UD7{0ZeAyIRf6x(D@$hj65<+>^-^~K+z!cY?js&hn# ztw};@!cxQEl5z6^iOi-vwN6I3B!?;->!ji{?ECrDCECOd z6%z()X;=gAyRky6*+-zO)8h7|PoA<#y({UE>7-Eur{6GDtSqkLtwh5Ei-T{$}rR zp`)B78ND>9`LY>WDENA5%$j)aMK(vmZR}O)3{uYn}Z($$OD0D zT~M7x!zO zq}hbQ=W0=@h{Zqg%eO=Ql?~E?mmK*rY{oLHRVIr3S5Rv$HBqn(oyLH{CPAI!2@i71 z@*Z0mye64eC5d{h2)N%kSXYK`+cLMub60yi<8OFuH{FchL$Y66ZWc)vrb66Pg}z(v zyg#CGh@Zd)7G|Lva$8lZy(1Va%J|4NyjuEOrD5Z_$ZQwyeVL$s&FkY*+vlfHps{dg z*$l=z(8?;x8@{e$3Ts8g)JtrnXm`ZWt3c+zKr7Unc=FrI@Z;qM_2E9Ft|WAfmk>$E z@}xetcLkrrhc?khe-UzJ*!pE|E$8Ji5zq7~M-k<2y;R>5V2|$EHM#Gwx&MbY*v04{ zaWqEq{yd1-u_^J`1=7#I#GE7i>D|)%0?Wzc@3r3x?~-C!ti*en|GSJ|x9Gnod>Dty z*5;gJO`C`xW=!*;d;jR!<7rVF)Q0^@BN{uDbx)ZB8cy(5<6%i6*2{Z~Yx7rA^%Bh< z5utxwsWE4Iv1%^y4|Hm#(pEElUE)yT+1hAhnUi0%DFTy&XjFEdNm><;!$dr}KLguL z^);TBw3QDS)Uqvj^ZFMjjBIPO7g)@AQI`*7dCR)C!sG_2$wqE(^*brffEdZakN3=V zvt#Gx=Bdmz8~)_AQ<&S=NozO#)o-ZH&%8daENNV#;rDZ3TIY3Z#RN!oS751oMAdIX zApBKt+fm+s|3=>UqANqVlTI9A{rC61Y<3fz^(w_Z1^dHB7m+G8wkDa;F6;hHKOnt> z6|}r3zF$ji!4W`9hx~eoIEdJWm^`tAd=D}+;AHG|mgl}Yo_*nq9lGJ5Dv0JIMHNE^ z)W3nZ+|BQEU5|Fi-f@^`qYG0#y~d0~&lTTf{npW3Q6sBc4rw`q778QGa{)ATdgqFI zMhbs@fJ#)n7dMm*|9C9!%V{&tf{Ku*!#3`jrQhO;E}}3fAp?J?ekQE+cGW4w*dF)J zIMdVd*iN?!E)LIOD8WEuFhLHLuKjnD)N$2DExt4U=HIP&$J4=32C9g(2+?;y`$aJO zUuoj?n?!G?mxL+f>n7nhhoSSI4%5#7D@fU(<)|;04d>6>!I^zk2YjfThaMA|Uv{$T z-CP^IBy^pE@;onjJxYnZ*Ni>lG2Bl@99n3d>+ig&6WzHtP$IQh&}-vn>K0-+BlpTGEmyA%WD$_HDHAy6?1 z(6xbmkcEB40eQClsea(CX<|vt;3g*S>B$jfP=swV=>MrG=qw960E+F;7tErHNZS24 zOiGPfjGz* zGtjpYoOTd2jTDNIXH_|2=HCYv5~IO4f=U@6T^FI1s(#5-VMjjLS2mD0!O%u=i)>w# z784X#RaC)BU>Q<)X_CJ;CY06$I_v^@Zycs^AD+<mr!UYV1XD5 zP8^Pz3`GKmpd3; zlgWW<=uu+~OK~VVe>h;sb1fK1Q~>!}6#Fs61c6MTsG$)8iYiY>BeI;B@}EV_yHh)i4q-LlEiM~5H>Euhh!o^a{NL> zGDq?Y0jR&zCP^(am?YuXP?F&yko6&^i#XOqHO1=CXeG-UUYxAG7wF87S}BpBbQlAZ zi1X!3wlczE6ZN${OchH=3I$+fs-?R>VBI1mntE$Hmf6M-Z=#0LIJ#!3OCF-Tw} zRA&A?jC=`!-4GG{*L7rlvE$2R#>cW}OwY$eOU%l|9tJ3>!Cv@N5OqgTV>l!)8z-AU zM=gT`GY2e?L&ua#{E&Ic5N0u$!#J2qx}@~cHIq9FEfFV&$1I`dA@iX#1S|Q=({>I! z(B^MZR=!DIq{&0RjN#VIX<$Xa)Ik2?L&3#t_UdL2y#gwWIj6I*E^ZH(p z-dr@L?yP)-lKWVgFPU)K2wYH0{gVY5HT%}ETfz=3(^SZW(x>mJmq*%ULGJfpSIyth%qt}Zk^vg!b8hg{`=mI`s*%fb z$WGdXTNSZ}eRE?NnMUb8QxRM@$3PrX8BJ~Tg7KAKtqO$0;1%ugZm9YZSp3(mTr)KK z{GRk5b(PwHtH4tU16es_K9=>knq8_`DztVFnM`mdUS^~wUBO~V|2d_+WZ?~Q z4!PRAhm3iZ9H{Q_UGz?K!Pl0`{iRBHW!bN8VU(vb#18%ZZ4C!Qz5Y|R8)GVh8<5Va zlb5WrY^l*cCV38uv?r_GGizjV1$M~Sn7Y?Y=~oMwYd2?G{X0NO5Nb$}s{if|Y^`i^ z2j%lWHRgP5UQiAw2y1o>YoZ$lwswMMd<2MJUS%dS-NK2a(_Vh>@;{xaW$BO8W6n&zhtL9CC=8X#s z?X5P{(pN&B8dVbxRJWw&B8{yV8f90@k<~bDq03EQQrdB=I{uQGYh!jIpA?RN%*p7? zpImO~u<4XY{gTDpQgcjM8RUyY-c_HHN03%dw9=erPWcz+x0ce5#X|GkVv@(#jVsvo zbXZX>(Xm+BeRk9&S=@<-+e7o)^w78mS+kpVsq#$=@cOC6R3qzKYv&uy-cUjxaq>>S zw2U`TRcI?MOB`*iSYOiw`WDPvW5P_D68kRTy-!2ES}Q;u&5ll~>fiePN}7Gj7RKy@ z{TD5LhKEVEtw6?65Gi>j&JO&?OSoF%FXK>*9Nf}Mim(hn!NF4VPU83dzqd$&$AfhYwEWLY$U{ z%UjzsR}A?%Mrx%?utP_hR{HF*`f%Mpi&2dpNsacEqRpg?MmLX+2@aOwwEcz;(<}9N zpA2<&X9vT^may6l0RyWnse#h%Q!Jm#B*$c>dg1RuN2O!+C*$X>z{Hi7;L@R)+`%#r z)%_EYyF6e?dN}iN;zhb6D6Ou8F#lF_Y)<-ZI}EdXU=npFzR!i{Qy=yV< z_a1b)KQ%NuPV?zE>gY(?3%quQE0V}_qN0?R_TYD}V67k1^cogoK9w&VF2f%&Wg;k? zv@lg`(J;y~BcnMuSz50UHzS$eMstP#NgVLSbA*$1riHvs?_`8JWVWYux|y25u&hUiriB+8A?2kD5m0bP4N!DA_?4015C zF517Cp$E-~h>u!LKMllcGv6dGAHi#DGE42?mqDdEBN8NC7diC7y$4Ofx0u^|zL$~P z?rmaI12Dmag1}{7Y~V%^XamtM*lc{0S(wQpUy7J#oD}u)1)p^W;aPb!k$?o&cH|;A z7Z!GQvdF7O)?MXyG_!Y)bW=AiQ&{?UWY${rt=0fmoiN%RJcaKbn|o)v+dho@R)l+w za zxK!C-wXE&5l^?jSH4ku{bZs+h*q+3BrAkJ+Hvc<8xU}An9drnR_bVX`pH6Hz6bEFF zBqD9@_fIykPq*0S;qsszdC1cwgwOI6_mWzHGt34%DNFaz^7iyk#@5YR?`aYiL8t)7 z_`Wa)LG8c2jpu~`E7P%zi(sqGNY_nlcF1B#{WI0czkfLCNPe$6PKQh{FeWaO&n{74 zig&yCs&7255M@otV2GyIHc7?h74{!TZ4h;4dR$S1tlyt!dysDPZoO;@N`?o)9O&En z&TjenwQezW%XwPqHBQwoVde=I^!TR!@@LdCQFoJ?PU;6Zz4rQ-(8)ZO%#hV~TP5~u zMD_7FPG>F`a<_44z5eBv;r3eP4q$xy$Lr?HU)DcaH?yzrnPxDSIlONQPl7USoL^3M zy{LCn=_BNV&L<&>fCsIbprcB#+*gnIbx$<*8-K#<;0*A?S&vgLBtj>USMCw7>Xmi- zu0Qm#E9!aQ$Ac^ zjeij#SPvNzFWiHH=h$zmgl1~ipPgzTck-y4Zyu&}pbku*_Sdm`sT`Uno82HdkN=y! z-{|svmSxrbe?$NO&ECg0{g|(!ZF5J2{^Ucfsa2|NMYGcbkWHy1v>HPM+OQ{+M&fF7 zjTy5em-YDAM@RZcGc^q%(lP{I5{fw^&<28`2}6Zav_63O((JKH81rOPuDY_pNU7<$ z;hzH36OBe)z2to653F-_Ynpw#%PNO_o({!JZDjVA^%l&3*^I)gWa@4AP+#aYiL?28 zw=lW)R`_XfIDeh}RYL{*WcoE(Dw3hTSgqW3*G;5UjmJLb9Q?t{BlENMaGR~;n%8CA;pOf` zVy372-T4M5{I0*}*}Gje%er%NoC+qygg07_`x(grhm8(9Z9)i8$Yle-;=O0cbZu$4isDi@ z*CI@;eU$(XPLWy>Hqgn;^xH@Ln+eFfx45&f_caL=4kQC_e*83k=91@<3;cN&<;~%HLVCQ2oCuB5OomUyF40zr3FNe=4F*ASMw5 zV)!DvCyYw| zfVa5%t43CB`D(Lo$PX1~yaC0<27|U!GWB7y9 zdaYXGu3*RM>{#6RW)IxzUMbNNlKSHMTDj?AUMZzBpVhM&9=NbgHe2^xAGKbI7F3V0SO`Tc7|m^4T9`U$P$?uk{eXbBK!(A**g!u9P_z?s>RJ;fEEklN7}u^aM8K@_YbY~NLpgdgNSEyp3^7PZ zrh02qP;8{U0cI?6A?RnM50AH1HI670%rl0z+&mO2KY#@o!fcr6lgUunnh%7NKQU!G z#mJIMhbCy7rFm=hU*#84gue7(6y*eo(?k_yq?F{V837m5xVnJ_yuCi8W@QVkswFAq zs7>&!9@C)|H(N%g(sY^Mp`{+QIsA;N69tkZ`oUiG zXzcUcH=E(2CgcdNaUqll?)V3+YyK@PPgX}U`t*&mwg=4e@yUXBb+Z;fWa?(8O~)MP zADxQMro_X_)EcC}yzp@>sTRzkQdtmL-OpI}q~FXrXe?VVxFIe=o#@rE?oF+W&}TN& z-kdqjPWHBOPrlirX!5wQb6y{ko7T{No$A2Wa+28tu0AXrNE9%+18lQw7+ueQ53eEm z(!!mzneKe%>?+#iT>ZD4OK)KF*Wa78sN%m@qsO-%&egSSR(c_ZU$JfvYP42wS4WI% zJXhms+Di->5=1x;bJq`UR~mHYe_uSwy#L43_A{Q{d%?bcyPg;L=^paYz<$y?0XO^5 z5L?zO(fSwNq#lyF$sqAXt*Gy>KNsCh21g+M+Mh!c4!o!FQ{<$BBzfBJw(t23vzX^p7-Vl5s$^_BIpI<){g_IUh@enE@@?>2xP+ z`^0x2wV++61kyRxs3>K9bgD82@vpyZC8^0bsoM?`4YR_dZ_UCVs7RXCWU6C|EOG&L z3!jl_ezOm_2sie>mQ>h+#MCDnQ2huQmU;||Z~F6A*Nd}*{{1^pUO+z%^3aG;Nep`@ zJ{fl5PQ1Z~OSOJYYR2{45iJ3(`1UkK`pBdY%;J@ZNPCG`gNsj*?ILdduMwZ;5AhU7 zTxLxLx~{pQmvM%aX#dqb1HoZOu$HlY0fpb3 zTg=Q3jpVn60&VmUQ7Qppa*7ip5fuUPv+qCTQcs4l5BK2%f{On1@dw}AhJJ@?<1?|3 zMKfO}BT#~0+I0?N4>l=aPnI9~pCXR9zUG2Rk4%d+)cPrc5#Qn~QN@pgyR!L`bH#YS zefeoLlmU%7HpRf&&4g{hzKc2hy)<%N3pvF)Xu# zBkcOqD8WHopAY9d_9jUD+6MTrT5x*Z=1Ok?C0ZN#@yU2c-@ag3Xx>B%j(gqKg`$=G z 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 CN0tcy literal 0 HcmV?d00001 diff --git a/数据可视化技术/网店运营大屏(Flask框架)/frontend/img/title-bg.png b/数据可视化技术/网店运营大屏(Flask框架)/frontend/img/title-bg.png new file mode 100755 index 0000000000000000000000000000000000000000..2c9c7a2139099492c28439fea70070ee75150616 GIT binary patch literal 30512 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 TOVz+n;DU5-8){an+amuT>+2#5 literal 0 HcmV?d00001 diff --git a/数据可视化技术/网店运营大屏(Flask框架)/frontend/index.html b/数据可视化技术/网店运营大屏(Flask框架)/frontend/index.html new file mode 100755 index 0000000..2ddbf65 --- /dev/null +++ b/数据可视化技术/网店运营大屏(Flask框架)/frontend/index.html @@ -0,0 +1,77 @@ + + + + + + + + 网店运营销售数据大屏 + + + + + + + + +

+
+

网店运营销售大屏

+
+ +
+
+
+
+
+
+
1-12月各月销售和利润情况
+
+
+
+
+
+
各产品销售情况
+
+
+
+
+
+
+
+
各省份销售和利润情况
+
+
+
+
+
+
+
+
+
+
+
各地区销售和利润情况
+
+
+
+
+
+
各产品经理销售和利润情况
+
+
+
+
+
+
+
+ + + + + + + + + \ No newline at end of file diff --git a/数据可视化技术/网店运营大屏(Flask框架)/frontend/js/china.js b/数据可视化技术/网店运营大屏(Flask框架)/frontend/js/china.js new file mode 100755 index 0000000..3cd5f95 --- /dev/null +++ b/数据可视化技术/网店运营大屏(Flask框架)/frontend/js/china.js @@ -0,0 +1,27 @@ +(function (root, factory) { + if (typeof define === 'function' && define.amd) { + // AMD. Register as an anonymous module. + define(['exports', 'echarts'], factory); + } else if (typeof exports === 'object' && typeof exports.nodeName !== 'string') { + // CommonJS + factory(exports, require('echarts')); + } else { + // Browser globals + factory({}, root.echarts); + } +}(this, function (exports, echarts) { + var log = function (msg) { + if (typeof console !== 'undefined') { + console && console.error && console.error(msg); + } + } + if (!echarts) { + log('ECharts is not Loaded'); + return; + } + if (!echarts.registerMap) { + log('ECharts Map is not loaded') + return; + } + echarts.registerMap('china', {"type":"FeatureCollection","features":[{"id":"710000","geometry":{"type":"MultiPolygon","coordinates":[["@@°Ü¯Û","@@ƛĴÕƊÉɼģºðʀ\\ƎsÆNŌÔĚäœnÜƤɊĂǀĆĴžĤNJŨxĚĮǂƺòƌ‚–âÔ®ĮXŦţƸZûЋƕƑGđ¨ĭMó·ęcëƝɉlÝƯֹÅŃ^Ó·śŃNjƏďíåɛGɉ™¿IċããF¥ĘWǬÏĶñÄ","@@\\p|WoYG¿¥I†j@ž","@@…¡‰@ˆV^RqˆBbAŒnTXe„†žQr™©C","@@ÆEE—„kWqë Iœ"]],"encodeOffsets":[[[122886,24033],[123335,22980],[122375,24193],[122518,24117],[124427,22618]]]},"properties":{"cp":[121.509062,25.044332],"name":"台湾","childNum":5}},{"id":"130000","geometry":{"type":"MultiPolygon","coordinates":[["@@\\a“M`ǽÓnUK…Ĝēs¤­©yrý§uģŒc†JŠ»eIˆ€P]‚ªr‰ºc_ħ²G¼s`jΟnüsœľP","@@U`Ts¿mĂ","@@FŸƒ•›Oh‡đ©OŸ›iÃ`ww^ƒÌkŸ‘ÑH«ƇǤŗĺtFu…{Z}Ö@U‡´…ʚLg®¯Oı°ÃwŸ ^˜—€VbÉs‡ˆmA…ê]]w„§›RRl£‡ŭuw›N—Á`ÇFēÝčȻŽuT¡Ĺ—¯Õ¯sŗő£YªhV’ƍ£ƅnëYNgƒq¼ś¿µı²UºÝUąŽąŖóŒxV@tˆƯŒJ”]eƒR¾fe|rHA˜|h~Ėƍl§ÏŠjVë` ØoˆÅbbx³^zÃ͚¶Sj®A”yÂhðk`š«P€”ˈµEF†Û¬Y¨Ļrõqi¼‰Wi°§’б²°`[ˆÀ|ĠO@ÆxO\\tŽa\\p_Zõ^û{ġŒȧXýĪÓjùÎRb›š^λj{íděYfíÙTyމmńŵōHim½’éŅ­aVcř§ax¹XŻác‡žWU£ôãºQ¨÷Ñws¥qEH‰Ù|‰›šYQoŕÇyáĂ£MðoťÊ‰P¡mšWO¡€v†{ôvîēÜISpÌhp¨ ‘j†deŔQÖj˜X³à™Ĉ[n`Yp@Už–cM`’RKhŒEbœ”pŞlNut®Etq‚nsÁŠgA‹iú‹oH‡qCX‡”hfgu“~ϋWP½¢G^}¯ÅīGCŸÑ^ãziMáļMTÃƘrMc|O_ž¯Ŏ´|‡morDkO\\mĆJfl@c̬¢aĦtRıҙXòë¬WP{ŵǫƝ…›īÛ÷ąV×qƥV¿aȉd³B›qPBm›aËđŻģm“Å®Vйd^K‡KoŸnYg“¯Xhqa”Ldu¥•ÍpDž¡KąÅƒkĝęěhq‡}HyÓ]¹ǧ£…Í÷¿qá•gPmoeœi‰¤o^á¾ZE‡˜Y^…Ný{n•ƒOl±Í“@M’ċèk§da‹‘NaÇį¿]ø‰RiiñE‰€ū‹i„DZàUtėGylƒ}ŒÓM}€jpEC~¡FtoQi‘šHkk{ILgĽxqÈƋÄd–eVŽDJj£€J|Ådz•Ft~žKŨ¸IÆv|”‡¢r}膎onb˜}`RÎÄn°ÒdÞ²„^®’lnÐèĄlðӜ×]ªÆ}LiĂ±Ö`^°Ç¶p®đDcœŋ`–ZÔ’¶êqvFƚ†N®ĆTH®¦O’¾ŠIbÐã´BĐɢŴÆíȦp–ĐÞXR€·nndOž¤’OÀĈƒ­Qg˜µFo|gȒęSWb©osx|hYh•gŃfmÖĩnº€T̒Sp›¢dYĤ¶UĈjl’ǐpäðëx³kÛfw²Xjz~ÂqbTŠÑ„ěŨ@|oM‡’zv¢ZrÃVw¬ŧˏfŒ°ÐT€ªqŽs{Sž¯r æÝl¼ÖĞ džiGʂJ™¼lr}~K¨ŸƐÌWö€™¼œÞ°nÞoĦLš†|C~“D©|q]SvK€ÑcwpÏρ†ĿćènĪWlĄkT}¬Tpš~ƒ®Hgd„‰†˒劔ŽBVt„EÀ¢ôPĎƗè@~‚k–ü\\rÊĔÖæW_§¼F˜†´©òDòj’ˆYÈrbĞāøŀG{ƀ|¦ðrb|ÀH`pʞkv‚GpuARhÞÆǶgƊTǼƹS£¨¡ù³ŘÍ]¿Ây™ôEP xX¶¹܇O¡“gÚ¡IwÃ鑦ÅB‡Ï|ǰ…N«úmH¯‹âŸbę†U~xĈbȒ{^xÖlDž•¸dɂ‡„~"]],"encodeOffsets":[[[120023,41045],[121616,39981],[122102,42307]]]},"properties":{"cp":[114.502461,38.045474],"name":"河北","childNum":3}},{"id":"140000","geometry":{"type":"Polygon","coordinates":["@@žħÜ_ªlìwGkÛÃǏok‘ćiµVZģ¡coœ‘TS˹ĪmnÕńe–hZg{gtwªpXaĚThȑp{¶Eh—®RćƑP¿£‘PmcªaJyý{ƒýȥoÅîɡųAďä³aωJ‘½¥PG­ąSM­sWz½µÛ€‘YӀŖgxoOkĒCo­Èµ]¯_²ÕjāŽK~©ÅØ^ԛkïçămϑk]­±ƒcݯÑÃmQÍ~_a—pm…~ç¡q“ˆu{JÅŧ·Ls}–EyÁÆcI{¤IiCfUc•ƌÃp§]웫vD@¡SÀ‘µM‚ÅwuŽYY‡¡DbÑc¡hƒ×]nkoQdaMç~eD•ÛtT‰©±@¥ù@É¡‰ZcW|WqOJmĩl«ħşvOÓ«IqăV—¥ŸD[mI~Ó¢cehiÍ]Ɠ~ĥqXŠ·eƷœn±“}v•[ěďŽŕ]_‘œ•`‰¹ƒ§ÕōI™o©b­s^}Ét±ū«³p£ÿ¥WÑxçÁ«h×u׌¥ř„‹¾dÒ{ºvĴÎêÌɊ²¶€ü¨|ÞƸµȲ‘LLúÉƎ¤ϊęĔV`„_bª‹S^|ŸdŠzY|dz¥p†ZbÆ£¶ÒK}tĦÔņƠ‚PYzn€ÍvX¶Ěn ĠÔ„zý¦ª˜÷žÑĸَUȌ¸‚dòÜJð´’ìúNM¬ŒXZ´‘¤ŊǸ_tldIš{¦ƀðĠȤ¥NehXnYG‚‡R° ƬDj¬¸|CĞ„Kq‚ºfƐiĺ©ª~ĆOQª ¤@ìǦɌ²æBŒÊ”TœĞšHƘÁĪËĖ’šĴŞ–ȀœÆÿȄlŤĒö„t”νî¼ĨXhŒ‘˜|ªM¤ÐzÞĩ҃S‰rao³"],"encodeOffsets":[[117016,41452]]},"properties":{"cp":[112.549248,37.857014],"name":"山西","childNum":1}},{"id":"150000","geometry":{"type":"MultiPolygon","coordinates":[["@@ǪƫÌÛM…Ă[`՞Cn}¶Vc…ê“sƒ–¯‹PqƒFB…‰|S•³C|kñ•H‹d‘iÄ¥sˆʼnő…PóÑÑE^‘ÅPpy_YtS™hQ·aHwsOnʼnÚs©iqj›‰€USiº]ïWš‰«gW¡A–R붛ijʕ…Œů`çõh]y»ǃŸǛҤxÒm~zf}pf|ÜroÈzrKÈĵSƧ„ż؜Ġu~è¬vîS¼™Ăh–šĖMÈÄw‚\\fŦ°W ¢¾luŸD„wŠ\\Ŗĝ","@@ƒGVu»A—ylßí¹ãe’“]Eāò³C¹ð“¾ˆ²iŒÒAdkò^P“²CǜңDŽ z¼g^èöŰ_‹‚–†IJĕꄜ}gÁnUI«m‰…„‹]j‡vV¼euhwqA„aW˜ƒ_µj…»çjioQR¹ēÃßt@r³[ÛlćË^ÍÉáG“›OUۗOB±•XŸkŇ¹£k|e]ol™ŸkVͼÕqtaÏõjgÁ£§U^Œ”RLˆËnX°Ç’Bz†^~wfvˆypV ¯„ƫĉ˭ȫƗŷɿÿĿƑ˃ĝÿÃǃßËőó©ǐȍŒĖM×ÍEyx‹þp]Évïè‘vƀnÂĴÖ@‚‰†V~Ĉ™Š³MEˆĸÅĖt—ējyÄDXÄxGQuv_›i¦aBçw‘˛wD™©{ŸtāmQ€{EJ§KPśƘƿ¥@‰sCT•É}ɃwˆƇy±ŸgÑ“}T[÷kÐ禫…SÒ¥¸ëBX½‰HáŵÀğtSÝÂa[ƣ°¯¦P]£ġ“–“Òk®G²„èQ°óMq}EŠóƐÇ\\ƒ‡@áügQ͋u¥Fƒ“T՛¿Jû‡]|mvāÎYua^WoÀa·­ząÒot×¶CLƗi¯¤mƎHNJ¤îìɾŊìTdåwsRÖgĒųúÍġäÕ}Q¶—ˆ¿A•†‹[¡Œ{d×uQAƒ›M•xV‹vMOmăl«ct[wº_šÇʊŽŸjb£ĦS_é“QZ“_lwgOiýe`YYJq¥IÁˆdz£ÙË[ÕªuƏ³ÍT—s·bÁĽäė[›b[ˆŗfãcn¥îC¿÷µ[ŏÀQ­ōšĉm¿Á^£mJVm‡—L[{Ï_£›F¥Ö{ŹA}…×Wu©ÅaųijƳhB{·TQqÙIķˑZđ©Yc|M¡…L•eVUóK_QWk’_ĥ‘¿ãZ•»X\\ĴuUƒè‡lG®ěłTĠğDє›žG‚ÆÍz]‹±…ŭ©ŸÅ’]ŒÅÐ}UË¥©Tċ™ïxgckfWgi\\ÏĒ¥HkµE˜ë{»ÏetcG±ahUiñiWsɁˆ·c–C‚Õk]wȑ|ća}w…VaĚ᠞ŒG°ùnM¬¯†{ÈˆÐÆA’¥ÄêJxÙ¢”hP¢Ûˆº€µwWOŸóFŽšÁz^ÀŗÎú´§¢T¤ǻƺSė‰ǵhÝÅQgvBHouʝl_o¿Ga{ïq{¥|ſĿHĂ÷aĝÇq‡Z‘ñiñC³ª—…»E`¨åXēÕqÉû[l•}ç@čƘóO¿¡ƒFUsA‰“ʽīccšocƒ‚ƒÇS}„“£‡IS~ălkĩXçmĈ…ŀЂoÐdxÒuL^T{r@¢‘žÍƒĝKén£kQ™‰yšÅõËXŷƏL§~}kqš»IHėDžjĝŸ»ÑÞoŸå°qTt|r©ÏS‹¯·eŨĕx«È[eMˆ¿yuˆ‘pN~¹ÏyN£{©’—g‹ħWí»Í¾s“əšDž_ÃĀɗ±ą™ijĉʍŌŷ—S›É“A‹±åǥɋ@럣R©ąP©}ĹªƏj¹erƒLDĝ·{i«ƫC½ÉshVz…GS|úþX”gp›{ÁX¿Ÿć{ƱȏñZáĔyoÁhA™}ŅĆfdʼn„_¹„Y°ėǩÑ¡H¯¶oMQqð¡Ë™|‘Ñ`ƭŁX½·óۓxğįÅcQ‡ˆ“ƒs«tȋDžF“Ÿù^i‘t«Č¯[›hAi©á¥ÇĚ×l|¹y¯Kȝqgů{ñǙµï‚ċ™Ĺz—Śȭ¶¡˜›oŽäÕG\\ďT¿Òõr¯œŸLguÏYęRƩšɷŌO\\İТæ^Ŋ IJȶȆbÜGŽĝ¬¿ĚVĎgª^íu½jÿĕęjık@Ľƒ]ėl¥Ë‡ĭûÁ„ƒėéV©±ćn©­ȇžÍq¯½•YÃÔʼn“ÉNѝÅÝy¹NqáʅDǡËñ­ƁYÅy̱os§ȋµʽǘǏƬɱà‘ưN¢ƔÊuľýľώȪƺɂļžxœZĈ}ÌʼnŪ˜ĺœŽĭFЛĽ̅ȣͽÒŵìƩÇϋÿȮǡŏçƑůĕ~Ǎ›¼ȳÐUf†dIxÿ\\G ˆzâɏÙOº·pqy£†@ŒŠqþ@Ǟ˽IBäƣzsÂZ†ÁàĻdñ°ŕzéØűzșCìDȐĴĺf®ŽÀľưø@ɜÖÞKĊŇƄ§‚͑těï͡VAġÑÑ»d³öǍÝXĉĕÖ{þĉu¸ËʅğU̎éhɹƆ̗̮ȘNJ֥ड़ࡰţાíϲäʮW¬®ҌeרūȠkɬɻ̼ãüfƠSצɩςåȈHϚÎKdzͲOðÏȆƘ¼CϚǚ࢚˼ФԂ¤ƌžĞ̪Qʤ´¼mȠJˀŸƲÀɠmɆŠDŽĜƠ´ǠN~€ʢĜ‚¶ƌĆĘźʆȬ˪ĚǏĞGȖƴƀj`ĢçĶāàŃºē̃ĖćšYŒÀŎüôQÐÂŎŞdžŞêƖš˜oˆDĤÕºÑǘÛˤ³̀gńƘĔÀ^žªƂ`ªt¾äƚêĦĀ¼Ð€Ĕǎ¨Ȕ»͠^ˮÊȦƤøxRrŜH¤¸ÂxDĝŒ|ø˂˜ƮÐ¬ɚwɲFjĔ²Äw°dždÀɞ_ĸdîàŎjʜêTĞªŌ‡ŜWÈ|tqĢUB~´°ÎFC•ŽU¼pĀēƄN¦¾O¶ŠłKĊOj“Ě”j´ĜYp˜{¦„ˆSĚÍ\\Tš×ªV–÷Ší¨ÅDK°ßtŇĔKš¨ǵÂcḷ̌ĚǣȄĽF‡lġUĵœŇ‹ȣFʉɁƒMğįʏƶɷØŭOǽ«ƽū¹Ʊő̝Ȩ§ȞʘĖiɜɶʦ}¨֪ࠜ̀ƇǬ¹ǨE˦ĥªÔêFŽxúQ„Er´W„rh¤Ɛ \\talĈDJ˜Ü|[Pll̚¸ƎGú´Pž¬W¦†^¦–H]prR“n|or¾wLVnÇIujkmon£cX^Bh`¥V”„¦U¤¸}€xRj–[^xN[~ªŠxQ„‚[`ªHÆÂExx^wšN¶Ê˜|¨ì†˜€MrœdYp‚oRzNy˜ÀDs~€bcfÌ`L–¾n‹|¾T‚°c¨È¢a‚r¤–`[|òDŞĔöxElÖdH„ÀI`„Ď\\Àì~ƎR¼tf•¦^¢ķ¶e”ÐÚMŒptgj–„ɡČÅyġLû™ŇV®ŠÄÈƀ†Ď°P|ªVV†ªj–¬ĚÒêp¬–E|ŬÂ_~¼rƐK fˆ{ĘFǜƌXưăkÃĄ}nµ–oŸ×q£ç­kX‘{uĩ«āíÓUŅÝVUŌ]€Ť¥lyň[€oi{¦‹L‡ĸ…Ħ^ôâJˆ¨^UZðڔĒL„¿Ì‹ˆfŒ£K£ʺ™oqNŸƒwğc`ue—tOj×°KJ±qƒÆġm‰Ěŗos¬…qehqsuœƒH{¸kH¡Š…ÊRǪÇƌbȆ¢´ä܍¢NìÉʖ¦â©Ɨؗ"]],"encodeOffsets":[[[128500,52752],[127089,51784]]]},"properties":{"cp":[111.670801,40.818311],"name":"内蒙古","childNum":2}},{"id":"210000","geometry":{"type":"MultiPolygon","coordinates":[["@@L–Ž@@s‘]","@@MnNm","@@d†c","@@eÀ‚C@b‚“‰","@@f‡…Xwkbr–Ä`qg","@@^jtWQ","@@~ Y[c","@@I`ĖN^_¿Z‚ÁM","@@Ïxnj{q_×^Gigp","@@iX¶B…Y","@@„Y…Z","@@L_yG`b","@@^WqCTZ","@@\\[“‹§t|”ž]","@@m`p[","@@@œé^B†‡ntˆaÊU—˜Ÿ]x ¯ÄPIJ­°h€ʙK³†VˆÕ@Y~†|EvĹsDŽ¦­L^p²ŸÒG ’Ël]„xxÄ_˜fT¤Ď¤cŽœP„–C¨¸TVjbgH²sdÎdHt`Bˆ—²¬GJję¶[ÐhjeXdlwhšðSȦªVÊπ‹Æ‘Z˜ÆŶ®²†^ŒÎyÅ‚Hœń“ĚDMħĜŁH­ˆk„çvV[ij¼W–‚YÀäĦ’‘`XlžR`žôLUVžfK–¢†{NZdĒª’YĸÌÚJRr¸SA|ƴgŴĴÆbvªØX~†źBŽ|¦ÕœEž¤Ð`\\|Kˆ˜UnnI]¤ÀÂĊnŎ™R®Ő¿¶\\ÀøíDm¦ÎbŨab‰œaĘ\\ľã‚¸a˜tÎSƐ´©v\\ÖÚÌǴ¤Â‡¨JKr€Z_Z€fjþhPkx€`Y”’RIŒjJcVf~sCN¤ ˆE‚œhæm‰–sHy¨SðÑÌ\\\\ŸĐRÊwS¥fqŒßýáЍÙÉÖ[^¯ǤŲ„ê´\\¦¬ĆPM¯£Ÿˆ»uïpùzEx€žanµyoluqe¦W^£ÊL}ñrkqWňûP™‰UP¡ôJŠoo·ŒU}£Œ„[·¨@XŒĸŸ“‹‹DXm­Ûݏº‡›GU‹CÁª½{íĂ^cj‡k“¶Ã[q¤“LÉö³cux«|Zdƒ²BWÇ®Yß½ve±ÃC•ý£W{Ú^’q^sÑ·¨‹ËMƒr“¹·C¥‡GD›rí@wÕKţ݋˜Ÿ«V·i}xËÍ÷‘i©ĝ‡ɝǡ]ƒˆ{c™±OW‹³Ya±Ÿ‰_穂Hžĕoƫ€Ňqƒr³‰Lys[„ñ³¯OS–ďOMisZ†±ÅFC¥Pq{‚Ã[Pg}\\—¿ghćO…•k^ĩÁXaĕËĥM­oEqqZûěʼn³F‘¦oĵ—hŸÕP{¯~TÍlª‰N‰ßY“Ð{Ps{ÃVU™™eĎwk±ʼnVÓ½ŽJãÇÇ»Jm°dhcÀff‘dF~ˆ€ĀeĖ€d`sx² šƒ®EĦ¦–šdQ‹Âd^~ăÔHˆ¦\\›LKpĄVez¤NP ǹӗR™ÆąJSh­a[¦´Âghwm€BÐ¨źhI|žVVŽ—Ž|p] Â¼èNä¶ÜBÖ¼“L`‚¼bØæŒKV”ŸpoœúNZÞÒKxpw|ÊEMnzEQšŽIZ”ŽZ‡NBˆčÚFÜçmĩ‚WĪñt‘ÞĵÇñZ«uD‚±|ƏlǗw·±PmÍa‰–da‡ CL‡Ǒkùó¡³Ï«QaċϑOÃ¥ÕđQȥċƭy‹³ÁA"]],"encodeOffsets":[[[123686,41445],[126019,40435],[124393,40128],[126117,39963],[125322,40140],[126686,40700],[126041,40374],[125584,40168],[125509,40217],[125453,40165],[125362,40214],[125280,40291],[125774,39997],[125976,40496],[125822,39993],[122731,40949]]]},"properties":{"cp":[123.429096,41.796767],"name":"辽宁","childNum":16}},{"id":"220000","geometry":{"type":"Polygon","coordinates":["@@ñr½ÉKāGÁ¤ia É‰™È¹`\\xs€¬dĆkNnuNUŒ–wœNx¶c¸‹|\\¢…ŒGªóĄ~RãÖÎĢù‚đŴÕhQŽxtcæëSɽʼníëlj£ƍG£nj°KƘµDsØÑpyƸ®¿bXp‚]vbÍZuĂ{nˆ^IüœÀSք”¦EŒvRÎûh@℈[‚Əȉô~FNr¯ôçR±ƒ­HÑl•’Ģ–^¤¢‚OðŸŽætxsŒ]ÞÁTĠs¶¿âƊGW¾ìA¦·TѬ†è¥€ÏÐJ¨¼ÒÖ¼ƒƦɄxÊ~S–tD@ŠĂ¼Ŵ¡jlºWžvЉˆzƦZЎ²CH— „Axiukd‹ŒGgetqmcžÛ£Ozy¥cE}|…¾cZ…k‚‰¿uŐã[oxGikfeäT@…šSUwpiÚFM©’£è^ڟ‚`@v¶eň†f h˜eP¶žt“äOlÔUgƒÞzŸU`lœ}ÔÆUvØ_Ō¬Öi^ĉi§²ÃŠB~¡Ĉ™ÚEgc|DC_Ȧm²rBx¼MÔ¦ŮdĨÃâYx‘ƘDVÇĺĿg¿cwÅ\\¹˜¥Yĭlœ¤žOv†šLjM_a W`zļMž·\\swqÝSA‡š—q‰Śij¯Š‘°kŠRē°wx^Đkǂғ„œž“œŽ„‹\\]˜nrĂ}²ĊŲÒøãh·M{yMzysěnĒġV·°“G³¼XÀ““™¤¹i´o¤ŃšŸÈ`̃DzÄUĞd\\i֚ŒˆmÈBĤÜɲDEh LG¾ƀľ{WaŒYÍȏĢĘÔRîĐj‹}Ǟ“ccj‡oUb½š{“h§Ǿ{K‹ƖµÎ÷žGĄØŜçưÌs«l›•yiē«‹`姝H¥Ae^§„GK}iã\\c]v©ģZ“mÃ|“[M}ģTɟĵ‘Â`À–çm‰‘FK¥ÚíÁbXš³ÌQґHof{‰]e€pt·GŋĜYünĎųVY^’˜ydõkÅZW„«WUa~U·Sb•wGçǑ‚“iW^q‹F‚“›uNĝ—·Ew„‹UtW·Ýďæ©PuqEzwAV•—XR‰ãQ`­©GŠY…Yhc•UGorBd}ģɇb¡·µMicF«—YƅŒ»…é\\ƒɹ~ǙG³mØ©BšuT§Ĥ½¢Ã_ý‘L¡‘ûŸsT\\rke™\\PnwAK‚y}’ywdS™efµ]UhĿD@mÿvašÙNSkCun…cÿ`l‚‰W‹„ėVâ¦÷~^fÏ~œvwHCŽį„`xqT­­ƒlW«ï¸skm‹‹ßEG“qd¯•‹R…©Ýޝ¯S†\\cZ¹iűƏCuƍÓX‡oR}“M^o•£…R}oªU­F…uuXHlEŕ‡€Ï©¤ßgXˆþ¤D–²ÄufàÀ­XXȱAc„{Yw¬dvõ´KÊ£”\\rµÄl”iˆdā]|DÂVŒœH¹ˆÞ®ÜWnŒC”Œķ W‹§@\\¸‹ƒ~¤‹Vp¸‰póIO¢ŠVOšŇürXql~òÉK]¤¥Xrfkvzpm¶bwyFoúvð‡¼¤ N°ąO¥«³[ƒéǣű]°Õ\\ÚÊĝŽôîŇÔaâŸBYlďQ[ Ë[ïÒ¥RI|‘`jž]P"],"encodeOffsets":[[126831,44503]]},"properties":{"cp":[125.3245,43.886841],"name":"吉林","childNum":1}},{"id":"230000","geometry":{"type":"MultiPolygon","coordinates":[["@@UƒµNÿ¥īè灋•HÍøƕ¶LŒǽ|g¨|”™Ža¾pViˆdd”~ÈiŒíďÓQġėǐZ΋ŽXb½|ſÃH½ŸKFgɱCģÛÇA‡n™‹jÕc[VĝDZÃ˄Ç_™ £ń³pŽj£º”š¿”»WH´¯”U¸đĢmžtĜyzzNN|g¸÷äűѱĉā~mq^—Œ[ƒ”››”ƒǁÑďlw]¯xQĔ‰¯l‰’€°řĴrŠ™˜BˆÞTxr[tޏĻN_yŸX`biN™Ku…P›£k‚ZĮ—¦[ºxÆÀdhŽĹŀUÈƗCw’áZħÄŭcÓ¥»NAw±qȥnD`{ChdÙFćš}¢‰A±Äj¨]ĊÕjŋ«×`VuÓś~_kŷVÝyh„“VkÄãPs”Oµ—fŸge‚Ň…µf@u_Ù ÙcŸªNªÙEojVx™T@†ãSefjlwH\\pŏäÀvŠŽlY†½d{†F~¦dyz¤PÜndsrhf‹HcŒvlwjFœ£G˜±DύƥY‡yϊu¹XikĿ¦ÏqƗǀOŜ¨LI|FRĂn sª|Cš˜zxAè¥bœfudTrFWÁ¹Am|˜ĔĕsķÆF‡´Nš‰}ć…UŠÕ@Áijſmužç’uð^ÊýowŒFzØÎĕNőžǏȎôªÌŒDŽàĀÄ˄ĞŀƒʀĀƘŸˮȬƬĊ°ƒUŸzou‡xe]}Ž…AyȑW¯ÌmK‡“Q]‹Īºif¸ÄX|sZt|½ÚUΠlkš^p{f¤lˆºlÆW –€A²˜PVܜPH”Êâ]ÎĈÌÜk´\\@qàsĔÄQºpRij¼èi†`¶—„bXƒrBgxfv»ŽuUiˆŒ^v~”J¬mVp´£Œ´VWrnP½ì¢BX‚¬h™ŠðX¹^TjVœŠriªj™tŊÄm€tPGx¸bgRšŽsT`ZozÆO]’ÒFô҆Oƒ‡ŊŒvŞ”p’cGŒêŠsx´DR–Œ{A†„EOr°Œ•žx|íœbˆ³Wm~DVjºéNN†Ëܲɶ­GƒxŷCStŸ}]ûō•SmtuÇÃĕN•™āg»šíT«u}ç½BĵÞʣ¥ëÊ¡Mێ³ãȅ¡ƋaǩÈÉQ‰†G¢·lG|›„tvgrrf«†ptęŘnŠÅĢr„I²¯LiØsPf˜_vĠd„xM prʹšL¤‹¤‡eˌƒÀđK“žïÙVY§]I‡óáĥ]ķ†Kˆ¥Œj|pŇ\\kzţ¦šnņäÔVĂîά|vW’®l¤èØr‚˜•xm¶ă~lÄƯĄ̈́öȄEÔ¤ØQĄ–Ą»ƢjȦOǺ¨ìSŖÆƬy”Qœv`–cwƒZSÌ®ü±DŽ]ŀç¬B¬©ńzƺŷɄeeOĨS’Œfm Ċ‚ƀP̎ēz©Ċ‚ÄÕÊmgŸÇsJ¥ƔˆŊśæ’΁Ñqv¿íUOµª‰ÂnĦÁ_½ä@ê텣P}Ġ[@gġ}g“ɊדûÏWXá¢užƻÌsNͽƎÁ§č՛AēeL³àydl›¦ĘVçŁpśdžĽĺſʃQíÜçÛġԏsĕ¬—Ǹ¯YßċġHµ ¡eå`ļƒrĉŘóƢFì“ĎWøxÊk†”ƈdƬv|–I|·©NqńRŀƒ¤é”eŊœŀ›ˆàŀU²ŕƀB‚Q£Ď}L¹Îk@©ĈuǰųǨ”Ú§ƈnTËÇéƟÊcfčŤ^Xm‡—HĊĕË«W·ċëx³ǔķÐċJā‚wİ_ĸ˜Ȁ^ôWr­°oú¬Ħ…ŨK~”ȰCĐ´Ƕ£’fNÎèâw¢XnŮeÂÆĶŽ¾¾xäLĴĘlļO¤ÒĨA¢Êɚ¨®‚ØCÔ ŬGƠ”ƦYĜ‡ĘÜƬDJ—g_ͥœ@čŅĻA“¶¯@wÎqC½Ĉ»NŸăëK™ďÍQ“Ùƫ[«Ãí•gßÔÇOÝáW‘ñuZ“¯ĥ€Ÿŕā¡ÑķJu¤E Ÿå¯°WKɱ_d_}}vyŸõu¬ï¹ÓU±½@gÏ¿rýD‰†g…Cd‰µ—°MFYxw¿CG£‹Rƛ½Õ{]L§{qqąš¿BÇƻğëšܭNJË|c²}Fµ}›ÙRsÓpg±ŠQNqǫŋRwŕnéÑÉKŸ†«SeYR…ŋ‹@{¤SJ}šD Ûǖ֍Ÿ]gr¡µŷjqWÛham³~S«“„›Ü[","@@ƨƒĶTLÇyqpÇÛqe{~oyen}s‰`q‡iXG”ù]Ëp½“©lɇÁp]Þñ´FÔ^f‘äîºkà˜z¼BUv¬D"]],"encodeOffsets":[[[134456,44547],[127123,51780]]]},"properties":{"cp":[126.642464,45.756967],"name":"黑龙江","childNum":2}},{"id":"320000","geometry":{"type":"Polygon","coordinates":["@@Õg^vÁbnÀ‹`Jnĝ¬ŽòM¶ĘšTÖŒb‚˜e¦¦€{¸ZâćNpŒ©žHp|`ˆmjhŠSEb\\afv`sz^lkŽlj‹Ätg‹¤D˜­¾Xš¿À’|ДiZ„ȀåB·î}GL¢õcßjaŸyBFµÏC^ĭ•cÙt¿sğH]j{s©HM¢ƒQnDÀ©DaÜތ·jgàiDbPufjDk`dPOîƒhw¡ĥ‡¥šG˜ŸP²ĐobºrY†„î¶aHŢ´ ]´‚rılw³r_{£DB_Ûdåuk|ˆŨ¯F Cºyr{XFy™e³Þċ‡¿Â™kĭB¿„MvÛpm`rÚã”@ƹhågËÖƿxnlč¶Åì½Ot¾dJlŠVJʜǀœŞqvnOŠ^ŸJ”Z‘ż·Q}ê͎ÅmµÒ]Žƍ¦Dq}¬R^èĂ´ŀĻĊIԒtžIJyQŐĠMNtœR®òLh‰›Ěs©»œ}OӌGZz¶A\\jĨFˆäOĤ˜HYš†JvÞHNiÜaϚɖnFQlšNM¤ˆB´ĄNöɂtp–ŬdZÅgl•muÇUšŽ“Ş‡Úb¤uŃJŴu»¹Ą•lȖħŴw̌ŵ²ǹǠ͛hĭłƕrçü±Y™rřl¥’i`ã__¢ćSÅr[Çq^ùzWmOĈaŐÝɞï²ʯʊáĘijĒǭPħ͍ôƋĝÄ͎ī‰çÛɈǥ£­ÛmY`ó£Z«§°Ó³QafusNıDž_k}¢m[ÝóDµ—¡RLčiXy‡ÅNïă¡¸iĔϑNÌķoıdōîåŤûHcs}~Ûwbù¹£¦ÓCt‹OPrƒE^ÒoŠg™ĉIµžÛÅʹK…¤½phMˆú`m”R¸¦Pƚg†ÉLRŠs`£¯ãhD„¨|³¤‰C"],"encodeOffsets":[[121451,32518]]},"properties":{"cp":[118.767413,32.041544],"name":"江苏","childNum":1}},{"id":"330000","geometry":{"type":"MultiPolygon","coordinates":[["@@jX^n…","@@sfˆdM‰","@@qP\\xz[_i","@@o\\V’zRZ}mECy","@@‘Rƒ¢‚FX}°[m]","@@Cbœ\\•}","@@e|v\\laus","@@v~s{","@@QxÂF©}","@@¹nŒvÞs©m","@@rQgYIh","@@bi«Z„X","@@p[}ILd","@@À¿|","@@¹dnb’…","@@rS}[Kl","@@g~h}","@@FlCk","@@ůTG°ĄLHm°UF‰","@@OdRe","@@v[u\\","@@FjâL~wyoo~›sµLŒZ","@@¬e¹aH‚","@@\\nÔ¡q]L³ë\\ÿ®ŒQ̆","@@ÊA­©]ª","@@KxŒv{­","@@@hlIk_","@@pWc‡rxp","@@Md|_iA","@@¢…X£½z\\ðpN","@@hlÜ[LykAvyfw^Ež ","@@fp¤MusH","@@®_ma~•LÁ¬’`","@@†@°¡mۛGĕ¨§Ianá[ýƤjfæ‡ÐNž—äGp—","@@iM„t\\","@@Zc[b","@@™X®±GrưZæĉm","@@Z~dOSo|A¿qZv","@@@`”EN£p","@@|–s—","@@@nDi","@@n…a£¾u‰YL¯‰Qª…mĉÅdMˆ•gÇjcº«•ęœ¬­K­´ƒB«Âącoċ\\xK`cįŧ«®á’[~ıxu·Å”KsËɏc¢Ù\\ĭƛëbf¹­ģSƒĜkáƉÔ­ĈZB{ŠaM‘µ‰fzʼnfÓÔŹŁƋǝÊĉ{ğč±g³ne{ç­ií´S¬‚\\ßðK¦w\\™iqªĭiAu‡A­µ”_W¥ƣO\\lċĢttC¨£t`ˆ™PZäuXßBs‡Ļyek€OđġĵHuXBšµ]׌‡­­\\›°®¬F¢¾pµ¼kŘó¬Wät’¸|@ž•L¨¸µr“ºù³Ù~§WI‹ŸZWŽ®’±Ð¨ÒÉx€`‰²pĜ•rOògtÁZ{üÙ[|˜ûŒK‚wsPlU[}¦Rvn`hsª^–nQ´ĘRWb”‚_ rtČFI֊kŠŠĦPJ¶ÖÀÖJĈĄTĚòžC ²@Pú…Øzœ©PœCÈÚœĒ±„hŖ‡l¬â~nm¨f©–iļ«m‡nt–qŒÒTÜÄj“ŠLŽ®E̜Fª²iÊxبžIÈhhst’ˆ’[Ôx†}dtüGæţŔïĬaĸpMËВj碷ðĄÆMzˆjWKĎ¢Q¶˜À_꒖_@ı€i«pZ€gf€¤Nrq]§ĂN®«H±‡yƳí¾×ŊďŀĐÏŴǝĂíÀBŖÕªˆŠÁŐTFqĉ¯³ËCĕģi¨hÜ·ƒñt»¯Ï","@@ºwšZRkĕWK "]],"encodeOffsets":[[[125785,31436],[125729,31431],[125513,31380],[125329,30690],[125223,30438],[125115,30114],[124815,29155],[124419,28746],[124095,28635],[124005,28609],[125000,30713],[125111,30698],[125078,30682],[125150,30684],[124014,28103],[125008,31331],[125411,31468],[125329,31479],[125369,31139],[125626,30916],[125417,30956],[125254,30976],[125199,30997],[125095,31058],[125083,30915],[124885,31015],[125218,30798],[124867,30838],[124755,30788],[124802,30809],[125267,30657],[125218,30578],[125200,30562],[125192,30787],[124968,30474],[125167,30396],[125115,30363],[124955,29879],[124714,29781],[124762,29462],[124325,28754],[124863,30077],[125366,31477]]]},"properties":{"cp":[120.153576,30.287459],"name":"浙江","childNum":43}},{"id":"340000","geometry":{"type":"MultiPolygon","coordinates":[["@@^iuLV\\","@@‚e©Edh","@@´CE¶zAXœêeödK¡~H¸íæAˆȽ—d{ďő“À½W—®£ChŒÃsiŒkkly]_teu[bFa‰Tig‡n{]Gqªo‹ĈMYá|·¥f¥—őaSÕė™NµñĞ«ImŒ_m¿Âa]uĜp …Z_§{Cƒäg¤°r[_Yj‰ÆOdý“[ŽI[á·¥“Q_n‡ùgL¾mz›ˆDÜÆ¶ĊJhšp“c¹˜O]iŠ]œ¥ jtsggDÑ¡“w×jÉ©±›EFˍ­‰Ki”ÛÃÕYv…s•ˆm¬njĻª•§emná}k«ŕˆƒgđ²Ù›DǤ›í¡ªOy›†×Où±@DŸñSęćăÕIÕ¿IµĥO‰‰‰lJÕÍR›Í|JìĻÒåyķrĕq§ÄĩsWÆßŽF¶žX®¿‰mŒ™w…RIޓfßoG‘³¾©uyH‘į{Ɓħ¯AFnuP…ÍÔzšŒV—dàôº^Ðæd´€‡oG¤{S‰¬ćxã}›ŧ×Kǥĩ«žÕOEзÖdÖsƘѨ[’Û^Xr¢¼˜§xvěƵ`K”§ tÒ´Cvlo¸fzŨð¾NY´ı~ÉĔē…ßúLÃϖ_ÈÏ|]ÂÏHl’g`bšežž€n¾¢pU‚h~ƴ˶_‚r sĄ~cž”ƈ]|r c~`¼{À{ȒiJjz`îÀT¥Û³…]’u}›f…ïQl{skl“oNdŸjŸäËzDvčoQŠďHI¦rb“rHĖ~BmlNž“Ra„ĥTX\\{fÁKÁ®T‚œL‘ŠĄMt›ÊgĀD–ŠĄXœƔvDcÎJbt[¤€D@®hh~kt°ǾzÖ@¾ªdb„YhüóV´ŮŒ¨Üc”±r@J|àuYÇԋG·ĚąĐlŪÚpSJ¨ĸˆLvÞcPæķŨŽ®mАˆál‹sgd×mQ¨ųƩޖ¤IΖs’°ŒKZpĄ|XwWdĎµmkǀwÌÕæhºgBĝâqÙĊz›ÖgņtÀÁÊÆá’hEz|WzqD¹€Ÿ°E‡ŧl{ævÜcA`¤C`|´qžxIJkq^³³ŸGšµbƒíZ…¹qpa±ď OH—¦™Ħˆx¢„gPícOl_iCveaOjCh߸i݋bÛªCC¿€m„RV§¢A|tbkĜEÀtîm‚^g´fÄ"]],"encodeOffsets":[[[121722,32278],[119475,30423],[121606,33646]]]},"properties":{"cp":[117.283042,31.86119],"name":"安徽","childNum":3}},{"id":"350000","geometry":{"type":"MultiPolygon","coordinates":[["@@“zht´}[","@@aj^~ĆGå","@@edœŒH…se","@@@vˆPGsyQ","@@‰sBz‚ddW[O","@@SލQy","@@NŽVucW","@@qptB@q","@@‰’¸[iu","@@Q\\pD[_","@@jSwUappI","@@eXª~•","@@AjvFoo","@@fT–›_Çí\\Ÿ™—v|ba¦jZÆy|®","@@IjLg","@@wJI€ˆxš«¼AoNe{M¥Œ","@@K‰±¡Óˆ”Č~N¾™","@@k¡¹Eh~c®uDq‰Zì¡I•~Māe£bN¨gZý¡a±Öcp©PhžI”Ÿ¢Qq…ÇGj‹|¥U™ g[Ky¬ŏ–v@OpˆtÉEŸF„\\@ åA¬ˆV{Xģ‰ĐBy…cpě…¼³Ăp·¤ƒ¥o“hqqÚ¡ŅLsƒ^ᗞ§qlŸÀhH¨MCe»åÇGD¥zPO£čÙkJA¼ß–ėu›ĕeûҍiÁŧS[¡œUŠûŗ½ùěcݧSùĩąSWó«íęACµ›eR—åǃRCÒÇZÍ¢‹ź±^dlsŒtjD¸•‚ZpužÔâÒH¾oLUêÃÔjjēò´ĄW‚ƛ…^Ñ¥‹ĦŸ@Çò–ŠmŒƒOw¡õyJ†yD}¢ďÑÈġfŠZd–a©º²z£šN–ƒjD°Ötj¶¬ZSÎ~¾c°¶Ðm˜x‚O¸¢Pl´žSL|¥žA†ȪĖM’ņIJg®áIJČĒü` ŽQF‡¬h|ÓJ@zµ |ê³È ¸UÖŬŬÀCtrĸr‚]€˜ðŽM¤ĶIJHtÏ A’†žĬkvsq‡^aÎbvŒd–™fÊòSD€´Z^’xPsÞrv‹ƞŀ˜jJd×ŘÉ ®A–ΦĤd€xĆqAŒ†ZR”ÀMźŒnĊ»ŒİÐZ— YX–æJŠyĊ²ˆ·¶q§·–K@·{s‘Xãô«lŗ¶»o½E¡­«¢±¨Yˆ®Ø‹¶^A™vWĶGĒĢžPlzfˆļŽtàAvWYãšO_‡¤sD§ssČġ[kƤPX¦Ž`¶“ž®ˆBBvĪjv©šjx[L¥àï[F…¼ÍË»ğV`«•Ip™}ccÅĥZE‹ãoP…´B@ŠD—¸m±“z«Ƴ—¿å³BRضˆœWlâþäą`“]Z£Tc— ĹGµ¶H™m@_©—kŒ‰¾xĨ‡ôȉðX«½đCIbćqK³Á‹Äš¬OAwã»aLʼn‡ËĥW[“ÂGI—ÂNxij¤D¢ŽîĎÎB§°_JœGsƒ¥E@…¤uć…P‘å†cuMuw¢BI¿‡]zG¹guĮI‹"]],"encodeOffsets":[[[123250,27563],[122541,27268],[123020,27189],[122916,27125],[122887,26845],[122808,26762],[122568,25912],[122778,26197],[122515,26757],[122816,26587],[123388,27005],[122450,26243],[122578,25962],[121255,25103],[120987,24903],[122339,25802],[121042,25093],[122439,26024]]]},"properties":{"cp":[119.306239,26.075302],"name":"福建","childNum":18}},{"id":"360000","geometry":{"type":"Polygon","coordinates":["@@ÖP¬ǦĪØLœŨä~ĈwŠ«|TH£ˆp€c³Ïå¹]ĉđxe{ÎӐ†vOEm°BƂĨİ|G’vz½ª´€H’àp”eJ݆Qšxn‹ÀŠW­žEµàXÅĪt¨ÃĖrÄwÀFÎ|Ă¡”‡WÕ¸cf¥—‘XaęST±m[“r«_gŽmQu~¥V\\OkxtL E¢‹ƒ‘Ú^~ýØkbē–qo슱_Êw§Ñ²ÏƟ뼋mĉŹ‹¿NQ“…YB‹ąrwģcÍ¥B•Ÿ­ŗÊcØiI—žƝĿuŒqtāwO]‘³YCñTeɕš‹caub͈]trlu€ī…B‘ПGsĵıN£ï—^ķqsq¿DūūV՟·´Ç{éĈý‰ÿ›OEˆR_ŸđûIċâJh­ŅıN‘ȩĕB…¦K{Tk³¡OP·wn—µÏd¯}½TÍ«YiµÕsC¯„iM•¤™­•¦¯P|ÿUHv“he¥oFTu‰õ\\ŽOSs‹MòđƇiaºćXŸĊĵà·çhƃ÷ǜ{‘ígu^›đg’m[ÙxiIN‘¶Õ»lđÕwZSƉv©_ÈëJbVk„ĔVÀ¤P¾ºÈMÖxlò~ªÚàGĂ¢B„±’ÌŒK˜y’ñ`w²¹€·Ÿ…`g›ŸsÙfI›ěxŕeykpŽŒudjˆuTfb·hh„¿JdŠ[\\˜„L‚áƔĨƐAĈepˆÀÂMD~ņªe^\\^§„ý©j׍cZ†Ø¨zdÒa¶ˆlҍJŒìõ`oz÷@¤u޸´†ôęöY¼‰HČƶajlÞƩ¥éZ[”|h}^U Œ ¥p„ĄžƦO lt¸Æ €Q\\€ŠaÆ|CnÂOjt­ĚĤd’ÈŒF`’¶„@Ð딠¦ōҞ¨Sêv†HĢÛ@[ƅQoxHŒ—W[ŰîÀt¦DŽ~NĠ¢l–•ĄtZoœCƞÔºCxrpČN˜pj¢{f_Y`_ƒeq’’®Aot`@o‚DXfkp¨|Šs¬\\D‘ÄSfè©Hn¬…^DhÆyøJh“ØxĢĀLʈ„ƠPżċĄwĮ”¶ž"],"encodeOffsets":[[118923,30536]]},"properties":{"cp":[115.892151,28.676493],"name":"江西","childNum":1}},{"id":"370000","geometry":{"type":"MultiPolygon","coordinates":[["@@Xjd]mE","@@itnq","@@Dl@k","@@T‚ŒG—w","@@K¬˜•‰U","@@Wd`c","@@PtMs","@@•LnXlc","@@ppVƒu]Qn","@@cdzAU_","@@udRhnCE…","@@ˆoIƒpP„","@@M{Ŀčwbxƨî’Kš–ÎMĮ]†—ZFˆ½Y]â£ph’™š¶¨râøÀ†ÎǨ¤^ºÄ”Gzˆ~grĚĜlĞÆ„LĆdž¢Îo¦–cv“Kb€gr°Wh”mZp ˆL]LºcU‰Æ­n”żĤÌǜbAnrOAœ´žȊcÀbƦUØrĆUÜøœĬƞ†ŶǬĴóò_A̈«ªdÎɜnb²ĦhņBĖ›žįĦåXćì@L¯´ywƕCéõė ƿ¸‘lµ‚Zæyj|BíÂKN„NnoƈfÈMZwšnŐNàúĂsT„JUš›‚L„îVj„ǎ¾Ē؍‚Dz²XPn±ŴPè¸ŔLƔÜƺ_T‘üÃĤBBċȉöA´fa„˜M¨{«M`‡¶d¡ô‰Ö°šmȰBÔjjŒ´PM|”c^d¤u•ƒ¤Û´Œä«ƢfPk¶Môlˆ]Lb„}su^ke{lC‘…M•rDŠÇ­]NÑFsmoõľH‰yGă{{çrnÓE‰‹ƕZGª¹Fj¢ÿ©}ÌCǷ돡ąuhÛ¡^Kx•C`C\\bÅxì²ĝÝ¿_N‰īCȽĿåB¥¢·IŖÕy\\‡¹kx‡Ã£ČáKµË¤ÁçFQ¡„KtŵƋ]CgÏAùSed‡cÚź—ŠuYfƒyMmhUWpSyGwMPqŀ—›Á¼zK›¶†G•­Y§Ëƒ@–´śÇµƕBmœ@Io‚g——Z¯u‹TMx}C‘‰VK‚ï{éƵP—™_K«™pÛÙqċtkkù]gŽ‹Tğwo•ɁsMõ³ă‡AN£™MRkmEʕč™ÛbMjÝGu…IZ™—GPģ‡ãħE[iµBEuŸDPԛ~ª¼ętŠœ]ŒûG§€¡QMsğNPŏįzs£Ug{đJĿļā³]ç«Qr~¥CƎÑ^n¶ÆéÎR~ݏY’I“] P‰umŝrƿ›‰›Iā‹[x‰edz‹L‘¯v¯s¬ÁY…~}…ťuٌg›ƋpÝĄ_ņī¶ÏSR´ÁP~ž¿Cyžċßdwk´Ss•X|t‰`Ä Èð€AªìÎT°¦Dd–€a^lĎDĶÚY°Ž`ĪŴǒˆ”àŠv\\ebŒZH„ŖR¬ŢƱùęO•ÑM­³Fۃaj"]],"encodeOffsets":[[[123806,39303],[123821,39266],[123742,39256],[123702,39203],[123649,39066],[123847,38933],[123580,38839],[123894,37288],[123043,36624],[123344,38676],[123522,38857],[123628,38858],[118267,36772]]]},"properties":{"cp":[117.000923,36.675807],"name":"山东","childNum":13}},{"id":"410000","geometry":{"type":"MultiPolygon","coordinates":[["@@dXD}~Hgq~ÔNŽ‹„~zkĘHVsDzßjƒŬŒŠŢ`Pûàl¢˜\\ÀœEhŽİgÞē X¼`kš„h•ÍL™ùµP³swIÓzeŠĠð†´E®žÚPt†ºIŊ–ʺ˜L«šŕQGƒ‹Yfa[şu“ßǑ‡ĩų_Z¯ĵÙčC]kbc•¥CS¯ëÍB©ïŽÇߊ_{s–WTtž³xlàcȂzÀD}ÂOQ³ÐTĬµ‚ƑпŸghœł‹Ŧv~††}ÂZž«¤lPǕ£ªÝŴÅR§ØnhcŒtâk‡nύ­ľŹUÓÝdKuķ‡I§oTũÙďkęĆH¸ÓŒ\\ăŒ¿PcnS{wBIvɘĽ[GqµuŸŇôYgûƒZcaŽ©@½Õǽys¯}lgg@­C\\£as€IdÍuCQñ[L±ęk·‹ţb¨©kK—’»›KC²‘òGKmĨS`ƒ˜UQ™nk}AGē”sqaJ¥ĐGR‰ĎpCuÌy ã iMc”plk|tRk†ðœev~^‘´†¦ÜŽSí¿_iyjI|ȑ|¿_»d}qŸ^{“Ƈdă}Ÿtqµ`ŷ飩V¡om½ZÙϋÁRD|JOÈpÀ—Rs’•I{ùÓjuµ{t}uËR‘iŸvGŠçJFjµŠåkWꖴMƒHewixGw½Yŷpµú³XU›½ġy™łå‰kÚwZXˆ·l„¢Á¢K”zO„Λ΀jc¼htoDHr…|­J“½}JZ_¯iPq{tę½ĕ¦Zpĵø«kQ…Ťƒ]MÛfaQpě±ǽ¾]u­Fu‹÷nƒ™čįADp}AjmcEǒaª³o³ÆÍSƇĈÙDIzçƒñİŸ^ˆKNœ™i—Þñ€[œƒaA²zz‰Ì÷Dœ|[šíijgf‚ÕÞd®|`ƒĆ~„oĠƑô³Ŋ‘D×°¯CsˆøÂ«ì‰UMhTº¨¸ǝêWšÔ„DruÂÇZ£Ćš”PZ„žW”~؋Øv¬gèÂÒw¦X¤Ā´oŬ¬Ž²Ês~€€]®tªašpŎJ¨Öº„_ŠŔ–f”Ő\\Ѝ\\Ĝu–”~m²Ƹ›¸fW‰ĦrƔ}Î^gjdfÔ¡J}\\n C˜¦þWxªJRÔŠu¬ĨĨmF†dM{\\d\\ŠYÊ¢ú@@¦ª²SŠÜsC–}fNècbpRmlØ^g„d¢aÒ¢CZˆZxvÆ¶N¿’¢T@€uCœ¬^ĊðÄn|žlIlŽ—Xhun€[","@@hzUq"]],"encodeOffsets":[[[116744,37216],[116480,33048]]]},"properties":{"cp":[113.665412,34.757975],"name":"河南","childNum":2}},{"id":"420000","geometry":{"type":"MultiPolygon","coordinates":[["@@ASd","@@ls{d","@@¾«}{ra®pîÃ\\™›{øCŠËyyB±„b\\›ò˜Ý˜jK›‡L ]ĎĽÌ’JyÚCƈćÎT´Å´pb©È‘dFin~BCo°BĎĚømvŒ®E^vǾ½Ĝ²Ro‚bÜeNŽ„^ĺ£R†¬lĶ÷YoĖ¥Ě¾|sOr°jY`~I”¾®I†{GqpCgyl{‡£œÍƒÍyPL“¡ƒ¡¸kW‡xYlÙæŠšŁĢzœ¾žV´W¶ùŸo¾ZHxjwfx„GNÁ•³Xéæl¶‰EièIH‰ u’jÌQ~v|sv¶Ôi|ú¢Fh˜Qsğ¦ƒSiŠBg™ÐE^ÁÐ{–čnOÂȞUÎóĔ†ÊēIJ}Z³½Mŧïeyp·uk³DsѨŸL“¶_œÅuèw»—€¡WqÜ]\\‘Ò§tƗcÕ¸ÕFÏǝĉăxŻČƟO‡ƒKÉġÿ×wg”÷IÅzCg†]m«ªGeçÃTC’«[‰t§{loWeC@ps_Bp‘­r‘„f_``Z|ei¡—oċMqow€¹DƝӛDYpûs•–‹Ykıǃ}s¥ç³[§ŸcYЧHK„«Qy‰]¢“wwö€¸ïx¼ņ¾Xv®ÇÀµRĠЋžHMž±cÏd„ƒǍũȅȷ±DSyúĝ£ŤĀàtÖÿï[îb\\}pĭÉI±Ñy…¿³x¯N‰o‰|¹H™ÏÛm‹júË~Tš•u˜ęjCöAwě¬R’đl¯ Ñb­‰ŇT†Ŀ_[Œ‘IčĄʿnM¦ğ\\É[T·™k¹œ©oĕ@A¾w•ya¥Y\\¥Âaz¯ãÁ¡k¥ne£Ûw†E©Êō¶˓uoj_Uƒ¡cF¹­[Wv“P©w—huÕyBF“ƒ`R‹qJUw\\i¡{jŸŸEPïÿ½fć…QÑÀQ{ž‚°‡fLԁ~wXg—ītêݾ–ĺ‘Hdˆ³fJd]‹HJ²…E€ƒoU¥†HhwQsƐ»Xmg±çve›]Dm͂PˆoCc¾‹_h”–høYrŊU¶eD°Č_N~øĹĚ·`z’]Äþp¼…äÌQŒv\\rCŒé¾TnkžŐڀÜa‡“¼ÝƆ̶Ûo…d…ĔňТJq’Pb ¾|JŒ¾fXŠƐîĨ_Z¯À}úƲ‹N_ĒĊ^„‘ĈaŐyp»CÇĕKŠšñL³ŠġMŒ²wrIÒŭxjb[œžn«øœ˜—æˆàƒ ^²­h¯Ú€ŐªÞ¸€Y²ĒVø}Ā^İ™´‚LŠÚm„¥ÀJÞ{JVŒųÞŃx×sxxƈē ģMř–ÚðòIf–Ċ“Œ\\Ʈ±ŒdʧĘD†vČ_Àæ~DŒċ´A®µ†¨ØLV¦êHÒ¤"]],"encodeOffsets":[[[113712,34000],[115612,30507],[113649,34054]]]},"properties":{"cp":[114.298572,30.584355],"name":"湖北","childNum":3}},{"id":"430000","geometry":{"type":"MultiPolygon","coordinates":[["@@—n„FZw","@@かÆá‰½ÔXr—†CO™“…ËR‘ïÿĩ­TooQyšÓ[‹ŅBE¬–ÎÓXa„į§Ã¸G °ITxp‰úxÚij¥Ïš–̾ŠedžÄ©ĸG…œàGh‚€M¤–Â_U}Ċ}¢pczfŠþg¤€’ÇôAV‘","@@ȴÚŠĖÁĐiO“Ĝ«BxDõĚiv—ž–S™Ì}iùŒžÜnšÐºGŠ{Šp°M°yŠÂÒzJ²Ì ÂcXëöüiáÿñŽőФ‚ùTz²CȆȸǎۃƑÐc°dPÎŸğ˶[Ƚu¯½WM¡­Éž“’B·rížnZŸÒ `‡¨GA¾\\pē˜XhÆRC­üWGġu…T靧Ŏѝ©êL•M³}_‘‹E‘Çģc®ęisÁPDmÅ{‰b[Rşs·€kPŸŽƥƒóRo”O‹ŸVŸ~]{g\\“êYƪ¦kÝbiċƵŠGZ»Ěõ…ó·³vŝž£ø@pyö_‹ëŽIkѵ‡bcѧy…×dY؎ªiþžˆUjŸŅ³C}ÁN‡»hĻħƏâƓK—ƒA·³CQ±µ§¿AUŠƑ¹AŠtćOw™D]ŒJUÖgk¯b£‘ylƒ›ZƒFËѱH™­}˜•EbóľA–¡»Ku¦·‘³†åş¥ùBDž^{ÌC´­¦ŷJ£^[†‹—ª¿‡ğ|‹ƅ…•N… skóā‡¹¿€ï]ă~÷O§­@—Vm¡‹Qđ¦¢Ĥ{ºjԏŽŒª¥nf´•~ÕoŸž×Ûą‹Gû¥cÑ[Zœ‰¶˜ŨβSÊǔƐ˜ƀƒ’AÚŌ¦QؼrŭŽ­«}NÏürʬŒmjr€@ĘrTW ­SsdHzƓ^ÇÂyUi¯DÅYlŹu{hTœ}mĉ–¹¥ě‰Dÿë©ıÓ[Oº£ž“¥ót€ł¹MՄžƪƒ`Pš…Di–ÛUоÅ‌ìˆU’ñB“È£ýhe‰dy¡oċ€`pfmjP~‚kZa…ZsÐd°wj§ƒ@€Ĵ®w~^‚kÀÅKvNmX\\¨a“”сqvíó¿F„¤¡@ũÑVw}S@j}¾«pĂr–ªg àÀ²NJ¶¶Dô…K‚|^ª†Ž°LX¾ŴäPᜣEXd›”^¶›IJÞܓ~‘u¸ǔ˜Ž›MRhsR…e†`ÄofIÔ\\Ø  i”ćymnú¨cj ¢»–GČìƊÿШXeĈ¾Oð Fi ¢|[jVxrIQŒ„_E”zAN¦zLU`œcªx”OTu RLĪpUžĪ‚ȴ^ŎµªÉžFx…Ü€f¤ºgIJèy°Áb[¦Zb¦–z½xBĖ@ªpº›˜jS´rVźOd©ʪiĎă’JP‡ž`"]],"encodeOffsets":[[[115640,30489],[112577,27316],[114113,30649]]]},"properties":{"cp":[112.982279,28.19409],"name":"湖南","childNum":3}},{"id":"440000","geometry":{"type":"MultiPolygon","coordinates":[["@@QdˆAsa","@@ƒlxDRm","@@sbhNLo","@@Ă ý","@@WltOY[","@@Krœ]‰S","@@e„~AS}","@@I|„Mym","@@ƒÛ³LSŒž²Q","@@nvºB–ë¥cÕº","@@zdšÛ›JmŠ","@@†°³","@@a yAª¸ËJIx،@€ĀHÉÕZ™o•fo…o","@@šs‰ŗÃÔėAƁ›ZšÄ ~°ČP‚‹ºb","@@‹¶Ý’Ì‚vmĞh¹Ĺ","@@HœŠdSjĒ¢D}war…“u«ZqadY{K","@@elŒ\\LqqO","@@~rMmX","@@f„^E","@@øPªoj÷ÍÝħXČx”°Q¨ıXJp","@@gÇƳˆˆ–m’Žxa†tfu","@@E–ÆC½‘","@@¸B_¶ekWvSi‡vc•}p}Ăº¾NĎyj¦Èm thœ†_®žÄ}ˆ»âUzL™Ë‹²‘Aƒā¡ßH©Ùñ}wkNÕ¹ÇO½¿£ēUlƒaUìIžÇª`ŠuTÅxYĒÖ¼k֞’µ‚MžjJÚwn\\h‘œĒv]îh|’È›Ƅøègž¸Ķß ĉĈWb¹ƀdéƌNTtP[ŠöSvrCZžžaGuœbo´ŖÒÇА~¡zCI…özx¢„Pn‹•‰Èñ @ŒĥÒ¦†]ƜŽX³ăĔñiiÄÓVépKG½Ä‘ÓávYo–C·sit‹iaÀy„ŧΡÈYDÑům}‰ý|m[węõĉZÅxUO}÷N¹³ĉo_qtă“qwµŁYلǝŕ¹tïÛUïmRCº…ˆĭ|µ›ÕÊK™½R‘ē ó]‘–GªęAx–ŸNqSF•|ām‡¡diď×YïYWªʼnOeÚtĐ«zđ¹T…ā‡úE™áÎÁWw헟HcòßÎſ¿Çdğ·ùT×Çūʄ¡XgWÀLJğ·¿ÃˆOj YÇ÷Sğ³kzőõm‰™ĝ—[³‹¡VÙæÅöM̳¹pÁaËýý©D©Ü“JŹƕģGą¤{Ùū…ǘO²«BƱéA—Ò‰ĥ‡¡«BhlmtÃPµyU¯uc“d·w_bŝcīímGOŽ€GBȅ‰ŹãĻFŷŽŕ@Óoo¿ē‹±ß}Ž}ÓF÷tIJWÈCőâUâǙI›ğʼn©I›ijEׅÁ”³AĥDĈ±ÌŒÜӔĨ£L]ĈÙƺZǾĆĖMĸĤfŒÎĵl•ŨnȈ‘ĐtF”Š–FĤ–‚êk¶œ^k°f¶gŠŽœ}®Fa˜f`vXŲxl˜„¦–ÔÁ²¬ÐŸ¦pqÊ̲ˆi€XŸØRDÎ}†Ä@ZĠ’s„x®AR~®ETtĄZ†–ƈfŠŠHâÒÐA†µ\\S¸„^wĖkRzŠalŽŜ|E¨ÈNĀňZTŒ’pBh£\\ŒĎƀuXĖtKL–¶G|Ž»ĺEļĞ~ÜĢÛĊrˆO˜Ùîvd]nˆ¬VœÊĜ°R֟pM††–€ƀ¬HbwžEÀˆ˜©Œž\\…¤]ŸI®¥D³|ˎ]CúAЦ…æ’´¥¸Lv¼€•¢ĽBaô–F~—š®²GÌҐEY„„œzk¤’°ahlV՞I^‹šCxĈPŽsB‰ƒºV‰ÀB¶¨R²´D","@@OŽR"]],"encodeOffsets":[[[117381,22988],[116552,22934],[116790,22617],[116973,22545],[116444,22536],[116931,22515],[116496,22490],[116453,22449],[113301,21439],[118726,21604],[118709,21486],[113210,20816],[115482,22082],[113171,21585],[113199,21590],[115232,22102],[115739,22373],[115134,22184],[113056,21175],[119573,21271],[119957,24020],[115859,22356],[116680,26053],[116561,22649]]]},"properties":{"cp":[113.280637,23.125178],"name":"广东","childNum":24}},{"id":"450000","geometry":{"type":"MultiPolygon","coordinates":[["@@H– TI¡U","@@Ɣ_LÊFZg…čP­kini«‹qǀcz͔Y®¬Ů»qR×ō©DՄ‘§ƙǃŵTÉĩ±ŸıdÑnYY›IJvNĆÌØÜ Öp–}e³¦m‹©iÓ|¹Ÿħņ›|ª¦QF¢Â¬ʖovg¿em‡^ucäāmÇÖåB¡Õçĝ}FϼĹ{µHK•sLSđƃr‹č¤[Ag‘oS‹ŇYMÿ§Ç{Fśbky‰lQxĕƒ]T·¶[B…ÑÏGáşşƇe€…•ăYSs­FQ}­Bƒw‘tYğÃ@~…C̀Q ×W‡j˱rÉ¥oÏ ±«ÓÂ¥•ƒ€k—ŽwWűŽue_b—­E›~‰µh¯ecl¯›Ïr¯‡E쉕Jƒğƒ}žw³–Ƈē`ãògK_ÛsUʝ“ćğ¶hŒöŒO¤Ǜn³Žc‘`¡yi–ę–‘[ďĵűMę§]X˜Î_‚훘Û]é’ÛUćİÕBƣ±…dƒy¹T^džûÅÑŦ·‡PĻþÙ`K€¦˜…¢ÍeœĥR¿Œ³£[~Œäu¼dl‰t‚†W¸oRM¢ď\\zœ}Æzdvň–{ÎXF¶°Â_„ÒÂÏL©Ö•TmuŸ¼ãl‰›īkiqéfA„·Êµ\\őDc¥ÝF“y›Ôć˜c€űH_hL܋êĺШc}rn`½„Ì@¸¶ªVLŒŠhŒ‹\\•Ţĺk~ŽĠið°|gŒtTĭĸ^x‘vK˜VGréAé‘bUu›MJ‰VÃO¡…qĂXËS‰ģãlýàŸ_ju‡YÛÒB†œG^˜é֊¶§ŽƒEG”ÅzěƒƯ¤Ek‡N[kdåucé¬dnYpAyČ{`]þ±X’\\’ÞÈk‚¡Ĭj†àh„ÂƄ¢H茠Ŕ⪃LƒĒ^Öm¶ħĊAǦė¸zÚGn£¾›rªŀÜt¬@֛ڈSx~øOŒ˜ŶÐÂæȠ\\„ÈÜObĖw^oބLf¬°bI lTØB̈F£Ć¹gñĤaY“t¿¤VSñœK¸¤nM†¼‚JE±„½¸šŠño‹ÜCƆæĪ^ŠĚQÖ¦^‡ˆˆf´Q†üÜʝz¯šlzUĺš@쇀p¶n]sxtx¶@„~ÒĂJb©gk‚{°‚~c°`ԙ¬rV\\“la¼¤ôá`¯¹LC†ÆbŒxEræO‚v[H­˜„[~|aB£ÖsºdAĐzNÂðsŽÞƔ…Ĥªbƒ–ab`ho¡³F«èVZs„\\\\Œ™ÔRzpp®SŽĪº¨ÖƒºN…ij„d`’a”¦¤F³¢@„`¢ĨĀìhYvlŠĆº¦Ċ•~nS›|gźv^kGƄÀè·"]],"encodeOffsets":[[[111707,21520],[113706,26955]]]},"properties":{"cp":[108.320004,22.82402],"name":"广西","childNum":2}},{"id":"460000","geometry":{"type":"Polygon","coordinates":["@@š¦Ŝil¢”XƦ‘ƞò–ïè§ŞCêɕrŧůÇąĻõ™·ĉ³œ̅kÇm@ċȧƒŧĥ‰Ľʉ­ƅſ“ȓÒ˦ŝE}ºƑ[ÍĜȋ gÎfǐÏĤ¨êƺ\\Ɔ¸ĠĎvʄȀœÐ¾jNðĀÒRŒšZdž™zМŒĊ†¢DÀɘZ"],"encodeOffsets":[[112750,20508]]},"properties":{"cp":[110.33119,20.031971],"name":"海南","childNum":1}},{"id":"510000","geometry":{"type":"MultiPolygon","coordinates":[["@@LqSn","@@ĆOìÛÐ@Ğ™ǔNY{¤Á§d…i“´ezÝúØãwŒƒIŸþËQǦÃqɞSJ»ĂéʔõÔƁİlƞ¹„§Ĭqt‘ÀƄmÀêErĒtD®ċæcQƒ”E®³^ĭ¥©l}äQto˜ŖÜqƎkµ–„ªÔĻĴ¡@Ċ°B²Èw^^RsºT£ڿœQP‘JvÄz„^Đ¹Æ¯fLà´GC²‘dt˜­ĀRt¼¤ĦOðğfÔðDŨŁĞƘïžPȆ®âbMüÀXZ ¸£@Ś›»»QÉ­™]d“sÖ×_͖_ÌêŮPrĔĐÕGĂeZÜîĘqBhtO ¤tE[h|Y‹Ô‚ZśÎs´xº±UŒ’ñˆt|O’ĩĠºNbgþŠJy^dÂY Į„]Řz¦gC‚³€R`Šz’¢AjŒ¸CL„¤RÆ»@­Ŏk\\Ç´£YW}z@Z}‰Ã¶“oû¶]´^N‡Ò}èN‚ª–P˜Íy¹`S°´†ATe€VamdUĐwʄvĮÕ\\ƒu‹Æŗ¨Yp¹àZÂm™Wh{á„}WØǍ•Éüw™ga§ßAYŸrÅÂQĀÕ¬LŐý®X˜øxª½Ű¦¦[€—þ„`ÜUÖ´òrÙŠ°²Äk„ijnDX{Uƒ~ET{ļº¦PZc”jF²Ė@Žp˜g€ˆ¨“B{ƒu¨ŦyhoÚD®¯¢˜ WòàFΤ¨GDäz¦kŮPœġq˚¥À]€Ÿ˜eŽâÚ´ªKxī„Pˆ—Ö|æ[xäJÞĥ‚s’NÖ½ž€I†¬nĨY´®Ð—ƐŠ€mD™ŝuäđđEb…e’e_™v¡}ìęNJē}q”É埁T¯µRs¡M@}ůa†a­¯wvƉåZwž\\Z{åû`Ÿ†[±oi•‘JDŦ]‘‰ĕãïrG •réÏ·~ąSfy×͂·ºſƽĵȁŗūmHQ¡Y¡®ÁÃ×t«ƒ­Tƒ¤J–JJŒyJ•ÈŠ`Ohߦ¡uËhIyCjmÿw…ZG……Ti‹SˆsO‰žB²ŸfNmsPaˆ{M{ŠõE‘^Hj}gYpaeuž¯‘oáwHjÁ½M¡pM“–uå‡mni{fk”\\oƒÎqCw†EZ¼K›ĝŠƒAy{m÷L‡wO×SimRI¯rK™õBS«sFe‡]fµ¢óY_ÆPRcue°Cbo׌bd£ŌIHgtrnyPt¦foaXďx›lBowz‹_{ÊéWiêE„GhܸºuFĈIxf®Ž•Y½ĀǙ]¤EyŸF²ċ’w¸¿@g¢§RGv»–áŸW`ÃĵJwi]t¥wO­½a[׈]`Ãi­üL€¦LabbTÀå’c}Íh™Æhˆ‹®BH€î|Ék­¤S†y£„ia©taį·Ɖ`ō¥Uh“O…ƒĝLk}©Fos‰´›Jm„µlŁu—…ø–nÑJWΪ–YÀïAetTžŅ‚ӍG™Ë«bo‰{ıwodƟ½ƒžOġܑµxàNÖ¾P²§HKv¾–]|•B‡ÆåoZ`¡Ø`ÀmºĠ~ÌЧnDž¿¤]wğ@sƒ‰rğu‰~‘Io”[é±¹ ¿žſđӉ@q‹gˆ¹zƱřaí°KtǤV»Ã[ĩǭƑ^ÇÓ@ỗs›Zϕ‹œÅĭ€Ƌ•ěpwDóÖሯneQˌq·•GCœýS]xŸ·ý‹q³•O՜Œ¶Qzßti{ř‰áÍÇWŝŭñzÇW‹pç¿JŒ™‚Xœĩè½cŒF–ÂLiVjx}\\N†ŇĖ¥Ge–“JA¼ÄHfÈu~¸Æ«dE³ÉMA|b˜Ò…˜ćhG¬CM‚õŠ„ƤąAvƒüV€éŀ‰_V̳ĐwQj´·ZeÈÁ¨X´Æ¡Qu·»Ÿ“˜ÕZ³ġqDo‰y`L¬gdp°şŠp¦ėìÅĮZްIä”h‚‘ˆzŠĵœf²å ›ĚрKp‹IN|‹„Ñz]ń……·FU×é»R³™MƒÉ»GM«€ki€™ér™}Ã`¹ăÞmȝnÁîRǀ³ĜoİzŔwǶVÚ£À]ɜ»ĆlƂ²Ġ…þTº·àUȞÏʦ¶†I’«dĽĢdĬ¿–»Ĕ׊h\\c¬†ä²GêëĤł¥ÀǿżÃÆMº}BÕĢyFVvw–ˆxBèĻĒ©Ĉ“t@Ğû¸£B¯¨ˋäߜkŽķŒ½ª“ôNԓ~t¼Ŵ„u„œ^s¼{TA¼ø°¢İªDè¾Ň¶ÝJ‘®Z´ğ~Sn|ªWÚ©òzPOȸ‚bð¢|‹øĞŠŒœŠA"]],"encodeOffsets":[[[108815,30935],[100197,35028]]]},"properties":{"cp":[104.065735,30.659462],"name":"四川","childNum":2}},{"id":"520000","geometry":{"type":"MultiPolygon","coordinates":[["@@†G\\†lY£‘cj","@@q‚|ˆ‚mc¯vωV","@@hÑ£Is‡NgßH†›HªķÃh_¹ƒ¡ĝħń¦uيùŽgS¯JHŸ|sÝÅtÁïyMDč»eÕtA¤{b\\}—ƒG®u\\åPFq‹wÅaD…žK°ºâ_£ùbµ”mÁ‹ÛœĹM[q|hlaªāI}тƒµ@swtwm^oµˆD鼊yV™ky°ÉžûÛR…³‚‡eˆ‡¥]RՋěħ[ƅåÛDpŒ”J„iV™™‰ÂF²I…»mN·£›LbÒYb—WsÀbŽ™pki™TZĄă¶HŒq`……ĥ_JŸ¯ae«ƒKpÝx]aĕÛPƒÇȟ[ÁåŵÏő—÷Pw}‡TœÙ@Õs«ĿÛq©½œm¤ÙH·yǥĘĉBµĨÕnđ]K„©„œá‹ŸG纍§Õßg‡ǗĦTèƤƺ{¶ÉHÎd¾ŚÊ·OÐjXWrãLyzÉAL¾ę¢bĶėy_qMĔąro¼hĊžw¶øV¤w”²Ĉ]ʚKx|`ź¦ÂÈdr„cȁbe¸›`I¼čTF´¼Óýȃr¹ÍJ©k_șl³´_pН`oÒh޶pa‚^ÓĔ}D»^Xyœ`d˜[Kv…JPhèhCrĂĚÂ^Êƌ wˆZL­Ġ£šÁbrzOIl’MM”ĪŐžËr×ÎeŦŽtw|Œ¢mKjSǘňĂStÎŦEtqFT†¾†E쬬ôxÌO¢Ÿ KгŀºäY†„”PVgŎ¦Ŋm޼VZwVlŒ„z¤…ž£Tl®ctĽÚó{G­A‡ŒÇgeš~Αd¿æaSba¥KKûj®_ć^\\ؾbP®¦x^sxjĶI_Ä X‚⼕Hu¨Qh¡À@Ëô}ޱžGNìĎlT¸ˆ…`V~R°tbÕĊ`¸úÛtπFDu€[ƒMfqGH·¥yA‰ztMFe|R‚_Gk†ChZeÚ°to˜v`x‹b„ŒDnÐ{E}šZ˜è€x—†NEފREn˜[Pv@{~rĆAB§‚EO¿|UZ~ì„Uf¨J²ĂÝÆ€‚sª–B`„s¶œfvö¦ŠÕ~dÔq¨¸º»uù[[§´sb¤¢zþFœ¢Æ…Àhˆ™ÂˆW\\ıŽËI݊o±ĭŠ£þˆÊs}¡R]ŒěƒD‚g´VG¢‚j±®è†ºÃmpU[Á›‘Œëº°r›ÜbNu¸}Žº¼‡`ni”ºÔXĄ¤¼Ôdaµ€Á_À…†ftQQgœR—‘·Ǔ’v”}Ýלĵ]µœ“Wc¤F²›OĩųãW½¯K‚©…]€{†LóµCIµ±Mß¿hŸ•©āq¬o‚½ž~@i~TUxð´Đhw­ÀEîô‚uĶ‚’“‚b[§nWuMÆJl½]vuıµb"]],"encodeOffsets":[[[112158,27383],[112105,27474],[112095,27476]]]},"properties":{"cp":[106.713478,26.578343],"name":"贵州","childNum":3}},{"id":"530000","geometry":{"type":"Polygon","coordinates":["@@[„ùx½}ÑRH‘YīĺûsÍn‘iEoã½Ya²ė{c¬ĝg•ĂsA•ØÅwď‚õzFjw}—«Dx¿}UũlŸê™@•HÅ­F‰¨ÇoJ´Ónũuą¡Ã¢pÒŌ“Ø TF²‚xa²ËX€‚cʋlHîAßËŁkŻƑŷÉ©h™W­æßU‡“Ës¡¦}•teèÆ¶StǀÇ}Fd£j‹ĈZĆÆ‹¤T‚č\\Dƒ}O÷š£Uˆ§~ŃG™‚åŃDĝ¸œTsd¶¶Bªš¤u¢ŌĎo~t¾ÍŶÒtD¦Ú„iôö‰€z›ØX²ghįh½Û±¯€ÿm·zR¦Ɵ`ªŊÃh¢rOԍ´£Ym¼èêf¯ŪĽn„†cÚbŒw\\zlvWžªâˆ ¦g–mĿBş£¢ƹřbĥkǫßeeZkÙIKueT»sVesb‘aĕ  ¶®dNœĄÄpªyސ¼—„³BE˜®l‡ŽGœŭCœǶwêżĔÂe„pÍÀQƞpC„–¼ŲÈ­AÎô¶R„ä’Q^Øu¬°š_Èôc´¹ò¨P΢hlϦ´Ħ“Æ´sâDŽŲPnÊD^¯°’Upv†}®BP̪–jǬx–Söwlfòªv€qĸ|`H€­viļ€ndĜ­Ćhň•‚em·FyށqóžSᝑ³X_ĞçêtryvL¤§z„¦c¦¥jnŞk˜ˆlD¤øz½ĜàžĂŧMÅ|áƆàÊcðÂF܎‚áŢ¥\\\\º™İøÒÐJĴ‡„îD¦zK²ǏÎEh~’CD­hMn^ÌöÄ©ČZÀžaü„fɭyœpį´ěFűk]Ôě¢qlÅĆÙa¶~Äqššê€ljN¬¼H„ÊšNQ´ê¼VظE††^ŃÒyŒƒM{ŒJLoÒœęæŸe±Ķ›y‰’‡gã“¯JYÆĭĘëo¥Š‰o¯hcK«z_pŠrC´ĢÖY”—¼ v¸¢RŽÅW³Â§fǸYi³xR´ďUˊ`êĿU„û€uĆBƒƣö‰N€DH«Ĉg†——Ñ‚aB{ÊNF´¬c·Åv}eÇÃGB»”If•¦HňĕM…~[iwjUÁKE•Ž‹¾dĪçW›šI‹èÀŒoÈXòyŞŮÈXâÎŚŠj|àsRy‹µÖ›–Pr´þŒ ¸^wþTDŔ–Hr¸‹žRÌmf‡żÕâCôox–ĜƌÆĮŒ›Ð–œY˜tâŦÔ@]ÈǮƒ\\μģUsȯLbîƲŚºyh‡rŒŠ@ĒԝƀŸÀ²º\\êp“’JŠ}ĠvŠqt„Ġ@^xÀ£È†¨mËÏğ}n¹_¿¢×Y_æpˆÅ–A^{½•Lu¨GO±Õ½ßM¶w’ÁĢۂP‚›Ƣ¼pcIJxŠ|ap̬HšÐŒŊSfsðBZ¿©“XÏÒK•k†÷Eû¿‰S…rEFsÕūk”óVǥʼniTL‚¡n{‹uxţÏh™ôŝ¬ğōN“‘NJkyPaq™Âğ¤K®‡YŸxÉƋÁ]āęDqçgOg†ILu—\\_gz—]W¼ž~CÔē]bµogpў_oď`´³Țkl`IªºÎȄqÔþž»E³ĎSJ»œ_f·‚adÇqƒÇc¥Á_Źw{™L^ɱćx“U£µ÷xgĉp»ĆqNē`rĘzaĵĚ¡K½ÊBzyäKXqiWPÏɸ½řÍcÊG|µƕƣG˛÷Ÿk°_^ý|_zċBZocmø¯hhcæ\\lˆMFlư£Ĝ„ÆyH“„F¨‰µêÕ]—›HA…àӄ^it `þßäkŠĤÎT~Wlÿ¨„ÔPzUC–NVv [jâôDôď[}ž‰z¿–msSh‹¯{jïğl}šĹ[–őŒ‰gK‹©U·µË@¾ƒm_~q¡f¹…ÅË^»‘f³ø}Q•„¡Ö˳gͱ^ǁ…\\ëÃA_—¿bW›Ï[¶ƛ鏝£F{īZgm@|kHǭƁć¦UĔťƒ×ëǟ…eċ¼ȡȘÏíBə£āĘPªij¶“ʼnÿ‡y©n‰ď£G¹¡I›Š±LÉĺÑdĉ܇W¥˜‰}g˜Á†{aqÃ¥aŠıęÏZ—Á`"],"encodeOffsets":[[104636,22969]]},"properties":{"cp":[102.712251,25.040609],"name":"云南","childNum":1}},{"id":"540000","geometry":{"type":"Polygon","coordinates":["@@hžľxŽŖ‰xƒÒVކºÅâAĪÝȆµę¯Ňa±r_w~uSÕň‘qOj]ɄQ…£Z……UDûoY’»©M[‹L¼qãË{V͕çWViŽ]ë©Ä÷àyƛh›ÚU°ŒŒa”d„cQƒ~Mx¥™caŸÛcSyF—ցk­ŒuRýq¿Ôµ•QĽ³aG{¿FµëªéĜÿª@¬·–K‰·àariĕĀ«V»Ŷ™Ĵū˜gèLǴŇƶaf‹tŒèBŚ£^Šâ†ǐÝ®–šM¦ÁǞÿ¬LhŸŽJ¾óƾƺcxw‹f]Y…´ƒ¦|œQLn°aœdĊ…œ\\¨o’œǀÍŎœ´ĩĀd`tÊQŞŕ|‚¨C^©œĈ¦„¦ÎJĊ{ŽëĎjª²rЉšl`¼Ą[t|¦St辉PŒÜK¸€d˜Ƅı]s¤—î_v¹ÎVòŦj˜£Əsc—¬_Ğ´|٘¦Avަw`ăaÝaa­¢e¤ı²©ªSªšÈMĄwžÉØŔì@T‘¤—Ę™\\õª@”þo´­xA s”ÂtŎKzó²Çȵ¢rž^nĊ­Æ¬×üGž¢‚³ {âĊ]š™G‚~bÀgVjzlhǶf€žOšfdЉªB]pj„•TO–tĊ‚n¤}®¦ƒČ¥d¢¼»ddš”Y¼Žt—¢eȤJ¤}Ǿ¡°§¤AГlc@ĝ”sªćļđAç‡wx•UuzEÖġ~AN¹ÄÅȀݦ¿ģŁéì±H…ãd«g[؉¼ēÀ•cīľġ¬cJ‘µ…ÐʥVȝ¸ßS¹†ý±ğkƁ¼ą^ɛ¤Ûÿ‰b[}¬ōõÃ]ËNm®g@•Bg}ÍF±ǐyL¥íCˆƒIij€Ï÷њį[¹¦[⚍EÛïÁÉdƅß{âNÆāŨߝ¾ě÷yC£‡k­´ÓH@¹†TZ¥¢įƒ·ÌAЧ®—Zc…v½ŸZ­¹|ŕWZqgW“|ieZÅYVӁqdq•bc²R@†c‡¥Rã»Ge†ŸeƃīQ•}J[ғK…¬Ə|o’ėjġĠÑN¡ð¯EBčnwôɍėªƒ²•CλŹġǝʅįĭạ̃ūȹ]ΓͧgšsgȽóϧµǛ†ęgſ¶ҍć`ĘąŌJޚä¤rÅň¥ÖÁUětęuůÞiĊÄÀ\\Æs¦ÓRb|Â^řÌkÄŷ¶½÷‡f±iMݑ›‰@ĥ°G¬ÃM¥n£Øą‚ğ¯ß”§aëbéüÑOčœk£{\\‘eµª×M‘šÉfm«Ƒ{Å׃Gŏǩãy³©WÑăû‚··‘Q—òı}¯ã‰I•éÕÂZ¨īès¶ZÈsŽæĔTŘvŽgÌsN@îá¾ó@‰˜ÙwU±ÉT廣TđŸWxq¹Zo‘b‹s[׌¯cĩv‡Œėŧ³BM|¹k‰ªħ—¥TzNYnݍßpęrñĠĉRS~½ŠěVVе‚õ‡«ŒM££µB•ĉ¥áºae~³AuĐh`Ü³ç@BۘïĿa©|z²Ý¼D”£à貋ŸƒIƒû›I ā€óK¥}rÝ_Á´éMaň¨€~ªSĈ½Ž½KÙóĿeƃÆBŽ·¬ën×W|Uº}LJrƳ˜lŒµ`bÔ`QˆˆÐÓ@s¬ñIŒÍ@ûws¡åQÑßÁ`ŋĴ{Ī“T•ÚÅTSij‚‹Yo|Ç[ǾµMW¢ĭiÕØ¿@˜šMh…pÕ]j†éò¿OƇĆƇp€êĉâlØw–ěsˆǩ‚ĵ¸c…bU¹ř¨WavquSMzeo_^gsÏ·¥Ó@~¯¿RiīB™Š\\”qTGªÇĜçPoŠÿfñòą¦óQīÈáP•œābß{ƒZŗĸIæÅ„hnszÁCËìñšÏ·ąĚÝUm®ó­L·ăU›Èíoù´Êj°ŁŤ_uµ^‘°Œìǖ@tĶĒ¡Æ‡M³Ģ«˜İĨÅ®ğ†RŽāð“ggheÆ¢z‚Ê©Ô\\°ÝĎz~ź¤Pn–MĪÖB£Ÿk™n鄧żćŠ˜ĆK„ǰ¼L¶è‰âz¨u¦¥LDĘz¬ýÎmĘd¾ß”Fz“hg²™Fy¦ĝ¤ċņbΛ@y‚Ąæm°NĮZRÖíŽJ²öLĸÒ¨Y®ƌÐV‰à˜tt_ڀÂyĠzž]Ţh€zĎ{†ĢX”ˆc|šÐqŽšfO¢¤ög‚ÌHNŽ„PKŖœŽ˜Uú´xx[xˆvĐCûŠìÖT¬¸^}Ìsòd´_އKgžLĴ…ÀBon|H@–Êx˜—¦BpŰˆŌ¿fµƌA¾zLjRxжF”œkĄźRzŀˆ~¶[”´Hnª–VƞuĒ­È¨ƎcƽÌm¸ÁÈM¦x͊ëÀxdžB’šú^´W†£–d„kɾĬpœw‚˂ØɦļĬIŚœÊ•n›Ŕa¸™~J°î”lɌxĤÊÈðhÌ®‚g˜T´øŽàCˆŽÀ^ªerrƘdž¢İP|Ė ŸWœªĦ^¶´ÂL„aT±üWƜ˜ǀRšŶUńšĖ[QhlLüA†‹Ü\\†qR›Ą©"],"encodeOffsets":[[90849,37210]]},"properties":{"cp":[91.132212,29.660361],"name":"西藏","childNum":1}},{"id":"610000","geometry":{"type":"Polygon","coordinates":["@@¸œÂW¢xR­—ƒFq§uF—Œ@NŸ¢XLƒŠRMº[ğȣſï|¥J™kc`sʼnǷ’£Y³‹WN«ùM‘ëï³ÛIg÷±mTșڍÒķø©—þ¥ƒy‚ÓŸğęmWµÎumZyOŅƟĥÓ~sÑL¤µaŅY¦ocyZ{‰y c]{ŒTa©ƒ`U_Ěē£ωÊƍKù’K¶ȱÝƷ§{û»ÅÁȹÍéuij|¹cÑd‘ŠìUYƒŽO‘uF–ÕÈYvÁCqӃT•Ǣí§·S¹NgŠV¬ë÷Át‡°Dد’C´ʼnƒópģ}„ąiE˅FŸŸéGU¥×K…§­¶³B‹Č}C¿åċ`wġB·¤őcƭ²ő[Å^axwQO…ñJÙïŚ•ĤNĔŸwƇˆÄŠńwĪ­Šo[„_KÓª³“ÙnK‰Çƒěœÿ]ď€ă_d©·©Ýŏ°Ù®g]±„Ÿ‡ßš×¥¬÷m\\›iaǑkěX{¢|ZKlçhLt€Ňîŵ€œè[€É@ƉĄEœ‡tƇÏ˜³­ħZ«mJ…›×¾‘MtÝĦ£IwÄå\\Õ{‡˜ƒOwĬ©LÙ³ÙT“ª¿^™¦r̛ĢŭO¥lãyC§HÍ£ßEñŸX¡—­°ÙCgpťz‘ˆb`wI„vA|¥”‡—hoĕ@E±“iYd¥OÿµÇvPŒW|mCƒĴŜǂ҈W¶¸AĜh^Wx{@„¬‚­F¸¡„ķn£P|ŸªĴ@^ĠĈæb–Ôc¶l˜Yi…–^Mi˜cϰÂ[ä€vï¶gv@À“Ĭ·lJ¸sn|¼u~a]’ÆÈtŌºJp’ƒþ£KKf~ЦUbyäIšĺãn‡Ô¿^­žŵMT–hĠܤko¼Ŏìąǜh`[tŒRd²IJ_œXPrɲ‰l‘‚XžiL§àƒ–¹ŽH˜°Ȧqº®QC—bA†„ŌJ¸ĕÚ³ĺ§ `d¨YjžiZvRĺ±öVKkjGȊĐePОZmļKÀ€‚[ŠŽ`ösìh†ïÎoĬdtKÞ{¬èÒÒBŒÔpIJÇĬJŊ¦±J«ˆ[©ārH€µàåVKe§|P²ÇÓ·vUz‰gnN¾yI@oŸHĆۄķhx“e‘n¡QQ’±”ƝJ‹ǖRbzy€¸ËАl›¼EºpĤ¼Œx¼½~Ğ’”à@†ÚüdK^ˆmÌSjˆp²—ȮµšûG™Ħ}Ħšðǚ¶òƄ€jɂz°{ºØkÈęâ¦jª‚Bg‚\\œċ°s¬Ž’]jžú ‚E”Ȍdž¬s„t‡”RˆÆdĠݎwܔ¸ôW¾ƮłÒ_{’Ìšû¼„jº¹¢GǪÒ¯ĘƒZ`ºŊƒecņąš~BÂgzpâēòYƲȐπ"],"encodeOffsets":[[113634,40474]]},"properties":{"cp":[108.948024,34.263161],"name":"陕西","childNum":1}},{"id":"620000","geometry":{"type":"MultiPolygon","coordinates":[["@@Vu_^","@@ų‹EĠtt~nkh`Q‰¦ÅÄÜdw˜Ab×ĠąJˆ¤DüègĺqBqœj°lI¡Ĩ¶šĖIHdš‰ŠjΑBаaZˆ¢KJŽ’O[|A£žDx}Nì•HUnrk„ kp€¼Y kMJn[aG‚áÚÏ[½rc†}aQxOgsPMnUs‡nc‹Z…ž–sKúvA›t„Þġ’£®ĀYKdnFwš¢JE°”Latf`¼h¬we|€Æ‡šbj}GA€·~WŽ”—`†¢MC¤tL©IJ°qdf”O‚“bÞĬ¹ttu`^ZúE`Œ[@„Æsîz®¡’C„ƳƜG²“R‘¢R’m”fŽwĸg܃‚ą G@pzJM½mŠhVy¸uÈÔO±¨{LfæU¶ßGĂq\\ª¬‡²I‚¥IʼnÈīoı‹ÓÑAçÑ|«LÝcspīðÍg…të_õ‰\\ĉñLYnĝg’ŸRǡÁiHLlõUĹ²uQjYi§Z_c¨Ÿ´ĹĖÙ·ŋI…ƒaBD˜­R¹ȥr—¯G•ºß„K¨jWk’ɱŠOq›Wij\\a­‹Q\\sg_ĆǛōëp»£lğۀgS•ŶN®À]ˆÓäm™ĹãJaz¥V}‰Le¤L„ýo‘¹IsŋÅÇ^‘Žbz…³tmEÁ´aйcčecÇN•ĊãÁ\\蝗dNj•]j†—ZµkÓda•ćå]ğij@ ©O{¤ĸm¢ƒE·®ƒ«|@Xwg]A챝‡XǁÑdzªc›wQÚŝñsÕ³ÛV_ýƒ˜¥\\ů¥©¾÷w—Ž©WÕÊĩhÿÖÁRo¸V¬âDb¨šhûx–Ê×nj~Zâƒg|šXÁnßYoº§ZÅŘvŒ[„ĭÖʃuďxcVbnUSf…B¯³_Tzº—ΕO©çMÑ~Mˆ³]µ^püµ”ŠÄY~y@X~¤Z³€[Èōl@®Å¼£QKƒ·Di‹¡By‘ÿ‰Q_´D¥hŗyƒ^ŸĭÁZ]cIzý‰ah¹MĪğP‘s{ò‡‹‘²Vw¹t³Ŝˁ[ŽÑ}X\\gsFŸ£sPAgěp×ëfYHāďÖqēŭOÏë“dLü•\\iŒ”t^c®šRʺ¶—¢H°mˆ‘rYŸ£BŸ¹čIoľu¶uI]vģSQ{ƒUŻ”Å}QÂ|̋°ƅ¤ĩŪU ęĄžÌZҞ\\v˜²PĔ»ƢNHƒĂyAmƂwVmž`”]ȏb•”H`‰Ì¢²ILvĜ—H®¤Dlt_„¢JJÄämèÔDëþgºƫ™”aʎÌrêYi~ ÎݤNpÀA¾Ĕ¼b…ð÷’Žˆ‡®‚”üs”zMzÖĖQdȨý†v§Tè|ªH’þa¸|šÐ ƒwKĢx¦ivr^ÿ ¸l öæfƟĴ·PJv}n\\h¹¶v†·À|\\ƁĚN´Ĝ€çèÁz]ġ¤²¨QÒŨTIl‡ªťØ}¼˗ƦvÄùØE‹’«Fï˛Iq”ōŒTvāÜŏ‚íÛߜÛV—j³âwGăÂíNOŠˆŠPìyV³ʼnĖýZso§HіiYw[߆\\X¦¥c]ÔƩÜ·«j‡ÐqvÁ¦m^ċ±R™¦΋ƈťĚgÀ»IïĨʗƮްƝ˜ĻþÍAƉſ±tÍEÕÞāNU͗¡\\ſčåÒʻĘm ƭÌŹöʥ’ëQ¤µ­ÇcƕªoIýˆ‰Iɐ_mkl³ă‰Ɠ¦j—¡Yz•Ňi–}Msßõ–īʋ —}ƒÁVmŸ_[n}eı­Uĥ¼‘ª•I{ΧDӜƻėoj‘qYhĹT©oūĶ£]ďxĩ‹ǑMĝ‰q`B´ƃ˺Ч—ç~™²ņj@”¥@đ´ί}ĥtPńǾV¬ufӃÉC‹tÓ̻‰…¹£G³€]ƖƾŎĪŪĘ̖¨ʈĢƂlɘ۪üºňUðǜȢƢż̌ȦǼ‚ĤŊɲĖ­KqĘʼn¼ĔDzņɾªǀÞĈĂD†½ĄĎÌŗĞrôñnŽœN¼â¾ʄľԆ|DŽŽ֦ज़ȗlj̘̭ɺƅêgV̍ʆĠ·ÌĊv|ýĖÕWĊǎÞ´õ¼cÒÒBĢ͢UĜð͒s¨ňƃLĉÕÝ@ɛƯ÷¿Ľ­ĹeȏijëCȚDŲyê×Ŗyò¯ļcÂßY…tÁƤyAã˾J@ǝrý‹‰@¤…rz¸oP¹ɐÚyᐇHŸĀ[Jw…cVeȴϜ»ÈŽĖ}ƒŰŐèȭǢόĀƪÈŶë;Ñ̆ȤМľĮEŔ—ĹŊũ~ËUă{ŸĻƹɁύȩþĽvĽƓÉ@ē„ĽɲßǐƫʾǗĒpäWÐxnsÀ^ƆwW©¦cÅ¡Ji§vúF¶Ž¨c~c¼īŒeXǚ‹\\đ¾JŽwÀďksãA‹fÕ¦L}wa‚o”Z’‹D½†Ml«]eÒÅaɲáo½FõÛ]ĻÒ¡wYR£¢rvÓ®y®LF‹LzĈ„ôe]gx}•|KK}xklL]c¦£fRtív¦†PŨ£","@@Mš T‡¥"]],"encodeOffsets":[[[108619,36299],[108594,36341],[108600,36306]]]},"properties":{"cp":[103.823557,36.058039],"name":"甘肃","childNum":3}},{"id":"630000","geometry":{"type":"MultiPolygon","coordinates":[["@@InJo","@@CƒÆ½OŃĦsΰ~dz¦@@“Ņiš±è}ؘƄ˹A³r_ĞŠǒNΌĐw¤^ŬĵªpĺSZg’rpiƼĘԛ¨C|͖J’©Ħ»®VIJ~f\\m `Un„˜~ʌŸ•ĬàöNt•~ňjy–¢Zi˜Ɣ¥ĄŠk´nl`JʇŠJþ©pdƖ®È£¶ìRʦ‘źõƮËnŸʼėæÑƀĎ[‚˜¢VÎĂMÖÝÎF²sƊƀÎBļýƞ—¯ʘƭðħ¼Jh¿ŦęΌƇš¥²Q]Č¥nuÂÏriˆ¸¬ƪÛ^Ó¦d€¥[Wà…x\\ZŽjҕ¨GtpþYŊĕ´€zUO뇉P‰îMĄÁxH´á˜iÜUà›îÜՁĂÛSuŎ‹r“œJð̬EŒ‘FÁú×uÃÎkr“Ē{V}İ«O_ÌËĬ©ŽÓŧSRѱ§Ģ£^ÂyèçěM³Ƃę{[¸¿u…ºµ[gt£¸OƤĿéYŸõ·kŸq]juw¥Dĩƍ€õÇPéĽG‘ž©ã‡¤G…uȧþRcÕĕNy“yût“ˆ­‡ø‘†ï»a½ē¿BMoᣟÍj}éZËqbʍš“Ƭh¹ìÿÓAçãnIáI`ƒks£CG­ě˜Uy×Cy•…’Ÿ@¶ʡÊBnāzG„ơMē¼±O÷õJËĚăVŸĪũƆ£Œ¯{ËL½Ìzż“„VR|ĠTbuvJvµhĻĖH”Aëáa…­OÇðñęNw‡…œľ·L›mI±íĠĩPÉ×®ÿs—’cB³±JKßĊ«`…ađ»·QAmO’‘Vţéÿ¤¹SQt]]Çx€±¯A@ĉij¢Ó祖•ƒl¶ÅÛr—ŕspãRk~¦ª]Į­´“FR„åd­ČsCqđéFn¿Åƃm’Éx{W©ºƝºįkÕƂƑ¸wWūЩÈFž£\\tÈ¥ÄRÈýÌJ ƒlGr^×äùyÞ³fj”c†€¨£ÂZ|ǓMĝšÏ@ëÜőR‹›ĝ‰Œ÷¡{aïȷPu°ËXÙ{©TmĠ}Y³’­ÞIňµç½©C¡į÷¯B»|St»›]vƒųƒs»”}MÓ ÿʪƟǭA¡fs˜»PY¼c¡»¦c„ċ­¥£~msĉP•–Siƒ^o©A‰Šec‚™PeǵŽkg‚yUi¿h}aH™šĉ^|ᴟ¡HØûÅ«ĉ®]m€¡qċ¶±ÈyôōLÁst“BŸ®wn±ă¥HSò뚣˜S’ë@לÊăxÇN©™©T±ª£IJ¡fb®ÞbŽb_Ą¥xu¥B—ž{łĝ³«`d˜Ɛt—¤ťiñžÍUuºí`£˜^tƃIJc—·ÛLO‹½Šsç¥Ts{ă\\_»™kϊ±q©čiìĉ|ÍIƒ¥ć¥›€]ª§D{ŝŖÉR_sÿc³Īō›ƿΑ›§p›[ĉ†›c¯bKm›R¥{³„Z†e^ŽŒwx¹dƽŽôIg §Mĕ ƹĴ¿—ǣÜ̓]‹Ý–]snåA{‹eŒƭ`ǻŊĿ\\ijŬű”YÂÿ¬jĖqŽßbЏ•L«¸©@ěĀ©ê¶ìÀEH|´bRľž–Ó¶rÀQþ‹vl®Õ‚E˜TzÜdb ˜hw¤{LR„ƒd“c‹b¯‹ÙVgœ‚ƜßzÃô쮍^jUèXΖ|UäÌ»rKŽ\\ŒªN‘¼pZCü†VY††¤ɃRi^rPҒTÖ}|br°qňb̰ªiƶGQ¾²„x¦PœmlŜ‘[Ĥ¡ΞsĦŸÔÏâ\\ªÚŒU\\f…¢N²§x|¤§„xĔsZPòʛ²SÐqF`ª„VƒÞŜĶƨVZŒÌL`ˆ¢dŐIqr\\oäõ–F礻Ŷ×h¹]Clـ\\¦ďÌį¬řtTӺƙgQÇÓHţĒ”´ÃbEÄlbʔC”|CˆŮˆk„Ʈ[ʼ¬ňœ´KŮÈΰÌζƶlð”ļA†TUvdTŠG†º̼ŠÔ€ŒsÊDԄveMg"]],"encodeOffsets":[[[105308,37219],[95370,40081]]]},"properties":{"cp":[101.778916,36.623178],"name":"青海","childNum":2}},{"id":"640000","geometry":{"type":"Polygon","coordinates":["@@KëÀęĞ«OęȿȕŸı]ʼn¡åįÕÔ«Ǵõƪ™ĚQÐZhv K°›öqÀѐS[ÃÖHƖčË‡nL]ûc…Ùß@‚“ĝ‘¾}w»»‹oģF¹œ»kÌÏ·{zPƒ§B­¢íyÅt@ƒ@áš]Yv_ssģ¼i߁”ĻL¾ġsKD£¡N_…“˜X¸}B~Haiˆ™Åf{«x»ge_bs“KF¯¡Ix™mELcÿZ¤­Ģ‘ƒÝœsuBLù•t†ŒYdˆmVtNmtOPhRw~bd…¾qÐ\\âÙH\\bImlNZŸ»loƒŸqlVm–Gā§~QCw¤™{A\\‘PKŸNY‡¯bF‡kC¥’sk‹Šs_Ã\\ă«¢ħkJi¯r›rAhĹûç£CU‡ĕĊ_ԗBixÅُĄnªÑaM~ħpOu¥sîeQ¥¤^dkKwlL~{L~–hw^‚ófćƒKyEŒ­K­zuÔ¡qQ¤xZÑ¢^ļöܾEpž±âbÊÑÆ^fk¬…NC¾‘Œ“YpxbK~¥Že֎ŒäBlt¿Đx½I[ĒǙŒWž‹f»Ĭ}d§dµùEuj¨‚IÆ¢¥dXªƅx¿]mtÏwßR͌X¢͎vÆzƂZò®ǢÌʆCrâºMÞzžÆMҔÊÓŊZľ–r°Î®Ȉmª²ĈUªĚøºˆĮ¦ÌĘk„^FłĬhĚiĀ˾iİbjË"],"encodeOffsets":[[109366,40242]]},"properties":{"cp":[106.278179,38.46637],"name":"宁夏","childNum":1}},{"id":"650000","geometry":{"type":"Polygon","coordinates":["@@QØĔ²X¨”~ǘBºjʐߨvK”ƔX¨vĊOžÃƒ·¢i@~c—‡ĝe_«”Eš“}QxgɪëÏÃ@sÅyXoŖ{ô«ŸuX…ê•Îf`œC‚¹ÂÿÐGĮÕĞXŪōŸMźÈƺQèĽôe|¿ƸJR¤ĘEjcUóº¯Ĩ_ŘÁMª÷Ð¥Oéȇ¿ÖğǤǷÂF҇zÉx[]­Ĥĝ‰œ¦EP}ûƥé¿İƷTėƫœŕƅ™ƱB»Đ±’ēO…¦E–•}‘`cȺrĦáŖuҞª«IJ‡πdƺÏØZƴwʄ¤ĖGЙǂZ̓èH¶}ÚZצʥĪï|ÇĦMŔ»İĝLj‹ì¥Βœba­¯¥ǕǚkĆŵĦɑĺƯxūД̵nơʃĽá½M»›òmqóŘĝč˾ăC…ćāƿÝɽ©DZŅ»ēėŊLrÁ®ɱĕģʼnǻ̋ȥơŻǛȡVï¹Ň۩ûkɗġƁ§ʇė̕ĩũƽō^ƕŠUv£ƁQï“Ƶkŏ½ΉÃŭdzLқʻ«ƭ\\lƒ‡ŭD‡“{ʓDkaFÃÄa“³ŤđÔGRÈƚhSӹŚsİ«ĐË[¥ÚDkº^Øg¼ŵ¸£EÍö•€ůʼnT¡c_‡ËKY‹ƧUśĵ„݃U_©rETÏʜ±OñtYw獃{£¨uM³x½şL©Ùá[ÓÐĥ Νtģ¢\\‚ś’nkO›w¥±ƒT»ƷFɯàĩÞáB¹Æ…ÑUw„੍žĽw]•kE½Èå~‡Æ÷QyŠěCFmĭZī—ŵVÁ™ƿQƛ—ûXS²‰b½KϽĉS›©ŷXĕŸ{ŽĕK·¥Ɨcqq©f¿]‡ßDõU³h—­gËÇïģÉɋw“k¯í}I·šœbmœÉ–ř›īJɥĻˁ×xo›ɹī‡l•c…¤³Xù]‘™DžA¿w͉ì¥wÇN·ÂËnƾƍdǧđ®Ɲv•Um©³G\\“}µĿ‡QyŹl㓛µEw‰LJQ½yƋBe¶ŋÀů‡ož¥A—˜Éw@•{Gpm¿Aij†ŽKLhˆ³`ñcËtW‚±»ÕS‰ëüÿďD‡u\\wwwù³—V›LŕƒOMËGh£õP¡™er™Ïd{“‡ġWÁ…č|yšg^ğyÁzÙs`—s|ÉåªÇ}m¢Ń¨`x¥’ù^•}ƒÌ¥H«‰Yªƅ”Aйn~Ꝛf¤áÀz„gŠÇDIԝ´AňĀ҄¶ûEYospõD[{ù°]u›Jq•U•|Soċxţ[õÔĥkŋÞŭZ˺óYËüċrw €ÞkrťË¿XGÉbřaDü·Ē÷Aê[Ää€I®BÕИÞ_¢āĠpŠÛÄȉĖġDKwbm‡ÄNô‡ŠfœƫVÉvi†dz—H‘‹QµâFšù­Âœ³¦{YGžƒd¢ĚÜO „€{Ö¦ÞÍÀPŒ^b–ƾŠl[‚vt×ĈÍE˨¡Đ~´î¸ùÎh€uè`¸ŸHÕŔVºwĠââWò‡@{œÙNÝ´ə²ȕn{¿¥{l—÷eé^e’ďˆXj©î\\ªÑò˜Üìc\\üqˆÕ[Č¡xoÂċªbØ­Œø|€¶ȴZdÆÂšońéŒGš\\”¼C°ÌƁn´nxšÊOĨ’ہƴĸ¢¸òTxÊǪMīИÖŲÃɎOvˆʦƢ~FއRěò—¿ġ~åŊœú‰Nšžš¸qŽ’Ę[Ĕ¶ÂćnÒPĒÜvúĀÊbÖ{Äî¸~Ŕünp¤ÂH¾œĄYÒ©ÊfºmԈĘcDoĬMŬ’˜S¤„s²‚”ʘچžȂVŦ –ŽèW°ªB|IJXŔþÈJĦÆæFĚêŠYĂªĂ]øªŖNÞüA€’fɨJ€˜¯ÎrDDšĤ€`€mz\\„§~D¬{vJÂ˜«lµĂb–¤p€ŌŰNĄ¨ĊXW|ų ¿¾ɄĦƐMT”‡òP˜÷fØĶK¢ȝ˔Sô¹òEð­”`Ɩ½ǒÂň×äı–§ĤƝ§C~¡‚hlå‚ǺŦŞkâ’~}ŽFøàIJaĞ‚fƠ¥Ž„Ŕdž˜®U¸ˆźXœv¢aƆúŪtŠųƠjd•ƺŠƺÅìnrh\\ĺ¯äɝĦ]èpĄ¦´LƞĬŠ´ƤǬ˼Ēɸ¤rºǼ²¨zÌPðŀbþ¹ļD¢¹œ\\ĜÑŚŸ¶ZƄ³âjĦoâŠȴLʉȮŒĐ­ĚăŽÀêZǚŐ¤qȂ\\L¢ŌİfÆs|zºeªÙæ§΢{Ā´ƐÚ¬¨Ĵà²łhʺKÞºÖTŠiƢ¾ªì°`öøu®Ê¾ãÖ"],"encodeOffsets":[[88824,50096]]},"properties":{"cp":[87.617733,43.792818],"name":"新疆","childNum":1}},{"id":"110000","geometry":{"type":"Polygon","coordinates":["@@R„ºaY՜™QaúÍÔiþĩȨWĢ‹ü|Ėu[qb[swP@ÅğP¿{\\‡¯Y²·‘Ѩj¯ŠX\\¯œMSvU¯YIŕY{[fk­VÁ›ûtŷmiÍt_H»Ĩ±d`й­{bw…Yr“³S]§§o¹€qGtm_Sŧ€“oa›‹FLg‘QN_•dV€@Zom_ć\\ߚW´—€ÕiœRcfi…Ÿ’o§ËgToÛJíĔóu…|wP¤™XnO¢ÉŠŦ¯pNÄā¤zâŖÈRpŢZŠœÚ{GŠrFt¦Òx§ø¹RóäV¤XdˆżâºWbwڍUd®bêņ¾‘jnŎGŃŶŠnzÚScîĚZŠen¬"],"encodeOffsets":[[119421,42013]]},"properties":{"cp":[116.405285,39.904989],"name":"北京","childNum":1}},{"id":"120000","geometry":{"type":"Polygon","coordinates":["@@ŬgX§Ü«E…¶Ḟ“¬O_™ïlÁg“z±AXe™µÄĵ{¶]gitgšIj·›¥ì_iU€‰¨ÐƎk}ĕ{gB—qGf{¿a†U^fI“ư‹³õ{YƒıëNĿžk©ïËZukāA‘īlĕĥs¡bġ«@dekąI[nlPqCnp{ˆō³°`{PNdƗqSÄĻNNâyj]äžÒD ĬH°Æ]~¡HO¾ŒX}ÐxŒgp“gWˆrDGˆŒpù‚Š^L‚ˆrzWxˆZ^¨´T\\|~@I‰zƒ–bĤ‹œjeĊªz£®Ĕvě€L†mV¾Ô_ȔNW~zbĬvG†²ZmDM~”~"],"encodeOffsets":[[120237,41215]]},"properties":{"cp":[117.190182,39.125596],"name":"天津","childNum":1}},{"id":"310000","geometry":{"type":"MultiPolygon","coordinates":[["@@ɧư¬EpƸÁx]‡","@@©„²ƒ","@@”MA‹“˜","@@QpªK†WT…‰‰§¨","@@bŝՕÕEȣÚƥêImɇǦèÜĠŒÚÄÓŴ·ʌÇ","@@S‚ô¤r]ì†ƬįǜûȬɋŠŭ™×^‰sYŒɍDŋ‘ŽąñCG²«ªč@h–_p¯A{‡oloY€¬j@IJ`•gQڙpptǀ^MIJvtbe´Rh@–oj¨ž","@@ÆLH{a}Eo¦"]],"encodeOffsets":[[[124702,32062],[124547,32200],[124808,31991],[124726,32110],[124903,32376],[124065,32166],[124870,31965]]]},"properties":{"cp":[121.472644,31.231706],"name":"上海","childNum":7}},{"id":"500000","geometry":{"type":"Polygon","coordinates":["@@TÂÛ`Ùƅően½S‹êqDu[R‹å͹ˆ÷eXÍy‘¸_ĺę}÷`M¯ċfCVµqʼn÷Z•gg‘Œ^d½pDO‡ÎCnœ^uf²ènh¼WtƏxRGg¦…pV„†FI±ŽG^ŒIc´ec‡’G•ĹÞ½sëÆNä̤“Kӈe¯|‚R¸§L‘ÜkPoïƭNï¶}Gy“wdiù©nkĈzjŸ•@™Óc£»Wă¹Óf§c[µŠo·Ó|MvÛaqœ½«‡èœ’\\ÂoVnŽÓØÍ™²«‹bq¿eƒhCž„€‹Ĝ^Qž~ Évý‡ş¤²Į‰pEĶyhsŊwH‹½‡š¿gņ›¡ýE¡ya£³t\\¨\\vú¹¼©·Ñr_oÒý¥‚‘et³]—Et©uÖ¥±ă©KVeëƒ]}wVPÀFA¨ąB}qTjgRemfFm‰QF݅My˜ù•nцAmыCaƒwŒu_p—¯sfۍ_g†“I_pNysBЦzG¸rHe‚„N\\CvEsÐñÚkcD‘ÖĉsaQ¯€}_U‡†zÁēˆ}Ÿ^R •Äd^ÍĸZ¾·¶ƒ`wećJEž¹vÛ·Hgƒ‚éFXjÉê`|yŒpxkAwœWĐpb¥eOsmzwqChóUQl¥F^laf‹anòsr›EvfQdÁUVf—ÎvÜ^efˆtET¬ôA\\œ¢sJŽnQTjP؈xøK|nBz‰„œĞ»LY‚…FDxӄvr“[ehľš•vN”¢o¾NiÂxGp⬐z›bfZo~hGi’]öF|‰|Nb‡tOMn eA±ŠtPT‡LjpYQ|†SH††YĀxinzDJ€Ìg¢và¥Pg‰_–ÇzII‹€II•„£®S¬„Øsμ–¥¨^LšnGIJļIJƤjÎƀƾ¹¸ØÎezĆT¸}êЖqHŸðqĖ䒊¥^CƒIj–²p…\\_ æüY|[YxƊæuž°xb®…Űb@~¢NQt°¶‚S栓Ê~rljĔëĚ¢~šuf`‘‚†fa‚ĔJåĊ†nÔ]„jƎćÊ@Š£¾a®£Ű{ŶĕF‹ègLk{Y|¡ĜWƔtƬJÑxq‹±ĢN´‰òK‰™–LÈüD|s`ŋ’ć]ƒÃ‰`đŒMùƱ¿~Y°ħ`ƏíW‰½eI‹½{aŸ‘OIrÏ¡ĕŇa†p†µÜƃġ‰²"],"encodeOffsets":[[111728,31311]]},"properties":{"cp":[106.504962,29.533155],"name":"重庆","childNum":1}},{"id":"810000","geometry":{"type":"MultiPolygon","coordinates":[["@@AlFi","@@mŽp","@@EpHo","@@rMUw‡AS¬€]","@@ea¢pl¸Eõ¹‡hj[ƒ]ÔCΖ@lj˜¡uBXŸ…•´‹AI¹…[‹yDUˆ]W`çwZkmc–…M›žp€Åv›}I‹oJlcaƒfёKްä¬XJmРđhI®æÔtSHn€Eˆ„ÒrÄc"]],"encodeOffsets":[[[117111,23002],[117072,22876],[117045,22887],[116882,22747],[116975,23082]]]},"properties":{"cp":[114.173355,22.320048],"name":"香港","childNum":5}},{"id":"820000","geometry":{"type":"Polygon","coordinates":["@@œá—w{ÎrŽ"],"encodeOffsets":[[116285,22746]]},"properties":{"cp":[113.54909,22.198951],"name":"澳门","childNum":1}}],"UTF8Encoding":true}); +})); \ No newline at end of file diff --git a/数据可视化技术/网店运营大屏(Flask框架)/frontend/js/d3.min.js b/数据可视化技术/网店运营大屏(Flask框架)/frontend/js/d3.min.js new file mode 100755 index 0000000..97e9581 --- /dev/null +++ b/数据可视化技术/网店运营大屏(Flask框架)/frontend/js/d3.min.js @@ -0,0 +1,2 @@ +// https://d3js.org Version 4.12.2. Copyright 2017 Mike Bostock. +(function(t,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports):"function"==typeof define&&define.amd?define(["exports"],n):n(t.d3=t.d3||{})})(this,function(t){"use strict";function n(t,n){return tn?1:t>=n?0:NaN}function e(t){return 1===t.length&&(t=function(t){return function(e,r){return n(t(e),r)}}(t)),{left:function(n,e,r,i){for(null==r&&(r=0),null==i&&(i=n.length);r>>1;t(n[o],e)<0?r=o+1:i=o}return r},right:function(n,e,r,i){for(null==r&&(r=0),null==i&&(i=n.length);r>>1;t(n[o],e)>0?i=o:r=o+1}return r}}}function r(t,n){return[t,n]}function i(t){return null===t?NaN:+t}function o(t,n){var e,r,o=t.length,u=0,a=-1,c=0,s=0;if(null==n)for(;++a1)return s/(u-1)}function u(t,n){var e=o(t,n);return e?Math.sqrt(e):e}function a(t,n){var e,r,i,o=t.length,u=-1;if(null==n){for(;++u=e)for(r=i=e;++ue&&(r=e),i=e)for(r=i=e;++ue&&(r=e),i0)return[t];if((r=n0)for(t=Math.ceil(t/u),n=Math.floor(n/u),o=new Array(i=Math.ceil(n-t+1));++a=0?(o>=Ys?10:o>=Bs?5:o>=Hs?2:1)*Math.pow(10,i):-Math.pow(10,-i)/(o>=Ys?10:o>=Bs?5:o>=Hs?2:1)}function p(t,n,e){var r=Math.abs(n-t)/Math.max(0,e),i=Math.pow(10,Math.floor(Math.log(r)/Math.LN10)),o=r/i;return o>=Ys?i*=10:o>=Bs?i*=5:o>=Hs&&(i*=2),n=1)return+e(t[r-1],r-1,t);var r,o=(r-1)*n,u=Math.floor(o),a=+e(t[u],u,t);return a+(+e(t[u+1],u+1,t)-a)*(o-u)}}function g(t){for(var n,e,r,i=t.length,o=-1,u=0;++o=0;)for(n=(r=t[i]).length;--n>=0;)e[--u]=r[n];return e}function _(t,n){var e,r,i=t.length,o=-1;if(null==n){for(;++o=e)for(r=e;++oe&&(r=e)}else for(;++o=e)for(r=e;++oe&&(r=e);return r}function y(t){if(!(i=t.length))return[];for(var n=-1,e=_(t,m),r=new Array(e);++n=0&&"xmlns"!==(n=t.slice(0,e))&&(t=t.slice(e+1)),Js.hasOwnProperty(n)?{space:Js[n],local:t}:t}function A(t){var n=E(t);return(n.local?function(t){return function(){return this.ownerDocument.createElementNS(t.space,t.local)}}:function(t){return function(){var n=this.ownerDocument,e=this.namespaceURI;return e===Qs&&n.documentElement.namespaceURI===Qs?n.createElement(t):n.createElementNS(e,t)}})(n)}function C(){return new z}function z(){this._="@"+(++Ks).toString(36)}function P(t,n,e){return t=R(t,n,e),function(n){var e=n.relatedTarget;e&&(e===this||8&e.compareDocumentPosition(this))||t.call(this,n)}}function R(n,e,r){return function(i){var o=t.event;t.event=i;try{n.call(this,this.__data__,e,r)}finally{t.event=o}}}function L(t){return function(){var n=this.__on;if(n){for(var e,r=0,i=-1,o=n.length;rn?1:t>=n?0:NaN}function Z(t){return t.ownerDocument&&t.ownerDocument.defaultView||t.document&&t||t.defaultView}function G(t,n){return t.style.getPropertyValue(n)||Z(t).getComputedStyle(t,null).getPropertyValue(n)}function Q(t){return t.trim().split(/^|\s+/)}function J(t){return t.classList||new K(t)}function K(t){this._node=t,this._names=Q(t.getAttribute("class")||"")}function tt(t,n){for(var e=J(t),r=-1,i=n.length;++r>8&15|n>>4&240,n>>4&15|240&n,(15&n)<<4|15&n,1)):(n=hf.exec(t))?St(parseInt(n[1],16)):(n=pf.exec(t))?new zt(n[1],n[2],n[3],1):(n=df.exec(t))?new zt(255*n[1]/100,255*n[2]/100,255*n[3]/100,1):(n=vf.exec(t))?Et(n[1],n[2],n[3],n[4]):(n=gf.exec(t))?Et(255*n[1]/100,255*n[2]/100,255*n[3]/100,n[4]):(n=_f.exec(t))?Pt(n[1],n[2]/100,n[3]/100,1):(n=yf.exec(t))?Pt(n[1],n[2]/100,n[3]/100,n[4]):mf.hasOwnProperty(t)?St(mf[t]):"transparent"===t?new zt(NaN,NaN,NaN,0):null}function St(t){return new zt(t>>16&255,t>>8&255,255&t,1)}function Et(t,n,e,r){return r<=0&&(t=n=e=NaN),new zt(t,n,e,r)}function At(t){return t instanceof Nt||(t=kt(t)),t?(t=t.rgb(),new zt(t.r,t.g,t.b,t.opacity)):new zt}function Ct(t,n,e,r){return 1===arguments.length?At(t):new zt(t,n,e,null==r?1:r)}function zt(t,n,e,r){this.r=+t,this.g=+n,this.b=+e,this.opacity=+r}function Pt(t,n,e,r){return r<=0?t=n=e=NaN:e<=0||e>=1?t=n=NaN:n<=0&&(t=NaN),new Lt(t,n,e,r)}function Rt(t,n,e,r){return 1===arguments.length?function(t){if(t instanceof Lt)return new Lt(t.h,t.s,t.l,t.opacity);if(t instanceof Nt||(t=kt(t)),!t)return new Lt;if(t instanceof Lt)return t;var n=(t=t.rgb()).r/255,e=t.g/255,r=t.b/255,i=Math.min(n,e,r),o=Math.max(n,e,r),u=NaN,a=o-i,c=(o+i)/2;return a?(u=n===o?(e-r)/a+6*(e0&&c<1?0:u,new Lt(u,a,c,t.opacity)}(t):new Lt(t,n,e,null==r?1:r)}function Lt(t,n,e,r){this.h=+t,this.s=+n,this.l=+e,this.opacity=+r}function qt(t,n,e){return 255*(t<60?n+(e-n)*t/60:t<180?e:t<240?n+(e-n)*(240-t)/60:n)}function Dt(t){if(t instanceof Ot)return new Ot(t.l,t.a,t.b,t.opacity);if(t instanceof jt){var n=t.h*xf;return new Ot(t.l,Math.cos(n)*t.c,Math.sin(n)*t.c,t.opacity)}t instanceof zt||(t=At(t));var e=Bt(t.r),r=Bt(t.g),i=Bt(t.b),o=Ft((.4124564*e+.3575761*r+.1804375*i)/wf),u=Ft((.2126729*e+.7151522*r+.072175*i)/Mf);return new Ot(116*u-16,500*(o-u),200*(u-Ft((.0193339*e+.119192*r+.9503041*i)/Tf)),t.opacity)}function Ut(t,n,e,r){return 1===arguments.length?Dt(t):new Ot(t,n,e,null==r?1:r)}function Ot(t,n,e,r){this.l=+t,this.a=+n,this.b=+e,this.opacity=+r}function Ft(t){return t>Ef?Math.pow(t,1/3):t/Sf+Nf}function It(t){return t>kf?t*t*t:Sf*(t-Nf)}function Yt(t){return 255*(t<=.0031308?12.92*t:1.055*Math.pow(t,1/2.4)-.055)}function Bt(t){return(t/=255)<=.04045?t/12.92:Math.pow((t+.055)/1.055,2.4)}function Ht(t,n,e,r){return 1===arguments.length?function(t){if(t instanceof jt)return new jt(t.h,t.c,t.l,t.opacity);t instanceof Ot||(t=Dt(t));var n=Math.atan2(t.b,t.a)*bf;return new jt(n<0?n+360:n,Math.sqrt(t.a*t.a+t.b*t.b),t.l,t.opacity)}(t):new jt(t,n,e,null==r?1:r)}function jt(t,n,e,r){this.h=+t,this.c=+n,this.l=+e,this.opacity=+r}function Xt(t,n,e,r){return 1===arguments.length?function(t){if(t instanceof Vt)return new Vt(t.h,t.s,t.l,t.opacity);t instanceof zt||(t=At(t));var n=t.r/255,e=t.g/255,r=t.b/255,i=(Lf*r+Pf*n-Rf*e)/(Lf+Pf-Rf),o=r-i,u=(zf*(e-i)-Af*o)/Cf,a=Math.sqrt(u*u+o*o)/(zf*i*(1-i)),c=a?Math.atan2(u,o)*bf-120:NaN;return new Vt(c<0?c+360:c,a,i,t.opacity)}(t):new Vt(t,n,e,null==r?1:r)}function Vt(t,n,e,r){this.h=+t,this.s=+n,this.l=+e,this.opacity=+r}function $t(t,n,e,r,i){var o=t*t,u=o*t;return((1-3*t+3*o-u)*n+(4-6*o+3*u)*e+(1+3*t+3*o-3*u)*r+u*i)/6}function Wt(t){var n=t.length-1;return function(e){var r=e<=0?e=0:e>=1?(e=1,n-1):Math.floor(e*n),i=t[r],o=t[r+1],u=r>0?t[r-1]:2*i-o,a=r180||e<-180?e-360*Math.round(e/360):e):Gt(isNaN(t)?n:t)}function Kt(t){return 1==(t=+t)?tn:function(n,e){return e-n?function(t,n,e){return t=Math.pow(t,e),n=Math.pow(n,e)-t,e=1/e,function(r){return Math.pow(t+r*n,e)}}(n,e,t):Gt(isNaN(n)?e:n)}}function tn(t,n){var e=n-t;return e?Qt(t,e):Gt(isNaN(t)?n:t)}function nn(t){return function(n){var e,r,i=n.length,o=new Array(i),u=new Array(i),a=new Array(i);for(e=0;eo&&(i=n.slice(o,i),a[u]?a[u]+=i:a[++u]=i),(e=e[0])===(r=r[0])?a[u]?a[u]+=r:a[++u]=r:(a[++u]=null,c.push({i:u,x:on(e,r)})),o=Xf.lastIndex;return o180?n+=360:n-t>180&&(t+=360),o.push({i:e.push(i(e)+"rotate(",null,r)-2,x:on(t,n)})):n&&e.push(i(e)+"rotate("+n+r)}(o.rotate,u.rotate,a,c),function(t,n,e,o){t!==n?o.push({i:e.push(i(e)+"skewX(",null,r)-2,x:on(t,n)}):n&&e.push(i(e)+"skewX("+n+r)}(o.skewX,u.skewX,a,c),function(t,n,e,r,o,u){if(t!==e||n!==r){var a=o.push(i(o)+"scale(",null,",",null,")");u.push({i:a-4,x:on(t,e)},{i:a-2,x:on(n,r)})}else 1===e&&1===r||o.push(i(o)+"scale("+e+","+r+")")}(o.scaleX,o.scaleY,u.scaleX,u.scaleY,a,c),o=u=null,function(t){for(var n,e=-1,r=c.length;++e=0&&n._call.call(null,t),n=n._next;--ul}function wn(){ll=(fl=pl.now())+hl,ul=al=0;try{bn()}finally{ul=0,function(){var t,n,e=Ff,r=1/0;for(;e;)e._call?(r>e._time&&(r=e._time),t=e,e=e._next):(n=e._next,e._next=null,e=t?t._next=n:Ff=n);If=t,Tn(r)}(),ll=0}}function Mn(){var t=pl.now(),n=t-fl;n>sl&&(hl-=n,fl=t)}function Tn(t){if(!ul){al&&(al=clearTimeout(al));t-ll>24?(t<1/0&&(al=setTimeout(wn,t-pl.now()-hl)),cl&&(cl=clearInterval(cl))):(cl||(fl=pl.now(),cl=setInterval(Mn,sl)),ul=1,dl(wn))}}function Nn(t,n,e){var r=new mn;return n=null==n?0:+n,r.restart(function(e){r.stop(),t(e+n)},n,e),r}function kn(t,n,e,r,i,o){var u=t.__transition;if(u){if(e in u)return}else t.__transition={};(function(t,n,e){function r(c){var s,f,l,h;if(e.state!==yl)return o();for(s in a)if((h=a[s]).name===e.name){if(h.state===xl)return Nn(r);h.state===bl?(h.state=Ml,h.timer.stop(),h.on.call("interrupt",t,t.__data__,h.index,h.group),delete a[s]):+s_l)throw new Error("too late; already scheduled");return e}function En(t,n){var e=An(t,n);if(e.state>ml)throw new Error("too late; already started");return e}function An(t,n){var e=t.__transition;if(!e||!(e=e[n]))throw new Error("transition not found");return e}function Cn(t,n){var e,r,i,o=t.__transition,u=!0;if(o){n=null==n?null:n+"";for(i in o)(e=o[i]).name===n?(r=e.state>ml&&e.stateMath.abs(t[1]-D[1])?b=!0:x=!0),D=t,m=!0,Xn(),o()}function o(){var t;switch(_=D[0]-q[0],y=D[1]-q[1],T){case Jl:case Ql:N&&(_=Math.max(C-a,Math.min(P-p,_)),s=a+_,d=p+_),k&&(y=Math.max(z-l,Math.min(R-v,y)),h=l+y,g=v+y);break;case Kl:N<0?(_=Math.max(C-a,Math.min(P-a,_)),s=a+_,d=p):N>0&&(_=Math.max(C-p,Math.min(P-p,_)),s=a,d=p+_),k<0?(y=Math.max(z-l,Math.min(R-l,y)),h=l+y,g=v):k>0&&(y=Math.max(z-v,Math.min(R-v,y)),h=l,g=v+y);break;case th:N&&(s=Math.max(C,Math.min(P,a-_*N)),d=Math.max(C,Math.min(P,p+_*N))),k&&(h=Math.max(z,Math.min(R,l-y*k)),g=Math.max(z,Math.min(R,v+y*k)))}d0&&(a=s-_),k<0?v=g-y:k>0&&(l=h-y),T=Jl,I.attr("cursor",ih.selection),o());break;default:return}Xn()},!0).on("keyup.brush",function(){switch(t.event.keyCode){case 16:L&&(x=b=L=!1,o());break;case 18:T===th&&(N<0?p=d:N>0&&(a=s),k<0?v=g:k>0&&(l=h),T=Kl,o());break;case 32:T===Jl&&(t.event.altKey?(N&&(p=d-_*N,a=s+_*N),k&&(v=g-y*k,l=h+y*k),T=th):(N<0?p=d:N>0&&(a=s),k<0?v=g:k>0&&(l=h),T=Kl),I.attr("cursor",ih[M]),o());break;default:return}Xn()},!0).on("mousemove.brush",e,!0).on("mouseup.brush",u,!0);vt(t.event.view)}jn(),Cn(w),r.call(w),U.start()}}function a(){var t=this.__brush||{selection:null};return t.extent=s.apply(this,arguments),t.dim=n,t}var c,s=Wn,f=$n,l=N(e,"start","brush","end"),h=6;return e.move=function(t,e){t.selection?t.on("start.brush",function(){i(this,arguments).beforestart().start()}).on("interrupt.brush end.brush",function(){i(this,arguments).end()}).tween("brush",function(){function t(t){u.selection=1===t&&Gn(s)?null:f(t),r.call(o),a.brush()}var o=this,u=o.__brush,a=i(o,arguments),c=u.selection,s=n.input("function"==typeof e?e.apply(this,arguments):e,u.extent),f=cn(c,s);return c&&s?t:t(1)}):t.each(function(){var t=arguments,o=this.__brush,u=n.input("function"==typeof e?e.apply(this,t):e,o.extent),a=i(this,t).beforestart();Cn(this),o.selection=null==u||Gn(u)?null:u,r.call(this),a.start().brush().end()})},o.prototype={beforestart:function(){return 1==++this.active&&(this.state.emitter=this,this.starting=!0),this},start:function(){return this.starting&&(this.starting=!1,this.emit("start")),this},brush:function(){return this.emit("brush"),this},end:function(){return 0==--this.active&&(delete this.state.emitter,this.emit("end")),this},emit:function(t){D(new function(t,n,e){this.target=t,this.type=n,this.selection=e}(e,t,n.output(this.state.selection)),l.apply,l,[t,this.that,this.args])}},e.extent=function(t){return arguments.length?(s="function"==typeof t?t:Hn([[+t[0][0],+t[0][1]],[+t[1][0],+t[1][1]]]),e):s},e.filter=function(t){return arguments.length?(f="function"==typeof t?t:Hn(!!t),e):f},e.handleSize=function(t){return arguments.length?(h=+t,e):h},e.on=function(){var t=l.on.apply(l,arguments);return t===l?e:t},e}function Jn(t){return function(){return t}}function Kn(){this._x0=this._y0=this._x1=this._y1=null,this._=""}function te(){return new Kn}function ne(t){return t.source}function ee(t){return t.target}function re(t){return t.radius}function ie(t){return t.startAngle}function oe(t){return t.endAngle}function ue(){}function ae(t,n){var e=new ue;if(t instanceof ue)t.each(function(t,n){e.set(n,t)});else if(Array.isArray(t)){var r,i=-1,o=t.length;if(null==n)for(;++i=u?s=!0:(e=t.charCodeAt(a++))===Mh?f=!0:e===Th&&(f=!0,t.charCodeAt(a)===Mh&&++a),t.slice(r+1,n-1).replace(/""/g,'"')}for(;a=(o=(v+_)/2))?v=o:_=o,(f=e>=(u=(g+y)/2))?g=u:y=u,i=p,!(p=p[l=f<<1|s]))return i[l]=d,t;if(a=+t._x.call(null,p.data),c=+t._y.call(null,p.data),n===a&&e===c)return d.next=p,i?i[l]=d:t._root=d,t;do{i=i?i[l]=new Array(4):t._root=new Array(4),(s=n>=(o=(v+_)/2))?v=o:_=o,(f=e>=(u=(g+y)/2))?g=u:y=u}while((l=f<<1|s)==(h=(c>=u)<<1|a>=o));return i[h]=p,i[l]=d,t}function me(t,n,e,r,i){this.node=t,this.x0=n,this.y0=e,this.x1=r,this.y1=i}function xe(t){return t[0]}function be(t){return t[1]}function we(t,n,e){var r=new Me(null==n?xe:n,null==e?be:e,NaN,NaN,NaN,NaN);return null==t?r:r.addAll(t)}function Me(t,n,e,r,i,o){this._x=t,this._y=n,this._x0=e,this._y0=r,this._x1=i,this._y1=o,this._root=void 0}function Te(t){for(var n={data:t.data},e=n;t=t.next;)e=e.next={data:t.data};return n}function Ne(t){return t.x+t.vx}function ke(t){return t.y+t.vy}function Se(t){return t.index}function Ee(t,n){var e=t.get(n);if(!e)throw new Error("missing: "+n);return e}function Ae(t){return t.x}function Ce(t){return t.y}function ze(t,n){if((e=(t=n?t.toExponential(n-1):t.toExponential()).indexOf("e"))<0)return null;var e,r=t.slice(0,e);return[r.length>1?r[0]+r.slice(2):r,+t.slice(e+1)]}function Pe(t){return(t=ze(Math.abs(t)))?t[1]:NaN}function Re(t,n){var e=ze(t,n);if(!e)return t+"";var r=e[0],i=e[1];return i<0?"0."+new Array(-i).join("0")+r:r.length>i+1?r.slice(0,i+1)+"."+r.slice(i+1):r+new Array(i-r.length+2).join("0")}function Le(t){return new qe(t)}function qe(t){if(!(n=Ih.exec(t)))throw new Error("invalid format: "+t);var n,e=n[1]||" ",r=n[2]||">",i=n[3]||"-",o=n[4]||"",u=!!n[5],a=n[6]&&+n[6],c=!!n[7],s=n[8]&&+n[8].slice(1),f=n[9]||"";"n"===f?(c=!0,f="g"):Fh[f]||(f=""),(u||"0"===e&&"="===r)&&(u=!0,e="0",r="="),this.fill=e,this.align=r,this.sign=i,this.symbol=o,this.zero=u,this.width=a,this.comma=c,this.precision=s,this.type=f}function De(t){return t}function Ue(t){function n(t){function n(t){var n,r,u,f=g,x=_;if("c"===v)x=y(t)+x,t="";else{var b=(t=+t)<0;if(t=y(Math.abs(t),d),b&&0==+t&&(b=!1),f=(b?"("===s?s:"-":"-"===s||"("===s?"":s)+f,x=x+("s"===v?Bh[8+Dh/3]:"")+(b&&"("===s?")":""),m)for(n=-1,r=t.length;++n(u=t.charCodeAt(n))||u>57){x=(46===u?i+t.slice(n+1):t.slice(n))+x,t=t.slice(0,n);break}}p&&!l&&(t=e(t,1/0));var w=f.length+t.length+x.length,M=w>1)+f+t+x+M.slice(w);break;default:t=M+f+t+x}return o(t)}var a=(t=Le(t)).fill,c=t.align,s=t.sign,f=t.symbol,l=t.zero,h=t.width,p=t.comma,d=t.precision,v=t.type,g="$"===f?r[0]:"#"===f&&/[boxX]/.test(v)?"0"+v.toLowerCase():"",_="$"===f?r[1]:/[%p]/.test(v)?u:"",y=Fh[v],m=!v||/[defgprs%]/.test(v);return d=null==d?v?6:12:/[gprs]/.test(v)?Math.max(1,Math.min(21,d)):Math.max(0,Math.min(20,d)),n.toString=function(){return t+""},n}var e=t.grouping&&t.thousands?function(t,n){return function(e,r){for(var i=e.length,o=[],u=0,a=t[0],c=0;i>0&&a>0&&(c+a+1>r&&(a=Math.max(1,r-c)),o.push(e.substring(i-=a,i+a)),!((c+=a+1)>r));)a=t[u=(u+1)%t.length];return o.reverse().join(n)}}(t.grouping,t.thousands):De,r=t.currency,i=t.decimal,o=t.numerals?function(t){return function(n){return n.replace(/[0-9]/g,function(n){return t[+n]})}}(t.numerals):De,u=t.percent||"%";return{format:n,formatPrefix:function(t,e){var r=n((t=Le(t),t.type="f",t)),i=3*Math.max(-8,Math.min(8,Math.floor(Pe(e)/3))),o=Math.pow(10,-i),u=Bh[8+i/3];return function(t){return r(o*t)+u}}}}function Oe(n){return Yh=Ue(n),t.format=Yh.format,t.formatPrefix=Yh.formatPrefix,Yh}function Fe(t){return Math.max(0,-Pe(Math.abs(t)))}function Ie(t,n){return Math.max(0,3*Math.max(-8,Math.min(8,Math.floor(Pe(n)/3)))-Pe(Math.abs(t)))}function Ye(t,n){return t=Math.abs(t),n=Math.abs(n)-t,Math.max(0,Pe(n)-Pe(t))+1}function Be(){return new He}function He(){this.reset()}function je(t,n,e){var r=t.s=n+e,i=r-n,o=r-i;t.t=n-o+(e-i)}function Xe(t){return t>1?0:t<-1?Mp:Math.acos(t)}function Ve(t){return t>1?Tp:t<-1?-Tp:Math.asin(t)}function $e(t){return(t=Up(t/2))*t}function We(){}function Ze(t,n){t&&Bp.hasOwnProperty(t.type)&&Bp[t.type](t,n)}function Ge(t,n,e){var r,i=-1,o=t.length-e;for(n.lineStart();++i=0?1:-1,i=r*e,o=Pp(n),u=Up(n),a=$h*u,c=Vh*o+a*Pp(i),s=a*r*Up(i);Hp.add(zp(s,c)),Xh=t,Vh=o,$h=u}function rr(t){return[zp(t[1],t[0]),Ve(t[2])]}function ir(t){var n=t[0],e=t[1],r=Pp(e);return[r*Pp(n),r*Up(n),Up(e)]}function or(t,n){return t[0]*n[0]+t[1]*n[1]+t[2]*n[2]}function ur(t,n){return[t[1]*n[2]-t[2]*n[1],t[2]*n[0]-t[0]*n[2],t[0]*n[1]-t[1]*n[0]]}function ar(t,n){t[0]+=n[0],t[1]+=n[1],t[2]+=n[2]}function cr(t,n){return[t[0]*n,t[1]*n,t[2]*n]}function sr(t){var n=Fp(t[0]*t[0]+t[1]*t[1]+t[2]*t[2]);t[0]/=n,t[1]/=n,t[2]/=n}function fr(t,n){ep.push(rp=[Wh=t,Gh=t]),nQh&&(Qh=n)}function lr(t,n){var e=ir([t*Ep,n*Ep]);if(np){var r=ur(np,e),i=ur([r[1],-r[0],0],r);sr(i),i=rr(i);var o,u=t-Jh,a=u>0?1:-1,c=i[0]*Sp*a,s=Ap(u)>180;s^(a*JhQh&&(Qh=o):(c=(c+360)%360-180,s^(a*JhQh&&(Qh=n))),s?t_r(Wh,Gh)&&(Gh=t):_r(t,Gh)>_r(Wh,Gh)&&(Wh=t):Gh>=Wh?(tGh&&(Gh=t)):t>Jh?_r(Wh,t)>_r(Wh,Gh)&&(Gh=t):_r(t,Gh)>_r(Wh,Gh)&&(Wh=t)}else ep.push(rp=[Wh=t,Gh=t]);nQh&&(Qh=n),np=e,Jh=t}function hr(){$p.point=lr}function pr(){rp[0]=Wh,rp[1]=Gh,$p.point=fr,np=null}function dr(t,n){if(np){var e=t-Jh;Vp.add(Ap(e)>180?e+(e>0?360:-360):e)}else Kh=t,tp=n;Xp.point(t,n),lr(t,n)}function vr(){Xp.lineStart()}function gr(){dr(Kh,tp),Xp.lineEnd(),Ap(Vp)>bp&&(Wh=-(Gh=180)),rp[0]=Wh,rp[1]=Gh,np=null}function _r(t,n){return(n-=t)<0?n+360:n}function yr(t,n){return t[0]-n[0]}function mr(t,n){return t[0]<=t[1]?t[0]<=n&&n<=t[1]:nMp?t-kp:t<-Mp?t+kp:t,n]}function Rr(t,n,e){return(t%=kp)?n||e?zr(qr(t),Dr(n,e)):qr(t):n||e?Dr(n,e):Pr}function Lr(t){return function(n,e){return n+=t,[n>Mp?n-kp:n<-Mp?n+kp:n,e]}}function qr(t){var n=Lr(t);return n.invert=Lr(-t),n}function Dr(t,n){function e(t,n){var e=Pp(n),a=Pp(t)*e,c=Up(t)*e,s=Up(n),f=s*r+a*i;return[zp(c*o-f*u,a*r-s*i),Ve(f*o+c*u)]}var r=Pp(t),i=Up(t),o=Pp(n),u=Up(n);return e.invert=function(t,n){var e=Pp(n),a=Pp(t)*e,c=Up(t)*e,s=Up(n),f=s*o-c*u;return[zp(c*o+s*u,a*r+f*i),Ve(f*r-a*i)]},e}function Ur(t){function n(n){return n=t(n[0]*Ep,n[1]*Ep),n[0]*=Sp,n[1]*=Sp,n}return t=Rr(t[0]*Ep,t[1]*Ep,t.length>2?t[2]*Ep:0),n.invert=function(n){return n=t.invert(n[0]*Ep,n[1]*Ep),n[0]*=Sp,n[1]*=Sp,n},n}function Or(t,n,e,r,i,o){if(e){var u=Pp(n),a=Up(n),c=r*e;null==i?(i=n+r*kp,o=n-c/2):(i=Fr(u,i),o=Fr(u,o),(r>0?io)&&(i+=r*kp));for(var s,f=i;r>0?f>o:f1&&n.push(n.pop().concat(n.shift()))},result:function(){var e=n;return n=[],t=null,e}}}function Yr(t,n){return Ap(t[0]-n[0])=0;--o)i.point((f=s[o])[0],f[1]);else r(h.x,h.p.x,-1,i);h=h.p}s=(h=h.o).z,p=!p}while(!h.v);i.lineEnd()}}}function jr(t){if(n=t.length){for(var n,e,r=0,i=t[0];++r=0?1:-1,T=M*w,N=T>Mp,k=d*x;if(ud.add(zp(k*M*Up(T),v*b+k*Pp(T))),o+=N?w+M*kp:w,N^h>=e^y>=e){var S=ur(ir(l),ir(_));sr(S);var E=ur(i,S);sr(E);var A=(N^w>=0?-1:1)*Ve(E[2]);(r>A||r===A&&(S[0]||S[1]))&&(u+=N^w>=0?1:-1)}}return(o<-bp||o0){for(m||(i.polygonStart(),m=!0),i.lineStart(),t=0;t1&&2&o&&u.push(u.pop().concat(u.shift())),p.push(u.filter($r))}var h,p,d,v=n(i),_=Ir(),y=n(_),m=!1,x={point:o,lineStart:a,lineEnd:c,polygonStart:function(){x.point=s,x.lineStart=f,x.lineEnd=l,p=[],h=[]},polygonEnd:function(){x.point=o,x.lineStart=a,x.lineEnd=c,p=g(p);var t=Xr(h,r);p.length?(m||(i.polygonStart(),m=!0),Hr(p,Wr,t,e,i)):t&&(m||(i.polygonStart(),m=!0),i.lineStart(),e(null,null,1,i),i.lineEnd()),m&&(i.polygonEnd(),m=!1),p=h=null},sphere:function(){i.polygonStart(),i.lineStart(),e(null,null,1,i),i.lineEnd(),i.polygonEnd()}};return x}}function $r(t){return t.length>1}function Wr(t,n){return((t=t.x)[0]<0?t[1]-Tp-bp:Tp-t[1])-((n=n.x)[0]<0?n[1]-Tp-bp:Tp-n[1])}function Zr(t){function n(t,n){return Pp(t)*Pp(n)>i}function e(t,n,e){var r=[1,0,0],o=ur(ir(t),ir(n)),u=or(o,o),a=o[0],c=u-a*a;if(!c)return!e&&t;var s=i*u/c,f=-i*a/c,l=ur(r,o),h=cr(r,s);ar(h,cr(o,f));var p=l,d=or(h,p),v=or(p,p),g=d*d-v*(or(h,h)-1);if(!(g<0)){var _=Fp(g),y=cr(p,(-d-_)/v);if(ar(y,h),y=rr(y),!e)return y;var m,x=t[0],b=n[0],w=t[1],M=n[1];b0^y[1]<(Ap(y[0]-x)Mp^(x<=y[0]&&y[0]<=b)){var k=cr(p,(-d+_)/v);return ar(k,h),[y,rr(k)]}}}function r(n,e){var r=u?t:Mp-t,i=0;return n<-r?i|=1:n>r&&(i|=2),e<-r?i|=4:e>r&&(i|=8),i}var i=Pp(t),o=6*Ep,u=i>0,a=Ap(i)>bp;return Vr(n,function(t){var i,o,c,s,f;return{lineStart:function(){s=c=!1,f=1},point:function(l,h){var p,d=[l,h],v=n(l,h),g=u?v?0:r(l,h):v?r(l+(l<0?Mp:-Mp),h):0;if(!i&&(s=c=v)&&t.lineStart(),v!==c&&(!(p=e(i,d))||Yr(i,p)||Yr(d,p))&&(d[0]+=bp,d[1]+=bp,v=n(d[0],d[1])),v!==c)f=0,v?(t.lineStart(),p=e(d,i),t.point(p[0],p[1])):(p=e(i,d),t.point(p[0],p[1]),t.lineEnd()),i=p;else if(a&&i&&u^v){var _;g&o||!(_=e(d,i,!0))||(f=0,u?(t.lineStart(),t.point(_[0][0],_[0][1]),t.point(_[1][0],_[1][1]),t.lineEnd()):(t.point(_[1][0],_[1][1]),t.lineEnd(),t.lineStart(),t.point(_[0][0],_[0][1])))}!v||i&&Yr(i,d)||t.point(d[0],d[1]),i=d,c=v,o=g},lineEnd:function(){c&&t.lineEnd(),i=null},clean:function(){return f|(s&&c)<<1}}},function(n,e,r,i){Or(i,t,o,r,n,e)},u?[0,-t]:[-Mp,t-Mp])}function Gr(t,n,e,r){function i(i,o){return t<=i&&i<=e&&n<=o&&o<=r}function o(i,o,a,s){var f=0,l=0;if(null==i||(f=u(i,a))!==(l=u(o,a))||c(i,o)<0^a>0)do{s.point(0===f||3===f?t:e,f>1?r:n)}while((f=(f+a+4)%4)!==l);else s.point(o[0],o[1])}function u(r,i){return Ap(r[0]-t)0?0:3:Ap(r[0]-e)0?2:1:Ap(r[1]-n)0?1:0:i>0?3:2}function a(t,n){return c(t.x,n.x)}function c(t,n){var e=u(t,1),r=u(n,1);return e!==r?e-r:0===e?n[1]-t[1]:1===e?t[0]-n[0]:2===e?t[1]-n[1]:n[0]-t[0]}return function(u){function c(t,n){i(t,n)&&w.point(t,n)}function s(o,u){var a=i(o,u);if(l&&h.push([o,u]),x)p=o,d=u,v=a,x=!1,a&&(w.lineStart(),w.point(o,u));else if(a&&m)w.point(o,u);else{var c=[_=Math.max(sd,Math.min(cd,_)),y=Math.max(sd,Math.min(cd,y))],s=[o=Math.max(sd,Math.min(cd,o)),u=Math.max(sd,Math.min(cd,u))];!function(t,n,e,r,i,o){var u,a=t[0],c=t[1],s=0,f=1,l=n[0]-a,h=n[1]-c;if(u=e-a,l||!(u>0)){if(u/=l,l<0){if(u0){if(u>f)return;u>s&&(s=u)}if(u=i-a,l||!(u<0)){if(u/=l,l<0){if(u>f)return;u>s&&(s=u)}else if(l>0){if(u0)){if(u/=h,h<0){if(u0){if(u>f)return;u>s&&(s=u)}if(u=o-c,h||!(u<0)){if(u/=h,h<0){if(u>f)return;u>s&&(s=u)}else if(h>0){if(u0&&(t[0]=a+s*l,t[1]=c+s*h),f<1&&(n[0]=a+f*l,n[1]=c+f*h),!0}}}}}(c,s,t,n,e,r)?a&&(w.lineStart(),w.point(o,u),b=!1):(m||(w.lineStart(),w.point(c[0],c[1])),w.point(s[0],s[1]),a||w.lineEnd(),b=!1)}_=o,y=u,m=a}var f,l,h,p,d,v,_,y,m,x,b,w=u,M=Ir(),T={point:c,lineStart:function(){T.point=s,l&&l.push(h=[]),x=!0,m=!1,_=y=NaN},lineEnd:function(){f&&(s(p,d),v&&m&&M.rejoin(),f.push(M.result())),T.point=c,m&&w.lineEnd()},polygonStart:function(){w=M,f=[],l=[],b=!0},polygonEnd:function(){var n=function(){for(var n=0,e=0,i=l.length;er&&(h-o)*(r-u)>(p-u)*(t-o)&&++n:p<=r&&(h-o)*(r-u)<(p-u)*(t-o)&&--n;return n}(),e=b&&n,i=(f=g(f)).length;(e||i)&&(u.polygonStart(),e&&(u.lineStart(),o(null,null,1,u),u.lineEnd()),i&&Hr(f,a,n,o,u),u.polygonEnd()),w=u,f=l=h=null}};return T}}function Qr(){ld.point=ld.lineEnd=We}function Jr(t,n){Zp=t*=Ep,Gp=Up(n*=Ep),Qp=Pp(n),ld.point=Kr}function Kr(t,n){t*=Ep;var e=Up(n*=Ep),r=Pp(n),i=Ap(t-Zp),o=Pp(i),u=r*Up(i),a=Qp*e-Gp*r*o,c=Gp*e+Qp*r*o;fd.add(zp(Fp(u*u+a*a),c)),Zp=t,Gp=e,Qp=r}function ti(t){return fd.reset(),Je(t,ld),+fd}function ni(t,n){return hd[0]=t,hd[1]=n,ti(pd)}function ei(t,n){return!(!t||!vd.hasOwnProperty(t.type))&&vd[t.type](t,n)}function ri(t,n){return 0===ni(t,n)}function ii(t,n){var e=ni(t[0],t[1]);return ni(t[0],n)+ni(n,t[1])<=e+bp}function oi(t,n){return!!Xr(t.map(ui),ai(n))}function ui(t){return(t=t.map(ai)).pop(),t}function ai(t){return[t[0]*Ep,t[1]*Ep]}function ci(t,n,e){var r=f(t,n-bp,e).concat(n);return function(t){return r.map(function(n){return[t,n]})}}function si(t,n,e){var r=f(t,n-bp,e).concat(n);return function(t){return r.map(function(n){return[n,t]})}}function fi(){function t(){return{type:"MultiLineString",coordinates:n()}}function n(){return f(Rp(o/_)*_,i,_).map(p).concat(f(Rp(s/y)*y,c,y).map(d)).concat(f(Rp(r/v)*v,e,v).filter(function(t){return Ap(t%_)>bp}).map(l)).concat(f(Rp(a/g)*g,u,g).filter(function(t){return Ap(t%y)>bp}).map(h))}var e,r,i,o,u,a,c,s,l,h,p,d,v=10,g=v,_=90,y=360,m=2.5;return t.lines=function(){return n().map(function(t){return{type:"LineString",coordinates:t}})},t.outline=function(){return{type:"Polygon",coordinates:[p(o).concat(d(c).slice(1),p(i).reverse().slice(1),d(s).reverse().slice(1))]}},t.extent=function(n){return arguments.length?t.extentMajor(n).extentMinor(n):t.extentMinor()},t.extentMajor=function(n){return arguments.length?(o=+n[0][0],i=+n[1][0],s=+n[0][1],c=+n[1][1],o>i&&(n=o,o=i,i=n),s>c&&(n=s,s=c,c=n),t.precision(m)):[[o,s],[i,c]]},t.extentMinor=function(n){return arguments.length?(r=+n[0][0],e=+n[1][0],a=+n[0][1],u=+n[1][1],r>e&&(n=r,r=e,e=n),a>u&&(n=a,a=u,u=n),t.precision(m)):[[r,a],[e,u]]},t.step=function(n){return arguments.length?t.stepMajor(n).stepMinor(n):t.stepMinor()},t.stepMajor=function(n){return arguments.length?(_=+n[0],y=+n[1],t):[_,y]},t.stepMinor=function(n){return arguments.length?(v=+n[0],g=+n[1],t):[v,g]},t.precision=function(n){return arguments.length?(m=+n,l=ci(a,u,90),h=si(r,e,m),p=ci(s,c,90),d=si(o,i,m),t):m},t.extentMajor([[-180,-90+bp],[180,90-bp]]).extentMinor([[-180,-80-bp],[180,80+bp]])}function li(t){return t}function hi(){yd.point=pi}function pi(t,n){yd.point=di,Jp=td=t,Kp=nd=n}function di(t,n){_d.add(nd*t-td*n),td=t,nd=n}function vi(){di(Jp,Kp)}function gi(t,n){Td+=t,Nd+=n,++kd}function _i(){Rd.point=yi}function yi(t,n){Rd.point=mi,gi(id=t,od=n)}function mi(t,n){var e=t-id,r=n-od,i=Fp(e*e+r*r);Sd+=i*(id+t)/2,Ed+=i*(od+n)/2,Ad+=i,gi(id=t,od=n)}function xi(){Rd.point=gi}function bi(){Rd.point=Mi}function wi(){Ti(ed,rd)}function Mi(t,n){Rd.point=Ti,gi(ed=id=t,rd=od=n)}function Ti(t,n){var e=t-id,r=n-od,i=Fp(e*e+r*r);Sd+=i*(id+t)/2,Ed+=i*(od+n)/2,Ad+=i,Cd+=(i=od*t-id*n)*(id+t),zd+=i*(od+n),Pd+=3*i,gi(id=t,od=n)}function Ni(t){this._context=t}function ki(t,n){Id.point=Si,qd=Ud=t,Dd=Od=n}function Si(t,n){Ud-=t,Od-=n,Fd.add(Fp(Ud*Ud+Od*Od)),Ud=t,Od=n}function Ei(){this._string=[]}function Ai(t){return"m0,"+t+"a"+t+","+t+" 0 1,1 0,"+-2*t+"a"+t+","+t+" 0 1,1 0,"+2*t+"z"}function Ci(t){return function(n){var e=new zi;for(var r in t)e[r]=t[r];return e.stream=n,e}}function zi(){}function Pi(t,n,e){var r=t.clipExtent&&t.clipExtent();return t.scale(150).translate([0,0]),null!=r&&t.clipExtent(null),Je(e,t.stream(Md)),n(Md.result()),null!=r&&t.clipExtent(r),t}function Ri(t,n,e){return Pi(t,function(e){var r=n[1][0]-n[0][0],i=n[1][1]-n[0][1],o=Math.min(r/(e[1][0]-e[0][0]),i/(e[1][1]-e[0][1])),u=+n[0][0]+(r-o*(e[1][0]+e[0][0]))/2,a=+n[0][1]+(i-o*(e[1][1]+e[0][1]))/2;t.scale(150*o).translate([u,a])},e)}function Li(t,n,e){return Ri(t,[[0,0],n],e)}function qi(t,n,e){return Pi(t,function(e){var r=+n,i=r/(e[1][0]-e[0][0]),o=(r-i*(e[1][0]+e[0][0]))/2,u=-i*e[0][1];t.scale(150*i).translate([o,u])},e)}function Di(t,n,e){return Pi(t,function(e){var r=+n,i=r/(e[1][1]-e[0][1]),o=-i*e[0][0],u=(r-i*(e[1][1]+e[0][1]))/2;t.scale(150*i).translate([o,u])},e)}function Ui(t,n){return+n?function(t,n){function e(r,i,o,u,a,c,s,f,l,h,p,d,v,g){var _=s-r,y=f-i,m=_*_+y*y;if(m>4*n&&v--){var x=u+h,b=a+p,w=c+d,M=Fp(x*x+b*b+w*w),T=Ve(w/=M),N=Ap(Ap(w)-1)n||Ap((_*A+y*C)/m-.5)>.3||u*h+a*p+c*d2?t[2]%360*Ep:0,r()):[x*Sp,b*Sp,w*Sp]},n.precision=function(t){return arguments.length?(E=Ui(e,S=t*t),i()):Fp(S)},n.fitExtent=function(t,e){return Ri(n,t,e)},n.fitSize=function(t,e){return Li(n,t,e)},n.fitWidth=function(t,e){return qi(n,t,e)},n.fitHeight=function(t,e){return Di(n,t,e)},function(){return o=t.apply(this,arguments),n.invert=o.invert&&function(t){return(t=s.invert((t[0]-u)/v,(a-t[1])/v))&&[t[0]*Sp,t[1]*Sp]},r()}}function Ii(t){var n=0,e=Mp/3,r=Fi(t),i=r(n,e);return i.parallels=function(t){return arguments.length?r(n=t[0]*Ep,e=t[1]*Ep):[n*Sp,e*Sp]},i}function Yi(t,n){function e(t,n){var e=Fp(o-2*i*Up(n))/i;return[e*Up(t*=i),u-e*Pp(t)]}var r=Up(t),i=(r+Up(n))/2;if(Ap(i)0?n<-Tp+bp&&(n=-Tp+bp):n>Tp-bp&&(n=Tp-bp);var e=o/Dp(Wi(n),i);return[e*Up(i*t),o-e*Pp(i*t)]}var r=Pp(t),i=t===n?Up(t):qp(r/Pp(n))/qp(Wi(n)/Wi(t)),o=r*Dp(Wi(t),i)/i;return i?(e.invert=function(t,n){var e=o-n,r=Op(i)*Fp(t*t+e*e);return[zp(t,Ap(e))/i*Op(e),2*Cp(Dp(o/r,1/i))-Tp]},e):Vi}function Gi(t,n){return[t,n]}function Qi(t,n){function e(t,n){var e=o-n,r=i*t;return[e*Up(r),o-e*Pp(r)]}var r=Pp(t),i=t===n?Up(t):(r-Pp(n))/(n-t),o=r/i+t;return Ap(i)=0;)n+=e[r].value;else n=1;t.value=n}function co(t,n){var e,r,i,o,u,a=new ho(t),c=+t.value&&(a.value=t.value),s=[a];for(null==n&&(n=so);e=s.pop();)if(c&&(e.value=+e.data.value),(i=n(e.data))&&(u=i.length))for(e.children=new Array(u),o=u-1;o>=0;--o)s.push(r=e.children[o]=new ho(i[o])),r.parent=e,r.depth=e.depth+1;return a.eachBefore(lo)}function so(t){return t.children}function fo(t){t.data=t.data.data}function lo(t){var n=0;do{t.height=n}while((t=t.parent)&&t.height<++n)}function ho(t){this.data=t,this.depth=this.height=0,this.parent=null}function po(t){for(var n,e,r=0,i=(t=function(t){for(var n,e,r=t.length;r;)e=Math.random()*r--|0,n=t[r],t[r]=t[e],t[e]=n;return t}(Vd.call(t))).length,o=[];r0&&e*e>r*r+i*i}function _o(t,n){for(var e=0;ee*e+r*r}function wo(t){var n=t._,e=t.next._,r=n.r+e.r,i=(n.x*e.r+e.x*n.r)/r,o=(n.y*e.r+e.y*n.r)/r;return i*i+o*o}function Mo(t){this._=t,this.next=null,this.previous=null}function To(t){if(!(i=t.length))return 0;var n,e,r,i,o,u,a,c,s,f,l;if(n=t[0],n.x=0,n.y=0,!(i>1))return n.r;if(e=t[1],n.x=-e.r,e.x=n.r,e.y=0,!(i>2))return n.r+e.r;xo(e,n,r=t[2]),n=new Mo(n),e=new Mo(e),r=new Mo(r),n.next=r.previous=e,e.next=n.previous=r,r.next=e.previous=n;t:for(a=3;ah&&(h=a),g=f*f*v,(p=Math.max(h/g,g/l))>d){f-=a;break}d=p}_.push(u={value:f,dice:c1&&jo(t[e[r-2]],t[e[r-1]],t[i])<=0;)--r;e[r++]=i}return e.slice(0,r)}function $o(t){this._size=t,this._call=this._error=null,this._tasks=[],this._data=[],this._waiting=this._active=this._ended=this._start=0}function Wo(t){if(!t._start)try{(function(t){for(;t._start=t._waiting&&t._active=0;)if((e=t._tasks[r])&&(t._tasks[r]=null,e.abort))try{e.abort()}catch(n){}t._active=NaN,Go(t)}function Go(t){if(!t._active&&t._call){var n=t._data;t._data=void 0,t._call(t._error,n)}}function Qo(t){if(null==t)t=1/0;else if(!((t=+t)>=1))throw new Error("invalid concurrency");return new $o(t)}function Jo(){return Math.random()}function Ko(t,n){function e(t){var n,e=s.status;if(!e&&function(t){var n=t.responseType;return n&&"text"!==n?t.response:t.responseText}(s)||e>=200&&e<300||304===e){if(o)try{n=o.call(r,s)}catch(t){return void a.call("error",r,t)}else n=s;a.call("load",r,n)}else a.call("error",r,t)}var r,i,o,u,a=N("beforesend","progress","load","error"),c=ae(),s=new XMLHttpRequest,f=null,l=null,h=0;if("undefined"==typeof XDomainRequest||"withCredentials"in s||!/^(http(s)?:)?\/\//.test(t)||(s=new XDomainRequest),"onload"in s?s.onload=s.onerror=s.ontimeout=e:s.onreadystatechange=function(t){s.readyState>3&&e(t)},s.onprogress=function(t){a.call("progress",r,t)},r={header:function(t,n){return t=(t+"").toLowerCase(),arguments.length<2?c.get(t):(null==n?c.remove(t):c.set(t,n+""),r)},mimeType:function(t){return arguments.length?(i=null==t?null:t+"",r):i},responseType:function(t){return arguments.length?(u=t,r):u},timeout:function(t){return arguments.length?(h=+t,r):h},user:function(t){return arguments.length<1?f:(f=null==t?null:t+"",r)},password:function(t){return arguments.length<1?l:(l=null==t?null:t+"",r)},response:function(t){return o=t,r},get:function(t,n){return r.send("GET",t,n)},post:function(t,n){return r.send("POST",t,n)},send:function(n,e,o){return s.open(n,t,!0,f,l),null==i||c.has("accept")||c.set("accept",i+",*/*"),s.setRequestHeader&&c.each(function(t,n){s.setRequestHeader(n,t)}),null!=i&&s.overrideMimeType&&s.overrideMimeType(i),null!=u&&(s.responseType=u),h>0&&(s.timeout=h),null==o&&"function"==typeof e&&(o=e,e=null),null!=o&&1===o.length&&(o=function(t){return function(n,e){t(null==n?e:null)}}(o)),null!=o&&r.on("error",o).on("load",function(t){o(null,t)}),a.call("beforesend",r,s),s.send(null==e?null:e),r},abort:function(){return s.abort(),r},on:function(){var t=a.on.apply(a,arguments);return t===a?r:t}},null!=n){if("function"!=typeof n)throw new Error("invalid callback: "+n);return r.get(n)}return r}function tu(t,n){return function(e,r){var i=Ko(e).mimeType(t).response(n);if(null!=r){if("function"!=typeof r)throw new Error("invalid callback: "+r);return i.get(r)}return i}}function nu(t,n){return function(e,r,i){arguments.length<3&&(i=r,r=null);var o=Ko(e).mimeType(t);return o.row=function(t){return arguments.length?o.response(function(t,n){return function(e){return t(e.responseText,n)}}(n,r=t)):r},o.row(r),i?o.get(i):o}}function eu(t){function n(n){var o=n+"",u=e.get(o);if(!u){if(i!==gv)return i;e.set(o,u=r.push(n))}return t[(u-1)%t.length]}var e=ae(),r=[],i=gv;return t=null==t?[]:vv.call(t),n.domain=function(t){if(!arguments.length)return r.slice();r=[],e=ae();for(var i,o,u=-1,a=t.length;++u2?su:cu,o=u=null,r}function r(n){return(o||(o=i(a,c,f?function(t){return function(n,e){var r=t(n=+n,e=+e);return function(t){return t<=n?0:t>=e?1:r(t)}}}(t):t,s)))(+n)}var i,o,u,a=_v,c=_v,s=cn,f=!1;return r.invert=function(t){return(u||(u=i(c,a,au,f?function(t){return function(n,e){var r=t(n=+n,e=+e);return function(t){return t<=0?n:t>=1?e:r(t)}}}(n):n)))(+t)},r.domain=function(t){return arguments.length?(a=dv.call(t,uu),e()):a.slice()},r.range=function(t){return arguments.length?(c=vv.call(t),e()):c.slice()},r.rangeRound=function(t){return c=vv.call(t),s=sn,e()},r.clamp=function(t){return arguments.length?(f=!!t,e()):f},r.interpolate=function(t){return arguments.length?(s=t,e()):s},e()}function hu(n){var e=n.domain;return n.ticks=function(t){var n=e();return l(n[0],n[n.length-1],null==t?10:t)},n.tickFormat=function(n,r){return function(n,e,r){var i,o=n[0],u=n[n.length-1],a=p(o,u,null==e?10:e);switch((r=Le(null==r?",f":r)).type){case"s":var c=Math.max(Math.abs(o),Math.abs(u));return null!=r.precision||isNaN(i=Ie(a,c))||(r.precision=i),t.formatPrefix(r,c);case"":case"e":case"g":case"p":case"r":null!=r.precision||isNaN(i=Ye(a,Math.max(Math.abs(o),Math.abs(u))))||(r.precision=i-("e"===r.type));break;case"f":case"%":null!=r.precision||isNaN(i=Fe(a))||(r.precision=i-2*("%"===r.type))}return t.format(r)}(e(),n,r)},n.nice=function(t){null==t&&(t=10);var r,i=e(),o=0,u=i.length-1,a=i[o],c=i[u];return c0?r=h(a=Math.floor(a/r)*r,c=Math.ceil(c/r)*r,t):r<0&&(r=h(a=Math.ceil(a*r)/r,c=Math.floor(c*r)/r,t)),r>0?(i[o]=Math.floor(a/r)*r,i[u]=Math.ceil(c/r)*r,e(i)):r<0&&(i[o]=Math.ceil(a*r)/r,i[u]=Math.floor(c*r)/r,e(i)),n},n}function pu(){var t=lu(au,on);return t.copy=function(){return fu(t,pu())},hu(t)}function du(){function t(t){return+t}var n=[0,1];return t.invert=t,t.domain=t.range=function(e){return arguments.length?(n=dv.call(e,uu),t):n.slice()},t.copy=function(){return du().domain(n)},hu(t)}function vu(t,n){var e,r=0,i=(t=t.slice()).length-1,o=t[r],u=t[i];return u0){for(;pc)break;g.push(h)}}else for(;p=1;--f)if(!((h=s*f)c)break;g.push(h)}}else g=l(p,d,Math.min(d-p,v)).map(u);return n?g.reverse():g},e.tickFormat=function(n,r){if(null==r&&(r=10===i?".0e":","),"function"!=typeof r&&(r=t.format(r)),n===1/0)return r;null==n&&(n=10);var a=Math.max(1,i*n/e.ticks().length);return function(t){var n=t/u(Math.round(o(t)));return n*i0?o[n-1]:r[0],n=i?[o[i-1],r]:[o[n-1],o[n]]},t.copy=function(){return ku().domain([e,r]).range(u)},hu(t)}function Su(){function t(t){if(t<=t)return e[Ds(n,t,0,r)]}var n=[.5],e=[0,1],r=1;return t.domain=function(i){return arguments.length?(n=vv.call(i),r=Math.min(n.length,e.length-1),t):n.slice()},t.range=function(i){return arguments.length?(e=vv.call(i),r=Math.min(n.length,e.length-1),t):e.slice()},t.invertExtent=function(t){var r=e.indexOf(t);return[n[r-1],n[r]]},t.copy=function(){return Su().domain(n).range(e)},t}function Eu(t,n,e,r){function i(n){return t(n=new Date(+n)),n}return i.floor=i,i.ceil=function(e){return t(e=new Date(e-1)),n(e,1),t(e),e},i.round=function(t){var n=i(t),e=i.ceil(t);return t-n0))return a;do{a.push(u=new Date(+e)),n(e,o),t(e)}while(u=n)for(;t(n),!e(n);)n.setTime(n-1)},function(t,r){if(t>=t)if(r<0)for(;++r<=0;)for(;n(t,-1),!e(t););else for(;--r>=0;)for(;n(t,1),!e(t););})},e&&(i.count=function(n,r){return yv.setTime(+n),mv.setTime(+r),t(yv),t(mv),Math.floor(e(yv,mv))},i.every=function(t){return t=Math.floor(t),isFinite(t)&&t>0?t>1?i.filter(r?function(n){return r(n)%t==0}:function(n){return i.count(0,n)%t==0}):i:null}),i}function Au(t){return Eu(function(n){n.setDate(n.getDate()-(n.getDay()+7-t)%7),n.setHours(0,0,0,0)},function(t,n){t.setDate(t.getDate()+7*n)},function(t,n){return(n-t-(n.getTimezoneOffset()-t.getTimezoneOffset())*wv)/Mv})}function Cu(t){return Eu(function(n){n.setUTCDate(n.getUTCDate()-(n.getUTCDay()+7-t)%7),n.setUTCHours(0,0,0,0)},function(t,n){t.setUTCDate(t.getUTCDate()+7*n)},function(t,n){return(n-t)/Mv})}function zu(t){if(0<=t.y&&t.y<100){var n=new Date(-1,t.m,t.d,t.H,t.M,t.S,t.L);return n.setFullYear(t.y),n}return new Date(t.y,t.m,t.d,t.H,t.M,t.S,t.L)}function Pu(t){if(0<=t.y&&t.y<100){var n=new Date(Date.UTC(-1,t.m,t.d,t.H,t.M,t.S,t.L));return n.setUTCFullYear(t.y),n}return new Date(Date.UTC(t.y,t.m,t.d,t.H,t.M,t.S,t.L))}function Ru(t){return{y:t,m:0,d:1,H:0,M:0,S:0,L:0}}function Lu(t){function n(t,n){return function(e){var r,i,o,u=[],a=-1,c=0,s=t.length;for(e instanceof Date||(e=new Date(+e));++a53)return null;"w"in u||(u.w=1),"Z"in u?(i=(o=(i=Pu(Ru(u.y))).getUTCDay())>4||0===o?rg.ceil(i):rg(i),i=tg.offset(i,7*(u.V-1)),u.y=i.getUTCFullYear(),u.m=i.getUTCMonth(),u.d=i.getUTCDate()+(u.w+6)%7):(i=(o=(i=n(Ru(u.y))).getDay())>4||0===o?Rv.ceil(i):Rv(i),i=Cv.offset(i,7*(u.V-1)),u.y=i.getFullYear(),u.m=i.getMonth(),u.d=i.getDate()+(u.w+6)%7)}else("W"in u||"U"in u)&&("w"in u||(u.w="u"in u?u.u%7:"W"in u?1:0),o="Z"in u?Pu(Ru(u.y)).getUTCDay():n(Ru(u.y)).getDay(),u.m=0,u.d="W"in u?(u.w+6)%7+7*u.W-(o+5)%7:u.w+7*u.U-(o+6)%7);return"Z"in u?(u.H+=u.Z/100|0,u.M+=u.Z%100,Pu(u)):n(u)}}function r(t,n,e,r){for(var i,o,u=0,a=n.length,c=e.length;u=c)return-1;if(37===(i=n.charCodeAt(u++))){if(i=n.charAt(u++),!(o=T[i in bg?n.charAt(u++):i])||(r=o(t,e,r))<0)return-1}else if(i!=e.charCodeAt(r++))return-1}return r}var i=t.dateTime,o=t.date,u=t.time,a=t.periods,c=t.days,s=t.shortDays,f=t.months,l=t.shortMonths,h=Uu(a),p=Ou(a),d=Uu(c),v=Ou(c),g=Uu(s),_=Ou(s),y=Uu(f),m=Ou(f),x=Uu(l),b=Ou(l),w={a:function(t){return s[t.getDay()]},A:function(t){return c[t.getDay()]},b:function(t){return l[t.getMonth()]},B:function(t){return f[t.getMonth()]},c:null,d:ia,e:ia,f:sa,H:oa,I:ua,j:aa,L:ca,m:fa,M:la,p:function(t){return a[+(t.getHours()>=12)]},Q:Fa,s:Ia,S:ha,u:pa,U:da,V:va,w:ga,W:_a,x:null,X:null,y:ya,Y:ma,Z:xa,"%":Oa},M={a:function(t){return s[t.getUTCDay()]},A:function(t){return c[t.getUTCDay()]},b:function(t){return l[t.getUTCMonth()]},B:function(t){return f[t.getUTCMonth()]},c:null,d:ba,e:ba,f:ka,H:wa,I:Ma,j:Ta,L:Na,m:Sa,M:Ea,p:function(t){return a[+(t.getUTCHours()>=12)]},Q:Fa,s:Ia,S:Aa,u:Ca,U:za,V:Pa,w:Ra,W:La,x:null,X:null,y:qa,Y:Da,Z:Ua,"%":Oa},T={a:function(t,n,e){var r=g.exec(n.slice(e));return r?(t.w=_[r[0].toLowerCase()],e+r[0].length):-1},A:function(t,n,e){var r=d.exec(n.slice(e));return r?(t.w=v[r[0].toLowerCase()],e+r[0].length):-1},b:function(t,n,e){var r=x.exec(n.slice(e));return r?(t.m=b[r[0].toLowerCase()],e+r[0].length):-1},B:function(t,n,e){var r=y.exec(n.slice(e));return r?(t.m=m[r[0].toLowerCase()],e+r[0].length):-1},c:function(t,n,e){return r(t,i,n,e)},d:Wu,e:Wu,f:ta,H:Gu,I:Gu,j:Zu,L:Ku,m:$u,M:Qu,p:function(t,n,e){var r=h.exec(n.slice(e));return r?(t.p=p[r[0].toLowerCase()],e+r[0].length):-1},Q:ea,s:ra,S:Ju,u:Iu,U:Yu,V:Bu,w:Fu,W:Hu,x:function(t,n,e){return r(t,o,n,e)},X:function(t,n,e){return r(t,u,n,e)},y:Xu,Y:ju,Z:Vu,"%":na};return w.x=n(o,w),w.X=n(u,w),w.c=n(i,w),M.x=n(o,M),M.X=n(u,M),M.c=n(i,M),{format:function(t){var e=n(t+="",w);return e.toString=function(){return t},e},parse:function(t){var n=e(t+="",zu);return n.toString=function(){return t},n},utcFormat:function(t){var e=n(t+="",M);return e.toString=function(){return t},e},utcParse:function(t){var n=e(t,Pu);return n.toString=function(){return t},n}}}function qu(t,n,e){var r=t<0?"-":"",i=(r?-t:t)+"",o=i.length;return r+(o68?1900:2e3),e+r[0].length):-1}function Vu(t,n,e){var r=/^(Z)|([+-]\d\d)(?::?(\d\d))?/.exec(n.slice(e,e+6));return r?(t.Z=r[1]?0:-(r[2]+(r[3]||"00")),e+r[0].length):-1}function $u(t,n,e){var r=wg.exec(n.slice(e,e+2));return r?(t.m=r[0]-1,e+r[0].length):-1}function Wu(t,n,e){var r=wg.exec(n.slice(e,e+2));return r?(t.d=+r[0],e+r[0].length):-1}function Zu(t,n,e){var r=wg.exec(n.slice(e,e+3));return r?(t.m=0,t.d=+r[0],e+r[0].length):-1}function Gu(t,n,e){var r=wg.exec(n.slice(e,e+2));return r?(t.H=+r[0],e+r[0].length):-1}function Qu(t,n,e){var r=wg.exec(n.slice(e,e+2));return r?(t.M=+r[0],e+r[0].length):-1}function Ju(t,n,e){var r=wg.exec(n.slice(e,e+2));return r?(t.S=+r[0],e+r[0].length):-1}function Ku(t,n,e){var r=wg.exec(n.slice(e,e+3));return r?(t.L=+r[0],e+r[0].length):-1}function ta(t,n,e){var r=wg.exec(n.slice(e,e+6));return r?(t.L=Math.floor(r[0]/1e3),e+r[0].length):-1}function na(t,n,e){var r=Mg.exec(n.slice(e,e+1));return r?e+r[0].length:-1}function ea(t,n,e){var r=wg.exec(n.slice(e));return r?(t.Q=+r[0],e+r[0].length):-1}function ra(t,n,e){var r=wg.exec(n.slice(e));return r?(t.Q=1e3*+r[0],e+r[0].length):-1}function ia(t,n){return qu(t.getDate(),n,2)}function oa(t,n){return qu(t.getHours(),n,2)}function ua(t,n){return qu(t.getHours()%12||12,n,2)}function aa(t,n){return qu(1+Cv.count(Wv(t),t),n,3)}function ca(t,n){return qu(t.getMilliseconds(),n,3)}function sa(t,n){return ca(t,n)+"000"}function fa(t,n){return qu(t.getMonth()+1,n,2)}function la(t,n){return qu(t.getMinutes(),n,2)}function ha(t,n){return qu(t.getSeconds(),n,2)}function pa(t){var n=t.getDay();return 0===n?7:n}function da(t,n){return qu(Pv.count(Wv(t),t),n,2)}function va(t,n){var e=t.getDay();return t=e>=4||0===e?Dv(t):Dv.ceil(t),qu(Dv.count(Wv(t),t)+(4===Wv(t).getDay()),n,2)}function ga(t){return t.getDay()}function _a(t,n){return qu(Rv.count(Wv(t),t),n,2)}function ya(t,n){return qu(t.getFullYear()%100,n,2)}function ma(t,n){return qu(t.getFullYear()%1e4,n,4)}function xa(t){var n=t.getTimezoneOffset();return(n>0?"-":(n*=-1,"+"))+qu(n/60|0,"0",2)+qu(n%60,"0",2)}function ba(t,n){return qu(t.getUTCDate(),n,2)}function wa(t,n){return qu(t.getUTCHours(),n,2)}function Ma(t,n){return qu(t.getUTCHours()%12||12,n,2)}function Ta(t,n){return qu(1+tg.count(yg(t),t),n,3)}function Na(t,n){return qu(t.getUTCMilliseconds(),n,3)}function ka(t,n){return Na(t,n)+"000"}function Sa(t,n){return qu(t.getUTCMonth()+1,n,2)}function Ea(t,n){return qu(t.getUTCMinutes(),n,2)}function Aa(t,n){return qu(t.getUTCSeconds(),n,2)}function Ca(t){var n=t.getUTCDay();return 0===n?7:n}function za(t,n){return qu(eg.count(yg(t),t),n,2)}function Pa(t,n){var e=t.getUTCDay();return t=e>=4||0===e?ug(t):ug.ceil(t),qu(ug.count(yg(t),t)+(4===yg(t).getUTCDay()),n,2)}function Ra(t){return t.getUTCDay()}function La(t,n){return qu(rg.count(yg(t),t),n,2)}function qa(t,n){return qu(t.getUTCFullYear()%100,n,2)}function Da(t,n){return qu(t.getUTCFullYear()%1e4,n,4)}function Ua(){return"+0000"}function Oa(){return"%"}function Fa(t){return+t}function Ia(t){return Math.floor(+t/1e3)}function Ya(n){return mg=Lu(n),t.timeFormat=mg.format,t.timeParse=mg.parse,t.utcFormat=mg.utcFormat,t.utcParse=mg.utcParse,mg}function Ba(t){return new Date(t)}function Ha(t){return t instanceof Date?+t:+new Date(+t)}function ja(t,n,r,i,o,u,a,c,s){function f(e){return(a(e)=1?e_:t<=-1?-e_:Math.asin(t)}function Ga(t){return t.innerRadius}function Qa(t){return t.outerRadius}function Ja(t){return t.startAngle}function Ka(t){return t.endAngle}function tc(t){return t&&t.padAngle}function nc(t,n,e,r,i,o,u){var a=t-e,c=n-r,s=(u?o:-o)/Kg(a*a+c*c),f=s*c,l=-s*a,h=t+f,p=n+l,d=e+f,v=r+l,g=(h+d)/2,_=(p+v)/2,y=d-h,m=v-p,x=y*y+m*m,b=i-o,w=h*v-d*p,M=(m<0?-1:1)*Kg(Gg(0,b*b*x-w*w)),T=(w*m-y*M)/x,N=(-w*y-m*M)/x,k=(w*m+y*M)/x,S=(-w*y+m*M)/x,E=T-g,A=N-_,C=k-g,z=S-_;return E*E+A*A>C*C+z*z&&(T=k,N=S),{cx:T,cy:N,x01:-f,y01:-l,x11:T*(i/b-1),y11:N*(i/b-1)}}function ec(t){this._context=t}function rc(t){return new ec(t)}function ic(t){return t[0]}function oc(t){return t[1]}function uc(){function t(t){var a,c,s,f=t.length,l=!1;for(null==i&&(u=o(s=te())),a=0;a<=f;++a)!(a=f;--l)s.point(g[l],_[l]);s.lineEnd(),s.areaEnd()}v&&(g[n]=+e(h,n,t),_[n]=+i(h,n,t),s.point(r?+r(h,n,t):g[n],o?+o(h,n,t):_[n]))}if(p)return s=null,p+""||null}function n(){return uc().defined(u).curve(c).context(a)}var e=ic,r=null,i=Wa(0),o=oc,u=Wa(!0),a=null,c=rc,s=null;return t.x=function(n){return arguments.length?(e="function"==typeof n?n:Wa(+n),r=null,t):e},t.x0=function(n){return arguments.length?(e="function"==typeof n?n:Wa(+n),t):e},t.x1=function(n){return arguments.length?(r=null==n?null:"function"==typeof n?n:Wa(+n),t):r},t.y=function(n){return arguments.length?(i="function"==typeof n?n:Wa(+n),o=null,t):i},t.y0=function(n){return arguments.length?(i="function"==typeof n?n:Wa(+n),t):i},t.y1=function(n){return arguments.length?(o=null==n?null:"function"==typeof n?n:Wa(+n),t):o},t.lineX0=t.lineY0=function(){return n().x(e).y(i)},t.lineY1=function(){return n().x(e).y(o)},t.lineX1=function(){return n().x(r).y(i)},t.defined=function(n){return arguments.length?(u="function"==typeof n?n:Wa(!!n),t):u},t.curve=function(n){return arguments.length?(c=n,null!=a&&(s=c(a)),t):c},t.context=function(n){return arguments.length?(null==n?a=s=null:s=c(a=n),t):a},t}function cc(t,n){return nt?1:n>=t?0:NaN}function sc(t){return t}function fc(t){this._curve=t}function lc(t){function n(n){return new fc(t(n))}return n._curve=t,n}function hc(t){var n=t.curve;return t.angle=t.x,delete t.x,t.radius=t.y,delete t.y,t.curve=function(t){return arguments.length?n(lc(t)):n()._curve},t}function pc(){return hc(uc().curve(i_))}function dc(){var t=ac().curve(i_),n=t.curve,e=t.lineX0,r=t.lineX1,i=t.lineY0,o=t.lineY1;return t.angle=t.x,delete t.x,t.startAngle=t.x0,delete t.x0,t.endAngle=t.x1,delete t.x1,t.radius=t.y,delete t.y,t.innerRadius=t.y0,delete t.y0,t.outerRadius=t.y1,delete t.y1,t.lineStartAngle=function(){return hc(e())},delete t.lineX0,t.lineEndAngle=function(){return hc(r())},delete t.lineX1,t.lineInnerRadius=function(){return hc(i())},delete t.lineY0,t.lineOuterRadius=function(){return hc(o())},delete t.lineY1,t.curve=function(t){return arguments.length?n(lc(t)):n()._curve},t}function vc(t,n){return[(n=+n)*Math.cos(t-=Math.PI/2),n*Math.sin(t)]}function gc(t){return t.source}function _c(t){return t.target}function yc(t){function n(){var n,a=o_.call(arguments),c=e.apply(this,a),s=r.apply(this,a);if(u||(u=n=te()),t(u,+i.apply(this,(a[0]=c,a)),+o.apply(this,a),+i.apply(this,(a[0]=s,a)),+o.apply(this,a)),n)return u=null,n+""||null}var e=gc,r=_c,i=ic,o=oc,u=null;return n.source=function(t){return arguments.length?(e=t,n):e},n.target=function(t){return arguments.length?(r=t,n):r},n.x=function(t){return arguments.length?(i="function"==typeof t?t:Wa(+t),n):i},n.y=function(t){return arguments.length?(o="function"==typeof t?t:Wa(+t),n):o},n.context=function(t){return arguments.length?(u=null==t?null:t,n):u},n}function mc(t,n,e,r,i){t.moveTo(n,e),t.bezierCurveTo(n=(n+r)/2,e,n,i,r,i)}function xc(t,n,e,r,i){t.moveTo(n,e),t.bezierCurveTo(n,e=(e+i)/2,r,e,r,i)}function bc(t,n,e,r,i){var o=vc(n,e),u=vc(n,e=(e+i)/2),a=vc(r,e),c=vc(r,i);t.moveTo(o[0],o[1]),t.bezierCurveTo(u[0],u[1],a[0],a[1],c[0],c[1])}function wc(){}function Mc(t,n,e){t._context.bezierCurveTo((2*t._x0+t._x1)/3,(2*t._y0+t._y1)/3,(t._x0+2*t._x1)/3,(t._y0+2*t._y1)/3,(t._x0+4*t._x1+n)/6,(t._y0+4*t._y1+e)/6)}function Tc(t){this._context=t}function Nc(t){this._context=t}function kc(t){this._context=t}function Sc(t,n){this._basis=new Tc(t),this._beta=n}function Ec(t,n,e){t._context.bezierCurveTo(t._x1+t._k*(t._x2-t._x0),t._y1+t._k*(t._y2-t._y0),t._x2+t._k*(t._x1-n),t._y2+t._k*(t._y1-e),t._x2,t._y2)}function Ac(t,n){this._context=t,this._k=(1-n)/6}function Cc(t,n){this._context=t,this._k=(1-n)/6}function zc(t,n){this._context=t,this._k=(1-n)/6}function Pc(t,n,e){var r=t._x1,i=t._y1,o=t._x2,u=t._y2;if(t._l01_a>t_){var a=2*t._l01_2a+3*t._l01_a*t._l12_a+t._l12_2a,c=3*t._l01_a*(t._l01_a+t._l12_a);r=(r*a-t._x0*t._l12_2a+t._x2*t._l01_2a)/c,i=(i*a-t._y0*t._l12_2a+t._y2*t._l01_2a)/c}if(t._l23_a>t_){var s=2*t._l23_2a+3*t._l23_a*t._l12_a+t._l12_2a,f=3*t._l23_a*(t._l23_a+t._l12_a);o=(o*s+t._x1*t._l23_2a-n*t._l12_2a)/f,u=(u*s+t._y1*t._l23_2a-e*t._l12_2a)/f}t._context.bezierCurveTo(r,i,o,u,t._x2,t._y2)}function Rc(t,n){this._context=t,this._alpha=n}function Lc(t,n){this._context=t,this._alpha=n}function qc(t,n){this._context=t,this._alpha=n}function Dc(t){this._context=t}function Uc(t){return t<0?-1:1}function Oc(t,n,e){var r=t._x1-t._x0,i=n-t._x1,o=(t._y1-t._y0)/(r||i<0&&-0),u=(e-t._y1)/(i||r<0&&-0),a=(o*i+u*r)/(r+i);return(Uc(o)+Uc(u))*Math.min(Math.abs(o),Math.abs(u),.5*Math.abs(a))||0}function Fc(t,n){var e=t._x1-t._x0;return e?(3*(t._y1-t._y0)/e-n)/2:n}function Ic(t,n,e){var r=t._x0,i=t._y0,o=t._x1,u=t._y1,a=(o-r)/3;t._context.bezierCurveTo(r+a,i+a*n,o-a,u-a*e,o,u)}function Yc(t){this._context=t}function Bc(t){this._context=new Hc(t)}function Hc(t){this._context=t}function jc(t){this._context=t}function Xc(t){var n,e,r=t.length-1,i=new Array(r),o=new Array(r),u=new Array(r);for(i[0]=0,o[0]=2,u[0]=t[0]+2*t[1],n=1;n=0;--n)i[n]=(u[n]-i[n+1])/o[n];for(o[r-1]=(t[r]+i[r-1])/2,n=0;n1)for(var e,r,i,o=1,u=t[n[0]],a=u.length;o=0;)e[n]=n;return e}function Zc(t,n){return t[n]}function Gc(t){var n=t.map(Qc);return Wc(t).sort(function(t,e){return n[t]-n[e]})}function Qc(t){for(var n,e=0,r=-1,i=t.length;++r0)){if(o/=h,h<0){if(o0){if(o>l)return;o>f&&(f=o)}if(o=r-c,h||!(o<0)){if(o/=h,h<0){if(o>l)return;o>f&&(f=o)}else if(h>0){if(o0)){if(o/=p,p<0){if(o0){if(o>l)return;o>f&&(f=o)}if(o=i-s,p||!(o<0)){if(o/=p,p<0){if(o>l)return;o>f&&(f=o)}else if(p>0){if(o0||l<1)||(f>0&&(t[0]=[c+f*h,s+f*p]),l<1&&(t[1]=[c+l*h,s+l*p]),!0)}}}}}function fs(t,n,e,r,i){var o=t[1];if(o)return!0;var u,a,c=t[0],s=t.left,f=t.right,l=s[0],h=s[1],p=f[0],d=f[1],v=(l+p)/2,g=(h+d)/2;if(d===h){if(v=r)return;if(l>p){if(c){if(c[1]>=i)return}else c=[v,e];o=[v,i]}else{if(c){if(c[1]1)if(l>p){if(c){if(c[1]>=i)return}else c=[(e-a)/u,e];o=[(i-a)/u,i]}else{if(c){if(c[1]=r)return}else c=[n,u*n+a];o=[r,u*r+a]}else{if(c){if(c[0]=-O_)){var p=c*c+s*s,d=f*f+l*l,v=(l*p-s*d)/h,g=(c*d-f*p)/h,_=q_.pop()||new function(){es(this),this.x=this.y=this.arc=this.site=this.cy=null};_.arc=t,_.site=i,_.x=v+u,_.y=(_.cy=g+a)+Math.sqrt(v*v+g*g),t.circle=_;for(var y=null,m=R_._;m;)if(_.yU_)a=a.L;else{if(!((i=o-function(t,n){var e=t.N;if(e)return xs(e,n);var r=t.site;return r[1]===n?r[0]:1/0}(a,u))>U_)){r>-U_?(n=a.P,e=a):i>-U_?(n=a,e=a.N):n=e=a;break}if(!a.R){n=a;break}a=a.R}(function(t){P_[t.index]={site:t,halfedges:[]}})(t);var c=gs(t);if(z_.insert(n,c),n||e){if(n===e)return vs(n),e=gs(n.site),z_.insert(c,e),c.edge=e.edge=us(n.site,c.site),ds(n),void ds(e);if(e){vs(n),vs(e);var s=n.site,f=s[0],l=s[1],h=t[0]-f,p=t[1]-l,d=e.site,v=d[0]-f,g=d[1]-l,_=2*(h*g-p*v),y=h*h+p*p,m=v*v+g*g,x=[(g*y-p*m)/_+f,(h*m-v*y)/_+l];cs(e.edge,s,d,x),c.edge=us(s,t,null,x),e.edge=us(t,d,null,x),ds(n),ds(e)}else c.edge=us(n.site,c.site)}}function xs(t,n){var e=t.site,r=e[0],i=e[1],o=i-n;if(!o)return r;var u=t.P;if(!u)return-1/0;var a=(e=u.site)[0],c=e[1],s=c-n;if(!s)return a;var f=a-r,l=1/o-1/s,h=f/s;return l?(-h+Math.sqrt(h*h-2*l*(f*f/(-2*s)-c+s/2+i-o/2)))/l+r:(r+a)/2}function bs(t,n,e){return(t[0]-e[0])*(n[1]-t[1])-(t[0]-n[0])*(e[1]-t[1])}function ws(t,n){return n[1]-t[1]||n[0]-t[0]}function Ms(t,n){var e,r,i,o=t.sort(ws).pop();for(L_=[],P_=new Array(t.length),z_=new ns,R_=new ns;;)if(i=C_,o&&(!i||o[1]U_||Math.abs(i[0][1]-i[1][1])>U_)||delete L_[o]})(u,a,c,s),function(t,n,e,r){var i,o,u,a,c,s,f,l,h,p,d,v,g=P_.length,_=!0;for(i=0;iU_||Math.abs(v-h)>U_)&&(c.splice(a,0,L_.push(as(u,p,Math.abs(d-t)U_?[t,Math.abs(l-t)U_?[Math.abs(h-r)U_?[e,Math.abs(l-e)U_?[Math.abs(h-n)r?(r+i)/2:Math.min(0,r)||Math.max(0,i),u>o?(o+u)/2:Math.min(0,o)||Math.max(0,u))}var qs=e(n),Ds=qs.right,Us=qs.left,Os=Array.prototype,Fs=Os.slice,Is=Os.map,Ys=Math.sqrt(50),Bs=Math.sqrt(10),Hs=Math.sqrt(2),js=Array.prototype.slice,Xs=1,Vs=2,$s=3,Ws=4,Zs=1e-6,Gs={value:function(){}};k.prototype=N.prototype={constructor:k,on:function(t,n){var e,r=this._,i=function(t,n){return t.trim().split(/^|\s+/).map(function(t){var e="",r=t.indexOf(".");if(r>=0&&(e=t.slice(r+1),t=t.slice(0,r)),t&&!n.hasOwnProperty(t))throw new Error("unknown type: "+t);return{type:t,name:e}})}(t+"",r),o=-1,u=i.length;{if(!(arguments.length<2)){if(null!=n&&"function"!=typeof n)throw new Error("invalid callback: "+n);for(;++o0)for(var e,r,i=new Array(e),o=0;o=0&&(this._names.splice(n,1),this._node.setAttribute("class",this._names.join(" ")))},contains:function(t){return this._names.indexOf(t)>=0}};var af=[null];st.prototype=ft.prototype={constructor:st,select:function(t){"function"!=typeof t&&(t=Y(t));for(var n=this._groups,e=n.length,r=new Array(e),i=0;i=x&&(x=m+1);!(y=g[x])&&++x=0;)(r=i[o])&&(u&&u!==r.nextSibling&&u.parentNode.insertBefore(r,u),u=r);return this},sort:function(t){function n(n,e){return n&&e?t(n.__data__,e.__data__):!n-!e}t||(t=W);for(var e=this._groups,r=e.length,i=new Array(r),o=0;o1?this.each((null==n?function(t){return function(){this.style.removeProperty(t)}}:"function"==typeof n?function(t,n,e){return function(){var r=n.apply(this,arguments);null==r?this.style.removeProperty(t):this.style.setProperty(t,r,e)}}:function(t,n,e){return function(){this.style.setProperty(t,n,e)}})(t,n,null==e?"":e)):G(this.node(),t)},property:function(t,n){return arguments.length>1?this.each((null==n?function(t){return function(){delete this[t]}}:"function"==typeof n?function(t,n){return function(){var e=n.apply(this,arguments);null==e?delete this[t]:this[t]=e}}:function(t,n){return function(){this[t]=n}})(t,n)):this.node()[t]},classed:function(t,n){var e=Q(t+"");if(arguments.length<2){for(var r=J(this.node()),i=-1,o=e.length;++i=0&&(n=t.slice(e+1),t=t.slice(0,e)),{type:t,name:n}})}(t+""),u=o.length;if(!(arguments.length<2)){for(a=n?q:L,null==e&&(e=!1),r=0;r=240?t-240:t+120,i,r),qt(t,i,r),qt(t<120?t+240:t-120,i,r),this.opacity)},displayable:function(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1}}));var xf=Math.PI/180,bf=180/Math.PI,wf=.95047,Mf=1,Tf=1.08883,Nf=4/29,kf=6/29,Sf=3*kf*kf,Ef=kf*kf*kf;Mt(Ot,Ut,Tt(Nt,{brighter:function(t){return new Ot(this.l+18*(null==t?1:t),this.a,this.b,this.opacity)},darker:function(t){return new Ot(this.l-18*(null==t?1:t),this.a,this.b,this.opacity)},rgb:function(){var t=(this.l+16)/116,n=isNaN(this.a)?t:t+this.a/500,e=isNaN(this.b)?t:t-this.b/200;return t=Mf*It(t),n=wf*It(n),e=Tf*It(e),new zt(Yt(3.2404542*n-1.5371385*t-.4985314*e),Yt(-.969266*n+1.8760108*t+.041556*e),Yt(.0556434*n-.2040259*t+1.0572252*e),this.opacity)}})),Mt(jt,Ht,Tt(Nt,{brighter:function(t){return new jt(this.h,this.c,this.l+18*(null==t?1:t),this.opacity)},darker:function(t){return new jt(this.h,this.c,this.l-18*(null==t?1:t),this.opacity)},rgb:function(){return Dt(this).rgb()}}));var Af=-.29227,Cf=-.90649,zf=1.97294,Pf=zf*Cf,Rf=1.78277*zf,Lf=1.78277*Af- -.14861*Cf;Mt(Vt,Xt,Tt(Nt,{brighter:function(t){return t=null==t?1/.7:Math.pow(1/.7,t),new Vt(this.h,this.s,this.l*t,this.opacity)},darker:function(t){return t=null==t?.7:Math.pow(.7,t),new Vt(this.h,this.s,this.l*t,this.opacity)},rgb:function(){var t=isNaN(this.h)?0:(this.h+120)*xf,n=+this.l,e=isNaN(this.s)?0:this.s*n*(1-n),r=Math.cos(t),i=Math.sin(t);return new zt(255*(n+e*(-.14861*r+1.78277*i)),255*(n+e*(Af*r+Cf*i)),255*(n+e*(zf*r)),this.opacity)}}));var qf,Df,Uf,Of,Ff,If,Yf=function t(n){function e(t,n){var e=r((t=Ct(t)).r,(n=Ct(n)).r),i=r(t.g,n.g),o=r(t.b,n.b),u=tn(t.opacity,n.opacity);return function(n){return t.r=e(n),t.g=i(n),t.b=o(n),t.opacity=u(n),t+""}}var r=Kt(n);return e.gamma=t,e}(1),Bf=nn(Wt),Hf=nn(Zt),jf=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,Xf=new RegExp(jf.source,"g"),Vf=180/Math.PI,$f={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1},Wf=ln(function(t){return"none"===t?$f:(qf||(qf=document.createElement("DIV"),Df=document.documentElement,Uf=document.defaultView),qf.style.transform=t,t=Uf.getComputedStyle(Df.appendChild(qf),null).getPropertyValue("transform"),Df.removeChild(qf),t=t.slice(7,-1).split(","),fn(+t[0],+t[1],+t[2],+t[3],+t[4],+t[5]))},"px, ","px)","deg)"),Zf=ln(function(t){return null==t?$f:(Of||(Of=document.createElementNS("http://www.w3.org/2000/svg","g")),Of.setAttribute("transform",t),(t=Of.transform.baseVal.consolidate())?(t=t.matrix,fn(t.a,t.b,t.c,t.d,t.e,t.f)):$f)},", ",")",")"),Gf=Math.SQRT2,Qf=2,Jf=4,Kf=1e-12,tl=dn(Jt),nl=dn(tn),el=vn(Jt),rl=vn(tn),il=gn(Jt),ol=gn(tn),ul=0,al=0,cl=0,sl=1e3,fl=0,ll=0,hl=0,pl="object"==typeof performance&&performance.now?performance:Date,dl="object"==typeof window&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(t){setTimeout(t,17)};mn.prototype=xn.prototype={constructor:mn,restart:function(t,n,e){if("function"!=typeof t)throw new TypeError("callback is not a function");e=(null==e?_n():+e)+(null==n?0:+n),this._next||If===this||(If?If._next=this:Ff=this,If=this),this._call=t,this._time=e,Tn()},stop:function(){this._call&&(this._call=null,this._time=1/0,Tn())}};var vl=N("start","end","interrupt"),gl=[],_l=0,yl=1,ml=2,xl=3,bl=4,wl=5,Ml=6,Tl=ft.prototype.constructor,Nl=0,kl=ft.prototype;Rn.prototype=Ln.prototype={constructor:Rn,select:function(t){var n=this._name,e=this._id;"function"!=typeof t&&(t=Y(t));for(var r=this._groups,i=r.length,o=new Array(i),u=0;u=0&&(t=t.slice(0,n)),!t||"start"===t})}(n)?Sn:En;return function(){var u=o(this,t),a=u.on;a!==r&&(i=(r=a).copy()).on(n,e),u.on=i}}(e,t,n))},attr:function(t,n){var e=E(t),r="transform"===e?Zf:Pn;return this.attrTween(t,"function"==typeof n?(e.local?function(t,n,e){var r,i,o;return function(){var u,a=e(this);if(null!=a)return(u=this.getAttributeNS(t.space,t.local))===a?null:u===r&&a===i?o:o=n(r=u,i=a);this.removeAttributeNS(t.space,t.local)}}:function(t,n,e){var r,i,o;return function(){var u,a=e(this);if(null!=a)return(u=this.getAttribute(t))===a?null:u===r&&a===i?o:o=n(r=u,i=a);this.removeAttribute(t)}})(e,r,zn(this,"attr."+t,n)):null==n?(e.local?function(t){return function(){this.removeAttributeNS(t.space,t.local)}}:function(t){return function(){this.removeAttribute(t)}})(e):(e.local?function(t,n,e){var r,i;return function(){var o=this.getAttributeNS(t.space,t.local);return o===e?null:o===r?i:i=n(r=o,e)}}:function(t,n,e){var r,i;return function(){var o=this.getAttribute(t);return o===e?null:o===r?i:i=n(r=o,e)}})(e,r,n+""))},attrTween:function(t,n){var e="attr."+t;if(arguments.length<2)return(e=this.tween(e))&&e._value;if(null==n)return this.tween(e,null);if("function"!=typeof n)throw new Error;var r=E(t);return this.tween(e,(r.local?function(t,n){function e(){var e=this,r=n.apply(e,arguments);return r&&function(n){e.setAttributeNS(t.space,t.local,r(n))}}return e._value=n,e}:function(t,n){function e(){var e=this,r=n.apply(e,arguments);return r&&function(n){e.setAttribute(t,r(n))}}return e._value=n,e})(r,n))},style:function(t,n,e){var r="transform"==(t+="")?Wf:Pn;return null==n?this.styleTween(t,function(t,n){var e,r,i;return function(){var o=G(this,t),u=(this.style.removeProperty(t),G(this,t));return o===u?null:o===e&&u===r?i:i=n(e=o,r=u)}}(t,r)).on("end.style."+t,function(t){return function(){this.style.removeProperty(t)}}(t)):this.styleTween(t,"function"==typeof n?function(t,n,e){var r,i,o;return function(){var u=G(this,t),a=e(this);return null==a&&(this.style.removeProperty(t),a=G(this,t)),u===a?null:u===r&&a===i?o:o=n(r=u,i=a)}}(t,r,zn(this,"style."+t,n)):function(t,n,e){var r,i;return function(){var o=G(this,t);return o===e?null:o===r?i:i=n(r=o,e)}}(t,r,n+""),e)},styleTween:function(t,n,e){var r="style."+(t+="");if(arguments.length<2)return(r=this.tween(r))&&r._value;if(null==n)return this.tween(r,null);if("function"!=typeof n)throw new Error;return this.tween(r,function(t,n,e){function r(){var r=this,i=n.apply(r,arguments);return i&&function(n){r.style.setProperty(t,i(n),e)}}return r._value=n,r}(t,n,null==e?"":e))},text:function(t){return this.tween("text","function"==typeof t?function(t){return function(){var n=t(this);this.textContent=null==n?"":n}}(zn(this,"text",t)):function(t){return function(){this.textContent=t}}(null==t?"":t+""))},remove:function(){return this.on("end.remove",function(t){return function(){var n=this.parentNode;for(var e in this.__transition)if(+e!==t)return;n&&n.removeChild(this)}}(this._id))},tween:function(t,n){var e=this._id;if(t+="",arguments.length<2){for(var r,i=An(this.node(),e).tween,o=0,u=i.length;o1e-6)if(Math.abs(f*a-c*s)>1e-6&&i){var h=e-o,p=r-u,d=a*a+c*c,v=h*h+p*p,g=Math.sqrt(d),_=Math.sqrt(l),y=i*Math.tan((gh-Math.acos((d+l-v)/(2*g*_)))/2),m=y/_,x=y/g;Math.abs(m-1)>1e-6&&(this._+="L"+(t+m*s)+","+(n+m*f)),this._+="A"+i+","+i+",0,0,"+ +(f*h>s*p)+","+(this._x1=t+x*a)+","+(this._y1=n+x*c)}else this._+="L"+(this._x1=t)+","+(this._y1=n);else;},arc:function(t,n,e,r,i,o){t=+t,n=+n;var u=(e=+e)*Math.cos(r),a=e*Math.sin(r),c=t+u,s=n+a,f=1^o,l=o?r-i:i-r;if(e<0)throw new Error("negative radius: "+e);null===this._x1?this._+="M"+c+","+s:(Math.abs(this._x1-c)>1e-6||Math.abs(this._y1-s)>1e-6)&&(this._+="L"+c+","+s),e&&(l<0&&(l=l%_h+_h),l>yh?this._+="A"+e+","+e+",0,1,"+f+","+(t-u)+","+(n-a)+"A"+e+","+e+",0,1,"+f+","+(this._x1=c)+","+(this._y1=s):l>1e-6&&(this._+="A"+e+","+e+",0,"+ +(l>=gh)+","+f+","+(this._x1=t+e*Math.cos(i))+","+(this._y1=n+e*Math.sin(i))))},rect:function(t,n,e,r){this._+="M"+(this._x0=this._x1=+t)+","+(this._y0=this._y1=+n)+"h"+ +e+"v"+ +r+"h"+-e+"Z"},toString:function(){return this._}};ue.prototype=ae.prototype={constructor:ue,has:function(t){return"$"+t in this},get:function(t){return this["$"+t]},set:function(t,n){return this["$"+t]=n,this},remove:function(t){var n="$"+t;return n in this&&delete this[n]},clear:function(){for(var t in this)"$"===t[0]&&delete this[t]},keys:function(){var t=[];for(var n in this)"$"===n[0]&&t.push(n.slice(1));return t},values:function(){var t=[];for(var n in this)"$"===n[0]&&t.push(this[n]);return t},entries:function(){var t=[];for(var n in this)"$"===n[0]&&t.push({key:n.slice(1),value:this[n]});return t},size:function(){var t=0;for(var n in this)"$"===n[0]&&++t;return t},empty:function(){for(var t in this)if("$"===t[0])return!1;return!0},each:function(t){for(var n in this)"$"===n[0]&&t(this[n],n.slice(1),this)}};var mh=ae.prototype;he.prototype=pe.prototype={constructor:he,has:mh.has,add:function(t){return t+="",this["$"+t]=t,this},remove:mh.remove,clear:mh.clear,values:mh.keys,size:mh.size,empty:mh.empty,each:mh.each};var xh={},bh={},wh=34,Mh=10,Th=13,Nh=ve(","),kh=Nh.parse,Sh=Nh.parseRows,Eh=Nh.format,Ah=Nh.formatRows,Ch=ve("\t"),zh=Ch.parse,Ph=Ch.parseRows,Rh=Ch.format,Lh=Ch.formatRows,qh=we.prototype=Me.prototype;qh.copy=function(){var t,n,e=new Me(this._x,this._y,this._x0,this._y0,this._x1,this._y1),r=this._root;if(!r)return e;if(!r.length)return e._root=Te(r),e;for(t=[{source:r,target:e._root=new Array(4)}];r=t.pop();)for(var i=0;i<4;++i)(n=r.source[i])&&(n.length?t.push({source:n,target:r.target[i]=new Array(4)}):r.target[i]=Te(n));return e},qh.add=function(t){var n=+this._x.call(null,t),e=+this._y.call(null,t);return ye(this.cover(n,e),n,e,t)},qh.addAll=function(t){var n,e,r,i,o=t.length,u=new Array(o),a=new Array(o),c=1/0,s=1/0,f=-1/0,l=-1/0;for(e=0;ef&&(f=r),il&&(l=i));for(ft||t>i||r>n||n>o))return this;var u,a,c=i-e,s=this._root;switch(a=(n<(r+o)/2)<<1|t<(e+i)/2){case 0:do{u=new Array(4),u[a]=s,s=u}while(c*=2,i=e+c,o=r+c,t>i||n>o);break;case 1:do{u=new Array(4),u[a]=s,s=u}while(c*=2,e=i-c,o=r+c,e>t||n>o);break;case 2:do{u=new Array(4),u[a]=s,s=u}while(c*=2,i=e+c,r=o-c,t>i||r>n);break;case 3:do{u=new Array(4),u[a]=s,s=u}while(c*=2,e=i-c,r=o-c,e>t||r>n)}this._root&&this._root.length&&(this._root=s)}return this._x0=e,this._y0=r,this._x1=i,this._y1=o,this},qh.data=function(){var t=[];return this.visit(function(n){if(!n.length)do{t.push(n.data)}while(n=n.next)}),t},qh.extent=function(t){return arguments.length?this.cover(+t[0][0],+t[0][1]).cover(+t[1][0],+t[1][1]):isNaN(this._x0)?void 0:[[this._x0,this._y0],[this._x1,this._y1]]},qh.find=function(t,n,e){var r,i,o,u,a,c,s,f=this._x0,l=this._y0,h=this._x1,p=this._y1,d=[],v=this._root;for(v&&d.push(new me(v,f,l,h,p)),null==e?e=1/0:(f=t-e,l=n-e,h=t+e,p=n+e,e*=e);c=d.pop();)if(!(!(v=c.node)||(i=c.x0)>h||(o=c.y0)>p||(u=c.x1)=_)<<1|t>=g)&&(c=d[d.length-1],d[d.length-1]=d[d.length-1-s],d[d.length-1-s]=c)}else{var y=t-+this._x.call(null,v.data),m=n-+this._y.call(null,v.data),x=y*y+m*m;if(x=(a=(d+g)/2))?d=a:g=a,(f=u>=(c=(v+_)/2))?v=c:_=c,n=p,!(p=p[l=f<<1|s]))return this;if(!p.length)break;(n[l+1&3]||n[l+2&3]||n[l+3&3])&&(e=n,h=l)}for(;p.data!==t;)if(r=p,!(p=p.next))return this;return(i=p.next)&&delete p.next,r?(i?r.next=i:delete r.next,this):n?(i?n[l]=i:delete n[l],(p=n[0]||n[1]||n[2]||n[3])&&p===(n[3]||n[2]||n[1]||n[0])&&!p.length&&(e?e[h]=p:this._root=p),this):(this._root=i,this)},qh.removeAll=function(t){for(var n=0,e=t.length;n0&&(o=0)}return o>0?t.slice(0,o)+t.slice(e+1):t},"%":function(t,n){return(100*t).toFixed(n)},b:function(t){return Math.round(t).toString(2)},c:function(t){return t+""},d:function(t){return Math.round(t).toString(10)},e:function(t,n){return t.toExponential(n)},f:function(t,n){return t.toFixed(n)},g:function(t,n){return t.toPrecision(n)},o:function(t){return Math.round(t).toString(8)},p:function(t,n){return Re(100*t,n)},r:Re,s:function(t,n){var e=ze(t,n);if(!e)return t+"";var r=e[0],i=e[1],o=i-(Dh=3*Math.max(-8,Math.min(8,Math.floor(i/3))))+1,u=r.length;return o===u?r:o>u?r+new Array(o-u+1).join("0"):o>0?r.slice(0,o)+"."+r.slice(o):"0."+new Array(1-o).join("0")+ze(t,Math.max(0,n+o-1))[0]},X:function(t){return Math.round(t).toString(16).toUpperCase()},x:function(t){return Math.round(t).toString(16)}},Ih=/^(?:(.)?([<>=^]))?([+\-\( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?([a-z%])?$/i;Le.prototype=qe.prototype,qe.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(null==this.width?"":Math.max(1,0|this.width))+(this.comma?",":"")+(null==this.precision?"":"."+Math.max(0,0|this.precision))+this.type};var Yh,Bh=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"];Oe({decimal:".",thousands:",",grouping:[3],currency:["$",""]}),He.prototype={constructor:He,reset:function(){this.s=this.t=0},add:function(t){je(xp,t,this.t),je(this,xp.s,this.s),this.s?this.t+=xp.t:this.s=xp.t},valueOf:function(){return this.s}};var Hh,jh,Xh,Vh,$h,Wh,Zh,Gh,Qh,Jh,Kh,tp,np,ep,rp,ip,op,up,ap,cp,sp,fp,lp,hp,pp,dp,vp,gp,_p,yp,mp,xp=new He,bp=1e-6,wp=1e-12,Mp=Math.PI,Tp=Mp/2,Np=Mp/4,kp=2*Mp,Sp=180/Mp,Ep=Mp/180,Ap=Math.abs,Cp=Math.atan,zp=Math.atan2,Pp=Math.cos,Rp=Math.ceil,Lp=Math.exp,qp=Math.log,Dp=Math.pow,Up=Math.sin,Op=Math.sign||function(t){return t>0?1:t<0?-1:0},Fp=Math.sqrt,Ip=Math.tan,Yp={Feature:function(t,n){Ze(t.geometry,n)},FeatureCollection:function(t,n){for(var e=t.features,r=-1,i=e.length;++rbp?Qh=90:Vp<-bp&&(Zh=-90),rp[0]=Wh,rp[1]=Gh}},Wp={sphere:We,point:xr,lineStart:wr,lineEnd:Nr,polygonStart:function(){Wp.lineStart=kr,Wp.lineEnd=Sr},polygonEnd:function(){Wp.lineStart=wr,Wp.lineEnd=Nr}};Pr.invert=Pr;var Zp,Gp,Qp,Jp,Kp,td,nd,ed,rd,id,od,ud=Be(),ad=Vr(function(){return!0},function(t){var n,e=NaN,r=NaN,i=NaN;return{lineStart:function(){t.lineStart(),n=1},point:function(o,u){var a=o>0?Mp:-Mp,c=Ap(o-e);Ap(c-Mp)0?Tp:-Tp),t.point(i,r),t.lineEnd(),t.lineStart(),t.point(a,r),t.point(o,r),n=0):i!==a&&c>=Mp&&(Ap(e-i)bp?Cp((Up(n)*(o=Pp(r))*Up(e)-Up(r)*(i=Pp(n))*Up(t))/(i*o*u)):(n+r)/2}(e,r,o,u),t.point(i,r),t.lineEnd(),t.lineStart(),t.point(a,r),n=0),t.point(e=o,r=u),i=a},lineEnd:function(){t.lineEnd(),e=r=NaN},clean:function(){return 2-n}}},function(t,n,e,r){var i;if(null==t)i=e*Tp,r.point(-Mp,i),r.point(0,i),r.point(Mp,i),r.point(Mp,0),r.point(Mp,-i),r.point(0,-i),r.point(-Mp,-i),r.point(-Mp,0),r.point(-Mp,i);else if(Ap(t[0]-n[0])>bp){var o=t[0]bd&&(bd=t),nwd&&(wd=n)},lineStart:We,lineEnd:We,polygonStart:We,polygonEnd:We,result:function(){var t=[[md,xd],[bd,wd]];return bd=wd=-(xd=md=1/0),t}},Td=0,Nd=0,kd=0,Sd=0,Ed=0,Ad=0,Cd=0,zd=0,Pd=0,Rd={point:gi,lineStart:_i,lineEnd:xi,polygonStart:function(){Rd.lineStart=bi,Rd.lineEnd=wi},polygonEnd:function(){Rd.point=gi,Rd.lineStart=_i,Rd.lineEnd=xi},result:function(){var t=Pd?[Cd/Pd,zd/Pd]:Ad?[Sd/Ad,Ed/Ad]:kd?[Td/kd,Nd/kd]:[NaN,NaN];return Td=Nd=kd=Sd=Ed=Ad=Cd=zd=Pd=0,t}};Ni.prototype={_radius:4.5,pointRadius:function(t){return this._radius=t,this},polygonStart:function(){this._line=0},polygonEnd:function(){this._line=NaN},lineStart:function(){this._point=0},lineEnd:function(){0===this._line&&this._context.closePath(),this._point=NaN},point:function(t,n){switch(this._point){case 0:this._context.moveTo(t,n),this._point=1;break;case 1:this._context.lineTo(t,n);break;default:this._context.moveTo(t+this._radius,n),this._context.arc(t,n,this._radius,0,kp)}},result:We};var Ld,qd,Dd,Ud,Od,Fd=Be(),Id={point:We,lineStart:function(){Id.point=ki},lineEnd:function(){Ld&&Si(qd,Dd),Id.point=We},polygonStart:function(){Ld=!0},polygonEnd:function(){Ld=null},result:function(){var t=+Fd;return Fd.reset(),t}};Ei.prototype={_radius:4.5,_circle:Ai(4.5),pointRadius:function(t){return(t=+t)!==this._radius&&(this._radius=t,this._circle=null),this},polygonStart:function(){this._line=0},polygonEnd:function(){this._line=NaN},lineStart:function(){this._point=0},lineEnd:function(){0===this._line&&this._string.push("Z"),this._point=NaN},point:function(t,n){switch(this._point){case 0:this._string.push("M",t,",",n),this._point=1;break;case 1:this._string.push("L",t,",",n);break;default:null==this._circle&&(this._circle=Ai(this._radius)),this._string.push("M",t,",",n,this._circle)}},result:function(){if(this._string.length){var t=this._string.join("");return this._string=[],t}return null}},zi.prototype={constructor:zi,point:function(t,n){this.stream.point(t,n)},sphere:function(){this.stream.sphere()},lineStart:function(){this.stream.lineStart()},lineEnd:function(){this.stream.lineEnd()},polygonStart:function(){this.stream.polygonStart()},polygonEnd:function(){this.stream.polygonEnd()}};var Yd=16,Bd=Pp(30*Ep),Hd=Ci({point:function(t,n){this.stream.point(t*Ep,n*Ep)}}),jd=ji(function(t){return Fp(2/(1+t))});jd.invert=Xi(function(t){return 2*Ve(t/2)});var Xd=ji(function(t){return(t=Xe(t))&&t/Up(t)});Xd.invert=Xi(function(t){return t}),Vi.invert=function(t,n){return[t,2*Cp(Lp(n))-Tp]},Gi.invert=Gi,Ji.invert=Xi(Cp),to.invert=function(t,n){var e,r=n,i=25;do{var o=r*r,u=o*o;r-=e=(r*(1.007226+o*(.015085+u*(.028874*o-.044475-.005916*u)))-n)/(1.007226+o*(.045255+u*(.259866*o-.311325-.005916*11*u)))}while(Ap(e)>bp&&--i>0);return[t/(.8707+(o=r*r)*(o*(o*o*o*(.003971-.001529*o)-.013791)-.131979)),r]},no.invert=Xi(Ve),eo.invert=Xi(function(t){return 2*Cp(t)}),ro.invert=function(t,n){return[-n,2*Cp(Lp(t))-Tp]},ho.prototype=co.prototype={constructor:ho,count:function(){return this.eachAfter(ao)},each:function(t){var n,e,r,i,o=this,u=[o];do{for(n=u.reverse(),u=[];o=n.pop();)if(t(o),e=o.children)for(r=0,i=e.length;r=0;--e)i.push(n[e]);return this},sum:function(t){return this.eachAfter(function(n){for(var e=+t(n.data)||0,r=n.children,i=r&&r.length;--i>=0;)e+=r[i].value;n.value=e})},sort:function(t){return this.eachBefore(function(n){n.children&&n.children.sort(t)})},path:function(t){for(var n=this,e=function(t,n){if(t===n)return t;var e=t.ancestors(),r=n.ancestors(),i=null;for(t=e.pop(),n=r.pop();t===n;)i=t,t=e.pop(),n=r.pop();return i}(n,t),r=[n];n!==e;)n=n.parent,r.push(n);for(var i=r.length;t!==e;)r.splice(i,0,t),t=t.parent;return r},ancestors:function(){for(var t=this,n=[t];t=t.parent;)n.push(t);return n},descendants:function(){var t=[];return this.each(function(n){t.push(n)}),t},leaves:function(){var t=[];return this.eachBefore(function(n){n.children||t.push(n)}),t},links:function(){var t=this,n=[];return t.each(function(e){e!==t&&n.push({source:e.parent,target:e})}),n},copy:function(){return co(this).eachBefore(fo)}};var Vd=Array.prototype.slice,$d="$",Wd={depth:-1},Zd={};Yo.prototype=Object.create(ho.prototype);var Gd=(1+Math.sqrt(5))/2,Qd=function t(n){function e(t,e,r,i,o){Ho(n,t,e,r,i,o)}return e.ratio=function(n){return t((n=+n)>1?n:1)},e}(Gd),Jd=function t(n){function e(t,e,r,i,o){if((u=t._squarify)&&u.ratio===n)for(var u,a,c,s,f,l=-1,h=u.length,p=t.value;++l1?n:1)},e}(Gd),Kd=[].slice,tv={};$o.prototype=Qo.prototype={constructor:$o,defer:function(t){if("function"!=typeof t)throw new Error("invalid callback");if(this._call)throw new Error("defer after await");if(null!=this._error)return this;var n=Kd.call(arguments,1);return n.push(t),++this._waiting,this._tasks.push(n),Wo(this),this},abort:function(){return null==this._error&&Zo(this,new Error("abort")),this},await:function(t){if("function"!=typeof t)throw new Error("invalid callback");if(this._call)throw new Error("multiple await");return this._call=function(n,e){t.apply(null,[n].concat(e))},Go(this),this},awaitAll:function(t){if("function"!=typeof t)throw new Error("invalid callback");if(this._call)throw new Error("multiple await");return this._call=t,Go(this),this}};var nv=function t(n){function e(t,e){return t=null==t?0:+t,e=null==e?1:+e,1===arguments.length?(e=t,t=0):e-=t,function(){return n()*e+t}}return e.source=t,e}(Jo),ev=function t(n){function e(t,e){var r,i;return t=null==t?0:+t,e=null==e?1:+e,function(){var o;if(null!=r)o=r,r=null;else do{r=2*n()-1,o=2*n()-1,i=r*r+o*o}while(!i||i>1);return t+e*o*Math.sqrt(-2*Math.log(i)/i)}}return e.source=t,e}(Jo),rv=function t(n){function e(){var t=ev.source(n).apply(this,arguments);return function(){return Math.exp(t())}}return e.source=t,e}(Jo),iv=function t(n){function e(t){return function(){for(var e=0,r=0;r0?t>1?Eu(function(n){n.setTime(Math.floor(n/t)*t)},function(n,e){n.setTime(+n+e*t)},function(n,e){return(e-n)/t}):xv:null};var bv=xv.range,wv=6e4,Mv=6048e5,Tv=Eu(function(t){t.setTime(1e3*Math.floor(t/1e3))},function(t,n){t.setTime(+t+1e3*n)},function(t,n){return(n-t)/1e3},function(t){return t.getUTCSeconds()}),Nv=Tv.range,kv=Eu(function(t){t.setTime(Math.floor(t/wv)*wv)},function(t,n){t.setTime(+t+n*wv)},function(t,n){return(n-t)/wv},function(t){return t.getMinutes()}),Sv=kv.range,Ev=Eu(function(t){var n=t.getTimezoneOffset()*wv%36e5;n<0&&(n+=36e5),t.setTime(36e5*Math.floor((+t-n)/36e5)+n)},function(t,n){t.setTime(+t+36e5*n)},function(t,n){return(n-t)/36e5},function(t){return t.getHours()}),Av=Ev.range,Cv=Eu(function(t){t.setHours(0,0,0,0)},function(t,n){t.setDate(t.getDate()+n)},function(t,n){return(n-t-(n.getTimezoneOffset()-t.getTimezoneOffset())*wv)/864e5},function(t){return t.getDate()-1}),zv=Cv.range,Pv=Au(0),Rv=Au(1),Lv=Au(2),qv=Au(3),Dv=Au(4),Uv=Au(5),Ov=Au(6),Fv=Pv.range,Iv=Rv.range,Yv=Lv.range,Bv=qv.range,Hv=Dv.range,jv=Uv.range,Xv=Ov.range,Vv=Eu(function(t){t.setDate(1),t.setHours(0,0,0,0)},function(t,n){t.setMonth(t.getMonth()+n)},function(t,n){return n.getMonth()-t.getMonth()+12*(n.getFullYear()-t.getFullYear())},function(t){return t.getMonth()}),$v=Vv.range,Wv=Eu(function(t){t.setMonth(0,1),t.setHours(0,0,0,0)},function(t,n){t.setFullYear(t.getFullYear()+n)},function(t,n){return n.getFullYear()-t.getFullYear()},function(t){return t.getFullYear()});Wv.every=function(t){return isFinite(t=Math.floor(t))&&t>0?Eu(function(n){n.setFullYear(Math.floor(n.getFullYear()/t)*t),n.setMonth(0,1),n.setHours(0,0,0,0)},function(n,e){n.setFullYear(n.getFullYear()+e*t)}):null};var Zv=Wv.range,Gv=Eu(function(t){t.setUTCSeconds(0,0)},function(t,n){t.setTime(+t+n*wv)},function(t,n){return(n-t)/wv},function(t){return t.getUTCMinutes()}),Qv=Gv.range,Jv=Eu(function(t){t.setUTCMinutes(0,0,0)},function(t,n){t.setTime(+t+36e5*n)},function(t,n){return(n-t)/36e5},function(t){return t.getUTCHours()}),Kv=Jv.range,tg=Eu(function(t){t.setUTCHours(0,0,0,0)},function(t,n){t.setUTCDate(t.getUTCDate()+n)},function(t,n){return(n-t)/864e5},function(t){return t.getUTCDate()-1}),ng=tg.range,eg=Cu(0),rg=Cu(1),ig=Cu(2),og=Cu(3),ug=Cu(4),ag=Cu(5),cg=Cu(6),sg=eg.range,fg=rg.range,lg=ig.range,hg=og.range,pg=ug.range,dg=ag.range,vg=cg.range,gg=Eu(function(t){t.setUTCDate(1),t.setUTCHours(0,0,0,0)},function(t,n){t.setUTCMonth(t.getUTCMonth()+n)},function(t,n){return n.getUTCMonth()-t.getUTCMonth()+12*(n.getUTCFullYear()-t.getUTCFullYear())},function(t){return t.getUTCMonth()}),_g=gg.range,yg=Eu(function(t){t.setUTCMonth(0,1),t.setUTCHours(0,0,0,0)},function(t,n){t.setUTCFullYear(t.getUTCFullYear()+n)},function(t,n){return n.getUTCFullYear()-t.getUTCFullYear()},function(t){return t.getUTCFullYear()});yg.every=function(t){return isFinite(t=Math.floor(t))&&t>0?Eu(function(n){n.setUTCFullYear(Math.floor(n.getUTCFullYear()/t)*t),n.setUTCMonth(0,1),n.setUTCHours(0,0,0,0)},function(n,e){n.setUTCFullYear(n.getUTCFullYear()+e*t)}):null};var mg,xg=yg.range,bg={"-":"",_:" ",0:"0"},wg=/^\s*\d+/,Mg=/^%/,Tg=/[\\^$*+?|[\]().{}]/g;Ya({dateTime:"%x, %X",date:"%-m/%-d/%Y",time:"%-I:%M:%S %p",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]});var Ng="%Y-%m-%dT%H:%M:%S.%LZ",kg=Date.prototype.toISOString?function(t){return t.toISOString()}:t.utcFormat(Ng),Sg=+new Date("2000-01-01T00:00:00.000Z")?function(t){var n=new Date(t);return isNaN(n)?null:n}:t.utcParse(Ng),Eg=1e3,Ag=60*Eg,Cg=60*Ag,zg=24*Cg,Pg=7*zg,Rg=30*zg,Lg=365*zg,qg=Xa("1f77b4ff7f0e2ca02cd627289467bd8c564be377c27f7f7fbcbd2217becf"),Dg=Xa("393b795254a36b6ecf9c9ede6379398ca252b5cf6bcedb9c8c6d31bd9e39e7ba52e7cb94843c39ad494ad6616be7969c7b4173a55194ce6dbdde9ed6"),Ug=Xa("3182bd6baed69ecae1c6dbefe6550dfd8d3cfdae6bfdd0a231a35474c476a1d99bc7e9c0756bb19e9ac8bcbddcdadaeb636363969696bdbdbdd9d9d9"),Og=Xa("1f77b4aec7e8ff7f0effbb782ca02c98df8ad62728ff98969467bdc5b0d58c564bc49c94e377c2f7b6d27f7f7fc7c7c7bcbd22dbdb8d17becf9edae5"),Fg=ol(Xt(300,.5,0),Xt(-240,.5,1)),Ig=ol(Xt(-100,.75,.35),Xt(80,1.5,.8)),Yg=ol(Xt(260,.75,.35),Xt(80,1.5,.8)),Bg=Xt(),Hg=Va(Xa("44015444025645045745055946075a46085c460a5d460b5e470d60470e6147106347116447136548146748166848176948186a481a6c481b6d481c6e481d6f481f70482071482173482374482475482576482677482878482979472a7a472c7a472d7b472e7c472f7d46307e46327e46337f463480453581453781453882443983443a83443b84433d84433e85423f854240864241864142874144874045884046883f47883f48893e49893e4a893e4c8a3d4d8a3d4e8a3c4f8a3c508b3b518b3b528b3a538b3a548c39558c39568c38588c38598c375a8c375b8d365c8d365d8d355e8d355f8d34608d34618d33628d33638d32648e32658e31668e31678e31688e30698e306a8e2f6b8e2f6c8e2e6d8e2e6e8e2e6f8e2d708e2d718e2c718e2c728e2c738e2b748e2b758e2a768e2a778e2a788e29798e297a8e297b8e287c8e287d8e277e8e277f8e27808e26818e26828e26828e25838e25848e25858e24868e24878e23888e23898e238a8d228b8d228c8d228d8d218e8d218f8d21908d21918c20928c20928c20938c1f948c1f958b1f968b1f978b1f988b1f998a1f9a8a1e9b8a1e9c891e9d891f9e891f9f881fa0881fa1881fa1871fa28720a38620a48621a58521a68522a78522a88423a98324aa8325ab8225ac8226ad8127ad8128ae8029af7f2ab07f2cb17e2db27d2eb37c2fb47c31b57b32b67a34b67935b77937b87838b9773aba763bbb753dbc743fbc7340bd7242be7144bf7046c06f48c16e4ac16d4cc26c4ec36b50c46a52c56954c56856c66758c7655ac8645cc8635ec96260ca6063cb5f65cb5e67cc5c69cd5b6ccd5a6ece5870cf5773d05675d05477d1537ad1517cd2507fd34e81d34d84d44b86d54989d5488bd6468ed64590d74393d74195d84098d83e9bd93c9dd93ba0da39a2da37a5db36a8db34aadc32addc30b0dd2fb2dd2db5de2bb8de29bade28bddf26c0df25c2df23c5e021c8e020cae11fcde11dd0e11cd2e21bd5e21ad8e219dae319dde318dfe318e2e418e5e419e7e419eae51aece51befe51cf1e51df4e61ef6e620f8e621fbe723fde725")),jg=Va(Xa("00000401000501010601010802010902020b02020d03030f03031204041405041606051806051a07061c08071e0907200a08220b09240c09260d0a290e0b2b100b2d110c2f120d31130d34140e36150e38160f3b180f3d19103f1a10421c10441d11471e114920114b21114e22115024125325125527125829115a2a115c2c115f2d11612f116331116533106734106936106b38106c390f6e3b0f703d0f713f0f72400f74420f75440f764510774710784910784a10794c117a4e117b4f127b51127c52137c54137d56147d57157e59157e5a167e5c167f5d177f5f187f601880621980641a80651a80671b80681c816a1c816b1d816d1d816e1e81701f81721f817320817521817621817822817922827b23827c23827e24828025828125818326818426818627818827818928818b29818c29818e2a81902a81912b81932b80942c80962c80982d80992d809b2e7f9c2e7f9e2f7fa02f7fa1307ea3307ea5317ea6317da8327daa337dab337cad347cae347bb0357bb2357bb3367ab5367ab73779b83779ba3878bc3978bd3977bf3a77c03a76c23b75c43c75c53c74c73d73c83e73ca3e72cc3f71cd4071cf4070d0416fd2426fd3436ed5446dd6456cd8456cd9466bdb476adc4869de4968df4a68e04c67e24d66e34e65e44f64e55064e75263e85362e95462ea5661eb5760ec5860ed5a5fee5b5eef5d5ef05f5ef1605df2625df2645cf3655cf4675cf4695cf56b5cf66c5cf66e5cf7705cf7725cf8745cf8765cf9785df9795df97b5dfa7d5efa7f5efa815ffb835ffb8560fb8761fc8961fc8a62fc8c63fc8e64fc9065fd9266fd9467fd9668fd9869fd9a6afd9b6bfe9d6cfe9f6dfea16efea36ffea571fea772fea973feaa74feac76feae77feb078feb27afeb47bfeb67cfeb77efeb97ffebb81febd82febf84fec185fec287fec488fec68afec88cfeca8dfecc8ffecd90fecf92fed194fed395fed597fed799fed89afdda9cfddc9efddea0fde0a1fde2a3fde3a5fde5a7fde7a9fde9aafdebacfcecaefceeb0fcf0b2fcf2b4fcf4b6fcf6b8fcf7b9fcf9bbfcfbbdfcfdbf")),Xg=Va(Xa("00000401000501010601010802010a02020c02020e03021004031204031405041706041907051b08051d09061f0a07220b07240c08260d08290e092b10092d110a30120a32140b34150b37160b39180c3c190c3e1b0c411c0c431e0c451f0c48210c4a230c4c240c4f260c51280b53290b552b0b572d0b592f0a5b310a5c320a5e340a5f3609613809623909633b09643d09653e0966400a67420a68440a68450a69470b6a490b6a4a0c6b4c0c6b4d0d6c4f0d6c510e6c520e6d540f6d550f6d57106e59106e5a116e5c126e5d126e5f136e61136e62146e64156e65156e67166e69166e6a176e6c186e6d186e6f196e71196e721a6e741a6e751b6e771c6d781c6d7a1d6d7c1d6d7d1e6d7f1e6c801f6c82206c84206b85216b87216b88226a8a226a8c23698d23698f24699025689225689326679526679727669827669a28659b29649d29649f2a63a02a63a22b62a32c61a52c60a62d60a82e5fa92e5eab2f5ead305dae305cb0315bb1325ab3325ab43359b63458b73557b93556ba3655bc3754bd3853bf3952c03a51c13a50c33b4fc43c4ec63d4dc73e4cc83f4bca404acb4149cc4248ce4347cf4446d04545d24644d34743d44842d54a41d74b3fd84c3ed94d3dda4e3cdb503bdd513ade5238df5337e05536e15635e25734e35933e45a31e55c30e65d2fe75e2ee8602de9612bea632aeb6429eb6628ec6726ed6925ee6a24ef6c23ef6e21f06f20f1711ff1731df2741cf3761bf37819f47918f57b17f57d15f67e14f68013f78212f78410f8850ff8870ef8890cf98b0bf98c0af98e09fa9008fa9207fa9407fb9606fb9706fb9906fb9b06fb9d07fc9f07fca108fca309fca50afca60cfca80dfcaa0ffcac11fcae12fcb014fcb216fcb418fbb61afbb81dfbba1ffbbc21fbbe23fac026fac228fac42afac62df9c72ff9c932f9cb35f8cd37f8cf3af7d13df7d340f6d543f6d746f5d949f5db4cf4dd4ff4df53f4e156f3e35af3e55df2e661f2e865f2ea69f1ec6df1ed71f1ef75f1f179f2f27df2f482f3f586f3f68af4f88ef5f992f6fa96f8fb9af9fc9dfafda1fcffa4")),Vg=Va(Xa("0d088710078813078916078a19068c1b068d1d068e20068f2206902406912605912805922a05932c05942e05952f059631059733059735049837049938049a3a049a3c049b3e049c3f049c41049d43039e44039e46039f48039f4903a04b03a14c02a14e02a25002a25102a35302a35502a45601a45801a45901a55b01a55c01a65e01a66001a66100a76300a76400a76600a76700a86900a86a00a86c00a86e00a86f00a87100a87201a87401a87501a87701a87801a87a02a87b02a87d03a87e03a88004a88104a78305a78405a78606a68707a68808a68a09a58b0aa58d0ba58e0ca48f0da4910ea3920fa39410a29511a19613a19814a099159f9a169f9c179e9d189d9e199da01a9ca11b9ba21d9aa31e9aa51f99a62098a72197a82296aa2395ab2494ac2694ad2793ae2892b02991b12a90b22b8fb32c8eb42e8db52f8cb6308bb7318ab83289ba3388bb3488bc3587bd3786be3885bf3984c03a83c13b82c23c81c33d80c43e7fc5407ec6417dc7427cc8437bc9447aca457acb4679cc4778cc4977cd4a76ce4b75cf4c74d04d73d14e72d24f71d35171d45270d5536fd5546ed6556dd7566cd8576bd9586ada5a6ada5b69db5c68dc5d67dd5e66de5f65de6164df6263e06363e16462e26561e26660e3685fe4695ee56a5de56b5de66c5ce76e5be76f5ae87059e97158e97257ea7457eb7556eb7655ec7754ed7953ed7a52ee7b51ef7c51ef7e50f07f4ff0804ef1814df1834cf2844bf3854bf3874af48849f48948f58b47f58c46f68d45f68f44f79044f79143f79342f89441f89540f9973ff9983ef99a3efa9b3dfa9c3cfa9e3bfb9f3afba139fba238fca338fca537fca636fca835fca934fdab33fdac33fdae32fdaf31fdb130fdb22ffdb42ffdb52efeb72dfeb82cfeba2cfebb2bfebd2afebe2afec029fdc229fdc328fdc527fdc627fdc827fdca26fdcb26fccd25fcce25fcd025fcd225fbd324fbd524fbd724fad824fada24f9dc24f9dd25f8df25f8e125f7e225f7e425f6e626f6e826f5e926f5eb27f4ed27f3ee27f3f027f2f227f1f426f1f525f0f724f0f921")),$g=Math.abs,Wg=Math.atan2,Zg=Math.cos,Gg=Math.max,Qg=Math.min,Jg=Math.sin,Kg=Math.sqrt,t_=1e-12,n_=Math.PI,e_=n_/2,r_=2*n_;ec.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._point=0},lineEnd:function(){(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,n){switch(t=+t,n=+n,this._point){case 0:this._point=1,this._line?this._context.lineTo(t,n):this._context.moveTo(t,n);break;case 1:this._point=2;default:this._context.lineTo(t,n)}}};var i_=lc(rc);fc.prototype={areaStart:function(){this._curve.areaStart()},areaEnd:function(){this._curve.areaEnd()},lineStart:function(){this._curve.lineStart()},lineEnd:function(){this._curve.lineEnd()},point:function(t,n){this._curve.point(n*Math.sin(t),n*-Math.cos(t))}};var o_=Array.prototype.slice,u_={draw:function(t,n){var e=Math.sqrt(n/n_);t.moveTo(e,0),t.arc(0,0,e,0,r_)}},a_={draw:function(t,n){var e=Math.sqrt(n/5)/2;t.moveTo(-3*e,-e),t.lineTo(-e,-e),t.lineTo(-e,-3*e),t.lineTo(e,-3*e),t.lineTo(e,-e),t.lineTo(3*e,-e),t.lineTo(3*e,e),t.lineTo(e,e),t.lineTo(e,3*e),t.lineTo(-e,3*e),t.lineTo(-e,e),t.lineTo(-3*e,e),t.closePath()}},c_=Math.sqrt(1/3),s_=2*c_,f_={draw:function(t,n){var e=Math.sqrt(n/s_),r=e*c_;t.moveTo(0,-e),t.lineTo(r,0),t.lineTo(0,e),t.lineTo(-r,0),t.closePath()}},l_=Math.sin(n_/10)/Math.sin(7*n_/10),h_=Math.sin(r_/10)*l_,p_=-Math.cos(r_/10)*l_,d_={draw:function(t,n){var e=Math.sqrt(.8908130915292852*n),r=h_*e,i=p_*e;t.moveTo(0,-e),t.lineTo(r,i);for(var o=1;o<5;++o){var u=r_*o/5,a=Math.cos(u),c=Math.sin(u);t.lineTo(c*e,-a*e),t.lineTo(a*r-c*i,c*r+a*i)}t.closePath()}},v_={draw:function(t,n){var e=Math.sqrt(n),r=-e/2;t.rect(r,r,e,e)}},g_=Math.sqrt(3),__={draw:function(t,n){var e=-Math.sqrt(n/(3*g_));t.moveTo(0,2*e),t.lineTo(-g_*e,-e),t.lineTo(g_*e,-e),t.closePath()}},y_=Math.sqrt(3)/2,m_=1/Math.sqrt(12),x_=3*(m_/2+1),b_={draw:function(t,n){var e=Math.sqrt(n/x_),r=e/2,i=e*m_,o=r,u=e*m_+e,a=-o,c=u;t.moveTo(r,i),t.lineTo(o,u),t.lineTo(a,c),t.lineTo(-.5*r-y_*i,y_*r+-.5*i),t.lineTo(-.5*o-y_*u,y_*o+-.5*u),t.lineTo(-.5*a-y_*c,y_*a+-.5*c),t.lineTo(-.5*r+y_*i,-.5*i-y_*r),t.lineTo(-.5*o+y_*u,-.5*u-y_*o),t.lineTo(-.5*a+y_*c,-.5*c-y_*a),t.closePath()}},w_=[u_,a_,f_,v_,d_,__,b_];Tc.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){switch(this._point){case 3:Mc(this,this._x1,this._y1);case 2:this._context.lineTo(this._x1,this._y1)}(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,n){switch(t=+t,n=+n,this._point){case 0:this._point=1,this._line?this._context.lineTo(t,n):this._context.moveTo(t,n);break;case 1:this._point=2;break;case 2:this._point=3,this._context.lineTo((5*this._x0+this._x1)/6,(5*this._y0+this._y1)/6);default:Mc(this,t,n)}this._x0=this._x1,this._x1=t,this._y0=this._y1,this._y1=n}},Nc.prototype={areaStart:wc,areaEnd:wc,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._y0=this._y1=this._y2=this._y3=this._y4=NaN,this._point=0},lineEnd:function(){switch(this._point){case 1:this._context.moveTo(this._x2,this._y2),this._context.closePath();break;case 2:this._context.moveTo((this._x2+2*this._x3)/3,(this._y2+2*this._y3)/3),this._context.lineTo((this._x3+2*this._x2)/3,(this._y3+2*this._y2)/3),this._context.closePath();break;case 3:this.point(this._x2,this._y2),this.point(this._x3,this._y3),this.point(this._x4,this._y4)}},point:function(t,n){switch(t=+t,n=+n,this._point){case 0:this._point=1,this._x2=t,this._y2=n;break;case 1:this._point=2,this._x3=t,this._y3=n;break;case 2:this._point=3,this._x4=t,this._y4=n,this._context.moveTo((this._x0+4*this._x1+t)/6,(this._y0+4*this._y1+n)/6);break;default:Mc(this,t,n)}this._x0=this._x1,this._x1=t,this._y0=this._y1,this._y1=n}},kc.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){(this._line||0!==this._line&&3===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,n){switch(t=+t,n=+n,this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3;var e=(this._x0+4*this._x1+t)/6,r=(this._y0+4*this._y1+n)/6;this._line?this._context.lineTo(e,r):this._context.moveTo(e,r);break;case 3:this._point=4;default:Mc(this,t,n)}this._x0=this._x1,this._x1=t,this._y0=this._y1,this._y1=n}},Sc.prototype={lineStart:function(){this._x=[],this._y=[],this._basis.lineStart()},lineEnd:function(){var t=this._x,n=this._y,e=t.length-1;if(e>0)for(var r,i=t[0],o=n[0],u=t[e]-i,a=n[e]-o,c=-1;++c<=e;)r=c/e,this._basis.point(this._beta*t[c]+(1-this._beta)*(i+r*u),this._beta*n[c]+(1-this._beta)*(o+r*a));this._x=this._y=null,this._basis.lineEnd()},point:function(t,n){this._x.push(+t),this._y.push(+n)}};var M_=function t(n){function e(t){return 1===n?new Tc(t):new Sc(t,n)}return e.beta=function(n){return t(+n)},e}(.85);Ac.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x2,this._y2);break;case 3:Ec(this,this._x1,this._y1)}(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,n){switch(t=+t,n=+n,this._point){case 0:this._point=1,this._line?this._context.lineTo(t,n):this._context.moveTo(t,n);break;case 1:this._point=2,this._x1=t,this._y1=n;break;case 2:this._point=3;default:Ec(this,t,n)}this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=n}};var T_=function t(n){function e(t){return new Ac(t,n)}return e.tension=function(n){return t(+n)},e}(0);Cc.prototype={areaStart:wc,areaEnd:wc,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._x5=this._y0=this._y1=this._y2=this._y3=this._y4=this._y5=NaN,this._point=0},lineEnd:function(){switch(this._point){case 1:this._context.moveTo(this._x3,this._y3),this._context.closePath();break;case 2:this._context.lineTo(this._x3,this._y3),this._context.closePath();break;case 3:this.point(this._x3,this._y3),this.point(this._x4,this._y4),this.point(this._x5,this._y5)}},point:function(t,n){switch(t=+t,n=+n,this._point){case 0:this._point=1,this._x3=t,this._y3=n;break;case 1:this._point=2,this._context.moveTo(this._x4=t,this._y4=n);break;case 2:this._point=3,this._x5=t,this._y5=n;break;default:Ec(this,t,n)}this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=n}};var N_=function t(n){function e(t){return new Cc(t,n)}return e.tension=function(n){return t(+n)},e}(0);zc.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._point=0},lineEnd:function(){(this._line||0!==this._line&&3===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,n){switch(t=+t,n=+n,this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3,this._line?this._context.lineTo(this._x2,this._y2):this._context.moveTo(this._x2,this._y2);break;case 3:this._point=4;default:Ec(this,t,n)}this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=n}};var k_=function t(n){function e(t){return new zc(t,n)}return e.tension=function(n){return t(+n)},e}(0);Rc.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x2,this._y2);break;case 3:this.point(this._x2,this._y2)}(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,n){if(t=+t,n=+n,this._point){var e=this._x2-t,r=this._y2-n;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(e*e+r*r,this._alpha))}switch(this._point){case 0:this._point=1,this._line?this._context.lineTo(t,n):this._context.moveTo(t,n);break;case 1:this._point=2;break;case 2:this._point=3;default:Pc(this,t,n)}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=n}};var S_=function t(n){function e(t){return n?new Rc(t,n):new Ac(t,0)}return e.alpha=function(n){return t(+n)},e}(.5);Lc.prototype={areaStart:wc,areaEnd:wc,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._x5=this._y0=this._y1=this._y2=this._y3=this._y4=this._y5=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){switch(this._point){case 1:this._context.moveTo(this._x3,this._y3),this._context.closePath();break;case 2:this._context.lineTo(this._x3,this._y3),this._context.closePath();break;case 3:this.point(this._x3,this._y3),this.point(this._x4,this._y4),this.point(this._x5,this._y5)}},point:function(t,n){if(t=+t,n=+n,this._point){var e=this._x2-t,r=this._y2-n;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(e*e+r*r,this._alpha))}switch(this._point){case 0:this._point=1,this._x3=t,this._y3=n;break;case 1:this._point=2,this._context.moveTo(this._x4=t,this._y4=n);break;case 2:this._point=3,this._x5=t,this._y5=n;break;default:Pc(this,t,n)}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=n}};var E_=function t(n){function e(t){return n?new Lc(t,n):new Cc(t,0)}return e.alpha=function(n){return t(+n)},e}(.5);qc.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){(this._line||0!==this._line&&3===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,n){if(t=+t,n=+n,this._point){var e=this._x2-t,r=this._y2-n;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(e*e+r*r,this._alpha))}switch(this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3,this._line?this._context.lineTo(this._x2,this._y2):this._context.moveTo(this._x2,this._y2);break;case 3:this._point=4;default:Pc(this,t,n)}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=n}};var A_=function t(n){function e(t){return n?new qc(t,n):new zc(t,0)}return e.alpha=function(n){return t(+n)},e}(.5);Dc.prototype={areaStart:wc,areaEnd:wc,lineStart:function(){this._point=0},lineEnd:function(){this._point&&this._context.closePath()},point:function(t,n){t=+t,n=+n,this._point?this._context.lineTo(t,n):(this._point=1,this._context.moveTo(t,n))}},Yc.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=this._t0=NaN,this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x1,this._y1);break;case 3:Ic(this,this._t0,Fc(this,this._t0))}(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,n){var e=NaN;if(t=+t,n=+n,t!==this._x1||n!==this._y1){switch(this._point){case 0:this._point=1,this._line?this._context.lineTo(t,n):this._context.moveTo(t,n);break;case 1:this._point=2;break;case 2:this._point=3,Ic(this,Fc(this,e=Oc(this,t,n)),e);break;default:Ic(this,this._t0,e=Oc(this,t,n))}this._x0=this._x1,this._x1=t,this._y0=this._y1,this._y1=n,this._t0=e}}},(Bc.prototype=Object.create(Yc.prototype)).point=function(t,n){Yc.prototype.point.call(this,n,t)},Hc.prototype={moveTo:function(t,n){this._context.moveTo(n,t)},closePath:function(){this._context.closePath()},lineTo:function(t,n){this._context.lineTo(n,t)},bezierCurveTo:function(t,n,e,r,i,o){this._context.bezierCurveTo(n,t,r,e,o,i)}},jc.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x=[],this._y=[]},lineEnd:function(){var t=this._x,n=this._y,e=t.length;if(e)if(this._line?this._context.lineTo(t[0],n[0]):this._context.moveTo(t[0],n[0]),2===e)this._context.lineTo(t[1],n[1]);else for(var r=Xc(t),i=Xc(n),o=0,u=1;u=0&&(this._t=1-this._t,this._line=1-this._line)},point:function(t,n){switch(t=+t,n=+n,this._point){case 0:this._point=1,this._line?this._context.lineTo(t,n):this._context.moveTo(t,n);break;case 1:this._point=2;default:if(this._t<=0)this._context.lineTo(this._x,n),this._context.lineTo(t,n);else{var e=this._x*(1-this._t)+t*this._t;this._context.lineTo(e,this._y),this._context.lineTo(e,n)}}this._x=t,this._y=n}},ns.prototype={constructor:ns,insert:function(t,n){var e,r,i;if(t){if(n.P=t,n.N=t.N,t.N&&(t.N.P=n),t.N=n,t.R){for(t=t.R;t.L;)t=t.L;t.L=n}else t.R=n;e=t}else this._?(t=os(this._),n.P=null,n.N=t,t.P=t.L=n,e=t):(n.P=n.N=null,this._=n,e=null);for(n.L=n.R=null,n.U=e,n.C=!0,t=n;e&&e.C;)e===(r=e.U).L?(i=r.R)&&i.C?(e.C=i.C=!1,r.C=!0,t=r):(t===e.R&&(rs(this,e),e=(t=e).U),e.C=!1,r.C=!0,is(this,r)):(i=r.L)&&i.C?(e.C=i.C=!1,r.C=!0,t=r):(t===e.L&&(is(this,e),e=(t=e).U),e.C=!1,r.C=!0,rs(this,r)),e=t.U;this._.C=!1},remove:function(t){t.N&&(t.N.P=t.P),t.P&&(t.P.N=t.N),t.N=t.P=null;var n,e,r,i=t.U,o=t.L,u=t.R;if(e=o?u?os(u):o:u,i?i.L===t?i.L=e:i.R=e:this._=e,o&&u?(r=e.C,e.C=t.C,e.L=o,o.U=e,e!==u?(i=e.U,e.U=t.U,t=e.R,i.L=t,e.R=u,u.U=e):(e.U=i,i=e,t=e.R)):(r=t.C,t=e),t&&(t.U=i),!r)if(t&&t.C)t.C=!1;else{do{if(t===this._)break;if(t===i.L){if((n=i.R).C&&(n.C=!1,i.C=!0,rs(this,i),n=i.R),n.L&&n.L.C||n.R&&n.R.C){n.R&&n.R.C||(n.L.C=!1,n.C=!0,is(this,n),n=i.R),n.C=i.C,i.C=n.R.C=!1,rs(this,i),t=this._;break}}else if((n=i.L).C&&(n.C=!1,i.C=!0,is(this,i),n=i.L),n.L&&n.L.C||n.R&&n.R.C){n.L&&n.L.C||(n.R.C=!1,n.C=!0,rs(this,n),n=i.L),n.C=i.C,i.C=n.L.C=!1,is(this,i),t=this._;break}n.C=!0,t=i,i=i.U}while(!t.C);t&&(t.C=!1)}}};var C_,z_,P_,R_,L_,q_=[],D_=[],U_=1e-6,O_=1e-12;Ms.prototype={constructor:Ms,polygons:function(){var t=this.edges;return this.cells.map(function(n){var e=n.halfedges.map(function(e){return hs(n,t[e])});return e.data=n.site.data,e})},triangles:function(){var t=[],n=this.edges;return this.cells.forEach(function(e,r){if(o=(i=e.halfedges).length)for(var i,o,u,a=e.site,c=-1,s=n[i[o-1]],f=s.left===a?s.right:s.left;++c=a)return null;var c=t-i.site[0],s=n-i.site[1],f=c*c+s*s;do{i=o.cells[r=u],u=null,i.halfedges.forEach(function(e){var r=o.edges[e],a=r.left;if(a!==i.site&&a||(a=r.right)){var c=t-a[0],s=n-a[1],l=c*c+s*s;lt?1:n>=t?0:NaN},t.deviation=u,t.extent=a,t.histogram=function(){function t(t){var i,o,u=t.length,a=new Array(u);for(i=0;il;)h.pop(),--d;var v,g=new Array(d+1);for(i=0;i<=d;++i)(v=g[i]=[]).x0=i>0?h[i-1]:s,v.x1=i=e)for(r=e;++or&&(r=e)}else for(;++o=e)for(r=e;++or&&(r=e);return r},t.mean=function(t,n){var e,r=t.length,o=r,u=-1,a=0;if(null==n)for(;++u=o.length)return null!=e&&n.sort(e),null!=r?r(n):n;for(var c,s,f,l=-1,h=n.length,p=o[i++],d=ae(),v=u();++lo.length)return t;var i,a=u[e-1];return null!=r&&e>=o.length?i=t.entries():(i=[],t.each(function(t,r){i.push({key:r,values:n(t,e)})})),null!=a?i.sort(function(t,n){return a(t.key,n.key)}):i}var e,r,i,o=[],u=[];return i={object:function(n){return t(n,0,ce,se)},map:function(n){return t(n,0,fe,le)},entries:function(e){return n(t(e,0,fe,le),0)},key:function(t){return o.push(t),i},sortKeys:function(t){return u[o.length-1]=t,i},sortValues:function(t){return e=t,i},rollup:function(t){return r=t,i}}},t.set=pe,t.map=ae,t.keys=function(t){var n=[];for(var e in t)n.push(e);return n},t.values=function(t){var n=[];for(var e in t)n.push(t[e]);return n},t.entries=function(t){var n=[];for(var e in t)n.push({key:e,value:t[e]});return n},t.color=kt,t.rgb=Ct,t.hsl=Rt,t.lab=Ut,t.hcl=Ht,t.cubehelix=Xt,t.dispatch=N,t.drag=function(){function n(t){t.on("mousedown.drag",e).filter(g).on("touchstart.drag",o).on("touchmove.drag",u).on("touchend.drag touchcancel.drag",a).style("touch-action","none").style("-webkit-tap-highlight-color","rgba(0,0,0,0)")}function e(){if(!h&&p.apply(this,arguments)){var n=c("mouse",d.apply(this,arguments),F,this,arguments);n&&(lt(t.event.view).on("mousemove.drag",r,!0).on("mouseup.drag",i,!0),vt(t.event.view),pt(),l=!1,s=t.event.clientX,f=t.event.clientY,n("start"))}}function r(){if(dt(),!l){var n=t.event.clientX-s,e=t.event.clientY-f;l=n*n+e*e>x}_.mouse("drag")}function i(){lt(t.event.view).on("mousemove.drag mouseup.drag",null),gt(t.event.view,l),dt(),_.mouse("end")}function o(){if(p.apply(this,arguments)){var n,e,r=t.event.changedTouches,i=d.apply(this,arguments),o=r.length;for(n=0;nc+p||is+p||or.index){var d=c-a.x-a.vx,v=s-a.y-a.vy,g=d*d+v*v;gt.r&&(t.r=t[n].r)}function r(){if(i){var n,e,r=i.length;for(o=new Array(r),n=0;n=f)){(t.data!==o||t.next)&&(0===i&&(i=_e(),p+=i*i),0===c&&(c=_e(),p+=c*c),p1?(null==n?l.remove(t):l.set(t,i(n)),o):l.get(t)},find:function(n,e,r){var i,o,u,a,c,s=0,f=t.length;for(null==r?r=1/0:r*=r,s=0;s1?(p.on(t,n),o):p.on(t)}}},t.forceX=function(t){function n(t){for(var n,e=0,u=r.length;e_r(r[0],r[1])&&(r[1]=i[1]),_r(i[0],r[1])>_r(r[0],r[1])&&(r[0]=i[0])):o.push(r=i);for(u=-1/0,n=0,r=o[e=o.length-1];n<=e;r=i,++n)i=o[n],(a=_r(r[1],i[0]))>u&&(u=a,Wh=i[0],Gh=r[1])}return ep=rp=null,Wh===1/0||Zh===1/0?[[NaN,NaN],[NaN,NaN]]:[[Wh,Zh],[Gh,Qh]]},t.geoCentroid=function(t){ip=op=up=ap=cp=sp=fp=lp=hp=pp=dp=0,Je(t,Wp);var n=hp,e=pp,r=dp,i=n*n+e*e+r*r;return i=.12&&i<.234&&r>=-.425&&r<-.214?s:i>=.166&&i<.234&&r>=-.214&&r<-.115?f:c).invert(t)},t.stream=function(t){return e&&r===t?e:e=function(t){var n=t.length;return{point:function(e,r){for(var i=-1;++i2?t[2]+90:90]):(t=e(),[t[0],t[1],t[2]-90])},e([0,0,90]).scale(159.155)},t.geoTransverseMercatorRaw=ro,t.geoRotation=Ur,t.geoStream=Je,t.geoTransform=function(t){return{stream:Ci(t)}},t.cluster=function(){function t(t){var o,u=0;t.eachAfter(function(t){var e=t.children;e?(t.x=function(t){return t.reduce(oo,0)/t.length}(e),t.y=function(t){return 1+t.reduce(uo,0)}(e)):(t.x=o?u+=n(t,o):0,t.y=0,o=t)});var a=function(t){for(var n;n=t.children;)t=n[0];return t}(t),c=function(t){for(var n;n=t.children;)t=n[n.length-1];return t}(t),s=a.x-n(a,c)/2,f=c.x+n(c,a)/2;return t.eachAfter(i?function(n){n.x=(n.x-t.x)*e,n.y=(t.y-n.y)*r}:function(n){n.x=(n.x-s)/(f-s)*e,n.y=(1-(t.y?n.y/t.y:1))*r})}var n=io,e=1,r=1,i=!1;return t.separation=function(e){return arguments.length?(n=e,t):n},t.size=function(n){return arguments.length?(i=!1,e=+n[0],r=+n[1],t):i?null:[e,r]},t.nodeSize=function(n){return arguments.length?(i=!0,e=+n[0],r=+n[1],t):i?[e,r]:null},t},t.hierarchy=co,t.pack=function(){function t(t){return t.x=e/2,t.y=r/2,n?t.eachBefore(Ao(n)).eachAfter(Co(i,.5)).eachBefore(zo(1)):t.eachBefore(Ao(Eo)).eachAfter(Co(ko,1)).eachAfter(Co(i,t.r/Math.min(e,r))).eachBefore(zo(Math.min(e,r)/(2*t.r))),t}var n=null,e=1,r=1,i=ko;return t.radius=function(e){return arguments.length?(n=function(t){return null==t?null:No(t)}(e),t):n},t.size=function(n){return arguments.length?(e=+n[0],r=+n[1],t):[e,r]},t.padding=function(n){return arguments.length?(i="function"==typeof n?n:So(+n),t):i},t},t.packSiblings=function(t){return To(t),t},t.packEnclose=po,t.partition=function(){function t(t){var o=t.height+1;return t.x0=t.y0=r,t.x1=n,t.y1=e/o,t.eachBefore(function(t,n){return function(e){e.children&&Ro(e,e.x0,t*(e.depth+1)/n,e.x1,t*(e.depth+2)/n);var i=e.x0,o=e.y0,u=e.x1-r,a=e.y1-r;u0)throw new Error("cycle");return o}var n=Lo,e=qo;return t.id=function(e){return arguments.length?(n=No(e),t):n},t.parentId=function(n){return arguments.length?(e=No(n),t):e},t},t.tree=function(){function t(t){var c=function(t){for(var n,e,r,i,o,u=new Yo(t,0),a=[u];n=a.pop();)if(r=n._.children)for(n.children=new Array(o=r.length),i=o-1;i>=0;--i)a.push(e=n.children[i]=new Yo(r[i],i)),e.parent=n;return(u.parent=new Yo(null,0)).children=[u],u}(t);if(c.eachAfter(n),c.parent.m=-c.z,c.eachBefore(e),a)t.eachBefore(r);else{var s=t,f=t,l=t;t.eachBefore(function(t){t.xf.x&&(f=t),t.depth>l.depth&&(l=t)});var h=s===f?1:i(s,f)/2,p=h-s.x,d=o/(f.x+h+p),v=u/(l.depth||1);t.eachBefore(function(t){t.x=(t.x+p)*d,t.y=t.depth*v})}return t}function n(t){var n=t.children,e=t.parent.children,r=t.i?e[t.i-1]:null;if(n){(function(t){for(var n,e=0,r=0,i=t.children,o=i.length;--o>=0;)(n=i[o]).z+=e,n.m+=e,e+=n.s+(r+=n.c)})(t);var o=(n[0].z+n[n.length-1].z)/2;r?(t.z=r.z+i(t._,r._),t.m=t.z-o):t.z=o}else r&&(t.z=r.z+i(t._,r._));t.parent.A=function(t,n,e){if(n){for(var r,o=t,u=t,a=n,c=o.parent.children[0],s=o.m,f=u.m,l=a.m,h=c.m;a=Oo(a),o=Uo(o),a&&o;)c=Uo(c),(u=Oo(u)).a=t,(r=a.z+l-o.z-s+i(a._,o._))>0&&(Fo(Io(a,t,e),t,r),s+=r,f+=r),l+=a.m,s+=o.m,h+=c.m,f+=u.m;a&&!Oo(u)&&(u.t=a,u.m+=l-f),o&&!Uo(c)&&(c.t=o,c.m+=s-h,e=t)}return e}(t,r,t.parent.A||e[0])}function e(t){t._.x=t.z+t.parent.m,t.m+=t.parent.m}function r(t){t.x*=o,t.y=t.depth*u}var i=Do,o=1,u=1,a=null;return t.separation=function(n){return arguments.length?(i=n,t):i},t.size=function(n){return arguments.length?(a=!1,o=+n[0],u=+n[1],t):a?null:[o,u]},t.nodeSize=function(n){return arguments.length?(a=!0,o=+n[0],u=+n[1],t):a?[o,u]:null},t},t.treemap=function(){function t(t){return t.x0=t.y0=0,t.x1=i,t.y1=o,t.eachBefore(n),u=[0],r&&t.eachBefore(Po),t}function n(t){var n=u[t.depth],r=t.x0+n,i=t.y0+n,o=t.x1-n,h=t.y1-n;o=n-1){var s=c[t];return s.x0=r,s.y0=i,s.x1=u,void(s.y1=a)}for(var l=f[t],h=e/2+l,p=t+1,d=n-1;p>>1;f[v]a-i){var y=(r*_+u*g)/e;o(t,p,g,r,i,y,a),o(p,n,_,y,i,u,a)}else{var m=(i*_+a*g)/e;o(t,p,g,r,i,u,m),o(p,n,_,r,m,u,a)}}var u,a,c=t.children,s=c.length,f=new Array(s+1);for(f[0]=a=u=0;u=0;--n)s.push(t[r[o[n]][2]]);for(n=+a;na!=s>a&&u<(c-e)*(a-r)/(s-r)+e&&(f=!f),c=e,s=r;return f},t.polygonLength=function(t){for(var n,e,r=-1,i=t.length,o=t[i-1],u=o[0],a=o[1],c=0;++r1)&&(t-=Math.floor(t));var n=Math.abs(t-.5);return Bg.h=360*t-100,Bg.s=1.5-1.5*n,Bg.l=.8-.9*n,Bg+""},t.interpolateWarm=Ig,t.interpolateCool=Yg,t.interpolateViridis=Hg,t.interpolateMagma=jg,t.interpolateInferno=Xg,t.interpolatePlasma=Vg,t.scaleSequential=$a,t.creator=A,t.local=C,t.matcher=rf,t.mouse=F,t.namespace=E,t.namespaces=Js,t.clientPoint=O,t.select=lt,t.selectAll=function(t){return"string"==typeof t?new st([document.querySelectorAll(t)],[document.documentElement]):new st([null==t?[]:t],af)},t.selection=ft,t.selector=Y,t.selectorAll=H,t.style=G,t.touch=ht,t.touches=function(t,n){null==n&&(n=U().touches);for(var e=0,r=n?n.length:0,i=new Array(r);eh;if(c||(c=t=te()),lt_)if(d>r_-t_)c.moveTo(l*Zg(h),l*Jg(h)),c.arc(0,0,l,h,p,!v),f>t_&&(c.moveTo(f*Zg(p),f*Jg(p)),c.arc(0,0,f,p,h,v));else{var g,_,y=h,m=p,x=h,b=p,w=d,M=d,T=a.apply(this,arguments)/2,N=T>t_&&(i?+i.apply(this,arguments):Kg(f*f+l*l)),k=Qg($g(l-f)/2,+r.apply(this,arguments)),S=k,E=k;if(N>t_){var A=Za(N/f*Jg(T)),C=Za(N/l*Jg(T));(w-=2*A)>t_?(A*=v?1:-1,x+=A,b-=A):(w=0,x=b=(h+p)/2),(M-=2*C)>t_?(C*=v?1:-1,y+=C,m-=C):(M=0,y=m=(h+p)/2)}var z=l*Zg(y),P=l*Jg(y),R=f*Zg(b),L=f*Jg(b);if(k>t_){var q=l*Zg(m),D=l*Jg(m),U=f*Zg(x),O=f*Jg(x);if(dt_?function(t,n,e,r,i,o,u,a){var c=e-t,s=r-n,f=u-i,l=a-o,h=(f*(n-o)-l*(t-i))/(l*c-f*s);return[t+h*c,n+h*s]}(z,P,U,O,q,D,R,L):[R,L],I=z-F[0],Y=P-F[1],B=q-F[0],H=D-F[1],j=1/Jg(function(t){return t>1?0:t<-1?n_:Math.acos(t)}((I*B+Y*H)/(Kg(I*I+Y*Y)*Kg(B*B+H*H)))/2),X=Kg(F[0]*F[0]+F[1]*F[1]);S=Qg(k,(f-X)/(j-1)),E=Qg(k,(l-X)/(j+1))}}M>t_?E>t_?(g=nc(U,O,z,P,l,E,v),_=nc(q,D,R,L,l,E,v),c.moveTo(g.cx+g.x01,g.cy+g.y01),Et_&&w>t_?S>t_?(g=nc(R,L,q,D,f,-S,v),_=nc(z,P,U,O,f,-S,v),c.lineTo(g.cx+g.x01,g.cy+g.y01),S0&&(p+=l);for(null!=e?d.sort(function(t,n){return e(v[t],v[n])}):null!=r&&d.sort(function(n,e){return r(t[n],t[e])}),a=0,s=p?(_-h*m)/p:0;a0?l*s:0)+m,v[c]={data:t[c],index:a,value:l,startAngle:g,endAngle:f,padAngle:y};return v}var n=sc,e=cc,r=null,i=Wa(0),o=Wa(r_),u=Wa(0);return t.value=function(e){return arguments.length?(n="function"==typeof e?e:Wa(+e),t):n},t.sortValues=function(n){return arguments.length?(e=n,r=null,t):e},t.sort=function(n){return arguments.length?(r=n,e=null,t):r},t.startAngle=function(n){return arguments.length?(i="function"==typeof n?n:Wa(+n),t):i},t.endAngle=function(n){return arguments.length?(o="function"==typeof n?n:Wa(+n),t):o},t.padAngle=function(n){return arguments.length?(u="function"==typeof n?n:Wa(+n),t):u},t},t.areaRadial=dc,t.radialArea=dc,t.lineRadial=pc,t.radialLine=pc,t.pointRadial=vc,t.linkHorizontal=function(){return yc(mc)},t.linkVertical=function(){return yc(xc)},t.linkRadial=function(){var t=yc(bc);return t.angle=t.x,delete t.x,t.radius=t.y,delete t.y,t},t.symbol=function(){function t(){var t;if(r||(r=t=te()),n.apply(this,arguments).draw(r,+e.apply(this,arguments)),t)return r=null,t+""||null}var n=Wa(u_),e=Wa(64),r=null;return t.type=function(e){return arguments.length?(n="function"==typeof e?e:Wa(e),t):n},t.size=function(n){return arguments.length?(e="function"==typeof n?n:Wa(+n),t):e},t.context=function(n){return arguments.length?(r=null==n?null:n,t):r},t},t.symbols=w_,t.symbolCircle=u_,t.symbolCross=a_,t.symbolDiamond=f_,t.symbolSquare=v_,t.symbolStar=d_,t.symbolTriangle=__,t.symbolWye=b_,t.curveBasisClosed=function(t){return new Nc(t)},t.curveBasisOpen=function(t){return new kc(t)},t.curveBasis=function(t){return new Tc(t)},t.curveBundle=M_,t.curveCardinalClosed=N_,t.curveCardinalOpen=k_,t.curveCardinal=T_,t.curveCatmullRomClosed=E_,t.curveCatmullRomOpen=A_,t.curveCatmullRom=S_,t.curveLinearClosed=function(t){return new Dc(t)},t.curveLinear=rc,t.curveMonotoneX=function(t){return new Yc(t)},t.curveMonotoneY=function(t){return new Bc(t)},t.curveNatural=function(t){return new jc(t)},t.curveStep=function(t){return new Vc(t,.5)},t.curveStepAfter=function(t){return new Vc(t,1)},t.curveStepBefore=function(t){return new Vc(t,0)},t.stack=function(){function t(t){var o,u,a=n.apply(this,arguments),c=t.length,s=a.length,f=new Array(s);for(o=0;o0){for(var e,r,i,o=0,u=t[0].length;o1)for(var e,r,i,o,u,a,c=0,s=t[n[0]].length;c=0?(r[0]=o,r[1]=o+=i):i<0?(r[1]=u,r[0]=u+=i):r[0]=o},t.stackOffsetNone=$c,t.stackOffsetSilhouette=function(t,n){if((e=t.length)>0){for(var e,r=0,i=t[n[0]],o=i.length;r0&&(r=(e=t[n[0]]).length)>0){for(var e,r,i,o=0,u=1;uyl&&e.name===n)return new Rn([[t]],Gl,n,+r)}return null},t.interrupt=Cn,t.voronoi=function(){function t(t){return new Ms(t.map(function(r,i){var o=[Math.round(n(r,i,t)/U_)*U_,Math.round(e(r,i,t)/U_)*U_];return o.index=i,o.data=r,o}),r)}var n=Kc,e=ts,r=null;return t.polygons=function(n){return t(n).polygons()},t.links=function(n){return t(n).links()},t.triangles=function(n){return t(n).triangles()},t.x=function(e){return arguments.length?(n="function"==typeof e?e:Jc(+e),t):n},t.y=function(n){return arguments.length?(e="function"==typeof n?n:Jc(+n),t):e},t.extent=function(n){return arguments.length?(r=null==n?null:[[+n[0][0],+n[0][1]],[+n[1][0],+n[1][1]]],t):r&&[[r[0][0],r[0][1]],[r[1][0],r[1][1]]]},t.size=function(n){return arguments.length?(r=null==n?null:[[0,0],[+n[0],+n[1]]],t):r&&[r[1][0]-r[0][0],r[1][1]-r[0][1]]},t},t.zoom=function(){function n(t){t.property("__zoom",zs).on("wheel.zoom",c).on("mousedown.zoom",s).on("dblclick.zoom",f).filter(x).on("touchstart.zoom",l).on("touchmove.zoom",h).on("touchend.zoom touchcancel.zoom",p).style("touch-action","none").style("-webkit-tap-highlight-color","rgba(0,0,0,0)")}function e(t,n){return(n=Math.max(b[0],Math.min(b[1],n)))===t.k?t:new Ns(n,t.x,t.y)}function r(t,n,e){var r=n[0]-e[0]*t.k,i=n[1]-e[1]*t.k;return r===t.x&&i===t.y?t:new Ns(t.k,r,i)}function i(t){return[(+t[0][0]+ +t[1][0])/2,(+t[0][1]+ +t[1][1])/2]}function o(t,n,e){t.on("start.zoom",function(){u(this,arguments).start()}).on("interrupt.zoom end.zoom",function(){u(this,arguments).end()}).tween("zoom",function(){var t=arguments,r=u(this,t),o=_.apply(this,t),a=e||i(o),c=Math.max(o[1][0]-o[0][0],o[1][1]-o[0][1]),s=this.__zoom,f="function"==typeof n?n.apply(this,t):n,l=T(s.invert(a).concat(c/s.k),f.invert(a).concat(c/f.k));return function(t){if(1===t)t=f;else{var n=l(t),e=c/n[2];t=new Ns(e,a[0]-n[0]*e,a[1]-n[1]*e)}r.zoom(null,t)}})}function u(t,n){for(var e,r=0,i=k.length;rC}n.zoom("mouse",y(r(n.that.__zoom,n.mouse[0]=F(n.that),n.mouse[1]),n.extent,w))},!0).on("mouseup.zoom",function(){e.on("mousemove.zoom mouseup.zoom",null),gt(t.event.view,n.moved),Es(),n.end()},!0),i=F(this),o=t.event.clientX,a=t.event.clientY;vt(t.event.view),Ss(),n.mouse=[i,this.__zoom.invert(i)],Cn(this),n.start()}}function f(){if(g.apply(this,arguments)){var i=this.__zoom,u=F(this),a=i.invert(u),c=i.k*(t.event.shiftKey?.5:2),s=y(r(e(i,c),u,a),_.apply(this,arguments),w);Es(),M>0?lt(this).transition().duration(M).call(o,s,u):lt(this).call(n.transform,s)}}function l(){if(g.apply(this,arguments)){var n,e,r,i,o=u(this,arguments),a=t.event.changedTouches,c=a.length;for(Ss(),e=0;e=11),domSupported:"undefined"!=typeof document}}function i(t,e){"createCanvas"===t&&(DS=null),TS[t]=e}function n(t){if(null==t||"object"!=typeof t)return t;var e=t,i=xS.call(t);if("[object Array]"===i){if(!R(t)){e=[];for(var a=0,o=t.length;o>a;a++)e[a]=n(t[a])}}else if(yS[i]){if(!R(t)){var r=t.constructor;if(t.constructor.from)e=r.from(t);else{e=new r(t.length);for(var a=0,o=t.length;o>a;a++)e[a]=n(t[a])}}}else if(!vS[i]&&!R(t)&&!T(t)){e={};for(var s in t)t.hasOwnProperty(s)&&(e[s]=n(t[s]))}return e}function a(t,e,i){if(!S(e)||!S(t))return i?n(e):t;for(var o in e)if(e.hasOwnProperty(o)){var r=t[o],s=e[o];!S(s)||!S(r)||_(s)||_(r)||T(s)||T(r)||M(s)||M(r)||R(s)||R(r)?!i&&o in t||(t[o]=n(e[o],!0)):a(r,s,i)}return t}function o(t,e){for(var i=t[0],n=1,o=t.length;o>n;n++)i=a(i,t[n],e);return i}function r(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i]);return t}function s(t,e,i){for(var n in e)e.hasOwnProperty(n)&&(i?null!=e[n]:null==t[n])&&(t[n]=e[n]);return t}function l(){return DS||(DS=AS().getContext("2d")),DS}function u(t,e){if(t){if(t.indexOf)return t.indexOf(e);for(var i=0,n=t.length;n>i;i++)if(t[i]===e)return i}return-1}function h(t,e){function i(){}var n=t.prototype;i.prototype=e.prototype,t.prototype=new i;for(var a in n)n.hasOwnProperty(a)&&(t.prototype[a]=n[a]);t.prototype.constructor=t,t.superClass=e}function c(t,e,i){t="prototype"in t?t.prototype:t,e="prototype"in e?e.prototype:e,s(t,e,i)}function d(t){return t?"string"==typeof t?!1:"number"==typeof t.length:void 0}function f(t,e,i){if(t&&e)if(t.forEach&&t.forEach===wS)t.forEach(e,i);else if(t.length===+t.length)for(var n=0,a=t.length;a>n;n++)e.call(i,t[n],n,t);else for(var o in t)t.hasOwnProperty(o)&&e.call(i,t[o],o,t)}function p(t,e,i){if(t&&e){if(t.map&&t.map===MS)return t.map(e,i);for(var n=[],a=0,o=t.length;o>a;a++)n.push(e.call(i,t[a],a,t));return n}}function g(t,e,i,n){if(t&&e){if(t.reduce&&t.reduce===IS)return t.reduce(e,i,n);for(var a=0,o=t.length;o>a;a++)i=e.call(n,i,t[a],a,t);return i}}function m(t,e,i){if(t&&e){if(t.filter&&t.filter===bS)return t.filter(e,i);for(var n=[],a=0,o=t.length;o>a;a++)e.call(i,t[a],a,t)&&n.push(t[a]);return n}}function v(t,e,i){if(t&&e)for(var n=0,a=t.length;a>n;n++)if(e.call(i,t[n],n,t))return t[n]}function y(t,e){var i=SS.call(arguments,2);return function(){return t.apply(e,i.concat(SS.call(arguments)))}}function x(t){var e=SS.call(arguments,1);return function(){return t.apply(this,e.concat(SS.call(arguments)))}}function _(t){return"[object Array]"===xS.call(t)}function w(t){return"function"==typeof t}function b(t){return"[object String]"===xS.call(t)}function S(t){var e=typeof t;return"function"===e||!!t&&"object"===e}function M(t){return!!vS[xS.call(t)]}function I(t){return!!yS[xS.call(t)]}function T(t){return"object"==typeof t&&"number"==typeof t.nodeType&&"object"==typeof t.ownerDocument}function A(t){return t!==t}function D(){for(var t=0,e=arguments.length;e>t;t++)if(null!=arguments[t])return arguments[t]}function C(t,e){return null!=t?t:e}function L(t,e,i){return null!=t?t:null!=e?e:i}function k(){return Function.call.apply(SS,arguments)}function P(t){if("number"==typeof t)return[t,t,t,t];var e=t.length;return 2===e?[t[0],t[1],t[0],t[1]]:3===e?[t[0],t[1],t[2],t[1]]:t}function O(t,e){if(!t)throw new Error(e)}function E(t){return null==t?null:"function"==typeof t.trim?t.trim():t.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"")}function N(t){t[CS]=!0}function R(t){return t[CS]}function z(t){function e(t,e){i?n.set(t,e):n.set(e,t)}var i=_(t);this.data={};var n=this;t instanceof z?t.each(e):t&&f(t,e)}function B(t){return new z(t)}function V(t,e){for(var i=new t.constructor(t.length+e.length),n=0;nd;d++){var p=1<r;r++)for(var s=0;8>s;s++)null==o[s]&&(o[s]=0),o[s]+=((r+s)%2?-1:1)*de(i,7,0===r?1:0,1<o;o++){var r=document.createElement("div"),s=r.style,l=o%2,u=(o>>1)%2;s.cssText=["position:absolute","visibility: hidden","padding: 0","margin: 0","border-width: 0","width:0","height:0",n[l]+":0",a[u]+":0",n[1-l]+":auto",a[1-u]+":auto",""].join("!important;"),t.appendChild(r),i.push(r)}return i}function ve(t,e){for(var i=e.transformer,n=e.srcCoords,a=!0,o=[],r=[],s=0;4>s;s++){var l=t[s].getBoundingClientRect(),u=2*s,h=l.left,c=l.top;o.push(h,c),a&=n&&h===n[u]&&c===n[u+1],r.push(t[s].offsetLeft,t[s].offsetTop)}return a?i:(e.srcCoords=o,e.transformer=fe(o,r))}function ye(t){return t||window.event}function xe(t,e,i){if(e=ye(e),null!=e.zrX)return e;var n=e.type,a=n&&n.indexOf("touch")>=0;if(a){var o="touchend"!==n?e.targetTouches[0]:e.changedTouches[0];o&&pe(t,o,e,i)}else pe(t,e,e,i),e.zrDelta=e.wheelDelta?e.wheelDelta/120:-(e.detail||0)/3;var r=e.button;return null==e.which&&void 0!==r&&FS.test(e.type)&&(e.which=1&r?1:2&r?3:4&r?2:0),e}function _e(t,e,i,n){GS?t.addEventListener(e,i,n):t.attachEvent("on"+e,i)}function we(t,e,i,n){GS?t.removeEventListener(e,i,n):t.detachEvent("on"+e,i)}function be(t){return 2===t.which||3===t.which}function Se(t){var e=t[1][0]-t[0][0],i=t[1][1]-t[0][1];return Math.sqrt(e*e+i*i)}function Me(t){return[(t[0][0]+t[1][0])/2,(t[0][1]+t[1][1])/2]}function Ie(t,e,i){return{type:t,event:i,target:e.target,topTarget:e.topTarget,cancelBubble:!1,offsetX:i.zrX,offsetY:i.zrY,gestureEvent:i.gestureEvent,pinchX:i.pinchX,pinchY:i.pinchY,pinchScale:i.pinchScale,wheelDelta:i.zrDelta,zrByTouch:i.zrByTouch,which:i.which,stop:Te}}function Te(){ZS(this.event)}function Ae(){}function De(t,e,i){if(t[t.rectHover?"rectContain":"contain"](e,i)){for(var n,a=t;a;){if(a.clipPath&&!a.clipPath.contain(e,i))return!1;a.silent&&(n=!0),a=a.parent}return n?YS:!0}return!1}function Ce(t,e,i){var n=t.painter;return 0>e||e>n.getWidth()||0>i||i>n.getHeight()}function Le(){var t=new KS(6);return ke(t),t}function ke(t){return t[0]=1,t[1]=0,t[2]=0,t[3]=1,t[4]=0,t[5]=0,t}function Pe(t,e){return t[0]=e[0],t[1]=e[1],t[2]=e[2],t[3]=e[3],t[4]=e[4],t[5]=e[5],t}function Oe(t,e,i){var n=e[0]*i[0]+e[2]*i[1],a=e[1]*i[0]+e[3]*i[1],o=e[0]*i[2]+e[2]*i[3],r=e[1]*i[2]+e[3]*i[3],s=e[0]*i[4]+e[2]*i[5]+e[4],l=e[1]*i[4]+e[3]*i[5]+e[5];return t[0]=n,t[1]=a,t[2]=o,t[3]=r,t[4]=s,t[5]=l,t}function Ee(t,e,i){return t[0]=e[0],t[1]=e[1],t[2]=e[2],t[3]=e[3],t[4]=e[4]+i[0],t[5]=e[5]+i[1],t}function Ne(t,e,i){var n=e[0],a=e[2],o=e[4],r=e[1],s=e[3],l=e[5],u=Math.sin(i),h=Math.cos(i);return t[0]=n*h+r*u,t[1]=-n*u+r*h,t[2]=a*h+s*u,t[3]=-a*u+h*s,t[4]=h*o+u*l,t[5]=h*l-u*o,t}function Re(t,e,i){var n=i[0],a=i[1];return t[0]=e[0]*n,t[1]=e[1]*a,t[2]=e[2]*n,t[3]=e[3]*a,t[4]=e[4]*n,t[5]=e[5]*a,t}function ze(t,e){var i=e[0],n=e[2],a=e[4],o=e[1],r=e[3],s=e[5],l=i*r-o*n;return l?(l=1/l,t[0]=r*l,t[1]=-o*l,t[2]=-n*l,t[3]=i*l,t[4]=(n*s-r*a)*l,t[5]=(o*a-i*s)*l,t):null}function Be(t){var e=Le();return Pe(e,t),e}function Ve(t){return t>QS||-QS>t}function Ge(t){this._target=t.target,this._life=t.life||1e3,this._delay=t.delay||0,this._initialized=!1,this.loop=null==t.loop?!1:t.loop,this.gap=t.gap||0,this.easing=t.easing||"Linear",this.onframe=t.onframe,this.ondestroy=t.ondestroy,this.onrestart=t.onrestart,this._pausedTime=0,this._paused=!1}function Fe(t){return t=Math.round(t),0>t?0:t>255?255:t}function We(t){return t=Math.round(t),0>t?0:t>360?360:t}function He(t){return 0>t?0:t>1?1:t}function Ze(t){return Fe(t.length&&"%"===t.charAt(t.length-1)?parseFloat(t)/100*255:parseInt(t,10))}function Ue(t){return He(t.length&&"%"===t.charAt(t.length-1)?parseFloat(t)/100:parseFloat(t))}function Xe(t,e,i){return 0>i?i+=1:i>1&&(i-=1),1>6*i?t+(e-t)*i*6:1>2*i?e:2>3*i?t+(e-t)*(2/3-i)*6:t}function Ye(t,e,i){return t+(e-t)*i}function je(t,e,i,n,a){return t[0]=e,t[1]=i,t[2]=n,t[3]=a,t}function qe(t,e){return t[0]=e[0],t[1]=e[1],t[2]=e[2],t[3]=e[3],t}function Ke(t,e){fM&&qe(fM,e),fM=dM.put(t,fM||e.slice())}function $e(t,e){if(t){e=e||[];var i=dM.get(t);if(i)return qe(e,i);t+="";var n=t.replace(/ /g,"").toLowerCase();if(n in cM)return qe(e,cM[n]),Ke(t,e),e;if("#"!==n.charAt(0)){var a=n.indexOf("("),o=n.indexOf(")");if(-1!==a&&o+1===n.length){var r=n.substr(0,a),s=n.substr(a+1,o-(a+1)).split(","),l=1;switch(r){case"rgba":if(4!==s.length)return void je(e,0,0,0,1);l=Ue(s.pop());case"rgb":return 3!==s.length?void je(e,0,0,0,1):(je(e,Ze(s[0]),Ze(s[1]),Ze(s[2]),l),Ke(t,e),e);case"hsla":return 4!==s.length?void je(e,0,0,0,1):(s[3]=Ue(s[3]),Je(s,e),Ke(t,e),e);case"hsl":return 3!==s.length?void je(e,0,0,0,1):(Je(s,e),Ke(t,e),e);default:return}}je(e,0,0,0,1)}else{if(4===n.length){var u=parseInt(n.substr(1),16);return u>=0&&4095>=u?(je(e,(3840&u)>>4|(3840&u)>>8,240&u|(240&u)>>4,15&u|(15&u)<<4,1),Ke(t,e),e):void je(e,0,0,0,1)}if(7===n.length){var u=parseInt(n.substr(1),16);return u>=0&&16777215>=u?(je(e,(16711680&u)>>16,(65280&u)>>8,255&u,1),Ke(t,e),e):void je(e,0,0,0,1)}}}}function Je(t,e){var i=(parseFloat(t[0])%360+360)%360/360,n=Ue(t[1]),a=Ue(t[2]),o=.5>=a?a*(n+1):a+n-a*n,r=2*a-o;return e=e||[],je(e,Fe(255*Xe(r,o,i+1/3)),Fe(255*Xe(r,o,i)),Fe(255*Xe(r,o,i-1/3)),1),4===t.length&&(e[3]=t[3]),e}function Qe(t){if(t){var e,i,n=t[0]/255,a=t[1]/255,o=t[2]/255,r=Math.min(n,a,o),s=Math.max(n,a,o),l=s-r,u=(s+r)/2;if(0===l)e=0,i=0;else{i=.5>u?l/(s+r):l/(2-s-r);var h=((s-n)/6+l/2)/l,c=((s-a)/6+l/2)/l,d=((s-o)/6+l/2)/l;n===s?e=d-c:a===s?e=1/3+h-d:o===s&&(e=2/3+c-h),0>e&&(e+=1),e>1&&(e-=1)}var f=[360*e,i,u];return null!=t[3]&&f.push(t[3]),f}}function ti(t,e){var i=$e(t);if(i){for(var n=0;3>n;n++)i[n]=0>e?i[n]*(1-e)|0:(255-i[n])*e+i[n]|0,i[n]>255?i[n]=255:t[n]<0&&(i[n]=0);return ri(i,4===i.length?"rgba":"rgb")}}function ei(t){var e=$e(t);return e?((1<<24)+(e[0]<<16)+(e[1]<<8)+ +e[2]).toString(16).slice(1):void 0}function ii(t,e,i){if(e&&e.length&&t>=0&&1>=t){i=i||[];var n=t*(e.length-1),a=Math.floor(n),o=Math.ceil(n),r=e[a],s=e[o],l=n-a;return i[0]=Fe(Ye(r[0],s[0],l)),i[1]=Fe(Ye(r[1],s[1],l)),i[2]=Fe(Ye(r[2],s[2],l)),i[3]=He(Ye(r[3],s[3],l)),i}}function ni(t,e,i){if(e&&e.length&&t>=0&&1>=t){var n=t*(e.length-1),a=Math.floor(n),o=Math.ceil(n),r=$e(e[a]),s=$e(e[o]),l=n-a,u=ri([Fe(Ye(r[0],s[0],l)),Fe(Ye(r[1],s[1],l)),Fe(Ye(r[2],s[2],l)),He(Ye(r[3],s[3],l))],"rgba");return i?{color:u,leftIndex:a,rightIndex:o,value:n}:u}}function ai(t,e,i,n){return t=$e(t),t?(t=Qe(t),null!=e&&(t[0]=We(e)),null!=i&&(t[1]=Ue(i)),null!=n&&(t[2]=Ue(n)),ri(Je(t),"rgba")):void 0}function oi(t,e){return t=$e(t),t&&null!=e?(t[3]=He(e),ri(t,"rgba")):void 0}function ri(t,e){if(t&&t.length){var i=t[0]+","+t[1]+","+t[2];return("rgba"===e||"hsva"===e||"hsla"===e)&&(i+=","+t[3]),e+"("+i+")"}}function si(t,e){return t[e]}function li(t,e,i){t[e]=i}function ui(t,e,i){return(e-t)*i+t}function hi(t,e,i){return i>.5?e:t}function ci(t,e,i,n,a){var o=t.length;if(1===a)for(var r=0;o>r;r++)n[r]=ui(t[r],e[r],i);else for(var s=o&&t[0].length,r=0;o>r;r++)for(var l=0;s>l;l++)n[r][l]=ui(t[r][l],e[r][l],i)}function di(t,e,i){var n=t.length,a=e.length;if(n!==a){var o=n>a;if(o)t.length=a;else for(var r=n;a>r;r++)t.push(1===i?e[r]:vM.call(e[r]))}for(var s=t[0]&&t[0].length,r=0;rl;l++)isNaN(t[r][l])&&(t[r][l]=e[r][l])}function fi(t,e,i){if(t===e)return!0;var n=t.length;if(n!==e.length)return!1;if(1===i){for(var a=0;n>a;a++)if(t[a]!==e[a])return!1}else for(var o=t[0].length,a=0;n>a;a++)for(var r=0;o>r;r++)if(t[a][r]!==e[a][r])return!1;return!0}function pi(t,e,i,n,a,o,r,s,l){var u=t.length;if(1===l)for(var h=0;u>h;h++)s[h]=gi(t[h],e[h],i[h],n[h],a,o,r);else for(var c=t[0].length,h=0;u>h;h++)for(var d=0;c>d;d++)s[h][d]=gi(t[h][d],e[h][d],i[h][d],n[h][d],a,o,r)}function gi(t,e,i,n,a,o,r){var s=.5*(i-t),l=.5*(n-e);return(2*(e-i)+s+l)*r+(-3*(e-i)-2*s-l)*o+s*a+e}function mi(t){if(d(t)){var e=t.length;if(d(t[0])){for(var i=[],n=0;e>n;n++)i.push(vM.call(t[n]));return i}return vM.call(t)}return t}function vi(t){return t[0]=Math.floor(t[0]),t[1]=Math.floor(t[1]),t[2]=Math.floor(t[2]),"rgba("+t.join(",")+")"}function yi(t){var e=t[t.length-1].value;return d(e&&e[0])?2:1}function xi(t,e,i,n,a,o){var r=t._getter,s=t._setter,l="spline"===e,u=n.length;if(u){var h,c=n[0].value,f=d(c),p=!1,g=!1,m=f?yi(n):0;n.sort(function(t,e){return t.time-e.time}),h=n[u-1].time;for(var v=[],y=[],x=n[0].value,_=!0,w=0;u>w;w++){v.push(n[w].time/h);var b=n[w].value;if(f&&fi(b,x,m)||!f&&b===x||(_=!1),x=b,"string"==typeof b){var S=$e(b);S?(b=S,p=!0):g=!0}y.push(b)}if(o||!_){for(var M=y[u-1],w=0;u-1>w;w++)f?di(y[w],M,m):!isNaN(y[w])||isNaN(M)||g||p||(y[w]=M);f&&di(r(t._target,a),M,m);var I,T,A,D,C,L,k=0,P=0;if(p)var O=[0,0,0,0];var E=function(t,e){var i;if(0>e)i=0;else if(P>e){for(I=Math.min(k+1,u-1),i=I;i>=0&&!(v[i]<=e);i--);i=Math.min(i,u-2)}else{for(i=k;u>i&&!(v[i]>e);i++);i=Math.min(i-1,u-2)}k=i,P=e;var n=v[i+1]-v[i];if(0!==n)if(T=(e-v[i])/n,l)if(D=y[i],A=y[0===i?i:i-1],C=y[i>u-2?u-1:i+1],L=y[i>u-3?u-1:i+2],f)pi(A,D,C,L,T,T*T,T*T*T,r(t,a),m);else{var o;if(p)o=pi(A,D,C,L,T,T*T,T*T*T,O,1),o=vi(O);else{if(g)return hi(D,C,T);o=gi(A,D,C,L,T,T*T,T*T*T)}s(t,a,o)}else if(f)ci(y[i],y[i+1],T,r(t,a),m);else{var o;if(p)ci(y[i],y[i+1],T,O,1),o=vi(O);else{if(g)return hi(y[i],y[i+1],T);o=ui(y[i],y[i+1],T)}s(t,a,o)}},N=new Ge({target:t._target,life:h,loop:t._loop,delay:t._delay,onframe:E,ondestroy:i});return e&&"spline"!==e&&(N.easing=e),N}}}function _i(t,e,i,n,a,o,r,s){function l(){h--,h||o&&o()}b(n)?(o=a,a=n,n=0):w(a)?(o=a,a="linear",n=0):w(n)?(o=n,n=0):w(i)?(o=i,i=500):i||(i=500),t.stopAnimation(),wi(t,"",t,e,i,n,s);var u=t.animators.slice(),h=u.length;h||o&&o();for(var c=0;c0&&t.animate(e,!1).when(null==a?500:a,s).delay(o||0)}function bi(t,e,i,n){if(e){var a={};a[e]={},a[e][i]=n,t.attr(a)}else t.attr(i,n)}function Si(t,e,i,n){0>i&&(t+=i,i=-i),0>n&&(e+=n,n=-n),this.x=t,this.y=e,this.width=i,this.height=n}function Mi(t){for(var e=0;t>=LM;)e|=1&t,t>>=1;return t+e}function Ii(t,e,i,n){var a=e+1;if(a===i)return 1;if(n(t[a++],t[e])<0){for(;i>a&&n(t[a],t[a-1])<0;)a++;Ti(t,e,a)}else for(;i>a&&n(t[a],t[a-1])>=0;)a++;return a-e}function Ti(t,e,i){for(i--;i>e;){var n=t[e];t[e++]=t[i],t[i--]=n}}function Ai(t,e,i,n,a){for(n===e&&n++;i>n;n++){for(var o,r=t[n],s=e,l=n;l>s;)o=s+l>>>1,a(r,t[o])<0?l=o:s=o+1;var u=n-s;switch(u){case 3:t[s+3]=t[s+2];case 2:t[s+2]=t[s+1];case 1:t[s+1]=t[s];break;default:for(;u>0;)t[s+u]=t[s+u-1],u--}t[s]=r}}function Di(t,e,i,n,a,o){var r=0,s=0,l=1;if(o(t,e[i+a])>0){for(s=n-a;s>l&&o(t,e[i+a+l])>0;)r=l,l=(l<<1)+1,0>=l&&(l=s);l>s&&(l=s),r+=a,l+=a}else{for(s=a+1;s>l&&o(t,e[i+a-l])<=0;)r=l,l=(l<<1)+1,0>=l&&(l=s);l>s&&(l=s);var u=r;r=a-l,l=a-u}for(r++;l>r;){var h=r+(l-r>>>1);o(t,e[i+h])>0?r=h+1:l=h}return l}function Ci(t,e,i,n,a,o){var r=0,s=0,l=1;if(o(t,e[i+a])<0){for(s=a+1;s>l&&o(t,e[i+a-l])<0;)r=l,l=(l<<1)+1,0>=l&&(l=s);l>s&&(l=s);var u=r;r=a-l,l=a-u}else{for(s=n-a;s>l&&o(t,e[i+a+l])>=0;)r=l,l=(l<<1)+1,0>=l&&(l=s);l>s&&(l=s),r+=a,l+=a}for(r++;l>r;){var h=r+(l-r>>>1);o(t,e[i+h])<0?l=h:r=h+1}return l}function Li(t,e){function i(t,e){l[c]=t,u[c]=e,c+=1}function n(){for(;c>1;){var t=c-2;if(t>=1&&u[t-1]<=u[t]+u[t+1]||t>=2&&u[t-2]<=u[t]+u[t-1])u[t-1]u[t+1])break;o(t)}}function a(){for(;c>1;){var t=c-2;t>0&&u[t-1]=a?r(n,a,o,h):s(n,a,o,h)))}function r(i,n,a,o){var r=0;for(r=0;n>r;r++)d[r]=t[i+r];var s=0,l=a,u=i;if(t[u++]=t[l++],0!==--o){if(1===n){for(r=0;o>r;r++)t[u+r]=t[l+r];return void(t[u+o]=d[s])}for(var c,f,p,g=h;;){c=0,f=0,p=!1;do if(e(t[l],d[s])<0){if(t[u++]=t[l++],f++,c=0,0===--o){p=!0;break}}else if(t[u++]=d[s++],c++,f=0,1===--n){p=!0;break}while(g>(c|f));if(p)break;do{if(c=Ci(t[l],d,s,n,0,e),0!==c){for(r=0;c>r;r++)t[u+r]=d[s+r];if(u+=c,s+=c,n-=c,1>=n){p=!0;break}}if(t[u++]=t[l++],0===--o){p=!0;break}if(f=Di(d[s],t,l,o,0,e),0!==f){for(r=0;f>r;r++)t[u+r]=t[l+r];if(u+=f,l+=f,o-=f,0===o){p=!0;break}}if(t[u++]=d[s++],1===--n){p=!0;break}g--}while(c>=kM||f>=kM);if(p)break;0>g&&(g=0),g+=2}if(h=g,1>h&&(h=1),1===n){for(r=0;o>r;r++)t[u+r]=t[l+r];t[u+o]=d[s]}else{if(0===n)throw new Error;for(r=0;n>r;r++)t[u+r]=d[s+r]}}else for(r=0;n>r;r++)t[u+r]=d[s+r]}function s(i,n,a,o){var r=0;for(r=0;o>r;r++)d[r]=t[a+r];var s=i+n-1,l=o-1,u=a+o-1,c=0,f=0;if(t[u--]=t[s--],0!==--n){if(1===o){for(u-=n,s-=n,f=u+1,c=s+1,r=n-1;r>=0;r--)t[f+r]=t[c+r];return void(t[u]=d[l])}for(var p=h;;){var g=0,m=0,v=!1;do if(e(d[l],t[s])<0){if(t[u--]=t[s--],g++,m=0,0===--n){v=!0;break}}else if(t[u--]=d[l--],m++,g=0,1===--o){v=!0;break}while(p>(g|m));if(v)break;do{if(g=n-Ci(d[l],t,i,n,n-1,e),0!==g){for(u-=g,s-=g,n-=g,f=u+1,c=s+1,r=g-1;r>=0;r--)t[f+r]=t[c+r];if(0===n){v=!0;break}}if(t[u--]=d[l--],1===--o){v=!0;break}if(m=o-Di(t[s],d,0,o,o-1,e),0!==m){for(u-=m,l-=m,o-=m,f=u+1,c=l+1,r=0;m>r;r++)t[f+r]=d[c+r];if(1>=o){v=!0;break}}if(t[u--]=t[s--],0===--n){v=!0;break}p--}while(g>=kM||m>=kM);if(v)break;0>p&&(p=0),p+=2}if(h=p,1>h&&(h=1),1===o){for(u-=n,s-=n,f=u+1,c=s+1,r=n-1;r>=0;r--)t[f+r]=t[c+r];t[u]=d[l]}else{if(0===o)throw new Error;for(c=u-(o-1),r=0;o>r;r++)t[c+r]=d[r]}}else for(c=u-(o-1),r=0;o>r;r++)t[c+r]=d[r]}var l,u,h=kM,c=0,d=[];l=[],u=[],this.mergeRuns=n,this.forceMergeRuns=a,this.pushRun=i}function ki(t,e,i,n){i||(i=0),n||(n=t.length);var a=n-i;if(!(2>a)){var o=0;if(LM>a)return o=Ii(t,i,n,e),void Ai(t,i,n,i+o,e);var r=new Li(t,e),s=Mi(a);do{if(o=Ii(t,i,n,e),s>o){var l=a;l>s&&(l=s),Ai(t,i,i+l,i+o,e),o=l}r.pushRun(i,o),r.mergeRuns(),a-=o,i+=o}while(0!==a);r.forceMergeRuns()}}function Pi(t,e){return t.zlevel===e.zlevel?t.z===e.z?t.z2-e.z2:t.z-e.z:t.zlevel-e.zlevel}function Oi(t,e,i){var n=null==e.x?0:e.x,a=null==e.x2?1:e.x2,o=null==e.y?0:e.y,r=null==e.y2?0:e.y2;e.global||(n=n*i.width+i.x,a=a*i.width+i.x,o=o*i.height+i.y,r=r*i.height+i.y),n=isNaN(n)?0:n,a=isNaN(a)?1:a,o=isNaN(o)?0:o,r=isNaN(r)?0:r;var s=t.createLinearGradient(n,o,a,r);return s}function Ei(t,e,i){var n=i.width,a=i.height,o=Math.min(n,a),r=null==e.x?.5:e.x,s=null==e.y?.5:e.y,l=null==e.r?.5:e.r;e.global||(r=r*n+i.x,s=s*a+i.y,l*=o);var u=t.createRadialGradient(r,s,0,r,s,l);return u}function Ni(){return!1}function Ri(t,e,i){var n=AS(),a=e.getWidth(),o=e.getHeight(),r=n.style;return r&&(r.position="absolute",r.left=0,r.top=0,r.width=a+"px",r.height=o+"px",n.setAttribute("data-zr-dom-id",t)),n.width=a*i,n.height=o*i,n}function zi(t){if("string"==typeof t){var e=UM.get(t);return e&&e.image}return t}function Bi(t,e,i,n,a){if(t){if("string"==typeof t){if(e&&e.__zrImageSrc===t||!i)return e;var o=UM.get(t),r={hostEl:i,cb:n,cbPayload:a};return o?(e=o.image,!Gi(e)&&o.pending.push(r)):(e=new Image,e.onload=e.onerror=Vi,UM.put(t,e.__cachedImgObj={image:e,pending:[r]}),e.src=e.__zrImageSrc=t),e}return t}return e}function Vi(){var t=this.__cachedImgObj;this.onload=this.onerror=this.__cachedImgObj=null;for(var e=0;eo;o++)a=Math.max(tn(n[o],e).width,a);return YM>jM&&(YM=0,XM={}),YM++,XM[i]=a,a}function Hi(t,e,i,n,a,o,r,s){return r?Ui(t,e,i,n,a,o,r,s):Zi(t,e,i,n,a,o,s)}function Zi(t,e,i,n,a,o,r){var s=en(t,e,a,o,r),l=Wi(t,e);a&&(l+=a[1]+a[3]);var u=s.outerHeight,h=Xi(0,l,i),c=Yi(0,u,n),d=new Si(h,c,l,u);return d.lineHeight=s.lineHeight,d}function Ui(t,e,i,n,a,o,r,s){var l=nn(t,{rich:r,truncate:s,font:e,textAlign:i,textPadding:a,textLineHeight:o}),u=l.outerWidth,h=l.outerHeight,c=Xi(0,u,i),d=Yi(0,h,n);return new Si(c,d,u,h)}function Xi(t,e,i){return"right"===i?t-=e:"center"===i&&(t-=e/2),t}function Yi(t,e,i){return"middle"===i?t-=e/2:"bottom"===i&&(t-=e),t}function ji(t,e,i){var n=e.textPosition,a=e.textDistance,o=i.x,r=i.y;a=a||0;var s=i.height,l=i.width,u=s/2,h="left",c="top";switch(n){case"left":o-=a,r+=u,h="right",c="middle";break;case"right":o+=a+l,r+=u,c="middle";break;case"top":o+=l/2,r-=a,h="center",c="bottom";break;case"bottom":o+=l/2,r+=s+a,h="center";break;case"inside":o+=l/2,r+=u,h="center",c="middle";break;case"insideLeft":o+=a,r+=u,c="middle";break;case"insideRight":o+=l-a,r+=u,h="right",c="middle";break;case"insideTop":o+=l/2,r+=a,h="center";break;case"insideBottom":o+=l/2,r+=s-a,h="center",c="bottom";break;case"insideTopLeft":o+=a,r+=a;break;case"insideTopRight":o+=l-a,r+=a,h="right";break;case"insideBottomLeft":o+=a,r+=s-a,c="bottom";break;case"insideBottomRight":o+=l-a,r+=s-a,h="right",c="bottom"}return t=t||{},t.x=o,t.y=r,t.textAlign=h,t.textVerticalAlign=c,t}function qi(t,e,i,n,a){if(!e)return"";var o=(t+"").split("\n");a=Ki(e,i,n,a);for(var r=0,s=o.length;s>r;r++)o[r]=$i(o[r],a);return o.join("\n")}function Ki(t,e,i,n){n=r({},n),n.font=e;var i=C(i,"...");n.maxIterations=C(n.maxIterations,2);var a=n.minChar=C(n.minChar,0);n.cnCharWidth=Wi("国",e);var o=n.ascCharWidth=Wi("a",e);n.placeholder=C(n.placeholder,"");for(var s=t=Math.max(0,t-1),l=0;a>l&&s>=o;l++)s-=o;var u=Wi(i,e);return u>s&&(i="",u=0),s=t-u,n.ellipsis=i,n.ellipsisWidth=u,n.contentWidth=s,n.containerWidth=t,n}function $i(t,e){var i=e.containerWidth,n=e.font,a=e.contentWidth;if(!i)return"";var o=Wi(t,n);if(i>=o)return t;for(var r=0;;r++){if(a>=o||r>=e.maxIterations){t+=e.ellipsis;break}var s=0===r?Ji(t,a,e.ascCharWidth,e.cnCharWidth):o>0?Math.floor(t.length*a/o):0;t=t.substr(0,s),o=Wi(t,n)}return""===t&&(t=e.placeholder),t}function Ji(t,e,i,n){for(var a=0,o=0,r=t.length;r>o&&e>a;o++){var s=t.charCodeAt(o);a+=s>=0&&127>=s?i:n}return o}function Qi(t){return Wi("国",t)}function tn(t,e){return $M.measureText(t,e)}function en(t,e,i,n,a){null!=t&&(t+="");var o=C(n,Qi(e)),r=t?t.split("\n"):[],s=r.length*o,l=s,u=!0;if(i&&(l+=i[0]+i[2]),t&&a){u=!1;var h=a.outerHeight,c=a.outerWidth;if(null!=h&&l>h)t="",r=[];else if(null!=c)for(var d=Ki(c-(i?i[1]+i[3]:0),e,a.ellipsis,{minChar:a.minChar,placeholder:a.placeholder}),f=0,p=r.length;p>f;f++)r[f]=$i(r[f],d)}return{lines:r,height:s,outerHeight:l,lineHeight:o,canCacheByTextString:u}}function nn(t,e){var i={lines:[],width:0,height:0};if(null!=t&&(t+=""),!t)return i;for(var n,a=qM.lastIndex=0;null!=(n=qM.exec(t));){var o=n.index;o>a&&an(i,t.substring(a,o)),an(i,n[2],n[1]),a=qM.lastIndex}af)return{lines:[],width:0,height:0};x.textWidth=Wi(x.text,b);var M=_.textWidth,I=null==M||"auto"===M;if("string"==typeof M&&"%"===M.charAt(M.length-1))x.percentWidth=M,u.push(x),M=0;else{if(I){M=x.textWidth;var T=_.textBackgroundColor,A=T&&T.image;A&&(A=zi(A),Gi(A)&&(M=Math.max(M,A.width*S/A.height)))}var D=w?w[1]+w[3]:0;M+=D;var k=null!=d?d-v:null;null!=k&&M>k&&(!I||D>k?(x.text="",x.textWidth=M=0):(x.text=qi(x.text,k-D,b,c.ellipsis,{minChar:c.minChar}),x.textWidth=Wi(x.text,b),M=x.textWidth+D))}v+=x.width=M,_&&(m=Math.max(m,x.lineHeight))}g.width=v,g.lineHeight=m,s+=m,l=Math.max(l,v)}i.outerWidth=i.width=C(e.textWidth,l),i.outerHeight=i.height=C(e.textHeight,s),h&&(i.outerWidth+=h[1]+h[3],i.outerHeight+=h[0]+h[2]);for(var p=0;pl&&(r+=l,l=-l),0>u&&(s+=u,u=-u),"number"==typeof h?i=n=a=o=h:h instanceof Array?1===h.length?i=n=a=o=h[0]:2===h.length?(i=a=h[0],n=o=h[1]):3===h.length?(i=h[0],n=o=h[1],a=h[2]):(i=h[0],n=h[1],a=h[2],o=h[3]):i=n=a=o=0;var c;i+n>l&&(c=i+n,i*=l/c,n*=l/c),a+o>l&&(c=a+o,a*=l/c,o*=l/c),n+a>u&&(c=n+a,n*=u/c,a*=u/c),i+o>u&&(c=i+o,i*=u/c,o*=u/c),t.moveTo(r+i,s),t.lineTo(r+l-n,s),0!==n&&t.arc(r+l-n,s+n,n,-Math.PI/2,0),t.lineTo(r+l,s+u-a),0!==a&&t.arc(r+l-a,s+u-a,a,0,Math.PI/2),t.lineTo(r+o,s+u),0!==o&&t.arc(r+o,s+u-o,o,Math.PI/2,Math.PI),t.lineTo(r,s+i),0!==i&&t.arc(r+i,s+i,i,Math.PI,1.5*Math.PI)}function sn(t){return ln(t),f(t.rich,ln),t}function ln(t){if(t){t.font=on(t);var e=t.textAlign;"middle"===e&&(e="center"),t.textAlign=null==e||QM[e]?e:"left";var i=t.textVerticalAlign||t.textBaseline;"center"===i&&(i="middle"),t.textVerticalAlign=null==i||tI[i]?i:"top";var n=t.textPadding;n&&(t.textPadding=P(t.textPadding))}}function un(t,e,i,n,a,o){n.rich?cn(t,e,i,n,a,o):hn(t,e,i,n,a,o)}function hn(t,e,i,n,a,o){var r,s=gn(n),l=!1,u=e.__attrCachedBy===NM.PLAIN_TEXT;o!==RM?(o&&(r=o.style,l=!s&&u&&r),e.__attrCachedBy=s?NM.NONE:NM.PLAIN_TEXT):u&&(e.__attrCachedBy=NM.NONE);var h=n.font||JM;l&&h===(r.font||JM)||(e.font=h);var c=t.__computedFont;t.__styleFont!==h&&(t.__styleFont=h,c=t.__computedFont=e.font);var d=n.textPadding,f=n.textLineHeight,p=t.__textCotentBlock;(!p||t.__dirtyText)&&(p=t.__textCotentBlock=en(i,c,d,f,n.truncate));var g=p.outerHeight,m=p.lines,v=p.lineHeight,y=yn(nI,t,n,a),x=y.baseX,_=y.baseY,w=y.textAlign||"left",b=y.textVerticalAlign;fn(e,n,a,x,_);var S=Yi(_,g,b),M=x,I=S;if(s||d){var T=Wi(i,c),A=T;d&&(A+=d[1]+d[3]);var D=Xi(x,A,w);s&&mn(t,e,n,D,S,A,g),d&&(M=Sn(x,w,d),I+=d[0])}e.textAlign=w,e.textBaseline="middle",e.globalAlpha=n.opacity||1;for(var C=0;CT&&(_=b[T],!_.textAlign||"left"===_.textAlign);)pn(t,e,_,n,M,v,A,"left"),I-=_.width,A+=_.width,T++;for(;C>=0&&(_=b[C],"right"===_.textAlign);)pn(t,e,_,n,M,v,D,"right"),I-=_.width,D-=_.width,C--;for(A+=(o-(A-m)-(y-D)-I)/2;C>=T;)_=b[T],pn(t,e,_,n,M,v,A+_.width/2,"center"),A+=_.width,T++;v+=M}}function fn(t,e,i,n,a){if(i&&e.textRotation){var o=e.textOrigin;"center"===o?(n=i.width/2+i.x,a=i.height/2+i.y):o&&(n=o[0]+i.x,a=o[1]+i.y),t.translate(n,a),t.rotate(-e.textRotation),t.translate(-n,-a)}}function pn(t,e,i,n,a,o,r,s){var l=n.rich[i.styleName]||{};l.text=i.text;var u=i.textVerticalAlign,h=o+a/2;"top"===u?h=o+i.height/2:"bottom"===u&&(h=o+a-i.height/2),!i.isLineHolder&&gn(l)&&mn(t,e,l,"right"===s?r-i.width:"center"===s?r-i.width/2:r,h-i.height/2,i.width,i.height); +var c=i.textPadding;c&&(r=Sn(r,s,c),h-=i.height/2-c[2]-i.textHeight/2),xn(e,"shadowBlur",L(l.textShadowBlur,n.textShadowBlur,0)),xn(e,"shadowColor",l.textShadowColor||n.textShadowColor||"transparent"),xn(e,"shadowOffsetX",L(l.textShadowOffsetX,n.textShadowOffsetX,0)),xn(e,"shadowOffsetY",L(l.textShadowOffsetY,n.textShadowOffsetY,0)),xn(e,"textAlign",s),xn(e,"textBaseline","middle"),xn(e,"font",i.font||JM);var d=_n(l.textStroke||n.textStroke,p),f=wn(l.textFill||n.textFill),p=C(l.textStrokeWidth,n.textStrokeWidth);d&&(xn(e,"lineWidth",p),xn(e,"strokeStyle",d),e.strokeText(i.text,r,h)),f&&(xn(e,"fillStyle",f),e.fillText(i.text,r,h))}function gn(t){return!!(t.textBackgroundColor||t.textBorderWidth&&t.textBorderColor)}function mn(t,e,i,n,a,o,r){var s=i.textBackgroundColor,l=i.textBorderWidth,u=i.textBorderColor,h=b(s);if(xn(e,"shadowBlur",i.textBoxShadowBlur||0),xn(e,"shadowColor",i.textBoxShadowColor||"transparent"),xn(e,"shadowOffsetX",i.textBoxShadowOffsetX||0),xn(e,"shadowOffsetY",i.textBoxShadowOffsetY||0),h||l&&u){e.beginPath();var c=i.textBorderRadius;c?rn(e,{x:n,y:a,width:o,height:r,r:c}):e.rect(n,a,o,r),e.closePath()}if(h)if(xn(e,"fillStyle",s),null!=i.fillOpacity){var d=e.globalAlpha;e.globalAlpha=i.fillOpacity*i.opacity,e.fill(),e.globalAlpha=d}else e.fill();else if(S(s)){var f=s.image;f=Bi(f,null,t,vn,s),f&&Gi(f)&&e.drawImage(f,n,a,o,r)}if(l&&u)if(xn(e,"lineWidth",l),xn(e,"strokeStyle",u),null!=i.strokeOpacity){var d=e.globalAlpha;e.globalAlpha=i.strokeOpacity*i.opacity,e.stroke(),e.globalAlpha=d}else e.stroke()}function vn(t,e){e.image=t}function yn(t,e,i,n){var a=i.x||0,o=i.y||0,r=i.textAlign,s=i.textVerticalAlign;if(n){var l=i.textPosition;if(l instanceof Array)a=n.x+bn(l[0],n.width),o=n.y+bn(l[1],n.height);else{var u=e&&e.calculateTextPosition?e.calculateTextPosition(iI,i,n):ji(iI,i,n);a=u.x,o=u.y,r=r||u.textAlign,s=s||u.textVerticalAlign}var h=i.textOffset;h&&(a+=h[0],o+=h[1])}return t=t||{},t.baseX=a,t.baseY=o,t.textAlign=r,t.textVerticalAlign=s,t}function xn(t,e,i){return t[e]=EM(t,e,i),t[e]}function _n(t,e){return null==t||0>=e||"transparent"===t||"none"===t?null:t.image||t.colorStops?"#000":t}function wn(t){return null==t||"none"===t?null:t.image||t.colorStops?"#000":t}function bn(t,e){return"string"==typeof t?t.lastIndexOf("%")>=0?parseFloat(t)/100*e:parseFloat(t):t}function Sn(t,e,i){return"right"===e?t-i[1]:"center"===e?t+i[3]/2-i[1]/2:t+i[3]}function Mn(t,e){return null!=t&&(t||e.textBackgroundColor||e.textBorderWidth&&e.textBorderColor||e.textPadding)}function In(t){t=t||{},IM.call(this,t);for(var e in t)t.hasOwnProperty(e)&&"style"!==e&&(this[e]=t[e]);this.style=new BM(t.style,this),this._rect=null,this.__clipPaths=null}function Tn(t){In.call(this,t)}function An(t){return parseInt(t,10)}function Dn(t){return t?t.__builtin__?!0:"function"!=typeof t.resize||"function"!=typeof t.refresh?!1:!0:!1}function Cn(t,e,i){return hI.copy(t.getBoundingRect()),t.transform&&hI.applyTransform(t.transform),cI.width=e,cI.height=i,!hI.intersect(cI)}function Ln(t,e){if(t===e)return!1;if(!t||!e||t.length!==e.length)return!0;for(var i=0;in;n++){var o=i[n];!t.emphasis[e].hasOwnProperty(o)&&t[e].hasOwnProperty(o)&&(t.emphasis[e][o]=t[e][o])}}}function ta(t){return!CI(t)||LI(t)||t instanceof Date?t:t.value}function ea(t){return CI(t)&&!(t instanceof Array)}function ia(t,e){e=(e||[]).slice();var i=p(t||[],function(t){return{exist:t}});return DI(e,function(t,n){if(CI(t)){for(var a=0;a=i.length&&i.push({option:t})}}),i}function na(t){var e=B();DI(t,function(t){var i=t.exist;i&&e.set(i.id,t)}),DI(t,function(t){var i=t.option;O(!i||null==i.id||!e.get(i.id)||e.get(i.id)===t,"id duplicates: "+(i&&i.id)),i&&null!=i.id&&e.set(i.id,t),!t.keyInfo&&(t.keyInfo={})}),DI(t,function(t,i){var n=t.exist,a=t.option,o=t.keyInfo;if(CI(a)){if(o.name=null!=a.name?a.name+"":n?n.name:kI+i,n)o.id=n.id;else if(null!=a.id)o.id=a.id+"";else{var r=0;do o.id="\x00"+o.name+"\x00"+r++;while(e.get(o.id))}e.set(o.id,t)}})}function aa(t){var e=t.name;return!(!e||!e.indexOf(kI))}function oa(t){return CI(t)&&t.id&&0===(t.id+"").indexOf("\x00_ec_\x00")}function ra(t,e){function i(t,e,i){for(var n=0,a=t.length;a>n;n++)for(var o=t[n].seriesId,r=Jn(t[n].dataIndex),s=i&&i[o],l=0,u=r.length;u>l;l++){var h=r[l];s&&s[h]?s[h]=null:(e[o]||(e[o]={}))[h]=1}}function n(t,e){var i=[];for(var a in t)if(t.hasOwnProperty(a)&&null!=t[a])if(e)i.push(+a);else{var o=n(t[a],!0);o.length&&i.push({seriesId:a,dataIndex:o})}return i}var a={},o={};return i(t||[],a),i(e||[],o,a),[n(a),n(o)]}function sa(t,e){return null!=e.dataIndexInside?e.dataIndexInside:null!=e.dataIndex?_(e.dataIndex)?p(e.dataIndex,function(e){return t.indexOfRawIndex(e)}):t.indexOfRawIndex(e.dataIndex):null!=e.name?_(e.name)?p(e.name,function(e){return t.indexOfName(e)}):t.indexOfName(e.name):void 0}function la(){var t="__\x00ec_inner_"+OI++ +"_"+Math.random().toFixed(5);return function(e){return e[t]||(e[t]={})}}function ua(t,e,i){if(b(e)){var n={};n[e+"Index"]=0,e=n}var a=i&&i.defaultMainType;!a||ha(e,a+"Index")||ha(e,a+"Id")||ha(e,a+"Name")||(e[a+"Index"]=0);var o={};return DI(e,function(n,a){var n=e[a];if("dataIndex"===a||"dataIndexInside"===a)return void(o[a]=n);var r=a.match(/^(\w+)(Index|Id|Name)$/)||[],s=r[1],l=(r[2]||"").toLowerCase();if(!(!s||!l||null==n||"index"===l&&"none"===n||i&&i.includeMainTypes&&u(i.includeMainTypes,s)<0)){var h={mainType:s};("index"!==l||"all"!==n)&&(h[l]=n);var c=t.queryComponents(h);o[s+"Models"]=c,o[s+"Model"]=c[0]}}),o}function ha(t,e){return t&&t.hasOwnProperty(e)}function ca(t,e,i){t.setAttribute?t.setAttribute(e,i):t[e]=i}function da(t,e){return t.getAttribute?t.getAttribute(e):t[e]}function fa(t){return"auto"===t?mS.domSupported?"html":"richText":t||"html"}function pa(t,e){var i=B(),n=[];return f(t,function(t){var a=e(t);(i.get(a)||(n.push(a),i.set(a,[]))).push(t)}),{keys:n,buckets:i}}function ga(t){var e={main:"",sub:""};return t&&(t=t.split(EI),e.main=t[0]||"",e.sub=t[1]||""),e}function ma(t){O(/^[a-zA-Z0-9_]+([.][a-zA-Z0-9_]+)?$/.test(t),'componentType "'+t+'" illegal')}function va(t){t.$constructor=t,t.extend=function(t){var e=this,i=function(){t.$constructor?t.$constructor.apply(this,arguments):e.apply(this,arguments)};return r(i.prototype,t),i.extend=this.extend,i.superCall=xa,i.superApply=_a,h(i,this),i.superClass=e,i}}function ya(t){var e=["__\x00is_clz",RI++,Math.random().toFixed(3)].join("_");t.prototype[e]=!0,t.isInstance=function(t){return!(!t||!t[e])}}function xa(t,e){var i=k(arguments,2);return this.superClass.prototype[e].apply(t,i)}function _a(t,e,i){return this.superClass.prototype[e].apply(t,i)}function wa(t,e){function i(t){var e=n[t.main];return e&&e[NI]||(e=n[t.main]={},e[NI]=!0),e}e=e||{};var n={};if(t.registerClass=function(t,e){if(e)if(ma(e),e=ga(e),e.sub){if(e.sub!==NI){var a=i(e);a[e.sub]=t}}else n[e.main]=t;return t},t.getClass=function(t,e,i){var a=n[t];if(a&&a[NI]&&(a=e?a[e]:null),i&&!a)throw new Error(e?"Component "+t+"."+(e||"")+" not exists. Load it first.":t+".type should be specified.");return a},t.getClassesByMainType=function(t){t=ga(t);var e=[],i=n[t.main];return i&&i[NI]?f(i,function(t,i){i!==NI&&e.push(t)}):e.push(i),e},t.hasClass=function(t){return t=ga(t),!!n[t.main]},t.getAllClassMainTypes=function(){var t=[];return f(n,function(e,i){t.push(i)}),t},t.hasSubTypes=function(t){t=ga(t);var e=n[t.main];return e&&e[NI]},t.parseClassType=ga,e.registerWhenExtend){var a=t.extend;a&&(t.extend=function(e){var i=a.call(this,e);return t.registerClass(i,e.type)})}return t}function ba(t){return t>-ZI&&ZI>t}function Sa(t){return t>ZI||-ZI>t}function Ma(t,e,i,n,a){var o=1-a;return o*o*(o*t+3*a*e)+a*a*(a*n+3*o*i)}function Ia(t,e,i,n,a){var o=1-a;return 3*(((e-t)*o+2*(i-e)*a)*o+(n-i)*a*a)}function Ta(t,e,i,n,a,o){var r=n+3*(e-i)-t,s=3*(i-2*e+t),l=3*(e-t),u=t-a,h=s*s-3*r*l,c=s*l-9*r*u,d=l*l-3*s*u,f=0;if(ba(h)&&ba(c))if(ba(s))o[0]=0;else{var p=-l/s;p>=0&&1>=p&&(o[f++]=p)}else{var g=c*c-4*h*d;if(ba(g)){var m=c/h,p=-s/r+m,v=-m/2;p>=0&&1>=p&&(o[f++]=p),v>=0&&1>=v&&(o[f++]=v)}else if(g>0){var y=HI(g),x=h*s+1.5*r*(-c+y),_=h*s+1.5*r*(-c-y);x=0>x?-WI(-x,YI):WI(x,YI),_=0>_?-WI(-_,YI):WI(_,YI);var p=(-s-(x+_))/(3*r);p>=0&&1>=p&&(o[f++]=p)}else{var w=(2*h*s-3*r*c)/(2*HI(h*h*h)),b=Math.acos(w)/3,S=HI(h),M=Math.cos(b),p=(-s-2*S*M)/(3*r),v=(-s+S*(M+XI*Math.sin(b)))/(3*r),I=(-s+S*(M-XI*Math.sin(b)))/(3*r);p>=0&&1>=p&&(o[f++]=p),v>=0&&1>=v&&(o[f++]=v),I>=0&&1>=I&&(o[f++]=I)}}return f}function Aa(t,e,i,n,a){var o=6*i-12*e+6*t,r=9*e+3*n-3*t-9*i,s=3*e-3*t,l=0;if(ba(r)){if(Sa(o)){var u=-s/o;u>=0&&1>=u&&(a[l++]=u)}}else{var h=o*o-4*r*s;if(ba(h))a[0]=-o/(2*r);else if(h>0){var c=HI(h),u=(-o+c)/(2*r),d=(-o-c)/(2*r);u>=0&&1>=u&&(a[l++]=u),d>=0&&1>=d&&(a[l++]=d)}}return l}function Da(t,e,i,n,a,o){var r=(e-t)*a+t,s=(i-e)*a+e,l=(n-i)*a+i,u=(s-r)*a+r,h=(l-s)*a+s,c=(h-u)*a+u;o[0]=t,o[1]=r,o[2]=u,o[3]=c,o[4]=c,o[5]=h,o[6]=l,o[7]=n}function Ca(t,e,i,n,a,o,r,s,l,u,h){var c,d,f,p,g,m=.005,v=1/0;jI[0]=l,jI[1]=u;for(var y=0;1>y;y+=.05)qI[0]=Ma(t,i,a,r,y),qI[1]=Ma(e,n,o,s,y),p=NS(jI,qI),v>p&&(c=y,v=p);v=1/0;for(var x=0;32>x&&!(UI>m);x++)d=c-m,f=c+m,qI[0]=Ma(t,i,a,r,d),qI[1]=Ma(e,n,o,s,d),p=NS(qI,jI),d>=0&&v>p?(c=d,v=p):(KI[0]=Ma(t,i,a,r,f),KI[1]=Ma(e,n,o,s,f),g=NS(KI,jI),1>=f&&v>g?(c=f,v=g):m*=.5);return h&&(h[0]=Ma(t,i,a,r,c),h[1]=Ma(e,n,o,s,c)),HI(v)}function La(t,e,i,n){var a=1-n;return a*(a*t+2*n*e)+n*n*i}function ka(t,e,i,n){return 2*((1-n)*(e-t)+n*(i-e))}function Pa(t,e,i,n,a){var o=t-2*e+i,r=2*(e-t),s=t-n,l=0;if(ba(o)){if(Sa(r)){var u=-s/r;u>=0&&1>=u&&(a[l++]=u)}}else{var h=r*r-4*o*s;if(ba(h)){var u=-r/(2*o);u>=0&&1>=u&&(a[l++]=u)}else if(h>0){var c=HI(h),u=(-r+c)/(2*o),d=(-r-c)/(2*o);u>=0&&1>=u&&(a[l++]=u),d>=0&&1>=d&&(a[l++]=d)}}return l}function Oa(t,e,i){var n=t+i-2*e;return 0===n?.5:(t-e)/n}function Ea(t,e,i,n,a){var o=(e-t)*n+t,r=(i-e)*n+e,s=(r-o)*n+o;a[0]=t,a[1]=o,a[2]=s,a[3]=s,a[4]=r,a[5]=i}function Na(t,e,i,n,a,o,r,s,l){var u,h=.005,c=1/0;jI[0]=r,jI[1]=s;for(var d=0;1>d;d+=.05){qI[0]=La(t,i,a,d),qI[1]=La(e,n,o,d);var f=NS(jI,qI);c>f&&(u=d,c=f)}c=1/0;for(var p=0;32>p&&!(UI>h);p++){var g=u-h,m=u+h;qI[0]=La(t,i,a,g),qI[1]=La(e,n,o,g);var f=NS(qI,jI);if(g>=0&&c>f)u=g,c=f;else{KI[0]=La(t,i,a,m),KI[1]=La(e,n,o,m);var v=NS(KI,jI);1>=m&&c>v?(u=m,c=v):h*=.5}}return l&&(l[0]=La(t,i,a,u),l[1]=La(e,n,o,u)),HI(c)}function Ra(t,e,i){if(0!==t.length){var n,a=t[0],o=a[0],r=a[0],s=a[1],l=a[1];for(n=1;nh;h++){var p=d(t,i,a,r,oT[h]);l[0]=$I(p,l[0]),u[0]=JI(p,u[0])}for(f=c(e,n,o,s,rT),h=0;f>h;h++){var g=d(e,n,o,s,rT[h]);l[1]=$I(g,l[1]),u[1]=JI(g,u[1])}l[0]=$I(t,l[0]),u[0]=JI(t,u[0]),l[0]=$I(r,l[0]),u[0]=JI(r,u[0]),l[1]=$I(e,l[1]),u[1]=JI(e,u[1]),l[1]=$I(s,l[1]),u[1]=JI(s,u[1])}function Va(t,e,i,n,a,o,r,s){var l=Oa,u=La,h=JI($I(l(t,i,a),1),0),c=JI($I(l(e,n,o),1),0),d=u(t,i,a,h),f=u(e,n,o,c);r[0]=$I(t,a,d),r[1]=$I(e,o,f),s[0]=JI(t,a,d),s[1]=JI(e,o,f)}function Ga(t,e,i,n,a,o,r,s,l){var u=re,h=se,c=Math.abs(a-o);if(1e-4>c%eT&&c>1e-4)return s[0]=t-i,s[1]=e-n,l[0]=t+i,void(l[1]=e+n);if(iT[0]=tT(a)*i+t,iT[1]=QI(a)*n+e,nT[0]=tT(o)*i+t,nT[1]=QI(o)*n+e,u(s,iT,nT),h(l,iT,nT),a%=eT,0>a&&(a+=eT),o%=eT,0>o&&(o+=eT),a>o&&!r?o+=eT:o>a&&r&&(a+=eT),r){var d=o;o=a,a=d}for(var f=0;o>f;f+=Math.PI/2)f>a&&(aT[0]=tT(f)*i+t,aT[1]=QI(f)*n+e,u(s,aT,s),h(l,aT,l))}function Fa(t,e,i,n,a,o,r){if(0===a)return!1;var s=a,l=0,u=t;if(r>e+s&&r>n+s||e-s>r&&n-s>r||o>t+s&&o>i+s||t-s>o&&i-s>o)return!1;if(t===i)return Math.abs(o-t)<=s/2;l=(e-n)/(t-i),u=(t*n-i*e)/(t-i);var h=l*o-r+u,c=h*h/(l*l+1);return s/2*s/2>=c}function Wa(t,e,i,n,a,o,r,s,l,u,h){if(0===l)return!1;var c=l;if(h>e+c&&h>n+c&&h>o+c&&h>s+c||e-c>h&&n-c>h&&o-c>h&&s-c>h||u>t+c&&u>i+c&&u>a+c&&u>r+c||t-c>u&&i-c>u&&a-c>u&&r-c>u)return!1;var d=Ca(t,e,i,n,a,o,r,s,u,h,null);return c/2>=d}function Ha(t,e,i,n,a,o,r,s,l){if(0===r)return!1;var u=r;if(l>e+u&&l>n+u&&l>o+u||e-u>l&&n-u>l&&o-u>l||s>t+u&&s>i+u&&s>a+u||t-u>s&&i-u>s&&a-u>s)return!1;var h=Na(t,e,i,n,a,o,s,l,null);return u/2>=h}function Za(t){return t%=_T,0>t&&(t+=_T),t}function Ua(t,e,i,n,a,o,r,s,l){if(0===r)return!1;var u=r;s-=t,l-=e;var h=Math.sqrt(s*s+l*l);if(h-u>i||i>h+u)return!1;if(Math.abs(n-a)%wT<1e-4)return!0;if(o){var c=n;n=Za(a),a=Za(c)}else n=Za(n),a=Za(a);n>a&&(a+=wT);var d=Math.atan2(l,s);return 0>d&&(d+=wT),d>=n&&a>=d||d+wT>=n&&a>=d+wT}function Xa(t,e,i,n,a,o){if(o>e&&o>n||e>o&&n>o)return 0;if(n===e)return 0;var r=e>n?1:-1,s=(o-e)/(n-e);(1===s||0===s)&&(r=e>n?.5:-.5);var l=s*(i-t)+t;return l===a?1/0:l>a?r:0}function Ya(t,e){return Math.abs(t-e)e&&u>n&&u>o&&u>s||e>u&&n>u&&o>u&&s>u)return 0;var h=Ta(e,n,o,s,u,IT);if(0===h)return 0;for(var c,d,f=0,p=-1,g=0;h>g;g++){var m=IT[g],v=0===m||1===m?.5:1,y=Ma(t,i,a,r,m);l>y||(0>p&&(p=Aa(e,n,o,s,TT),TT[1]1&&ja(),c=Ma(e,n,o,s,TT[0]),p>1&&(d=Ma(e,n,o,s,TT[1]))),f+=2===p?mc?v:-v:md?v:-v:d>s?v:-v:mc?v:-v:c>s?v:-v)}return f}function Ka(t,e,i,n,a,o,r,s){if(s>e&&s>n&&s>o||e>s&&n>s&&o>s)return 0;var l=Pa(e,n,o,s,IT);if(0===l)return 0;var u=Oa(e,n,o);if(u>=0&&1>=u){for(var h=0,c=La(e,n,o,u),d=0;l>d;d++){var f=0===IT[d]||1===IT[d]?.5:1,p=La(t,i,a,IT[d]);r>p||(h+=IT[d]c?f:-f:c>o?f:-f)}return h}var f=0===IT[0]||1===IT[0]?.5:1,p=La(t,i,a,IT[0]);return r>p?0:e>o?f:-f}function $a(t,e,i,n,a,o,r,s){if(s-=e,s>i||-i>s)return 0;var l=Math.sqrt(i*i-s*s);IT[0]=-l,IT[1]=l;var u=Math.abs(n-a);if(1e-4>u)return 0;if(1e-4>u%ST){n=0,a=ST;var h=o?1:-1;return r>=IT[0]+t&&r<=IT[1]+t?h:0}if(o){var l=n;n=Za(a),a=Za(l)}else n=Za(n),a=Za(a);n>a&&(a+=ST);for(var c=0,d=0;2>d;d++){var f=IT[d];if(f+t>r){var p=Math.atan2(s,f),h=o?1:-1;0>p&&(p=ST+p),(p>=n&&a>=p||p+ST>=n&&a>=p+ST)&&(p>Math.PI/2&&p<1.5*Math.PI&&(h=-h),c+=h)}}return c}function Ja(t,e,i,n,a){for(var o=0,r=0,s=0,l=0,u=0,h=0;h1&&(i||(o+=Xa(r,s,l,u,n,a))),1===h&&(r=t[h],s=t[h+1],l=r,u=s),c){case bT.M:l=t[h++],u=t[h++],r=l,s=u;break;case bT.L:if(i){if(Fa(r,s,t[h],t[h+1],e,n,a))return!0}else o+=Xa(r,s,t[h],t[h+1],n,a)||0;r=t[h++],s=t[h++];break;case bT.C:if(i){if(Wa(r,s,t[h++],t[h++],t[h++],t[h++],t[h],t[h+1],e,n,a))return!0}else o+=qa(r,s,t[h++],t[h++],t[h++],t[h++],t[h],t[h+1],n,a)||0;r=t[h++],s=t[h++];break;case bT.Q:if(i){if(Ha(r,s,t[h++],t[h++],t[h],t[h+1],e,n,a))return!0}else o+=Ka(r,s,t[h++],t[h++],t[h],t[h+1],n,a)||0;r=t[h++],s=t[h++];break;case bT.A:var d=t[h++],f=t[h++],p=t[h++],g=t[h++],m=t[h++],v=t[h++];h+=1;var y=1-t[h++],x=Math.cos(m)*p+d,_=Math.sin(m)*g+f;h>1?o+=Xa(r,s,x,_,n,a):(l=x,u=_);var w=(n-d)*g/p+d;if(i){if(Ua(d,f,g,m,m+v,y,e,w,a))return!0}else o+=$a(d,f,g,m,m+v,y,w,a);r=Math.cos(m+v)*p+d,s=Math.sin(m+v)*g+f;break;case bT.R:l=r=t[h++],u=s=t[h++];var b=t[h++],S=t[h++],x=l+b,_=u+S;if(i){if(Fa(l,u,x,u,e,n,a)||Fa(x,u,x,_,e,n,a)||Fa(x,_,l,_,e,n,a)||Fa(l,_,l,u,e,n,a))return!0}else o+=Xa(x,u,x,_,n,a),o+=Xa(l,_,l,u,n,a);break;case bT.Z:if(i){if(Fa(r,s,l,u,e,n,a))return!0}else o+=Xa(r,s,l,u,n,a);r=l,s=u}}return i||Ya(s,u)||(o+=Xa(r,s,l,u,n,a)||0),0!==o}function Qa(t,e,i){return Ja(t,0,!1,e,i)}function to(t,e,i,n){return Ja(t,e,!0,i,n)}function eo(t){In.call(this,t),this.path=null}function io(t,e,i,n,a,o,r,s,l,u,h){var c=l*(BT/180),d=zT(c)*(t-i)/2+RT(c)*(e-n)/2,f=-1*RT(c)*(t-i)/2+zT(c)*(e-n)/2,p=d*d/(r*r)+f*f/(s*s);p>1&&(r*=NT(p),s*=NT(p));var g=(a===o?-1:1)*NT((r*r*s*s-r*r*f*f-s*s*d*d)/(r*r*f*f+s*s*d*d))||0,m=g*r*f/s,v=g*-s*d/r,y=(t+i)/2+zT(c)*m-RT(c)*v,x=(e+n)/2+RT(c)*m+zT(c)*v,_=FT([1,0],[(d-m)/r,(f-v)/s]),w=[(d-m)/r,(f-v)/s],b=[(-1*d-m)/r,(-1*f-v)/s],S=FT(w,b);GT(w,b)<=-1&&(S=BT),GT(w,b)>=1&&(S=0),0===o&&S>0&&(S-=2*BT),1===o&&0>S&&(S+=2*BT),h.addData(u,y,x,r,s,_,S,c,o)}function no(t){if(!t)return new xT;for(var e,i=0,n=0,a=i,o=n,r=new xT,s=xT.CMD,l=t.match(WT),u=0;ug;g++)f[g]=parseFloat(f[g]);for(var m=0;p>m;){var v,y,x,_,w,b,S,M=i,I=n;switch(d){case"l":i+=f[m++],n+=f[m++],h=s.L,r.addData(h,i,n);break;case"L":i=f[m++],n=f[m++],h=s.L,r.addData(h,i,n);break;case"m":i+=f[m++],n+=f[m++],h=s.M,r.addData(h,i,n),a=i,o=n,d="l";break;case"M":i=f[m++],n=f[m++],h=s.M,r.addData(h,i,n),a=i,o=n,d="L";break;case"h":i+=f[m++],h=s.L,r.addData(h,i,n);break;case"H":i=f[m++],h=s.L,r.addData(h,i,n);break;case"v":n+=f[m++],h=s.L,r.addData(h,i,n);break;case"V":n=f[m++],h=s.L,r.addData(h,i,n);break;case"C":h=s.C,r.addData(h,f[m++],f[m++],f[m++],f[m++],f[m++],f[m++]),i=f[m-2],n=f[m-1];break;case"c":h=s.C,r.addData(h,f[m++]+i,f[m++]+n,f[m++]+i,f[m++]+n,f[m++]+i,f[m++]+n),i+=f[m-2],n+=f[m-1];break;case"S":v=i,y=n;var T=r.len(),A=r.data;e===s.C&&(v+=i-A[T-4],y+=n-A[T-3]),h=s.C,M=f[m++],I=f[m++],i=f[m++],n=f[m++],r.addData(h,v,y,M,I,i,n);break;case"s":v=i,y=n;var T=r.len(),A=r.data;e===s.C&&(v+=i-A[T-4],y+=n-A[T-3]),h=s.C,M=i+f[m++],I=n+f[m++],i+=f[m++],n+=f[m++],r.addData(h,v,y,M,I,i,n);break;case"Q":M=f[m++],I=f[m++],i=f[m++],n=f[m++],h=s.Q,r.addData(h,M,I,i,n);break;case"q":M=f[m++]+i,I=f[m++]+n,i+=f[m++],n+=f[m++],h=s.Q,r.addData(h,M,I,i,n);break;case"T":v=i,y=n;var T=r.len(),A=r.data;e===s.Q&&(v+=i-A[T-4],y+=n-A[T-3]),i=f[m++],n=f[m++],h=s.Q,r.addData(h,v,y,i,n);break;case"t":v=i,y=n;var T=r.len(),A=r.data;e===s.Q&&(v+=i-A[T-4],y+=n-A[T-3]),i+=f[m++],n+=f[m++],h=s.Q,r.addData(h,v,y,i,n);break;case"A":x=f[m++],_=f[m++],w=f[m++],b=f[m++],S=f[m++],M=i,I=n,i=f[m++],n=f[m++],h=s.A,io(M,I,i,n,b,S,x,_,w,h,r);break;case"a":x=f[m++],_=f[m++],w=f[m++],b=f[m++],S=f[m++],M=i,I=n,i+=f[m++],n+=f[m++],h=s.A,io(M,I,i,n,b,S,x,_,w,h,r)}}("z"===d||"Z"===d)&&(h=s.Z,r.addData(h),i=a,n=o),e=h}return r.toStatic(),r}function ao(t,e){var i=no(t);return e=e||{},e.buildPath=function(t){if(t.setData){t.setData(i.data);var e=t.getContext();e&&t.rebuildPath(e)}else{var e=t;i.rebuildPath(e)}},e.applyTransform=function(t){ET(i,t),this.dirty(!0)},e}function oo(t,e){return new eo(ao(t,e))}function ro(t,e){return eo.extend(ao(t,e))}function so(t,e){for(var i=[],n=t.length,a=0;n>a;a++){var o=t[a];o.path||o.createPathProxy(),o.__dirtyPath&&o.buildPath(o.path,o.shape,!0),i.push(o.path)}var r=new eo(e);return r.createPathProxy(),r.buildPath=function(t){t.appendPath(i);var e=t.getContext();e&&t.rebuildPath(e)},r}function lo(t,e,i,n,a,o,r){var s=.5*(i-t),l=.5*(n-e);return(2*(e-i)+s+l)*r+(-3*(e-i)-2*s-l)*o+s*a+e}function uo(t,e,i){var n=e.points,a=e.smooth;if(n&&n.length>=2){if(a&&"spline"!==a){var o=$T(n,a,i,e.smoothConstraint);t.moveTo(n[0][0],n[0][1]);for(var r=n.length,s=0;(i?r:r-1)>s;s++){var l=o[2*s],u=o[2*s+1],h=n[(s+1)%r];t.bezierCurveTo(l[0],l[1],u[0],u[1],h[0],h[1])}}else{"spline"===a&&(n=KT(n,i)),t.moveTo(n[0][0],n[0][1]);for(var s=1,c=n.length;c>s;s++)t.lineTo(n[s][0],n[s][1])}i&&t.closePath()}}function ho(t,e,i){var n=i&&i.lineWidth;if(e&&n){var a=e.x1,o=e.x2,r=e.y1,s=e.y2;tA(2*a)===tA(2*o)?t.x1=t.x2=fo(a,n,!0):(t.x1=a,t.x2=o),tA(2*r)===tA(2*s)?t.y1=t.y2=fo(r,n,!0):(t.y1=r,t.y2=s)}}function co(t,e,i){var n=i&&i.lineWidth;if(e&&n){var a=e.x,o=e.y,r=e.width,s=e.height;t.x=fo(a,n,!0),t.y=fo(o,n,!0),t.width=Math.max(fo(a+r,n,!1)-t.x,0===r?0:1),t.height=Math.max(fo(o+s,n,!1)-t.y,0===s?0:1)}}function fo(t,e,i){var n=tA(2*t);return(n+tA(e))%2===0?n/2:(n+(i?1:-1))/2}function po(t,e,i){var n=t.cpx2,a=t.cpy2;return null===n||null===a?[(i?Ia:Ma)(t.x1,t.cpx1,t.cpx2,t.x2,e),(i?Ia:Ma)(t.y1,t.cpy1,t.cpy2,t.y2,e)]:[(i?ka:La)(t.x1,t.cpx1,t.x2,e),(i?ka:La)(t.y1,t.cpy1,t.y2,e)]}function go(t){In.call(this,t),this._displayables=[],this._temporaryDisplayables=[],this._cursor=0,this.notClear=!0}function mo(t){return eo.extend(t)}function vo(t,e){return ro(t,e)}function yo(t,e){bA[t]=e}function xo(t){return bA.hasOwnProperty(t)?bA[t]:void 0}function _o(t,e,i,n){var a=oo(t,e);return i&&("center"===n&&(i=bo(i,a.getBoundingRect())),So(a,i)),a}function wo(t,e,i){var n=new Tn({style:{image:t,x:e.x,y:e.y,width:e.width,height:e.height},onload:function(t){if("center"===i){var a={width:t.width,height:t.height};n.setStyle(bo(e,a))}}});return n}function bo(t,e){var i,n=e.width/e.height,a=t.height*n;a<=t.width?i=t.height:(a=t.width,i=a/n);var o=t.x+t.width/2,r=t.y+t.height/2;return{x:o-a/2,y:r-i/2,width:a,height:i}}function So(t,e){if(t.applyTransform){var i=t.getBoundingRect(),n=i.calculateTransform(e);t.applyTransform(n)}}function Mo(t){return ho(t.shape,t.shape,t.style),t}function Io(t){return co(t.shape,t.shape,t.style),t}function To(t){return null!=t&&"none"!==t}function Ao(t){if("string"!=typeof t)return t;var e=IA.get(t);return e||(e=ti(t,-.1),1e4>TA&&(IA.set(t,e),TA++)),e}function Do(t){if(t.__hoverStlDirty){t.__hoverStlDirty=!1;var e=t.__hoverStl;if(!e)return void(t.__cachedNormalStl=t.__cachedNormalZ2=null);var i=t.__cachedNormalStl={};t.__cachedNormalZ2=t.z2;var n=t.style;for(var a in e)null!=e[a]&&(i[a]=n[a]);i.fill=n.fill,i.stroke=n.stroke}}function Co(t){var e=t.__hoverStl;if(e&&!t.__highlighted){var i=t.__zr,n=t.useHoverLayer&&i&&"canvas"===i.painter.type;if(t.__highlighted=n?"layer":"plain",!(t.isGroup||!i&&t.useHoverLayer)){var a=t,o=t.style;n&&(a=i.addHover(t),o=a.style),Jo(o),n||Do(a),o.extendFrom(e),Lo(o,e,"fill"),Lo(o,e,"stroke"),$o(o),n||(t.dirty(!1),t.z2+=mA)}}}function Lo(t,e,i){!To(e[i])&&To(t[i])&&(t[i]=Ao(t[i]))}function ko(t){var e=t.__highlighted;if(e&&(t.__highlighted=!1,!t.isGroup))if("layer"===e)t.__zr&&t.__zr.removeHover(t);else{var i=t.style,n=t.__cachedNormalStl;n&&(Jo(i),t.setStyle(n),$o(i));var a=t.__cachedNormalZ2;null!=a&&t.z2-a===mA&&(t.z2=a)}}function Po(t,e,i){var n,a=xA,o=xA;t.__highlighted&&(a=yA,n=!0),e(t,i),t.__highlighted&&(o=yA,n=!0),t.isGroup&&t.traverse(function(t){!t.isGroup&&e(t,i)}),n&&t.__highDownOnUpdate&&t.__highDownOnUpdate(a,o)}function Oo(t,e){e=t.__hoverStl=e!==!1&&(t.hoverStyle||e||{}),t.__hoverStlDirty=!0,t.__highlighted&&(t.__cachedNormalStl=null,ko(t),Co(t))}function Eo(t){!Bo(this,t)&&!this.__highByOuter&&Po(this,Co)}function No(t){!Bo(this,t)&&!this.__highByOuter&&Po(this,ko)}function Ro(t){this.__highByOuter|=1<<(t||0),Po(this,Co)}function zo(t){!(this.__highByOuter&=~(1<<(t||0)))&&Po(this,ko)}function Bo(t,e){return t.__highDownSilentOnTouch&&e.zrByTouch}function Vo(t,e){Go(t,!0),Po(t,Oo,e)}function Go(t,e){var i=e===!1;if(t.__highDownSilentOnTouch=t.highDownSilentOnTouch,t.__highDownOnUpdate=t.highDownOnUpdate,!i||t.__highDownDispatcher){var n=i?"off":"on";t[n]("mouseover",Eo)[n]("mouseout",No),t[n]("emphasis",Ro)[n]("normal",zo),t.__highByOuter=t.__highByOuter||0,t.__highDownDispatcher=!i}}function Fo(t){return!(!t||!t.__highDownDispatcher)}function Wo(t){var e=wA[t];return null==e&&32>=_A&&(e=wA[t]=_A++),e}function Ho(t,e,i,n,a,o,r){a=a||gA;var s,l=a.labelFetcher,u=a.labelDataIndex,h=a.labelDimIndex,c=i.getShallow("show"),d=n.getShallow("show");(c||d)&&(l&&(s=l.getFormattedLabel(u,"normal",null,h)),null==s&&(s=w(a.defaultText)?a.defaultText(u,a):a.defaultText));var f=c?s:null,p=d?C(l?l.getFormattedLabel(u,"emphasis",null,h):null,s):null;(null!=f||null!=p)&&(Uo(t,i,o,a),Uo(e,n,r,a,!0)),t.text=f,e.text=p}function Zo(t,e,i){var n=t.style;e&&(Jo(n),t.setStyle(e),$o(n)),n=t.__hoverStl,i&&n&&(Jo(n),r(n,i),$o(n))}function Uo(t,e,i,n,a){return Yo(t,e,n,a),i&&r(t,i),t}function Xo(t,e,i){var n,a={isRectText:!0};i===!1?n=!0:a.autoColor=i,Yo(t,e,a,n)}function Yo(t,e,i,n){if(i=i||gA,i.isRectText){var a;i.getTextPosition?a=i.getTextPosition(e,n):(a=e.getShallow("position")||(n?null:"inside"),"outside"===a&&(a="top")),t.textPosition=a,t.textOffset=e.getShallow("offset");var o=e.getShallow("rotate");null!=o&&(o*=Math.PI/180),t.textRotation=o,t.textDistance=C(e.getShallow("distance"),n?null:5)}var r,s=e.ecModel,l=s&&s.option.textStyle,u=jo(e);if(u){r={};for(var h in u)if(u.hasOwnProperty(h)){var c=e.getModel(["rich",h]);qo(r[h]={},c,l,i,n)}}return t.rich=r,qo(t,e,l,i,n,!0),i.forceRich&&!i.textStyle&&(i.textStyle={}),t}function jo(t){for(var e;t&&t!==t.ecModel;){var i=(t.option||gA).rich;if(i){e=e||{};for(var n in i)i.hasOwnProperty(n)&&(e[n]=1)}t=t.parentModel}return e}function qo(t,e,i,n,a,o){i=!a&&i||gA,t.textFill=Ko(e.getShallow("color"),n)||i.color,t.textStroke=Ko(e.getShallow("textBorderColor"),n)||i.textBorderColor,t.textStrokeWidth=C(e.getShallow("textBorderWidth"),i.textBorderWidth),a||(o&&(t.insideRollbackOpt=n,$o(t)),null==t.textFill&&(t.textFill=n.autoColor)),t.fontStyle=e.getShallow("fontStyle")||i.fontStyle,t.fontWeight=e.getShallow("fontWeight")||i.fontWeight,t.fontSize=e.getShallow("fontSize")||i.fontSize,t.fontFamily=e.getShallow("fontFamily")||i.fontFamily,t.textAlign=e.getShallow("align"),t.textVerticalAlign=e.getShallow("verticalAlign")||e.getShallow("baseline"),t.textLineHeight=e.getShallow("lineHeight"),t.textWidth=e.getShallow("width"),t.textHeight=e.getShallow("height"),t.textTag=e.getShallow("tag"),o&&n.disableBox||(t.textBackgroundColor=Ko(e.getShallow("backgroundColor"),n),t.textPadding=e.getShallow("padding"),t.textBorderColor=Ko(e.getShallow("borderColor"),n),t.textBorderWidth=e.getShallow("borderWidth"),t.textBorderRadius=e.getShallow("borderRadius"),t.textBoxShadowColor=e.getShallow("shadowColor"),t.textBoxShadowBlur=e.getShallow("shadowBlur"),t.textBoxShadowOffsetX=e.getShallow("shadowOffsetX"),t.textBoxShadowOffsetY=e.getShallow("shadowOffsetY")),t.textShadowColor=e.getShallow("textShadowColor")||i.textShadowColor,t.textShadowBlur=e.getShallow("textShadowBlur")||i.textShadowBlur,t.textShadowOffsetX=e.getShallow("textShadowOffsetX")||i.textShadowOffsetX,t.textShadowOffsetY=e.getShallow("textShadowOffsetY")||i.textShadowOffsetY}function Ko(t,e){return"auto"!==t?t:e&&e.autoColor?e.autoColor:null}function $o(t){var e,i=t.textPosition,n=t.insideRollbackOpt;if(n&&null==t.textFill){var a=n.autoColor,o=n.isRectText,r=n.useInsideStyle,s=r!==!1&&(r===!0||o&&i&&"string"==typeof i&&i.indexOf("inside")>=0),l=!s&&null!=a;(s||l)&&(e={textFill:t.textFill,textStroke:t.textStroke,textStrokeWidth:t.textStrokeWidth}),s&&(t.textFill="#fff",null==t.textStroke&&(t.textStroke=a,null==t.textStrokeWidth&&(t.textStrokeWidth=2))),l&&(t.textFill=a)}t.insideRollback=e}function Jo(t){var e=t.insideRollback;e&&(t.textFill=e.textFill,t.textStroke=e.textStroke,t.textStrokeWidth=e.textStrokeWidth,t.insideRollback=null)}function Qo(t,e){var i=e&&e.getModel("textStyle");return E([t.fontStyle||i&&i.getShallow("fontStyle")||"",t.fontWeight||i&&i.getShallow("fontWeight")||"",(t.fontSize||i&&i.getShallow("fontSize")||12)+"px",t.fontFamily||i&&i.getShallow("fontFamily")||"sans-serif"].join(" "))}function tr(t,e,i,n,a,o){"function"==typeof a&&(o=a,a=null);var r=n&&n.isAnimationEnabled();if(r){var s=t?"Update":"",l=n.getShallow("animationDuration"+s),u=n.getShallow("animationEasing"+s),h=n.getShallow("animationDelay"+s);"function"==typeof h&&(h=h(a,n.getAnimationDelayParams?n.getAnimationDelayParams(e,a):null)),"function"==typeof l&&(l=l(a)),l>0?e.animateTo(i,l,h||0,u,o,!!o):(e.stopAnimation(),e.attr(i),o&&o())}else e.stopAnimation(),e.attr(i),o&&o()}function er(t,e,i,n,a){tr(!0,t,e,i,n,a)}function ir(t,e,i,n,a){tr(!1,t,e,i,n,a)}function nr(t,e){for(var i=ke([]);t&&t!==e;)Oe(i,t.getLocalTransform(),i),t=t.parent;return i}function ar(t,e,i){return e&&!d(e)&&(e=tM.getLocalTransform(e)),i&&(e=ze([],e)),oe([],t,e)}function or(t,e,i){var n=0===e[4]||0===e[5]||0===e[0]?1:Math.abs(2*e[4]/e[0]),a=0===e[4]||0===e[5]||0===e[2]?1:Math.abs(2*e[4]/e[2]),o=["left"===t?-n:"right"===t?n:0,"top"===t?-a:"bottom"===t?a:0];return o=ar(o,e,i),Math.abs(o[0])>Math.abs(o[1])?o[0]>0?"right":"left":o[1]>0?"bottom":"top"}function rr(t,e,i){function n(t){var e={};return t.traverse(function(t){!t.isGroup&&t.anid&&(e[t.anid]=t)}),e}function a(t){var e={position:H(t.position),rotation:t.rotation};return t.shape&&(e.shape=r({},t.shape)),e}if(t&&e){var o=n(t);e.traverse(function(t){if(!t.isGroup&&t.anid){var e=o[t.anid];if(e){var n=a(t);t.attr(a(e)),er(t,n,i,t.dataIndex)}}})}}function sr(t,e){return p(t,function(t){var i=t[0];i=fA(i,e.x),i=pA(i,e.x+e.width);var n=t[1];return n=fA(n,e.y),n=pA(n,e.y+e.height),[i,n]})}function lr(t,e){var i=fA(t.x,e.x),n=pA(t.x+t.width,e.x+e.width),a=fA(t.y,e.y),o=pA(t.y+t.height,e.y+e.height);return n>=i&&o>=a?{x:i,y:a,width:n-i,height:o-a}:void 0}function ur(t,e,i){e=r({rectHover:!0},e);var n=e.style={strokeNoScale:!0};return i=i||{x:-1,y:-1,width:2,height:2},t?0===t.indexOf("image://")?(n.image=t.slice(8),s(n,i),new Tn(e)):_o(t.replace("path://",""),e,i,"center"):void 0}function hr(t,e,i,n,a){for(var o=0,r=a[a.length-1];og||g>1)return!1;var m=dr(f,p,h,c)/d;return 0>m||m>1?!1:!0}function dr(t,e,i,n){return t*n-i*e}function fr(t){return 1e-6>=t&&t>=-1e-6}function pr(t,e,i){this.parentModel=e,this.ecModel=i,this.option=t}function gr(t,e,i){for(var n=0;n=0&&i.push(t)}),i}t.topologicalTravel=function(t,e,n,a){function o(t){l[t].entryCount--,0===l[t].entryCount&&u.push(t)}function r(t){h[t]=!0,o(t)}if(t.length){var s=i(e),l=s.graph,u=s.noEntryList,h={};for(f(t,function(t){h[t]=!0});u.length;){var c=u.pop(),d=l[c],p=!!h[c];p&&(n.call(a,c,d.originalDeps.slice()),delete h[c]),f(d.successor,p?r:o)}f(h,function(){throw new Error("Circle dependency may exists")})}}}function _r(t){return t.replace(/^\s+|\s+$/g,"")}function wr(t,e,i,n){var a=e[1]-e[0],o=i[1]-i[0];if(0===a)return 0===o?i[0]:(i[0]+i[1])/2;if(n)if(a>0){if(t<=e[0])return i[0];if(t>=e[1])return i[1]}else{if(t>=e[0])return i[0];if(t<=e[1])return i[1]}else{if(t===e[0])return i[0];if(t===e[1])return i[1]}return(t-e[0])/a*o+i[0]}function br(t,e){switch(t){case"center":case"middle":t="50%";break;case"left":case"top":t="0%";break;case"right":case"bottom":t="100%"}return"string"==typeof t?_r(t).match(/%$/)?parseFloat(t)/100*e:parseFloat(t):null==t?0/0:+t}function Sr(t,e,i){return null==e&&(e=10),e=Math.min(Math.max(0,e),20),t=(+t).toFixed(e),i?t:+t}function Mr(t){return t.sort(function(t,e){return t-e}),t}function Ir(t){if(t=+t,isNaN(t))return 0;for(var e=1,i=0;Math.round(t*e)/e!==t;)e*=10,i++;return i}function Tr(t){var e=t.toString(),i=e.indexOf("e");if(i>0){var n=+e.slice(i+1);return 0>n?-n:0}var a=e.indexOf(".");return 0>a?0:e.length-1-a}function Ar(t,e){var i=Math.log,n=Math.LN10,a=Math.floor(i(t[1]-t[0])/n),o=Math.round(i(Math.abs(e[1]-e[0]))/n),r=Math.min(Math.max(-a+o,0),20);return isFinite(r)?r:20}function Dr(t,e,i){if(!t[e])return 0;var n=g(t,function(t,e){return t+(isNaN(e)?0:e)},0);if(0===n)return 0;for(var a=Math.pow(10,i),o=p(t,function(t){return(isNaN(t)?0:t)/n*a*100}),r=100*a,s=p(o,function(t){return Math.floor(t)}),l=g(s,function(t,e){return t+e},0),u=p(o,function(t,e){return t-s[e]});r>l;){for(var h=Number.NEGATIVE_INFINITY,c=null,d=0,f=u.length;f>d;++d)u[d]>h&&(h=u[d],c=d);++s[c],u[c]=0,++l}return s[e]/a}function Cr(t){var e=2*Math.PI;return(t%e+e)%e}function Lr(t){return t>-NA&&NA>t}function kr(t){if(t instanceof Date)return t;if("string"==typeof t){var e=zA.exec(t);if(!e)return new Date(0/0);if(e[8]){var i=+e[4]||0;return"Z"!==e[8].toUpperCase()&&(i-=e[8].slice(0,3)),new Date(Date.UTC(+e[1],+(e[2]||1)-1,+e[3]||1,i,+(e[5]||0),+e[6]||0,+e[7]||0))}return new Date(+e[1],+(e[2]||1)-1,+e[3]||1,+e[4]||0,+(e[5]||0),+e[6]||0,+e[7]||0)}return new Date(null==t?0/0:Math.round(t))}function Pr(t){return Math.pow(10,Or(t))}function Or(t){if(0===t)return 0;var e=Math.floor(Math.log(t)/Math.LN10);return t/Math.pow(10,e)>=10&&e++,e}function Er(t,e){var i,n=Or(t),a=Math.pow(10,n),o=t/a;return i=e?1.5>o?1:2.5>o?2:4>o?3:7>o?5:10:1>o?1:2>o?2:3>o?3:5>o?5:10,t=i*a,n>=-20?+t.toFixed(0>n?-n:0):t}function Nr(t,e){var i=(t.length-1)*e+1,n=Math.floor(i),a=+t[n-1],o=i-n;return o?a+o*(t[n]-a):a}function Rr(t){function e(t,i,n){return t.interval[n]s;s++)o[s]<=i&&(o[s]=i,r[s]=s?1:1-n),i=o[s],n=r[s];o[0]===o[1]&&r[0]*r[1]!==1?t.splice(a,1):a++}return t}function zr(t){return t-parseFloat(t)>=0}function Br(t){return isNaN(t)?"-":(t=(t+"").split("."),t[0].replace(/(\d{1,3})(?=(?:\d{3})+(?!\d))/g,"$1,")+(t.length>1?"."+t[1]:""))}function Vr(t,e){return t=(t||"").toLowerCase().replace(/-(.)/g,function(t,e){return e.toUpperCase()}),e&&t&&(t=t.charAt(0).toUpperCase()+t.slice(1)),t}function Gr(t){return null==t?"":(t+"").replace(GA,function(t,e){return FA[e]})}function Fr(t,e,i){_(e)||(e=[e]);var n=e.length;if(!n)return"";for(var a=e[0].$vars||[],o=0;os;s++)for(var l=0;l':'':{renderMode:a,content:"{marker"+o+"|} ",style:{color:i}}:""}function Zr(t,e){return t+="","0000".substr(0,e-t.length)+t}function Ur(t,e,i){("week"===t||"month"===t||"quarter"===t||"half-year"===t||"year"===t)&&(t="MM-dd\nyyyy");var n=kr(e),a=i?"UTC":"",o=n["get"+a+"FullYear"](),r=n["get"+a+"Month"]()+1,s=n["get"+a+"Date"](),l=n["get"+a+"Hours"](),u=n["get"+a+"Minutes"](),h=n["get"+a+"Seconds"](),c=n["get"+a+"Milliseconds"]();return t=t.replace("MM",Zr(r,2)).replace("M",r).replace("yyyy",o).replace("yy",o%100).replace("dd",Zr(s,2)).replace("d",s).replace("hh",Zr(l,2)).replace("h",l).replace("mm",Zr(u,2)).replace("m",u).replace("ss",Zr(h,2)).replace("s",h).replace("SSS",Zr(c,3))}function Xr(t){return t?t.charAt(0).toUpperCase()+t.substr(1):t}function Yr(t){return Hi(t.text,t.font,t.textAlign,t.textVerticalAlign,t.textPadding,t.textLineHeight,t.rich,t.truncate)}function jr(t,e,i,n,a,o,r,s){return Hi(t,e,i,n,a,s,o,r)}function qr(t,e,i,n,a){var o=0,r=0;null==n&&(n=1/0),null==a&&(a=1/0);var s=0;e.eachChild(function(l,u){var h,c,d=l.position,f=l.getBoundingRect(),p=e.childAt(u+1),g=p&&p.getBoundingRect();if("horizontal"===t){var m=f.width+(g?-g.x+f.x:0);h=o+m,h>n||l.newline?(o=0,h=m,r+=s+i,s=f.height):s=Math.max(s,f.height)}else{var v=f.height+(g?-g.y+f.y:0);c=r+v,c>a||l.newline?(o+=s+i,r=0,c=v,s=f.width):s=Math.max(s,f.width)}l.newline||(d[0]=o,d[1]=r,"horizontal"===t?o=h+i:r=c+i)})}function Kr(t,e,i){var n=e.width,a=e.height,o=br(t.x,n),r=br(t.y,a),s=br(t.x2,n),l=br(t.y2,a);return(isNaN(o)||isNaN(parseFloat(t.x)))&&(o=0),(isNaN(s)||isNaN(parseFloat(t.x2)))&&(s=n),(isNaN(r)||isNaN(parseFloat(t.y)))&&(r=0),(isNaN(l)||isNaN(parseFloat(t.y2)))&&(l=a),i=VA(i||0),{width:Math.max(s-o-i[1]-i[3],0),height:Math.max(l-r-i[0]-i[2],0)}}function $r(t,e,i){i=VA(i||0);var n=e.width,a=e.height,o=br(t.left,n),r=br(t.top,a),s=br(t.right,n),l=br(t.bottom,a),u=br(t.width,n),h=br(t.height,a),c=i[2]+i[0],d=i[1]+i[3],f=t.aspect;switch(isNaN(u)&&(u=n-s-d-o),isNaN(h)&&(h=a-l-c-r),null!=f&&(isNaN(u)&&isNaN(h)&&(f>n/a?u=.8*n:h=.8*a),isNaN(u)&&(u=f*h),isNaN(h)&&(h=u/f)),isNaN(o)&&(o=n-s-u-d),isNaN(r)&&(r=a-l-h-c),t.left||t.right){case"center":o=n/2-u/2-i[3];break;case"right":o=n-u-d}switch(t.top||t.bottom){case"middle":case"center":r=a/2-h/2-i[0];break;case"bottom":r=a-h-c}o=o||0,r=r||0,isNaN(u)&&(u=n-d-o-(s||0)),isNaN(h)&&(h=a-c-r-(l||0));var p=new Si(o+i[3],r+i[0],u,h);return p.margin=i,p}function Jr(t,e,i,n,a){var o=!a||!a.hv||a.hv[0],r=!a||!a.hv||a.hv[1],l=a&&a.boundingMode||"all";if(o||r){var u;if("raw"===l)u="group"===t.type?new Si(0,0,+e.width||0,+e.height||0):t.getBoundingRect();else if(u=t.getBoundingRect(),t.needLocalTransform()){var h=t.getLocalTransform();u=u.clone(),u.applyTransform(h)}e=$r(s({width:u.width,height:u.height},e),i,n);var c=t.position,d=o?e.x-u.x:0,f=r?e.y-u.y:0;t.attr("position","raw"===l?[d,f]:[c[0]+d,c[1]+f])}}function Qr(t,e){return null!=t[jA[e][0]]||null!=t[jA[e][1]]&&null!=t[jA[e][2]]}function ts(t,e,i){function n(i,n){var r={},l=0,u={},h=0,c=2;if(XA(i,function(e){u[e]=t[e]}),XA(i,function(t){a(e,t)&&(r[t]=u[t]=e[t]),o(r,t)&&l++,o(u,t)&&h++}),s[n])return o(e,i[1])?u[i[2]]=null:o(e,i[2])&&(u[i[1]]=null),u;if(h!==c&&l){if(l>=c)return r;for(var d=0;dn;n++)if(t[n].length>e)return t[n];return t[i-1]}function os(t){this.fromDataset=t.fromDataset,this.data=t.data||(t.sourceFormat===rD?{}:[]),this.sourceFormat=t.sourceFormat||sD,this.seriesLayoutBy=t.seriesLayoutBy||uD,this.dimensionsDefine=t.dimensionsDefine,this.encodeDefine=t.encodeDefine&&B(t.encodeDefine),this.startIndex=t.startIndex||0,this.dimensionsDetectCount=t.dimensionsDetectCount}function rs(t){var e=t.option.source,i=sD;if(I(e))i=lD;else if(_(e)){0===e.length&&(i=aD);for(var n=0,a=e.length;a>n;n++){var o=e[n];if(null!=o){if(_(o)){i=aD;break}if(S(o)){i=oD;break}}}}else if(S(e)){for(var r in e)if(e.hasOwnProperty(r)&&d(e[r])){i=rD;break}}else if(null!=e)throw new Error("Invalid data");dD(t).sourceFormat=i}function ss(t){return dD(t).source}function ls(t){dD(t).datasetMap=B()}function us(t){var e=t.option,i=e.data,n=I(i)?lD:nD,a=!1,o=e.seriesLayoutBy,r=e.sourceHeader,s=e.dimensions,l=ms(t);if(l){var u=l.option;i=u.source,n=dD(l).sourceFormat,a=!0,o=o||u.seriesLayoutBy,null==r&&(r=u.sourceHeader),s=s||u.dimensions}var h=hs(i,n,o,r,s);dD(t).source=new os({data:i,fromDataset:a,seriesLayoutBy:o,sourceFormat:n,dimensionsDefine:h.dimensionsDefine,startIndex:h.startIndex,dimensionsDetectCount:h.dimensionsDetectCount,encodeDefine:e.encode})}function hs(t,e,i,n,a){if(!t)return{dimensionsDefine:cs(a)};var o,r;if(e===aD)"auto"===n||null==n?ds(function(t){null!=t&&"-"!==t&&(b(t)?null==r&&(r=1):r=0)},i,t,10):r=n?1:0,a||1!==r||(a=[],ds(function(t,e){a[e]=null!=t?t:""},i,t)),o=a?a.length:i===hD?t.length:t[0]?t[0].length:null;else if(e===oD)a||(a=fs(t));else if(e===rD)a||(a=[],f(t,function(t,e){a.push(e)}));else if(e===nD){var s=ta(t[0]);o=_(s)&&s.length||1}return{startIndex:r,dimensionsDefine:cs(a),dimensionsDetectCount:o}}function cs(t){if(t){var e=B();return p(t,function(t){if(t=r({},S(t)?t:{name:t}),null==t.name)return t;t.name+="",null==t.displayName&&(t.displayName=t.name);var i=e.get(t.name);return i?t.name+="-"+i.count++:e.set(t.name,{count:1}),t})}}function ds(t,e,i,n){if(null==n&&(n=1/0),e===hD)for(var a=0;aa;a++)t(i[a]?i[a][0]:null,a);else for(var o=i[0]||[],a=0;aa;a++)t(o[a],a)}function fs(t){for(var e,i=0;in;n++)t.push(e+n)}function a(t){var e=t.dimsDef;return e?e.length:1}var o={},r=ms(e);if(!r||!t)return o;var s,l,u=[],h=[],c=e.ecModel,d=dD(c).datasetMap,p=r.uid+"_"+i.seriesLayoutBy;t=t.slice(),f(t,function(e,i){!S(e)&&(t[i]={name:e}),"ordinal"===e.type&&null==s&&(s=i,l=a(t[i])),o[e.name]=[]});var g=d.get(p)||d.set(p,{categoryWayDim:l,valueWayDim:0});return f(t,function(t,e){var i=t.name,r=a(t);if(null==s){var l=g.valueWayDim;n(o[i],l,r),n(h,l,r),g.valueWayDim+=r}else if(s===e)n(o[i],0,r),n(u,0,r);else{var l=g.categoryWayDim;n(o[i],l,r),n(h,l,r),g.categoryWayDim+=r}}),u.length&&(o.itemName=u),h.length&&(o.seriesName=h),o}function gs(t,e,i){var n={},a=ms(t);if(!a)return n;var o,r=e.sourceFormat,s=e.dimensionsDefine;(r===oD||r===rD)&&f(s,function(t,e){"name"===(S(t)?t.name:t)&&(o=e)});var l=function(){function t(t){return null!=t.v&&null!=t.n}for(var n={},a={},l=[],u=0,h=Math.min(5,i);h>u;u++){var c=ys(e.data,r,e.seriesLayoutBy,s,e.startIndex,u);l.push(c);var d=c===cD.Not;if(d&&null==n.v&&u!==o&&(n.v=u),(null==n.n||n.n===n.v||!d&&l[n.n]===cD.Not)&&(n.n=u),t(n)&&l[n.n]!==cD.Not)return n;d||(c===cD.Might&&null==a.v&&u!==o&&(a.v=u),(null==a.n||a.n===a.v)&&(a.n=u))}return t(n)?n:t(a)?a:null}();if(l){n.value=l.v;var u=null!=o?o:l.n;n.itemName=[u],n.seriesName=[u]}return n}function ms(t){var e=t.option,i=e.data;return i?void 0:t.ecModel.getComponent("dataset",e.datasetIndex||0)}function vs(t,e){return ys(t.data,t.sourceFormat,t.seriesLayoutBy,t.dimensionsDefine,t.startIndex,e)}function ys(t,e,i,n,a,o){function r(t){var e=b(t);return null!=t&&isFinite(t)&&""!==t?e?cD.Might:cD.Not:e&&"-"!==t?cD.Must:void 0}var s,l=5;if(I(t))return cD.Not;var u,h;if(n){var c=n[o];S(c)?(u=c.name,h=c.type):b(c)&&(u=c)}if(null!=h)return"ordinal"===h?cD.Must:cD.Not;if(e===aD)if(i===hD){for(var d=t[o],f=0;f<(d||[]).length&&l>f;f++)if(null!=(s=r(d[a+f])))return s}else for(var f=0;ff;f++){var p=t[a+f];if(p&&null!=(s=r(p[o])))return s}else if(e===oD){if(!u)return cD.Not;for(var f=0;ff;f++){var g=t[f];if(g&&null!=(s=r(g[u])))return s}}else if(e===rD){if(!u)return cD.Not;var d=t[u];if(!d||I(d))return cD.Not;for(var f=0;ff;f++)if(null!=(s=r(d[f])))return s}else if(e===nD)for(var f=0;ff;f++){var g=t[f],m=ta(g);if(!_(m))return cD.Not;if(null!=(s=r(m[o])))return s}return cD.Not}function xs(t,e){if(e){var i=e.seiresIndex,n=e.seriesId,a=e.seriesName;return null!=i&&t.componentIndex!==i||null!=n&&t.id!==n||null!=a&&t.name!==a}}function _s(t,e){var i=t.color&&!t.colorLayer;f(e,function(e,o){"colorLayer"===o&&i||JA.hasClass(o)||("object"==typeof e?t[o]=t[o]?a(t[o],e,!1):n(e):null==t[o]&&(t[o]=e))})}function ws(t){t=t,this.option={},this.option[fD]=1,this._componentsMap=B({series:[]}),this._seriesIndices,this._seriesIndicesMap,_s(t,this._theme.option),a(t,tD,!1),this.mergeOption(t)}function bs(t,e){_(e)||(e=e?[e]:[]);var i={};return f(e,function(e){i[e]=(t.get(e)||[]).slice()}),i}function Ss(t,e,i){var n=e.type?e.type:i?i.subType:JA.determineSubType(t,e);return n}function Ms(t,e){t._seriesIndicesMap=B(t._seriesIndices=p(e,function(t){return t.componentIndex})||[])}function Is(t,e){return e.hasOwnProperty("subType")?m(t,function(t){return t.subType===e.subType}):t}function Ts(t){f(gD,function(e){this[e]=y(t[e],t)},this)}function As(){this._coordinateSystems=[]}function Ds(t){this._api=t,this._timelineOptions=[],this._mediaList=[],this._mediaDefault,this._currentMediaIndices=[],this._optionBackup,this._newBaseOption}function Cs(t,e,i){var n,a,o=[],r=[],s=t.timeline;if(t.baseOption&&(a=t.baseOption),(s||t.options)&&(a=a||{},o=(t.options||[]).slice()),t.media){a=a||{};var l=t.media;vD(l,function(t){t&&t.option&&(t.query?r.push(t):n||(n=t))})}return a||(a=t),a.timeline||(a.timeline=s),vD([a].concat(o).concat(p(r,function(t){return t.option})),function(t){vD(e,function(e){e(t,i)})}),{baseOption:a,timelineOptions:o,mediaDefault:n,mediaList:r}}function Ls(t,e,i){var n={width:e,height:i,aspectratio:e/i},a=!0;return f(t,function(t,e){var i=e.match(wD);if(i&&i[1]&&i[2]){var o=i[1],r=i[2].toLowerCase();ks(n[r],t,o)||(a=!1)}}),a}function ks(t,e,i){return"min"===i?t>=e:"max"===i?e>=t:t===e}function Ps(t,e){return t.join(",")===e.join(",")}function Os(t,e){e=e||{},vD(e,function(e,i){if(null!=e){var n=t[i];if(JA.hasClass(i)){e=Jn(e),n=Jn(n);var a=ia(n,e);t[i]=xD(a,function(t){return t.option&&t.exist?_D(t.exist,t.option,!0):t.exist||t.option})}else t[i]=_D(n,e,!0)}})}function Es(t){var e=t&&t.itemStyle;if(e)for(var i=0,n=MD.length;n>i;i++){var o=MD[i],r=e.normal,s=e.emphasis;r&&r[o]&&(t[o]=t[o]||{},t[o].normal?a(t[o].normal,r[o]):t[o].normal=r[o],r[o]=null),s&&s[o]&&(t[o]=t[o]||{},t[o].emphasis?a(t[o].emphasis,s[o]):t[o].emphasis=s[o],s[o]=null)}}function Ns(t,e,i){if(t&&t[e]&&(t[e].normal||t[e].emphasis)){var n=t[e].normal,a=t[e].emphasis;n&&(i?(t[e].normal=t[e].emphasis=null,s(t[e],n)):t[e]=n),a&&(t.emphasis=t.emphasis||{},t.emphasis[e]=a)}}function Rs(t){Ns(t,"itemStyle"),Ns(t,"lineStyle"),Ns(t,"areaStyle"),Ns(t,"label"),Ns(t,"labelLine"),Ns(t,"upperLabel"),Ns(t,"edgeLabel")}function zs(t,e){var i=SD(t)&&t[e],n=SD(i)&&i.textStyle;if(n)for(var a=0,o=PI.length;o>a;a++){var e=PI[a];n.hasOwnProperty(e)&&(i[e]=n[e])}}function Bs(t){t&&(Rs(t),zs(t,"label"),t.emphasis&&zs(t.emphasis,"label"))}function Vs(t){if(SD(t)){Es(t),Rs(t),zs(t,"label"),zs(t,"upperLabel"),zs(t,"edgeLabel"),t.emphasis&&(zs(t.emphasis,"label"),zs(t.emphasis,"upperLabel"),zs(t.emphasis,"edgeLabel"));var e=t.markPoint;e&&(Es(e),Bs(e));var i=t.markLine;i&&(Es(i),Bs(i));var n=t.markArea;n&&Bs(n);var a=t.data;if("graph"===t.type){a=a||t.nodes;var o=t.links||t.edges;if(o&&!I(o))for(var r=0;r=0;p--){var g=t[p];if(s||(d=g.data.rawIndexOf(g.stackedByDimension,c)),d>=0){var m=g.data.getByRawIndex(g.stackResultDimension,d);if(h>=0&&m>0||0>=h&&0>m){h+=m,f=m;break}}}return n[0]=h,n[1]=f,n});r.hostModel.setData(l),e.data=l})}function Xs(t,e){os.isInstance(t)||(t=os.seriesDataToSource(t)),this._source=t;var i=this._data=t.data,n=t.sourceFormat;n===lD&&(this._offset=0,this._dimSize=e,this._data=i);var a=kD[n===aD?n+"_"+t.seriesLayoutBy:n];r(this,a)}function Ys(){return this._data.length}function js(t){return this._data[t]}function qs(t){for(var e=0;ee.outputData.count()&&e.model.getRawData().cloneShallow(e.outputData)}function hl(t,e){f(t.CHANGABLE_METHODS,function(i){t.wrapMethod(i,x(cl,e))})}function cl(t){var e=dl(t);e&&e.setOutputEnd(this.count())}function dl(t){var e=(t.ecModel||{}).scheduler,i=e&&e.getPipeline(t.uid);if(i){var n=i.currentTask;if(n){var a=n.agentStubMap;a&&(n=a.get(t.uid))}return n}}function fl(){this.group=new CM,this.uid=vr("viewChart"),this.renderTask=el({plan:ml,reset:vl}),this.renderTask.context={view:this}}function pl(t,e,i){if(t&&(t.trigger(e,i),t.isGroup&&!Fo(t)))for(var n=0,a=t.childCount();a>n;n++)pl(t.childAt(n),e,i)}function gl(t,e,i){var n=sa(t,e),a=e&&null!=e.highlightKey?Wo(e.highlightKey):null;null!=n?f(Jn(n),function(e){pl(t.getItemGraphicEl(e),i,a)}):t.eachItemGraphicEl(function(t){pl(t,i,a)})}function ml(t){return ZD(t.model)}function vl(t){var e=t.model,i=t.ecModel,n=t.api,a=t.payload,o=e.pipelineContext.progressiveRender,r=t.view,s=a&&HD(a).updateMethod,l=o?"incrementalPrepareRender":s&&r[s]?s:"render";return"render"!==l&&r[l](e,i,n,a),XD[l]}function yl(t,e,i){function n(){h=(new Date).getTime(),c=null,t.apply(r,s||[])}var a,o,r,s,l,u=0,h=0,c=null;e=e||0;var d=function(){a=(new Date).getTime(),r=this,s=arguments;var t=l||e,d=l||i;l=null,o=a-(d?u:h)-t,clearTimeout(c),d?c=setTimeout(n,t):o>=0?n():c=setTimeout(n,-o),u=a};return d.clear=function(){c&&(clearTimeout(c),c=null)},d.debounceNextCall=function(t){l=t},d}function xl(t,e,i,n){var a=t[e];if(a){var o=a[YD]||a,r=a[qD],s=a[jD];if(s!==i||r!==n){if(null==i||!n)return t[e]=o;a=t[e]=yl(o,i,"debounce"===n),a[YD]=o,a[qD]=n,a[jD]=i}return a}}function _l(t,e){var i=t[e];i&&i[YD]&&(t[e]=i[YD])}function wl(t,e,i,n){this.ecInstance=t,this.api=e,this.unfinished;var i=this._dataProcessorHandlers=i.slice(),n=this._visualHandlers=n.slice();this._allHandlers=i.concat(n),this._stageTaskMap=B()}function bl(t,e,i,n,a){function o(t,e){return t.setDirty&&(!t.dirtyMap||t.dirtyMap.get(e.__pipeline.id))}a=a||{};var r;f(e,function(e){if(!a.visualType||a.visualType===e.visualType){var s=t._stageTaskMap.get(e.uid),l=s.seriesTaskMap,u=s.overallTask;if(u){var h,c=u.agentStubMap;c.each(function(t){o(a,t)&&(t.dirty(),h=!0)}),h&&u.dirty(),iC(u,n);var d=t.getPerformArgs(u,a.block);c.each(function(t){t.perform(d)}),r|=u.perform(d)}else l&&l.each(function(s){o(a,s)&&s.dirty();var l=t.getPerformArgs(s,a.block);l.skip=!e.performRawSeries&&i.isSeriesFiltered(s.context.model),iC(s,n),r|=s.perform(l)})}}),t.unfinished|=r}function Sl(t,e,i,n,a){function o(i){var o=i.uid,s=r.get(o)||r.set(o,el({plan:Cl,reset:Ll,count:Pl}));s.context={model:i,ecModel:n,api:a,useClearVisual:e.isVisual&&!e.isLayout,plan:e.plan,reset:e.reset,scheduler:t},Ol(t,i,s)}var r=i.seriesTaskMap||(i.seriesTaskMap=B()),s=e.seriesType,l=e.getTargetSeries;e.createOnAllSeries?n.eachRawSeries(o):s?n.eachRawSeriesByType(s,o):l&&l(n,a).each(o);var u=t._pipelineMap;r.each(function(t,e){u.get(e)||(t.dispose(),r.removeKey(e))})}function Ml(t,e,i,n,a){function o(e){var i=e.uid,n=s.get(i);n||(n=s.set(i,el({reset:Tl,onDirty:Dl})),r.dirty()),n.context={model:e,overallProgress:h,modifyOutputEnd:c},n.agent=r,n.__block=h,Ol(t,e,n)}var r=i.overallTask=i.overallTask||el({reset:Il});r.context={ecModel:n,api:a,overallReset:e.overallReset,scheduler:t};var s=r.agentStubMap=r.agentStubMap||B(),l=e.seriesType,u=e.getTargetSeries,h=!0,c=e.modifyOutputEnd;l?n.eachRawSeriesByType(l,o):u?u(n,a).each(o):(h=!1,f(n.getSeries(),o));var d=t._pipelineMap;s.each(function(t,e){d.get(e)||(t.dispose(),r.dirty(),s.removeKey(e))})}function Il(t){t.overallReset(t.ecModel,t.api,t.payload)}function Tl(t){return t.overallProgress&&Al}function Al(){this.agent.dirty(),this.getDownstream().dirty()}function Dl(){this.agent&&this.agent.dirty()}function Cl(t){return t.plan&&t.plan(t.model,t.ecModel,t.api,t.payload)}function Ll(t){t.useClearVisual&&t.data.clearAllVisual();var e=t.resetDefines=Jn(t.reset(t.model,t.ecModel,t.api,t.payload));return e.length>1?p(e,function(t,e){return kl(e)}):nC}function kl(t){return function(e,i){var n=i.data,a=i.resetDefines[t];if(a&&a.dataEach)for(var o=e.start;o0?parseInt(n,10)/100:n?parseFloat(n):0;var a=i.getAttribute("stop-color")||"#000000";e.addColorStop(n,a)}i=i.nextSibling}}function Vl(t,e){t&&t.__inheritedStyle&&(e.__inheritedStyle||(e.__inheritedStyle={}),s(e.__inheritedStyle,t.__inheritedStyle))}function Gl(t){for(var e=E(t).split(pC),i=[],n=0;n0;o-=2){var r=a[o],s=a[o-1];switch(n=n||Le(),s){case"translate":r=E(r).split(pC),Ee(n,n,[parseFloat(r[0]),parseFloat(r[1]||0)]);break;case"scale":r=E(r).split(pC),Re(n,n,[parseFloat(r[0]),parseFloat(r[1]||r[0])]);break;case"rotate":r=E(r).split(pC),Ne(n,n,parseFloat(r[0]));break;case"skew":r=E(r).split(pC),console.warn("Skew transform is not supported yet");break;case"matrix":var r=E(r).split(pC);n[0]=parseFloat(r[0]),n[1]=parseFloat(r[1]),n[2]=parseFloat(r[2]),n[3]=parseFloat(r[3]),n[4]=parseFloat(r[4]),n[5]=parseFloat(r[5])}}e.setLocalTransform(n)}}function Zl(t){var e=t.getAttribute("style"),i={};if(!e)return i;var n={};_C.lastIndex=0;for(var a;null!=(a=_C.exec(e));)n[a[1]]=a[2];for(var o in vC)vC.hasOwnProperty(o)&&null!=n[o]&&(i[vC[o]]=n[o]);return i}function Ul(t,e,i){var n=e/t.width,a=i/t.height,o=Math.min(n,a),r=[o,o],s=[-(t.x+t.width/2)*o+e/2,-(t.y+t.height/2)*o+i/2];return{scale:r,position:s}}function Xl(t,e){var i=new zl;return i.parse(t,e)}function Yl(t,e){return function(i,n,a){(e||!this._disposed)&&(i=i&&i.toLowerCase(),BS.prototype[t].call(this,i,n,a))}}function jl(){BS.call(this)}function ql(t,e,i){function a(t,e){return t.__prio-e.__prio}i=i||{},"string"==typeof e&&(e=iL[e]),this.id,this.group,this._dom=t;var o="canvas",r=this._zr=Yn(t,{renderer:i.renderer||o,devicePixelRatio:i.devicePixelRatio,width:i.width,height:i.height});this._throttledZrFlush=yl(y(r.flush,r),17);var e=n(e);e&&DD(e,!0),this._theme=e,this._chartsViews=[],this._chartsMap={},this._componentsViews=[],this._componentsMap={},this._coordSysMgr=new As;var s=this._api=fu(this);ki(eL,a),ki(JC,a),this._scheduler=new wl(this,s,JC,eL),BS.call(this,this._ecEventProcessor=new pu),this._messageCenter=new jl,this._initEvents(),this.resize=y(this.resize,this),this._pendingActions=[],r.animation.on("frame",this._onframe,this),nu(r,this),N(this)}function Kl(t,e,i){if(!this._disposed){var n,a=this._model,o=this._coordSysMgr.getCoordinateSystems();e=ua(a,e);for(var r=0;re.get("hoverLayerThreshold")&&!mS.node&&e.eachSeries(function(e){if(!e.preventUsingHoverLayer){var i=t._chartsMap[e.__viewId];i.__alive&&i.group.traverse(function(t){t.useHoverLayer=!0})}})}function cu(t,e){var i=t.get("blendMode")||null;e.group.traverse(function(t){t.isGroup||t.style.blend!==i&&t.setStyle("blend",i),t.eachPendingDisplayable&&t.eachPendingDisplayable(function(t){t.setStyle("blend",i)})})}function du(t,e){var i=t.get("z"),n=t.get("zlevel");e.group.traverse(function(t){"group"!==t.type&&(null!=i&&(t.z=i),null!=n&&(t.zlevel=n))})}function fu(t){var e=t._coordSysMgr;return r(new Ts(t),{getCoordinateSystems:y(e.getCoordinateSystems,e),getComponentByElement:function(e){for(;e;){var i=e.__ecComponentInfo;if(null!=i)return t._model.getComponent(i.mainType,i.index);e=e.parent}}})}function pu(){this.eventInfo}function gu(t){function e(t,e){for(var i=0;i65535?vL:xL}function qu(t){var e=t.constructor;return e===Array?t.slice():new e(t)}function Ku(t,e){f(_L.concat(e.__wrappedMethods||[]),function(i){e.hasOwnProperty(i)&&(t[i]=e[i])}),t.__wrappedMethods=e.__wrappedMethods,f(wL,function(i){t[i]=n(e[i])}),t._calculationInfo=r(e._calculationInfo)}function $u(t,e,i,n,a){var o=mL[e.type],r=n-1,s=e.name,l=t[s][r];if(l&&l.lengthc;c+=i)t[s].push(new o(Math.min(a-c,i)))}function Ju(t){var e=t._invertedIndicesMap;f(e,function(i,n){var a=t._dimensionInfos[n],o=a.ordinalMeta;if(o){i=e[n]=new yL(o.categories.length);for(var r=0;r=0?this._indices[t]:-1}function ih(t,e){var i=t._idList[e];return null==i&&(i=Qu(t,t._idDimIdx,e)),null==i&&(i=gL+e),i}function nh(t){return _(t)||(t=[t]),t}function ah(t,e){var i=t.dimensions,n=new bL(p(i,t.getDimensionInfo,t),t.hostModel);Ku(n,t);for(var a=n._storage={},o=t._storage,r=0;r=0?(a[s]=oh(o[s]),n._rawExtent[s]=rh(),n._extent[s]=null):a[s]=o[s])}return n}function oh(t){for(var e=new Array(t.length),i=0;id;d++){var p=o[d]=r({},S(o[d])?o[d]:{name:o[d]}),g=p.name,m=h[d]=new Yu;null!=g&&null==l.get(g)&&(m.name=m.displayName=g,l.set(g,d)),null!=p.type&&(m.type=p.type),null!=p.displayName&&(m.displayName=p.displayName)}var v=i.encodeDef;!v&&i.encodeDefaulter&&(v=i.encodeDefaulter(e,c)),v=B(v),v.each(function(t,e){if(t=Jn(t).slice(),1===t.length&&!b(t[0])&&t[0]<0)return void v.set(e,!1);var i=v.set(e,[]);f(t,function(t,n){b(t)&&(t=l.get(t)),null!=t&&c>t&&(i[n]=t,a(h[t],e,n))})});var y=0;f(t,function(t){var e,t,i,o;if(b(t))e=t,t={};else{e=t.name;var r=t.ordinalMeta;t.ordinalMeta=null,t=n(t),t.ordinalMeta=r,i=t.dimsDef,o=t.otherDims,t.name=t.coordDim=t.coordDimIndex=t.dimsDef=t.otherDims=null}var l=v.get(e);if(l!==!1){var l=Jn(l);if(!l.length)for(var u=0;u<(i&&i.length||1);u++){for(;yI;I++){var m=h[I]=h[I]||new Yu,T=m.coordDim;null==T&&(m.coordDim=uh(M,u,w),m.coordDimIndex=0,(!x||0>=_)&&(m.isExtraCoord=!0),_--),null==m.name&&(m.name=uh(m.coordDim,l)),null!=m.type||vs(e,I,m.name)!==cD.Must&&(!m.isExtraCoord||null==m.otherDims.itemName&&null==m.otherDims.seriesName)||(m.type="ordinal")}return h}function lh(t,e,i,n){var a=Math.max(t.dimensionsDetectCount||1,e.length,i.length,n||0);return f(e,function(t){var e=t.dimsDef;e&&(a=Math.max(a,e.length))}),a}function uh(t,e,i){if(i||null!=e.get(t)){for(var n=0;null!=e.get(t+n);)n++;t+=n}return e.set(t,!0),t}function hh(t){this.coordSysName=t,this.coordSysDims=[],this.axisMap=B(),this.categoryAxisMap=B(),this.firstCategoryDimIndex=null}function ch(t){var e=t.get("coordinateSystem"),i=new hh(e),n=TL[e];return n?(n(t,i,i.axisMap,i.categoryAxisMap),i):void 0}function dh(t){return"category"===t.get("type")}function fh(t,e,i){i=i||{};var n,a,o,r,s=i.byIndex,l=i.stackedCoordDimension,u=!(!t||!t.get("stack"));if(f(e,function(t,i){b(t)&&(e[i]=t={name:t}),u&&!t.isExtraCoord&&(s||n||!t.ordinalMeta||(n=t),a||"ordinal"===t.type||"time"===t.type||l&&l!==t.coordDim||(a=t))}),!a||s||n||(s=!0),a){o="__\x00ecstackresult",r="__\x00ecstackedover",n&&(n.createInvertedIndices=!0);var h=a.coordDim,c=a.type,d=0;f(e,function(t){t.coordDim===h&&d++}),e.push({name:o,coordDim:h,coordDimIndex:d,type:c,isExtraCoord:!0,isCalculationCoord:!0}),d++,e.push({name:r,coordDim:r,coordDimIndex:d,type:c,isExtraCoord:!0,isCalculationCoord:!0})}return{stackedDimension:a&&a.name,stackedByDimension:n&&n.name,isStackedByIndex:s,stackedOverDimension:r,stackResultDimension:o}}function ph(t,e){return!!e&&e===t.getCalculationInfo("stackedDimension")}function gh(t,e){return ph(t,e)?t.getCalculationInfo("stackResultDimension"):e}function mh(t,e,i){i=i||{},os.isInstance(t)||(t=os.seriesDataToSource(t));var n,a=e.get("coordinateSystem"),o=As.get(a),r=ch(e);r&&(n=p(r.coordSysDims,function(t){var e={name:t},i=r.axisMap.get(t);if(i){var n=i.get("type");e.type=Uu(n)}return e})),n||(n=o&&(o.getDimensionsInfo?o.getDimensionsInfo():o.dimensions.slice())||["x","y"]);var s,l,u=IL(t,{coordDimensions:n,generateCoord:i.generateCoord,encodeDefaulter:i.useEncodeDefaulter?x(ps,n,e):null});r&&f(u,function(t,e){var i=t.coordDim,n=r.categoryAxisMap.get(i);n&&(null==s&&(s=e),t.ordinalMeta=n.getOrdinalMeta()),null!=t.otherDims.itemName&&(l=!0)}),l||null==s||(u[s].otherDims.itemName=0);var h=fh(e,u),c=new bL(u,e);c.setCalculationInfo(h);var d=null!=s&&vh(t)?function(t,e,i,n){return n===s?i:this.defaultDimValueGetter(t,e,i,n)}:null;return c.hasItemOption=!1,c.initData(t,null,d),c}function vh(t){if(t.sourceFormat===nD){var e=yh(t.data||[]);return null!=e&&!_(ta(e))}}function yh(t){for(var e=0;er&&(r=a.interval=i),null!=n&&r>n&&(r=a.interval=n);var s=a.intervalPrecision=Mh(r),l=a.niceTickExtent=[LL(Math.ceil(t[0]/r)*r,s),LL(Math.floor(t[1]/r)*r,s)];return Th(l,t),a}function Mh(t){return Tr(t)+2}function Ih(t,e,i){t[e]=Math.max(Math.min(t[e],i[1]),i[0])}function Th(t,e){!isFinite(t[0])&&(t[0]=e[0]),!isFinite(t[1])&&(t[1]=e[1]),Ih(t,0,e),Ih(t,1,e),t[0]>t[1]&&(t[0]=t[1])}function Ah(t){return t.get("stack")||OL+t.seriesIndex}function Dh(t){return t.dim+t.index}function Ch(t){var e=[],i=t.axis,n="axis0";if("category"===i.type){for(var a=i.getBandWidth(),o=0;os;++s){var u=a.get(r,s);e[o]?e[o].push(u):e[o]=[u]}});var i=[];for(var n in e)if(e.hasOwnProperty(n)){var a=e[n];if(a){a.sort(function(t,e){return t-e});for(var o=null,r=1;r0&&(o=null===o?s:Math.min(o,s))}i[n]=o}}return i}function Ph(t){var e=kh(t),i=[];return f(t,function(t){var n,a=t.coordinateSystem,o=a.getBaseAxis(),r=o.getExtent();if("category"===o.type)n=o.getBandWidth();else if("value"===o.type||"time"===o.type){var s=o.dim+"_"+o.index,l=e[s],u=Math.abs(r[1]-r[0]),h=o.scale.getExtent(),c=Math.abs(h[1]-h[0]);n=l?u/c*l:u}else{var d=t.getData();n=Math.abs(r[1]-r[0])/d.count()}var f=br(t.get("barWidth"),n),p=br(t.get("barMaxWidth"),n),g=br(t.get("barMinWidth")||1,n),m=t.get("barGap"),v=t.get("barCategoryGap");i.push({bandWidth:n,barWidth:f,barMaxWidth:p,barMinWidth:g,barGap:m,barCategoryGap:v,axisKey:Dh(o),stackId:Ah(t)})}),Oh(i)}function Oh(t){var e={};f(t,function(t){var i=t.axisKey,n=t.bandWidth,a=e[i]||{bandWidth:n,remainedWidth:n,autoWidthCount:0,categoryGap:"20%",gap:"30%",stacks:{}},o=a.stacks;e[i]=a;var r=t.stackId;o[r]||a.autoWidthCount++,o[r]=o[r]||{width:0,maxWidth:0};var s=t.barWidth;s&&!o[r].width&&(o[r].width=s,s=Math.min(a.remainedWidth,s),a.remainedWidth-=s);var l=t.barMaxWidth;l&&(o[r].maxWidth=l);var u=t.barMinWidth;u&&(o[r].minWidth=u);var h=t.barGap;null!=h&&(a.gap=h);var c=t.barCategoryGap;null!=c&&(a.categoryGap=c)});var i={};return f(e,function(t,e){i[e]={};var n=t.stacks,a=t.bandWidth,o=br(t.categoryGap,a),r=br(t.gap,1),s=t.remainedWidth,l=t.autoWidthCount,u=(s-o)/(l+(l-1)*r);u=Math.max(u,0),f(n,function(t){var e=t.maxWidth,i=t.minWidth;if(t.width){var n=t.width;e&&(n=Math.min(n,e)),i&&(n=Math.max(n,i)),t.width=n,s-=n+r*n,l--}else{var n=u;e&&n>e&&(n=Math.min(e,s)),i&&i>n&&(n=i),n!==u&&(t.width=n,s-=n+r*n,l--)}}),u=(s-o)/(l+(l-1)*r),u=Math.max(u,0);var h,c=0;f(n,function(t){t.width||(t.width=u),h=t,c+=t.width*(1+r)}),h&&(c-=h.width*r);var d=-c/2;f(n,function(t,n){i[e][n]=i[e][n]||{bandWidth:a,offset:d,width:t.width},d+=t.width*(1+r)})}),i}function Eh(t,e,i){if(t&&e){var n=t[Dh(e)];return null!=n&&null!=i&&(n=n[Ah(i)]),n}}function Nh(t,e){var i=Lh(t,e),n=Ph(i),a={};f(i,function(t){var e=t.getData(),i=t.coordinateSystem,o=i.getBaseAxis(),r=Ah(t),s=n[Dh(o)][r],l=s.offset,u=s.width,h=i.getOtherAxis(o),c=t.get("barMinHeight")||0;a[r]=a[r]||[],e.setLayout({bandWidth:s.bandWidth,offset:l,size:u});for(var d=e.mapDimension(h.dim),f=e.mapDimension(o.dim),p=ph(e,d),g=h.isHorizontal(),m=Bh(o,h,p),v=0,y=e.count();y>v;v++){var x=e.get(d,v),_=e.get(f,v);if(!isNaN(x)&&!isNaN(_)){var w=x>=0?"p":"n",b=m;p&&(a[r][_]||(a[r][_]={p:m,n:m}),b=a[r][_][w]);var S,M,I,T;if(g){var A=i.dataToPoint([x,_]);S=b,M=A[1]+l,I=A[0]-m,T=u,Math.abs(I)I?-1:1)*c),p&&(a[r][_][w]+=I)}else{var A=i.dataToPoint([_,x]);S=A[0]+l,M=b,I=u,T=A[1]-m,Math.abs(T)=T?-1:1)*c),p&&(a[r][_][w]+=T)}e.setItemLayout(v,{x:S,y:M,width:I,height:T})}}},this)}function Rh(t){return t.coordinateSystem&&"cartesian2d"===t.coordinateSystem.type}function zh(t){return t.pipelineContext&&t.pipelineContext.large}function Bh(t,e){return e.toGlobalCoord(e.dataToCoord("log"===e.type?1:0))}function Vh(t,e){return KL(t,qL(e))}function Gh(t,e){var i,n,a,o=t.type,r=e.getMin(),s=e.getMax(),l=null!=r,u=null!=s,h=t.getExtent();"ordinal"===o?i=e.getCategories().length:(n=e.get("boundaryGap"),_(n)||(n=[n||0,n||0]),"boolean"==typeof n[0]&&(n=[0,0]),n[0]=br(n[0],1),n[1]=br(n[1],1),a=h[1]-h[0]||Math.abs(h[0])),null==r&&(r="ordinal"===o?i?0:0/0:h[0]-n[0]*a),null==s&&(s="ordinal"===o?i?i-1:0/0:h[1]+n[1]*a),"dataMin"===r?r=h[0]:"function"==typeof r&&(r=r({min:h[0],max:h[1]})),"dataMax"===s?s=h[1]:"function"==typeof s&&(s=s({min:h[0],max:h[1]})),(null==r||!isFinite(r))&&(r=0/0),(null==s||!isFinite(s))&&(s=0/0),t.setBlank(A(r)||A(s)||"ordinal"===o&&!t.getOrdinalMeta().categories.length),e.getNeedCrossZero()&&(r>0&&s>0&&!l&&(r=0),0>r&&0>s&&!u&&(s=0));var c=e.ecModel;if(c&&"time"===o){var d,p=Lh("bar",c);if(f(p,function(t){d|=t.getBaseAxis()===e.axis}),d){var g=Ph(p),m=Fh(r,s,e,g);r=m.min,s=m.max}}return[r,s]}function Fh(t,e,i,n){var a=i.axis.getExtent(),o=a[1]-a[0],r=Eh(n,i.axis);if(void 0===r)return{min:t,max:e};var s=1/0;f(r,function(t){s=Math.min(t.offset,s)});var l=-1/0;f(r,function(t){l=Math.max(t.offset+t.width,l)}),s=Math.abs(s),l=Math.abs(l);var u=s+l,h=e-t,c=1-(s+l)/o,d=h/c-h;return e+=d*(l/u),t-=d*(s/u),{min:t,max:e}}function Wh(t,e){var i=Gh(t,e),n=null!=e.getMin(),a=null!=e.getMax(),o=e.get("splitNumber");"log"===t.type&&(t.base=e.get("logBase"));var r=t.type;t.setExtent(i[0],i[1]),t.niceExtent({splitNumber:o,fixMin:n,fixMax:a,minInterval:"interval"===r||"time"===r?e.get("minInterval"):null,maxInterval:"interval"===r||"time"===r?e.get("maxInterval"):null});var s=e.get("interval");null!=s&&t.setInterval&&t.setInterval(s)}function Hh(t,e){if(e=e||t.get("type"))switch(e){case"category":return new CL(t.getOrdinalMeta?t.getOrdinalMeta():t.getCategories(),[1/0,-1/0]);case"value":return new PL;default:return(xh.getClass(e)||PL).create(t)}}function Zh(t){var e=t.scale.getExtent(),i=e[0],n=e[1];return!(i>0&&n>0||0>i&&0>n)}function Uh(t){var e=t.getLabelModel().get("formatter"),i="category"===t.type?t.scale.getExtent()[0]:null;return"string"==typeof e?e=function(e){return function(i){return i=t.scale.getLabel(i),e.replace("{value}",null!=i?i:"")}}(e):"function"==typeof e?function(n,a){return null!=i&&(a=n-i),e(Xh(t,n),a)}:function(e){return t.scale.getLabel(e)}}function Xh(t,e){return"category"===t.type?t.scale.getLabel(e):e}function Yh(t){var e=t.model,i=t.scale;if(e.get("axisLabel.show")&&!i.isBlank()){var n,a,o="category"===t.type,r=i.getExtent();o?a=i.count():(n=i.getTicks(),a=n.length);var s,l=t.getLabelModel(),u=Uh(t),h=1;a>40&&(h=Math.ceil(a/40));for(var c=0;a>c;c+=h){var d=n?n[c]:r[0]+c,f=u(d),p=l.getTextRect(f),g=jh(p,l.get("rotate")||0);s?s.union(g):s=g}return s}}function jh(t,e){var i=e*Math.PI/180,n=t.plain(),a=n.width,o=n.height,r=a*Math.cos(i)+o*Math.sin(i),s=a*Math.sin(i)+o*Math.cos(i),l=new Si(n.x,n.y,r,s);return l}function qh(t){var e=t.get("interval");return null==e?"auto":e}function Kh(t){return"category"===t.type&&0===qh(t.getLabelModel())}function $h(t,e){if("image"!==this.type){var i=this.style,n=this.shape;n&&"line"===n.symbolType?i.stroke=t:this.__isEmptyBrush?(i.stroke=t,i.fill=e||"#fff"):(i.fill&&(i.fill=t),i.stroke&&(i.stroke=t)),this.dirty(!1)}}function Jh(t,e,i,n,a,o,r){var s=0===t.indexOf("empty");s&&(t=t.substr(5,1).toLowerCase()+t.substr(6));var l;return l=0===t.indexOf("image://")?wo(t.slice(8),new Si(e,i,n,a),r?"center":"cover"):0===t.indexOf("path://")?_o(t.slice(7),{},new Si(e,i,n,a),r?"center":"cover"):new hk({shape:{symbolType:t,x:e,y:i,width:n,height:a}}),l.__isEmptyBrush=s,l.setColor=$h,l.setColor(o),l}function Qh(t){return mh(t.getSource(),t)}function tc(t,e){var i=e;pr.isInstance(e)||(i=new pr(e),c(i,ik));var n=Hh(i);return n.setExtent(t[0],t[1]),Wh(n,i),n}function ec(t){c(t,ik)}function ic(t,e){return Math.abs(t-e)>1^-(1&s),l=l>>1^-(1&l),s+=a,l+=o,a=s,o=l,n.push([s/i,l/i])}return n}function sc(t){return"category"===t.type?uc(t):dc(t)}function lc(t,e){return"category"===t.type?cc(t,e):{ticks:t.scale.getTicks()}}function uc(t){var e=t.getLabelModel(),i=hc(t,e);return!e.get("show")||t.scale.isBlank()?{labels:[],labelCategoryInterval:i.labelCategoryInterval}:i}function hc(t,e){var i=fc(t,"labels"),n=qh(e),a=pc(i,n);if(a)return a;var o,r;return w(n)?o=_c(t,n):(r="auto"===n?mc(t):n,o=xc(t,r)),gc(i,n,{labels:o,labelCategoryInterval:r})}function cc(t,e){var i=fc(t,"ticks"),n=qh(e),a=pc(i,n);if(a)return a;var o,r;if((!e.get("show")||t.scale.isBlank())&&(o=[]),w(n))o=_c(t,n,!0);else if("auto"===n){var s=hc(t,t.getLabelModel());r=s.labelCategoryInterval,o=p(s.labels,function(t){return t.tickValue})}else r=n,o=xc(t,r,!0);return gc(i,n,{ticks:o,tickCategoryInterval:r})}function dc(t){var e=t.scale.getTicks(),i=Uh(t);return{labels:p(e,function(e,n){return{formattedLabel:i(e,n),rawLabel:t.scale.getLabel(e),tickValue:e}})}}function fc(t,e){return gk(t)[e]||(gk(t)[e]=[])}function pc(t,e){for(var i=0;i40&&(s=Math.max(1,Math.floor(r/40)));for(var l=o[0],u=t.dataToCoord(l+1)-t.dataToCoord(l),h=Math.abs(u*Math.cos(n)),c=Math.abs(u*Math.sin(n)),d=0,f=0;l<=o[1];l+=s){var p=0,g=0,m=Hi(i(l),e.font,"center","top");p=1.3*m.width,g=1.3*m.height,d=Math.max(d,p,7),f=Math.max(f,g,7)}var v=d/h,y=f/c;isNaN(v)&&(v=1/0),isNaN(y)&&(y=1/0);var x=Math.max(0,Math.floor(Math.min(v,y))),_=gk(t.model),w=t.getExtent(),b=_.lastAutoInterval,S=_.lastTickCount;return null!=b&&null!=S&&Math.abs(b-x)<=1&&Math.abs(S-r)<=1&&b>x&&_.axisExtend0===w[0]&&_.axisExtend1===w[1]?x=b:(_.lastTickCount=r,_.lastAutoInterval=x,_.axisExtend0=w[0],_.axisExtend1=w[1]),x}function yc(t){var e=t.getLabelModel();return{axisRotate:t.getRotate?t.getRotate():t.isHorizontal&&!t.isHorizontal()?90:0,labelRotate:e.get("rotate")||0,font:e.getFont()}}function xc(t,e,i){function n(t){l.push(i?t:{formattedLabel:a(t),rawLabel:o.getLabel(t),tickValue:t})}var a=Uh(t),o=t.scale,r=o.getExtent(),s=t.getLabelModel(),l=[],u=Math.max((e||0)+1,1),h=r[0],c=o.count();0!==h&&u>1&&c/u>2&&(h=Math.round(Math.ceil(h/u)*u));var d=Kh(t),f=s.get("showMinLabel")||d,p=s.get("showMaxLabel")||d;f&&h!==r[0]&&n(r[0]);for(var g=h;g<=r[1];g+=u)n(g);return p&&g-u!==r[1]&&n(r[1]),l}function _c(t,e,i){var n=t.scale,a=Uh(t),o=[];return f(n.getTicks(),function(t){var r=n.getLabel(t);e(t,r)&&o.push(i?t:{formattedLabel:a(t),rawLabel:r,tickValue:t})}),o}function wc(t,e){var i=t[1]-t[0],n=e,a=i/n/2;t[0]+=a,t[1]-=a}function bc(t,e,i,n){function a(t,e){return t=Sr(t),e=Sr(e),d?t>e:e>t}var o=e.length;if(t.onBand&&!i&&o){var r,s,l=t.getExtent();if(1===o)e[0].coord=l[0],r=e[1]={coord:l[0]};else{var u=e[o-1].tickValue-e[0].tickValue,h=(e[o-1].coord-e[0].coord)/u;f(e,function(t){t.coord-=h/2});var c=t.scale.getExtent();s=1+c[1]-e[o-1].tickValue,r={coord:e[o-1].coord+h*s},e.push(r)}var d=l[0]>l[1];a(e[0].coord,l[0])&&(n?e[0].coord=l[0]:e.shift()),n&&a(l[0],e[0].coord)&&e.unshift({coord:l[0]}),a(l[1],r.coord)&&(n?r.coord=l[1]:e.pop()),n&&a(r.coord,l[1])&&e.push({coord:l[1]})}}function Sc(t){return this._axes[t]}function Mc(t){wk.call(this,t)}function Ic(t,e){return e.type||(e.data?"category":"value")}function Tc(t,e){return t.getCoordSysModel()===e}function Ac(t,e,i){this._coordsMap={},this._coordsList=[],this._axesMap={},this._axesList=[],this._initCartesian(t,e,i),this.model=t}function Dc(t,e,i,n){function a(t){return t.dim+"_"+t.index}i.getAxesOnZeroOf=function(){return o?[o]:[]};var o,r=t[e],s=i.model,l=s.get("axisLine.onZero"),u=s.get("axisLine.onZeroAxisIndex");if(l){if(null!=u)Cc(r[u])&&(o=r[u]);else for(var h in r)if(r.hasOwnProperty(h)&&Cc(r[h])&&!n[a(r[h])]){o=r[h];break}o&&(n[a(o)]=!0)}}function Cc(t){return t&&"category"!==t.type&&"time"!==t.type&&Zh(t)}function Lc(t,e){var i=t.getExtent(),n=i[0]+i[1];t.toGlobalCoord="x"===t.dim?function(t){return t+e}:function(t){return n-t+e},t.toLocalCoord="x"===t.dim?function(t){return t-e}:function(t){return n-t+e}}function kc(t){return p(Lk,function(e){var i=t.getReferringComponents(e)[0];return i})}function Pc(t){return"cartesian2d"===t.get("coordinateSystem")}function Oc(t,e){var i=t.mapDimension("defaultedLabel",!0),n=i.length;if(1===n)return Qs(t,e,i[0]);if(n){for(var a=[],o=0;o0?"bottom":"top":a.width>0?"left":"right";l||Ec(t.style,f,n,u,o,i,g),Wc(a)&&(f.fill=f.stroke="none"),Vo(t,f)}function Zc(t,e){var i=t.get(Nk)||0;return Math.min(i,Math.abs(e.width),Math.abs(e.height))}function Uc(t,e,i){var n=t.getData(),a=[],o=n.getLayout("valueAxisHorizontal")?1:0;a[1-o]=n.getLayout("valueAxisStart");var r=new Wk({shape:{points:n.getLayout("largePoints")},incremental:!!i,__startPoint:a,__baseDimIdx:o,__largeDataIndices:n.getLayout("largeDataIndices"),__barWidth:n.getLayout("barWidth")});e.add(r),Yc(r,t,n),r.seriesIndex=t.seriesIndex,t.get("silent")||(r.on("mousedown",Hk),r.on("mousemove",Hk))}function Xc(t,e,i){var n=t.__baseDimIdx,a=1-n,o=t.shape.points,r=t.__largeDataIndices,s=Math.abs(t.__barWidth/2),l=t.__startPoint[a];Rk[0]=e,Rk[1]=i;for(var u=Rk[n],h=Rk[1-n],c=u-s,d=u+s,f=0,p=o.length/2;p>f;f++){var g=2*f,m=o[g+n],v=o[g+a];if(m>=c&&d>=m&&(v>=l?h>=l&&v>=h:h>=v&&l>=h))return r[f]}return-1}function Yc(t,e,i){var n=i.getVisual("borderColor")||i.getVisual("color"),a=e.getModel("itemStyle").getItemStyle(["color","borderColor"]);t.useStyle(a),t.style.fill=null,t.style.stroke=n,t.style.lineWidth=i.getLayout("barWidth")}function jc(t,e,i,n){var a,o,r=Cr(i-t.rotation),s=n[0]>n[1],l="start"===e&&!s||"start"!==e&&s;return Lr(r-Zk/2)?(o=l?"bottom":"top",a="center"):Lr(r-1.5*Zk)?(o=l?"top":"bottom",a="center"):(o="middle",a=1.5*Zk>r&&r>Zk/2?l?"left":"right":l?"right":"left"),{rotation:r,textAlign:a,textVerticalAlign:o}}function qc(t,e,i){if(!Kh(t.axis)){var n=t.get("axisLabel.showMinLabel"),a=t.get("axisLabel.showMaxLabel");e=e||[],i=i||[];var o=e[0],r=e[1],s=e[e.length-1],l=e[e.length-2],u=i[0],h=i[1],c=i[i.length-1],d=i[i.length-2];n===!1?(Kc(o),Kc(u)):$c(o,r)&&(n?(Kc(r),Kc(h)):(Kc(o),Kc(u))),a===!1?(Kc(s),Kc(c)):$c(l,s)&&(a?(Kc(l),Kc(d)):(Kc(s),Kc(c)))}}function Kc(t){t&&(t.ignore=!0)}function $c(t,e){var i=t&&t.getBoundingRect().clone(),n=e&&e.getBoundingRect().clone();if(i&&n){var a=ke([]);return Ne(a,a,-t.rotation),i.applyTransform(Oe([],a,t.getLocalTransform())),n.applyTransform(Oe([],a,e.getLocalTransform())),i.intersect(n)}}function Jc(t){return"middle"===t||"center"===t}function Qc(t,e,i,n,a){for(var o=[],r=[],s=[],l=0;l=0||t===e}function ud(t){var e=hd(t);if(e){var i=e.axisPointerModel,n=e.axis.scale,a=i.option,o=i.get("status"),r=i.get("value");null!=r&&(r=n.parse(r));var s=dd(i);null==o&&(a.status=s?"show":"hide");var l=n.getExtent().slice();l[0]>l[1]&&l.reverse(),(null==r||r>l[1])&&(r=l[1]),r0?i=n[0]:n[1]<0&&(i=n[1]),i}function Ad(t,e,i,n){var a=0/0;t.stacked&&(a=i.get(i.getCalculationInfo("stackedOverDimension"),n)),isNaN(a)&&(a=t.valueStart);var o=t.baseDataOffset,r=[];return r[o]=i.get(t.baseDim,n),r[1-o]=a,e.dataToPoint(r)}function Dd(t,e){var i=[];return e.diff(t).add(function(t){i.push({cmd:"+",idx:t})}).update(function(t,e){i.push({cmd:"=",idx:e,idx1:t})}).remove(function(t){i.push({cmd:"-",idx:t})}).execute(),i}function Cd(t){return isNaN(t[0])||isNaN(t[1])}function Ld(t,e,i,n,a,o,r,s,l,u){return"none"!==u&&u?kd.apply(this,arguments):Pd.apply(this,arguments)}function kd(t,e,i,n,a,o,r,s,l,u,h){for(var c=0,d=i,f=0;n>f;f++){var p=e[d];if(d>=a||0>d)break;if(Cd(p)){if(h){d+=o;continue}break}if(d===i)t[o>0?"moveTo":"lineTo"](p[0],p[1]);else if(l>0){var g=e[c],m="y"===u?1:0,v=(p[m]-g[m])*l;pP(mP,g),mP[m]=g[m]+v,pP(vP,p),vP[m]=p[m]-v,t.bezierCurveTo(mP[0],mP[1],vP[0],vP[1],p[0],p[1])}else t.lineTo(p[0],p[1]);c=d,d+=o}return f}function Pd(t,e,i,n,a,o,r,s,l,u,h){for(var c=0,d=i,f=0;n>f;f++){var p=e[d];if(d>=a||0>d)break;if(Cd(p)){if(h){d+=o;continue}break}if(d===i)t[o>0?"moveTo":"lineTo"](p[0],p[1]),pP(mP,p);else if(l>0){var g=d+o,m=e[g];if(h)for(;m&&Cd(e[g]);)g+=o,m=e[g];var v=.5,y=e[c],m=e[g];if(!m||Cd(m))pP(vP,p);else{Cd(m)&&!h&&(m=p),Y(gP,m,y);var x,_;if("x"===u||"y"===u){var w="x"===u?0:1;x=Math.abs(p[w]-y[w]),_=Math.abs(p[w]-m[w])}else x=ES(p,y),_=ES(p,m);v=_/(_+x),fP(vP,p,gP,-l*(1-v))}cP(mP,mP,s),dP(mP,mP,r),cP(vP,vP,s),dP(vP,vP,r),t.bezierCurveTo(mP[0],mP[1],vP[0],vP[1],p[0],p[1]),fP(mP,p,gP,l*v)}else t.lineTo(p[0],p[1]);c=d,d+=o}return f}function Od(t,e){var i=[1/0,1/0],n=[-1/0,-1/0];if(e)for(var a=0;an[0]&&(n[0]=o[0]),o[1]>n[1]&&(n[1]=o[1])}return{min:e?i:n,max:e?n:i}}function Ed(t,e){if(t.length===e.length){for(var i=0;ia;a++)n.push(Ad(i,t,e,a));return n}function zd(t,e,i){for(var n=e.getBaseAxis(),a="x"===n.dim||"radius"===n.dim?0:1,o=[],r=0;r=0;o--){var r=i[o].dimension,s=t.dimensions[r],l=t.getDimensionInfo(s);if(n=l&&l.coordDim,"x"===n||"y"===n){a=i[o];break}}if(a){var u=e.getAxis(n),h=p(a.stops,function(t){return{coord:u.toGlobalCoord(u.dataToCoord(t.value)),color:t.color}}),c=h.length,d=a.outerColors.slice();c&&h[0].coord>h[c-1].coord&&(h.reverse(),d.reverse());var g=10,m=h[0].coord-g,v=h[c-1].coord+g,y=v-m;if(.001>y)return"transparent";f(h,function(t){t.offset=(t.coord-m)/y}),h.push({offset:c?h[c-1].offset:.5,color:d[1]||"transparent"}),h.unshift({offset:c?h[0].offset:.5,color:d[0]||"transparent"});var x=new hA(0,0,0,0,h,!0);return x[n]=m,x[n+"2"]=v,x}}}function Vd(t,e,i){var n=t.get("showAllSymbol"),a="auto"===n;if(!n||a){var o=i.getAxesByScale("ordinal")[0];if(o&&(!a||!Gd(o,e))){var r=e.mapDimension(o.dim),s={};return f(o.getViewLabels(),function(t){s[t.tickValue]=1}),function(t){return!s.hasOwnProperty(e.get(r,t))}}}}function Gd(t,e){var i=t.getExtent(),n=Math.abs(i[1]-i[0])/t.scale.count();isNaN(n)&&(n=0);for(var a=e.count(),o=Math.max(1,Math.round(a/5)),r=0;a>r;r+=o)if(1.5*vd.getSymbolSize(e,r)[t.isHorizontal()?1:0]>n)return!1;return!0}function Fd(t,e,i){if("cartesian2d"===t.type){var n=t.getBaseAxis().isHorizontal(),a=Rc(t,e,i);if(!i.get("clip",!0)){var o=a.shape,r=Math.max(o.width,o.height);n?(o.y-=r,o.height+=2*r):(o.x-=r,o.width+=2*r)}return a}return zc(t,e,i)}function Wd(t,e){this.getAllNames=function(){var t=e();return t.mapArray(t.getName)},this.containName=function(t){var i=e();return i.indexOfName(t)>=0},this.indexOfName=function(e){var i=t();return i.indexOfName(e)},this.getItemVisual=function(e,i){var n=t();return n.getItemVisual(e,i)}}function Hd(t,e,i,n){var a=e.getData(),o=this.dataIndex,r=a.getName(o),s=e.get("selectedOffset");n.dispatchAction({type:"pieToggleSelect",from:t,name:r,seriesId:e.id}),a.each(function(t){Zd(a.getItemGraphicEl(t),a.getItemLayout(t),e.isSelected(a.getName(t)),s,i)})}function Zd(t,e,i,n,a){var o=(e.startAngle+e.endAngle)/2,r=Math.cos(o),s=Math.sin(o),l=i?n:0,u=[r*l,s*l];a?t.animate().when(200,{position:u}).start("bounceOut"):t.attr("position",u)}function Ud(t,e){CM.call(this);var i=new jT({z2:2}),n=new QT,a=new ZT;this.add(i),this.add(n),this.add(a),this.updateData(t,e,!0)}function Xd(t,e,i,n,a,o,r,s,l,u){function h(e,i,n){for(var a=e;i>a&&!(t[a].y+n>l+r);a++)if(t[a].y+=n,a>e&&i>a+1&&t[a+1].y>t[a].y+t[a].height)return void c(a,n/2);c(i-1,n/2)}function c(e,i){for(var n=e;n>=0&&!(t[n].y-i0&&t[n].y>t[n-1].y+t[n-1].height));n--);}function d(t,e,i,n,a,o){for(var r=o>0?e?Number.MAX_VALUE:0:e?Number.MAX_VALUE:0,s=0,l=t.length;l>s;s++)if("none"===t[s].labelAlignTo){var u=Math.abs(t[s].y-n),h=t[s].len,c=t[s].len2,d=a+h>u?Math.sqrt((a+h+c)*(a+h+c)-u*u):Math.abs(t[s].x-i);e&&d>=r&&(d=r-10),!e&&r>=d&&(d=r+10),t[s].x=i+d*o,r=d}}t.sort(function(t,e){return t.y-e.y});for(var f,p=0,g=t.length,m=[],v=[],y=0;g>y;y++){if("outer"===t[y].position&&"labelLine"===t[y].labelAlignTo){var x=t[y].x-u;t[y].linePoints[1][0]+=x,t[y].x=u}f=t[y].y-p,0>f&&h(y,g,-f,a),p=t[y].y+t[y].height}0>r-p&&c(g-1,p-r);for(var y=0;g>y;y++)t[y].y>=i?v.push(t[y]):m.push(t[y]);d(m,!1,e,i,n,a),d(v,!0,e,i,n,a)}function Yd(t,e,i,n,a,o,r,s){for(var l=[],u=[],h=Number.MAX_VALUE,c=-Number.MAX_VALUE,d=0;d0?"P":"N",o=n.getVisual("borderColor"+a)||n.getVisual("color"+a),r=i.getModel(ZP).getItemStyle(XP);e.useStyle(r),e.style.fill=null,e.style.stroke=o}function sf(t,e,i,n,a){var o;return o=i>n?-1:n>i?1:e>0?t.get(a,e-1)<=n?1:-1:1}function lf(t,e){var i,n=t.getBaseAxis(),a="category"===n.type?n.getBandWidth():(i=n.getExtent(),Math.abs(i[1]-i[0])/e.count()),o=br(C(t.get("barMaxWidth"),a),a),r=br(C(t.get("barMinWidth"),1),a),s=t.get("barWidth");return null!=s?br(s,a):Math.max(Math.min(a/2,o),r)}function uf(t,e,i){vk.call(this,t,e,i),this.type="value",this.angle=0,this.name="",this.model}function hf(t,e,i){this._model=t,this.dimensions=[],this._indicatorAxes=p(t.getIndicatorModels(),function(t,e){var i="indicator_"+e,n=new uf(i,"log"===t.get("axisType")?new ek:new PL);return n.name=t.get("name"),n.model=t,t.axis=n,this.dimensions.push(i),n},this),this.resize(t,i),this.cx,this.cy,this.r,this.r0,this.startAngle}function cf(t,e){return s({show:e},t)}function df(t){return _(t)||(t=[+t,+t]),t}function ff(t){return!isNaN(t[0])&&!isNaN(t[1])}function pf(t){return[t.cx,t.cy]}function gf(){var t=AS();this.canvas=t,this.blurSize=30,this.pointSize=20,this.maxOpacity=1,this.minOpacity=0,this._gradientPixels={}}function mf(t,e,i){var n=t[1]-t[0];e=p(e,function(e){return{interval:[(e.interval[0]-t[0])/n,(e.interval[1]-t[0])/n]}});var a=e.length,o=0;return function(t){for(var n=o;a>n;n++){var r=e[n].interval;if(r[0]<=t&&t<=r[1]){o=n;break}}if(n===a)for(var n=o-1;n>=0;n--){var r=e[n].interval;if(r[0]<=t&&t<=r[1]){o=n;break}}return n>=0&&a>n&&i[n]}}function vf(t,e){var i=t[1]-t[0];return e=[(e[0]-t[0])/i,(e[1]-t[0])/i],function(t){return t>=e[0]&&t<=e[1]}}function yf(t){var e=t.dimensions;return"lng"===e[0]&&"lat"===e[1]}function xf(t){var e=t.mainData,i=t.datas;i||(i={main:e},t.datasAttr={main:"data"}),t.datas=t.mainData=null,If(e,i,t),uO(i,function(i){uO(e.TRANSFERABLE_METHODS,function(e){i.wrapMethod(e,x(_f,t))})}),e.wrapMethod("cloneShallow",x(bf,t)),uO(e.CHANGABLE_METHODS,function(i){e.wrapMethod(i,x(wf,t))}),O(i[e.dataType]===e)}function _f(t,e){if(Mf(this)){var i=r({},this[hO]);i[this.dataType]=e,If(e,i,t)}else Tf(e,this.dataType,this[cO],t);return e}function wf(t,e){return t.struct&&t.struct.update(this),e}function bf(t,e){return uO(e[hO],function(i,n){i!==e&&Tf(i.cloneShallow(),n,e,t)}),e}function Sf(t){var e=this[cO];return null==t||null==e?e:e[hO][t]}function Mf(t){return t[cO]===t}function If(t,e,i){t[hO]={},uO(e,function(e,n){Tf(e,n,t,i)})}function Tf(t,e,i,n){i[hO][e]=t,t[cO]=i,t.dataType=e,n.struct&&(t[n.structAttr]=n.struct,n.struct[n.datasAttr[e]]=t),t.getLinkedData=Sf}function Af(t,e,i){this.root,this.data,this._nodes=[],this.hostModel=t,this.levelModels=p(e||[],function(e){return new pr(e,t,t.ecModel)}),this.leavesModel=new pr(i||{},t,t.ecModel)}function Df(t,e){var i=e.children;t.parentNode!==e&&(i.push(t),t.parentNode=e)}function Cf(t){t.hierNode={defaultAncestor:null,ancestor:t,prelim:0,modifier:0,change:0,shift:0,i:0,thread:null};for(var e,i,n=[t];e=n.pop();)if(i=e.children,e.isExpand&&i.length)for(var a=i.length,o=a-1;o>=0;o--){var r=i[o];r.hierNode={defaultAncestor:null,ancestor:r,prelim:0,modifier:0,change:0,shift:0,i:o,thread:null},n.push(r)}}function Lf(t,e){var i=t.isExpand?t.children:[],n=t.parentNode.children,a=t.hierNode.i?n[t.hierNode.i-1]:null;if(i.length){Nf(t);var o=(i[0].hierNode.prelim+i[i.length-1].hierNode.prelim)/2;a?(t.hierNode.prelim=a.hierNode.prelim+e(t,a),t.hierNode.modifier=t.hierNode.prelim-o):t.hierNode.prelim=o}else a&&(t.hierNode.prelim=a.hierNode.prelim+e(t,a));t.parentNode.hierNode.defaultAncestor=Rf(t,a,t.parentNode.hierNode.defaultAncestor||n[0],e)}function kf(t){var e=t.hierNode.prelim+t.parentNode.hierNode.modifier;t.setLayout({x:e},!0),t.hierNode.modifier+=t.parentNode.hierNode.modifier}function Pf(t){return arguments.length?t:Ff}function Of(t,e){var i={};return t-=Math.PI/2,i.x=e*Math.cos(t),i.y=e*Math.sin(t),i}function Ef(t,e){return $r(t.getBoxLayoutParams(),{width:e.getWidth(),height:e.getHeight()})}function Nf(t){for(var e=t.children,i=e.length,n=0,a=0;--i>=0;){var o=e[i];o.hierNode.prelim+=n,o.hierNode.modifier+=n,a+=o.hierNode.change,n+=o.hierNode.shift+a}}function Rf(t,e,i,n){if(e){for(var a=t,o=t,r=o.parentNode.children[0],s=e,l=a.hierNode.modifier,u=o.hierNode.modifier,h=r.hierNode.modifier,c=s.hierNode.modifier;s=zf(s),o=Bf(o),s&&o;){a=zf(a),r=Bf(r),a.hierNode.ancestor=t;var d=s.hierNode.prelim+c-o.hierNode.prelim-u+n(s,o);d>0&&(Gf(Vf(s,t,i),t,d),u+=d,l+=d),c+=s.hierNode.modifier,u+=o.hierNode.modifier,l+=a.hierNode.modifier,h+=r.hierNode.modifier}s&&!zf(a)&&(a.hierNode.thread=s,a.hierNode.modifier+=c-l),o&&!Bf(r)&&(r.hierNode.thread=o,r.hierNode.modifier+=u-h,i=t)}return i}function zf(t){var e=t.children;return e.length&&t.isExpand?e[e.length-1]:t.hierNode.thread}function Bf(t){var e=t.children;return e.length&&t.isExpand?e[0]:t.hierNode.thread}function Vf(t,e,i){return t.hierNode.ancestor.parentNode===e.parentNode?t.hierNode.ancestor:i}function Gf(t,e,i){var n=i/(e.hierNode.i-t.hierNode.i);e.hierNode.change-=n,e.hierNode.shift+=i,e.hierNode.modifier+=i,e.hierNode.prelim+=i,t.hierNode.change+=n}function Ff(t,e){return t.parentNode===e.parentNode?1:2}function Wf(){tM.call(this)}function Hf(t){this.name=t,this.zoomLimit,tM.call(this),this._roamTransformable=new Wf,this._rawTransformable=new Wf,this._center,this._zoom}function Zf(t,e,i,n){var a=i.seriesModel,o=a?a.coordinateSystem:null;return o===this?o[t](n):null}function Uf(t,e,i){var n=t.target,a=n.position;a[0]+=e,a[1]+=i,n.dirty()}function Xf(t,e,i,n){var a=t.target,o=t.zoomLimit,r=a.position,s=a.scale,l=t.zoom=t.zoom||1;if(l*=e,o){var u=o.min||0,h=o.max||1/0;l=Math.max(Math.min(h,l),u)}var c=l/t.zoom;t.zoom=l,r[0]-=(i-r[0])*(c-1),r[1]-=(n-r[1])*(c-1),s[0]*=c,s[1]*=c,a.dirty()}function Yf(t,e,i){var n=Kf(t);n[e]=i}function jf(t,e,i){var n=Kf(t),a=n[e];a===i&&(n[e]=null)}function qf(t,e){return!!Kf(t)[e]}function Kf(t){return t[pO]||(t[pO]={})}function $f(t){this.pointerChecker,this._zr=t,this._opt={};var e=y,i=e(Jf,this),a=e(Qf,this),o=e(tp,this),r=e(ep,this),l=e(ip,this);BS.call(this),this.setPointerChecker=function(t){this.pointerChecker=t},this.enable=function(e,u){this.disable(),this._opt=s(n(u)||{},{zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!1,preventDefaultMouseMove:!0}),null==e&&(e=!0),(e===!0||"move"===e||"pan"===e)&&(t.on("mousedown",i),t.on("mousemove",a),t.on("mouseup",o)),(e===!0||"scale"===e||"zoom"===e)&&(t.on("mousewheel",r),t.on("pinch",l))},this.disable=function(){t.off("mousedown",i),t.off("mousemove",a),t.off("mouseup",o),t.off("mousewheel",r),t.off("pinch",l)},this.dispose=this.disable,this.isDragging=function(){return this._dragging},this.isPinching=function(){return this._pinching}}function Jf(t){if(!(be(t)||t.target&&t.target.draggable)){var e=t.offsetX,i=t.offsetY;this.pointerChecker&&this.pointerChecker(t,e,i)&&(this._x=e,this._y=i,this._dragging=!0)}}function Qf(t){if(this._dragging&&op("moveOnMouseMove",t,this._opt)&&"pinch"!==t.gestureEvent&&!qf(this._zr,"globalPan")){var e=t.offsetX,i=t.offsetY,n=this._x,a=this._y,o=e-n,r=i-a;this._x=e,this._y=i,this._opt.preventDefaultMouseMove&&ZS(t.event),ap(this,"pan","moveOnMouseMove",t,{dx:o,dy:r,oldX:n,oldY:a,newX:e,newY:i})}}function tp(t){be(t)||(this._dragging=!1)}function ep(t){var e=op("zoomOnMouseWheel",t,this._opt),i=op("moveOnMouseWheel",t,this._opt),n=t.wheelDelta,a=Math.abs(n),o=t.offsetX,r=t.offsetY;if(0!==n&&(e||i)){if(e){var s=a>3?1.4:a>1?1.2:1.1,l=n>0?s:1/s;np(this,"zoom","zoomOnMouseWheel",t,{scale:l,originX:o,originY:r})}if(i){var u=Math.abs(n),h=(n>0?1:-1)*(u>3?.4:u>1?.15:.05);np(this,"scrollMove","moveOnMouseWheel",t,{scrollDelta:h,originX:o,originY:r})}}}function ip(t){if(!qf(this._zr,"globalPan")){var e=t.pinchScale>1?1.1:1/1.1;np(this,"zoom",null,t,{scale:e,originX:t.pinchX,originY:t.pinchY})}}function np(t,e,i,n,a){t.pointerChecker&&t.pointerChecker(n,a.originX,a.originY)&&(ZS(n.event),ap(t,e,i,n,a))}function ap(t,e,i,n,a){a.isAvailableBehavior=y(op,null,i,n),t.trigger(e,a)}function op(t,e,i){var n=i[t];return!t||n&&(!b(n)||e.event[n+"Key"])}function rp(t,e,i){var n=e.getComponentByElement(t.topTarget),a=n&&n.coordinateSystem;return n&&n!==i&&!gO[n.mainType]&&a&&a.model!==i}function sp(t,e){var i=t.getItemLayout(e);return i&&!isNaN(i.x)&&!isNaN(i.y)&&"none"!==t.getItemVisual(e,"symbol")}function lp(t,e,i){return i.itemModel=e,i.itemStyle=e.getModel("itemStyle").getItemStyle(),i.hoverItemStyle=e.getModel("emphasis.itemStyle").getItemStyle(),i.lineStyle=e.getModel("lineStyle").getLineStyle(),i.labelModel=e.getModel("label"),i.hoverLabelModel=e.getModel("emphasis.label"),i.symbolInnerColor=t.isExpand===!1&&0!==t.children.length?i.itemStyle.fill:"#fff",i}function up(t,e,i,n,a,o){var r=!i,l=t.tree.getNodeByDataIndex(e),u=l.getModel(),o=lp(l,u,o),h=t.tree.root,c=l.parentNode===h?l:l.parentNode||l,d=t.getItemGraphicEl(c.dataIndex),f=c.getLayout(),p=d?{x:d.position[0],y:d.position[1],rawX:d.__radialOldRawX,rawY:d.__radialOldRawY}:f,g=l.getLayout();r?(i=new vd(t,e,o),i.attr("position",[p.x,p.y])):i.updateData(t,e,o),i.__radialOldRawX=i.__radialRawX,i.__radialOldRawY=i.__radialRawY,i.__radialRawX=g.rawX,i.__radialRawY=g.rawY,n.add(i),t.setItemGraphicEl(e,i),er(i,{position:[g.x,g.y]},a);var m=i.getSymbolPath();if("radial"===o.layout){var v,y,x=h.children[0],_=x.getLayout(),w=x.children.length;if(g.x===_.x&&l.isExpand===!0){var b={};b.x=(x.children[0].getLayout().x+x.children[w-1].getLayout().x)/2,b.y=(x.children[0].getLayout().y+x.children[w-1].getLayout().y)/2,v=Math.atan2(b.y-_.y,b.x-_.x),0>v&&(v=2*Math.PI+v),y=b.x<_.x,y&&(v-=Math.PI)}else v=Math.atan2(g.y-_.y,g.x-_.x),0>v&&(v=2*Math.PI+v),0===l.children.length||0!==l.children.length&&l.isExpand===!1?(y=g.x<_.x,y&&(v-=Math.PI)):(y=g.x>_.x,y||(v-=Math.PI));var S=y?"left":"right",M=o.labelModel.get("rotate"),I=M*(Math.PI/180);m.setStyle({textPosition:o.labelModel.get("position")||S,textRotation:null==M?-v:I,textOrigin:"center",verticalAlign:"middle"})}if(l.parentNode&&l.parentNode!==h){var T=i.__edge;T||(T=i.__edge=new rA({shape:cp(o,p,p),style:s({opacity:0,strokeNoScale:!0},o.lineStyle)})),er(T,{shape:cp(o,f,g),style:{opacity:1}},a),n.add(T)}}function hp(t,e,i,n,a,o){for(var r,s=t.tree.getNodeByDataIndex(e),l=t.tree.root,u=s.getModel(),o=lp(s,u,o),h=s.parentNode===l?s:s.parentNode||s;r=h.getLayout(),null==r;)h=h.parentNode===l?h:h.parentNode||h;er(i,{position:[r.x+1,r.y+1]},a,function(){n.remove(i),t.setItemGraphicEl(e,null)}),i.fadeOut(null,{keepLabel:!0});var c=i.__edge;c&&er(c,{shape:cp(o,r,r),style:{opacity:0}},a,function(){n.remove(c)})}function cp(t,e,i){var n,a,o,r,s,l,u,h,c=t.orient;if("radial"===t.layout){s=e.rawX,u=e.rawY,l=i.rawX,h=i.rawY;var d=Of(s,u),f=Of(s,u+(h-u)*t.curvature),p=Of(l,h+(u-h)*t.curvature),g=Of(l,h);return{x1:d.x,y1:d.y,x2:g.x,y2:g.y,cpx1:f.x,cpy1:f.y,cpx2:p.x,cpy2:p.y}}return s=e.x,u=e.y,l=i.x,h=i.y,("LR"===c||"RL"===c)&&(n=s+(l-s)*t.curvature,a=u,o=l+(s-l)*t.curvature,r=h),("TB"===c||"BT"===c)&&(n=s,a=u+(h-u)*t.curvature,o=l,r=h+(u-h)*t.curvature),{x1:s,y1:u,x2:l,y2:h,cpx1:n,cpy1:a,cpx2:o,cpy2:r}}function dp(t,e,i){var n=t.getZoom(),a=t.getCenter(),o=e.zoom,r=t.dataToPoint(a);if(null!=e.dx&&null!=e.dy){r[0]-=e.dx,r[1]-=e.dy;var a=t.pointToData(r);t.setCenter(a)}if(null!=o){if(i){var s=i.min||0,l=i.max||1/0;o=Math.max(Math.min(n*o,l),s)/n}t.scale[0]*=o,t.scale[1]*=o;var u=t.position,h=(e.originX-u[0])*(o-1),c=(e.originY-u[1])*(o-1);u[0]-=h,u[1]-=c,t.updateTransform();var a=t.pointToData(r);t.setCenter(a),t.setZoom(o*n)}return{center:t.getCenter(),zoom:t.getZoom()}}function fp(t,e,i){for(var n,a=[t],o=[];n=a.pop();)if(o.push(n),n.isExpand){var r=n.children;if(r.length)for(var s=0;s=0;o--)n.push(a[o])}}function gp(t,e){var i=Ef(t,e);t.layoutInfo=i;var n=t.get("layout"),a=0,o=0,r=null;"radial"===n?(a=2*Math.PI,o=Math.min(i.height,i.width)/2,r=Pf(function(t,e){return(t.parentNode===e.parentNode?1:2)/t.depth})):(a=i.width,o=i.height,r=Pf());var s=t.getData().tree.root,l=s.children[0];if(l){Cf(s),fp(l,Lf,r),s.hierNode.modifier=-l.hierNode.prelim,pp(l,kf);var u=l,h=l,c=l;pp(l,function(t){var e=t.getLayout().x;eh.getLayout().x&&(h=t),t.depth>c.depth&&(c=t)});var d=u===h?1:r(u,h)/2,f=d-u.getLayout().x,p=0,g=0,m=0,v=0;if("radial"===n)p=a/(h.getLayout().x+d+f),g=o/(c.depth-1||1),pp(l,function(t){m=(t.getLayout().x+f)*p,v=(t.depth-1)*g;var e=Of(m,v);t.setLayout({x:e.x,y:e.y,rawX:m,rawY:v},!0)});else{var y=t.getOrient();"RL"===y||"LR"===y?(g=o/(h.getLayout().x+d+f),p=a/(c.depth-1||1),pp(l,function(t){v=(t.getLayout().x+f)*g,m="LR"===y?(t.depth-1)*p:a-(t.depth-1)*p,t.setLayout({x:m,y:v},!0)})):("TB"===y||"BT"===y)&&(p=a/(h.getLayout().x+d+f),g=o/(c.depth-1||1),pp(l,function(t){m=(t.getLayout().x+f)*p,v="TB"===y?(t.depth-1)*g:o-(t.depth-1)*g,t.setLayout({x:m,y:v},!0)}))}}}function mp(t,e,i){if(t&&u(e,t.type)>=0){var n=i.getData().tree.root,a=t.targetNode;if("string"==typeof a&&(a=n.getNodeById(a)),a&&n.contains(a))return{node:a};var o=t.targetNodeId;if(null!=o&&(a=n.getNodeById(o)))return{node:a}}}function vp(t){for(var e=[];t;)t=t.parentNode,t&&e.push(t);return e.reverse()}function yp(t,e){var i=vp(t);return u(i,e)>=0}function xp(t,e){for(var i=[];t;){var n=t.dataIndex;i.push({name:t.name,dataIndex:n,value:e.getRawValue(n)}),t=t.parentNode}return i.reverse(),i}function _p(t){var e=0;f(t.children,function(t){_p(t);var i=t.value;_(i)&&(i=i[0]),e+=i});var i=t.value;_(i)&&(i=i[0]),(null==i||isNaN(i))&&(i=e),0>i&&(i=0),_(t.value)?t.value[0]=i:t.value=i}function wp(t,e){var i=e.get("color");if(i){t=t||[];var n;if(f(t,function(t){var e=new pr(t),i=e.get("color");(e.get("itemStyle.color")||i&&"none"!==i)&&(n=!0)}),!n){var a=t[0]||(t[0]={});a.color=i.slice()}return t}}function bp(t){this.group=new CM,t.add(this.group)}function Sp(t,e,i,n,a,o){var r=[[a?t:t-xO,e],[t+i,e],[t+i,e+n],[a?t:t-xO,e+n]];return!o&&r.splice(2,0,[t+i+xO,e+n/2]),!a&&r.push([t,e+n/2]),r}function Mp(t,e,i){t.eventData={componentType:"series",componentSubType:"treemap",componentIndex:e.componentIndex,seriesIndex:e.componentIndex,seriesName:e.name,seriesType:"treemap",selfType:"breadcrumb",nodeData:{dataIndex:i&&i.dataIndex,name:i&&i.name},treePathInfo:i&&xp(i,e)}}function Ip(){var t,e=[],i={};return{add:function(t,n,a,o,r){return b(o)&&(r=o,o=0),i[t.id]?!1:(i[t.id]=1,e.push({el:t,target:n,time:a,delay:o,easing:r}),!0)},done:function(e){return t=e,this},start:function(){function n(){a--,a||(e.length=0,i={},t&&t())}for(var a=e.length,o=0,r=e.length;r>o;o++){var s=e[o];s.el.animateTo(s.target,s.time,s.delay,s.easing,n)}return this}}}function Tp(){return{nodeGroup:[],background:[],content:[]}}function Ap(t,e,i,a,o,s,l,u,h,c){function d(e,i,n){i.dataIndex=l.dataIndex,i.seriesIndex=t.seriesIndex,i.setShape({x:0,y:0,width:_,height:w});var a=l.getVisual("borderColor",!0),o=k.get("borderColor");p(i,function(){var t=OO(L);t.fill=a;var e=PO(k);if(e.fill=o,n){var r=_-2*b;g(t,e,a,r,A,{x:b,y:0,width:r,height:A})}else t.text=e.text=null;i.setStyle(t),Vo(i,e)}),e.add(i)}function f(e,i){i.dataIndex=l.dataIndex,i.seriesIndex=t.seriesIndex;var n=Math.max(_-2*b,0),a=Math.max(w-2*b,0);i.culling=!0,i.setShape({x:b,y:b,width:n,height:a});var o=l.getVisual("color",!0);p(i,function(){var t=OO(L);t.fill=o;var e=PO(k);g(t,e,o,n,a),i.setStyle(t),Vo(i,e)}),e.add(i)}function p(t,e){S?!t.invisible&&s.push(t):(e(),t.__tmWillVisible||(t.invisible=!1))}function g(e,i,a,o,r,s){var u=l.getModel(),h=D(t.getFormattedLabel(l.dataIndex,"normal",null,null,s?"upperLabel":"label"),u.get("name"));if(!s&&x.isLeafRoot){var c=t.get("drillDownIcon",!0);h=c?c+" "+h:h}var d=u.getModel(s?AO:IO),f=u.getModel(s?DO:TO),p=d.getShallow("show");Ho(e,i,d,f,{defaultText:p?h:null,autoColor:a,isRectText:!0}),s&&(e.textRect=n(s)),e.truncate=p&&d.get("ellipsis")?{outerWidth:o,outerHeight:r,minChar:2}:null}function m(t,n,a,r){var s=null!=I&&i[t][I],l=o[t];return s?(i[t][I]=null,v(l,s,t)):S||(s=new n({z:Dp(a,r)}),s.__tmDepth=a,s.__tmStorageName=t,y(l,s,t)),e[t][M]=s}function v(t,e,i){var n=t[M]={};n.old="nodeGroup"===i?e.position.slice():r({},e.shape)}function y(t,e,i){var n=t[M]={},r=l.parentNode;if(r&&(!a||"drillDown"===a.direction)){var s=0,u=0,h=o.background[r.getRawIndex()];!a&&h&&h.old&&(s=h.old.width,u=h.old.height),n.old="nodeGroup"===i?[0,u]:{x:s,y:u,width:0,height:0}}n.fadein="nodeGroup"!==i}if(l){var x=l.getLayout();if(x&&x.isInView){var _=x.width,w=x.height,b=x.borderWidth,S=x.invisible,M=l.getRawIndex(),I=u&&u.getRawIndex(),T=l.viewChildren,A=x.upperHeight,C=T&&T.length,L=l.getModel("itemStyle"),k=l.getModel("emphasis.itemStyle"),P=m("nodeGroup",wO);if(P){if(h.add(P),P.attr("position",[x.x||0,x.y||0]),P.__tmNodeWidth=_,P.__tmNodeHeight=w,x.isAboveViewRoot)return P;var O=m("background",bO,c,LO);if(O&&d(P,O,C&&x.upperHeight),!C){var E=m("content",bO,c,kO);E&&f(P,E)}return P}}}}function Dp(t,e){var i=t*CO+e;return(i-1)/i}function Cp(t){var e=t.pieceList;t.hasSpecialVisual=!1,f(e,function(e,i){e.originIndex=i,null!=e.visual&&(t.hasSpecialVisual=!0)})}function Lp(t){var e=t.categories,i=t.visual,n=t.categoryMap={};if(zO(e,function(t,e){n[t]=e}),!_(i)){var a=[];S(i)?zO(i,function(t,e){var i=n[e];a[null!=i?i:VO]=t}):a[VO]=i,i=Vp(t,a)}for(var o=e.length-1;o>=0;o--)null==i[o]&&(delete n[e[o]],e.pop())}function kp(t,e){var i=t.visual,n=[];S(i)?zO(i,function(t){n.push(t)}):null!=i&&n.push(i);var a={color:1,symbol:1};e||1!==n.length||a.hasOwnProperty(t.type)||(n[1]=n[0]),Vp(t,n)}function Pp(t){return{applyVisual:function(e,i,n){e=this.mapValueToVisual(e),n("color",t(i("color"),e))},_doMap:zp([0,1])}}function Op(t){var e=this.option.visual;return e[Math.round(wr(t,[0,1],[0,e.length-1],!0))]||{}}function Ep(t){return function(e,i,n){n(t,this.mapValueToVisual(e))}}function Np(t){var e=this.option.visual;return e[this.option.loop&&t!==VO?t%e.length:t]}function Rp(){return this.option.visual[0]}function zp(t){return{linear:function(e){return wr(e,t,this.option.visual,!0)},category:Np,piecewise:function(e,i){var n=Bp.call(this,i);return null==n&&(n=wr(e,t,this.option.visual,!0)),n},fixed:Rp}}function Bp(t){var e=this.option,i=e.pieceList;if(e.hasSpecialVisual){var n=GO.findPieceIndex(t,i),a=i[n];if(a&&a.visual)return a.visual[this.type]}}function Vp(t,e){return t.visual=e,"color"===t.type&&(t.parsedVisual=p(e,function(t){return $e(t)})),e}function Gp(t,e,i){return t?i>=e:i>e}function Fp(t,e,i,n,a,o){var r=t.getModel(),s=t.getLayout();if(s&&!s.invisible&&s.isInView){var l,u=t.getModel(ZO),h=i[t.depth],c=Wp(u,e,h,n),d=u.get("borderColor"),p=u.get("borderColorSaturation");null!=p&&(l=Hp(c,t),d=Zp(p,l)),t.setVisual("borderColor",d);var g=t.viewChildren;if(g&&g.length){var m=Xp(t,r,s,u,c,g);f(g,function(t,e){if(t.depth>=a.length||t===a[t.depth]){var s=jp(r,c,t,e,m,o);Fp(t,s,i,n,a,o)}})}else l=Hp(c,t),t.setVisual("color",l)}}function Wp(t,e,i,n){var a=r({},e);return f(["color","colorAlpha","colorSaturation"],function(o){var r=t.get(o,!0);null==r&&i&&(r=i[o]),null==r&&(r=e[o]),null==r&&(r=n.get(o)),null!=r&&(a[o]=r)}),a}function Hp(t){var e=Up(t,"color");if(e){var i=Up(t,"colorAlpha"),n=Up(t,"colorSaturation");return n&&(e=ai(e,null,null,n)),i&&(e=oi(e,i)),e}}function Zp(t,e){return null!=e?ai(e,null,null,t):null}function Up(t,e){var i=t[e];return null!=i&&"none"!==i?i:void 0}function Xp(t,e,i,n,a,o){if(o&&o.length){var r=Yp(e,"color")||null!=a.color&&"none"!==a.color&&(Yp(e,"colorAlpha")||Yp(e,"colorSaturation"));if(r){var s=e.get("visualMin"),l=e.get("visualMax"),u=i.dataExtent.slice();null!=s&&su[1]&&(u[1]=l);var h=e.get("colorMappingBy"),c={type:r.name,dataExtent:u,visual:r.range};"color"!==c.type||"index"!==h&&"id"!==h?c.mappingMethod="linear":(c.mappingMethod="category",c.loop=!0);var d=new GO(c);return d.__drColorMappingBy=h,d}}}function Yp(t,e){var i=t.get(e);return HO(i)&&i.length?{name:e,range:i}:null}function jp(t,e,i,n,a,o){var s=r({},e);if(a){var l=a.type,u="color"===l&&a.__drColorMappingBy,h="index"===u?n:"id"===u?o.mapIdToIndex(i.getId()):i.getValue(t.get("visualDimension"));s[l]=a.mapValueToVisual(h)}return s}function qp(t,e,i,n){var a,o;if(!t.isRemoved()){var r=t.getLayout();a=r.width,o=r.height;var s=t.getModel(),l=s.get(KO),u=s.get($O)/2,h=og(s),c=Math.max(l,h),d=l-u,f=c-u,s=t.getModel();t.setLayout({borderWidth:l,upperHeight:c,upperLabelHeight:h},!0),a=XO(a-2*d,0),o=XO(o-d-f,0);var p=a*o,g=Kp(t,s,p,e,i,n);if(g.length){var m={x:d,y:f,width:a,height:o},v=YO(a,o),y=1/0,x=[];x.area=0;for(var _=0,w=g.length;w>_;){var b=g[_]; +x.push(b),x.area+=b.getLayout().area;var S=tg(x,v,e.squareRatio);y>=S?(_++,y=S):(x.area-=x.pop().getLayout().area,eg(x,v,m,u,!1),v=YO(m.width,m.height),x.length=x.area=0,y=1/0)}if(x.length&&eg(x,v,m,u,!0),!i){var M=s.get("childrenVisibleMin");null!=M&&M>p&&(i=!0)}for(var _=0,w=g.length;w>_;_++)qp(g[_],e,i,n+1)}}}function Kp(t,e,i,n,a,o){var r=t.children||[],s=n.sort;"asc"!==s&&"desc"!==s&&(s=null);var l=null!=n.leafDepth&&n.leafDepth<=o;if(a&&!l)return t.viewChildren=[];r=m(r,function(t){return!t.isRemoved()}),Jp(r,s);var u=Qp(e,r,s);if(0===u.sum)return t.viewChildren=[];if(u.sum=$p(e,i,u.sum,s,r),0===u.sum)return t.viewChildren=[];for(var h=0,c=r.length;c>h;h++){var d=r[h].getValue()/u.sum*i;r[h].setLayout({area:d})}return l&&(r.length&&t.setLayout({isLeafRoot:!0},!0),r.length=0),t.viewChildren=r,t.setLayout({dataExtent:u.dataExtent},!0),r}function $p(t,e,i,n,a){if(!n)return i;for(var o=t.get("visibleMin"),r=a.length,s=r,l=r-1;l>=0;l--){var u=a["asc"===n?r-l-1:l].getValue();o>u/i*e&&(s=l,i-=u)}return"asc"===n?a.splice(0,r-s):a.splice(s,r-s),i}function Jp(t,e){return e&&t.sort(function(t,i){var n="asc"===e?t.getValue()-i.getValue():i.getValue()-t.getValue();return 0===n?"asc"===e?t.dataIndex-i.dataIndex:i.dataIndex-t.dataIndex:n}),t}function Qp(t,e,i){for(var n=0,a=0,o=e.length;o>a;a++)n+=e[a].getValue();var r,s=t.get("visualDimension");if(e&&e.length)if("value"===s&&i)r=[e[e.length-1].getValue(),e[0].getValue()],"asc"===i&&r.reverse();else{var r=[1/0,-1/0];qO(e,function(t){var e=t.getValue(s);er[1]&&(r[1]=e)})}else r=[0/0,0/0];return{sum:n,dataExtent:r}}function tg(t,e,i){for(var n,a=0,o=1/0,r=0,s=t.length;s>r;r++)n=t[r].getLayout().area,n&&(o>n&&(o=n),n>a&&(a=n));var l=t.area*t.area,u=e*e*i;return l?XO(u*a/l,l/(u*o)):1/0}function eg(t,e,i,n,a){var o=e===i.width?0:1,r=1-o,s=["x","y"],l=["width","height"],u=i[s[o]],h=e?t.area/e:0;(a||h>i[l[r]])&&(h=i[l[r]]);for(var c=0,d=t.length;d>c;c++){var f=t[c],p={},g=h?f.getLayout().area/h:0,m=p[l[r]]=XO(h-2*n,0),v=i[s[o]]+i[l[o]]-u,y=c===d-1||g>v?v:g,x=p[l[o]]=XO(y-2*n,0);p[s[r]]=i[s[r]]+YO(n,m/2),p[s[o]]=u+YO(n,x/2),u+=y,f.setLayout(p,!0)}i[s[r]]+=h,i[l[r]]-=h}function ig(t,e,i,n,a){var o=(e||{}).node,r=[n,a];if(!o||o===i)return r;for(var s,l=n*a,u=l*t.option.zoomToNodeRatio;s=o.parentNode;){for(var h=0,c=s.children,d=0,f=c.length;f>d;d++)h+=c[d].getValue();var p=o.getValue();if(0===p)return r;u*=h/p;var g=s.getModel(),m=g.get(KO),v=Math.max(m,og(g,m));u+=4*m*m+(3*m+v)*Math.pow(u,.5),u>RA&&(u=RA),o=s}l>u&&(u=l);var y=Math.pow(u/l,.5);return[n*y,a*y]}function ng(t,e,i){if(e)return{x:e.x,y:e.y};var n={x:0,y:0};if(!i)return n;var a=i.node,o=a.getLayout();if(!o)return n;for(var r=[o.width/2,o.height/2],s=a;s;){var l=s.getLayout();r[0]+=l.x,r[1]+=l.y,s=s.parentNode}return{x:t.width/2-r[0],y:t.height/2-r[1]}}function ag(t,e,i,n,a){var o=t.getLayout(),r=i[a],s=r&&r===t;if(!(r&&!s||a===i.length&&t!==n)){t.setLayout({isInView:!0,invisible:!s&&!e.intersect(o),isAboveViewRoot:s},!0);var l=new Si(e.x-o.x,e.y-o.y,e.width,e.height);qO(t.viewChildren||[],function(t){ag(t,l,i,n,a+1)})}}function og(t){return t.get(JO)?t.get(QO):0}function rg(t){var e=0;f(t.children,function(t){rg(t);var i=t.value;_(i)&&(i=i[0]),e+=i});var i=t.value;_(i)&&(i=i[0]),(null==i||isNaN(i))&&(i=e),0>i&&(i=0),_(t.value)?t.value[0]=i:t.value=i}function sg(t,e,i){function n(){r.ignore=r.hoverIgnore}function a(){r.ignore=r.normalIgnore}CM.call(this);var o=new jT({z2:iE});o.seriesIndex=e.seriesIndex;var r=new ZT({z2:nE,silent:t.getModel("label").get("silent")});this.add(o),this.add(r),this.updateData(!0,t,"normal",e,i),this.on("emphasis",n).on("normal",a).on("mouseover",n).on("mouseout",a)}function lg(t,e,i){var n=t.getVisual("color"),a=t.getVisual("visualMeta");a&&0!==a.length||(n=null);var o=t.getModel("itemStyle").get("color");if(o)return o;if(n)return n;if(0===t.depth)return i.option.color[0];var r=i.option.color.length;return o=i.option.color[ug(t)%r]}function ug(t){for(var e=t;e.depth>1;)e=e.parentNode;var i=t.getAncestors()[0];return u(i.children,e)}function hg(t,e,i){return i===eE.NONE?!1:i===eE.SELF?t===e:i===eE.ANCESTOR?t===e||t.isAncestorOf(e):t===e||t.isDescendantOf(e)}function cg(t,e,i){var n=e.getData();n.setItemVisual(t.dataIndex,"color",i)}function dg(t,e){var i=t.children||[];t.children=fg(i,e),i.length&&f(t.children,function(t){dg(t,e)})}function fg(t,e){if("function"==typeof e)return t.sort(e);var i="asc"===e;return t.sort(function(t,e){var n=(t.getValue()-e.getValue())*(i?1:-1);return 0===n?(t.dataIndex-e.dataIndex)*(i?-1:1):n})}function pg(t){for(var e,i=0;i1?(f.width=l,f.height=l/c):(f.height=l,f.width=l*c),f.y=s[1]-f.height/2,f.x=s[0]-f.width/2}else o=t.getBoxLayoutParams(),o.aspect=c,f=$r(o,{width:u,height:h});this.setViewRect(f.x,f.y,f.width,f.height),this.setCenter(t.get("center")),this.setZoom(t.get("zoom"))}function Ag(t,e){f(e.get("geoCoord"),function(e,i){t.addGeoCoord(i,e)})}function Dg(t,e){var i={};return f(t,function(t){t.each(t.mapDimension("value"),function(e,n){var a="ec-"+t.getName(n);i[a]=i[a]||[],isNaN(e)||i[a].push(e)})}),t[0].map(t[0].mapDimension("value"),function(n,a){for(var o="ec-"+t[0].getName(a),r=0,s=1/0,l=-1/0,u=i[o].length,h=0;u>h;h++)s=Math.min(s,i[o][h]),l=Math.max(l,i[o][h]),r+=i[o][h];var c;return c="min"===e?s:"max"===e?l:"average"===e?r/u:r,0===u?0/0:c})}function Cg(t){var e=t.data;e&&e[0]&&e[0][0]&&e[0][0].coord&&(t.data=p(e,function(t){var e=[t[0].coord,t[1].coord],i={coords:e};return t[0].name&&(i.fromName=t[0].name),t[1].name&&(i.toName=t[1].name),o([i,t[0],t[1]])}))}function Lg(t){return isNaN(+t.cpx1)||isNaN(+t.cpy1)}function kg(t){return"_"+t+"Type"}function Pg(t,e,i){var n=e.getItemVisual(i,"color"),a=e.getItemVisual(i,t),o=e.getItemVisual(i,t+"Size");if(a&&"none"!==a){_(o)||(o=[o,o]);var r=Jh(a,-o[0]/2,-o[1]/2,o[0],o[1],n);return r.name=t,r}}function Og(t){var e=new FE({name:"line",subPixelOptimize:!0});return Eg(e.shape,t),e}function Eg(t,e){t.x1=e[0][0],t.y1=e[0][1],t.x2=e[1][0],t.y2=e[1][1],t.percent=1;var i=e[2];i?(t.cpx1=i[0],t.cpy1=i[1]):(t.cpx1=0/0,t.cpy1=0/0)}function Ng(){var t=this,e=t.childOfName("fromSymbol"),i=t.childOfName("toSymbol"),n=t.childOfName("label");if(e||i||!n.ignore){for(var a=1,o=this.parent;o;)o.scale&&(a/=o.scale[0]),o=o.parent;var r=t.childOfName("line");if(this.__dirty||r.__dirty){var s=r.shape.percent,l=r.pointAt(0),u=r.pointAt(s),h=Y([],u,l);if(te(h,h),e){e.attr("position",l);var c=r.tangentAt(0);e.attr("rotation",Math.PI/2-Math.atan2(c[1],c[0])),e.attr("scale",[a*s,a*s])}if(i){i.attr("position",u);var c=r.tangentAt(1);i.attr("rotation",-Math.PI/2-Math.atan2(c[1],c[0])),i.attr("scale",[a*s,a*s])}if(!n.ignore){n.attr("position",u);var d,f,p,g=5*a;if("end"===n.__position)d=[h[0]*g+u[0],h[1]*g+u[1]],f=h[0]>.8?"left":h[0]<-.8?"right":"center",p=h[1]>.8?"top":h[1]<-.8?"bottom":"middle";else if("middle"===n.__position){var m=s/2,c=r.tangentAt(m),v=[c[1],-c[0]],y=r.pointAt(m);v[1]>0&&(v[0]=-v[0],v[1]=-v[1]),d=[y[0]+v[0]*g,y[1]+v[1]*g],f="center",p="bottom";var x=-Math.atan2(c[1],c[0]);u[0].8?"right":h[0]<-.8?"left":"center",p=h[1]>.8?"bottom":h[1]<-.8?"top":"middle";n.attr({style:{textVerticalAlign:n.__verticalAlign||p,textAlign:n.__textAlign||f},position:d,scale:[a,a]})}}}}function Rg(t,e,i){CM.call(this),this._createLine(t,e,i)}function zg(t){this._ctor=t||Rg,this.group=new CM}function Bg(t,e,i,n){var a=e.getItemLayout(i);if(Wg(a)){var o=new t._ctor(e,i,n);e.setItemGraphicEl(i,o),t.group.add(o)}}function Vg(t,e,i,n,a,o){var r=e.getItemGraphicEl(n);return Wg(i.getItemLayout(a))?(r?r.updateData(i,a,o):r=new t._ctor(i,a,o),i.setItemGraphicEl(a,r),void t.group.add(r)):void t.group.remove(r)}function Gg(t){var e=t.hostModel;return{lineStyle:e.getModel("lineStyle").getLineStyle(),hoverLineStyle:e.getModel("emphasis.lineStyle").getLineStyle(),labelModel:e.getModel("label"),hoverLabelModel:e.getModel("emphasis.label")}}function Fg(t){return isNaN(t[0])||isNaN(t[1])}function Wg(t){return!Fg(t[0])&&!Fg(t[1])}function Hg(t,e,i){CM.call(this),this.add(this.createLine(t,e,i)),this._updateEffectSymbol(t,e)}function Zg(t,e,i){CM.call(this),this._createPolyline(t,e,i)}function Ug(t,e,i){Hg.call(this,t,e,i),this._lastFrame=0,this._lastFramePercent=0}function Xg(){this.group=new CM}function Yg(t){return t instanceof Array||(t=[t,t]),t}function jg(t){return"_EC_"+t}function qg(t,e){this.id=null==t?"":t,this.inEdges=[],this.outEdges=[],this.edges=[],this.hostGraph,this.dataIndex=null==e?-1:e}function Kg(t,e,i){this.node1=t,this.node2=e,this.dataIndex=null==i?-1:i}function $g(t){var e=t.coordinateSystem;if("view"!==e.type)return 1;var i=t.option.nodeScaleRatio,n=e.scale,a=n&&n[0]||1,o=e.getZoom(),r=(o-1)*i+1;return r/a}function Jg(t){var e=t.getVisual("symbolSize");return e instanceof Array&&(e=(e[0]+e[1])/2),+e}function Qg(t,e,i){for(var n,a=t[0],o=t[1],r=t[2],s=1/0,l=i*i,u=.1,h=.1;.9>=h;h+=.1){aN[0]=sN(a[0],o[0],r[0],h),aN[1]=sN(a[1],o[1],r[1],h);var c=uN(lN(aN,e)-l);s>c&&(s=c,n=h)}for(var d=0;32>d;d++){var f=n+u;oN[0]=sN(a[0],o[0],r[0],n),oN[1]=sN(a[1],o[1],r[1],n),rN[0]=sN(a[0],o[0],r[0],f),rN[1]=sN(a[1],o[1],r[1],f);var c=lN(oN,e)-l;if(uN(c)<.01)break;var p=lN(rN,e)-l;u/=2,0>c?p>=0?n+=u:n-=u:p>=0?n-=u:n+=u}return n}function tm(t,e){var i=t.getVisual("opacity");return null!=i?i:t.getModel().get(e)}function em(t,e,i){var n=t.getGraphicEl(),a=tm(t,e);null!=i&&(null==a&&(a=1),a*=i),n.downplay&&n.downplay(),n.traverse(function(t){if(!t.isGroup){var e=t.lineLabelOriginalOpacity;(null==e||null!=i)&&(e=a),t.setStyle("opacity",e)}})}function im(t,e){var i=tm(t,e),n=t.getGraphicEl();n.traverse(function(t){!t.isGroup&&t.setStyle("opacity",i)}),n.highlight&&n.highlight()}function nm(t){return t instanceof Array||(t=[t,t]),t}function am(t){var e=t.coordinateSystem;if(!e||"view"===e.type){var i=t.getGraph();i.eachNode(function(t){var e=t.getModel();t.setLayout([+e.get("x"),+e.get("y")])}),om(i)}}function om(t){t.eachEdge(function(t){var e=t.getModel().get("lineStyle.curveness")||0,i=H(t.node1.getLayout()),n=H(t.node2.getLayout()),a=[i,n];+e&&a.push([(i[0]+n[0])/2-(i[1]-n[1])*e,(i[1]+n[1])/2-(n[0]-i[0])*e]),t.setLayout(a)})}function rm(t,e){var i=t.coordinateSystem;if(!i||"view"===i.type){var n=i.getBoundingRect(),a=t.getData(),o=a.graph,r=n.width/2+n.x,s=n.height/2+n.y,l=Math.min(n.width,n.height)/2,u=a.count();a.setLayout({cx:r,cy:s}),u&&(bN[e](t,i,o,a,l,r,s,u),o.eachEdge(function(t){var e,i=t.getModel().get("lineStyle.curveness")||0,n=H(t.node1.getLayout()),a=H(t.node2.getLayout()),o=(n[0]+a[0])/2,l=(n[1]+a[1])/2;+i&&(i*=3,e=[r*i+o*(1-i),s*i+l*(1-i)]),t.setLayout([n,a,e])}))}}function sm(t,e,i){for(var n=i.rect,a=n.width,o=n.height,r=[n.x+a/2,n.y+o/2],s=null==i.gravity?.1:i.gravity,l=0;lo;o++){var p=t[o];p.fixed||(Y(n,r,p.p),MN(p.p,p.p,n,s*c))}for(var o=0;a>o;o++)for(var u=t[o],g=o+1;a>g;g++){var h=t[g];Y(n,h.p,u.p);var d=j(n);0===d&&(Z(n,Math.random()-.5,Math.random()-.5),d=1);var m=(u.rep+h.rep)/d/d;!u.fixed&&MN(u.pp,u.pp,n,m),!h.fixed&&MN(h.pp,h.pp,n,-m)}for(var v=[],o=0;a>o;o++){var p=t[o];p.fixed||(Y(v,p.p,p.pp),MN(p.p,p.p,v,c),W(p.pp,p.p))}c=.992*c,i&&i(t,e,.01>c)}}}function lm(t,e,i){var n=t.getBoxLayoutParams();return n.aspect=i,$r(n,{width:e.getWidth(),height:e.getHeight()})}function um(t,e,i,n,a){var o=t.ends,r=new LN({shape:{points:a?cm(o,n,t):o}});return hm(t,r,e,i,a),r}function hm(t,e,i,n,a){var o=i.hostModel,r=AA[a?"initProps":"updateProps"];r(e,{shape:{points:t.ends}},o,n);var s=i.getItemModel(n),l=s.getModel(DN),u=i.getItemVisual(n,"color"),h=l.getItemStyle(["borderColor"]);h.stroke=u,h.strokeNoScale=!0,e.useStyle(h),e.z2=100;var c=s.getModel(CN).getItemStyle();Vo(e,c)}function cm(t,e,i){return p(t,function(t){return t=t.slice(),t[e]=i.initBaseline,t})}function dm(t){var e=[],i=[];return t.eachSeriesByType("boxplot",function(t){var n=t.getBaseAxis(),a=u(i,n);0>a&&(a=i.length,i[a]=n,e[a]={axis:n,seriesModels:[]}),e[a].seriesModels.push(t)}),e}function fm(t){var e,i,n=t.axis,a=t.seriesModels,o=a.length,r=t.boxWidthList=[],s=t.boxOffsetList=[],l=[];if("category"===n.type)i=n.getBandWidth();else{var u=0;ON(a,function(t){u=Math.max(u,t.getData().count())}),e=n.getExtent(),Math.abs(e[1]-e[0])/u}ON(a,function(t){var e=t.get("boxWidth");_(e)||(e=[e,e]),l.push([br(e[0],i)||0,br(e[1],i)||0])});var h=.8*i-2,c=h/o*.3,d=(h-c*(o-1))/o,f=d/2-h/2;ON(a,function(t,e){s.push(f),f+=c+d,r.push(Math.min(Math.max(d,l[e][0]),l[e][1]))})}function pm(t,e,i){function n(t,i,n){var a=s.get(i,n),o=[];o[u]=t,o[h]=a;var l;return isNaN(t)||isNaN(a)?l=[0/0,0/0]:(l=r.dataToPoint(o),l[u]+=e),l}function a(t,e,i){var n=e.slice(),a=e.slice();n[u]+=l,a[u]-=l,i?t.push(n,a):t.push(a,n)}function o(t,e){var i=e.slice(),n=e.slice();i[u]-=l,n[u]+=l,t.push(i,n)}var r=t.coordinateSystem,s=t.getData(),l=i/2,u="horizontal"===t.get("layout")?0:1,h=1-u,c=["x","y"],d=s.mapDimension(c[u]),f=s.mapDimension(c[h],!0);if(!(null==d||f.length<5))for(var p=0;p0?-1:0>i?1:e?-1:1}}function ym(t,e){return Math.min(null!=e[1]?e[1]:1/0,Math.max(null!=e[0]?e[0]:-1/0,t))}function xm(t,e,i){this._axesMap=B(),this._axesLayout={},this.dimensions=t.dimensions,this._rect,this._model=t,this._init(t,e,i)}function _m(t,e){return VN(GN(t,e[0]),e[1])}function wm(t,e){var i=e.layoutLength/(e.axisCount-1);return{position:i*t,axisNameAvailableWidth:i,axisLabelShow:!0}}function bm(t,e){var i,n,a=e.layoutLength,o=e.axisExpandWidth,r=e.axisCount,s=e.axisCollapseWidth,l=e.winInnerIndices,u=s,h=!1;return teR}function Fm(t){var e=t.length-1;return 0>e&&(e=0),[t[0],t[e]]}function Wm(t,e,i,n){var a=new CM;return a.add(new iA({name:"main",style:Xm(i),silent:!0,draggable:!0,cursor:"move",drift:jN(t,e,a,"nswe"),ondragend:jN(Vm,e,{isEnd:!0})})),qN(n,function(i){a.add(new iA({name:i,style:{opacity:0},draggable:!0,silent:!0,invisible:!0,drift:jN(t,e,a,i),ondragend:jN(Vm,e,{isEnd:!0})}))}),a}function Hm(t,e,i,n){var a=n.brushStyle.lineWidth||0,o=JN(a,iR),r=i[0][0],s=i[1][0],l=r-a/2,u=s-a/2,h=i[0][1],c=i[1][1],d=h-o+a/2,f=c-o+a/2,p=h-r,g=c-s,m=p+a,v=g+a;Um(t,e,"main",r,s,p,g),n.transformable&&(Um(t,e,"w",l,u,o,v),Um(t,e,"e",d,u,o,v),Um(t,e,"n",l,u,m,o),Um(t,e,"s",l,f,m,o),Um(t,e,"nw",l,u,o,o),Um(t,e,"ne",d,u,o,o),Um(t,e,"sw",l,f,o,o),Um(t,e,"se",d,f,o,o))}function Zm(t,e){var i=e.__brushOption,n=i.transformable,a=e.childAt(0);a.useStyle(Xm(i)),a.attr({silent:!n,cursor:n?"move":"default"}),qN(["w","e","n","s","se","sw","ne","nw"],function(i){var a=e.childOfName(i),o=qm(t,i);a&&a.attr({silent:!n,invisible:!n,cursor:n?oR[o]+"-resize":null})})}function Um(t,e,i,n,a,o,r){var s=e.childOfName(i);s&&s.setShape(tv(Qm(t,e,[[n,a],[n+o,a+r]])))}function Xm(t){return s({strokeNoScale:!0},t.brushStyle)}function Ym(t,e,i,n){var a=[$N(t,i),$N(e,n)],o=[JN(t,i),JN(e,n)];return[[a[0],o[0]],[a[1],o[1]]]}function jm(t){return nr(t.group)}function qm(t,e){if(e.length>1){e=e.split("");var i=[qm(t,e[0]),qm(t,e[1])];return("e"===i[0]||"w"===i[0])&&i.reverse(),i.join("")}var n={w:"left",e:"right",n:"top",s:"bottom"},a={left:"w",right:"e",top:"n",bottom:"s"},i=or(n[e],jm(t));return a[i]}function Km(t,e,i,n,a,o,r){var s=n.__brushOption,l=t(s.range),u=Jm(i,o,r);qN(a.split(""),function(t){var e=aR[t];l[e[0]][e[1]]+=u[e[0]]}),s.range=e(Ym(l[0][0],l[1][0],l[0][1],l[1][1])),Em(i,n),Vm(i,{isEnd:!1})}function $m(t,e,i,n){var a=e.__brushOption.range,o=Jm(t,i,n);qN(a,function(t){t[0]+=o[0],t[1]+=o[1]}),Em(t,e),Vm(t,{isEnd:!1})}function Jm(t,e,i){var n=t.group,a=n.transformCoordToLocal(e,i),o=n.transformCoordToLocal(0,0);return[a[0]-o[0],a[1]-o[1]]}function Qm(t,e,i){var a=zm(t,e);return a&&a!==!0?a.clipPath(i,t._transform):n(i)}function tv(t){var e=$N(t[0][0],t[1][0]),i=$N(t[0][1],t[1][1]),n=JN(t[0][0],t[1][0]),a=JN(t[0][1],t[1][1]);return{x:e,y:i,width:n-e,height:a-i}}function ev(t,e,i){if(t._brushType&&!sv(t,e)){var n=t._zr,a=t._covers,o=Rm(t,e,i);if(!t._dragging)for(var r=0;re||e>n.getWidth()||0>i||i>n.getHeight()}function lv(t){return{createCover:function(e,i){return Wm(jN(Km,function(e){var i=[e,[0,100]];return t&&i.reverse(),i},function(e){return e[t]}),e,i,[["w","e"],["n","s"]][t])},getCreatingRange:function(e){var i=Fm(e),n=$N(i[0][t],i[1][t]),a=JN(i[0][t],i[1][t]);return[n,a]},updateCoverShape:function(e,i,n,a){var o,r=zm(e,i);if(r!==!0&&r.getLinearBrushOtherExtent)o=r.getLinearBrushOtherExtent(t,e._transform);else{var s=e._zr;o=[0,[s.getWidth(),s.getHeight()][1-t]]}var l=[n,o];t&&l.reverse(),Hm(e,i,l,a)},updateCommon:Zm,contain:nv}}function uv(t){return t=dv(t),function(e){return sr(e,t)}}function hv(t,e){return t=dv(t),function(i){var n=null!=e?e:i,a=n?t.width:t.height,o=n?t.x:t.y;return[o,o+(a||0)]}}function cv(t,e,i){return t=dv(t),function(n,a){return t.contain(a[0],a[1])&&!rp(n,e,i)}}function dv(t){return Si.create(t)}function fv(t,e,i){return i&&"axisAreaSelect"===i.type&&e.findComponents({mainType:"parallelAxis",query:i})[0]===t}function pv(t){var e=t.axis;return p(t.activeIntervals,function(t){return{brushType:"lineX",panelId:"pl",range:[e.dataToCoord(t[0],!0),e.dataToCoord(t[1],!0)]}})}function gv(t,e){return e.getComponent("parallel",t.get("parallelIndex"))}function mv(t,e){var i=t._model;return i.get("axisExpandable")&&i.get("axisExpandTriggerOn")===e}function vv(t,e){if(!t.encodeDefine){var i=e.ecModel.getComponent("parallel",e.get("parallelIndex"));if(i){var n=t.encodeDefine=B();f(i.dimensions,function(t){var e=yv(t);n.set(t,e)})}}}function yv(t){return+t.replace("dim","")}function xv(t,e,i){var n=t.model,a=t.getRect(),o=new iA({shape:{x:a.x,y:a.y,width:a.width,height:a.height}}),r="horizontal"===n.get("layout")?"width":"height";return o.setShape(r,0),ir(o,{shape:{width:a.width,height:a.height}},e,i),o}function _v(t,e,i,n){for(var a=[],o=0;or;r++)a[r]=r;return"function"==typeof e?a.sort(e):"none"!==e&&a.sort(function(t,e){return o?n[t]-n[e]:n[e]-n[t]}),a}function Lv(t){t.each(function(e){var i,n,a,o,r=t.getItemModel(e),s=r.getModel("label"),l=s.get("position"),u=r.getModel("labelLine"),h=t.getItemLayout(e),c=h.points,d="inner"===l||"inside"===l||"center"===l||"insideLeft"===l||"insideRight"===l;if(d)"insideLeft"===l?(n=(c[0][0]+c[3][0])/2+5,a=(c[0][1]+c[3][1])/2,i="left"):"insideRight"===l?(n=(c[1][0]+c[2][0])/2-5,a=(c[1][1]+c[2][1])/2,i="right"):(n=(c[0][0]+c[1][0]+c[2][0]+c[3][0])/4,a=(c[0][1]+c[1][1]+c[2][1]+c[3][1])/4,i="center"),o=[[n,a],[n,a]];else{var f,p,g,m=u.get("length");"left"===l?(f=(c[3][0]+c[0][0])/2,p=(c[3][1]+c[0][1])/2,g=f-m,n=g-5,i="right"):"right"===l?(f=(c[1][0]+c[2][0])/2,p=(c[1][1]+c[2][1])/2,g=f+m,n=g+5,i="left"):"rightTop"===l?(f=c[1][0],p=c[1][1],g=f+m,n=g+5,i="top"):"rightBottom"===l?(f=c[2][0],p=c[2][1],g=f+m,n=g+5,i="bottom"):"leftTop"===l?(f=c[0][0],p=c[1][1],g=f-m,n=g-5,i="right"):"leftBottom"===l?(f=c[3][0],p=c[2][1],g=f-m,n=g-5,i="right"):(f=(c[1][0]+c[2][0])/2,p=(c[1][1]+c[2][1])/2,g=f+m,n=g+5,i="left");var v=p;o=[[f,p],[g,v]],a=v}h.label={linePoints:o,x:n,y:a,verticalAlign:"middle",textAlign:i,inside:d}})}function kv(t,e){return t.getVisual("opacity")||t.getModel().get(e)}function Pv(t,e,i){var n=t.getGraphicEl(),a=kv(t,e);null!=i&&(null==a&&(a=1),a*=i),n.downplay&&n.downplay(),n.traverse(function(t){"group"!==t.type&&t.setStyle("opacity",a)})}function Ov(t,e){var i=kv(t,e),n=t.getGraphicEl();n.highlight&&n.highlight(),n.traverse(function(t){"group"!==t.type&&t.setStyle("opacity",i)})}function Ev(t,e,i){var n=new iA({shape:{x:t.x-10,y:t.y-10,width:0,height:t.height+20}});return ir(n,{shape:{width:t.width+20,height:t.height+20}},e,i),n}function Nv(t,e){return $r(t.getBoxLayoutParams(),{width:e.getWidth(),height:e.getHeight()})}function Rv(t,e,i,n,a,o,r,s,l){Bv(t,e,i,a,o,s,l),Hv(t,e,o,a,n,r,s),ty(t,s)}function zv(t){f(t,function(t){var e=Jv(t.outEdges,$v),i=Jv(t.inEdges,$v),n=Math.max(e,i);t.setLayout({value:n},!0)})}function Bv(t,e,i,n,a,o,r){for(var s=[],l=[],u=[],h=[],c=0,d=0,f=0;f=0;y&&v.depth>p&&(p=v.depth),m.setLayout({depth:y?v.depth:c},!0),"vertical"===o?m.setLayout({dy:i},!0):m.setLayout({dx:i},!0);for(var x=0;xc-1?p:c-1;r&&"left"!==r&&Gv(t,r,o,M);var d="vertical"===o?(a-i)/M:(n-i)/M;Wv(t,d,o)}function Vv(t){var e=t.hostGraph.data.getRawDataItem(t.dataIndex);return null!=e.depth&&e.depth>=0}function Gv(t,e,i,n){if("right"===e){for(var a=[],o=t,r=0;o.length;){for(var s=0;s0;o--)l*=.99,Yv(s,l,r),Xv(s,a,i,n,r),Qv(s,l,r),Xv(s,a,i,n,r)}function Zv(t,e){var i=[],n="vertical"===e?"y":"x",a=pa(t,function(t){return t.getLayout()[n]});return a.keys.sort(function(t,e){return t-e}),f(a.keys,function(t){i.push(a.buckets.get(t))}),i}function Uv(t,e,i,n,a,o){var r=1/0;f(t,function(t){var e=t.length,s=0;f(t,function(t){s+=t.getLayout().value});var l="vertical"===o?(n-(e-1)*a)/s:(i-(e-1)*a)/s;r>l&&(r=l)}),f(t,function(t){f(t,function(t,e){var i=t.getLayout().value*r;"vertical"===o?(t.setLayout({x:e},!0),t.setLayout({dx:i},!0)):(t.setLayout({y:e},!0),t.setLayout({dy:i},!0))})}),f(e,function(t){var e=+t.getValue()*r;t.setLayout({dy:e},!0)})}function Xv(t,e,i,n,a){var o="vertical"===a?"x":"y";f(t,function(t){t.sort(function(t,e){return t.getLayout()[o]-e.getLayout()[o]});for(var r,s,l,u=0,h=t.length,c="vertical"===a?"dx":"dy",d=0;h>d;d++)s=t[d],l=u-s.getLayout()[o],l>0&&(r=s.getLayout()[o]+l,"vertical"===a?s.setLayout({x:r},!0):s.setLayout({y:r},!0)),u=s.getLayout()[o]+s.getLayout()[c]+e;var f="vertical"===a?n:i;if(l=u-e-f,l>0)for(r=s.getLayout()[o]-l,"vertical"===a?s.setLayout({x:r},!0):s.setLayout({y:r},!0),u=r,d=h-2;d>=0;--d)s=t[d],l=s.getLayout()[o]+s.getLayout()[c]+e-u,l>0&&(r=s.getLayout()[o]-l,"vertical"===a?s.setLayout({x:r},!0):s.setLayout({y:r},!0)),u=s.getLayout()[o]})}function Yv(t,e,i){f(t.slice().reverse(),function(t){f(t,function(t){if(t.outEdges.length){var n=Jv(t.outEdges,jv,i)/Jv(t.outEdges,$v,i);if("vertical"===i){var a=t.getLayout().x+(n-Kv(t,i))*e;t.setLayout({x:a},!0)}else{var o=t.getLayout().y+(n-Kv(t,i))*e;t.setLayout({y:o},!0)}}})})}function jv(t,e){return Kv(t.node2,e)*t.getValue() +}function qv(t,e){return Kv(t.node1,e)*t.getValue()}function Kv(t,e){return"vertical"===e?t.getLayout().x+t.getLayout().dx/2:t.getLayout().y+t.getLayout().dy/2}function $v(t){return t.getValue()}function Jv(t,e,i){for(var n=0,a=t.length,o=-1;++o=f&&((r>f||d>=0&&0>s)&&(r=f,s=d,a=l,o.length=0),RR(u,function(t){o.push({seriesIndex:e.seriesIndex,dataIndexInside:t,dataIndex:e.getData().getRawIndex(t)})}))}}),{payloadBatch:o,snapToValue:a}}function sy(t,e,i,n){t[e.key]={value:i,payloadBatch:n}}function ly(t,e,i,n){var a=i.payloadBatch,o=e.axis,r=o.model,s=e.axisPointerModel;if(e.triggerTooltip&&a.length){var l=e.coordSys.model,u=fd(l),h=t.map[u];h||(h=t.map[u]={coordSysId:l.id,coordSysIndex:l.componentIndex,coordSysType:l.type,coordSysMainType:l.mainType,dataByAxis:[]},t.list.push(h)),h.dataByAxis.push({axisDim:o.dim,axisIndex:r.componentIndex,axisType:r.type,axisId:r.id,value:n,valueLabelOpt:{precision:s.get("label.precision"),formatter:s.get("label.formatter")},seriesDataIndices:a.slice()})}}function uy(t,e,i){var n=i.axesInfo=[];RR(e,function(e,i){var a=e.axisPointerModel.option,o=t[i];o?(!e.useHandle&&(a.status="show"),a.value=o.value,a.seriesDataIndices=(o.payloadBatch||[]).slice()):!e.useHandle&&(a.status="hide"),"show"===a.status&&n.push({axisDim:e.axis.dim,axisIndex:e.axis.model.componentIndex,value:a.value})})}function hy(t,e,i,n){if(py(e)||!t.list.length)return void n({type:"hideTip"});var a=((t.list[0].dataByAxis[0]||{}).seriesDataIndices||[])[0]||{};n({type:"showTip",escapeConnect:!0,x:e[0],y:e[1],tooltipOption:i.tooltipOption,position:i.position,dataIndexInside:a.dataIndexInside,dataIndex:a.dataIndex,seriesIndex:a.seriesIndex,dataByCoordSys:t.list})}function cy(t,e,i){var n=i.getZr(),a="axisPointerLastHighlights",o=BR(n)[a]||{},r=BR(n)[a]={};RR(t,function(t){var e=t.axisPointerModel.option;"show"===e.status&&RR(e.seriesDataIndices,function(t){var e=t.seriesIndex+" | "+t.dataIndex;r[e]=t})});var s=[],l=[];f(o,function(t,e){!r[e]&&l.push(t)}),f(r,function(t,e){!o[e]&&s.push(t)}),l.length&&i.dispatchAction({type:"downplay",escapeConnect:!0,batch:l}),s.length&&i.dispatchAction({type:"highlight",escapeConnect:!0,batch:s})}function dy(t,e){for(var i=0;i<(t||[]).length;i++){var n=t[i];if(e.axis.dim===n.axisDim&&e.axis.model.componentIndex===n.axisIndex)return n}}function fy(t){var e=t.axis.model,i={},n=i.axisDim=t.axis.dim;return i.axisIndex=i[n+"AxisIndex"]=e.componentIndex,i.axisName=i[n+"AxisName"]=e.name,i.axisId=i[n+"AxisId"]=e.id,i}function py(t){return!t||null==t[0]||isNaN(t[0])||null==t[1]||isNaN(t[1])}function gy(t,e,i){if(!mS.node){var n=e.getZr();GR(n).records||(GR(n).records={}),my(n,e);var a=GR(n).records[t]||(GR(n).records[t]={});a.handler=i}}function my(t,e){function i(i,n){t.on(i,function(i){var a=_y(e);FR(GR(t).records,function(t){t&&n(t,i,a.dispatchAction)}),vy(a.pendings,e)})}GR(t).initialized||(GR(t).initialized=!0,i("click",x(xy,"click")),i("mousemove",x(xy,"mousemove")),i("globalout",yy))}function vy(t,e){var i,n=t.showTip.length,a=t.hideTip.length;n?i=t.showTip[n-1]:a&&(i=t.hideTip[a-1]),i&&(i.dispatchAction=null,e.dispatchAction(i))}function yy(t,e,i){t.handler("leave",null,i)}function xy(t,e,i,n){e.handler(t,i,n)}function _y(t){var e={showTip:[],hideTip:[]},i=function(n){var a=e[n.type];a?a.push(n):(n.dispatchAction=i,t.dispatchAction(n))};return{dispatchAction:i,pendings:e}}function wy(t,e){if(!mS.node){var i=e.getZr(),n=(GR(i).records||{})[t];n&&(GR(i).records[t]=null)}}function by(){}function Sy(t,e,i,n){My(HR(i).lastProp,n)||(HR(i).lastProp=n,e?er(i,n,t):(i.stopAnimation(),i.attr(n)))}function My(t,e){if(S(t)&&S(e)){var i=!0;return f(e,function(e,n){i=i&&My(t[n],e)}),!!i}return t===e}function Iy(t,e){t[e.get("label.show")?"show":"hide"]()}function Ty(t){return{position:t.position.slice(),rotation:t.rotation||0}}function Ay(t,e,i){var n=e.get("z"),a=e.get("zlevel");t&&t.traverse(function(t){"group"!==t.type&&(null!=n&&(t.z=n),null!=a&&(t.zlevel=a),t.silent=i)})}function Dy(t){var e,i=t.get("type"),n=t.getModel(i+"Style");return"line"===i?(e=n.getLineStyle(),e.fill=null):"shadow"===i&&(e=n.getAreaStyle(),e.stroke=null),e}function Cy(t,e,i,n,a){var o=i.get("value"),r=ky(o,e.axis,e.ecModel,i.get("seriesDataIndices"),{precision:i.get("label.precision"),formatter:i.get("label.formatter")}),s=i.getModel("label"),l=VA(s.get("padding")||0),u=s.getFont(),h=Hi(r,u),c=a.position,d=h.width+l[1]+l[3],f=h.height+l[0]+l[2],p=a.align;"right"===p&&(c[0]-=d),"center"===p&&(c[0]-=d/2);var g=a.verticalAlign;"bottom"===g&&(c[1]-=f),"middle"===g&&(c[1]-=f/2),Ly(c,d,f,n);var m=s.get("backgroundColor");m&&"auto"!==m||(m=e.get("axisLine.lineStyle.color")),t.label={shape:{x:0,y:0,width:d,height:f,r:s.get("borderRadius")},position:c.slice(),style:{text:r,textFont:u,textFill:s.getTextColor(),textPosition:"inside",textPadding:l,fill:m,stroke:s.get("borderColor")||"transparent",lineWidth:s.get("borderWidth")||0,shadowBlur:s.get("shadowBlur"),shadowColor:s.get("shadowColor"),shadowOffsetX:s.get("shadowOffsetX"),shadowOffsetY:s.get("shadowOffsetY")},z2:10}}function Ly(t,e,i,n){var a=n.getWidth(),o=n.getHeight();t[0]=Math.min(t[0]+e,a)-e,t[1]=Math.min(t[1]+i,o)-i,t[0]=Math.max(t[0],0),t[1]=Math.max(t[1],0)}function ky(t,e,i,n,a){t=e.scale.parse(t);var o=e.scale.getLabel(t,{precision:a.precision}),r=a.formatter;if(r){var s={value:Xh(e,t),axisDimension:e.dim,axisIndex:e.index,seriesData:[]};f(n,function(t){var e=i.getSeriesByIndex(t.seriesIndex),n=t.dataIndexInside,a=e&&e.getDataParams(n);a&&s.seriesData.push(a)}),b(r)?o=r.replace("{value}",o):w(r)&&(o=r(s))}return o}function Py(t,e,i){var n=Le();return Ne(n,n,i.rotation),Ee(n,n,i.position),ar([t.dataToCoord(e),(i.labelOffset||0)+(i.labelDirection||1)*(i.labelMargin||0)],n)}function Oy(t,e,i,n,a,o){var r=Uk.innerTextLayout(i.rotation,0,i.labelDirection);i.labelMargin=a.get("label.margin"),Cy(e,n,a,o,{position:Py(n.axis,t,i),align:r.textAlign,verticalAlign:r.textVerticalAlign})}function Ey(t,e,i){return i=i||0,{x1:t[i],y1:t[1-i],x2:e[i],y2:e[1-i]}}function Ny(t,e,i){return i=i||0,{x:t[i],y:t[1-i],width:e[i],height:e[1-i]}}function Ry(t,e,i,n,a,o){return{cx:t,cy:e,r0:i,r:n,startAngle:a,endAngle:o,clockwise:!0}}function zy(t,e){var i={};return i[e.dim+"AxisIndex"]=e.index,t.getCartesian(i)}function By(t){return"x"===t.dim?0:1}function Vy(t){return t.isHorizontal()?0:1}function Gy(t,e){var i=t.getRect();return[i[jR[e]],i[jR[e]]+i[qR[e]]]}function Fy(t,e,i){var n=new iA({shape:{x:t.x-10,y:t.y-10,width:0,height:t.height+20}});return ir(n,{shape:{width:t.width+20,height:t.height+20}},e,i),n}function Wy(t,e,i){if(t.count())for(var n,a=e.coordinateSystem,o=e.getLayerSeries(),r=t.mapDimension("single"),s=t.mapDimension("value"),l=p(o,function(e){return p(e.indices,function(e){var i=a.dataToPoint(t.get(r,e));return i[1]=t.get(s,e),i})}),u=Hy(l),h=u.y0,c=i/u.max,d=o.length,f=o[0].indices.length,g=0;f>g;++g){n=h[g]*c,t.setItemLayout(o[0].indices[g],{layerIndex:0,x:l[0][g][0],y0:n,y:l[0][g][1]*c});for(var m=1;d>m;++m)n+=l[m-1][g][1]*c,t.setItemLayout(o[m].indices[g],{layerIndex:m,x:l[m][g][0],y0:n,y:l[m][g][1]*c})}}function Hy(t){for(var e,i=t.length,n=t[0].length,a=[],o=[],r=0,s={},l=0;n>l;++l){for(var u=0,e=0;i>u;++u)e+=t[u][l][1];e>r&&(r=e),a.push(e)}for(var h=0;n>h;++h)o[h]=(r-a[h])/2;r=0;for(var c=0;n>c;++c){var d=a[c]+o[c];d>r&&(r=d)}return s.y0=o,s.max=r,s}function Zy(t,e,i,n){var a=t.getItemLayout(e),o=i.get("symbolRepeat"),r=i.get("symbolClip"),s=i.get("symbolPosition")||"start",l=i.get("symbolRotate"),u=(l||0)*Math.PI/180||0,h=i.get("symbolPatternSize")||2,c=i.isAnimationEnabled(),d={dataIndex:e,layout:a,itemModel:i,symbolType:t.getItemVisual(e,"symbol")||"circle",color:t.getItemVisual(e,"color"),symbolClip:r,symbolRepeat:o,symbolRepeatDirection:i.get("symbolRepeatDirection"),symbolPatternSize:h,rotation:u,animationModel:c?i:null,hoverAnimation:c&&i.get("hoverAnimation"),z2:i.getShallow("z",!0)||0};Uy(i,o,a,n,d),Yy(t,e,a,o,r,d.boundingLength,d.pxSign,h,n,d),jy(i,d.symbolScale,u,n,d);var f=d.symbolSize,p=i.get("symbolOffset");return _(p)&&(p=[br(p[0],f[0]),br(p[1],f[1])]),qy(i,f,a,o,r,p,s,d.valueLineWidth,d.boundingLength,d.repeatCutLength,n,d),d}function Uy(t,e,i,n,a){var o,r=n.valueDim,s=t.get("symbolBoundingData"),l=n.coordSys.getOtherAxis(n.coordSys.getBaseAxis()),u=l.toGlobalCoord(l.dataToCoord(0)),h=1-+(i[r.wh]<=0);if(_(s)){var c=[Xy(l,s[0])-u,Xy(l,s[1])-u];c[1]0?1:0>o?-1:0}function Xy(t,e){return t.toGlobalCoord(t.dataToCoord(t.scale.parse(e)))}function Yy(t,e,i,n,a,o,r,s,l,u){var h=l.valueDim,c=l.categoryDim,d=Math.abs(i[c.wh]),f=t.getItemVisual(e,"symbolSize");_(f)?f=f.slice():(null==f&&(f="100%"),f=[f,f]),f[c.index]=br(f[c.index],d),f[h.index]=br(f[h.index],n?d:Math.abs(o)),u.symbolSize=f;var p=u.symbolScale=[f[0]/s,f[1]/s];p[h.index]*=(l.isHorizontal?-1:1)*r}function jy(t,e,i,n,a){var o=t.get(nz)||0;o&&(oz.attr({scale:e.slice(),rotation:i}),oz.updateTransform(),o/=oz.getLineScale(),o*=e[n.valueDim.index]),a.valueLineWidth=o}function qy(t,e,i,n,a,o,s,l,u,h,c,d){var f=c.categoryDim,p=c.valueDim,g=d.pxSign,m=Math.max(e[p.index]+l,0),v=m;if(n){var y=Math.abs(u),x=D(t.get("symbolMargin"),"15%")+"",_=!1;x.lastIndexOf("!")===x.length-1&&(_=!0,x=x.slice(0,x.length-1)),x=br(x,e[p.index]);var w=Math.max(m+2*x,0),b=_?0:2*x,S=zr(n),M=S?n:dx((y+b)/w),I=y-M*m;x=I/2/(_?M:M-1),w=m+2*x,b=_?0:2*x,S||"fixed"===n||(M=h?dx((Math.abs(h)+b)/w):0),v=M*w-b,d.repeatTimes=M,d.symbolMargin=x}var T=g*(v/2),A=d.pathPosition=[];A[f.index]=i[f.wh]/2,A[p.index]="start"===s?T:"end"===s?u-T:u/2,o&&(A[0]+=o[0],A[1]+=o[1]);var C=d.bundlePosition=[];C[f.index]=i[f.xy],C[p.index]=i[p.xy];var L=d.barRectShape=r({},i);L[p.wh]=g*Math.max(Math.abs(i[p.wh]),Math.abs(A[p.index]+T)),L[f.wh]=i[f.wh];var k=d.clipShape={};k[f.xy]=-i[f.xy],k[f.wh]=c.ecSize[f.wh],k[p.xy]=0,k[p.wh]=i[p.wh]}function Ky(t){var e=t.symbolPatternSize,i=Jh(t.symbolType,-e/2,-e/2,e,e,t.color);return i.attr({culling:!0}),"image"!==i.type&&i.setStyle({strokeNoScale:!0}),i}function $y(t,e,i,n){function a(t){var e=h.slice(),n=i.pxSign,a=t;return("start"===i.symbolRepeatDirection?n>0:0>n)&&(a=d-1-t),e[c.index]=p*(a-d/2+.5)+h[c.index],{position:e,scale:i.symbolScale.slice(),rotation:i.rotation}}function o(){ux(t,function(t){t.trigger("emphasis")})}function r(){ux(t,function(t){t.trigger("normal")})}var s=t.__pictorialBundle,l=i.symbolSize,u=i.valueLineWidth,h=i.pathPosition,c=e.valueDim,d=i.repeatTimes||0,f=0,p=l[e.valueDim.index]+u+2*i.symbolMargin;for(ux(t,function(t){t.__pictorialAnimationIndex=f,t.__pictorialRepeatTimes=d,d>f?hx(t,null,a(f),i,n):hx(t,null,{scale:[0,0]},i,n,function(){s.remove(t)}),ax(t,i),f++});d>f;f++){var g=Ky(i);g.__pictorialAnimationIndex=f,g.__pictorialRepeatTimes=d,s.add(g);var m=a(f);hx(g,{position:m.position,scale:[0,0]},{scale:m.scale,rotation:m.rotation},i,n),g.on("mouseover",o).on("mouseout",r),ax(g,i)}}function Jy(t,e,i,n){function a(){this.trigger("emphasis")}function o(){this.trigger("normal")}var r=t.__pictorialBundle,s=t.__pictorialMainPath;s?hx(s,null,{position:i.pathPosition.slice(),scale:i.symbolScale.slice(),rotation:i.rotation},i,n):(s=t.__pictorialMainPath=Ky(i),r.add(s),hx(s,{position:i.pathPosition.slice(),scale:[0,0],rotation:i.rotation},{scale:i.symbolScale.slice()},i,n),s.on("mouseover",a).on("mouseout",o)),ax(s,i)}function Qy(t,e,i){var n=r({},e.barRectShape),a=t.__pictorialBarRect;a?hx(a,null,{shape:n},e,i):(a=t.__pictorialBarRect=new iA({z2:2,shape:n,silent:!0,style:{stroke:"transparent",fill:"transparent",lineWidth:0}}),t.add(a))}function tx(t,e,i,n){if(i.symbolClip){var a=t.__pictorialClipPath,o=r({},i.clipShape),s=e.valueDim,l=i.animationModel,u=i.dataIndex;if(a)er(a,{shape:o},l,u);else{o[s.wh]=0,a=new iA({shape:o}),t.__pictorialBundle.setClipPath(a),t.__pictorialClipPath=a;var h={};h[s.wh]=i.clipShape[s.wh],AA[n?"updateProps":"initProps"](a,{shape:h},l,u)}}}function ex(t,e){var i=t.getItemModel(e);return i.getAnimationDelayParams=ix,i.isAnimationEnabled=nx,i}function ix(t){return{index:t.__pictorialAnimationIndex,count:t.__pictorialRepeatTimes}}function nx(){return this.parentModel.isAnimationEnabled()&&!!this.getShallow("animation")}function ax(t,e){t.off("emphasis").off("normal");var i=e.symbolScale.slice();e.hoverAnimation&&t.on("emphasis",function(){this.animateTo({scale:[1.1*i[0],1.1*i[1]]},400,"elasticOut")}).on("normal",function(){this.animateTo({scale:i.slice()},400,"elasticOut")})}function ox(t,e,i,n){var a=new CM,o=new CM;return a.add(o),a.__pictorialBundle=o,o.attr("position",i.bundlePosition.slice()),i.symbolRepeat?$y(a,e,i):Jy(a,e,i),Qy(a,i,n),tx(a,e,i,n),a.__pictorialShapeStr=lx(t,i),a.__pictorialSymbolMeta=i,a}function rx(t,e,i){var n=i.animationModel,a=i.dataIndex,o=t.__pictorialBundle;er(o,{position:i.bundlePosition.slice()},n,a),i.symbolRepeat?$y(t,e,i,!0):Jy(t,e,i,!0),Qy(t,i,!0),tx(t,e,i,!0)}function sx(t,e,i,n){var a=n.__pictorialBarRect;a&&(a.style.text=null);var o=[];ux(n,function(t){o.push(t)}),n.__pictorialMainPath&&o.push(n.__pictorialMainPath),n.__pictorialClipPath&&(i=null),f(o,function(t){er(t,{scale:[0,0]},i,e,function(){n.parent&&n.parent.remove(n)})}),t.setItemGraphicEl(e,null)}function lx(t,e){return[t.getItemVisual(e.dataIndex,"symbol")||"none",!!e.symbolRepeat,!!e.symbolClip].join(":")}function ux(t,e,i){f(t.__pictorialBundle.children(),function(n){n!==t.__pictorialBarRect&&e.call(i,n)})}function hx(t,e,i,n,a,o){e&&t.attr(e),n.symbolClip&&!a?i&&t.attr(i):i&&AA[a?"updateProps":"initProps"](t,i,n.animationModel,n.dataIndex,o)}function cx(t,e,i){var n=i.color,a=i.dataIndex,o=i.itemModel,r=o.getModel("itemStyle").getItemStyle(["color"]),l=o.getModel("emphasis.itemStyle").getItemStyle(),u=o.getShallow("cursor");ux(t,function(t){t.setColor(n),t.setStyle(s({fill:n,opacity:i.opacity},r)),Vo(t,l),u&&(t.cursor=u),t.z2=i.z2});var h={},c=e.valueDim.posDesc[+(i.boundingLength>0)],d=t.__pictorialBarRect;Ec(d.style,h,o,n,e.seriesModel,a,c),Vo(d,h)}function dx(t){var e=Math.round(t);return Math.abs(t-e)<1e-4?e:Math.ceil(t)}function fx(t,e){return e=e||[0,0],p(["x","y"],function(i,n){var a=this.getAxis(i),o=e[n],r=t[n]/2;return"category"===a.type?a.getBandWidth():Math.abs(a.dataToCoord(o-r)-a.dataToCoord(o+r))},this)}function px(t,e){return e=e||[0,0],p([0,1],function(i){var n=e[i],a=t[i]/2,o=[],r=[];return o[i]=n-a,r[i]=n+a,o[1-i]=r[1-i]=e[1-i],Math.abs(this.dataToPoint(o)[i]-this.dataToPoint(r)[i])},this)}function gx(t,e){var i=this.getAxis(),n=e instanceof Array?e[0]:e,a=(t instanceof Array?t[0]:t)/2;return"category"===i.type?i.getBandWidth():Math.abs(i.dataToCoord(n-a)-i.dataToCoord(n+a))}function mx(t,e){return p(["Radius","Angle"],function(i,n){var a=this["get"+i+"Axis"](),o=e[n],r=t[n]/2,s="dataTo"+i,l="category"===a.type?a.getBandWidth():Math.abs(a[s](o-r)-a[s](o+r));return"Angle"===i&&(l=l*Math.PI/180),l},this)}function vx(t){var e,i=t.type;if("path"===i){var n=t.shape,a=null!=n.width&&null!=n.height?{x:n.x||0,y:n.y||0,width:n.width,height:n.height}:null,o=Px(n);e=_o(o,null,a,n.layout||"center"),e.__customPathData=o}else if("image"===i)e=new Tn({}),e.__customImagePath=t.style.image;else if("text"===i)e=new ZT({}),e.__customText=t.style.text;else if("group"===i)e=new CM;else{if("compoundPath"===i)throw new Error('"compoundPath" is not supported yet.');var r=xo(i);e=new r}return e.__customGraphicType=i,e.name=t.name,e}function yx(t,e,i,a,o,r,s){var l={},u=i.style||{};if(i.shape&&(l.shape=n(i.shape)),i.position&&(l.position=i.position.slice()),i.scale&&(l.scale=i.scale.slice()),i.origin&&(l.origin=i.origin.slice()),i.rotation&&(l.rotation=i.rotation),"image"===t.type&&i.style){var h=l.style={};f(["x","y","width","height"],function(e){xx(e,h,u,t.style,r)})}if("text"===t.type&&i.style){var h=l.style={};f(["x","y"],function(e){xx(e,h,u,t.style,r)}),!u.hasOwnProperty("textFill")&&u.fill&&(u.textFill=u.fill),!u.hasOwnProperty("textStroke")&&u.stroke&&(u.textStroke=u.stroke)}if("group"!==t.type&&(t.useStyle(u),r)){t.style.opacity=0;var c=u.opacity;null==c&&(c=1),ir(t,{style:{opacity:c}},a,e)}r?t.attr(l):er(t,l,a,e),i.hasOwnProperty("z2")&&t.attr("z2",i.z2||0),i.hasOwnProperty("silent")&&t.attr("silent",i.silent),i.hasOwnProperty("invisible")&&t.attr("invisible",i.invisible),i.hasOwnProperty("ignore")&&t.attr("ignore",i.ignore),i.hasOwnProperty("info")&&t.attr("info",i.info);var d=i.styleEmphasis;Oo(t,d),s&&Go(t,d!==!1)}function xx(t,e,i,n,a){null==i[t]||a||(e[t]=i[t],i[t]=n[t])}function _x(t,e,i,n){function a(t){null==t&&(t=m),S&&(v=e.getItemModel(t),y=v.getModel(pz),x=v.getModel(gz),_=e.getItemVisual(t,"color"),S=!1)}function o(t,i){return null==i&&(i=m),e.get(e.getDimension(t||0),i)}function r(i,n){null==n&&(n=m),a(n);var o=v.getModel(dz).getItemStyle();null!=_&&(o.fill=_);var r=e.getItemVisual(n,"opacity");null!=r&&(o.opacity=r);var s=i?Cx(i,y):y;return Uo(o,s,null,{autoColor:_,isRectText:!0}),o.text=s.getShallow("show")?C(t.getFormattedLabel(n,"normal"),Oc(e,n)):null,i&&Lx(o,i),o}function l(i,n){null==n&&(n=m),a(n);var o=v.getModel(fz).getItemStyle(),r=i?Cx(i,x):x;return Uo(o,r,null,{isRectText:!0},!0),o.text=r.getShallow("show")?L(t.getFormattedLabel(n,"emphasis"),t.getFormattedLabel(n,"normal"),Oc(e,n)):null,i&&Lx(o,i),o}function u(t,i){return null==i&&(i=m),e.getItemVisual(i,t)}function h(t){if(p.getBaseAxis){var e=p.getBaseAxis();return Ch(s({axis:e},t),n)}}function c(){return i.getCurrentSeriesIndices()}function d(t){return Qo(t,i)}var f=t.get("renderItem"),p=t.coordinateSystem,g={};p&&(g=p.prepareCustoms?p.prepareCustoms():vz[p.type](p));var m,v,y,x,_,w=s({getWidth:n.getWidth,getHeight:n.getHeight,getZr:n.getZr,getDevicePixelRatio:n.getDevicePixelRatio,value:o,style:r,styleEmphasis:l,visual:u,barLayout:h,currentSeriesIndices:c,font:d},g.api||{}),b={context:{},seriesId:t.id,seriesName:t.name,seriesIndex:t.seriesIndex,coordSys:g.coordSys,dataInsideLength:e.count(),encode:bx(t.getData())},S=!0;return function(t,i){return m=t,S=!0,f&&f(s({dataIndexInside:t,dataIndex:e.getRawIndex(t),actionType:i?i.type:null},b),w)}}function bx(t){var e={};return f(t.dimensions,function(i,n){var a=t.getDimensionInfo(i);if(!a.isExtraCoord){var o=a.coordDim,r=e[o]=e[o]||[];r[a.coordDimIndex]=n}}),e}function Sx(t,e,i,n,a,o){return t=Mx(t,e,i,n,a,o,!0),t&&o.setItemGraphicEl(e,t),t}function Mx(t,e,i,n,a,o,r){var s=!i;i=i||{};var l=i.type,u=i.shape,h=i.style;if(t&&(s||null!=l&&l!==t.__customGraphicType||"path"===l&&Ox(u)&&Px(u)!==t.__customPathData||"image"===l&&Ex(h,"image")&&h.image!==t.__customImagePath||"text"===l&&Ex(u,"text")&&h.text!==t.__customText)&&(a.remove(t),t=null),!s){var c=!t;return!t&&(t=vx(i)),yx(t,e,i,n,o,c,r),"group"===l&&Ix(t,e,i,n,o),a.add(t),t}}function Ix(t,e,i,n,a){var o=i.children,r=o?o.length:0,s=i.$mergeChildren,l="byName"===s||i.diffChildrenByName,u=s===!1;if(r||l||u){if(l)return void Tx({oldChildren:t.children()||[],newChildren:o||[],dataIndex:e,animatableModel:n,group:t,data:a});u&&t.removeAll();for(var h=0;r>h;h++)o[h]&&Mx(t.childAt(h),e,o[h],n,t,a)}}function Tx(t){new Fu(t.oldChildren,t.newChildren,Ax,Ax,t).add(Dx).update(Dx).remove(kx).execute()}function Ax(t,e){var i=t&&t.name;return null!=i?i:mz+e}function Dx(t,e){var i=this.context,n=null!=t?i.newChildren[t]:null,a=null!=e?i.oldChildren[e]:null;Mx(a,i.dataIndex,n,i.animatableModel,i.group,i.data)}function Cx(t,e){var i=new pr({},e);return f(cz,function(e,n){t.hasOwnProperty(e)&&(i.option[n]=t[e])}),i}function Lx(t,e){for(var i in e)(e.hasOwnProperty(i)||!cz.hasOwnProperty(i))&&(t[i]=e[i])}function kx(t){var e=this.context,i=e.oldChildren[t];i&&e.group.remove(i)}function Px(t){return t&&(t.pathData||t.d)}function Ox(t){return t&&(t.hasOwnProperty("pathData")||t.hasOwnProperty("d"))}function Ex(t,e){return t&&t.hasOwnProperty(e)}function Nx(t){return t.get("stack")||"__ec_stack_"+t.seriesIndex}function Rx(t,e){return e.dim+t.model.componentIndex}function zx(t,e){var i={},n=Bx(m(e.getSeriesByType(t),function(t){return!e.isSeriesFiltered(t)&&t.coordinateSystem&&"polar"===t.coordinateSystem.type}));e.eachSeriesByType(t,function(t){if("polar"===t.coordinateSystem.type){var e=t.getData(),a=t.coordinateSystem,o=a.getBaseAxis(),r=Rx(a,o),s=Nx(t),l=n[r][s],u=l.offset,h=l.width,c=a.getOtherAxis(o),d=t.coordinateSystem.cx,f=t.coordinateSystem.cy,p=t.get("barMinHeight")||0,g=t.get("barMinAngle")||0;i[s]=i[s]||[];for(var m=e.mapDimension(c.dim),v=e.mapDimension(o.dim),y=ph(e,m),x="radius"!==o.dim||!t.get("roundCap",!0),_=c.getExtent()[0],w=0,b=e.count();b>w;w++){var S=e.get(m,w),M=e.get(v,w);if(!isNaN(S)){var I=S>=0?"p":"n",T=_;y&&(i[s][M]||(i[s][M]={p:_,n:_}),T=i[s][M][I]);var A,D,C,L;if("radius"===c.dim){var k=c.dataToRadius(S)-_,P=o.dataToAngle(M);Math.abs(k)k?-1:1)*p),A=T,D=T+k,C=P-u,L=C-h,y&&(i[s][M][I]=D)}else{var O=c.dataToAngle(S,x)-_,E=o.dataToRadius(M);Math.abs(O)O?-1:1)*g),A=E+u,D=A+h,C=T,L=T+O,y&&(i[s][M][I]=L)}e.setItemLayout(w,{cx:d,cy:f,r0:A,r:D,startAngle:-C*Math.PI/180,endAngle:-L*Math.PI/180})}}}},this)}function Bx(t){var e={};f(t,function(t){var i=t.getData(),n=t.coordinateSystem,a=n.getBaseAxis(),o=Rx(n,a),r=a.getExtent(),s="category"===a.type?a.getBandWidth():Math.abs(r[1]-r[0])/i.count(),l=e[o]||{bandWidth:s,remainedWidth:s,autoWidthCount:0,categoryGap:"20%",gap:"30%",stacks:{}},u=l.stacks;e[o]=l;var h=Nx(t);u[h]||l.autoWidthCount++,u[h]=u[h]||{width:0,maxWidth:0};var c=br(t.get("barWidth"),s),d=br(t.get("barMaxWidth"),s),f=t.get("barGap"),p=t.get("barCategoryGap");c&&!u[h].width&&(c=Math.min(l.remainedWidth,c),u[h].width=c,l.remainedWidth-=c),d&&(u[h].maxWidth=d),null!=f&&(l.gap=f),null!=p&&(l.categoryGap=p)});var i={};return f(e,function(t,e){i[e]={};var n=t.stacks,a=t.bandWidth,o=br(t.categoryGap,a),r=br(t.gap,1),s=t.remainedWidth,l=t.autoWidthCount,u=(s-o)/(l+(l-1)*r);u=Math.max(u,0),f(n,function(t){var e=t.maxWidth;e&&u>e&&(e=Math.min(e,s),t.width&&(e=Math.min(e,t.width)),s-=e,t.width=e,l--)}),u=(s-o)/(l+(l-1)*r),u=Math.max(u,0);var h,c=0;f(n,function(t){t.width||(t.width=u),h=t,c+=t.width*(1+r)}),h&&(c-=h.width*r);var d=-c/2;f(n,function(t,n){i[e][n]=i[e][n]||{offset:d,width:t.width},d+=t.width*(1+r)})}),i}function Vx(t,e){vk.call(this,"radius",t,e),this.type="category"}function Gx(t,e){e=e||[0,360],vk.call(this,"angle",t,e),this.type="category"}function Fx(t,e){return e.type||(e.data?"category":"value")}function Wx(t,e,i){var n=e.get("center"),a=i.getWidth(),o=i.getHeight();t.cx=br(n[0],a),t.cy=br(n[1],o);var r=t.getRadiusAxis(),s=Math.min(a,o)/2,l=e.get("radius");null==l?l=[0,"100%"]:_(l)||(l=[0,l]),l=[br(l[0],s),br(l[1],s)],r.inverse?r.setExtent(l[1],l[0]):r.setExtent(l[0],l[1])}function Hx(t){var e=this,i=e.getAngleAxis(),n=e.getRadiusAxis();if(i.scale.setExtent(1/0,-1/0),n.scale.setExtent(1/0,-1/0),t.eachSeries(function(t){if(t.coordinateSystem===e){var a=t.getData();f(a.mapDimension("radius",!0),function(t){n.scale.unionExtentFromData(a,gh(a,t))}),f(a.mapDimension("angle",!0),function(t){i.scale.unionExtentFromData(a,gh(a,t))})}}),Wh(i.scale,i.model),Wh(n.scale,n.model),"category"===i.type&&!i.onBand){var a=i.getExtent(),o=360/i.scale.count();i.inverse?a[1]+=o:a[1]-=o,i.setExtent(a[0],a[1])}}function Zx(t,e){if(t.type=e.get("type"),t.scale=Hh(e),t.onBand=e.get("boundaryGap")&&"category"===t.type,t.inverse=e.get("inverse"),"angleAxis"===e.mainType){t.inverse^=e.get("clockwise");var i=e.get("startAngle");t.setExtent(i,i+(t.inverse?-360:360))}e.axis=t,t.model=e}function Ux(t,e,i){e[1]>e[0]&&(e=e.slice().reverse());var n=t.coordToPoint([e[0],i]),a=t.coordToPoint([e[1],i]);return{x1:n[0],y1:n[1],x2:a[0],y2:a[1]}}function Xx(t){var e=t.getRadiusAxis();return e.inverse?0:1}function Yx(t){var e=t[0],i=t[t.length-1];e&&i&&Math.abs(Math.abs(e.coord-i.coord)-360)<1e-4&&t.pop()}function jx(t,e,i){return{position:[t.cx,t.cy],rotation:i/180*Math.PI,labelDirection:-1,tickDirection:-1,nameDirection:1,labelRotate:e.getModel("axisLabel").get("rotate"),z2:1}}function qx(t,e,i,n,a){var o=e.axis,r=o.dataToCoord(t),s=n.getAngleAxis().getExtent()[0];s=s/180*Math.PI;var l,u,h,c=n.getRadiusAxis().getExtent();if("radius"===o.dim){var d=Le();Ne(d,d,s),Ee(d,d,[n.cx,n.cy]),l=ar([r,-a],d);var f=e.getModel("axisLabel").get("rotate")||0,p=Uk.innerTextLayout(s,f*Math.PI/180,-1);u=p.textAlign,h=p.textVerticalAlign}else{var g=c[1];l=n.coordToPoint([g+a,r]);var m=n.cx,v=n.cy;u=Math.abs(l[0]-m)/g<.3?"center":l[0]>m?"left":"right",h=Math.abs(l[1]-v)/g<.3?"middle":l[1]>v?"top":"bottom"}return{position:l,align:u,verticalAlign:h}}function Kx(t,e){e.update="updateView",Tu(e,function(e,i){var n={};return i.eachComponent({mainType:"geo",query:e},function(i){i[t](e.name);var a=i.coordinateSystem;f(a.regions,function(t){n[t.name]=i.isSelected(t.name)||!1})}),{selected:n,name:e.name}})}function $x(t){this._model=t}function Jx(t,e,i,n){var a=i.calendarModel,o=i.seriesModel,r=a?a.coordinateSystem:o?o.coordinateSystem:null;return r===this?r[t](n):null}function Qx(t,e){var i=t.cellSize;_(i)?1===i.length&&(i[1]=i[0]):i=t.cellSize=[i,i];var n=p([0,1],function(t){return Qr(e,t)&&(i[t]="auto"),null!=i[t]&&"auto"!==i[t]});ts(t,e,{type:"box",ignoreSize:n})}function t_(t,e,i){var n,a={},o="toggleSelected"===t;return i.eachComponent("legend",function(i){o&&null!=n?i[n?"select":"unSelect"](e.name):"allSelect"===t||"inverseSelect"===t?i[t]():(i[t](e.name),n=i.isSelected(e.name));var r=i.getData();f(r,function(t){var e=t.get("name");if("\n"!==e&&""!==e){var n=i.isSelected(e);a[e]=a.hasOwnProperty(e)?a[e]&&n:n}})}),"allSelect"===t||"inverseSelect"===t?{selected:a}:{name:e.name,selected:a}}function e_(t,e,i){var n=e.getBoxLayoutParams(),a=e.get("padding"),o={width:i.getWidth(),height:i.getHeight()},r=$r(n,o,a);qA(e.get("orient"),t,e.get("itemGap"),r.width,r.height),Jr(t,n,o,a)}function i_(t,e){var i=VA(e.get("padding")),n=e.getItemStyle(["color","opacity"]);n.fill=e.get("backgroundColor");var t=new iA({shape:{x:t.x-i[3],y:t.y-i[0],width:t.width+i[1]+i[3],height:t.height+i[0]+i[2],r:e.get("borderRadius")},style:n,silent:!0,z2:-1});return t}function n_(t,e,i,n,a,o){var r;return"line"!==e&&e.indexOf("empty")<0?(r=i.getItemStyle(),t.style.stroke=n,o||(r.stroke=a)):r=i.getItemStyle(["borderWidth","borderColor"]),t.setStyle(r)}function a_(t,e,i,n){r_(t,e,i,n),i.dispatchAction({type:"legendToggleSelect",name:null!=t?t:e}),o_(t,e,i,n)}function o_(t,e,i,n){var a=i.getZr().storage.getDisplayList()[0];a&&a.useHoverLayer||i.dispatchAction({type:"highlight",seriesName:t,name:e,excludeSeriesId:n})}function r_(t,e,i,n){var a=i.getZr().storage.getDisplayList()[0];a&&a.useHoverLayer||i.dispatchAction({type:"downplay",seriesName:t,name:e,excludeSeriesId:n})}function s_(t,e,i){var n=t.getOrient(),a=[1,1];a[n.index]=0,ts(e,i,{type:"box",ignoreSize:a})}function l_(t){var e="cubic-bezier(0.23, 1, 0.32, 1)",i="left "+t+"s "+e+",top "+t+"s "+e;return p(jz,function(t){return t+"transition:"+i}).join(";")}function u_(t){var e=[],i=t.get("fontSize"),n=t.getTextColor();return n&&e.push("color:"+n),e.push("font:"+t.getFont()),i&&e.push("line-height:"+Math.round(3*i/2)+"px"),Xz(["decoration","align"],function(i){var n=t.get(i);n&&e.push("text-"+i+":"+n)}),e.join(";")}function h_(t){var e=[],i=t.get("transitionDuration"),n=t.get("backgroundColor"),a=t.getModel("textStyle"),o=t.get("padding");return i&&e.push(l_(i)),n&&(mS.canvasSupported?e.push("background-Color:"+n):(e.push("background-Color:#"+ei(n)),e.push("filter:alpha(opacity=70)"))),Xz(["width","color","radius"],function(i){var n="border-"+i,a=Yz(n),o=t.get(a);null!=o&&e.push(n+":"+o+("color"===i?"":"px"))}),e.push(u_(a)),null!=o&&e.push("padding:"+VA(o).join("px ")+"px"),e.join(";")+";"}function c_(t,e){if(mS.wxa)return null;var i=document.createElement("div"),n=this._zr=e.getZr();this.el=i,this._x=e.getWidth()/2,this._y=e.getHeight()/2,t.appendChild(i),this._container=t,this._show=!1,this._hideTimeout;var a=this;i.onmouseenter=function(){a._enterable&&(clearTimeout(a._hideTimeout),a._show=!0),a._inContent=!0},i.onmousemove=function(e){if(e=e||window.event,!a._enterable){var i=n.handler;xe(t,e,!0),i.dispatch("mousemove",e)}},i.onmouseleave=function(){a._enterable&&a._show&&a.hideLater(a._hideDelay),a._inContent=!1}}function d_(t){this._zr=t.getZr(),this._show=!1,this._hideTimeout}function f_(t){for(var e=t.pop();t.length;){var i=t.pop();i&&(pr.isInstance(i)&&(i=i.get("tooltip",!0)),"string"==typeof i&&(i={formatter:i}),e=new pr(i,e,e.ecModel))}return e}function p_(t,e){return t.dispatchAction||y(e.dispatchAction,e)}function g_(t,e,i,n,a,o,r){var s=i.getOuterSize(),l=s.width,u=s.height;return null!=o&&(t+l+o>n?t-=l+o:t+=o),null!=r&&(e+u+r>a?e-=u+r:e+=r),[t,e]}function m_(t,e,i,n,a){var o=i.getOuterSize(),r=o.width,s=o.height;return t=Math.min(t+r,n)-r,e=Math.min(e+s,a)-s,t=Math.max(t,0),e=Math.max(e,0),[t,e]}function v_(t,e,i){var n=i[0],a=i[1],o=5,r=0,s=0,l=e.width,u=e.height;switch(t){case"inside":r=e.x+l/2-n/2,s=e.y+u/2-a/2;break;case"top":r=e.x+l/2-n/2,s=e.y-a-o;break;case"bottom":r=e.x+l/2-n/2,s=e.y+u+o;break;case"left":r=e.x-n-o,s=e.y+u/2-a/2;break;case"right":r=e.x+l+o,s=e.y+u/2-a/2}return[r,s]}function y_(t){return"center"===t||"middle"===t}function x_(t){Qn(t,"label",["show"])}function __(t){return!(isNaN(parseFloat(t.x))&&isNaN(parseFloat(t.y)))}function w_(t){return!isNaN(parseFloat(t.x))&&!isNaN(parseFloat(t.y))}function b_(t,e,i,n,a,o){var r=[],s=ph(e,n),l=s?e.getCalculationInfo("stackResultDimension"):n,u=D_(e,l,t),h=e.indicesOfNearest(l,u)[0]; +r[a]=e.get(i,h),r[o]=e.get(n,h);var c=Ir(e.get(n,h));return c=Math.min(c,20),c>=0&&(r[o]=+r[o].toFixed(c)),r}function S_(t,e){var i=t.getData(),a=t.coordinateSystem;if(e&&!w_(e)&&!_(e.coord)&&a){var o=a.dimensions,r=M_(e,i,a,t);if(e=n(e),e.type&&oB[e.type]&&r.baseAxis&&r.valueAxis){var s=nB(o,r.baseAxis.dim),l=nB(o,r.valueAxis.dim);e.coord=oB[e.type](i,r.baseDataDim,r.valueDataDim,s,l),e.value=e.coord[l]}else{for(var u=[null!=e.xAxis?e.xAxis:e.radiusAxis,null!=e.yAxis?e.yAxis:e.angleAxis],h=0;2>h;h++)oB[u[h]]&&(u[h]=D_(i,i.mapDimension(o[h]),u[h]));e.coord=u}}return e}function M_(t,e,i,n){var a={};return null!=t.valueIndex||null!=t.valueDim?(a.valueDataDim=null!=t.valueIndex?e.getDimension(t.valueIndex):t.valueDim,a.valueAxis=i.getAxis(I_(n,a.valueDataDim)),a.baseAxis=i.getOtherAxis(a.valueAxis),a.baseDataDim=e.mapDimension(a.baseAxis.dim)):(a.baseAxis=n.getBaseAxis(),a.valueAxis=i.getOtherAxis(a.baseAxis),a.baseDataDim=e.mapDimension(a.baseAxis.dim),a.valueDataDim=e.mapDimension(a.valueAxis.dim)),a}function I_(t,e){var i=t.getData(),n=i.dimensions;e=i.getDimension(e);for(var a=0;an?t.coord&&t.coord[n]:t.value}function D_(t,e,i){if("average"===i){var n=0,a=0;return t.each(e,function(t){isNaN(t)||(n+=t,a++)}),n/a}return"median"===i?t.getMedian(e):t.getDataExtent(e,!0)["max"===i?1:0]}function C_(t,e,i){var n=e.coordinateSystem;t.each(function(a){var o,r=t.getItemModel(a),s=br(r.get("x"),i.getWidth()),l=br(r.get("y"),i.getHeight());if(isNaN(s)||isNaN(l)){if(e.getMarkerPosition)o=e.getMarkerPosition(t.getValues(t.dimensions,a));else if(n){var u=t.get(n.dimensions[0],a),h=t.get(n.dimensions[1],a);o=n.dataToPoint([u,h])}}else o=[s,l];isNaN(s)||(o[0]=s),isNaN(l)||(o[1]=l),t.setItemLayout(a,o)})}function L_(t,e,i){var n;n=t?p(t&&t.dimensions,function(t){var i=e.getData().getDimensionInfo(e.getData().mapDimension(t))||{};return s({name:t},i)}):[{name:"value",type:"float"}];var a=new bL(n,i),o=p(i.get("data"),x(S_,e));return t&&(o=m(o,x(T_,t))),a.initData(o,null,t?A_:function(t){return t.value}),a}function k_(t){return!isNaN(t)&&!isFinite(t)}function P_(t,e,i,n){var a=1-t,o=n.dimensions[t];return k_(e[a])&&k_(i[a])&&e[t]===i[t]&&n.getAxis(o).containData(e[t])}function O_(t,e){if("cartesian2d"===t.type){var i=e[0].coord,n=e[1].coord;if(i&&n&&(P_(1,i,n,t)||P_(0,i,n,t)))return!0}return T_(t,e[0])&&T_(t,e[1])}function E_(t,e,i,n,a){var o,r=n.coordinateSystem,s=t.getItemModel(e),l=br(s.get("x"),a.getWidth()),u=br(s.get("y"),a.getHeight());if(isNaN(l)||isNaN(u)){if(n.getMarkerPosition)o=n.getMarkerPosition(t.getValues(t.dimensions,e));else{var h=r.dimensions,c=t.get(h[0],e),d=t.get(h[1],e);o=r.dataToPoint([c,d])}if("cartesian2d"===r.type){var f=r.getAxis("x"),p=r.getAxis("y"),h=r.dimensions;k_(t.get(h[0],e))?o[0]=f.toGlobalCoord(f.getExtent()[i?0:1]):k_(t.get(h[1],e))&&(o[1]=p.toGlobalCoord(p.getExtent()[i?0:1]))}isNaN(l)||(o[0]=l),isNaN(u)||(o[1]=u)}else o=[l,u];t.setItemLayout(e,o)}function N_(t,e,i){var n;n=t?p(t&&t.dimensions,function(t){var i=e.getData().getDimensionInfo(e.getData().mapDimension(t))||{};return s({name:t},i)}):[{name:"value",type:"float"}];var a=new bL(n,i),o=new bL(n,i),r=new bL([],i),l=p(i.get("data"),x(sB,e,t,i));t&&(l=m(l,x(O_,t)));var u=t?A_:function(t){return t.value};return a.initData(p(l,function(t){return t[0]}),null,u),o.initData(p(l,function(t){return t[1]}),null,u),r.initData(p(l,function(t){return t[2]})),r.hasItemOption=!0,{from:a,to:o,line:r}}function R_(t){return!isNaN(t)&&!isFinite(t)}function z_(t,e,i){var n=1-t;return R_(e[n])&&R_(i[n])}function B_(t,e){var i=e.coord[0],n=e.coord[1];return"cartesian2d"===t.type&&i&&n&&(z_(1,i,n,t)||z_(0,i,n,t))?!0:T_(t,{coord:i,x:e.x0,y:e.y0})||T_(t,{coord:n,x:e.x1,y:e.y1})}function V_(t,e,i,n,a){var o,r=n.coordinateSystem,s=t.getItemModel(e),l=br(s.get(i[0]),a.getWidth()),u=br(s.get(i[1]),a.getHeight());if(isNaN(l)||isNaN(u)){if(n.getMarkerPosition)o=n.getMarkerPosition(t.getValues(i,e));else{var h=t.get(i[0],e),c=t.get(i[1],e),d=[h,c];r.clampData&&r.clampData(d,d),o=r.dataToPoint(d,!0)}if("cartesian2d"===r.type){var f=r.getAxis("x"),p=r.getAxis("y"),h=t.get(i[0],e),c=t.get(i[1],e);R_(h)?o[0]=f.toGlobalCoord(f.getExtent()["x0"===i[0]?0:1]):R_(c)&&(o[1]=p.toGlobalCoord(p.getExtent()["y0"===i[1]?0:1]))}isNaN(l)||(o[0]=l),isNaN(u)||(o[1]=u)}else o=[l,u];return o}function G_(t,e,i){var n,a,o=["x0","y0","x1","y1"];t?(n=p(t&&t.dimensions,function(t){var i=e.getData(),n=i.getDimensionInfo(i.mapDimension(t))||{};return s({name:t},n)}),a=new bL(p(o,function(t,e){return{name:t,type:n[e%2].type}}),i)):(n=[{name:"value",type:"float"}],a=new bL(n,i));var r=p(i.get("data"),x(lB,e,t,i));t&&(r=m(r,x(B_,t)));var l=t?function(t,e,i,n){return t.coord[Math.floor(n/2)][n%2]}:function(t){return t.value};return a.initData(r,null,l),a.hasItemOption=!0,a}function F_(t){var e=t.type,i={number:"value",time:"time"};if(i[e]&&(t.axisType=i[e],delete t.type),W_(t),H_(t,"controlPosition")){var n=t.controlStyle||(t.controlStyle={});H_(n,"position")||(n.position=t.controlPosition),"none"!==n.position||H_(n,"show")||(n.show=!1,delete n.position),delete t.controlPosition}f(t.data||[],function(t){S(t)&&!_(t)&&(!H_(t,"value")&&H_(t,"name")&&(t.value=t.name),W_(t))})}function W_(t){var e=t.itemStyle||(t.itemStyle={}),i=e.emphasis||(e.emphasis={}),n=t.label||t.label||{},a=n.normal||(n.normal={}),o={normal:1,emphasis:1};f(n,function(t,e){o[e]||H_(a,e)||(a[e]=t)}),i.label&&!H_(n,"emphasis")&&(n.emphasis=i.label,delete i.label)}function H_(t,e){return t.hasOwnProperty(e)}function Z_(t,e){return $r(t.getBoxLayoutParams(),{width:e.getWidth(),height:e.getHeight()},t.get("padding"))}function U_(t,e,i,a){var o=_o(t.get(e).replace(/^path:\/\//,""),n(a||{}),new Si(i[0],i[1],i[2],i[3]),"center");return o}function X_(t,e,i,n,o,r){var s=e.get("color");if(o)o.setColor(s),i.add(o),r&&r.onUpdate(o);else{var l=t.get("symbol");o=Jh(l,-1,-1,2,2,s),o.setStyle("strokeNoScale",!0),i.add(o),r&&r.onCreate(o)}var u=e.getItemStyle(["color","symbol","symbolSize"]);o.setStyle(u),n=a({rectHover:!0,z2:100},n,!0);var h=t.get("symbolSize");h=h instanceof Array?h.slice():[+h,+h],h[0]/=2,h[1]/=2,n.scale=h;var c=t.get("symbolOffset");if(c){var d=n.position=n.position||[0,0];d[0]+=br(c[0],h[0]),d[1]+=br(c[1],h[1])}var f=t.get("symbolRotate");return n.rotation=(f||0)*Math.PI/180||0,o.attr(n),o.updateTransform(),o}function Y_(t,e,i,n,a){if(!t.dragging){var o=n.getModel("checkpointStyle"),r=i.dataToCoord(n.getData().get(["value"],e));a||!o.get("animation",!0)?t.attr({position:[r,0]}):(t.stopAnimation(!0),t.animateTo({position:[r,0]},o.get("animationDuration",!0),o.get("animationEasing",!0)))}}function j_(t){return u(xB,t)>=0}function q_(t,e){t=t.slice();var i=p(t,Xr);e=(e||[]).slice();var n=p(e,Xr);return function(a,o){f(t,function(t,r){for(var s={name:t,capital:i[r]},l=0;l=0}function a(t,n){var a=!1;return e(function(e){f(i(t,e)||[],function(t){n.records[e.name][t]&&(a=!0)})}),a}function o(t,n){n.nodes.push(t),e(function(e){f(i(t,e)||[],function(t){n.records[e.name][t]=!0})})}return function(i){function r(t){!n(t,s)&&a(t,s)&&(o(t,s),l=!0)}var s={nodes:[],records:{}};if(e(function(t){s.records[t.name]={}}),!i)return s;o(i,s);var l;do l=!1,t(r);while(l);return s}}function $_(t,e,i){var n=[1/0,-1/0];return wB(i,function(t){var i=t.getData();i&&wB(i.mapDimension(e,!0),function(t){var e=i.getApproximateExtent(t);e[0]n[1]&&(n[1]=e[1])})}),n[1]0?0:0/0);var r=i.getMax(!0);return null!=r&&"dataMax"!==r&&"function"!=typeof r?e[1]=r:a&&(e[1]=o>0?o-1:0/0),i.get("scale",!0)||(e[0]>0&&(e[0]=0),e[1]<0&&(e[1]=0)),e}function Q_(t,e){var i=t.getAxisModel(),n=t._percentWindow,a=t._valueWindow;if(n){var o=Ar(a,[0,500]);o=Math.min(o,20);var r=e||0===n[0]&&100===n[1];i.setRange(r?null:+a[0].toFixed(o),r?null:+a[1].toFixed(o))}}function tw(t){var e=t._minMaxSpan={},i=t._dataZoomModel,n=t._dataExtent;wB(["min","max"],function(a){var o=i.get(a+"Span"),r=i.get(a+"ValueSpan");null!=r&&(r=t.getAxisModel().axis.scale.parse(r)),null!=r?o=wr(n[0]+r,n,[0,100],!0):null!=o&&(r=wr(o,[0,100],n,!0)-n[0]),e[a+"Span"]=o,e[a+"ValueSpan"]=r})}function ew(t){var e={};return MB(["start","end","startValue","endValue","throttle"],function(i){t.hasOwnProperty(i)&&(e[i]=t[i])}),e}function iw(t,e){var i=t._rangePropMode,n=t.get("rangeMode");MB([["start","startValue"],["end","endValue"]],function(t,a){var o=null!=e[t[0]],r=null!=e[t[1]];o&&!r?i[a]="percent":!o&&r?i[a]="value":n?i[a]=n[a]:o&&(i[a]="percent")})}function nw(t){var e={x:"y",y:"x",radius:"angle",angle:"radius"};return e[t]}function aw(t){return"vertical"===t?"ns-resize":"ew-resize"}function ow(t,e){var i=lw(t),n=e.dataZoomId,a=e.coordId;f(i,function(t){var i=t.dataZoomInfos;i[n]&&u(e.allCoordIds,a)<0&&(delete i[n],t.count--)}),hw(i);var o=i[a];o||(o=i[a]={coordId:a,dataZoomInfos:{},count:0},o.controller=uw(t,o),o.dispatchAction=x(cw,t)),!o.dataZoomInfos[n]&&o.count++,o.dataZoomInfos[n]=e;var r=dw(o.dataZoomInfos);o.controller.enable(r.controlType,r.opt),o.controller.setPointerChecker(e.containsPoint),xl(o,"dispatchAction",e.dataZoomModel.get("throttle",!0),"fixRate")}function rw(t,e){var i=lw(t);f(i,function(t){t.controller.dispose();var i=t.dataZoomInfos;i[e]&&(delete i[e],t.count--)}),hw(i)}function sw(t){return t.type+"\x00_"+t.id}function lw(t){var e=t.getZr();return e[FB]||(e[FB]={})}function uw(t,e){var i=new $f(t.getZr());return f(["pan","zoom","scrollMove"],function(t){i.on(t,function(i){var n=[];f(e.dataZoomInfos,function(a){if(i.isAvailableBehavior(a.dataZoomModel.option)){var o=(a.getRange||{})[t],r=o&&o(e.controller,i);!a.dataZoomModel.get("disabled",!0)&&r&&n.push({dataZoomId:a.dataZoomId,start:r[0],end:r[1]})}}),n.length&&e.dispatchAction(n)})}),i}function hw(t){f(t,function(e,i){e.count||(e.controller.dispose(),delete t[i])})}function cw(t,e){t.dispatchAction({type:"dataZoom",batch:e})}function dw(t){var e,i="type_",n={type_true:2,type_move:1,type_false:0,type_undefined:-1},a=!0;return f(t,function(t){var o=t.dataZoomModel,r=o.get("disabled",!0)?!1:o.get("zoomLock",!0)?"move":!0;n[i+r]>n[i+e]&&(e=r),a&=o.get("preventDefaultMouseMove",!0)}),{controlType:e,opt:{zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!0,preventDefaultMouseMove:!!a}}}function fw(t){return function(e,i,n,a){var o=this._range,r=o.slice(),s=e.axisModels[0];if(s){var l=t(r,s,e,i,n,a);return zN(l,r,[0,100],"all"),this._range=r,o[0]!==r[0]||o[1]!==r[1]?r:void 0}}}function pw(t){var e={};f(t,function(t){e[t]=1}),t.length=0,f(e,function(e,i){t.push(i)})}function gw(t){if(t)for(var e in t)if(t.hasOwnProperty(e))return!0}function mw(t,e,i){function a(){var t=function(){};t.prototype.__hidden=t.prototype;var e=new t;return e}var o={};return jB(e,function(e){var r=o[e]=a();jB(t[e],function(t,a){if(GO.isValidType(a)){var o={type:a,visual:t};i&&i(o,e),r[a]=new GO(o),"opacity"===a&&(o=n(o),o.type="colorAlpha",r.__hidden.__alphaForOpacity=new GO(o))}})}),o}function vw(t,e,i){var a;f(i,function(t){e.hasOwnProperty(t)&&gw(e[t])&&(a=!0)}),a&&f(i,function(i){e.hasOwnProperty(i)&&gw(e[i])?t[i]=n(e[i]):delete t[i]})}function yw(t,e,i,n,a,o){function r(t){return i.getItemVisual(h,t)}function s(t,e){i.setItemVisual(h,t,e)}function l(t,l){h=null==o?t:l;var c=i.getRawDataItem(h);if(!c||c.visualMap!==!1)for(var d=n.call(a,t),f=e[d],p=u[d],g=0,m=p.length;m>g;g++){var v=p[g];f[v]&&f[v].applyVisual(t,r,s)}}var u={};f(t,function(t){var i=GO.prepareVisualTypes(e[t]);u[t]=i});var h;null==o?i.each(l):i.each([o],l)}function xw(t,e,i,n){function a(t,a){function r(t){return a.getItemVisual(l,t)}function s(t,e){a.setItemVisual(l,t,e)}null!=n&&(n=a.getDimension(n));for(var l;null!=(l=t.next());){var u=a.getRawDataItem(l);if(!u||u.visualMap!==!1)for(var h=null!=n?a.get(n,l,!0):l,c=i(h),d=e[c],f=o[c],p=0,g=f.length;g>p;p++){var m=f[p];d[m]&&d[m].applyVisual(h,r,s)}}}var o={};return f(t,function(t){var i=GO.prepareVisualTypes(e[t]);o[t]=i}),{progress:a}}function _w(t){var e=["x","y"],i=["width","height"];return{point:function(e,i,n){if(e){var a=n.range,o=e[t];return ww(o,a)}},rect:function(n,a,o){if(n){var r=o.range,s=[n[e[t]],n[e[t]]+n[i[t]]];return s[1]=0)&&t(o,n,a)})}function Sw(t){return t[0]>t[1]&&t.reverse(),t}function Mw(t,e){return ua(t,e,{includeMainTypes:tV})}function Iw(t,e,i,n){var a=i.getAxis(["x","y"][t]),o=Sw(p([0,1],function(t){return e?a.coordToData(a.toLocalCoord(n[t])):a.toGlobalCoord(a.dataToCoord(n[t]))})),r=[];return r[t]=o,r[1-t]=[0/0,0/0],{values:o,xyMinMax:r}}function Tw(t,e,i,n){return[e[0]-n[t]*i[0],e[1]-n[t]*i[1]]}function Aw(t,e){var i=Dw(t),n=Dw(e),a=[i[0]/n[0],i[1]/n[1]];return isNaN(a[0])&&(a[0]=1),isNaN(a[1])&&(a[1]=1),a}function Dw(t){return t?[t[0][1]-t[0][0],t[1][1]-t[1][0]]:[0/0,0/0]}function Cw(t,e,i,n,a){if(a){var o=t.getZr();if(!o[uV]){o[lV]||(o[lV]=Lw);var r=xl(o,lV,i,e);r(t,n)}}}function Lw(t,e){if(!t.isDisposed()){var i=t.getZr();i[uV]=!0,t.dispatchAction({type:"brushSelect",batch:e}),i[uV]=!1}}function kw(t,e,i,n){for(var a=0,o=e.length;o>a;a++){var r=e[a];if(t[r.brushType](n,i,r.selectors,r))return!0}}function Pw(t){var e=t.brushSelector;if(b(e)){var i=[];return f(qB,function(t,n){i[n]=function(i,n,a,o){var r=n.getItemLayout(i);return t[e](r,a,o)}}),i}if(w(e)){var n={};return f(qB,function(t,i){n[i]=e}),n}return e}function Ow(t,e){var i=t.option.seriesIndex;return null!=i&&"all"!==i&&(_(i)?u(i,e)<0:e!==i)}function Ew(t){var e=t.selectors={};return f(qB[t.brushType],function(i,n){e[n]=function(n){return i(n,e,t)}}),t}function Nw(t){return new Si(t[0][0],t[1][0],t[0][1]-t[0][0],t[1][1]-t[1][0])}function Rw(t,e){return a({brushType:t.brushType,brushMode:t.brushMode,transformable:t.transformable,brushStyle:new pr(t.brushStyle).getItemStyle(),removeOnClick:t.removeOnClick,z:t.z},e,!0)}function zw(t,e,i,n){(!n||n.$from!==t.id)&&this._brushController.setPanels(t.brushTargetManager.makePanelOpts(i)).enableBrush(t.brushOption).updateCovers(t.areas.slice())}function Bw(t,e){fV[t]=e}function Vw(t){return fV[t]}function Gw(t,e,i){this.model=t,this.ecModel=e,this.api=i,this._brushType,this._brushMode}function Fw(t,e){return t&&t.hasOwnProperty&&t.hasOwnProperty(e)}function Ww(t,e,i,n){function a(t){return l[t]}function o(t,e){l[t]=e}for(var r=e.targetVisuals[n],s=GO.prepareVisualTypes(r),l={color:t.getData().getVisual("color")},u=0,h=s.length;h>u;u++){var c=s[u],d=r["opacity"===c?"__alphaForOpacity":c];d&&d.applyVisual(i,a,o)}return l.color}function Hw(t,e,i){if(i[0]===i[1])return i.slice();for(var n=200,a=(i[1]-i[0])/n,o=i[0],r=[],s=0;n>=s&&oc;c++)h[s[1-r][c]]=u[c],h[l[c]]=2===c?i[0]:n[l[c]];var d=[["x","width",3],["y","height",0]][r],f=$r(h,o,n.padding);return l[(f.margin[d[2]]||0)+f[d[0]]+.5*f[d[1]]<.5*o[d[1]]?0:1]}function Uw(t,e){return f(t||[],function(t){null!=t.dataIndex&&(t.dataIndexInside=t.dataIndex,t.dataIndex=null),t.highlightKey="visualMap"+(e?e.componentIndex:"")}),t}function Xw(t,e,i,n){return new JT({shape:{points:t},draggable:!!i,cursor:e,drift:i,onmousemove:function(t){ZS(t.event)},ondragend:n})}function Yw(t,e){return 0===t?[[0,0],[e,0],[e,-e]]:[[0,0],[e,0],[e,e]]}function jw(t,e,i,n){return t?[[0,-EV(e,NV(i,0))],[zV,0],[0,EV(e,NV(n-i,0))]]:[[0,0],[5,-5],[5,5]]}function qw(t,e,i){var n=RV/2,a=t.get("hoverLinkDataSize");return a&&(n=PV(a,e,i,!0)/2),n}function Kw(t){var e=t.get("hoverLinkOnHandle");return!!(null==e?t.get("realtime"):e)}function $w(t){return"vertical"===t?"ns-resize":"ew-resize"}function Jw(t,e){var i=t.inverse;("vertical"===t.orient?!i:i)&&e.reverse()}function Qw(t){return 0===t.indexOf("my")}function tb(t){this.model=t}function eb(t){this.model=t}function ib(t){var e={},i=[],n=[];return t.eachRawSeries(function(t){var a=t.coordinateSystem;if(!a||"cartesian2d"!==a.type&&"polar"!==a.type)i.push(t);else{var o=a.getBaseAxis();if("category"===o.type){var r=o.dim+"_"+o.index;e[r]||(e[r]={categoryAxis:o,valueAxis:a.getOtherAxis(o),series:[]},n.push({axisDim:o.dim,axisIndex:o.index})),e[r].series.push(t)}else i.push(t)}}),{seriesGroupByCategoryAxis:e,other:i,meta:n}}function nb(t){var e=[];return f(t,function(t){var i=t.categoryAxis,n=t.valueAxis,a=n.dim,o=[" "].concat(p(t.series,function(t){return t.name})),r=[i.model.getCategories()];f(t.series,function(t){r.push(t.getRawData().mapArray(a,function(t){return t}))});for(var s=[o.join(JV)],l=0;lr;r++)n[r]=arguments[r];i.push((o?o+JV:"")+n.join(JV))}),i.join("\n")}).join("\n\n"+$V+"\n\n")}function ob(t){var e=ib(t);return{value:m([nb(e.seriesGroupByCategoryAxis),ab(e.other)],function(t){return t.replace(/[\n\t\s]/g,"")}).join("\n\n"+$V+"\n\n"),meta:e.meta}}function rb(t){return t.replace(/^\s\s*/,"").replace(/\s\s*$/,"")}function sb(t){var e=t.slice(0,t.indexOf("\n"));return e.indexOf(JV)>=0?!0:void 0}function lb(t){for(var e=t.split(/\n+/g),i=rb(e.shift()).split(QV),n=[],a=p(i,function(t){return{name:t,data:[]}}),o=0;o=0;a--){var o=i[a];if(o[n])break}if(0>a){var r=t.queryComponents({mainType:"dataZoom",subType:"select",id:n})[0];if(r){var s=r.getPercentRange();i[0][n]={dataZoomId:n,start:s[0],end:s[1]}}}}),i.push(e)}function pb(t){var e=vb(t),i=e[e.length-1];e.length>1&&e.pop();var n={};return tG(i,function(t,i){for(var a=e.length-1;a>=0;a--){var t=e[a][i];if(t){n[i]=t;break}}}),n}function gb(t){t[eG]=null}function mb(t){return vb(t).length}function vb(t){var e=t[eG];return e||(e=t[eG]=[{}]),e}function yb(t,e,i){(this._brushController=new Im(i.getZr())).on("brush",y(this._onBrush,this)).mount(),this._isZoomActive}function xb(t){var e={};return f(["xAxisIndex","yAxisIndex"],function(i){e[i]=t[i],null==e[i]&&(e[i]="all"),(e[i]===!1||"none"===e[i])&&(e[i]=[])}),e}function _b(t,e){t.setIconStatus("back",mb(e)>1?"emphasis":"normal")}function wb(t,e,i,n,a){var o=i._isZoomActive;n&&"takeGlobalCursor"===n.type&&(o="dataZoomSelect"===n.key?n.dataZoomSelectActive:!1),i._isZoomActive=o,t.setIconStatus("zoom",o?"emphasis":"normal");var r=new bw(xb(t.option),e,{include:["grid"]});i._brushController.setPanels(r.makePanelOpts(a,function(t){return t.xAxisDeclared&&!t.yAxisDeclared?"lineX":!t.xAxisDeclared&&t.yAxisDeclared?"lineY":"rect"})).enableBrush(o?{brushType:"auto",brushStyle:{lineWidth:0,fill:"rgba(0,0,0,0.2)"}}:!1)}function bb(t){this.model=t}function Sb(t,e,i,n){var a=i.type,o=uG.hasOwnProperty(a)?uG[a]:xo(a),r=new o(i);e.add(r),n.set(t,r),r.__ecGraphicId=t}function Mb(t,e){var i=t&&t.parent;i&&("group"===t.type&&t.traverse(function(t){Mb(t,e)}),e.removeKey(t.__ecGraphicId),i.remove(t))}function Ib(t){return t=r({},t),f(["id","parentId","$action","hv","bounding"].concat(YA),function(e){delete t[e]}),t}function Tb(t,e){var i;return f(e,function(e){null!=t[e]&&"auto"!==t[e]&&(i=!0)}),i}function Ab(t,e){var i=t.exist;if(e.id=t.keyInfo.id,!e.type&&i&&(e.type=i.type),null==e.parentId){var n=e.parentOption;n?e.parentId=n.id:i&&(e.parentId=i.parentId)}e.parentOption=null}function Db(t,e,i){var n=r({},i),o=t[e],s=i.$action||"merge";"merge"===s?o?(a(o,n,!0),ts(o,n,{ignoreSize:!0}),is(i,o)):t[e]=n:"replace"===s?t[e]=n:"remove"===s&&o&&(t[e]=null)}function Cb(t,e){t&&(t.hv=e.hv=[Tb(e,["left","right"]),Tb(e,["top","bottom"])],"group"===t.type&&(null==t.width&&(t.width=e.width=0),null==t.height&&(t.height=e.height=0)))}function Lb(t,e){var i=t.eventData;t.silent||t.ignore||i||(i=t.eventData={componentType:"graphic",componentIndex:e.componentIndex,name:t.name}),i&&(i.info=t.info)}function kb(t){return cG(t)}function Pb(){if(!pG&&gG){pG=!0;var t=gG.styleSheets;t.length<31?gG.createStyleSheet().addRule(".zrvml","behavior:url(#default#VML)"):t[0].addRule(".zrvml","behavior:url(#default#VML)")}}function Ob(t){return parseInt(t,10)}function Eb(t,e){Pb(),this.root=t,this.storage=e;var i=document.createElement("div"),n=document.createElement("div");i.style.cssText="display:inline-block;overflow:hidden;position:relative;width:300px;height:150px;",n.style.cssText="position:absolute;left:0;top:0;",t.appendChild(i),this._vmlRoot=n,this._vmlViewport=i,this.resize();var a=e.delFromStorage,o=e.addToStorage;e.delFromStorage=function(t){a.call(e,t),t&&t.onRemove&&t.onRemove(n)},e.addToStorage=function(t){t.onAdd&&t.onAdd(n),o.call(e,t)},this._firstPaint=!0}function Nb(t){return function(){SM('In IE8.0 VML mode painter not support method "'+t+'"')}}function Rb(t){return document.createElementNS(oF,t)}function zb(t){return uF(1e4*t)/1e4}function Bb(t){return gF>t&&t>-gF}function Vb(t,e){var i=e?t.textFill:t.fill;return null!=i&&i!==lF}function Gb(t,e){var i=e?t.textStroke:t.stroke;return null!=i&&i!==lF}function Fb(t,e){e&&Wb(t,"transform","matrix("+sF.call(e,",")+")")}function Wb(t,e,i){(!i||"linear"!==i.type&&"radial"!==i.type)&&t.setAttribute(e,i)}function Hb(t,e,i){t.setAttributeNS("http://www.w3.org/1999/xlink",e,i)}function Zb(t,e,i,n){if(Vb(e,i)){var a=i?e.textFill:e.fill;a="transparent"===a?lF:a,Wb(t,"fill",a),Wb(t,"fill-opacity",null!=e.fillOpacity?e.fillOpacity*e.opacity:e.opacity)}else Wb(t,"fill",lF);if(Gb(e,i)){var o=i?e.textStroke:e.stroke;o="transparent"===o?lF:o,Wb(t,"stroke",o);var r=i?e.textStrokeWidth:e.lineWidth,s=!i&&e.strokeNoScale?n.getLineScale():1;Wb(t,"stroke-width",r/s),Wb(t,"paint-order",i?"stroke":"fill"),Wb(t,"stroke-opacity",null!=e.strokeOpacity?e.strokeOpacity:e.opacity);var l=e.lineDash;l?(Wb(t,"stroke-dasharray",e.lineDash.join(",")),Wb(t,"stroke-dashoffset",uF(e.lineDashOffset||0))):Wb(t,"stroke-dasharray",""),e.lineCap&&Wb(t,"stroke-linecap",e.lineCap),e.lineJoin&&Wb(t,"stroke-linejoin",e.lineJoin),e.miterLimit&&Wb(t,"stroke-miterlimit",e.miterLimit)}else Wb(t,"stroke",lF)}function Ub(t){for(var e=[],i=t.data,n=t.len(),a=0;n>a;){var o=i[a++],r="",s=0;switch(o){case rF.M:r="M",s=2;break;case rF.L:r="L",s=2;break;case rF.Q:r="Q",s=4;break;case rF.C:r="C",s=6;break;case rF.A:var l=i[a++],u=i[a++],h=i[a++],c=i[a++],d=i[a++],f=i[a++],p=i[a++],g=i[a++],m=Math.abs(f),v=Bb(m-fF)||(g?f>=fF:-f>=fF),y=f>0?f%fF:f%fF+fF,x=!1;x=v?!0:Bb(m)?!1:y>=dF==!!g;var _=zb(l+h*cF(d)),w=zb(u+c*hF(d));v&&(f=g?fF-1e-4:-fF+1e-4,x=!0,9===a&&e.push("M",_,w));var b=zb(l+h*cF(d+f)),S=zb(u+c*hF(d+f));e.push("A",zb(h),zb(c),uF(p*pF),+x,+g,b,S);break;case rF.Z:r="Z";break;case rF.R:var b=zb(i[a++]),S=zb(i[a++]),M=zb(i[a++]),I=zb(i[a++]);e.push("M",b,S,"L",b+M,S,"L",b+M,S+I,"L",b,S+I,"L",b,S)}r&&e.push(r);for(var T=0;s>T;T++)e.push(zb(i[a++]))}return e.join(" ")}function Xb(t,e,i,n,a,o,r){ke(wF),e&&i&&Pe(wF,i);var s=n.textRotation;if(a&&s){var l=n.textOrigin;"center"===l?(o=a.width/2+a.x,r=a.height/2+a.y):l&&(o=l[0]+a.x,r=l[1]+a.y),wF[4]-=o,wF[5]-=r,Ne(wF,wF,s),wF[4]+=o,wF[5]+=r}Fb(t,wF)}function Yb(t,e,i){return"right"===e?t-i[1]:"center"===e?t+i[3]/2-i[1]/2:t+i[3]}function jb(t,e,i,n){Wb(t,"dominant-baseline","middle"),Wb(t,"text-anchor",bF[e]),Wb(t,"x",i),Wb(t,"y",n)}function qb(t){t&&t.__textSvgEl&&(t.__textSvgEl.parentNode&&t.__textSvgEl.parentNode.removeChild(t.__textSvgEl),t.__textSvgEl=null,t.__tspanList=[],t.__text=null)}function Kb(){}function $b(t,e){for(var i=0,n=e.length,a=0,o=0;n>i;i++){var r=e[i];if(r.removed){for(var s=[],l=o;la;a++)i[t][a].h!==e&&n.push(i[t][a]);i[t]=n}i[t]&&0===i[t].length&&delete i[t]}else delete i[t];return this},trigger:function(t){var e=this._$handlers[t],i=this._$eventProcessor;if(e){var n=arguments,a=n.length;a>3&&(n=zS.call(n,1));for(var o=e.length,r=0;o>r;){var s=e[r];if(i&&i.filter&&null!=s.query&&!i.filter(t,s.query))r++;else{switch(a){case 1:s.h.call(s.ctx);break;case 2:s.h.call(s.ctx,n[1]);break;case 3:s.h.call(s.ctx,n[1],n[2]);break;default:s.h.apply(s.ctx,n)}s.one?(e.splice(r,1),o--):r++}}}return i&&i.afterTrigger&&i.afterTrigger(t),this},triggerWithContext:function(t){var e=this._$handlers[t],i=this._$eventProcessor;if(e){var n=arguments,a=n.length;a>4&&(n=zS.call(n,1,n.length-1));for(var o=n[n.length-1],r=e.length,s=0;r>s;){var l=e[s];if(i&&i.filter&&null!=l.query&&!i.filter(t,l.query))s++;else{switch(a){case 1:l.h.call(o);break;case 2:l.h.call(o,n[1]);break;case 3:l.h.call(o,n[1],n[2]);break;default:l.h.apply(o,n)}l.one?(e.splice(s,1),r--):s++}}}return i&&i.afterTrigger&&i.afterTrigger(t),this}};var VS=Math.log(2),GS="undefined"!=typeof window&&!!window.addEventListener,FS=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,WS="___zrEVENTSAVED",HS=[],ZS=GS?function(t){t.preventDefault(),t.stopPropagation(),t.cancelBubble=!0}:function(t){t.returnValue=!1,t.cancelBubble=!0},US=function(){this._track=[]};US.prototype={constructor:US,recognize:function(t,e,i){return this._doTrack(t,e,i),this._recognize(t)},clear:function(){return this._track.length=0,this},_doTrack:function(t,e,i){var n=t.touches;if(n){for(var a={points:[],touches:[],target:e,event:t},o=0,r=n.length;r>o;o++){var s=n[o],l=pe(i,s,{});a.points.push([l.zrX,l.zrY]),a.touches.push(s)}this._track.push(a)}},_recognize:function(t){for(var e in XS)if(XS.hasOwnProperty(e)){var i=XS[e](this._track,t);if(i)return i}}};var XS={pinch:function(t,e){var i=t.length;if(i){var n=(t[i-1]||{}).points,a=(t[i-2]||{}).points||n;if(a&&a.length>1&&n&&n.length>1){var o=Se(n)/Se(a);!isFinite(o)&&(o=1),e.pinchScale=o;var r=Me(n);return e.pinchX=r[0],e.pinchY=r[1],{type:"pinch",target:t[0].target,event:e} +}}}},YS="silent";Ae.prototype.dispose=function(){};var jS=["click","dblclick","mousewheel","mouseout","mouseup","mousedown","mousemove","contextmenu"],qS=function(t,e,i,n){BS.call(this),this.storage=t,this.painter=e,this.painterRoot=n,i=i||new Ae,this.proxy=null,this._hovered={},this._lastTouchMoment,this._lastX,this._lastY,this._gestureMgr,le.call(this),this.setHandlerProxy(i)};qS.prototype={constructor:qS,setHandlerProxy:function(t){this.proxy&&this.proxy.dispose(),t&&(f(jS,function(e){t.on&&t.on(e,this[e],this)},this),t.handler=this),this.proxy=t},mousemove:function(t){var e=t.zrX,i=t.zrY,n=Ce(this,e,i),a=this._hovered,o=a.target;o&&!o.__zr&&(a=this.findHover(a.x,a.y),o=a.target);var r=this._hovered=n?{x:e,y:i}:this.findHover(e,i),s=r.target,l=this.proxy;l.setCursor&&l.setCursor(s?s.cursor:"default"),o&&s!==o&&this.dispatchToElement(a,"mouseout",t),this.dispatchToElement(r,"mousemove",t),s&&s!==o&&this.dispatchToElement(r,"mouseover",t)},mouseout:function(t){var e=t.zrEventControl,i=t.zrIsToLocalDOM;"only_globalout"!==e&&this.dispatchToElement(this._hovered,"mouseout",t),"no_globalout"!==e&&!i&&this.trigger("globalout",{type:"globalout",event:t})},resize:function(){this._hovered={}},dispatch:function(t,e){var i=this[t];i&&i.call(this,e)},dispose:function(){this.proxy.dispose(),this.storage=this.proxy=this.painter=null},setCursorStyle:function(t){var e=this.proxy;e.setCursor&&e.setCursor(t)},dispatchToElement:function(t,e,i){t=t||{};var n=t.target;if(!n||!n.silent){for(var a="on"+e,o=Ie(e,t,i);n&&(n[a]&&(o.cancelBubble=n[a].call(n,o)),n.trigger(e,o),n=n.parent,!o.cancelBubble););o.cancelBubble||(this.trigger(e,o),this.painter&&this.painter.eachOtherLayer(function(t){"function"==typeof t[a]&&t[a].call(t,o),t.trigger&&t.trigger(e,o)}))}},findHover:function(t,e,i){for(var n=this.storage.getDisplayList(),a={x:t,y:e},o=n.length-1;o>=0;o--){var r;if(n[o]!==i&&!n[o].ignore&&(r=De(n[o],t,e))&&(!a.topTarget&&(a.topTarget=n[o]),r!==YS)){a.target=n[o];break}}return a},processGesture:function(t,e){this._gestureMgr||(this._gestureMgr=new US);var i=this._gestureMgr;"start"===e&&i.clear();var n=i.recognize(t,this.findHover(t.zrX,t.zrY,null).target,this.proxy.dom);if("end"===e&&i.clear(),n){var a=n.type;t.gestureEvent=a,this.dispatchToElement({target:n.target},a,n.event)}}},f(["click","mousedown","mouseup","mousewheel","dblclick","contextmenu"],function(t){qS.prototype[t]=function(e){var i,n,a=e.zrX,o=e.zrY,r=Ce(this,a,o);if("mouseup"===t&&r||(i=this.findHover(a,o),n=i.target),"mousedown"===t)this._downEl=n,this._downPoint=[e.zrX,e.zrY],this._upEl=n;else if("mouseup"===t)this._upEl=n;else if("click"===t){if(this._downEl!==this._upEl||!this._downPoint||ES(this._downPoint,[e.zrX,e.zrY])>4)return;this._downPoint=null}this.dispatchToElement(i,t,e)}}),c(qS,BS),c(qS,le);var KS="undefined"==typeof Float32Array?Array:Float32Array,$S=(Object.freeze||Object)({create:Le,identity:ke,copy:Pe,mul:Oe,translate:Ee,rotate:Ne,scale:Re,invert:ze,clone:Be}),JS=ke,QS=5e-5,tM=function(t){t=t||{},t.position||(this.position=[0,0]),null==t.rotation&&(this.rotation=0),t.scale||(this.scale=[1,1]),this.origin=this.origin||null},eM=tM.prototype;eM.transform=null,eM.needLocalTransform=function(){return Ve(this.rotation)||Ve(this.position[0])||Ve(this.position[1])||Ve(this.scale[0]-1)||Ve(this.scale[1]-1)};var iM=[];eM.updateTransform=function(){var t=this.parent,e=t&&t.transform,i=this.needLocalTransform(),n=this.transform;if(!i&&!e)return void(n&&JS(n));n=n||Le(),i?this.getLocalTransform(n):JS(n),e&&(i?Oe(n,t.transform,n):Pe(n,t.transform)),this.transform=n;var a=this.globalScaleRatio;if(null!=a&&1!==a){this.getGlobalScale(iM);var o=iM[0]<0?-1:1,r=iM[1]<0?-1:1,s=((iM[0]-o)*a+o)/iM[0]||0,l=((iM[1]-r)*a+r)/iM[1]||0;n[0]*=s,n[1]*=s,n[2]*=l,n[3]*=l}this.invTransform=this.invTransform||Le(),ze(this.invTransform,n)},eM.getLocalTransform=function(t){return tM.getLocalTransform(this,t)},eM.setTransform=function(t){var e=this.transform,i=t.dpr||1;e?t.setTransform(i*e[0],i*e[1],i*e[2],i*e[3],i*e[4],i*e[5]):t.setTransform(i,0,0,i,0,0)},eM.restoreTransform=function(t){var e=t.dpr||1;t.setTransform(e,0,0,e,0,0)};var nM=[],aM=Le();eM.setLocalTransform=function(t){if(t){var e=t[0]*t[0]+t[1]*t[1],i=t[2]*t[2]+t[3]*t[3],n=this.position,a=this.scale;Ve(e-1)&&(e=Math.sqrt(e)),Ve(i-1)&&(i=Math.sqrt(i)),t[0]<0&&(e=-e),t[3]<0&&(i=-i),n[0]=t[4],n[1]=t[5],a[0]=e,a[1]=i,this.rotation=Math.atan2(-t[1]/i,t[0]/e)}},eM.decomposeTransform=function(){if(this.transform){var t=this.parent,e=this.transform;t&&t.transform&&(Oe(nM,t.invTransform,e),e=nM);var i=this.origin;i&&(i[0]||i[1])&&(aM[4]=i[0],aM[5]=i[1],Oe(nM,e,aM),nM[4]-=i[0],nM[5]-=i[1],e=nM),this.setLocalTransform(e)}},eM.getGlobalScale=function(t){var e=this.transform;return t=t||[],e?(t[0]=Math.sqrt(e[0]*e[0]+e[1]*e[1]),t[1]=Math.sqrt(e[2]*e[2]+e[3]*e[3]),e[0]<0&&(t[0]=-t[0]),e[3]<0&&(t[1]=-t[1]),t):(t[0]=1,t[1]=1,t)},eM.transformCoordToLocal=function(t,e){var i=[t,e],n=this.invTransform;return n&&oe(i,i,n),i},eM.transformCoordToGlobal=function(t,e){var i=[t,e],n=this.transform;return n&&oe(i,i,n),i},tM.getLocalTransform=function(t,e){e=e||[],JS(e);var i=t.origin,n=t.scale||[1,1],a=t.rotation||0,o=t.position||[0,0];return i&&(e[4]-=i[0],e[5]-=i[1]),Re(e,e,n),a&&Ne(e,e,a),i&&(e[4]+=i[0],e[5]+=i[1]),e[4]+=o[0],e[5]+=o[1],e};var oM={linear:function(t){return t},quadraticIn:function(t){return t*t},quadraticOut:function(t){return t*(2-t)},quadraticInOut:function(t){return(t*=2)<1?.5*t*t:-.5*(--t*(t-2)-1)},cubicIn:function(t){return t*t*t},cubicOut:function(t){return--t*t*t+1},cubicInOut:function(t){return(t*=2)<1?.5*t*t*t:.5*((t-=2)*t*t+2)},quarticIn:function(t){return t*t*t*t},quarticOut:function(t){return 1- --t*t*t*t},quarticInOut:function(t){return(t*=2)<1?.5*t*t*t*t:-.5*((t-=2)*t*t*t-2)},quinticIn:function(t){return t*t*t*t*t},quinticOut:function(t){return--t*t*t*t*t+1},quinticInOut:function(t){return(t*=2)<1?.5*t*t*t*t*t:.5*((t-=2)*t*t*t*t+2)},sinusoidalIn:function(t){return 1-Math.cos(t*Math.PI/2)},sinusoidalOut:function(t){return Math.sin(t*Math.PI/2)},sinusoidalInOut:function(t){return.5*(1-Math.cos(Math.PI*t))},exponentialIn:function(t){return 0===t?0:Math.pow(1024,t-1)},exponentialOut:function(t){return 1===t?1:1-Math.pow(2,-10*t)},exponentialInOut:function(t){return 0===t?0:1===t?1:(t*=2)<1?.5*Math.pow(1024,t-1):.5*(-Math.pow(2,-10*(t-1))+2)},circularIn:function(t){return 1-Math.sqrt(1-t*t)},circularOut:function(t){return Math.sqrt(1- --t*t)},circularInOut:function(t){return(t*=2)<1?-.5*(Math.sqrt(1-t*t)-1):.5*(Math.sqrt(1-(t-=2)*t)+1)},elasticIn:function(t){var e,i=.1,n=.4;return 0===t?0:1===t?1:(!i||1>i?(i=1,e=n/4):e=n*Math.asin(1/i)/(2*Math.PI),-(i*Math.pow(2,10*(t-=1))*Math.sin(2*(t-e)*Math.PI/n)))},elasticOut:function(t){var e,i=.1,n=.4;return 0===t?0:1===t?1:(!i||1>i?(i=1,e=n/4):e=n*Math.asin(1/i)/(2*Math.PI),i*Math.pow(2,-10*t)*Math.sin(2*(t-e)*Math.PI/n)+1)},elasticInOut:function(t){var e,i=.1,n=.4;return 0===t?0:1===t?1:(!i||1>i?(i=1,e=n/4):e=n*Math.asin(1/i)/(2*Math.PI),(t*=2)<1?-.5*i*Math.pow(2,10*(t-=1))*Math.sin(2*(t-e)*Math.PI/n):i*Math.pow(2,-10*(t-=1))*Math.sin(2*(t-e)*Math.PI/n)*.5+1)},backIn:function(t){var e=1.70158;return t*t*((e+1)*t-e)},backOut:function(t){var e=1.70158;return--t*t*((e+1)*t+e)+1},backInOut:function(t){var e=2.5949095;return(t*=2)<1?.5*t*t*((e+1)*t-e):.5*((t-=2)*t*((e+1)*t+e)+2)},bounceIn:function(t){return 1-oM.bounceOut(1-t)},bounceOut:function(t){return 1/2.75>t?7.5625*t*t:2/2.75>t?7.5625*(t-=1.5/2.75)*t+.75:2.5/2.75>t?7.5625*(t-=2.25/2.75)*t+.9375:7.5625*(t-=2.625/2.75)*t+.984375},bounceInOut:function(t){return.5>t?.5*oM.bounceIn(2*t):.5*oM.bounceOut(2*t-1)+.5}};Ge.prototype={constructor:Ge,step:function(t,e){if(this._initialized||(this._startTime=t+this._delay,this._initialized=!0),this._paused)return void(this._pausedTime+=e);var i=(t-this._startTime-this._pausedTime)/this._life;if(!(0>i)){i=Math.min(i,1);var n=this.easing,a="string"==typeof n?oM[n]:n,o="function"==typeof a?a(i):i;return this.fire("frame",o),1===i?this.loop?(this.restart(t),"restart"):(this._needsRemove=!0,"destroy"):null}},restart:function(t){var e=(t-this._startTime-this._pausedTime)%this._life;this._startTime=t-e+this.gap,this._pausedTime=0,this._needsRemove=!1},fire:function(t,e){t="on"+t,this[t]&&this[t](this._target,e)},pause:function(){this._paused=!0},resume:function(){this._paused=!1}};var rM=function(){this.head=null,this.tail=null,this._len=0},sM=rM.prototype;sM.insert=function(t){var e=new lM(t);return this.insertEntry(e),e},sM.insertEntry=function(t){this.head?(this.tail.next=t,t.prev=this.tail,t.next=null,this.tail=t):this.head=this.tail=t,this._len++},sM.remove=function(t){var e=t.prev,i=t.next;e?e.next=i:this.head=i,i?i.prev=e:this.tail=e,t.next=t.prev=null,this._len--},sM.len=function(){return this._len},sM.clear=function(){this.head=this.tail=null,this._len=0};var lM=function(t){this.value=t,this.next,this.prev},uM=function(t){this._list=new rM,this._map={},this._maxSize=t||10,this._lastRemovedEntry=null},hM=uM.prototype;hM.put=function(t,e){var i=this._list,n=this._map,a=null;if(null==n[t]){var o=i.len(),r=this._lastRemovedEntry;if(o>=this._maxSize&&o>0){var s=i.head;i.remove(s),delete n[s.key],a=s.value,this._lastRemovedEntry=s}r?r.value=e:r=new lM(e),r.key=t,i.insertEntry(r),n[t]=r}return a},hM.get=function(t){var e=this._map[t],i=this._list;return null!=e?(e!==i.tail&&(i.remove(e),i.insertEntry(e)),e.value):void 0},hM.clear=function(){this._list.clear(),this._map={}};var cM={transparent:[0,0,0,0],aliceblue:[240,248,255,1],antiquewhite:[250,235,215,1],aqua:[0,255,255,1],aquamarine:[127,255,212,1],azure:[240,255,255,1],beige:[245,245,220,1],bisque:[255,228,196,1],black:[0,0,0,1],blanchedalmond:[255,235,205,1],blue:[0,0,255,1],blueviolet:[138,43,226,1],brown:[165,42,42,1],burlywood:[222,184,135,1],cadetblue:[95,158,160,1],chartreuse:[127,255,0,1],chocolate:[210,105,30,1],coral:[255,127,80,1],cornflowerblue:[100,149,237,1],cornsilk:[255,248,220,1],crimson:[220,20,60,1],cyan:[0,255,255,1],darkblue:[0,0,139,1],darkcyan:[0,139,139,1],darkgoldenrod:[184,134,11,1],darkgray:[169,169,169,1],darkgreen:[0,100,0,1],darkgrey:[169,169,169,1],darkkhaki:[189,183,107,1],darkmagenta:[139,0,139,1],darkolivegreen:[85,107,47,1],darkorange:[255,140,0,1],darkorchid:[153,50,204,1],darkred:[139,0,0,1],darksalmon:[233,150,122,1],darkseagreen:[143,188,143,1],darkslateblue:[72,61,139,1],darkslategray:[47,79,79,1],darkslategrey:[47,79,79,1],darkturquoise:[0,206,209,1],darkviolet:[148,0,211,1],deeppink:[255,20,147,1],deepskyblue:[0,191,255,1],dimgray:[105,105,105,1],dimgrey:[105,105,105,1],dodgerblue:[30,144,255,1],firebrick:[178,34,34,1],floralwhite:[255,250,240,1],forestgreen:[34,139,34,1],fuchsia:[255,0,255,1],gainsboro:[220,220,220,1],ghostwhite:[248,248,255,1],gold:[255,215,0,1],goldenrod:[218,165,32,1],gray:[128,128,128,1],green:[0,128,0,1],greenyellow:[173,255,47,1],grey:[128,128,128,1],honeydew:[240,255,240,1],hotpink:[255,105,180,1],indianred:[205,92,92,1],indigo:[75,0,130,1],ivory:[255,255,240,1],khaki:[240,230,140,1],lavender:[230,230,250,1],lavenderblush:[255,240,245,1],lawngreen:[124,252,0,1],lemonchiffon:[255,250,205,1],lightblue:[173,216,230,1],lightcoral:[240,128,128,1],lightcyan:[224,255,255,1],lightgoldenrodyellow:[250,250,210,1],lightgray:[211,211,211,1],lightgreen:[144,238,144,1],lightgrey:[211,211,211,1],lightpink:[255,182,193,1],lightsalmon:[255,160,122,1],lightseagreen:[32,178,170,1],lightskyblue:[135,206,250,1],lightslategray:[119,136,153,1],lightslategrey:[119,136,153,1],lightsteelblue:[176,196,222,1],lightyellow:[255,255,224,1],lime:[0,255,0,1],limegreen:[50,205,50,1],linen:[250,240,230,1],magenta:[255,0,255,1],maroon:[128,0,0,1],mediumaquamarine:[102,205,170,1],mediumblue:[0,0,205,1],mediumorchid:[186,85,211,1],mediumpurple:[147,112,219,1],mediumseagreen:[60,179,113,1],mediumslateblue:[123,104,238,1],mediumspringgreen:[0,250,154,1],mediumturquoise:[72,209,204,1],mediumvioletred:[199,21,133,1],midnightblue:[25,25,112,1],mintcream:[245,255,250,1],mistyrose:[255,228,225,1],moccasin:[255,228,181,1],navajowhite:[255,222,173,1],navy:[0,0,128,1],oldlace:[253,245,230,1],olive:[128,128,0,1],olivedrab:[107,142,35,1],orange:[255,165,0,1],orangered:[255,69,0,1],orchid:[218,112,214,1],palegoldenrod:[238,232,170,1],palegreen:[152,251,152,1],paleturquoise:[175,238,238,1],palevioletred:[219,112,147,1],papayawhip:[255,239,213,1],peachpuff:[255,218,185,1],peru:[205,133,63,1],pink:[255,192,203,1],plum:[221,160,221,1],powderblue:[176,224,230,1],purple:[128,0,128,1],red:[255,0,0,1],rosybrown:[188,143,143,1],royalblue:[65,105,225,1],saddlebrown:[139,69,19,1],salmon:[250,128,114,1],sandybrown:[244,164,96,1],seagreen:[46,139,87,1],seashell:[255,245,238,1],sienna:[160,82,45,1],silver:[192,192,192,1],skyblue:[135,206,235,1],slateblue:[106,90,205,1],slategray:[112,128,144,1],slategrey:[112,128,144,1],snow:[255,250,250,1],springgreen:[0,255,127,1],steelblue:[70,130,180,1],tan:[210,180,140,1],teal:[0,128,128,1],thistle:[216,191,216,1],tomato:[255,99,71,1],turquoise:[64,224,208,1],violet:[238,130,238,1],wheat:[245,222,179,1],white:[255,255,255,1],whitesmoke:[245,245,245,1],yellow:[255,255,0,1],yellowgreen:[154,205,50,1]},dM=new uM(20),fM=null,pM=ii,gM=ni,mM=(Object.freeze||Object)({parse:$e,lift:ti,toHex:ei,fastLerp:ii,fastMapToColor:pM,lerp:ni,mapToColor:gM,modifyHSL:ai,modifyAlpha:oi,stringify:ri}),vM=Array.prototype.slice,yM=function(t,e,i,n){this._tracks={},this._target=t,this._loop=e||!1,this._getter=i||si,this._setter=n||li,this._clipCount=0,this._delay=0,this._doneList=[],this._onframeList=[],this._clipList=[]};yM.prototype={when:function(t,e){var i=this._tracks;for(var n in e)if(e.hasOwnProperty(n)){if(!i[n]){i[n]=[];var a=this._getter(this._target,n);if(null==a)continue;0!==t&&i[n].push({time:0,value:mi(a)})}i[n].push({time:t,value:e[n]})}return this},during:function(t){return this._onframeList.push(t),this},pause:function(){for(var t=0;ti;i++)t[i].call(this)},start:function(t,e){var i,n=this,a=0,o=function(){a--,a||n._doneCallback()};for(var r in this._tracks)if(this._tracks.hasOwnProperty(r)){var s=xi(this,t,o,this._tracks[r],r,e);s&&(this._clipList.push(s),a++,this.animation&&this.animation.addClip(s),i=s)}if(i){var l=i.onframe;i.onframe=function(t,e){l(t,e);for(var i=0;il;l++)s&&(s=s[r[l]]);s&&(i=s)}else i=a;if(!i)return void SM('Property "'+t+'" is not existed in element '+a.id);var c=a.animators,d=new yM(i,e);return d.during(function(){a.dirty(n)}).done(function(){c.splice(u(c,d),1)}),c.push(d),o&&o.animation.addAnimator(d),d},stopAnimation:function(t){for(var e=this.animators,i=e.length,n=0;i>n;n++)e[n].stop(t);return e.length=0,this},animateTo:function(t,e,i,n,a,o){_i(this,t,e,i,n,a,o)},animateFrom:function(t,e,i,n,a,o){_i(this,t,e,i,n,a,o,!0)}};var IM=function(t){tM.call(this,t),BS.call(this,t),MM.call(this,t),this.id=t.id||pS()};IM.prototype={type:"element",name:"",__zr:null,ignore:!1,clipPath:null,isGroup:!1,drift:function(t,e){switch(this.draggable){case"horizontal":e=0;break;case"vertical":t=0}var i=this.transform;i||(i=this.transform=[1,0,0,1,0,0]),i[4]+=t,i[5]+=e,this.decomposeTransform(),this.dirty(!1)},beforeUpdate:function(){},afterUpdate:function(){},update:function(){this.updateTransform()},traverse:function(){},attrKV:function(t,e){if("position"===t||"scale"===t||"origin"===t){if(e){var i=this[t];i||(i=this[t]=[]),i[0]=e[0],i[1]=e[1]}}else this[t]=e},hide:function(){this.ignore=!0,this.__zr&&this.__zr.refresh()},show:function(){this.ignore=!1,this.__zr&&this.__zr.refresh()},attr:function(t,e){if("string"==typeof t)this.attrKV(t,e);else if(S(t))for(var i in t)t.hasOwnProperty(i)&&this.attrKV(i,t[i]);return this.dirty(!1),this},setClipPath:function(t){var e=this.__zr;e&&t.addSelfToZr(e),this.clipPath&&this.clipPath!==t&&this.removeClipPath(),this.clipPath=t,t.__zr=e,t.__clipTarget=this,this.dirty(!1)},removeClipPath:function(){var t=this.clipPath;t&&(t.__zr&&t.removeSelfFromZr(t.__zr),t.__zr=null,t.__clipTarget=null,this.clipPath=null,this.dirty(!1))},addSelfToZr:function(t){this.__zr=t;var e=this.animators;if(e)for(var i=0;in||i>s||l>o||a>u)},contain:function(t,e){var i=this;return t>=i.x&&t<=i.x+i.width&&e>=i.y&&e<=i.y+i.height},clone:function(){return new Si(this.x,this.y,this.width,this.height)},copy:function(t){this.x=t.x,this.y=t.y,this.width=t.width,this.height=t.height},plain:function(){return{x:this.x,y:this.y,width:this.width,height:this.height}}},Si.create=function(t){return new Si(t.x,t.y,t.width,t.height)};var CM=function(t){t=t||{},IM.call(this,t);for(var e in t)t.hasOwnProperty(e)&&(this[e]=t[e]);this._children=[],this.__storage=null,this.__dirty=!0};CM.prototype={constructor:CM,isGroup:!0,type:"group",silent:!1,children:function(){return this._children.slice()},childAt:function(t){return this._children[t]},childOfName:function(t){for(var e=this._children,i=0;i=0&&(i.splice(n,0,t),this._doAdd(t))}return this},_doAdd:function(t){t.parent&&t.parent.remove(t),t.parent=this;var e=this.__storage,i=this.__zr;e&&e!==t.__storage&&(e.addToStorage(t),t instanceof CM&&t.addChildrenToStorage(e)),i&&i.refresh()},remove:function(t){var e=this.__zr,i=this.__storage,n=this._children,a=u(n,t);return 0>a?this:(n.splice(a,1),t.parent=null,i&&(i.delFromStorage(t),t instanceof CM&&t.delChildrenFromStorage(i)),e&&e.refresh(),this)},removeAll:function(){var t,e,i=this._children,n=this.__storage;for(e=0;en;n++)this._updateAndAddDisplayable(e[n],null,t);i.length=this._displayListLen,mS.canvasSupported&&ki(i,Pi)},_updateAndAddDisplayable:function(t,e,i){if(!t.ignore||i){t.beforeUpdate(),t.__dirty&&t.update(),t.afterUpdate();var n=t.clipPath;if(n){e=e?e.slice():[];for(var a=n,o=t;a;)a.parent=o,a.updateTransform(),e.push(a),o=a,a=a.clipPath}if(t.isGroup){for(var r=t._children,s=0;se;e++)this.delRoot(t[e]);else{var a=u(this._roots,t);a>=0&&(this.delFromStorage(t),this._roots.splice(a,1),t instanceof CM&&t.delChildrenFromStorage(this))}},addToStorage:function(t){return t&&(t.__storage=this,t.dirty(!1)),this},delFromStorage:function(t){return t&&(t.__storage=null),this},dispose:function(){this._renderList=this._roots=null},displayableSortFunc:Pi};var OM={shadowBlur:1,shadowOffsetX:1,shadowOffsetY:1,textShadowBlur:1,textShadowOffsetX:1,textShadowOffsetY:1,textBoxShadowBlur:1,textBoxShadowOffsetX:1,textBoxShadowOffsetY:1},EM=function(t,e,i){return OM.hasOwnProperty(e)?i*=t.dpr:i},NM={NONE:0,STYLE_BIND:1,PLAIN_TEXT:2},RM=9,zM=[["shadowBlur",0],["shadowOffsetX",0],["shadowOffsetY",0],["shadowColor","#000"],["lineCap","butt"],["lineJoin","miter"],["miterLimit",10]],BM=function(t){this.extendFrom(t,!1)};BM.prototype={constructor:BM,fill:"#000",stroke:null,opacity:1,fillOpacity:null,strokeOpacity:null,lineDash:null,lineDashOffset:0,shadowBlur:0,shadowOffsetX:0,shadowOffsetY:0,lineWidth:1,strokeNoScale:!1,text:null,font:null,textFont:null,fontStyle:null,fontWeight:null,fontSize:null,fontFamily:null,textTag:null,textFill:"#000",textStroke:null,textWidth:null,textHeight:null,textStrokeWidth:0,textLineHeight:null,textPosition:"inside",textRect:null,textOffset:null,textAlign:null,textVerticalAlign:null,textDistance:5,textShadowColor:"transparent",textShadowBlur:0,textShadowOffsetX:0,textShadowOffsetY:0,textBoxShadowColor:"transparent",textBoxShadowBlur:0,textBoxShadowOffsetX:0,textBoxShadowOffsetY:0,transformText:!1,textRotation:0,textOrigin:null,textBackgroundColor:null,textBorderColor:null,textBorderWidth:0,textBorderRadius:0,textPadding:null,rich:null,truncate:null,blend:null,bind:function(t,e,i){var n=this,a=i&&i.style,o=!a||t.__attrCachedBy!==NM.STYLE_BIND;t.__attrCachedBy=NM.STYLE_BIND;for(var r=0;r0},extendFrom:function(t,e){if(t)for(var i in t)!t.hasOwnProperty(i)||e!==!0&&(e===!1?this.hasOwnProperty(i):null==t[i])||(this[i]=t[i])},set:function(t,e){"string"==typeof t?this[t]=e:this.extendFrom(t,!0)},clone:function(){var t=new this.constructor;return t.extendFrom(this,!0),t},getGradient:function(t,e,i){for(var n="radial"===e.type?Ei:Oi,a=n(t,e,i),o=e.colorStops,r=0;r=0&&i.splice(n,1),t.__hoverMir=null},clearHover:function(){for(var t=this._hoverElements,e=0;ea;){var o=t[a],r=o.__from;r&&r.__zr?(a++,r.invisible||(o.transform=r.transform,o.invTransform=r.invTransform,o.__clipPaths=r.__clipPaths,this._doPaintEl(o,i,!0,n))):(t.splice(a,1),r.__hoverMir=null,e--)}i.ctx.restore()}},getHoverLayer:function(){return this.getLayer(rI)},_paintList:function(t,e,i){if(this._redrawId===i){e=e||!1,this._updateLayerStatus(t);var n=this._doPaintList(t,e);if(this._needsManuallyCompositing&&this._compositeManually(),!n){var a=this;ZM(function(){a._paintList(t,e,i)})}}},_compositeManually:function(){var t=this.getLayer(sI).ctx,e=this._domRoot.width,i=this._domRoot.height;t.clearRect(0,0,e,i),this.eachBuiltinLayer(function(n){n.virtual&&t.drawImage(n.dom,0,0,e,i)})},_doPaintList:function(t,e){for(var i=[],n=0;n15)break}}o.__drawIndex=m,o.__drawIndex0&&t>n[0]){for(r=0;a-1>r&&!(n[r]t);r++);o=i[n[r]]}if(n.splice(r+1,0,t),i[t]=e,!e.virtual)if(o){var l=o.dom;l.nextSibling?s.insertBefore(e.dom,l.nextSibling):s.appendChild(e.dom)}else s.firstChild?s.insertBefore(e.dom,s.firstChild):s.appendChild(e.dom)},eachLayer:function(t,e){var i,n,a=this._zlevelList;for(n=0;n0?lI:0),this._needsManuallyCompositing),r.__builtin__||SM("ZLevel "+s+" has been used by unkown layer "+r.id),r!==a&&(r.__used=!0,r.__startIndex!==i&&(r.__dirty=!0),r.__startIndex=i,r.__drawIndex=r.incremental?-1:i,e(i),a=r),n.__dirty&&(r.__dirty=!0,r.incremental&&r.__drawIndex<0&&(r.__drawIndex=i))}e(i),this.eachBuiltinLayer(function(t){!t.__used&&t.getElementCount()>0&&(t.__dirty=!0,t.__startIndex=t.__endIndex=t.__drawIndex=0),t.__dirty&&t.__drawIndex<0&&(t.__drawIndex=t.__startIndex)})},clear:function(){return this.eachBuiltinLayer(this._clearLayer),this},_clearLayer:function(t){t.clear()},setBackgroundColor:function(t){this._backgroundColor=t},configLayer:function(t,e){if(e){var i=this._layerConfig;i[t]?a(i[t],e,!0):i[t]=e;for(var n=0;n=0&&this._clips.splice(e,1)},removeAnimator:function(t){for(var e=t.getClips(),i=0;ir;r++){var s=i[r],l=s.step(t,e);l&&(a.push(l),o.push(s))}for(var r=0;n>r;)i[r]._needsRemove?(i[r]=i[n-1],i.pop(),n--):r++;n=a.length;for(var r=0;n>r;r++)o[r].fire(a[r]);this._time=t,this.onframe(e),this.trigger("frame",e),this.stage.update&&this.stage.update()},_startLoop:function(){function t(){e._running&&(ZM(t),!e._paused&&e._update())}var e=this;this._running=!0,ZM(t)},start:function(){this._time=(new Date).getTime(),this._pausedTime=0,this._startLoop()},stop:function(){this._running=!1},pause:function(){this._paused||(this._pauseStart=(new Date).getTime(),this._paused=!0)},resume:function(){this._paused&&(this._pausedTime+=(new Date).getTime()-this._pauseStart,this._paused=!1)},clear:function(){this._clips=[]},isFinished:function(){return!this._clips.length},animate:function(t,e){e=e||{};var i=new yM(t,e.loop,e.getter,e.setter);return this.addAnimator(i),i}},c(fI,BS);var pI=300,gI=mS.domSupported,mI=function(){var t=["click","dblclick","mousewheel","mouseout","mouseup","mousedown","mousemove","contextmenu"],e=["touchstart","touchend","touchmove"],i={pointerdown:1,pointerup:1,pointermove:1,pointerout:1},n=p(t,function(t){var e=t.replace("mouse","pointer");return i.hasOwnProperty(e)?e:t});return{mouse:t,touch:e,pointer:n}}(),vI={mouse:["mousemove","mouseup"],pointer:["pointermove","pointerup"]},yI=Vn.prototype;yI.stopPropagation=yI.stopImmediatePropagation=yI.preventDefault=G;var xI={mousedown:function(t){t=xe(this.dom,t),this._mayPointerCapture=[t.zrX,t.zrY],this.trigger("mousedown",t)},mousemove:function(t){t=xe(this.dom,t);var e=this._mayPointerCapture;!e||t.zrX===e[0]&&t.zrY===e[1]||Zn(this,!0),this.trigger("mousemove",t)},mouseup:function(t){t=xe(this.dom,t),Zn(this,!1),this.trigger("mouseup",t)},mouseout:function(t){t=xe(this.dom,t),this._pointerCapturing&&(t.zrEventControl="no_globalout");var e=t.toElement||t.relatedTarget;t.zrIsToLocalDOM=Bn(this,e),this.trigger("mouseout",t)},touchstart:function(t){t=xe(this.dom,t),Rn(t),this._lastTouchMoment=new Date,this.handler.processGesture(t,"start"),xI.mousemove.call(this,t),xI.mousedown.call(this,t)},touchmove:function(t){t=xe(this.dom,t),Rn(t),this.handler.processGesture(t,"change"),xI.mousemove.call(this,t)},touchend:function(t){t=xe(this.dom,t),Rn(t),this.handler.processGesture(t,"end"),xI.mouseup.call(this,t),+new Date-this._lastTouchMoment=0||n&&u(n,r)<0)){var s=e.getShallow(r);null!=s&&(a[t[o][0]]=s)}}return a}},BI=zI([["lineWidth","width"],["stroke","color"],["opacity"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["shadowColor"]]),VI={getLineStyle:function(t){var e=BI(this,t);return e.lineDash=this.getLineDash(e.lineWidth),e},getLineDash:function(t){null==t&&(t=1);var e=this.get("type"),i=Math.max(t,2),n=4*t;return"solid"===e||null==e?!1:"dashed"===e?[n,n]:[i,i]}},GI=zI([["fill","color"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["opacity"],["shadowColor"]]),FI={getAreaStyle:function(t,e){return GI(this,t,e)}},WI=Math.pow,HI=Math.sqrt,ZI=1e-8,UI=1e-4,XI=HI(3),YI=1/3,jI=F(),qI=F(),KI=F(),$I=Math.min,JI=Math.max,QI=Math.sin,tT=Math.cos,eT=2*Math.PI,iT=F(),nT=F(),aT=F(),oT=[],rT=[],sT={M:1,L:2,C:3,Q:4,A:5,Z:6,R:7},lT=[],uT=[],hT=[],cT=[],dT=Math.min,fT=Math.max,pT=Math.cos,gT=Math.sin,mT=Math.sqrt,vT=Math.abs,yT="undefined"!=typeof Float32Array,xT=function(t){this._saveData=!t,this._saveData&&(this.data=[]),this._ctx=null};xT.prototype={constructor:xT,_xi:0,_yi:0,_x0:0,_y0:0,_ux:0,_uy:0,_len:0,_lineDash:null,_dashOffset:0,_dashIdx:0,_dashSum:0,setScale:function(t,e,i){i=i||0,this._ux=vT(i/wM/t)||0,this._uy=vT(i/wM/e)||0},getContext:function(){return this._ctx},beginPath:function(t){return this._ctx=t,t&&t.beginPath(),t&&(this.dpr=t.dpr),this._saveData&&(this._len=0),this._lineDash&&(this._lineDash=null,this._dashOffset=0),this},moveTo:function(t,e){return this.addData(sT.M,t,e),this._ctx&&this._ctx.moveTo(t,e),this._x0=t,this._y0=e,this._xi=t,this._yi=e,this},lineTo:function(t,e){var i=vT(t-this._xi)>this._ux||vT(e-this._yi)>this._uy||this._len<5;return this.addData(sT.L,t,e),this._ctx&&i&&(this._needsDash()?this._dashedLineTo(t,e):this._ctx.lineTo(t,e)),i&&(this._xi=t,this._yi=e),this},bezierCurveTo:function(t,e,i,n,a,o){return this.addData(sT.C,t,e,i,n,a,o),this._ctx&&(this._needsDash()?this._dashedBezierTo(t,e,i,n,a,o):this._ctx.bezierCurveTo(t,e,i,n,a,o)),this._xi=a,this._yi=o,this},quadraticCurveTo:function(t,e,i,n){return this.addData(sT.Q,t,e,i,n),this._ctx&&(this._needsDash()?this._dashedQuadraticTo(t,e,i,n):this._ctx.quadraticCurveTo(t,e,i,n)),this._xi=i,this._yi=n,this},arc:function(t,e,i,n,a,o){return this.addData(sT.A,t,e,i,i,n,a-n,0,o?0:1),this._ctx&&this._ctx.arc(t,e,i,n,a,o),this._xi=pT(a)*i+t,this._yi=gT(a)*i+e,this},arcTo:function(t,e,i,n,a){return this._ctx&&this._ctx.arcTo(t,e,i,n,a),this},rect:function(t,e,i,n){return this._ctx&&this._ctx.rect(t,e,i,n),this.addData(sT.R,t,e,i,n),this},closePath:function(){this.addData(sT.Z);var t=this._ctx,e=this._x0,i=this._y0;return t&&(this._needsDash()&&this._dashedLineTo(e,i),t.closePath()),this._xi=e,this._yi=i,this},fill:function(t){t&&t.fill(),this.toStatic()},stroke:function(t){t&&t.stroke(),this.toStatic()},setLineDash:function(t){if(t instanceof Array){this._lineDash=t,this._dashIdx=0;for(var e=0,i=0;ii;i++)this.data[i]=t[i];this._len=e},appendPath:function(t){t instanceof Array||(t=[t]);for(var e=t.length,i=0,n=this._len,a=0;e>a;a++)i+=t[a].len();yT&&this.data instanceof Float32Array&&(this.data=new Float32Array(n+i));for(var a=0;e>a;a++)for(var o=t[a].data,r=0;re.length&&(this._expandData(),e=this.data);for(var i=0;io&&(o=a+o),o%=a,f-=o*h,p-=o*c;h>0&&t>=f||0>h&&f>=t||0===h&&(c>0&&e>=p||0>c&&p>=e);)n=this._dashIdx,i=r[n],f+=h*i,p+=c*i,this._dashIdx=(n+1)%g,h>0&&l>f||0>h&&f>l||c>0&&u>p||0>c&&p>u||s[n%2?"moveTo":"lineTo"](h>=0?dT(f,t):fT(f,t),c>=0?dT(p,e):fT(p,e));h=f-t,c=p-e,this._dashOffset=-mT(h*h+c*c)},_dashedBezierTo:function(t,e,i,n,a,o){var r,s,l,u,h,c=this._dashSum,d=this._dashOffset,f=this._lineDash,p=this._ctx,g=this._xi,m=this._yi,v=Ma,y=0,x=this._dashIdx,_=f.length,w=0;for(0>d&&(d=c+d),d%=c,r=0;1>r;r+=.1)s=v(g,t,i,a,r+.1)-v(g,t,i,a,r),l=v(m,e,n,o,r+.1)-v(m,e,n,o,r),y+=mT(s*s+l*l);for(;_>x&&(w+=f[x],!(w>d));x++);for(r=(w-d)/y;1>=r;)u=v(g,t,i,a,r),h=v(m,e,n,o,r),x%2?p.moveTo(u,h):p.lineTo(u,h),r+=f[x]/y,x=(x+1)%_;x%2!==0&&p.lineTo(a,o),s=a-u,l=o-h,this._dashOffset=-mT(s*s+l*l)},_dashedQuadraticTo:function(t,e,i,n){var a=i,o=n;i=(i+2*t)/3,n=(n+2*e)/3,t=(this._xi+2*t)/3,e=(this._yi+2*e)/3,this._dashedBezierTo(t,e,i,n,a,o)},toStatic:function(){var t=this.data;t instanceof Array&&(t.length=this._len,yT&&(this.data=new Float32Array(t)))},getBoundingRect:function(){lT[0]=lT[1]=hT[0]=hT[1]=Number.MAX_VALUE,uT[0]=uT[1]=cT[0]=cT[1]=-Number.MAX_VALUE;for(var t=this.data,e=0,i=0,n=0,a=0,o=0;oc;){var d=s[c++];switch(1===c&&(n=s[c],a=s[c+1],e=n,i=a),d){case sT.M:e=n=s[c++],i=a=s[c++],t.moveTo(n,a);break;case sT.L:o=s[c++],r=s[c++],(vT(o-n)>l||vT(r-a)>u||c===h-1)&&(t.lineTo(o,r),n=o,a=r);break;case sT.C:t.bezierCurveTo(s[c++],s[c++],s[c++],s[c++],s[c++],s[c++]),n=s[c-2],a=s[c-1];break;case sT.Q:t.quadraticCurveTo(s[c++],s[c++],s[c++],s[c++]),n=s[c-2],a=s[c-1];break;case sT.A:var f=s[c++],p=s[c++],g=s[c++],m=s[c++],v=s[c++],y=s[c++],x=s[c++],_=s[c++],w=g>m?g:m,b=g>m?1:g/m,S=g>m?m/g:1,M=Math.abs(g-m)>.001,I=v+y;M?(t.translate(f,p),t.rotate(x),t.scale(b,S),t.arc(0,0,w,v,I,1-_),t.scale(1/b,1/S),t.rotate(-x),t.translate(-f,-p)):t.arc(f,p,w,v,I,1-_),1===c&&(e=pT(v)*g+f,i=gT(v)*m+p),n=pT(I)*g+f,a=gT(I)*m+p;break;case sT.R:e=n=s[c],i=a=s[c+1],t.rect(s[c++],s[c++],s[c++],s[c++]);break;case sT.Z:t.closePath(),n=e,a=i}}}},xT.CMD=sT;var _T=2*Math.PI,wT=2*Math.PI,bT=xT.CMD,ST=2*Math.PI,MT=1e-4,IT=[-1,-1,-1],TT=[-1,-1],AT=WM.prototype.getCanvasPattern,DT=Math.abs,CT=new xT(!0);eo.prototype={constructor:eo,type:"path",__dirtyPath:!0,strokeContainThreshold:5,segmentIgnoreThreshold:0,subPixelOptimize:!1,brush:function(t,e){var i=this.style,n=this.path||CT,a=i.hasStroke(),o=i.hasFill(),r=i.fill,s=i.stroke,l=o&&!!r.colorStops,u=a&&!!s.colorStops,h=o&&!!r.image,c=a&&!!s.image;if(i.bind(t,this,e),this.setTransform(t),this.__dirty){var d;l&&(d=d||this.getBoundingRect(),this._fillGradient=i.getGradient(t,r,d)),u&&(d=d||this.getBoundingRect(),this._strokeGradient=i.getGradient(t,s,d))}l?t.fillStyle=this._fillGradient:h&&(t.fillStyle=AT.call(r,t)),u?t.strokeStyle=this._strokeGradient:c&&(t.strokeStyle=AT.call(s,t));var f=i.lineDash,p=i.lineDashOffset,g=!!t.setLineDash,m=this.getGlobalScale();if(n.setScale(m[0],m[1],this.segmentIgnoreThreshold),this.__dirtyPath||f&&!g&&a?(n.beginPath(t),f&&!g&&(n.setLineDash(f),n.setLineDashOffset(p)),this.buildPath(n,this.shape,!1),this.path&&(this.__dirtyPath=!1)):(t.beginPath(),this.path.rebuildPath(t)),o)if(null!=i.fillOpacity){var v=t.globalAlpha;t.globalAlpha=i.fillOpacity*i.opacity,n.fill(t),t.globalAlpha=v}else n.fill(t);if(f&&g&&(t.setLineDash(f),t.lineDashOffset=p),a)if(null!=i.strokeOpacity){var v=t.globalAlpha;t.globalAlpha=i.strokeOpacity*i.opacity,n.stroke(t),t.globalAlpha=v}else n.stroke(t);f&&g&&t.setLineDash([]),null!=i.text&&(this.restoreTransform(t),this.drawRectText(t,this.getBoundingRect()))},buildPath:function(){},createPathProxy:function(){this.path=new xT},getBoundingRect:function(){var t=this._rect,e=this.style,i=!t;if(i){var n=this.path;n||(n=this.path=new xT),this.__dirtyPath&&(n.beginPath(),this.buildPath(n,this.shape,!1)),t=n.getBoundingRect()}if(this._rect=t,e.hasStroke()){var a=this._rectWithStroke||(this._rectWithStroke=t.clone());if(this.__dirty||i){a.copy(t);var o=e.lineWidth,r=e.strokeNoScale?this.getLineScale():1;e.hasFill()||(o=Math.max(o,this.strokeContainThreshold||4)),r>1e-10&&(a.width+=o/r,a.height+=o/r,a.x-=o/r/2,a.y-=o/r/2)}return a}return t},contain:function(t,e){var i=this.transformCoordToLocal(t,e),n=this.getBoundingRect(),a=this.style;if(t=i[0],e=i[1],n.contain(t,e)){var o=this.path.data;if(a.hasStroke()){var r=a.lineWidth,s=a.strokeNoScale?this.getLineScale():1;if(s>1e-10&&(a.hasFill()||(r=Math.max(r,this.strokeContainThreshold)),to(o,r/s,t,e)))return!0}if(a.hasFill())return Qa(o,t,e)}return!1},dirty:function(t){null==t&&(t=!0),t&&(this.__dirtyPath=t,this._rect=null),this.__dirty=this.__dirtyText=!0,this.__zr&&this.__zr.refresh(),this.__clipTarget&&this.__clipTarget.dirty()},animateShape:function(t){return this.animate("shape",t)},attrKV:function(t,e){"shape"===t?(this.setShape(e),this.__dirtyPath=!0,this._rect=null):In.prototype.attrKV.call(this,t,e)},setShape:function(t,e){var i=this.shape;if(i){if(S(t))for(var n in t)t.hasOwnProperty(n)&&(i[n]=t[n]);else i[t]=e;this.dirty(!0)}return this},getLineScale:function(){var t=this.transform;return t&&DT(t[0]-1)>1e-10&&DT(t[3]-1)>1e-10?Math.sqrt(DT(t[0]*t[3]-t[2]*t[1])):1}},eo.extend=function(t){var e=function(e){eo.call(this,e),t.style&&this.style.extendFrom(t.style,!1);var i=t.shape;if(i){this.shape=this.shape||{};var n=this.shape;for(var a in i)!n.hasOwnProperty(a)&&i.hasOwnProperty(a)&&(n[a]=i[a])}t.init&&t.init.call(this,e)};h(e,eo);for(var i in t)"style"!==i&&"shape"!==i&&(e.prototype[i]=t[i]);return e},h(eo,In);var LT=xT.CMD,kT=[[],[],[]],PT=Math.sqrt,OT=Math.atan2,ET=function(t,e){var i,n,a,o,r,s,l=t.data,u=LT.M,h=LT.C,c=LT.L,d=LT.R,f=LT.A,p=LT.Q;for(a=0,o=0;ar;r++){var s=kT[r];s[0]=l[a++],s[1]=l[a++],oe(s,s,e),l[o++]=s[0],l[o++]=s[1]}}},NT=Math.sqrt,RT=Math.sin,zT=Math.cos,BT=Math.PI,VT=function(t){return Math.sqrt(t[0]*t[0]+t[1]*t[1])},GT=function(t,e){return(t[0]*e[0]+t[1]*e[1])/(VT(t)*VT(e))},FT=function(t,e){return(t[0]*e[1]=11?function(){var e,i=this.__clipPaths,n=this.style;if(i)for(var a=0;ao;o++)a+=ee(t[o-1],t[o]);var r=a/2;r=i>r?i:r;for(var o=0;r>o;o++){var s,l,u,h=o/(r-1)*(e?i:i-1),c=Math.floor(h),d=h-c,f=t[c%i];e?(s=t[(c-1+i)%i],l=t[(c+1)%i],u=t[(c+2)%i]):(s=t[0===c?c:c-1],l=t[c>i-2?i-1:c+1],u=t[c>i-3?i-1:c+2]);var p=d*d,g=d*p;n.push([lo(s[0],f[0],l[0],u[0],d,p,g),lo(s[1],f[1],l[1],u[1],d,p,g)])}return n},$T=function(t,e,i,n){var a,o,r,s,l=[],u=[],h=[],c=[];if(n){r=[1/0,1/0],s=[-1/0,-1/0];for(var d=0,f=t.length;f>d;d++)re(r,r,t[d]),se(s,s,t[d]);re(r,r,n[0]),se(s,s,n[1])}for(var d=0,f=t.length;f>d;d++){var p=t[d];if(i)a=t[d?d-1:f-1],o=t[(d+1)%f];else{if(0===d||d===f-1){l.push(H(t[d]));continue}a=t[d-1],o=t[d+1]}Y(u,o,a),Q(u,u,e);var g=ee(p,a),m=ee(p,o),v=g+m;0!==v&&(g/=v,m/=v),Q(h,u,-g),Q(c,u,m);var y=U([],p,h),x=U([],p,c);n&&(se(y,y,r),re(y,y,s),se(x,x,r),re(x,x,s)),l.push(y),l.push(x)}return i&&l.push(l.shift()),l},JT=eo.extend({type:"polygon",shape:{points:null,smooth:!1,smoothConstraint:null},buildPath:function(t,e){uo(t,e,!0)}}),QT=eo.extend({type:"polyline",shape:{points:null,smooth:!1,smoothConstraint:null},style:{stroke:"#000",fill:null},buildPath:function(t,e){uo(t,e,!1)}}),tA=Math.round,eA={},iA=eo.extend({type:"rect",shape:{r:0,x:0,y:0,width:0,height:0},buildPath:function(t,e){var i,n,a,o;this.subPixelOptimize?(co(eA,e,this.style),i=eA.x,n=eA.y,a=eA.width,o=eA.height,eA.r=e.r,e=eA):(i=e.x,n=e.y,a=e.width,o=e.height),e.r?rn(t,e):t.rect(i,n,a,o),t.closePath()}}),nA={},aA=eo.extend({type:"line",shape:{x1:0,y1:0,x2:0,y2:0,percent:1},style:{stroke:"#000",fill:null},buildPath:function(t,e){var i,n,a,o;this.subPixelOptimize?(ho(nA,e,this.style),i=nA.x1,n=nA.y1,a=nA.x2,o=nA.y2):(i=e.x1,n=e.y1,a=e.x2,o=e.y2);var r=e.percent;0!==r&&(t.moveTo(i,n),1>r&&(a=i*(1-r)+a*r,o=n*(1-r)+o*r),t.lineTo(a,o))},pointAt:function(t){var e=this.shape;return[e.x1*(1-t)+e.x2*t,e.y1*(1-t)+e.y2*t]}}),oA=[],rA=eo.extend({type:"bezier-curve",shape:{x1:0,y1:0,x2:0,y2:0,cpx1:0,cpy1:0,percent:1},style:{stroke:"#000",fill:null},buildPath:function(t,e){var i=e.x1,n=e.y1,a=e.x2,o=e.y2,r=e.cpx1,s=e.cpy1,l=e.cpx2,u=e.cpy2,h=e.percent;0!==h&&(t.moveTo(i,n),null==l||null==u?(1>h&&(Ea(i,r,a,h,oA),r=oA[1],a=oA[2],Ea(n,s,o,h,oA),s=oA[1],o=oA[2]),t.quadraticCurveTo(r,s,a,o)):(1>h&&(Da(i,r,l,a,h,oA),r=oA[1],l=oA[2],a=oA[3],Da(n,s,u,o,h,oA),s=oA[1],u=oA[2],o=oA[3]),t.bezierCurveTo(r,s,l,u,a,o)))},pointAt:function(t){return po(this.shape,t,!1)},tangentAt:function(t){var e=po(this.shape,t,!0);return te(e,e)}}),sA=eo.extend({type:"arc",shape:{cx:0,cy:0,r:0,startAngle:0,endAngle:2*Math.PI,clockwise:!0},style:{stroke:"#000",fill:null},buildPath:function(t,e){var i=e.cx,n=e.cy,a=Math.max(e.r,0),o=e.startAngle,r=e.endAngle,s=e.clockwise,l=Math.cos(o),u=Math.sin(o);t.moveTo(l*a+i,u*a+n),t.arc(i,n,a,o,r,!s)}}),lA=eo.extend({type:"compound",shape:{paths:null},_updatePathDirty:function(){for(var t=this.__dirtyPath,e=this.shape.paths,i=0;i"'])/g,FA={"&":"&","<":"<",">":">",'"':""","'":"'"},WA=["a","b","c","d","e","f","g"],HA=function(t,e){return"{"+t+(null==e?"":e)+"}"},ZA=qi,UA=(Object.freeze||Object)({addCommas:Br,toCamelCase:Vr,normalizeCssArray:VA,encodeHTML:Gr,formatTpl:Fr,formatTplSimple:Wr,getTooltipMarker:Hr,formatTime:Ur,capitalFirst:Xr,truncateText:ZA,getTextBoundingRect:Yr,getTextRect:jr}),XA=f,YA=["left","right","top","bottom","width","height"],jA=[["width","left","right"],["height","top","bottom"]],qA=qr,KA=(x(qr,"vertical"),x(qr,"horizontal"),{getBoxLayoutParams:function(){return{left:this.get("left"),top:this.get("top"),right:this.get("right"),bottom:this.get("bottom"),width:this.get("width"),height:this.get("height")}}}),$A=la(),JA=pr.extend({type:"component",id:"",name:"",mainType:"",subType:"",componentIndex:0,defaultOption:null,ecModel:null,dependentModels:[],uid:null,layoutMode:null,$constructor:function(t,e,i,n){pr.call(this,t,e,i,n),this.uid=vr("ec_cpt_model")},init:function(t,e,i){this.mergeDefaultAndTheme(t,i)},mergeDefaultAndTheme:function(t,e){var i=this.layoutMode,n=i?es(t):{},o=e.getTheme();a(t,o.get(this.mainType)),a(t,this.getDefaultOption()),i&&ts(t,n,i)},mergeOption:function(t){a(this.option,t,!0);var e=this.layoutMode;e&&ts(this.option,t,e)},optionUpdated:function(){},getDefaultOption:function(){var t=$A(this);if(!t.defaultOption){for(var e=[],i=this.constructor;i;){var n=i.prototype.defaultOption;n&&e.push(n),i=i.superClass}for(var o={},r=e.length-1;r>=0;r--)o=a(o,e[r],!0);t.defaultOption=o}return t.defaultOption},getReferringComponents:function(t){return this.ecModel.queryComponents({mainType:t,index:this.get(t+"Index",!0),id:this.get(t+"Id",!0)})}});wa(JA,{registerWhenExtend:!0}),yr(JA),xr(JA,ns),c(JA,KA);var QA="";"undefined"!=typeof navigator&&(QA=navigator.platform||"");var tD={color:["#c23531","#2f4554","#61a0a8","#d48265","#91c7ae","#749f83","#ca8622","#bda29a","#6e7074","#546570","#c4ccd3"],gradientColor:["#f6efa6","#d88273","#bf444c"],textStyle:{fontFamily:QA.match(/^Win/)?"Microsoft YaHei":"sans-serif",fontSize:12,fontStyle:"normal",fontWeight:"normal"},blendMode:null,animation:"auto",animationDuration:1e3,animationDurationUpdate:300,animationEasing:"exponentialOut",animationEasingUpdate:"cubicOut",animationThreshold:2e3,progressiveThreshold:3e3,progressive:400,hoverLayerThreshold:3e3,useUTC:!1},eD=la(),iD={clearColorPalette:function(){eD(this).colorIdx=0,eD(this).colorNameMap={}},getColorFromPalette:function(t,e,i){e=e||this;var n=eD(e),a=n.colorIdx||0,o=n.colorNameMap=n.colorNameMap||{};if(o.hasOwnProperty(t))return o[t];var r=Jn(this.get("color",!0)),s=this.get("colorLayer",!0),l=null!=i&&s?as(s,i):r;if(l=l||r,l&&l.length){var u=l[a];return t&&(o[t]=u),n.colorIdx=(a+1)%l.length,u}}},nD="original",aD="arrayRows",oD="objectRows",rD="keyedColumns",sD="unknown",lD="typedArray",uD="column",hD="row";os.seriesDataToSource=function(t){return new os({data:t,sourceFormat:I(t)?lD:nD,fromDataset:!1})},ya(os);var cD={Must:1,Might:2,Not:3},dD=la(),fD="\x00_ec_inner",pD=pr.extend({init:function(t,e,i,n){i=i||{},this.option=null,this._theme=new pr(i),this._optionManager=n},setOption:function(t,e){O(!(fD in t),"please use chart.getOption()"),this._optionManager.setOption(t,e),this.resetOption(null)},resetOption:function(t){var e=!1,i=this._optionManager;if(!t||"recreate"===t){var n=i.mountOption("recreate"===t);this.option&&"recreate"!==t?(this.restoreData(),this.mergeOption(n)):ws.call(this,n),e=!0}if(("timeline"===t||"media"===t)&&this.restoreData(),!t||"recreate"===t||"timeline"===t){var a=i.getTimelineOption(this);a&&(this.mergeOption(a),e=!0)}if(!t||"recreate"===t||"media"===t){var o=i.getMediaOption(this,this._api);o.length&&f(o,function(t){this.mergeOption(t,e=!0)},this)}return e},mergeOption:function(t){function e(e,n){var a=Jn(t[e]),s=ia(o.get(e),a);na(s),f(s,function(t){var i=t.option;S(i)&&(t.keyInfo.mainType=e,t.keyInfo.subType=Ss(e,i,t.exist))});var l=bs(o,n);i[e]=[],o.set(e,[]),f(s,function(t,n){var a=t.exist,s=t.option;if(O(S(s)||a,"Empty component definition"),s){var u=JA.getClass(e,t.keyInfo.subType,!0);if(a&&a.constructor===u)a.name=t.keyInfo.name,a.mergeOption(s,this),a.optionUpdated(s,!1);else{var h=r({dependentModels:l,componentIndex:n},t.keyInfo);a=new u(s,this,this,h),r(a,h),a.init(s,this,this,h),a.optionUpdated(null,!0)}}else a.mergeOption({},this),a.optionUpdated({},!1);o.get(e)[n]=a,i[e][n]=a.option},this),"series"===e&&Ms(this,o.get("series"))}var i=this.option,o=this._componentsMap,s=[];ls(this),f(t,function(t,e){null!=t&&(JA.hasClass(e)?e&&s.push(e):i[e]=null==i[e]?n(t):a(i[e],t,!0))}),JA.topologicalTravel(s,JA.getAllClassMainTypes(),e,this),this._seriesIndicesMap=B(this._seriesIndices=this._seriesIndices||[])},getOption:function(){var t=n(this.option);return f(t,function(e,i){if(JA.hasClass(i)){for(var e=Jn(e),n=e.length-1;n>=0;n--)oa(e[n])&&e.splice(n,1);t[i]=e}}),delete t[fD],t},getTheme:function(){return this._theme},getComponent:function(t,e){var i=this._componentsMap.get(t);return i?i[e||0]:void 0},queryComponents:function(t){var e=t.mainType;if(!e)return[];var i=t.index,n=t.id,a=t.name,o=this._componentsMap.get(e);if(!o||!o.length)return[];var r;if(null!=i)_(i)||(i=[i]),r=m(p(i,function(t){return o[t]}),function(t){return!!t});else if(null!=n){var s=_(n);r=m(o,function(t){return s&&u(n,t.id)>=0||!s&&t.id===n})}else if(null!=a){var l=_(a);r=m(o,function(t){return l&&u(a,t.name)>=0||!l&&t.name===a})}else r=o.slice();return Is(r,t)},findComponents:function(t){function e(t){var e=a+"Index",i=a+"Id",n=a+"Name";return!t||null==t[e]&&null==t[i]&&null==t[n]?null:{mainType:a,index:t[e],id:t[i],name:t[n]}}function i(e){return t.filter?m(e,t.filter):e}var n=t.query,a=t.mainType,o=e(n),r=o?this.queryComponents(o):this._componentsMap.get(a);return i(Is(r,t))},eachComponent:function(t,e,i){var n=this._componentsMap;if("function"==typeof t)i=e,e=t,n.each(function(t,n){f(t,function(t,a){e.call(i,n,t,a)})});else if(b(t))f(n.get(t),e,i);else if(S(t)){var a=this.findComponents(t);f(a,e,i)}},getSeriesByName:function(t){var e=this._componentsMap.get("series");return m(e,function(e){return e.name===t})},getSeriesByIndex:function(t){return this._componentsMap.get("series")[t]},getSeriesByType:function(t){var e=this._componentsMap.get("series");return m(e,function(e){return e.subType===t})},getSeries:function(){return this._componentsMap.get("series").slice()},getSeriesCount:function(){return this._componentsMap.get("series").length},eachSeries:function(t,e){f(this._seriesIndices,function(i){var n=this._componentsMap.get("series")[i];t.call(e,n,i)},this)},eachRawSeries:function(t,e){f(this._componentsMap.get("series"),t,e)},eachSeriesByType:function(t,e,i){f(this._seriesIndices,function(n){var a=this._componentsMap.get("series")[n];a.subType===t&&e.call(i,a,n)},this)},eachRawSeriesByType:function(t,e,i){return f(this.getSeriesByType(t),e,i)},isSeriesFiltered:function(t){return null==this._seriesIndicesMap.get(t.componentIndex)},getCurrentSeriesIndices:function(){return(this._seriesIndices||[]).slice()},filterSeries:function(t,e){var i=m(this._componentsMap.get("series"),t,e);Ms(this,i)},restoreData:function(t){var e=this._componentsMap;Ms(this,e.get("series"));var i=[];e.each(function(t,e){i.push(e)}),JA.topologicalTravel(i,JA.getAllClassMainTypes(),function(i){f(e.get(i),function(e){("series"!==i||!xs(e,t))&&e.restoreData()})})}});c(pD,iD);var gD=["getDom","getZr","getWidth","getHeight","getDevicePixelRatio","dispatchAction","isDisposed","on","off","getDataURL","getConnectedDataURL","getModel","getOption","getViewOfComponentModel","getViewOfSeriesModel"],mD={};As.prototype={constructor:As,create:function(t,e){var i=[];f(mD,function(n){var a=n.create(t,e);i=i.concat(a||[])}),this._coordinateSystems=i},update:function(t,e){f(this._coordinateSystems,function(i){i.update&&i.update(t,e)})},getCoordinateSystems:function(){return this._coordinateSystems.slice()}},As.register=function(t,e){mD[t]=e},As.get=function(t){return mD[t]};var vD=f,yD=n,xD=p,_D=a,wD=/^(min|max)?(.+)$/;Ds.prototype={constructor:Ds,setOption:function(t,e){t&&f(Jn(t.series),function(t){t&&t.data&&I(t.data)&&N(t.data)}),t=yD(t);var i=this._optionBackup,n=Cs.call(this,t,e,!i);this._newBaseOption=n.baseOption,i?(Os(i.baseOption,n.baseOption),n.timelineOptions.length&&(i.timelineOptions=n.timelineOptions),n.mediaList.length&&(i.mediaList=n.mediaList),n.mediaDefault&&(i.mediaDefault=n.mediaDefault)):this._optionBackup=n},mountOption:function(t){var e=this._optionBackup;return this._timelineOptions=xD(e.timelineOptions,yD),this._mediaList=xD(e.mediaList,yD),this._mediaDefault=yD(e.mediaDefault),this._currentMediaIndices=[],yD(t?e.baseOption:this._newBaseOption)},getTimelineOption:function(t){var e,i=this._timelineOptions;if(i.length){var n=t.getComponent("timeline");n&&(e=yD(i[n.getCurrentIndex()],!0))}return e},getMediaOption:function(){var t=this._api.getWidth(),e=this._api.getHeight(),i=this._mediaList,n=this._mediaDefault,a=[],o=[];if(!i.length&&!n)return o;for(var r=0,s=i.length;s>r;r++)Ls(i[r].query,t,e)&&a.push(r);return!a.length&&n&&(a=[-1]),a.length&&!Ps(a,this._currentMediaIndices)&&(o=xD(a,function(t){return yD(-1===t?n.option:i[t].option)})),this._currentMediaIndices=a,o}};var bD=f,SD=S,MD=["areaStyle","lineStyle","nodeStyle","linkStyle","chordStyle","label","labelLine"],ID=function(t,e){bD(Gs(t.series),function(t){SD(t)&&Vs(t)});var i=["xAxis","yAxis","radiusAxis","angleAxis","singleAxis","parallelAxis","radar"];e&&i.push("valueAxis","categoryAxis","logAxis","timeAxis"),bD(i,function(e){bD(Gs(t[e]),function(t){t&&(zs(t,"axisLabel"),zs(t.axisPointer,"label"))})}),bD(Gs(t.parallel),function(t){var e=t&&t.parallelAxisDefault;zs(e,"axisLabel"),zs(e&&e.axisPointer,"label")}),bD(Gs(t.calendar),function(t){Ns(t,"itemStyle"),zs(t,"dayLabel"),zs(t,"monthLabel"),zs(t,"yearLabel")}),bD(Gs(t.radar),function(t){zs(t,"name")}),bD(Gs(t.geo),function(t){SD(t)&&(Bs(t),bD(Gs(t.regions),function(t){Bs(t)}))}),bD(Gs(t.timeline),function(t){Bs(t),Ns(t,"label"),Ns(t,"itemStyle"),Ns(t,"controlStyle",!0);var e=t.data;_(e)&&f(e,function(t){S(t)&&(Ns(t,"label"),Ns(t,"itemStyle"))})}),bD(Gs(t.toolbox),function(t){Ns(t,"iconStyle"),bD(t.feature,function(t){Ns(t,"iconStyle")})}),zs(Fs(t.axisPointer),"label"),zs(Fs(t.tooltip).axisPointer,"label")},TD=[["x","left"],["y","top"],["x2","right"],["y2","bottom"]],AD=["grid","geo","parallel","legend","toolbox","title","visualMap","dataZoom","timeline"],DD=function(t,e){ID(t,e),t.series=Jn(t.series),f(t.series,function(t){if(S(t)){var e=t.type;if("line"===e)null!=t.clipOverflow&&(t.clip=t.clipOverflow);else if("pie"===e||"gauge"===e)null!=t.clockWise&&(t.clockwise=t.clockWise);else if("gauge"===e){var i=Ws(t,"pointer.color");null!=i&&Hs(t,"itemStyle.color",i)}Zs(t)}}),t.dataRange&&(t.visualMap=t.dataRange),f(AD,function(e){var i=t[e];i&&(_(i)||(i=[i]),f(i,function(t){Zs(t)}))})},CD=function(t){var e=B();t.eachSeries(function(t){var i=t.get("stack");if(i){var n=e.get(i)||e.set(i,[]),a=t.getData(),o={stackResultDimension:a.getCalculationInfo("stackResultDimension"),stackedOverDimension:a.getCalculationInfo("stackedOverDimension"),stackedDimension:a.getCalculationInfo("stackedDimension"),stackedByDimension:a.getCalculationInfo("stackedByDimension"),isStackedByIndex:a.getCalculationInfo("isStackedByIndex"),data:a,seriesModel:t};if(!o.stackedDimension||!o.isStackedByIndex&&!o.stackedByDimension)return;n.length&&a.setCalculationInfo("stackedOnSeries",n[n.length-1].seriesModel),n.push(o)}}),e.each(Us)},LD=Xs.prototype;LD.pure=!1,LD.persistent=!0,LD.getSource=function(){return this._source};var kD={arrayRows_column:{pure:!0,count:function(){return Math.max(0,this._data.length-this._source.startIndex)},getItem:function(t){return this._data[t+this._source.startIndex]},appendData:qs},arrayRows_row:{pure:!0,count:function(){var t=this._data[0];return t?Math.max(0,t.length-this._source.startIndex):0},getItem:function(t){t+=this._source.startIndex;for(var e=[],i=this._data,n=0;n=1)&&(t=1),t}var i=this._upstream,n=t&&t.skip;if(this._dirty&&i){var a=this.context;a.data=a.outputData=i.context.outputData}this.__pipeline&&(this.__pipeline.currentTask=this);var o;this._plan&&!n&&(o=this._plan(this.context));var r=e(this._modBy),s=this._modDataCount||0,l=e(t&&t.modBy),u=t&&t.modDataCount||0;(r!==l||s!==u)&&(o="reset");var h;(this._dirty||"reset"===o)&&(this._dirty=!1,h=al(this,n)),this._modBy=l,this._modDataCount=u;var c=t&&t.step;if(this._dueEnd=i?i._outputDueEnd:this._count?this._count(this.context):1/0,this._progress){var d=this._dueIndex,f=Math.min(null!=c?this._dueIndex+c:1/0,this._dueEnd);if(!n&&(h||f>d)){var p=this._progress;if(_(p))for(var g=0;gn?n++:null}function e(){var t=n%r*a+Math.ceil(n/r),e=n>=i?null:o>t?t:n;return n++,e}var i,n,a,o,r,s={reset:function(l,u,h,c){n=l,i=u,a=h,o=c,r=Math.ceil(o/a),s.next=a>1&&o>0?e:t}};return s}();RD.dirty=function(){this._dirty=!0,this._onDirty&&this._onDirty(this.context)},RD.unfinished=function(){return this._progress&&this._dueIndex":"",m=p+s.join(p||", ");return{renderMode:n,content:m,style:u}}function o(t){return{renderMode:n,content:Gr(Br(t)),style:u}}var r=this;n=n||"html";var s="html"===n?"
":"\n",l="richText"===n,u={},h=0,c=this.getData(),d=c.mapDimension("defaultedTooltip",!0),p=d.length,m=this.getRawValue(t),v=_(m),y=c.getItemVisual(t,"color");S(y)&&y.colorStops&&(y=(y.colorStops[0]||{}).color),y=y||"transparent";var x=p>1||v&&!p?a(m):o(p?Qs(c,t,d[0]):v?m[0]:m),w=x.content,b=r.seriesIndex+"at"+h,M=Hr({color:y,type:"item",renderMode:n,markerId:b});u[b]=y,++h;var I=c.getName(t),T=this.name;aa(this)||(T=""),T=T?Gr(T)+(e?": ":s):"";var A="string"==typeof M?M:M.content,D=e?A+T+w:T+A+(I?Gr(I)+": "+w:w);return{html:D,markers:u}},isAnimationEnabled:function(){if(mS.node)return!1;var t=this.getShallow("animation");return t&&this.getData().count()>this.getShallow("animationThreshold")&&(t=!1),t},restoreData:function(){this.dataTask.dirty()},getColorFromPalette:function(t,e,i){var n=this.ecModel,a=iD.getColorFromPalette.call(this,t,e,i);return a||(a=n.getColorFromPalette(t,e,i)),a},coordDimToDataDim:function(t){return this.getRawData().mapDimension(t,!0)},getProgressive:function(){return this.get("progressive")},getProgressiveThreshold:function(){return this.get("progressiveThreshold")},getAxisTooltipData:null,getTooltipPosition:null,pipeTask:null,preventIncremental:null,pipelineContext:null});c(VD,ND),c(VD,iD);var GD=function(){this.group=new CM,this.uid=vr("viewComponent")};GD.prototype={constructor:GD,init:function(){},render:function(){},dispose:function(){},filterForExposedEvent:null};var FD=GD.prototype;FD.updateView=FD.updateLayout=FD.updateVisual=function(){},va(GD),wa(GD,{registerWhenExtend:!0});var WD=function(){var t=la();return function(e){var i=t(e),n=e.pipelineContext,a=i.large,o=i.progressiveRender,r=i.large=n.large,s=i.progressiveRender=n.progressiveRender;return!!(a^r||o^s)&&"reset"}},HD=la(),ZD=WD();fl.prototype={type:"chart",init:function(){},render:function(){},highlight:function(t,e,i,n){gl(t.getData(),n,"emphasis")},downplay:function(t,e,i,n){gl(t.getData(),n,"normal")},remove:function(){this.group.removeAll()},dispose:function(){},incrementalPrepareRender:null,incrementalRender:null,updateTransform:null,filterForExposedEvent:null};var UD=fl.prototype;UD.updateView=UD.updateLayout=UD.updateVisual=function(t,e,i,n){this.render(t,e,i,n)},va(fl,["dispose"]),wa(fl,{registerWhenExtend:!0}),fl.markUpdateMethod=function(t,e){HD(t).updateMethod=e};var XD={incrementalPrepareRender:{progress:function(t,e){e.view.incrementalRender(t,e.model,e.ecModel,e.api,e.payload)}},render:{forceFirstProgress:!0,progress:function(t,e){e.view.render(e.model,e.ecModel,e.api,e.payload)}}},YD="\x00__throttleOriginMethod",jD="\x00__throttleRate",qD="\x00__throttleType",KD={createOnAllSeries:!0,performRawSeries:!0,reset:function(t,e){var i=t.getData(),n=(t.visualColorAccessPath||"itemStyle.color").split("."),a=t.get(n),o=!w(a)||a instanceof uA?null:a;(!a||o)&&(a=t.getColorFromPalette(t.name,null,e.getSeriesCount())),i.setVisual("color",a);var r=(t.visualBorderColorAccessPath||"itemStyle.borderColor").split("."),s=t.get(r);if(i.setVisual("borderColor",s),!e.isSeriesFiltered(t)){o&&i.each(function(e){i.setItemVisual(e,"color",o(t.getDataParams(e)))});var l=function(t,e){var i=t.getItemModel(e),a=i.get(n,!0),o=i.get(r,!0);null!=a&&t.setItemVisual(e,"color",a),null!=o&&t.setItemVisual(e,"borderColor",o)};return{dataEach:i.hasItemOption?l:null}}}},$D={legend:{selector:{all:"全选",inverse:"反选"}},toolbox:{brush:{title:{rect:"矩形选择",polygon:"圈选",lineX:"横向选择",lineY:"纵向选择",keep:"保持选择",clear:"清除选择"}},dataView:{title:"数据视图",lang:["数据视图","关闭","刷新"]},dataZoom:{title:{zoom:"区域缩放",back:"区域缩放还原"}},magicType:{title:{line:"切换为折线图",bar:"切换为柱状图",stack:"切换为堆叠",tiled:"切换为平铺"}},restore:{title:"还原"},saveAsImage:{title:"保存为图片",lang:["右键另存为图片"]}},series:{typeNames:{pie:"饼图",bar:"柱状图",line:"折线图",scatter:"散点图",effectScatter:"涟漪散点图",radar:"雷达图",tree:"树图",treemap:"矩形树图",boxplot:"箱型图",candlestick:"K线图",k:"K线图",heatmap:"热力图",map:"地图",parallel:"平行坐标图",lines:"线图",graph:"关系图",sankey:"桑基图",funnel:"漏斗图",gauge:"仪表盘图",pictorialBar:"象形柱图",themeRiver:"主题河流图",sunburst:"旭日图"}},aria:{general:{withTitle:"这是一个关于“{title}”的图表。",withoutTitle:"这是一个图表,"},series:{single:{prefix:"",withName:"图表类型是{seriesType},表示{seriesName}。",withoutName:"图表类型是{seriesType}。"},multiple:{prefix:"它由{seriesCount}个图表系列组成。",withName:"第{seriesId}个系列是一个表示{seriesName}的{seriesType},",withoutName:"第{seriesId}个系列是一个{seriesType},",separator:{middle:";",end:"。"}}},data:{allData:"其数据是——",partialData:"其中,前{displayCnt}项是——",withName:"{name}的数据是{value}",withoutName:"{value}",separator:{middle:",",end:""}}}},JD=function(t,e){function i(t,e){if("string"!=typeof t)return t;var i=t;return f(e,function(t,e){i=i.replace(new RegExp("\\{\\s*"+e+"\\s*\\}","g"),t)}),i}function n(t){var e=r.get(t);if(null==e){for(var i=t.split("."),n=$D.aria,a=0;as)){var d=a();l=d?i(n("general.withTitle"),{title:d}):n("general.withoutTitle");var p=[],g=s>1?"series.multiple.prefix":"series.single.prefix";l+=i(n(g),{seriesCount:s}),e.eachSeries(function(t,e){if(c>e){var a,r=t.get("name"),l="series."+(s>1?"multiple":"single")+".";a=n(r?l+"withName":l+"withoutName"),a=i(a,{seriesId:t.seriesIndex,seriesName:t.get("name"),seriesType:o(t.subType)});var h=t.getData();window.data=h,a+=h.count()>u?i(n("data.partialData"),{displayCnt:u}):n("data.allData");for(var d=[],f=0;ff){var g=h.getName(f),m=Qs(h,f);d.push(i(n(g?"data.withName":"data.withoutName"),{name:g,value:m}))}a+=d.join(n("data.separator.middle"))+n("data.separator.end"),p.push(a)}}),l+=p.join(n("series.multiple.separator.middle"))+n("series.multiple.separator.end"),t.setAttribute("aria-label",l)}}},QD=Math.PI,tC=function(t,e){e=e||{},s(e,{text:"loading",color:"#c23531",textColor:"#000",maskColor:"rgba(255, 255, 255, 0.8)",zlevel:0});var i=new iA({style:{fill:e.maskColor},zlevel:e.zlevel,z:1e4}),n=new sA({shape:{startAngle:-QD/2,endAngle:-QD/2+.1,r:10},style:{stroke:e.color,lineCap:"round",lineWidth:5},zlevel:e.zlevel,z:10001}),a=new iA({style:{fill:"none",text:e.text,textPosition:"right",textDistance:10,textFill:e.textColor},zlevel:e.zlevel,z:10001});n.animateShape(!0).when(1e3,{endAngle:3*QD/2}).start("circularInOut"),n.animateShape(!0).when(1e3,{startAngle:3*QD/2}).delay(300).start("circularInOut");var o=new CM;return o.add(n),o.add(a),o.add(i),o.resize=function(){var e=t.getWidth()/2,o=t.getHeight()/2;n.setShape({cx:e,cy:o});var r=n.shape.r;a.setShape({x:e-r,y:o-r,width:2*r,height:2*r}),i.setShape({x:0,y:0,width:t.getWidth(),height:t.getHeight()})},o.resize(),o},eC=wl.prototype;eC.restoreData=function(t,e){t.restoreData(e),this._stageTaskMap.each(function(t){var e=t.overallTask; +e&&e.dirty()})},eC.getPerformArgs=function(t,e){if(t.__pipeline){var i=this._pipelineMap.get(t.__pipeline.id),n=i.context,a=!e&&i.progressiveEnabled&&(!n||n.progressiveRender)&&t.__idxInPipeline>i.blockIndex,o=a?i.step:null,r=n&&n.modDataCount,s=null!=r?Math.ceil(r/o):null;return{step:o,modBy:s,modDataCount:r}}},eC.getPipeline=function(t){return this._pipelineMap.get(t)},eC.updateStreamModes=function(t,e){var i=this._pipelineMap.get(t.uid),n=t.getData(),a=n.count(),o=i.progressiveEnabled&&e.incrementalPrepareRender&&a>=i.threshold,r=t.get("large")&&a>=t.get("largeThreshold"),s="mod"===t.get("progressiveChunkMode")?a:null;t.pipelineContext=i.context={progressiveRender:o,modDataCount:s,large:r}},eC.restorePipelines=function(t){var e=this,i=e._pipelineMap=B();t.eachSeries(function(t){var n=t.getProgressive(),a=t.uid;i.set(a,{id:a,head:null,tail:null,threshold:t.getProgressiveThreshold(),progressiveEnabled:n&&!(t.preventIncremental&&t.preventIncremental()),blockIndex:-1,step:Math.round(n||700),count:0}),Ol(e,t,t.dataTask)})},eC.prepareStageTasks=function(){var t=this._stageTaskMap,e=this.ecInstance.getModel(),i=this.api;f(this._allHandlers,function(n){var a=t.get(n.uid)||t.set(n.uid,[]);n.reset&&Sl(this,n,a,e,i),n.overallReset&&Ml(this,n,a,e,i)},this)},eC.prepareView=function(t,e,i,n){var a=t.renderTask,o=a.context;o.model=e,o.ecModel=i,o.api=n,a.__block=!t.incrementalPrepareRender,Ol(this,e,a)},eC.performDataProcessorTasks=function(t,e){bl(this,this._dataProcessorHandlers,t,e,{block:!0})},eC.performVisualTasks=function(t,e,i){bl(this,this._visualHandlers,t,e,i)},eC.performSeriesTasks=function(t){var e;t.eachSeries(function(t){e|=t.dataTask.perform()}),this.unfinished|=e},eC.plan=function(){this._pipelineMap.each(function(t){var e=t.tail;do{if(e.__block){t.blockIndex=e.__idxInPipeline;break}e=e.getUpstream()}while(e)})};var iC=eC.updatePayload=function(t,e){"remain"!==e&&(t.context.payload=e)},nC=kl(0);wl.wrapStageHandler=function(t,e){return w(t)&&(t={overallReset:t,seriesType:El(t)}),t.uid=vr("stageHandler"),e&&(t.visualType=e),t};var aC,oC={},rC={};Nl(oC,pD),Nl(rC,Ts),oC.eachSeriesByType=oC.eachRawSeriesByType=function(t){aC=t},oC.eachComponent=function(t){"series"===t.mainType&&t.subType&&(aC=t.subType)};var sC=["#37A2DA","#32C5E9","#67E0E3","#9FE6B8","#FFDB5C","#ff9f7f","#fb7293","#E062AE","#E690D1","#e7bcf3","#9d96f5","#8378EA","#96BFFF"],lC={color:sC,colorLayer:[["#37A2DA","#ffd85c","#fd7b5f"],["#37A2DA","#67E0E3","#FFDB5C","#ff9f7f","#E062AE","#9d96f5"],["#37A2DA","#32C5E9","#9FE6B8","#FFDB5C","#ff9f7f","#fb7293","#e7bcf3","#8378EA","#96BFFF"],sC]},uC="#eee",hC=function(){return{axisLine:{lineStyle:{color:uC}},axisTick:{lineStyle:{color:uC}},axisLabel:{textStyle:{color:uC}},splitLine:{lineStyle:{type:"dashed",color:"#aaa"}},splitArea:{areaStyle:{color:uC}}}},cC=["#dd6b66","#759aa0","#e69d87","#8dc1a9","#ea7e53","#eedd78","#73a373","#73b9bc","#7289ab","#91ca8c","#f49f42"],dC={color:cC,backgroundColor:"#333",tooltip:{axisPointer:{lineStyle:{color:uC},crossStyle:{color:uC},label:{color:"#000"}}},legend:{textStyle:{color:uC}},textStyle:{color:uC},title:{textStyle:{color:uC}},toolbox:{iconStyle:{normal:{borderColor:uC}}},dataZoom:{textStyle:{color:uC}},visualMap:{textStyle:{color:uC}},timeline:{lineStyle:{color:uC},itemStyle:{normal:{color:cC[1]}},label:{normal:{textStyle:{color:uC}}},controlStyle:{normal:{color:uC,borderColor:uC}}},timeAxis:hC(),logAxis:hC(),valueAxis:hC(),categoryAxis:hC(),line:{symbol:"circle"},graph:{color:cC},gauge:{title:{textStyle:{color:uC}}},candlestick:{itemStyle:{normal:{color:"#FD1050",color0:"#0CF49B",borderColor:"#FD1050",borderColor0:"#0CF49B"}}}};dC.categoryAxis.splitLine.show=!1,JA.extend({type:"dataset",defaultOption:{seriesLayoutBy:uD,sourceHeader:null,dimensions:null,source:null},optionUpdated:function(){rs(this)}}),GD.extend({type:"dataset"});var fC=eo.extend({type:"ellipse",shape:{cx:0,cy:0,rx:0,ry:0},buildPath:function(t,e){var i=.5522848,n=e.cx,a=e.cy,o=e.rx,r=e.ry,s=o*i,l=r*i;t.moveTo(n-o,a),t.bezierCurveTo(n-o,a-l,n-s,a-r,n,a-r),t.bezierCurveTo(n+s,a-r,n+o,a-l,n+o,a),t.bezierCurveTo(n+o,a+l,n+s,a+r,n,a+r),t.bezierCurveTo(n-s,a+r,n-o,a+l,n-o,a),t.closePath()}}),pC=/[\s,]+/;zl.prototype.parse=function(t,e){e=e||{};var i=Rl(t);if(!i)throw new Error("Illegal svg");var n=new CM;this._root=n;var a=i.getAttribute("viewBox")||"",o=parseFloat(i.getAttribute("width")||e.width),r=parseFloat(i.getAttribute("height")||e.height);isNaN(o)&&(o=null),isNaN(r)&&(r=null),Fl(i,n,null,!0);for(var s=i.firstChild;s;)this._parseNode(s,n),s=s.nextSibling;var l,u;if(a){var h=E(a).split(pC);h.length>=4&&(l={x:parseFloat(h[0]||0),y:parseFloat(h[1]||0),width:parseFloat(h[2]),height:parseFloat(h[3])})}if(l&&null!=o&&null!=r&&(u=Ul(l,o,r),!e.ignoreViewBox)){var c=n;n=new CM,n.add(c),c.scale=u.scale.slice(),c.position=u.position.slice()}return e.ignoreRootClip||null==o||null==r||n.setClipPath(new iA({shape:{x:0,y:0,width:o,height:r}})),{root:n,width:o,height:r,viewBoxRect:l,viewBoxTransform:u}},zl.prototype._parseNode=function(t,e){var i=t.nodeName.toLowerCase();"defs"===i?this._isDefine=!0:"text"===i&&(this._isText=!0);var n;if(this._isDefine){var a=mC[i];if(a){var o=a.call(this,t),r=t.getAttribute("id");r&&(this._defs[r]=o)}}else{var a=gC[i];a&&(n=a.call(this,t,e),e.add(n))}for(var s=t.firstChild;s;)1===s.nodeType&&this._parseNode(s,n),3===s.nodeType&&this._isText&&this._parseText(s,n),s=s.nextSibling;"defs"===i?this._isDefine=!1:"text"===i&&(this._isText=!1)},zl.prototype._parseText=function(t,e){if(1===t.nodeType){var i=t.getAttribute("dx")||0,n=t.getAttribute("dy")||0;this._textX+=parseFloat(i),this._textY+=parseFloat(n)}var a=new ZT({style:{text:t.textContent,transformText:!0},position:[this._textX||0,this._textY||0]});Vl(e,a),Fl(t,a,this._defs);var o=a.style.fontSize;o&&9>o&&(a.style.fontSize=9,a.scale=a.scale||[1,1],a.scale[0]*=o/9,a.scale[1]*=o/9);var r=a.getBoundingRect();return this._textX+=r.width,e.add(a),a};var gC={g:function(t,e){var i=new CM;return Vl(e,i),Fl(t,i,this._defs),i},rect:function(t,e){var i=new iA;return Vl(e,i),Fl(t,i,this._defs),i.setShape({x:parseFloat(t.getAttribute("x")||0),y:parseFloat(t.getAttribute("y")||0),width:parseFloat(t.getAttribute("width")||0),height:parseFloat(t.getAttribute("height")||0)}),i},circle:function(t,e){var i=new UT;return Vl(e,i),Fl(t,i,this._defs),i.setShape({cx:parseFloat(t.getAttribute("cx")||0),cy:parseFloat(t.getAttribute("cy")||0),r:parseFloat(t.getAttribute("r")||0)}),i},line:function(t,e){var i=new aA;return Vl(e,i),Fl(t,i,this._defs),i.setShape({x1:parseFloat(t.getAttribute("x1")||0),y1:parseFloat(t.getAttribute("y1")||0),x2:parseFloat(t.getAttribute("x2")||0),y2:parseFloat(t.getAttribute("y2")||0)}),i},ellipse:function(t,e){var i=new fC;return Vl(e,i),Fl(t,i,this._defs),i.setShape({cx:parseFloat(t.getAttribute("cx")||0),cy:parseFloat(t.getAttribute("cy")||0),rx:parseFloat(t.getAttribute("rx")||0),ry:parseFloat(t.getAttribute("ry")||0)}),i},polygon:function(t,e){var i=t.getAttribute("points");i&&(i=Gl(i));var n=new JT({shape:{points:i||[]}});return Vl(e,n),Fl(t,n,this._defs),n},polyline:function(t,e){var i=new eo;Vl(e,i),Fl(t,i,this._defs);var n=t.getAttribute("points");n&&(n=Gl(n));var a=new QT({shape:{points:n||[]}});return a},image:function(t,e){var i=new Tn;return Vl(e,i),Fl(t,i,this._defs),i.setStyle({image:t.getAttribute("xlink:href"),x:t.getAttribute("x"),y:t.getAttribute("y"),width:t.getAttribute("width"),height:t.getAttribute("height")}),i},text:function(t,e){var i=t.getAttribute("x")||0,n=t.getAttribute("y")||0,a=t.getAttribute("dx")||0,o=t.getAttribute("dy")||0;this._textX=parseFloat(i)+parseFloat(a),this._textY=parseFloat(n)+parseFloat(o);var r=new CM;return Vl(e,r),Fl(t,r,this._defs),r},tspan:function(t,e){var i=t.getAttribute("x"),n=t.getAttribute("y");null!=i&&(this._textX=parseFloat(i)),null!=n&&(this._textY=parseFloat(n));var a=t.getAttribute("dx")||0,o=t.getAttribute("dy")||0,r=new CM;return Vl(e,r),Fl(t,r,this._defs),this._textX+=a,this._textY+=o,r},path:function(t,e){var i=t.getAttribute("d")||"",n=oo(i);return Vl(e,n),Fl(t,n,this._defs),n}},mC={lineargradient:function(t){var e=parseInt(t.getAttribute("x1")||0,10),i=parseInt(t.getAttribute("y1")||0,10),n=parseInt(t.getAttribute("x2")||10,10),a=parseInt(t.getAttribute("y2")||0,10),o=new hA(e,i,n,a);return Bl(t,o),o},radialgradient:function(){}},vC={fill:"fill",stroke:"stroke","stroke-width":"lineWidth",opacity:"opacity","fill-opacity":"fillOpacity","stroke-opacity":"strokeOpacity","stroke-dasharray":"lineDash","stroke-dashoffset":"lineDashOffset","stroke-linecap":"lineCap","stroke-linejoin":"lineJoin","stroke-miterlimit":"miterLimit","font-family":"fontFamily","font-size":"fontSize","font-style":"fontStyle","font-weight":"fontWeight","text-align":"textAlign","alignment-baseline":"textBaseline"},yC=/url\(\s*#(.*?)\)/,xC=/(translate|scale|rotate|skewX|skewY|matrix)\(([\-\s0-9\.e,]*)\)/g,_C=/([^\s:;]+)\s*:\s*([^:;]+)/g,wC=B(),bC={registerMap:function(t,e,i){var n;return _(e)?n=e:e.svg?n=[{type:"svg",source:e.svg,specialAreas:e.specialAreas}]:(e.geoJson&&!e.features&&(i=e.specialAreas,e=e.geoJson),n=[{type:"geoJSON",source:e,specialAreas:i}]),f(n,function(t){var e=t.type;"geoJson"===e&&(e=t.type="geoJSON");var i=SC[e];i(t)}),wC.set(t,n)},retrieveMap:function(t){return wC.get(t)}},SC={geoJSON:function(t){var e=t.source;t.geoJSON=b(e)?"undefined"!=typeof JSON&&JSON.parse?JSON.parse(e):new Function("return ("+e+");")():e},svg:function(t){t.svgXML=Rl(t.source)}},MC=O,IC=f,TC=w,AC=S,DC=JA.parseClassType,CC="4.6.0",LC={zrender:"4.2.0"},kC=1,PC=1e3,OC=800,EC=900,NC=5e3,RC=1e3,zC=1100,BC=2e3,VC=3e3,GC=3500,FC=4e3,WC=5e3,HC={PROCESSOR:{FILTER:PC,SERIES_FILTER:OC,STATISTIC:NC},VISUAL:{LAYOUT:RC,PROGRESSIVE_LAYOUT:zC,GLOBAL:BC,CHART:VC,POST_CHART_LAYOUT:GC,COMPONENT:FC,BRUSH:WC}},ZC="__flagInMainProcess",UC="__optionUpdated",XC=/^[a-zA-Z0-9_]+$/;jl.prototype.on=Yl("on",!0),jl.prototype.off=Yl("off",!0),jl.prototype.one=Yl("one",!0),c(jl,BS);var YC=ql.prototype;YC._onframe=function(){if(!this._disposed){var t=this._scheduler;if(this[UC]){var e=this[UC].silent;this[ZC]=!0,$l(this),jC.update.call(this),this[ZC]=!1,this[UC]=!1,eu.call(this,e),iu.call(this,e)}else if(t.unfinished){var i=kC,n=this._model,a=this._api;t.unfinished=!1;do{var o=+new Date;t.performSeriesTasks(n),t.performDataProcessorTasks(n),Ql(this,n),t.performVisualTasks(n),lu(this,this._model,a,"remain"),i-=+new Date-o}while(i>0&&t.unfinished);t.unfinished||this._zr.flush()}}},YC.getDom=function(){return this._dom},YC.getZr=function(){return this._zr},YC.setOption=function(t,e,i){if(!this._disposed){var n;if(AC(e)&&(i=e.lazyUpdate,n=e.silent,e=e.notMerge),this[ZC]=!0,!this._model||e){var a=new Ds(this._api),o=this._theme,r=this._model=new pD;r.scheduler=this._scheduler,r.init(null,null,o,a)}this._model.setOption(t,QC),i?(this[UC]={silent:n},this[ZC]=!1):($l(this),jC.update.call(this),this._zr.flush(),this[UC]=!1,this[ZC]=!1,eu.call(this,n),iu.call(this,n))}},YC.setTheme=function(){console.error("ECharts#setTheme() is DEPRECATED in ECharts 3.0")},YC.getModel=function(){return this._model},YC.getOption=function(){return this._model&&this._model.getOption()},YC.getWidth=function(){return this._zr.getWidth()},YC.getHeight=function(){return this._zr.getHeight()},YC.getDevicePixelRatio=function(){return this._zr.painter.dpr||window.devicePixelRatio||1},YC.getRenderedCanvas=function(t){if(mS.canvasSupported){t=t||{},t.pixelRatio=t.pixelRatio||1,t.backgroundColor=t.backgroundColor||this._model.get("backgroundColor");var e=this._zr;return e.painter.getRenderedCanvas(t)}},YC.getSvgDataUrl=function(){if(mS.svgSupported){var t=this._zr,e=t.storage.getDisplayList();return f(e,function(t){t.stopAnimation(!0)}),t.painter.pathToDataUrl()}},YC.getDataURL=function(t){if(!this._disposed){t=t||{};var e=t.excludeComponents,i=this._model,n=[],a=this;IC(e,function(t){i.eachComponent({mainType:t},function(t){var e=a._componentsMap[t.__viewId];e.group.ignore||(n.push(e),e.group.ignore=!0)})});var o="svg"===this._zr.painter.getType()?this.getSvgDataUrl():this.getRenderedCanvas(t).toDataURL("image/"+(t&&t.type||"png"));return IC(n,function(t){t.group.ignore=!1}),o}},YC.getConnectedDataURL=function(t){if(!this._disposed&&mS.canvasSupported){var e=this.group,i=Math.min,a=Math.max,o=1/0;if(oL[e]){var r=o,s=o,l=-o,u=-o,h=[],c=t&&t.pixelRatio||1;f(aL,function(o){if(o.group===e){var c=o.getRenderedCanvas(n(t)),d=o.getDom().getBoundingClientRect();r=i(d.left,r),s=i(d.top,s),l=a(d.right,l),u=a(d.bottom,u),h.push({dom:c,left:d.left,top:d.top})}}),r*=c,s*=c,l*=c,u*=c;var d=l-r,p=u-s,g=AS();g.width=d,g.height=p;var m=Yn(g);return t.connectedBackgroundColor&&m.add(new iA({shape:{x:0,y:0,width:d,height:p},style:{fill:t.connectedBackgroundColor}})),IC(h,function(t){var e=new Tn({style:{x:t.left*c-r,y:t.top*c-s,image:t.dom}});m.add(e)}),m.refreshImmediately(),g.toDataURL("image/"+(t&&t.type||"png"))}return this.getDataURL(t)}},YC.convertToPixel=x(Kl,"convertToPixel"),YC.convertFromPixel=x(Kl,"convertFromPixel"),YC.containPixel=function(t,e){if(!this._disposed){var i,n=this._model;return t=ua(n,t),f(t,function(t,n){n.indexOf("Models")>=0&&f(t,function(t){var a=t.coordinateSystem;if(a&&a.containPoint)i|=!!a.containPoint(e);else if("seriesModels"===n){var o=this._chartsMap[t.__viewId];o&&o.containPoint&&(i|=o.containPoint(e,t))}},this)},this),!!i}},YC.getVisual=function(t,e){var i=this._model;t=ua(i,t,{defaultMainType:"series"});var n=t.seriesModel,a=n.getData(),o=t.hasOwnProperty("dataIndexInside")?t.dataIndexInside:t.hasOwnProperty("dataIndex")?a.indexOfRawIndex(t.dataIndex):null;return null!=o?a.getItemVisual(o,e):a.getVisual(e)},YC.getViewOfComponentModel=function(t){return this._componentsMap[t.__viewId]},YC.getViewOfSeriesModel=function(t){return this._chartsMap[t.__viewId]};var jC={prepareAndUpdate:function(t){$l(this),jC.update.call(this,t)},update:function(t){var e=this._model,i=this._api,n=this._zr,a=this._coordSysMgr,o=this._scheduler;if(e){o.restoreData(e,t),o.performSeriesTasks(e),a.create(e,i),o.performDataProcessorTasks(e,t),Ql(this,e),a.update(e,i),ou(e),o.performVisualTasks(e,t),ru(this,e,i,t);var r=e.get("backgroundColor")||"transparent";if(mS.canvasSupported)n.setBackgroundColor(r);else{var s=$e(r);r=ri(s,"rgb"),0===s[3]&&(r="transparent")}uu(e,i)}},updateTransform:function(t){var e=this._model,i=this,n=this._api;if(e){var a=[];e.eachComponent(function(o,r){var s=i.getViewOfComponentModel(r);if(s&&s.__alive)if(s.updateTransform){var l=s.updateTransform(r,e,n,t);l&&l.update&&a.push(s)}else a.push(s)});var o=B();e.eachSeries(function(a){var r=i._chartsMap[a.__viewId];if(r.updateTransform){var s=r.updateTransform(a,e,n,t);s&&s.update&&o.set(a.uid,1)}else o.set(a.uid,1)}),ou(e),this._scheduler.performVisualTasks(e,t,{setDirty:!0,dirtyMap:o}),lu(i,e,n,t,o),uu(e,this._api)}},updateView:function(t){var e=this._model;e&&(fl.markUpdateMethod(t,"updateView"),ou(e),this._scheduler.performVisualTasks(e,t,{setDirty:!0}),ru(this,this._model,this._api,t),uu(e,this._api))},updateVisual:function(t){jC.update.call(this,t)},updateLayout:function(t){jC.update.call(this,t)}};YC.resize=function(t){if(!this._disposed){this._zr.resize(t);var e=this._model;if(this._loadingFX&&this._loadingFX.resize(),e){var i=e.resetOption("media"),n=t&&t.silent;this[ZC]=!0,i&&$l(this),jC.update.call(this),this[ZC]=!1,eu.call(this,n),iu.call(this,n)}}},YC.showLoading=function(t,e){if(!this._disposed&&(AC(t)&&(e=t,t=""),t=t||"default",this.hideLoading(),nL[t])){var i=nL[t](this._api,e),n=this._zr;this._loadingFX=i,n.add(i)}},YC.hideLoading=function(){this._disposed||(this._loadingFX&&this._zr.remove(this._loadingFX),this._loadingFX=null)},YC.makeActionFromEvent=function(t){var e=r({},t);return e.type=$C[t.type],e},YC.dispatchAction=function(t,e){if(!this._disposed&&(AC(e)||(e={silent:!!e}),KC[t.type]&&this._model)){if(this[ZC])return void this._pendingActions.push(t);tu.call(this,t,e.silent),e.flush?this._zr.flush(!0):e.flush!==!1&&mS.browser.weChat&&this._throttledZrFlush(),eu.call(this,e.silent),iu.call(this,e.silent)}},YC.appendData=function(t){if(!this._disposed){var e=t.seriesIndex,i=this.getModel(),n=i.getSeriesByIndex(e);n.appendData(t),this._scheduler.unfinished=!0}},YC.on=Yl("on",!1),YC.off=Yl("off",!1),YC.one=Yl("one",!1);var qC=["click","dblclick","mouseover","mouseout","mousemove","mousedown","mouseup","globalout","contextmenu"];YC._initEvents=function(){IC(qC,function(t){var e=function(e){var i,n=this.getModel(),a=e.target,o="globalout"===t;if(o)i={};else if(a&&null!=a.dataIndex){var s=a.dataModel||n.getSeriesByIndex(a.seriesIndex);i=s&&s.getDataParams(a.dataIndex,a.dataType,a)||{}}else a&&a.eventData&&(i=r({},a.eventData));if(i){var l=i.componentType,u=i.componentIndex;("markLine"===l||"markPoint"===l||"markArea"===l)&&(l="series",u=i.seriesIndex);var h=l&&null!=u&&n.getComponent(l,u),c=h&&this["series"===h.mainType?"_chartsMap":"_componentsMap"][h.__viewId];i.event=e,i.type=t,this._ecEventProcessor.eventInfo={targetEl:a,packedEvent:i,model:h,view:c},this.trigger(t,i)}};e.zrEventfulCallAtLast=!0,this._zr.on(t,e,this)},this),IC($C,function(t,e){this._messageCenter.on(e,function(t){this.trigger(e,t)},this)},this)},YC.isDisposed=function(){return this._disposed},YC.clear=function(){this._disposed||this.setOption({series:[]},!0)},YC.dispose=function(){if(!this._disposed){this._disposed=!0,ca(this.getDom(),lL,"");var t=this._api,e=this._model;IC(this._componentsViews,function(i){i.dispose(e,t)}),IC(this._chartsViews,function(i){i.dispose(e,t)}),this._zr.dispose(),delete aL[this.id]}},c(ql,BS),pu.prototype={constructor:pu,normalizeQuery:function(t){var e={},i={},n={};if(b(t)){var a=DC(t);e.mainType=a.main||null,e.subType=a.sub||null}else{var o=["Index","Name","Id"],r={name:1,dataIndex:1,dataType:1};f(t,function(t,a){for(var s=!1,l=0;l0&&h===a.length-u.length){var c=a.slice(0,h);"data"!==c&&(e.mainType=c,e[u.toLowerCase()]=t,s=!0)}}r.hasOwnProperty(a)&&(i[a]=t,s=!0),s||(n[a]=t)})}return{cptQuery:e,dataQuery:i,otherQuery:n}},filter:function(t,e){function i(t,e,i,n){return null==t[i]||e[n||i]===t[i]}var n=this.eventInfo;if(!n)return!0;var a=n.targetEl,o=n.packedEvent,r=n.model,s=n.view;if(!r||!s)return!0;var l=e.cptQuery,u=e.dataQuery;return i(l,r,"mainType")&&i(l,r,"subType")&&i(l,r,"index","componentIndex")&&i(l,r,"name")&&i(l,r,"id")&&i(u,o,"name")&&i(u,o,"dataIndex")&&i(u,o,"dataType")&&(!s.filterForExposedEvent||s.filterForExposedEvent(t,e.otherQuery,a,o))},afterTrigger:function(){this.eventInfo=null}};var KC={},$C={},JC=[],QC=[],tL=[],eL=[],iL={},nL={},aL={},oL={},rL=new Date-0,sL=new Date-0,lL="_echarts_instance_",uL=yu;Lu(BC,KD),Su(DD),Mu(EC,CD),Pu("default",tC),Tu({type:"highlight",event:"highlight",update:"highlight"},G),Tu({type:"downplay",event:"downplay",update:"downplay"},G),bu("light",lC),bu("dark",dC);var hL={};Fu.prototype={constructor:Fu,add:function(t){return this._add=t,this},update:function(t){return this._update=t,this},remove:function(t){return this._remove=t,this},execute:function(){var t,e=this._old,i=this._new,n={},a={},o=[],r=[];for(Wu(e,n,o,"_oldKeyGetter",this),Wu(i,a,r,"_newKeyGetter",this),t=0;th;h++)this._add&&this._add(l[h]);else this._add&&this._add(l)}}}};var cL=B(["tooltip","label","itemName","itemId","seriesName"]),dL=S,fL="undefined",pL=-1,gL="e\x00\x00",mL={"float":typeof Float64Array===fL?Array:Float64Array,"int":typeof Int32Array===fL?Array:Int32Array,ordinal:Array,number:Array,time:Array},vL=typeof Uint32Array===fL?Array:Uint32Array,yL=typeof Int32Array===fL?Array:Int32Array,xL=typeof Uint16Array===fL?Array:Uint16Array,_L=["hasItemOption","_nameList","_idList","_invertedIndicesMap","_rawData","_chunkSize","_chunkCount","_dimValueGetter","_count","_rawCount","_nameDimIdx","_idDimIdx"],wL=["_extent","_approximateExtent","_rawExtent"],bL=function(t,e){t=t||["x","y"];for(var i={},n=[],a={},o=0;oh;h++){var c=a[h];r[c]||(r[c]=rh()),n[c]||(n[c]=[]),$u(n,this._dimensionInfos[c],i,u,l),this._chunkCount=n[c].length}for(var d=new Array(o),f=s;l>f;f++){for(var p=f-s,g=Math.floor(f/i),m=f%i,v=0;o>v;v++){var c=a[v],y=this._dimValueGetterArrayRows(t[p]||d,c,p,v);n[c][g][m]=y;var x=r[c];yx[1]&&(x[1]=y)}e&&(this._nameList[f]=e[p])}this._rawCount=this._count=l,this._extent={},Ju(this)},SL._initDataFromProvider=function(t,e){if(!(t>=e)){for(var i,n=this._chunkSize,a=this._rawData,o=this._storage,r=this.dimensions,s=r.length,l=this._dimensionInfos,u=this._nameList,h=this._idList,c=this._rawExtent,d=this._nameRepeatCount={},f=this._chunkCount,p=0;s>p;p++){var g=r[p];c[g]||(c[g]=rh());var m=l[g];0===m.otherDims.itemName&&(i=this._nameDimIdx=p),0===m.otherDims.itemId&&(this._idDimIdx=p),o[g]||(o[g]=[]),$u(o,m,n,f,e),this._chunkCount=o[g].length}for(var v=new Array(s),y=t;e>y;y++){v=a.getItem(y,v);for(var x=Math.floor(y/n),_=y%n,w=0;s>w;w++){var g=r[w],b=o[g][x],S=this._dimValueGetter(v,g,y,w);b[_]=S;var M=c[g];SM[1]&&(M[1]=S)}if(!a.pure){var I=u[y];if(v&&null==I)if(null!=v.name)u[y]=I=v.name;else if(null!=i){var T=r[i],A=o[T][x];if(A){I=A[_];var D=l[T].ordinalMeta;D&&D.categories.length&&(I=D.categories[I])}}var C=null==v?null:v.id;null==C&&null!=I&&(d[I]=d[I]||0,C=I,d[I]>0&&(C+="__ec__"+d[I]),d[I]++),null!=C&&(h[y]=C)}}!a.persistent&&a.clean&&a.clean(),this._rawCount=this._count=e,this._extent={},Ju(this)}},SL.count=function(){return this._count},SL.getIndices=function(){var t,e=this._indices;if(e){var i=e.constructor,n=this._count;if(i===Array){t=new i(n);for(var a=0;n>a;a++)t[a]=e[a]}else t=new i(e.buffer,0,n)}else for(var i=ju(this),t=new i(this.count()),a=0;a=0&&e=0&&en;n++)i.push(this.get(t[n],e));return i},SL.hasValue=function(t){for(var e=this._dimensionsSummary.dataDimsOnCoord,i=0,n=e.length;n>i;i++)if(isNaN(this.get(e[i],t)))return!1;return!0},SL.getDataExtent=function(t){t=this.getDimension(t);var e=this._storage[t],i=rh();if(!e)return i;var n,a=this.count(),o=!this._indices;if(o)return this._rawExtent[t].slice();if(n=this._extent[t])return n.slice();n=i;for(var r=n[0],s=n[1],l=0;a>l;l++){var u=this._getFast(t,this.getRawIndex(l));r>u&&(r=u),u>s&&(s=u)}return n=[r,s],this._extent[t]=n,n},SL.getApproximateExtent=function(t){return t=this.getDimension(t),this._approximateExtent[t]||this.getDataExtent(t)},SL.setApproximateExtent=function(t,e){e=this.getDimension(e),this._approximateExtent[e]=t.slice()},SL.getCalculationInfo=function(t){return this._calculationInfo[t]},SL.setCalculationInfo=function(t,e){dL(t)?r(this._calculationInfo,t):this._calculationInfo[t]=e},SL.getSum=function(t){var e=this._storage[t],i=0;if(e)for(var n=0,a=this.count();a>n;n++){var o=this.get(t,n);isNaN(o)||(i+=o)}return i},SL.getMedian=function(t){var e=[];this.each(t,function(t){isNaN(t)||e.push(t)});var i=[].concat(e).sort(function(t,e){return t-e}),n=this.count();return 0===n?0:n%2===1?i[(n-1)/2]:(i[n/2]+i[n/2-1])/2},SL.rawIndexOf=function(t,e){var i=t&&this._invertedIndicesMap[t],n=i[e];return null==n||isNaN(n)?pL:n},SL.indexOfName=function(t){for(var e=0,i=this.count();i>e;e++)if(this.getName(e)===t)return e;return-1},SL.indexOfRawIndex=function(t){if(t>=this._rawCount||0>t)return-1;if(!this._indices)return t;var e=this._indices,i=e[t];if(null!=i&&i=n;){var o=(n+a)/2|0;if(e[o]t))return o;a=o-1}}return-1},SL.indicesOfNearest=function(t,e,i){var n=this._storage,a=n[t],o=[];if(!a)return o;null==i&&(i=1/0);for(var r=1/0,s=-1,l=0,u=0,h=this.count();h>u;u++){var c=e-this.get(t,u),d=Math.abs(c);i>=d&&((r>d||d===r&&c>=0&&0>s)&&(r=d,s=c,l=0),c===s&&(o[l++]=u))}return o.length=l,o},SL.getRawIndex=th,SL.getRawDataItem=function(t){if(this._rawData.persistent)return this._rawData.getItem(this.getRawIndex(t));for(var e=[],i=0;ir;r++)s[r]=this.get(t[r],o);s[r]=o,e.apply(i,s)}}},SL.filterSelf=function(t,e,i,n){if(this._count){"function"==typeof t&&(n=i,i=e,e=t,t=[]),i=i||n||this,t=p(nh(t),this.getDimension,this);for(var a=this.count(),o=ju(this),r=new o(a),s=[],l=t.length,u=0,h=t[0],c=0;a>c;c++){var d,f=this.getRawIndex(c);if(0===l)d=e.call(i,c);else if(1===l){var g=this._getFast(h,f);d=e.call(i,g,c)}else{for(var m=0;l>m;m++)s[m]=this._getFast(h,f);s[m]=c,d=e.apply(i,s)}d&&(r[u++]=f)}return a>u&&(this._indices=r),this._count=u,this._extent={},this.getRawIndex=this._indices?eh:th,this}},SL.selectRange=function(t){if(this._count){var e=[];for(var i in t)t.hasOwnProperty(i)&&e.push(i);var n=e.length;if(n){var a=this.count(),o=ju(this),r=new o(a),s=0,l=e[0],u=t[l][0],h=t[l][1],c=!1;if(!this._indices){var d=0;if(1===n){for(var f=this._storage[e[0]],p=0;pv;v++){var y=g[v];(y>=u&&h>=y||isNaN(y))&&(r[s++]=d),d++}c=!0}else if(2===n){for(var f=this._storage[l],x=this._storage[e[1]],_=t[e[1]][0],w=t[e[1]][1],p=0;pv;v++){var y=g[v],S=b[v];(y>=u&&h>=y||isNaN(y))&&(S>=_&&w>=S||isNaN(S))&&(r[s++]=d),d++}c=!0}}if(!c)if(1===n)for(var v=0;a>v;v++){var M=this.getRawIndex(v),y=this._getFast(l,M);(y>=u&&h>=y||isNaN(y))&&(r[s++]=M)}else for(var v=0;a>v;v++){for(var I=!0,M=this.getRawIndex(v),p=0;n>p;p++){var T=e[p],y=this._getFast(i,M);(yt[T][1])&&(I=!1)}I&&(r[s++]=this.getRawIndex(v))}return a>s&&(this._indices=r),this._count=s,this._extent={},this.getRawIndex=this._indices?eh:th,this}}},SL.mapArray=function(t,e,i,n){"function"==typeof t&&(n=i,i=e,e=t,t=[]),i=i||n||this;var a=[];return this.each(t,function(){a.push(e&&e.apply(this,arguments))},i),a},SL.map=function(t,e,i,n){i=i||n||this,t=p(nh(t),this.getDimension,this);var a=ah(this,t);a._indices=this._indices,a.getRawIndex=a._indices?eh:th;for(var o=a._storage,r=[],s=this._chunkSize,l=t.length,u=this.count(),h=[],c=a._rawExtent,d=0;u>d;d++){for(var f=0;l>f;f++)h[f]=this.get(t[f],d);h[l]=d;var g=e&&e.apply(i,h);if(null!=g){"object"!=typeof g&&(r[0]=g,g=r);for(var m=this.getRawIndex(d),v=Math.floor(m/s),y=m%s,x=0;xb[1]&&(b[1]=w)}}}return a},SL.downSample=function(t,e,i,n){for(var a=ah(this,[t]),o=a._storage,r=[],s=Math.floor(1/e),l=o[t],u=this.count(),h=this._chunkSize,c=a._rawExtent[t],d=new(ju(this))(u),f=0,p=0;u>p;p+=s){s>u-p&&(s=u-p,r.length=s);for(var g=0;s>g;g++){var m=this.getRawIndex(p+g),v=Math.floor(m/h),y=m%h;r[g]=l[v][y]}var x=i(r),_=this.getRawIndex(Math.min(p+n(r,x)||0,u-1)),w=Math.floor(_/h),b=_%h;l[w][b]=x,xc[1]&&(c[1]=x),d[f++]=_}return a._count=f,a._indices=d,a.getRawIndex=eh,a},SL.getItemModel=function(t){var e=this.hostModel;return new pr(this.getRawDataItem(t),e,e&&e.ecModel)},SL.diff=function(t){var e=this;return new Fu(t?t.getIndices():[],this.getIndices(),function(e){return ih(t,e)},function(t){return ih(e,t)})},SL.getVisual=function(t){var e=this._visual;return e&&e[t]},SL.setVisual=function(t,e){if(dL(t))for(var i in t)t.hasOwnProperty(i)&&this.setVisual(i,t[i]);else this._visual=this._visual||{},this._visual[t]=e},SL.setLayout=function(t,e){if(dL(t))for(var i in t)t.hasOwnProperty(i)&&this.setLayout(i,t[i]);else this._layout[t]=e},SL.getLayout=function(t){return this._layout[t]},SL.getItemLayout=function(t){return this._itemLayouts[t]},SL.setItemLayout=function(t,e,i){this._itemLayouts[t]=i?r(this._itemLayouts[t]||{},e):e},SL.clearItemLayouts=function(){this._itemLayouts.length=0},SL.getItemVisual=function(t,e,i){var n=this._itemVisuals[t],a=n&&n[e];return null!=a||i?a:this.getVisual(e)},SL.setItemVisual=function(t,e,i){var n=this._itemVisuals[t]||{},a=this.hasItemVisual;if(this._itemVisuals[t]=n,dL(e))for(var o in e)e.hasOwnProperty(o)&&(n[o]=e[o],a[o]=!0);else n[e]=i,a[e]=!0},SL.clearAllVisual=function(){this._visual={},this._itemVisuals=[],this.hasItemVisual={}};var ML=function(t){t.seriesIndex=this.seriesIndex,t.dataIndex=this.dataIndex,t.dataType=this.dataType};SL.setItemGraphicEl=function(t,e){var i=this.hostModel;e&&(e.dataIndex=t,e.dataType=this.dataType,e.seriesIndex=i&&i.seriesIndex,"group"===e.type&&e.traverse(ML,e)),this._graphicEls[t]=e},SL.getItemGraphicEl=function(t){return this._graphicEls[t]},SL.eachItemGraphicEl=function(t,e){f(this._graphicEls,function(i,n){i&&t&&t.call(e,i,n) +})},SL.cloneShallow=function(t){if(!t){var e=p(this.dimensions,this.getDimensionInfo,this);t=new bL(e,this.hostModel)}if(t._storage=this._storage,Ku(t,this),this._indices){var i=this._indices.constructor;t._indices=new i(this._indices)}else t._indices=null;return t.getRawIndex=t._indices?eh:th,t},SL.wrapMethod=function(t,e){var i=this[t];"function"==typeof i&&(this.__wrappedMethods=this.__wrappedMethods||[],this.__wrappedMethods.push(t),this[t]=function(){var t=i.apply(this,arguments);return e.apply(this,[t].concat(k(arguments)))})},SL.TRANSFERABLE_METHODS=["cloneShallow","downSample","map"],SL.CHANGABLE_METHODS=["filterSelf","selectRange"];var IL=function(t,e){return e=e||{},sh(e.coordDimensions||[],t,{dimsDef:e.dimensionsDefine||t.dimensionsDefine,encodeDef:e.encodeDefine||t.encodeDefine,dimCount:e.dimensionsCount,encodeDefaulter:e.encodeDefaulter,generateCoord:e.generateCoord,generateCoordCount:e.generateCoordCount})},TL={cartesian2d:function(t,e,i,n){var a=t.getReferringComponents("xAxis")[0],o=t.getReferringComponents("yAxis")[0];e.coordSysDims=["x","y"],i.set("x",a),i.set("y",o),dh(a)&&(n.set("x",a),e.firstCategoryDimIndex=0),dh(o)&&(n.set("y",o),null==e.firstCategoryDimIndex&(e.firstCategoryDimIndex=1))},singleAxis:function(t,e,i,n){var a=t.getReferringComponents("singleAxis")[0];e.coordSysDims=["single"],i.set("single",a),dh(a)&&(n.set("single",a),e.firstCategoryDimIndex=0)},polar:function(t,e,i,n){var a=t.getReferringComponents("polar")[0],o=a.findAxisModel("radiusAxis"),r=a.findAxisModel("angleAxis");e.coordSysDims=["radius","angle"],i.set("radius",o),i.set("angle",r),dh(o)&&(n.set("radius",o),e.firstCategoryDimIndex=0),dh(r)&&(n.set("angle",r),null==e.firstCategoryDimIndex&&(e.firstCategoryDimIndex=1))},geo:function(t,e){e.coordSysDims=["lng","lat"]},parallel:function(t,e,i,n){var a=t.ecModel,o=a.getComponent("parallel",t.get("parallelIndex")),r=e.coordSysDims=o.dimensions.slice();f(o.parallelAxisIndex,function(t,o){var s=a.getComponent("parallelAxis",t),l=r[o];i.set(l,s),dh(s)&&null==e.firstCategoryDimIndex&&(n.set(l,s),e.firstCategoryDimIndex=o)})}};xh.prototype.parse=function(t){return t},xh.prototype.getSetting=function(t){return this._setting[t]},xh.prototype.contain=function(t){var e=this._extent;return t>=e[0]&&t<=e[1]},xh.prototype.normalize=function(t){var e=this._extent;return e[1]===e[0]?.5:(t-e[0])/(e[1]-e[0])},xh.prototype.scale=function(t){var e=this._extent;return t*(e[1]-e[0])+e[0]},xh.prototype.unionExtent=function(t){var e=this._extent;t[0]e[1]&&(e[1]=t[1])},xh.prototype.unionExtentFromData=function(t,e){this.unionExtent(t.getApproximateExtent(e))},xh.prototype.getExtent=function(){return this._extent.slice()},xh.prototype.setExtent=function(t,e){var i=this._extent;isNaN(t)||(i[0]=t),isNaN(e)||(i[1]=e)},xh.prototype.isBlank=function(){return this._isBlank},xh.prototype.setBlank=function(t){this._isBlank=t},xh.prototype.getLabel=null,va(xh),wa(xh,{registerWhenExtend:!0}),_h.createByAxisModel=function(t){var e=t.option,i=e.data,n=i&&p(i,bh);return new _h({categories:n,needCollect:!n,deduplication:e.dedplication!==!1})};var AL=_h.prototype;AL.getOrdinal=function(t){return wh(this).get(t)},AL.parseAndCollect=function(t){var e,i=this._needCollect;if("string"!=typeof t&&!i)return t;if(i&&!this._deduplication)return e=this.categories.length,this.categories[e]=t,e;var n=wh(this);return e=n.get(t),null==e&&(i?(e=this.categories.length,this.categories[e]=t,n.set(t,e)):e=0/0),e};var DL=xh.prototype,CL=xh.extend({type:"ordinal",init:function(t,e){(!t||_(t))&&(t=new _h({categories:t})),this._ordinalMeta=t,this._extent=e||[0,t.categories.length-1]},parse:function(t){return"string"==typeof t?this._ordinalMeta.getOrdinal(t):Math.round(t)},contain:function(t){return t=this.parse(t),DL.contain.call(this,t)&&null!=this._ordinalMeta.categories[t]},normalize:function(t){return DL.normalize.call(this,this.parse(t))},scale:function(t){return Math.round(DL.scale.call(this,t))},getTicks:function(){for(var t=[],e=this._extent,i=e[0];i<=e[1];)t.push(i),i++;return t},getLabel:function(t){return this.isBlank()?void 0:this._ordinalMeta.categories[t]},count:function(){return this._extent[1]-this._extent[0]+1},unionExtentFromData:function(t,e){this.unionExtent(t.getApproximateExtent(e))},getOrdinalMeta:function(){return this._ordinalMeta},niceTicks:G,niceExtent:G});CL.create=function(){return new CL};var LL=Sr,kL=Sr,PL=xh.extend({type:"interval",_interval:0,_intervalPrecision:2,setExtent:function(t,e){var i=this._extent;isNaN(t)||(i[0]=parseFloat(t)),isNaN(e)||(i[1]=parseFloat(e))},unionExtent:function(t){var e=this._extent;t[0]e[1]&&(e[1]=t[1]),PL.prototype.setExtent.call(this,e[0],e[1])},getInterval:function(){return this._interval},setInterval:function(t){this._interval=t,this._niceExtent=this._extent.slice(),this._intervalPrecision=Mh(t)},getTicks:function(t){var e=this._interval,i=this._extent,n=this._niceExtent,a=this._intervalPrecision,o=[];if(!e)return o;var r=1e4;i[0]r)return[];var l=o.length?o[o.length-1]:n[1];return i[1]>l&&o.push(t?l+e:i[1]),o},getMinorTicks:function(t){for(var e=this.getTicks(!0),i=[],n=this.getExtent(),a=1;as;){var c=Sr(r+(s+1)*h);c>n[0]&&ca&&(a=-a,n.reverse());var o=Sh(n,t,e,i);this._intervalPrecision=o.intervalPrecision,this._interval=o.interval,this._niceExtent=o.niceTickExtent}},niceExtent:function(t){var e=this._extent;if(e[0]===e[1])if(0!==e[0]){var i=e[0];t.fixMax?e[0]-=i/2:(e[1]+=i/2,e[0]-=i/2)}else e[1]=1;var n=e[1]-e[0];isFinite(n)||(e[0]=0,e[1]=1),this.niceTicks(t.splitNumber,t.minInterval,t.maxInterval);var a=this._interval;t.fixMin||(e[0]=kL(Math.floor(e[0]/a)*a)),t.fixMax||(e[1]=kL(Math.ceil(e[1]/a)*a))}});PL.create=function(){return new PL};var OL="__ec_stack_",EL=.5,NL="undefined"!=typeof Float32Array?Float32Array:Array,RL={seriesType:"bar",plan:WD(),reset:function(t){function e(t,e){for(var i,c=t.count,d=new NL(2*c),f=new NL(c),p=[],g=[],m=0,v=0;null!=(i=t.next());)g[u]=e.get(r,i),g[1-u]=e.get(s,i),p=n.dataToPoint(g,null,p),d[m++]=p[0],d[m++]=p[1],f[v++]=i;e.setLayout({largePoints:d,largeDataIndices:f,barWidth:h,valueAxisStart:Bh(a,o,!1),valueAxisHorizontal:l})}if(Rh(t)&&zh(t)){var i=t.getData(),n=t.coordinateSystem,a=n.getBaseAxis(),o=n.getOtherAxis(a),r=i.mapDimension(o.dim),s=i.mapDimension(a.dim),l=o.isHorizontal(),u=l?0:1,h=Eh(Ph([t]),a,t).width;return h>EL||(h=EL),{progress:e}}}},zL=PL.prototype,BL=Math.ceil,VL=Math.floor,GL=1e3,FL=60*GL,WL=60*FL,HL=24*WL,ZL=function(t,e,i,n){for(;n>i;){var a=i+n>>>1;t[a][1]o&&(o=e),null!=i&&o>i&&(o=i);var r=XL.length,s=ZL(XL,o,0,r),l=XL[Math.min(s,r-1)],u=l[1];if("year"===l[0]){var h=a/u,c=Er(h/t,!0);u*=c}var d=this.getSetting("useUTC")?0:60*new Date(+n[0]||+n[1]).getTimezoneOffset()*1e3,f=[Math.round(BL((n[0]-d)/u)*u+d),Math.round(VL((n[1]-d)/u)*u+d)];Th(f,n),this._stepLvl=l,this._interval=u,this._niceExtent=f},parse:function(t){return+kr(t)}});f(["contain","normalize"],function(t){UL.prototype[t]=function(e){return zL[t].call(this,this.parse(e))}});var XL=[["hh:mm:ss",GL],["hh:mm:ss",5*GL],["hh:mm:ss",10*GL],["hh:mm:ss",15*GL],["hh:mm:ss",30*GL],["hh:mm\nMM-dd",FL],["hh:mm\nMM-dd",5*FL],["hh:mm\nMM-dd",10*FL],["hh:mm\nMM-dd",15*FL],["hh:mm\nMM-dd",30*FL],["hh:mm\nMM-dd",WL],["hh:mm\nMM-dd",2*WL],["hh:mm\nMM-dd",6*WL],["hh:mm\nMM-dd",12*WL],["MM-dd\nyyyy",HL],["MM-dd\nyyyy",2*HL],["MM-dd\nyyyy",3*HL],["MM-dd\nyyyy",4*HL],["MM-dd\nyyyy",5*HL],["MM-dd\nyyyy",6*HL],["week",7*HL],["MM-dd\nyyyy",10*HL],["week",14*HL],["week",21*HL],["month",31*HL],["week",42*HL],["month",62*HL],["week",70*HL],["quarter",95*HL],["month",31*HL*4],["month",31*HL*5],["half-year",380*HL/2],["month",31*HL*8],["month",31*HL*10],["year",380*HL]];UL.create=function(t){return new UL({useUTC:t.ecModel.get("useUTC")})};var YL=xh.prototype,jL=PL.prototype,qL=Tr,KL=Sr,$L=Math.floor,JL=Math.ceil,QL=Math.pow,tk=Math.log,ek=xh.extend({type:"log",base:10,$constructor:function(){xh.apply(this,arguments),this._originalScale=new PL},getTicks:function(t){var e=this._originalScale,i=this._extent,n=e.getExtent();return p(jL.getTicks.call(this,t),function(t){var a=Sr(QL(this.base,t));return a=t===i[0]&&e.__fixMin?Vh(a,n[0]):a,a=t===i[1]&&e.__fixMax?Vh(a,n[1]):a},this)},getMinorTicks:jL.getMinorTicks,getLabel:jL.getLabel,scale:function(t){return t=YL.scale.call(this,t),QL(this.base,t)},setExtent:function(t,e){var i=this.base;t=tk(t)/tk(i),e=tk(e)/tk(i),jL.setExtent.call(this,t,e)},getExtent:function(){var t=this.base,e=YL.getExtent.call(this);e[0]=QL(t,e[0]),e[1]=QL(t,e[1]);var i=this._originalScale,n=i.getExtent();return i.__fixMin&&(e[0]=Vh(e[0],n[0])),i.__fixMax&&(e[1]=Vh(e[1],n[1])),e},unionExtent:function(t){this._originalScale.unionExtent(t);var e=this.base;t[0]=tk(t[0])/tk(e),t[1]=tk(t[1])/tk(e),YL.unionExtent.call(this,t)},unionExtentFromData:function(t,e){this.unionExtent(t.getApproximateExtent(e))},niceTicks:function(t){t=t||10;var e=this._extent,i=e[1]-e[0];if(!(1/0===i||0>=i)){var n=Pr(i),a=t/i*n;for(.5>=a&&(n*=10);!isNaN(n)&&Math.abs(n)<1&&Math.abs(n)>0;)n*=10;var o=[Sr(JL(e[0]/n)*n),Sr($L(e[1]/n)*n)];this._interval=n,this._niceExtent=o}},niceExtent:function(t){jL.niceExtent.call(this,t);var e=this._originalScale;e.__fixMin=t.fixMin,e.__fixMax=t.fixMax}});f(["contain","normalize"],function(t){ek.prototype[t]=function(e){return e=tk(e)/tk(this.base),YL[t].call(this,e)}}),ek.create=function(){return new ek};var ik={getMin:function(t){var e=this.option,i=t||null==e.rangeStart?e.min:e.rangeStart;return this.axis&&null!=i&&"dataMin"!==i&&"function"!=typeof i&&!A(i)&&(i=this.axis.scale.parse(i)),i},getMax:function(t){var e=this.option,i=t||null==e.rangeEnd?e.max:e.rangeEnd;return this.axis&&null!=i&&"dataMax"!==i&&"function"!=typeof i&&!A(i)&&(i=this.axis.scale.parse(i)),i},getNeedCrossZero:function(){var t=this.option;return null!=t.rangeStart||null!=t.rangeEnd?!1:!t.scale},getCoordSysModel:G,setRange:function(t,e){this.option.rangeStart=t,this.option.rangeEnd=e},resetRange:function(){this.option.rangeStart=this.option.rangeEnd=null}},nk=mo({type:"triangle",shape:{cx:0,cy:0,width:0,height:0},buildPath:function(t,e){var i=e.cx,n=e.cy,a=e.width/2,o=e.height/2;t.moveTo(i,n-o),t.lineTo(i+a,n+o),t.lineTo(i-a,n+o),t.closePath()}}),ak=mo({type:"diamond",shape:{cx:0,cy:0,width:0,height:0},buildPath:function(t,e){var i=e.cx,n=e.cy,a=e.width/2,o=e.height/2;t.moveTo(i,n-o),t.lineTo(i+a,n),t.lineTo(i,n+o),t.lineTo(i-a,n),t.closePath()}}),ok=mo({type:"pin",shape:{x:0,y:0,width:0,height:0},buildPath:function(t,e){var i=e.x,n=e.y,a=e.width/5*3,o=Math.max(a,e.height),r=a/2,s=r*r/(o-r),l=n-o+r+s,u=Math.asin(s/r),h=Math.cos(u)*r,c=Math.sin(u),d=Math.cos(u),f=.6*r,p=.7*r;t.moveTo(i-h,l+s),t.arc(i,l,r,Math.PI-u,2*Math.PI+u),t.bezierCurveTo(i+h-c*f,l+s+d*f,i,n-p,i,n),t.bezierCurveTo(i,n-p,i-h+c*f,l+s+d*f,i-h,l+s),t.closePath()}}),rk=mo({type:"arrow",shape:{x:0,y:0,width:0,height:0},buildPath:function(t,e){var i=e.height,n=e.width,a=e.x,o=e.y,r=n/3*2;t.moveTo(a,o),t.lineTo(a+r,o+i),t.lineTo(a,o+i/4*3),t.lineTo(a-r,o+i),t.lineTo(a,o),t.closePath()}}),sk={line:aA,rect:iA,roundRect:iA,square:iA,circle:UT,diamond:ak,pin:ok,arrow:rk,triangle:nk},lk={line:function(t,e,i,n,a){a.x1=t,a.y1=e+n/2,a.x2=t+i,a.y2=e+n/2},rect:function(t,e,i,n,a){a.x=t,a.y=e,a.width=i,a.height=n},roundRect:function(t,e,i,n,a){a.x=t,a.y=e,a.width=i,a.height=n,a.r=Math.min(i,n)/4},square:function(t,e,i,n,a){var o=Math.min(i,n);a.x=t,a.y=e,a.width=o,a.height=o},circle:function(t,e,i,n,a){a.cx=t+i/2,a.cy=e+n/2,a.r=Math.min(i,n)/2},diamond:function(t,e,i,n,a){a.cx=t+i/2,a.cy=e+n/2,a.width=i,a.height=n},pin:function(t,e,i,n,a){a.x=t+i/2,a.y=e+n/2,a.width=i,a.height=n},arrow:function(t,e,i,n,a){a.x=t+i/2,a.y=e+n/2,a.width=i,a.height=n},triangle:function(t,e,i,n,a){a.cx=t+i/2,a.cy=e+n/2,a.width=i,a.height=n}},uk={};f(sk,function(t,e){uk[e]=new t});var hk=mo({type:"symbol",shape:{symbolType:"",x:0,y:0,width:0,height:0},calculateTextPosition:function(t,e,i){var n=ji(t,e,i),a=this.shape;return a&&"pin"===a.symbolType&&"inside"===e.textPosition&&(n.y=i.y+.4*i.height),n},buildPath:function(t,e,i){var n=e.symbolType;if("none"!==n){var a=uk[n];a||(n="rect",a=uk[n]),lk[n](e.x,e.y,e.width,e.height,a.shape),a.buildPath(t,a.shape,i)}}}),ck={isDimensionStacked:ph,enableDataStack:fh,getStackedDimension:gh},dk=(Object.freeze||Object)({createList:Qh,getLayoutRect:$r,dataStack:ck,createScale:tc,mixinAxisModelCommonMethods:ec,completeDimensions:sh,createDimensions:IL,createSymbol:Jh}),fk=1e-8;ac.prototype={constructor:ac,properties:null,getBoundingRect:function(){var t=this._rect;if(t)return t;for(var e=Number.MAX_VALUE,i=[e,e],n=[-e,-e],a=[],o=[],r=this.geometries,s=0;sn;n++)if("polygon"===i[n].type){var o=i[n].exterior,r=i[n].interiors;if(nc(o,t[0],t[1])){for(var s=0;s<(r?r.length:0);s++)if(nc(r[s]))continue t;return!0}}return!1},transformTo:function(t,e,i,n){var a=this.getBoundingRect(),o=a.width/a.height;i?n||(n=i/o):i=o*n;for(var r=new Si(t,e,i,n),s=a.calculateTransform(r),l=this.geometries,u=0;u0}),function(t){var e=t.properties,i=t.geometry,n=i.coordinates,a=[];"Polygon"===i.type&&a.push({type:"polygon",exterior:n[0],interiors:n.slice(1)}),"MultiPolygon"===i.type&&f(n,function(t){t[0]&&a.push({type:"polygon",exterior:t[0],interiors:t.slice(1)})});var o=new ac(e.name,a,e.cp);return o.properties=e,o})},gk=la(),mk=[0,1],vk=function(t,e,i){this.dim=t,this.scale=e,this._extent=i||[0,0],this.inverse=!1,this.onBand=!1};vk.prototype={constructor:vk,contain:function(t){var e=this._extent,i=Math.min(e[0],e[1]),n=Math.max(e[0],e[1]);return t>=i&&n>=t},containData:function(t){return this.scale.contain(t)},getExtent:function(){return this._extent.slice()},getPixelPrecision:function(t){return Ar(t||this.scale.getExtent(),this._extent)},setExtent:function(t,e){var i=this._extent;i[0]=t,i[1]=e},dataToCoord:function(t,e){var i=this._extent,n=this.scale;return t=n.normalize(t),this.onBand&&"ordinal"===n.type&&(i=i.slice(),wc(i,n.count())),wr(t,mk,i,e)},coordToData:function(t,e){var i=this._extent,n=this.scale;this.onBand&&"ordinal"===n.type&&(i=i.slice(),wc(i,n.count()));var a=wr(t,i,mk,e);return this.scale.scale(a)},pointToData:function(){},getTicksCoords:function(t){t=t||{};var e=t.tickModel||this.getTickModel(),i=lc(this,e),n=i.ticks,a=p(n,function(t){return{coord:this.dataToCoord(t),tickValue:t}},this),o=e.get("alignWithLabel");return bc(this,a,o,t.clamp),a},getMinorTicksCoords:function(){if("ordinal"===this.scale.type)return[];var t=this.model.getModel("minorTick"),e=t.get("splitNumber");e>0&&100>e||(e=5);var i=this.scale.getMinorTicks(e),n=p(i,function(t){return p(t,function(t){return{coord:this.dataToCoord(t),tickValue:t}},this)},this);return n},getViewLabels:function(){return sc(this).labels},getLabelModel:function(){return this.model.getModel("axisLabel")},getTickModel:function(){return this.model.getModel("axisTick")},getBandWidth:function(){var t=this._extent,e=this.scale.getExtent(),i=e[1]-e[0]+(this.onBand?1:0);0===i&&(i=1);var n=Math.abs(t[1]-t[0]);return Math.abs(n)/i},isHorizontal:null,getRotate:null,calculateCategoryInterval:function(){return vc(this)}};var yk=pk,xk={};f(["map","each","filter","indexOf","inherits","reduce","filter","bind","curry","isArray","isString","isObject","isFunction","extend","defaults","clone","merge"],function(t){xk[t]=LS[t]});var _k={};f(["extendShape","extendPath","makePath","makeImage","mergePath","resizePath","createIcon","setHoverStyle","setLabelStyle","setTextStyle","setText","getFont","updateProps","initProps","getTransform","clipPointsByRect","clipRectByRect","registerShape","getShapeClass","Group","Image","Text","Circle","Sector","Ring","Polygon","Polyline","Rect","Line","BezierCurve","Arc","IncrementalDisplayable","CompoundPath","LinearGradient","RadialGradient","BoundingRect"],function(t){_k[t]=AA[t]});var wk=function(t){this._axes={},this._dimList=[],this.name=t||""};wk.prototype={constructor:wk,type:"cartesian",getAxis:function(t){return this._axes[t]},getAxes:function(){return p(this._dimList,Sc,this)},getAxesByScale:function(t){return t=t.toLowerCase(),m(this.getAxes(),function(e){return e.scale.type===t})},addAxis:function(t){var e=t.dim;this._axes[e]=t,this._dimList.push(e)},dataToCoord:function(t){return this._dataCoordConvert(t,"dataToCoord")},coordToData:function(t){return this._dataCoordConvert(t,"coordToData")},_dataCoordConvert:function(t,e){for(var i=this._dimList,n=t instanceof Array?[]:{},a=0;ae[1]&&e.reverse(),e},getOtherAxis:function(){this.grid.getOtherAxis()},pointToData:function(t,e){return this.coordToData(this.toLocalCoord(t["x"===this.dim?0:1]),e)},toLocalCoord:null,toGlobalCoord:null},h(bk,vk);var Sk={show:!0,zlevel:0,z:0,inverse:!1,name:"",nameLocation:"end",nameRotate:null,nameTruncate:{maxWidth:null,ellipsis:"...",placeholder:"."},nameTextStyle:{},nameGap:15,silent:!1,triggerEvent:!1,tooltip:{show:!1},axisPointer:{},axisLine:{show:!0,onZero:!0,onZeroAxisIndex:null,lineStyle:{color:"#333",width:1,type:"solid"},symbol:["none","none"],symbolSize:[10,15]},axisTick:{show:!0,inside:!1,length:5,lineStyle:{width:1}},axisLabel:{show:!0,inside:!1,rotate:0,showMinLabel:null,showMaxLabel:null,margin:8,fontSize:12},splitLine:{show:!0,lineStyle:{color:["#ccc"],width:1,type:"solid"}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.3)","rgba(200,200,200,0.3)"]}}},Mk={};Mk.categoryAxis=a({boundaryGap:!0,deduplication:null,splitLine:{show:!1},axisTick:{alignWithLabel:!1,interval:"auto"},axisLabel:{interval:"auto"}},Sk),Mk.valueAxis=a({boundaryGap:[0,0],splitNumber:5,minorTick:{show:!1,splitNumber:5,length:3,lineStyle:{}},minorSplitLine:{show:!1,lineStyle:{color:"#eee",width:1}}},Sk),Mk.timeAxis=s({scale:!0,min:"dataMin",max:"dataMax"},Mk.valueAxis),Mk.logAxis=s({scale:!0,logBase:10},Mk.valueAxis);var Ik=["value","category","time","log"],Tk=function(t,e,i,n){f(Ik,function(r){e.extend({type:t+"Axis."+r,mergeDefaultAndTheme:function(e,n){var o=this.layoutMode,s=o?es(e):{},l=n.getTheme();a(e,l.get(r+"Axis")),a(e,this.getDefaultOption()),e.type=i(t,e),o&&ts(e,s,o)},optionUpdated:function(){var t=this.option;"category"===t.type&&(this.__ordinalMeta=_h.createByAxisModel(this))},getCategories:function(t){var e=this.option;return"category"===e.type?t?e.data:this.__ordinalMeta.categories:void 0},getOrdinalMeta:function(){return this.__ordinalMeta},defaultOption:o([{},Mk[r+"Axis"],n],!0)})}),JA.registerSubTypeDefaulter(t+"Axis",x(i,t))},Ak=JA.extend({type:"cartesian2dAxis",axis:null,init:function(){Ak.superApply(this,"init",arguments),this.resetRange()},mergeOption:function(){Ak.superApply(this,"mergeOption",arguments),this.resetRange()},restoreData:function(){Ak.superApply(this,"restoreData",arguments),this.resetRange()},getCoordSysModel:function(){return this.ecModel.queryComponents({mainType:"grid",index:this.option.gridIndex,id:this.option.gridId})[0]}});a(Ak.prototype,ik);var Dk={offset:0};Tk("x",Ak,Ic,Dk),Tk("y",Ak,Ic,Dk),JA.extend({type:"grid",dependencies:["xAxis","yAxis"],layoutMode:"box",coordinateSystem:null,defaultOption:{show:!1,zlevel:0,z:0,left:"10%",top:60,right:"10%",bottom:60,containLabel:!1,backgroundColor:"rgba(0,0,0,0)",borderWidth:1,borderColor:"#ccc"}});var Ck=Ac.prototype;Ck.type="grid",Ck.axisPointerEnabled=!0,Ck.getRect=function(){return this._rect},Ck.update=function(t,e){var i=this._axesMap;this._updateScale(t,this.model),f(i.x,function(t){Wh(t.scale,t.model)}),f(i.y,function(t){Wh(t.scale,t.model)});var n={};f(i.x,function(t){Dc(i,"y",t,n)}),f(i.y,function(t){Dc(i,"x",t,n)}),this.resize(this.model,e)},Ck.resize=function(t,e,i){function n(){f(o,function(t){var e=t.isHorizontal(),i=e?[0,a.width]:[0,a.height],n=t.inverse?1:0;t.setExtent(i[n],i[1-n]),Lc(t,e?a.x:a.y)})}var a=$r(t.getBoxLayoutParams(),{width:e.getWidth(),height:e.getHeight()});this._rect=a;var o=this._axesList;n(),!i&&t.get("containLabel")&&(f(o,function(t){if(!t.model.get("axisLabel.inside")){var e=Yh(t);if(e){var i=t.isHorizontal()?"height":"width",n=t.model.get("axisLabel.margin");a[i]-=e[i]+n,"top"===t.position?a.y+=e.height+n:"left"===t.position&&(a.x+=e.width+n)}}}),n())},Ck.getAxis=function(t,e){var i=this._axesMap[t];if(null!=i){if(null==e)for(var n in i)if(i.hasOwnProperty(n))return i[n];return i[e]}},Ck.getAxes=function(){return this._axesList.slice()},Ck.getCartesian=function(t,e){if(null!=t&&null!=e){var i="x"+t+"y"+e;return this._coordsMap[i]}S(t)&&(e=t.yAxisIndex,t=t.xAxisIndex);for(var n=0,a=this._coordsList;nt&&(t=e),t},defaultOption:{clip:!0,roundCap:!1}});var Pk=zI([["fill","color"],["stroke","borderColor"],["lineWidth","borderWidth"],["stroke","barBorderColor"],["lineWidth","barBorderWidth"],["opacity"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["shadowColor"]]),Ok={getBarItemStyle:function(t){var e=Pk(this,t);if(this.getBorderLineDash){var i=this.getBorderLineDash();i&&(e.lineDash=i)}return e}},Ek=mo({type:"sausage",shape:{cx:0,cy:0,r0:0,r:0,startAngle:0,endAngle:2*Math.PI,clockwise:!0},buildPath:function(t,e){var i=e.cx,n=e.cy,a=Math.max(e.r0||0,0),o=Math.max(e.r,0),r=.5*(o-a),s=a+r,l=e.startAngle,u=e.endAngle,h=e.clockwise,c=Math.cos(l),d=Math.sin(l),f=Math.cos(u),p=Math.sin(u),g=h?u-l<2*Math.PI:l-u<2*Math.PI;g&&(t.moveTo(c*a+i,d*a+n),t.arc(c*s+i,d*s+n,r,-Math.PI+l,l,!h)),t.arc(i,n,o,l,u,!h),t.moveTo(f*o+i,p*o+n),t.arc(f*s+i,p*s+n,r,u-2*Math.PI,u-Math.PI,!h),0!==a&&(t.arc(i,n,a,u,l,h),t.moveTo(c*a+i,p*a+n)),t.closePath()}}),Nk=["itemStyle","barBorderWidth"],Rk=[0,0];r(pr.prototype,Ok),Ru({type:"bar",render:function(t,e,i){this._updateDrawMode(t);var n=t.get("coordinateSystem");return("cartesian2d"===n||"polar"===n)&&(this._isLargeDraw?this._renderLarge(t,e,i):this._renderNormal(t,e,i)),this.group},incrementalPrepareRender:function(t){this._clear(),this._updateDrawMode(t)},incrementalRender:function(t,e){this._incrementalRenderLarge(t,e)},_updateDrawMode:function(t){var e=t.pipelineContext.large;(null==this._isLargeDraw||e^this._isLargeDraw)&&(this._isLargeDraw=e,this._clear())},_renderNormal:function(t){var e,i=this.group,n=t.getData(),a=this._data,o=t.coordinateSystem,r=o.getBaseAxis();"cartesian2d"===o.type?e=r.isHorizontal():"polar"===o.type&&(e="angle"===r.dim);var s=t.isAnimationEnabled()?t:null,l=t.get("clip",!0),u=Vc(o,n);i.removeClipPath();var h=t.get("roundCap",!0);n.diff(a).add(function(a){if(n.hasValue(a)){var r=n.getItemModel(a),c=Fk[o.type](n,a,r);if(l){var d=Vk[o.type](u,c);if(d)return void i.remove(f)}var f=Gk[o.type](a,c,e,s,!1,h);n.setItemGraphicEl(a,f),i.add(f),Hc(f,n,a,r,c,t,e,"polar"===o.type)}}).update(function(r,c){var d=a.getItemGraphicEl(c);if(!n.hasValue(r))return void i.remove(d);var f=n.getItemModel(r),p=Fk[o.type](n,r,f);if(l){var g=Vk[o.type](u,p);if(g)return void i.remove(d)}d?er(d,{shape:p},s,r):d=Gk[o.type](r,p,e,s,!0,h),n.setItemGraphicEl(r,d),i.add(d),Hc(d,n,r,f,p,t,e,"polar"===o.type)}).remove(function(t){var e=a.getItemGraphicEl(t);"cartesian2d"===o.type?e&&Gc(t,s,e):e&&Fc(t,s,e)}).execute(),this._data=n},_renderLarge:function(t){this._clear(),Uc(t,this.group);var e=t.get("clip",!0)?Bc(t.coordinateSystem,!1,t):null;e?this.group.setClipPath(e):this.group.removeClipPath()},_incrementalRenderLarge:function(t,e){Uc(e,this.group,!0)},dispose:G,remove:function(t){this._clear(t)},_clear:function(t){var e=this.group,i=this._data;t&&t.get("animation")&&i&&!this._isLargeDraw?i.eachItemGraphicEl(function(e){"sector"===e.type?Fc(e.dataIndex,t,e):Gc(e.dataIndex,t,e)}):e.removeAll(),this._data=null}});var zk=Math.max,Bk=Math.min,Vk={cartesian2d:function(t,e){var i=e.width<0?-1:1,n=e.height<0?-1:1;0>i&&(e.x+=e.width,e.width=-e.width),0>n&&(e.y+=e.height,e.height=-e.height);var a=zk(e.x,t.x),o=Bk(e.x+e.width,t.x+t.width),r=zk(e.y,t.y),s=Bk(e.y+e.height,t.y+t.height);e.x=a,e.y=r,e.width=o-a,e.height=s-r;var l=e.width<0||e.height<0;return 0>i&&(e.x+=e.width,e.width=-e.width),0>n&&(e.y+=e.height,e.height=-e.height),l},polar:function(){return!1}},Gk={cartesian2d:function(t,e,i,n,a){var o=new iA({shape:r({},e)});if(n){var s=o.shape,l=i?"height":"width",u={};s[l]=0,u[l]=e[l],AA[a?"updateProps":"initProps"](o,{shape:u},n,t)}return o},polar:function(t,e,i,n,a,o){var r=e.startAngle0?1:-1,r=n.height>0?1:-1;return{x:n.x+o*a/2,y:n.y+r*a/2,width:n.width-o*a,height:n.height-r*a}},polar:function(t,e){var i=t.getItemLayout(e); +return{cx:i.cx,cy:i.cy,r0:i.r0,r:i.r,startAngle:i.startAngle,endAngle:i.endAngle}}},Wk=eo.extend({type:"largeBar",shape:{points:[]},buildPath:function(t,e){for(var i=e.points,n=this.__startPoint,a=this.__baseDimIdx,o=0;o=0?i:null},30,!1),Zk=Math.PI,Uk=function(t,e){this.opt=e,this.axisModel=t,s(e,{labelOffset:0,nameDirection:1,tickDirection:1,labelDirection:1,silent:!0}),this.group=new CM;var i=new CM({position:e.position.slice(),rotation:e.rotation});i.updateTransform(),this._transform=i.transform,this._dumbGroup=i};Uk.prototype={constructor:Uk,hasBuilder:function(t){return!!Xk[t]},add:function(t){Xk[t].call(this)},getGroup:function(){return this.group}};var Xk={axisLine:function(){var t=this.opt,e=this.axisModel;if(e.get("axisLine.show")){var i=this.axisModel.axis.getExtent(),n=this._transform,a=[i[0],0],o=[i[1],0];n&&(oe(a,a,n),oe(o,o,n));var s=r({lineCap:"round"},e.getModel("axisLine.lineStyle").getLineStyle());this.group.add(new aA({anid:"line",subPixelOptimize:!0,shape:{x1:a[0],y1:a[1],x2:o[0],y2:o[1]},style:s,strokeContainThreshold:t.strokeContainThreshold||5,silent:!0,z2:1}));var l=e.get("axisLine.symbol"),u=e.get("axisLine.symbolSize"),h=e.get("axisLine.symbolOffset")||0;if("number"==typeof h&&(h=[h,h]),null!=l){"string"==typeof l&&(l=[l,l]),("string"==typeof u||"number"==typeof u)&&(u=[u,u]);var c=u[0],d=u[1];f([{rotate:t.rotation+Math.PI/2,offset:h[0],r:0},{rotate:t.rotation-Math.PI/2,offset:h[1],r:Math.sqrt((a[0]-o[0])*(a[0]-o[0])+(a[1]-o[1])*(a[1]-o[1]))}],function(e,i){if("none"!==l[i]&&null!=l[i]){var n=Jh(l[i],-c/2,-d/2,c,d,s.stroke,!0),o=e.r+e.offset,r=[a[0]+o*Math.cos(t.rotation),a[1]-o*Math.sin(t.rotation)];n.attr({rotation:e.rotate,position:r,silent:!0,z2:11}),this.group.add(n)}},this)}}},axisTickLabel:function(){var t=this.axisModel,e=this.opt,i=td(this,t,e),n=id(this,t,e);qc(t,n,i),ed(this,t,e)},axisName:function(){var t=this.opt,e=this.axisModel,i=D(t.axisName,e.get("name"));if(i){var n,a=e.get("nameLocation"),o=t.nameDirection,s=e.getModel("nameTextStyle"),l=e.get("nameGap")||0,u=this.axisModel.axis.getExtent(),h=u[0]>u[1]?-1:1,c=["start"===a?u[0]-h*l:"end"===a?u[1]+h*l:(u[0]+u[1])/2,Jc(a)?t.labelOffset+o*l:0],d=e.get("nameRotate");null!=d&&(d=d*Zk/180);var f;Jc(a)?n=jk(t.rotation,null!=d?d:t.rotation,o):(n=jc(t,a,d||0,u),f=t.axisNameAvailableWidth,null!=f&&(f=Math.abs(f/Math.sin(n.rotation)),!isFinite(f)&&(f=null)));var p=s.getFont(),g=e.get("nameTruncate",!0)||{},m=g.ellipsis,v=D(t.nameTruncateMaxWidth,g.maxWidth,f),y=null!=m&&null!=v?ZA(i,v,p,m,{minChar:2,placeholder:g.placeholder}):i,x=e.get("tooltip",!0),_=e.mainType,w={componentType:_,name:i,$vars:["name"]};w[_+"Index"]=e.componentIndex;var b=new ZT({anid:"name",__fullText:i,__truncatedText:y,position:c,rotation:n.rotation,silent:qk(e),z2:1,tooltip:x&&x.show?r({content:i,formatter:function(){return i},formatterParams:w},x):null});Uo(b.style,s,{text:y,textFont:p,textFill:s.getTextColor()||e.get("axisLine.lineStyle.color"),textAlign:s.get("align")||n.textAlign,textVerticalAlign:s.get("verticalAlign")||n.textVerticalAlign}),e.get("triggerEvent")&&(b.eventData=Yk(e),b.eventData.targetType="axisName",b.eventData.name=i),this._dumbGroup.add(b),b.updateTransform(),this.group.add(b),b.decomposeTransform()}}},Yk=Uk.makeAxisEventDataBase=function(t){var e={componentType:t.mainType,componentIndex:t.componentIndex};return e[t.mainType+"Index"]=t.componentIndex,e},jk=Uk.innerTextLayout=function(t,e,i){var n,a,o=Cr(e-t);return Lr(o)?(a=i>0?"top":"bottom",n="center"):Lr(o-Zk)?(a=i>0?"bottom":"top",n="center"):(a="middle",n=o>0&&Zk>o?i>0?"right":"left":i>0?"left":"right"),{rotation:o,textAlign:n,textVerticalAlign:a}},qk=Uk.isLabelSilent=function(t){var e=t.get("tooltip");return t.get("silent")||!(t.get("triggerEvent")||e&&e.show)},Kk=f,$k=x,Jk=Eu({type:"axis",_axisPointer:null,axisPointerClass:null,render:function(t,e,i,n){this.axisPointerClass&&ud(t),Jk.superApply(this,"render",arguments),pd(this,t,e,i,n,!0)},updateAxisPointer:function(t,e,i,n){pd(this,t,e,i,n,!1)},remove:function(t,e){var i=this._axisPointer;i&&i.remove(e),Jk.superApply(this,"remove",arguments)},dispose:function(t,e){gd(this,e),Jk.superApply(this,"dispose",arguments)}}),Qk=[];Jk.registerAxisPointerClass=function(t,e){Qk[t]=e},Jk.getAxisPointerClass=function(t){return t&&Qk[t]};var tP=["axisLine","axisTickLabel","axisName"],eP=["splitArea","splitLine","minorSplitLine"],iP=Jk.extend({type:"cartesianAxis",axisPointerClass:"CartesianAxisPointer",render:function(t,e,i,n){this.group.removeAll();var a=this._axisGroup;if(this._axisGroup=new CM,this.group.add(this._axisGroup),t.get("show")){var o=t.getCoordSysModel(),r=md(o,t),s=new Uk(t,r);f(tP,s.add,s),this._axisGroup.add(s.getGroup()),f(eP,function(e){t.get(e+".show")&&this["_"+e](t,o)},this),rr(a,this._axisGroup,t),iP.superCall(this,"render",t,e,i,n)}},remove:function(){this._splitAreaColors=null},_splitLine:function(t,e){var i=t.axis;if(!i.scale.isBlank()){var n=t.getModel("splitLine"),a=n.getModel("lineStyle"),o=a.get("color");o=_(o)?o:[o];for(var r=e.coordinateSystem.getRect(),l=i.isHorizontal(),u=0,h=i.getTicksCoords({tickModel:n}),c=[],d=[],f=a.getLineStyle(),p=0;p0&&Cd(i[a-1]);a--);for(;a>n&&Cd(i[n]);n++);}for(;a>n;)n+=Ld(t,i,n,a,a,1,o.min,o.max,e.smooth,e.smoothMonotone,e.connectNulls)+1}}),xP=eo.extend({type:"ec-polygon",shape:{points:[],stackedOnPoints:[],smooth:0,stackedOnSmooth:0,smoothConstraint:!0,smoothMonotone:null,connectNulls:!1},brush:YT(eo.prototype.brush),buildPath:function(t,e){var i=e.points,n=e.stackedOnPoints,a=0,o=i.length,r=e.smoothMonotone,s=Od(i,e.smoothConstraint),l=Od(n,e.smoothConstraint);if(e.connectNulls){for(;o>0&&Cd(i[o-1]);o--);for(;o>a&&Cd(i[a]);a++);}for(;o>a;){var u=Ld(t,i,a,o,o,1,s.min,s.max,e.smooth,r,e.connectNulls);Ld(t,n,a+u-1,u,o,-1,l.min,l.max,e.stackedOnSmooth,r,e.connectNulls),a+=u+1,t.closePath()}}});fl.extend({type:"line",init:function(){var t=new CM,e=new wd;this.group.add(e.group),this._symbolDraw=e,this._lineGroup=t},render:function(t,e,i){var n=t.coordinateSystem,a=this.group,o=t.getData(),r=t.getModel("lineStyle"),l=t.getModel("areaStyle"),u=o.mapArray(o.getItemLayout),h="polar"===n.type,c=this._coordSys,d=this._symbolDraw,f=this._polyline,p=this._polygon,g=this._lineGroup,m=t.get("animation"),v=!l.isEmpty(),y=l.get("origin"),x=Id(n,o,y),_=Rd(n,o,x),w=t.get("showSymbol"),b=w&&!h&&Vd(t,o,n),S=this._data;S&&S.eachItemGraphicEl(function(t,e){t.__temp&&(a.remove(t),S.setItemGraphicEl(e,null))}),w||d.remove(),a.add(g);var M,I=!h&&t.get("step");n&&n.getArea&&t.get("clip",!0)&&(M=n.getArea(),null!=M.width?(M.x-=.1,M.y-=.1,M.width+=.2,M.height+=.2):M.r0&&(M.r0-=.5,M.r1+=.5)),this._clipShapeForSymbol=M,f&&c.type===n.type&&I===this._step?(v&&!p?p=this._newPolygon(u,_,n,m):p&&!v&&(g.remove(p),p=this._polygon=null),g.setClipPath(Fd(n,!1,t)),w&&d.updateData(o,{isIgnore:b,clipShape:M}),o.eachItemGraphicEl(function(t){t.stopAnimation(!0)}),Ed(this._stackedOnPoints,_)&&Ed(this._points,u)||(m?this._updateAnimation(o,_,n,i,I,y):(I&&(u=zd(u,n,I),_=zd(_,n,I)),f.setShape({points:u}),p&&p.setShape({points:u,stackedOnPoints:_})))):(w&&d.updateData(o,{isIgnore:b,clipShape:M}),I&&(u=zd(u,n,I),_=zd(_,n,I)),f=this._newPolyline(u,n,m),v&&(p=this._newPolygon(u,_,n,m)),g.setClipPath(Fd(n,!0,t)));var T=Bd(o,n)||o.getVisual("color");f.useStyle(s(r.getLineStyle(),{fill:"none",stroke:T,lineJoin:"bevel"}));var A=t.get("smooth");if(A=Nd(t.get("smooth")),f.setShape({smooth:A,smoothMonotone:t.get("smoothMonotone"),connectNulls:t.get("connectNulls")}),p){var D=o.getCalculationInfo("stackedOnSeries"),C=0;p.useStyle(s(l.getAreaStyle(),{fill:T,opacity:.7,lineJoin:"bevel"})),D&&(C=Nd(D.get("smooth"))),p.setShape({smooth:A,stackedOnSmooth:C,smoothMonotone:t.get("smoothMonotone"),connectNulls:t.get("connectNulls")})}this._data=o,this._coordSys=n,this._stackedOnPoints=_,this._points=u,this._step=I,this._valueOrigin=y},dispose:function(){},highlight:function(t,e,i,n){var a=t.getData(),o=sa(a,n);if(!(o instanceof Array)&&null!=o&&o>=0){var r=a.getItemGraphicEl(o);if(!r){var s=a.getItemLayout(o);if(!s)return;if(this._clipShapeForSymbol&&!this._clipShapeForSymbol.contain(s[0],s[1]))return;r=new vd(a,o),r.position=s,r.setZ(t.get("zlevel"),t.get("z")),r.ignore=isNaN(s[0])||isNaN(s[1]),r.__temp=!0,a.setItemGraphicEl(o,r),r.stopSymbolAnimation(!0),this.group.add(r)}r.highlight()}else fl.prototype.highlight.call(this,t,e,i,n)},downplay:function(t,e,i,n){var a=t.getData(),o=sa(a,n);if(null!=o&&o>=0){var r=a.getItemGraphicEl(o);r&&(r.__temp?(a.setItemGraphicEl(o,null),this.group.remove(r)):r.downplay())}else fl.prototype.downplay.call(this,t,e,i,n)},_newPolyline:function(t){var e=this._polyline;return e&&this._lineGroup.remove(e),e=new yP({shape:{points:t},silent:!0,z2:10}),this._lineGroup.add(e),this._polyline=e,e},_newPolygon:function(t,e){var i=this._polygon;return i&&this._lineGroup.remove(i),i=new xP({shape:{points:t,stackedOnPoints:e},silent:!0}),this._lineGroup.add(i),this._polygon=i,i},_updateAnimation:function(t,e,i,n,a,o){var r=this._polyline,s=this._polygon,l=t.hostModel,u=hP(this._data,t,this._stackedOnPoints,e,this._coordSys,i,this._valueOrigin,o),h=u.current,c=u.stackedOnCurrent,d=u.next,f=u.stackedOnNext;a&&(h=zd(u.current,i,a),c=zd(u.stackedOnCurrent,i,a),d=zd(u.next,i,a),f=zd(u.stackedOnNext,i,a)),r.shape.__points=u.current,r.shape.points=h,er(r,{shape:{points:d}},l),s&&(s.setShape({points:h,stackedOnPoints:c}),er(s,{shape:{points:d,stackedOnPoints:f}},l));for(var p=[],g=u.status,m=0;me&&(e=t[i]);return isFinite(e)?e:0/0},min:function(t){for(var e=1/0,i=0;i1){var u;"string"==typeof i?u=bP[i]:"function"==typeof i&&(u=i),u&&t.setData(e.downSample(e.mapDimension(o.dim),1/l,u,SP))}}}}};Lu(_P("line","circle","line")),Cu(wP("line")),Mu(HC.PROCESSOR.STATISTIC,MP("line"));var IP=function(t,e,i){e=_(e)&&{coordDimensions:e}||r({},e);var n=t.getSource(),a=IL(n,e),o=new bL(a,t);return o.initData(n,i),o},TP={updateSelectedMap:function(t){this._targetList=_(t)?t.slice():[],this._selectTargetMap=g(t||[],function(t,e){return t.set(e.name,e),t},B())},select:function(t,e){var i=null!=e?this._targetList[e]:this._selectTargetMap.get(t),n=this.get("selectedMode");"single"===n&&this._selectTargetMap.each(function(t){t.selected=!1}),i&&(i.selected=!0)},unSelect:function(t,e){var i=null!=e?this._targetList[e]:this._selectTargetMap.get(t);i&&(i.selected=!1)},toggleSelected:function(t,e){var i=null!=e?this._targetList[e]:this._selectTargetMap.get(t);return null!=i?(this[i.selected?"unSelect":"select"](t,e),i.selected):void 0},isSelected:function(t,e){var i=null!=e?this._targetList[e]:this._selectTargetMap.get(t);return i&&i.selected}},AP=Nu({type:"series.pie",init:function(t){AP.superApply(this,"init",arguments),this.legendVisualProvider=new Wd(y(this.getData,this),y(this.getRawData,this)),this.updateSelectedMap(this._createSelectableList()),this._defaultLabelLine(t)},mergeOption:function(t){AP.superCall(this,"mergeOption",t),this.updateSelectedMap(this._createSelectableList())},getInitialData:function(){return IP(this,{coordDimensions:["value"],encodeDefaulter:x(gs,this)})},_createSelectableList:function(){for(var t=this.getRawData(),e=t.mapDimension("value"),i=[],n=0,a=t.count();a>n;n++)i.push({name:t.getName(n),value:t.get(e,n),selected:tl(t,n,"selected")});return i},getDataParams:function(t){var e=this.getData(),i=AP.superCall(this,"getDataParams",t),n=[];return e.each(e.mapDimension("value"),function(t){n.push(t)}),i.percent=Dr(n,t,e.hostModel.get("percentPrecision")),i.$vars.push("percent"),i},_defaultLabelLine:function(t){Qn(t,"labelLine",["show"]);var e=t.labelLine,i=t.emphasis.labelLine;e.show=e.show&&t.label.show,i.show=i.show&&t.emphasis.label.show},defaultOption:{zlevel:0,z:2,legendHoverLink:!0,hoverAnimation:!0,center:["50%","50%"],radius:[0,"75%"],clockwise:!0,startAngle:90,minAngle:0,minShowLabelAngle:0,selectedOffset:10,hoverOffset:10,avoidLabelOverlap:!0,percentPrecision:2,stillShowZeroSum:!0,left:0,top:0,right:0,bottom:0,width:null,height:null,label:{rotate:!1,show:!0,position:"outer",alignTo:"none",margin:"25%",bleedMargin:10,distanceToLabelLine:5},labelLine:{show:!0,length:15,length2:15,smooth:!1,lineStyle:{width:1,type:"solid"}},itemStyle:{borderWidth:1},animationType:"expansion",animationTypeUpdate:"transition",animationEasing:"cubicOut"}});c(AP,TP);var DP=Ud.prototype;DP.updateData=function(t,e,i){var n=this.childAt(0),a=this.childAt(1),o=this.childAt(2),l=t.hostModel,u=t.getItemModel(e),h=t.getItemLayout(e),c=r({},h);c.label=null;var d=l.getShallow("animationTypeUpdate");if(i){n.setShape(c);var f=l.getShallow("animationType");"scale"===f?(n.shape.r=h.r0,ir(n,{shape:{r:h.r}},l,e)):(n.shape.endAngle=h.startAngle,er(n,{shape:{endAngle:h.endAngle}},l,e))}else"expansion"===d?n.setShape(c):er(n,{shape:c},l,e);var p=t.getItemVisual(e,"color");n.useStyle(s({lineJoin:"bevel",fill:p},u.getModel("itemStyle").getItemStyle())),n.hoverStyle=u.getModel("emphasis.itemStyle").getItemStyle();var g=u.getShallow("cursor");g&&n.attr("cursor",g),Zd(this,t.getItemLayout(e),l.isSelected(null,e),l.get("selectedOffset"),l.get("animation"));var m=!i&&"transition"===d;this._updateLabel(t,e,m),this.highDownOnUpdate=u.get("hoverAnimation")&&l.isAnimationEnabled()?function(t,e){"emphasis"===e?(a.ignore=a.hoverIgnore,o.ignore=o.hoverIgnore,n.stopAnimation(!0),n.animateTo({shape:{r:h.r+l.get("hoverOffset")}},300,"elasticOut")):(a.ignore=a.normalIgnore,o.ignore=o.normalIgnore,n.stopAnimation(!0),n.animateTo({shape:{r:h.r}},300,"elasticOut"))}:null,Vo(this)},DP._updateLabel=function(t,e,i){var n=this.childAt(1),a=this.childAt(2),o=t.hostModel,r=t.getItemModel(e),s=t.getItemLayout(e),l=s.label,u=t.getItemVisual(e,"color");if(!l||isNaN(l.x)||isNaN(l.y))return void(a.ignore=a.normalIgnore=a.hoverIgnore=n.ignore=n.normalIgnore=n.hoverIgnore=!0);var h={points:l.linePoints||[[l.x,l.y],[l.x,l.y],[l.x,l.y]]},c={x:l.x,y:l.y};i?(er(n,{shape:h},o,e),er(a,{style:c},o,e)):(n.attr({shape:h}),a.attr({style:c})),a.attr({rotation:l.rotation,origin:[l.x,l.y],z2:10});var d=r.getModel("label"),f=r.getModel("emphasis.label"),p=r.getModel("labelLine"),g=r.getModel("emphasis.labelLine"),u=t.getItemVisual(e,"color");Ho(a.style,a.hoverStyle={},d,f,{labelFetcher:t.hostModel,labelDataIndex:e,defaultText:l.text,autoColor:u,useInsideStyle:!!l.inside},{textAlign:l.textAlign,textVerticalAlign:l.verticalAlign,opacity:t.getItemVisual(e,"opacity")}),a.ignore=a.normalIgnore=!d.get("show"),a.hoverIgnore=!f.get("show"),n.ignore=n.normalIgnore=!p.get("show"),n.hoverIgnore=!g.get("show"),n.setStyle({stroke:u,opacity:t.getItemVisual(e,"opacity")}),n.setStyle(p.getModel("lineStyle").getLineStyle()),n.hoverStyle=g.getModel("lineStyle").getLineStyle();var m=p.get("smooth");m&&m===!0&&(m=.4),n.setShape({smooth:m})},h(Ud,CM);var CP=(fl.extend({type:"pie",init:function(){var t=new CM;this._sectorGroup=t},render:function(t,e,i,n){if(!n||n.from!==this.uid){var a=t.getData(),o=this._data,r=this.group,s=e.get("animation"),l=!o,u=t.get("animationType"),h=t.get("animationTypeUpdate"),c=x(Hd,this.uid,t,s,i),d=t.get("selectedMode");if(a.diff(o).add(function(t){var e=new Ud(a,t);l&&"scale"!==u&&e.eachChild(function(t){t.stopAnimation(!0)}),d&&e.on("click",c),a.setItemGraphicEl(t,e),r.add(e)}).update(function(t,e){var i=o.getItemGraphicEl(e);l||"transition"===h||i.eachChild(function(t){t.stopAnimation(!0)}),i.updateData(a,t),i.off("click"),d&&i.on("click",c),r.add(i),a.setItemGraphicEl(t,i)}).remove(function(t){var e=o.getItemGraphicEl(t);r.remove(e)}).execute(),s&&a.count()>0&&(l?"scale"!==u:"transition"!==h)){for(var f=a.getItemLayout(0),p=1;isNaN(f.startAngle)&&p=n.r0}}}),function(t,e){f(e,function(e){e.update="updateView",Tu(e,function(i,n){var a={};return n.eachComponent({mainType:"series",subType:t,query:i},function(t){t[e.method]&&t[e.method](i.name,i.dataIndex);var n=t.getData();n.each(function(e){var i=n.getName(e);a[i]=t.isSelected(i)||!1})}),{name:i.name,selected:a,seriesId:i.seriesId}})})}),LP=function(t){return{getTargetSeries:function(e){var i={},n=B();return e.eachSeriesByType(t,function(t){t.__paletteScope=i,n.set(t.uid,t)}),n},reset:function(t){var e=t.getRawData(),i={},n=t.getData();n.each(function(t){var e=n.getRawIndex(t);i[e]=t}),e.each(function(a){var o,r=i[a],s=null!=r&&n.getItemVisual(r,"color",!0),l=null!=r&&n.getItemVisual(r,"borderColor",!0);if(s&&l||(o=e.getItemModel(a)),!s){var u=o.get("itemStyle.color")||t.getColorFromPalette(e.getName(a)||a+"",t.__paletteScope,e.count());null!=r&&n.setItemVisual(r,"color",u)}if(!l){var h=o.get("itemStyle.borderColor");null!=r&&n.setItemVisual(r,"borderColor",h)}})}}},kP=Math.PI/180,PP=function(t,e,i,n,a,o){var r,s,l=t.getData(),u=[],h=!1,c=(t.get("minShowLabelAngle")||0)*kP;l.each(function(n){var o=l.getItemLayout(n),d=l.getItemModel(n),f=d.getModel("label"),p=f.get("position")||d.get("emphasis.label.position"),g=f.get("distanceToLabelLine"),m=f.get("alignTo"),v=br(f.get("margin"),i),y=f.get("bleedMargin"),x=f.getFont(),_=d.getModel("labelLine"),w=_.get("length");w=br(w,i);var b=_.get("length2");if(b=br(b,i),!(o.angleD?-1:1)*b,B=R;S="edge"===m?0>D?a+v:a+i-v:z+(0>D?-g:g),M=B,I=[[O,E],[N,R],[z,B]]}T=P?"center":"edge"===m?D>0?"right":"left":D>0?"left":"right"}var V,G=f.get("rotate");V="number"==typeof G?G*(Math.PI/180):G?0>D?-A+Math.PI:-A:0,h=!!V,o.label={x:S,y:M,position:p,height:k.height,len:w,len2:b,linePoints:I,textAlign:T,verticalAlign:"middle",rotation:V,inside:P,labelDistance:g,labelAlignTo:m,labelMargin:v,bleedMargin:y,textRect:k,text:L,font:x},P||u.push(o.label)}}),!h&&t.get("avoidLabelOverlap")&&Yd(u,r,s,e,i,n,a,o)},OP=2*Math.PI,EP=Math.PI/180,NP=function(t,e,i){e.eachSeriesByType(t,function(t){var e=t.getData(),n=e.mapDimension("value"),a=qd(t,i),o=t.get("center"),r=t.get("radius");_(r)||(r=[0,r]),_(o)||(o=[o,o]);var s=br(a.width,i.getWidth()),l=br(a.height,i.getHeight()),u=Math.min(s,l),h=br(o[0],s)+a.x,c=br(o[1],l)+a.y,d=br(r[0],u/2),f=br(r[1],u/2),p=-t.get("startAngle")*EP,g=t.get("minAngle")*EP,m=0;e.each(n,function(t){!isNaN(t)&&m++});var v=e.getSum(n),y=Math.PI/(v||m)*2,x=t.get("clockwise"),w=t.get("roseType"),b=t.get("stillShowZeroSum"),S=e.getDataExtent(n);S[0]=0;var M=OP,I=0,T=p,A=x?1:-1;if(e.each(n,function(t,i){var n;if(isNaN(t))return void e.setItemLayout(i,{angle:0/0,startAngle:0/0,endAngle:0/0,clockwise:x,cx:h,cy:c,r0:d,r:w?0/0:f,viewRect:a});n="area"!==w?0===v&&b?y:t*y:OP/m,g>n?(n=g,M-=g):I+=t;var o=T+A*n;e.setItemLayout(i,{angle:n,startAngle:T,endAngle:o,clockwise:x,cx:h,cy:c,r0:d,r:w?wr(t,S,[d,f]):f,viewRect:a}),T=o}),OP>M&&m)if(.001>=M){var D=OP/m;e.each(n,function(t,i){if(!isNaN(t)){var n=e.getItemLayout(i);n.angle=D,n.startAngle=p+A*i*D,n.endAngle=p+A*(i+1)*D}})}else y=M/I,T=p,e.each(n,function(t,i){if(!isNaN(t)){var n=e.getItemLayout(i),a=n.angle===g?g:t*y;n.startAngle=T,n.endAngle=T+A*a,T+=A*a}});PP(t,f,a.width,a.height,a.x,a.y)})},RP=function(t){return{seriesType:t,reset:function(t,e){var i=e.findComponents({mainType:"legend"});if(i&&i.length){var n=t.getData();n.filterSelf(function(t){for(var e=n.getName(t),a=0;a=0;s--){var l=2*s,u=n[l]-o/2,h=n[l+1]-r/2;if(t>=u&&e>=h&&u+o>=t&&h+r>=e)return s}return-1}}),VP=Kd.prototype;VP.isPersistent=function(){return!this._incremental},VP.updateData=function(t,e){this.group.removeAll();var i=new BP({rectHover:!0,cursor:"default"});i.setShape({points:t.getLayout("symbolPoints")}),this._setCommon(i,t,!1,e),this.group.add(i),this._incremental=null},VP.updateLayout=function(t){if(!this._incremental){var e=t.getLayout("symbolPoints");this.group.eachChild(function(t){if(null!=t.startIndex){var i=2*(t.endIndex-t.startIndex),n=4*t.startIndex*2;e=new Float32Array(e.buffer,n,i)}t.setShape("points",e)})}},VP.incrementalPrepareUpdate=function(t){this.group.removeAll(),this._clearIncremental(),t.count()>2e6?(this._incremental||(this._incremental=new go({silent:!0})),this.group.add(this._incremental)):this._incremental=null},VP.incrementalUpdate=function(t,e,i){var n;this._incremental?(n=new BP,this._incremental.addDisplayable(n,!0)):(n=new BP({rectHover:!0,cursor:"default",startIndex:t.start,endIndex:t.end}),n.incremental=!0,this.group.add(n)),n.setShape({points:e.getLayout("symbolPoints")}),this._setCommon(n,e,!!this._incremental,i)},VP._setCommon=function(t,e,i,n){var a=e.hostModel;n=n||{};var o=e.getVisual("symbolSize");t.setShape("size",o instanceof Array?o:[o,o]),t.softClipShape=n.clipShape||null,t.symbolProxy=Jh(e.getVisual("symbol"),0,0,0,0),t.setColor=t.symbolProxy.setColor;var r=t.shape.size[0]=0&&(t.dataIndex=i+(t.startIndex||0))}))},VP.remove=function(){this._clearIncremental(),this._incremental=null,this.group.removeAll()},VP._clearIncremental=function(){var t=this._incremental;t&&t.clearDisplaybles()},Ru({type:"scatter",render:function(t){var e=t.getData(),i=this._updateSymbolDraw(e,t);i.updateData(e,{clipShape:this._getClipShape(t)}),this._finished=!0},incrementalPrepareRender:function(t){var e=t.getData(),i=this._updateSymbolDraw(e,t);i.incrementalPrepareUpdate(e),this._finished=!1},incrementalRender:function(t,e){this._symbolDraw.incrementalUpdate(t,e.getData(),{clipShape:this._getClipShape(e)}),this._finished=t.end===e.getData().count()},updateTransform:function(t){var e=t.getData();if(this.group.dirty(),!this._finished||e.count()>1e4||!this._symbolDraw.isPersistent())return{update:!0};var i=wP().reset(t);i.progress&&i.progress({start:0,end:e.count()},e),this._symbolDraw.updateLayout(e)},_getClipShape:function(t){var e=t.coordinateSystem,i=e&&e.getArea&&e.getArea();return t.get("clip",!0)?i:null},_updateSymbolDraw:function(t,e){var i=this._symbolDraw,n=e.pipelineContext,a=n.large;return i&&a===this._isLargeDraw||(i&&i.remove(),i=this._symbolDraw=a?new Kd:new wd,this._isLargeDraw=a,this.group.removeAll()),this.group.add(i.group),i},remove:function(){this._symbolDraw&&this._symbolDraw.remove(!0),this._symbolDraw=null},dispose:function(){}}),Lu(_P("scatter","circle")),Cu(wP("scatter")),VD.extend({type:"series.effectScatter",dependencies:["grid","polar"],getInitialData:function(){return mh(this.getSource(),this,{useEncodeDefaulter:!0})},brushSelector:"point",defaultOption:{coordinateSystem:"cartesian2d",zlevel:0,z:2,legendHoverLink:!0,effectType:"ripple",progressive:0,showEffectOn:"render",rippleEffect:{period:4,scale:2.5,brushType:"fill"},symbolSize:10}});var GP=3,FP=Qd.prototype;FP.stopEffectAnimation=function(){this.childAt(1).removeAll()},FP.startEffectAnimation=function(t){for(var e=t.symbolType,i=t.color,n=this.childAt(1),a=0;GP>a;a++){var o=Jh(e,-1,-1,2,2,i);o.attr({style:{strokeNoScale:!0},z2:99,silent:!0,scale:[.5,.5]});var r=-a/GP*t.period+t.effectOffset;o.animate("",!0).when(t.period,{scale:[t.rippleScale/2,t.rippleScale/2]}).delay(r).start(),o.animateStyle(!0).when(t.period,{opacity:0}).delay(r).start(),n.add(o)}Jd(n,t)},FP.updateEffectAnimation=function(t){for(var e=this._effectCfg,i=this.childAt(1),n=["symbolType","period","rippleScale"],a=0;a0?JP:QP)}function a(t,e){return e.get(t>0?KP:$P)}var o=t.getData(),r=t.pipelineContext.large;return o.setVisual({legendSymbol:"roundRect",colorP:n(1,t),colorN:n(-1,t),borderColorP:a(1,t),borderColorN:a(-1,t)}),e.isSeriesFiltered(t)?void 0:!r&&{progress:i}}},eO="undefined"!=typeof Float32Array?Float32Array:Array,iO={seriesType:"candlestick",plan:WD(),reset:function(t){function e(t,e){function i(t,e){var i=[];return i[r]=e,i[s]=t,isNaN(e)||isNaN(t)?[0/0,0/0]:n.dataToPoint(i)}function a(t,e,i){var n=e.slice(),a=e.slice();n[r]=MA(n[r]+o/2,1,!1),a[r]=MA(a[r]-o/2,1,!0),i?t.push(n,a):t.push(a,n)}function l(t,e,n){var a=i(t,n),l=i(e,n);return a[r]-=o/2,l[r]-=o/2,{x:a[0],y:a[1],width:s?o:l[0]-a[0],height:s?l[1]-a[1]:o}}function h(t){return t[r]=MA(t[r],1),t}for(var g;null!=(g=t.next());){var m=e.get(u,g),v=e.get(c,g),y=e.get(d,g),x=e.get(f,g),_=e.get(p,g),w=Math.min(v,y),b=Math.max(v,y),S=i(w,m),M=i(b,m),I=i(x,m),T=i(_,m),A=[];a(A,M,0),a(A,S,1),A.push(h(T),h(M),h(I),h(S)),e.setItemLayout(g,{sign:sf(e,g,v,y,d),initBaseline:v>y?M[s]:S[s],ends:A,brushRect:l(x,_,m)})}}function i(t,e){for(var i,a,o=new eO(4*t.count),l=0,h=[],g=[];null!=(a=t.next());){var m=e.get(u,a),v=e.get(c,a),y=e.get(d,a),x=e.get(f,a),_=e.get(p,a);isNaN(m)||isNaN(x)||isNaN(_)?(o[l++]=0/0,l+=3):(o[l++]=sf(e,a,v,y,d),h[r]=m,h[s]=x,i=n.dataToPoint(h,null,g),o[l++]=i?i[0]:0/0,o[l++]=i?i[1]:0/0,h[s]=_,i=n.dataToPoint(h,null,g),o[l++]=i?i[1]:0/0)}e.setLayout("largePoints",o)}var n=t.coordinateSystem,a=t.getData(),o=lf(t,a),r=0,s=1,l=["x","y"],u=a.mapDimension(l[r]),h=a.mapDimension(l[s],!0),c=h[0],d=h[1],f=h[2],p=h[3];return a.setLayout({candleWidth:o,isSimpleBox:1.3>=o}),null==u||h.length<4?void 0:{progress:t.pipelineContext.large?i:e}}};Su(qP),Lu(tO),Cu(iO),h(uf,vk),hf.prototype.getIndicatorAxes=function(){return this._indicatorAxes},hf.prototype.dataToPoint=function(t,e){var i=this._indicatorAxes[e];return this.coordToPoint(i.dataToCoord(t),e)},hf.prototype.coordToPoint=function(t,e){var i=this._indicatorAxes[e],n=i.angle,a=this.cx+t*Math.cos(n),o=this.cy-t*Math.sin(n);return[a,o]},hf.prototype.pointToData=function(t){var e=t[0]-this.cx,i=t[1]-this.cy,n=Math.sqrt(e*e+i*i);e/=n,i/=n;for(var a,o=Math.atan2(-i,e),r=1/0,s=-1,l=0;lh&&(a=u,s=l,r=h)}return[s,+(a&&a.coordToData(n))]},hf.prototype.resize=function(t,e){var i=t.get("center"),n=e.getWidth(),a=e.getHeight(),o=Math.min(n,a)/2;this.cx=br(i[0],n),this.cy=br(i[1],a),this.startAngle=t.get("startAngle")*Math.PI/180;var r=t.get("radius");("string"==typeof r||"number"==typeof r)&&(r=[0,r]),this.r0=br(r[0],o),this.r=br(r[1],o),f(this._indicatorAxes,function(t,e){t.setExtent(this.r0,this.r);var i=this.startAngle+e*Math.PI*2/this._indicatorAxes.length;i=Math.atan2(Math.sin(i),Math.cos(i)),t.angle=i},this)},hf.prototype.update=function(t){function e(t){var e=Math.pow(10,Math.floor(Math.log(t)/Math.LN10)),i=t/e;return 2===i?i=5:i*=2,i*e}var i=this._indicatorAxes,n=this._model;f(i,function(t){t.scale.setExtent(1/0,-1/0)}),t.eachSeriesByType("radar",function(e){if("radar"===e.get("coordinateSystem")&&t.getComponent("radar",e.get("radarIndex"))===n){var a=e.getData();f(i,function(t){t.scale.unionExtentFromData(a,a.mapDimension(t.dim))})}},this);var a=n.get("splitNumber");f(i,function(t){var i=Gh(t.scale,t.model);Wh(t.scale,t.model);var n=t.model,o=t.scale,r=n.getMin(),s=n.getMax(),l=o.getInterval();if(null!=r&&null!=s)o.setExtent(+r,+s),o.setInterval((s-r)/a);else if(null!=r){var u;do u=r+l*a,o.setExtent(+r,u),o.setInterval(l),l=e(l);while(ui[0]&&isFinite(h)&&isFinite(i[0]))}else{var c=o.getTicks().length-1;c>a&&(l=e(l));var d=Math.round((i[0]+i[1])/2/l)*l,f=Math.round(a/2);o.setExtent(Sr(d-f*l),Sr(d+(a-f)*l)),o.setInterval(l)}})},hf.dimensions=[],hf.create=function(t,e){var i=[];return t.eachComponent("radar",function(n){var a=new hf(n,t,e);i.push(a),n.coordinateSystem=a}),t.eachSeriesByType("radar",function(t){"radar"===t.get("coordinateSystem")&&(t.coordinateSystem=i[t.get("radarIndex")||0])}),i},As.register("radar",hf);var nO=Mk.valueAxis,aO=(Ou({type:"radar",optionUpdated:function(){var t=this.get("boundaryGap"),e=this.get("splitNumber"),i=this.get("scale"),o=this.get("axisLine"),l=this.get("axisTick"),u=this.get("axisType"),h=this.get("axisLabel"),c=this.get("name"),d=this.get("name.show"),f=this.get("name.formatter"),g=this.get("nameGap"),m=this.get("triggerEvent"),v=p(this.get("indicator")||[],function(p){null!=p.max&&p.max>0&&!p.min?p.min=0:null!=p.min&&p.min<0&&!p.max&&(p.max=0);var v=c;if(null!=p.color&&(v=s({color:p.color},c)),p=a(n(p),{boundaryGap:t,splitNumber:e,scale:i,axisLine:o,axisTick:l,axisType:u,axisLabel:h,name:p.text,nameLocation:"end",nameGap:g,nameTextStyle:v,triggerEvent:m},!1),d||(p.name=""),"string"==typeof f){var y=p.name;p.name=f.replace("{value}",null!=y?y:"")}else"function"==typeof f&&(p.name=f(p.name,p));var x=r(new pr(p,null,this.ecModel),ik);return x.mainType="radar",x.componentIndex=this.componentIndex,x},this);this.getIndicatorModels=function(){return v}},defaultOption:{zlevel:0,z:0,center:["50%","50%"],radius:"75%",startAngle:90,name:{show:!0},boundaryGap:[0,0],splitNumber:5,nameGap:15,scale:!1,shape:"polygon",axisLine:a({lineStyle:{color:"#bbb"}},nO.axisLine),axisLabel:cf(nO.axisLabel,!1),axisTick:cf(nO.axisTick,!1),axisType:"interval",splitLine:cf(nO.splitLine,!0),splitArea:cf(nO.splitArea,!0),indicator:[]}}),["axisLine","axisTickLabel","axisName"]);Eu({type:"radar",render:function(t){var e=this.group;e.removeAll(),this._buildAxes(t),this._buildSplitLineAndArea(t)},_buildAxes:function(t){var e=t.coordinateSystem,i=e.getIndicatorAxes(),n=p(i,function(t){var i=new Uk(t.model,{position:[e.cx,e.cy],rotation:t.angle,labelDirection:-1,tickDirection:-1,nameDirection:1});return i});f(n,function(t){f(aO,t.add,t),this.group.add(t.getGroup())},this)},_buildSplitLineAndArea:function(t){function e(t,e,i){var n=i%e.length;return t[n]=t[n]||[],n}var i=t.coordinateSystem,n=i.getIndicatorAxes();if(n.length){var a=t.get("shape"),o=t.getModel("splitLine"),r=t.getModel("splitArea"),l=o.getModel("lineStyle"),u=r.getModel("areaStyle"),h=o.get("show"),c=r.get("show"),d=l.get("color"),g=u.get("color");d=_(d)?d:[d],g=_(g)?g:[g];var m=[],v=[];if("circle"===a)for(var y=n[0].getTicksCoords(),x=i.cx,w=i.cy,b=0;b=b;b++){for(var A=[],D=0;D"+p(n,function(i){var n=e.get(e.mapDimension(i.dim),t);return Gr(i.name+" : "+n)}).join("
")},defaultOption:{zlevel:0,z:2,coordinateSystem:"radar",legendHoverLink:!0,radarIndex:0,lineStyle:{width:2,type:"solid"},label:{position:"top"},symbol:"emptyCircle",symbolSize:4}});Ru({type:"radar",render:function(t){function e(t,e){var i=t.getItemVisual(e,"symbol")||"circle",n=t.getItemVisual(e,"color");if("none"!==i){var a=df(t.getItemVisual(e,"symbolSize")),o=Jh(i,-1,-1,2,2,n);return o.attr({style:{strokeNoScale:!0},z2:100,scale:[a[0]/2,a[1]/2]}),o}}function i(i,n,a,o,r,s){a.removeAll();for(var l=0;lf;++f){var p=t[f],g=p[0],m=p[1],v=p[2],y=n(v);c.globalAlpha=y,c.drawImage(r,g-u,m-u)}if(!h.width||!h.height)return h;for(var x=c.getImageData(0,0,h.width,h.height),_=x.data,w=0,b=_.length,S=this.minOpacity,M=this.maxOpacity,I=M-S;b>w;){var y=_[w+3]/256,T=4*Math.floor(y*(lO-1));if(y>0){var A=o(y)?s:l;y>0&&(y=y*I+S),_[w++]=A[T],_[w++]=A[T+1],_[w++]=A[T+2],_[w++]=A[T+3]*y*256}else w+=4}return c.putImageData(x,0,0),h},_getBrush:function(){var t=this._brushCanvas||(this._brushCanvas=AS()),e=this.pointSize+this.blurSize,i=2*e;t.width=i,t.height=i;var n=t.getContext("2d");return n.clearRect(0,0,i,i),n.shadowOffsetX=i,n.shadowBlur=this.blurSize,n.shadowColor="#000",n.beginPath(),n.arc(-e,e,this.pointSize,0,2*Math.PI,!0),n.closePath(),n.fill(),t},_getGradient:function(t,e,i){for(var n=this._gradientPixels,a=n[i]||(n[i]=new Uint8ClampedArray(1024)),o=[0,0,0,0],r=0,s=0;256>s;s++)e[i](s/255,!0,o),a[r++]=o[0],a[r++]=o[1],a[r++]=o[2],a[r++]=o[3];return a}},Ru({type:"heatmap",render:function(t,e,i){var n;e.eachComponent("visualMap",function(e){e.eachTargetSeries(function(i){i===t&&(n=e)})}),this.group.removeAll(),this._incrementalDisplayable=null;var a=t.coordinateSystem;"cartesian2d"===a.type||"calendar"===a.type?this._renderOnCartesianAndCalendar(t,i,0,t.getData().count()):yf(a)&&this._renderOnGeo(a,t,n,i)},incrementalPrepareRender:function(){this.group.removeAll()},incrementalRender:function(t,e,i,n){var a=e.coordinateSystem;a&&this._renderOnCartesianAndCalendar(e,n,t.start,t.end,!0)},_renderOnCartesianAndCalendar:function(t,e,i,n,a){var o,s,l=t.coordinateSystem;if("cartesian2d"===l.type){var u=l.getAxis("x"),h=l.getAxis("y");o=u.getBandWidth(),s=h.getBandWidth()}for(var c=this.group,d=t.getData(),f="itemStyle",p="emphasis.itemStyle",g="label",m="emphasis.label",v=t.getModel(f).getItemStyle(["color"]),y=t.getModel(p).getItemStyle(),x=t.getModel(g),_=t.getModel(m),w=l.type,b="cartesian2d"===w?[d.mapDimension("x"),d.mapDimension("y"),d.mapDimension("value")]:[d.mapDimension("time"),d.mapDimension("value")],S=i;n>S;S++){var M;if("cartesian2d"===w){if(isNaN(d.get(b[2],S)))continue;var I=l.dataToPoint([d.get(b[0],S),d.get(b[1],S)]);M=new iA({shape:{x:Math.floor(I[0]-o/2),y:Math.floor(I[1]-s/2),width:Math.ceil(o),height:Math.ceil(s)},style:{fill:d.getItemVisual(S,"color"),opacity:d.getItemVisual(S,"opacity")}})}else{if(isNaN(d.get(b[1],S)))continue;M=new iA({z2:1,shape:l.dataToRect([d.get(b[0],S)]).contentShape,style:{fill:d.getItemVisual(S,"color"),opacity:d.getItemVisual(S,"opacity")}})}var T=d.getItemModel(S);d.hasItemOption&&(v=T.getModel(f).getItemStyle(["color"]),y=T.getModel(p).getItemStyle(),x=T.getModel(g),_=T.getModel(m));var A=t.getRawValue(S),D="-";A&&null!=A[2]&&(D=A[2]),Ho(v,y,x,_,{labelFetcher:t,labelDataIndex:S,defaultText:D,isRectText:!0}),M.setStyle(v),Vo(M,d.hasItemOption?y:r({},y)),M.incremental=a,a&&(M.useHoverLayer=!0),c.add(M),d.setItemGraphicEl(S,M)}},_renderOnGeo:function(t,e,i,n){var a=i.targetVisuals.inRange,o=i.targetVisuals.outOfRange,r=e.getData(),s=this._hmLayer||this._hmLayer||new gf;s.blurSize=e.get("blurSize"),s.pointSize=e.get("pointSize"),s.minOpacity=e.get("minOpacity"),s.maxOpacity=e.get("maxOpacity");var l=t.getViewRect().clone(),u=t.getRoamTransform();l.applyTransform(u);var h=Math.max(l.x,0),c=Math.max(l.y,0),d=Math.min(l.width+l.x,n.getWidth()),f=Math.min(l.height+l.y,n.getHeight()),p=d-h,g=f-c,m=[r.mapDimension("lng"),r.mapDimension("lat"),r.mapDimension("value")],v=r.mapArray(m,function(e,i,n){var a=t.dataToPoint([e,i]);return a[0]-=h,a[1]-=c,a.push(n),a}),y=i.getExtent(),x="visualMap.continuous"===i.type?vf(y,i.option.range):mf(y,i.getPieceList(),i.option.selected);s.update(v,p,g,a.color.getNormalizer(),{inRange:a.color.getColorMapper(),outOfRange:o.color.getColorMapper()},x);var _=new Tn({style:{width:p,height:g,x:h,y:c,image:s.canvas},silent:!0});this.group.add(_)},dispose:function(){}});var uO=f,hO="\x00__link_datas",cO="\x00__link_mainData",dO=function(t,e){this.name=t||"",this.depth=0,this.height=0,this.parentNode=null,this.dataIndex=-1,this.children=[],this.viewChildren=[],this.hostTree=e};dO.prototype={constructor:dO,isRemoved:function(){return this.dataIndex<0},eachNode:function(t,e,i){"function"==typeof t&&(i=e,e=t,t=null),t=t||{},b(t)&&(t={order:t});var n,a=t.order||"preorder",o=this[t.attr||"children"];"preorder"===a&&(n=e.call(i,this));for(var r=0;!n&&re&&(e=n.height)}this.height=e+1},getNodeById:function(t){if(this.getId()===t)return this;for(var e=0,i=this.children,n=i.length;n>e;e++){var a=i[e].getNodeById(t);if(a)return a}},contains:function(t){if(t===this)return!0;for(var e=0,i=this.children,n=i.length;n>e;e++){var a=i[e].contains(t);if(a)return a}},getAncestors:function(t){for(var e=[],i=t?this:this.parentNode;i;)e.push(i),i=i.parentNode;return e.reverse(),e},getValue:function(t){var e=this.hostTree.data;return e.get(e.getDimension(t||"value"),this.dataIndex)},setLayout:function(t,e){this.dataIndex>=0&&this.hostTree.data.setItemLayout(this.dataIndex,t,e)},getLayout:function(){return this.hostTree.data.getItemLayout(this.dataIndex)},getModel:function(t){if(!(this.dataIndex<0)){var e,i=this.hostTree,n=i.data.getItemModel(this.dataIndex),a=this.getLevelModel();return a||0!==this.children.length&&(0===this.children.length||this.isExpand!==!1)||(e=this.getLeavesModel()),n.getModel(t,(a||e||i.hostModel).getModel(t))}},getLevelModel:function(){return(this.hostTree.levelModels||[])[this.depth]},getLeavesModel:function(){return this.hostTree.leavesModel},setVisual:function(t,e){this.dataIndex>=0&&this.hostTree.data.setItemVisual(this.dataIndex,t,e)},getVisual:function(t,e){return this.hostTree.data.getItemVisual(this.dataIndex,t,e)},getRawIndex:function(){return this.hostTree.data.getRawIndex(this.dataIndex)},getId:function(){return this.hostTree.data.getId(this.dataIndex)},isAncestorOf:function(t){for(var e=t.parentNode;e;){if(e===this)return!0;e=e.parentNode}return!1},isDescendantOf:function(t){return t!==this&&t.isAncestorOf(this)}},Af.prototype={constructor:Af,type:"tree",eachNode:function(t,e,i){this.root.eachNode(t,e,i)},getNodeByDataIndex:function(t){var e=this.data.getRawIndex(t);return this._nodes[e]},getNodeByName:function(t){return this.root.getNodeByName(t)},update:function(){for(var t=this.data,e=this._nodes,i=0,n=e.length;n>i;i++)e[i].dataIndex=-1;for(var i=0,n=t.count();n>i;i++)e[t.getRawIndex(i)].dataIndex=i},clearLayouts:function(){this.data.clearItemLayouts()}},Af.createTree=function(t,e,i,n){function a(t,e){var i=t.value;s=Math.max(s,_(i)?i.length:1),r.push(t);var n=new dO(t.name,o);e?Df(n,e):o.root=n,o._nodes.push(n);var l=t.children;if(l)for(var u=0;ur&&(r=t.depth)});var s=t.expandAndCollapse,l=s&&t.initialTreeDepth>=0?t.initialTreeDepth:r;return o.root.eachNode("preorder",function(t){var e=t.hostTree.data.getRawDataItem(t.dataIndex);t.isExpand=e&&null!=e.collapsed?!e.collapsed:t.depth<=l}),o.data},getOrient:function(){var t=this.get("orient");return"horizontal"===t?t="LR":"vertical"===t&&(t="TB"),t},setZoom:function(t){this.option.zoom=t},setCenter:function(t){this.option.center=t},formatTooltip:function(t){for(var e=this.getData().tree,i=e.root.children[0],n=e.getNodeByDataIndex(t),a=n.getValue(),o=n.name;n&&n!==i;)o=n.parentNode.name+"."+o,n=n.parentNode;return Gr(o+(isNaN(a)||null==a?"":" : "+a))},defaultOption:{zlevel:0,z:2,coordinateSystem:"view",left:"12%",top:"12%",right:"12%",bottom:"12%",layout:"orthogonal",roam:!1,nodeScaleRatio:.4,center:null,zoom:1,orient:"LR",symbol:"emptyCircle",symbolSize:7,expandAndCollapse:!0,initialTreeDepth:2,lineStyle:{color:"#ccc",width:1.5,curveness:.5},itemStyle:{color:"lightsteelblue",borderColor:"#c23531",borderWidth:1.5},label:{show:!0,color:"#555"},leaves:{label:{show:!0}},animationEasing:"linear",animationDuration:700,animationDurationUpdate:1e3}}); +var fO=oe;c(Wf,tM),Hf.prototype={constructor:Hf,type:"view",dimensions:["x","y"],setBoundingRect:function(t,e,i,n){return this._rect=new Si(t,e,i,n),this._rect},getBoundingRect:function(){return this._rect},setViewRect:function(t,e,i,n){this.transformTo(t,e,i,n),this._viewRect=new Si(t,e,i,n)},transformTo:function(t,e,i,n){var a=this.getBoundingRect(),o=this._rawTransformable;o.transform=a.calculateTransform(new Si(t,e,i,n)),o.decomposeTransform(),this._updateTransform()},setCenter:function(t){t&&(this._center=t,this._updateCenterAndZoom())},setZoom:function(t){t=t||1;var e=this.zoomLimit;e&&(null!=e.max&&(t=Math.min(e.max,t)),null!=e.min&&(t=Math.max(e.min,t))),this._zoom=t,this._updateCenterAndZoom()},getDefaultCenter:function(){var t=this.getBoundingRect(),e=t.x+t.width/2,i=t.y+t.height/2;return[e,i]},getCenter:function(){return this._center||this.getDefaultCenter()},getZoom:function(){return this._zoom||1},getRoamTransform:function(){return this._roamTransformable.getLocalTransform()},_updateCenterAndZoom:function(){var t=this._rawTransformable.getLocalTransform(),e=this._roamTransformable,i=this.getDefaultCenter(),n=this.getCenter(),a=this.getZoom();n=oe([],n,t),i=oe([],i,t),e.origin=n,e.position=[i[0]-n[0],i[1]-n[1]],e.scale=[a,a],this._updateTransform()},_updateTransform:function(){var t=this._roamTransformable,e=this._rawTransformable;e.parent=t,t.updateTransform(),e.updateTransform(),Pe(this.transform||(this.transform=[]),e.transform||Le()),this._rawTransform=e.getLocalTransform(),this.invTransform=this.invTransform||[],ze(this.invTransform,this.transform),this.decomposeTransform()},getViewRect:function(){return this._viewRect},getViewRectAfterRoam:function(){var t=this.getBoundingRect().clone();return t.applyTransform(this.transform),t},dataToPoint:function(t,e,i){var n=e?this._rawTransform:this.transform;return i=i||[],n?fO(i,t,n):W(i,t)},pointToData:function(t){var e=this.invTransform;return e?fO([],t,e):[t[0],t[1]]},convertToPixel:x(Zf,"dataToPoint"),convertFromPixel:x(Zf,"pointToData"),containPoint:function(t){return this.getViewRectAfterRoam().contain(t[0],t[1])}},c(Hf,tM);var pO="\x00_ec_interaction_mutex";Tu({type:"takeGlobalCursor",event:"globalCursorTaken",update:"update"},function(){}),c($f,BS);var gO={axisPointer:1,tooltip:1,brush:1};Ru({type:"tree",init:function(t,e){this._oldTree,this._mainGroup=new CM,this._controller=new $f(e.getZr()),this._controllerHost={target:this.group},this.group.add(this._mainGroup)},render:function(t,e,i){var n=t.getData(),a=t.layoutInfo,o=this._mainGroup,r=t.get("layout");"radial"===r?o.attr("position",[a.x+a.width/2,a.y+a.height/2]):o.attr("position",[a.x,a.y]),this._updateViewCoordSys(t,a,r),this._updateController(t,e,i);var s=this._data,l={expandAndCollapse:t.get("expandAndCollapse"),layout:r,orient:t.getOrient(),curvature:t.get("lineStyle.curveness"),symbolRotate:t.get("symbolRotate"),symbolOffset:t.get("symbolOffset"),hoverAnimation:t.get("hoverAnimation"),useNameLabel:!0,fadeIn:!0};n.diff(s).add(function(e){sp(n,e)&&up(n,e,null,o,t,l)}).update(function(e,i){var a=s.getItemGraphicEl(i);return sp(n,e)?void up(n,e,a,o,t,l):void(a&&hp(s,i,a,o,t,l))}).remove(function(e){var i=s.getItemGraphicEl(e);i&&hp(s,e,i,o,t,l)}).execute(),this._nodeScaleRatio=t.get("nodeScaleRatio"),this._updateNodeAndLinkScale(t),l.expandAndCollapse===!0&&n.eachItemGraphicEl(function(e,n){e.off("click").on("click",function(){i.dispatchAction({type:"treeExpandAndCollapse",seriesId:t.id,dataIndex:n})})}),this._data=n},_updateViewCoordSys:function(t){var e=t.getData(),i=[];e.each(function(t){var n=e.getItemLayout(t);!n||isNaN(n.x)||isNaN(n.y)||i.push([+n.x,+n.y])});var n=[],a=[];Ra(i,n,a);var o=this._min,r=this._max;a[0]-n[0]===0&&(n[0]=o?o[0]:n[0]-1,a[0]=r?r[0]:a[0]+1),a[1]-n[1]===0&&(n[1]=o?o[1]:n[1]-1,a[1]=r?r[1]:a[1]+1);var s=t.coordinateSystem=new Hf;s.zoomLimit=t.get("scaleLimit"),s.setBoundingRect(n[0],n[1],a[0]-n[0],a[1]-n[1]),s.setCenter(t.get("center")),s.setZoom(t.get("zoom")),this.group.attr({position:s.position,scale:s.scale}),this._viewCoordSys=s,this._min=n,this._max=a},_updateController:function(t,e,i){var n=this._controller,a=this._controllerHost,o=this.group;n.setPointerChecker(function(e,n,a){var r=o.getBoundingRect();return r.applyTransform(o.transform),r.contain(n,a)&&!rp(e,i,t)}),n.enable(t.get("roam")),a.zoomLimit=t.get("scaleLimit"),a.zoom=t.coordinateSystem.getZoom(),n.off("pan").off("zoom").on("pan",function(e){Uf(a,e.dx,e.dy),i.dispatchAction({seriesId:t.id,type:"treeRoam",dx:e.dx,dy:e.dy})},this).on("zoom",function(e){Xf(a,e.scale,e.originX,e.originY),i.dispatchAction({seriesId:t.id,type:"treeRoam",zoom:e.scale,originX:e.originX,originY:e.originY}),this._updateNodeAndLinkScale(t)},this)},_updateNodeAndLinkScale:function(t){var e=t.getData(),i=this._getNodeGlobalScale(t),n=[i,i];e.eachItemGraphicEl(function(t){t.attr("scale",n)})},_getNodeGlobalScale:function(t){var e=t.coordinateSystem;if("view"!==e.type)return 1;var i=this._nodeScaleRatio,n=e.scale,a=n&&n[0]||1,o=e.getZoom(),r=(o-1)*i+1;return r/a},dispose:function(){this._controller&&this._controller.dispose(),this._controllerHost={}},remove:function(){this._mainGroup.removeAll(),this._data=null}}),Tu({type:"treeExpandAndCollapse",event:"treeExpandAndCollapse",update:"update"},function(t,e){e.eachComponent({mainType:"series",subType:"tree",query:t},function(e){var i=t.dataIndex,n=e.getData().tree,a=n.getNodeByDataIndex(i);a.isExpand=!a.isExpand})}),Tu({type:"treeRoam",event:"treeRoam",update:"none"},function(t,e){e.eachComponent({mainType:"series",subType:"tree",query:t},function(e){var i=e.coordinateSystem,n=dp(i,t);e.setCenter&&e.setCenter(n.center),e.setZoom&&e.setZoom(n.zoom)})});var mO=function(t,e){t.eachSeriesByType("tree",function(t){gp(t,e)})};Lu(_P("tree","circle")),Cu(mO),VD.extend({type:"series.treemap",layoutMode:"box",dependencies:["grid","polar"],preventUsingHoverLayer:!0,_viewRoot:null,defaultOption:{progressive:0,left:"center",top:"middle",right:null,bottom:null,width:"80%",height:"80%",sort:!0,clipWindow:"origin",squareRatio:.5*(1+Math.sqrt(5)),leafDepth:null,drillDownIcon:"▶",zoomToNodeRatio:.1024,roam:!0,nodeClick:"zoomToNode",animation:!0,animationDurationUpdate:900,animationEasing:"quinticInOut",breadcrumb:{show:!0,height:22,left:"center",top:"bottom",emptyItemWidth:25,itemStyle:{color:"rgba(0,0,0,0.7)",borderColor:"rgba(255,255,255,0.7)",borderWidth:1,shadowColor:"rgba(150,150,150,1)",shadowBlur:3,shadowOffsetX:0,shadowOffsetY:0,textStyle:{color:"#fff"}},emphasis:{textStyle:{}}},label:{show:!0,distance:0,padding:5,position:"inside",color:"#fff",ellipsis:!0},upperLabel:{show:!1,position:[0,"50%"],height:20,color:"#fff",ellipsis:!0,verticalAlign:"middle"},itemStyle:{color:null,colorAlpha:null,colorSaturation:null,borderWidth:0,gapWidth:0,borderColor:"#fff",borderColorSaturation:null},emphasis:{upperLabel:{show:!0,position:[0,"50%"],color:"#fff",ellipsis:!0,verticalAlign:"middle"}},visualDimension:0,visualMin:null,visualMax:null,color:[],colorAlpha:null,colorSaturation:null,colorMappingBy:"index",visibleMin:10,childrenVisibleMin:null,levels:[]},getInitialData:function(t,e){var i={name:t.name,children:t.data};_p(i);var n=t.levels||[];n=t.levels=wp(n,e);var a={};return a.levels=n,Af.createTree(i,this,a).data},optionUpdated:function(){this.resetViewRoot()},formatTooltip:function(t){var e=this.getData(),i=this.getRawValue(t),n=Br(_(i)?i[0]:i),a=e.getName(t);return Gr(a+": "+n)},getDataParams:function(t){var e=VD.prototype.getDataParams.apply(this,arguments),i=this.getData().tree.getNodeByDataIndex(t);return e.treePathInfo=xp(i,this),e},setLayoutInfo:function(t){this.layoutInfo=this.layoutInfo||{},r(this.layoutInfo,t)},mapIdToIndex:function(t){var e=this._idIndexMap;e||(e=this._idIndexMap=B(),this._idIndexMapCount=0);var i=e.get(t);return null==i&&e.set(t,i=this._idIndexMapCount++),i},getViewRoot:function(){return this._viewRoot},resetViewRoot:function(t){t?this._viewRoot=t:t=this._viewRoot;var e=this.getRawData().tree.root;(!t||t!==e&&!e.contains(t))&&(this._viewRoot=e)}});var vO=8,yO=8,xO=5;bp.prototype={constructor:bp,render:function(t,e,i,n){var a=t.getModel("breadcrumb"),o=this.group;if(o.removeAll(),a.get("show")&&i){var r=a.getModel("itemStyle"),s=r.getModel("textStyle"),l={pos:{left:a.get("left"),right:a.get("right"),top:a.get("top"),bottom:a.get("bottom")},box:{width:e.getWidth(),height:e.getHeight()},emptyItemWidth:a.get("emptyItemWidth"),totalWidth:0,renderList:[]};this._prepare(i,l,s),this._renderContent(t,l,r,s,n),Jr(o,l.pos,l.box)}},_prepare:function(t,e,i){for(var n=t;n;n=n.parentNode){var a=n.getModel().get("name"),o=i.getTextRect(a),r=Math.max(o.width+2*vO,e.emptyItemWidth);e.totalWidth+=r+yO,e.renderList.push({node:n,text:a,width:r})}},_renderContent:function(t,e,i,n,a){for(var o=0,r=e.emptyItemWidth,l=t.get("breadcrumb.height"),u=Kr(e.pos,e.box),h=e.totalWidth,c=e.renderList,d=c.length-1;d>=0;d--){var f=c[d],p=f.node,g=f.width,m=f.text;h>u.width&&(h-=g-r,g=r,m=null);var v=new JT({shape:{points:Sp(o,0,g,l,d===c.length-1,0===d)},style:s(i.getItemStyle(),{lineJoin:"bevel",text:m,textFill:n.getTextColor(),textFont:n.getFont()}),z:10,onclick:x(a,p)});this.group.add(v),Mp(v,t,p),o+=g+yO}},remove:function(){this.group.removeAll()}};var _O=y,wO=CM,bO=iA,SO=f,MO=3,IO=["label"],TO=["emphasis","label"],AO=["upperLabel"],DO=["emphasis","upperLabel"],CO=10,LO=1,kO=2,PO=zI([["fill","color"],["stroke","strokeColor"],["lineWidth","strokeWidth"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["shadowColor"]]),OO=function(t){var e=PO(t);return e.stroke=e.fill=e.lineWidth=null,e};Ru({type:"treemap",init:function(){this._containerGroup,this._storage=Tp(),this._oldTree,this._breadcrumb,this._controller,this._state="ready"},render:function(t,e,i,n){var a=e.findComponents({mainType:"series",subType:"treemap",query:n});if(!(u(a,t)<0)){this.seriesModel=t,this.api=i,this.ecModel=e;var o=["treemapZoomToNode","treemapRootToNode"],r=mp(n,o,t),s=n&&n.type,l=t.layoutInfo,h=!this._oldTree,c=this._storage,d="treemapRootToNode"===s&&r&&c?{rootNodeGroup:c.nodeGroup[r.node.getRawIndex()],direction:n.direction}:null,f=this._giveContainerGroup(l),p=this._doRender(f,t,d);h||s&&"treemapZoomToNode"!==s&&"treemapRootToNode"!==s?p.renderFinally():this._doAnimation(f,p,t,d),this._resetController(i),this._renderBreadcrumb(t,i,r)}},_giveContainerGroup:function(t){var e=this._containerGroup;return e||(e=this._containerGroup=new wO,this._initEvents(e),this.group.add(e)),e.attr("position",[t.x,t.y]),e},_doRender:function(t,e,i){function n(t,e,i,a,o){function r(t){return t.getId()}function s(r,s){var l=null!=r?t[r]:null,u=null!=s?e[s]:null,h=d(l,u,i,o);h&&n(l&&l.viewChildren||[],u&&u.viewChildren||[],h,a,o+1)}a?(e=t,SO(t,function(t,e){!t.isRemoved()&&s(e,e)})):new Fu(e,t,r,r).add(s).update(s).remove(x(s,null)).execute()}function a(t){var e=Tp();return t&&SO(t,function(t,i){var n=e[i];SO(t,function(t){t&&(n.push(t),t.__tmWillDelete=1)})}),e}function o(){SO(f,function(t){SO(t,function(t){t.parent&&t.parent.remove(t)})}),SO(c,function(t){t.invisible=!0,t.dirty()})}var r=e.getData().tree,s=this._oldTree,l=Tp(),u=Tp(),h=this._storage,c=[],d=x(Ap,e,u,h,i,l,c);n(r.root?[r.root]:[],s&&s.root?[s.root]:[],t,r===s||!s,0);var f=a(h);return this._oldTree=r,this._storage=u,{lastsForAnimation:l,willDeleteEls:f,renderFinally:o}},_doAnimation:function(t,e,i,n){if(i.get("animation")){var a=i.get("animationDurationUpdate"),o=i.get("animationEasing"),s=Ip();SO(e.willDeleteEls,function(t,e){SO(t,function(t){if(!t.invisible){var i,r=t.parent;if(n&&"drillDown"===n.direction)i=r===n.rootNodeGroup?{shape:{x:0,y:0,width:r.__tmNodeWidth,height:r.__tmNodeHeight},style:{opacity:0}}:{style:{opacity:0}};else{var l=0,u=0;r.__tmWillDelete||(l=r.__tmNodeWidth/2,u=r.__tmNodeHeight/2),i="nodeGroup"===e?{position:[l,u],style:{opacity:0}}:{shape:{x:l,y:u,width:0,height:0},style:{opacity:0}}}i&&s.add(t,i,a,o)}})}),SO(this._storage,function(t,i){SO(t,function(t,n){var l=e.lastsForAnimation[i][n],u={};l&&("nodeGroup"===i?l.old&&(u.position=t.position.slice(),t.attr("position",l.old)):(l.old&&(u.shape=r({},t.shape),t.setShape(l.old)),l.fadein?(t.setStyle("opacity",0),u.style={opacity:1}):1!==t.style.opacity&&(u.style={opacity:1})),s.add(t,u,a,o))})},this),this._state="animating",s.done(_O(function(){this._state="ready",e.renderFinally()},this)).start()}},_resetController:function(t){var e=this._controller;e||(e=this._controller=new $f(t.getZr()),e.enable(this.seriesModel.get("roam")),e.on("pan",_O(this._onPan,this)),e.on("zoom",_O(this._onZoom,this)));var i=new Si(0,0,t.getWidth(),t.getHeight());e.setPointerChecker(function(t,e,n){return i.contain(e,n)})},_clearController:function(){var t=this._controller;t&&(t.dispose(),t=null)},_onPan:function(t){if("animating"!==this._state&&(Math.abs(t.dx)>MO||Math.abs(t.dy)>MO)){var e=this.seriesModel.getData().tree.root;if(!e)return;var i=e.getLayout();if(!i)return;this.api.dispatchAction({type:"treemapMove",from:this.uid,seriesId:this.seriesModel.id,rootRect:{x:i.x+t.dx,y:i.y+t.dy,width:i.width,height:i.height}})}},_onZoom:function(t){var e=t.originX,i=t.originY;if("animating"!==this._state){var n=this.seriesModel.getData().tree.root;if(!n)return;var a=n.getLayout();if(!a)return;var o=new Si(a.x,a.y,a.width,a.height),r=this.seriesModel.layoutInfo;e-=r.x,i-=r.y;var s=Le();Ee(s,s,[-e,-i]),Re(s,s,[t.scale,t.scale]),Ee(s,s,[e,i]),o.applyTransform(s),this.api.dispatchAction({type:"treemapRender",from:this.uid,seriesId:this.seriesModel.id,rootRect:{x:o.x,y:o.y,width:o.width,height:o.height}})}},_initEvents:function(t){t.on("click",function(t){if("ready"===this._state){var e=this.seriesModel.get("nodeClick",!0);if(e){var i=this.findTarget(t.offsetX,t.offsetY);if(i){var n=i.node;if(n.getLayout().isLeafRoot)this._rootToNode(i);else if("zoomToNode"===e)this._zoomToNode(i);else if("link"===e){var a=n.hostTree.data.getItemModel(n.dataIndex),o=a.get("link",!0),r=a.get("target",!0)||"blank";o&&window.open(o,r)}}}}},this)},_renderBreadcrumb:function(t,e,i){function n(e){"animating"!==this._state&&(yp(t.getViewRoot(),e)?this._rootToNode({node:e}):this._zoomToNode({node:e}))}i||(i=null!=t.get("leafDepth",!0)?{node:t.getViewRoot()}:this.findTarget(e.getWidth()/2,e.getHeight()/2),i||(i={node:t.getData().tree.root})),(this._breadcrumb||(this._breadcrumb=new bp(this.group))).render(t,e,i.node,_O(n,this))},remove:function(){this._clearController(),this._containerGroup&&this._containerGroup.removeAll(),this._storage=Tp(),this._state="ready",this._breadcrumb&&this._breadcrumb.remove()},dispose:function(){this._clearController()},_zoomToNode:function(t){this.api.dispatchAction({type:"treemapZoomToNode",from:this.uid,seriesId:this.seriesModel.id,targetNode:t.node})},_rootToNode:function(t){this.api.dispatchAction({type:"treemapRootToNode",from:this.uid,seriesId:this.seriesModel.id,targetNode:t.node})},findTarget:function(t,e){var i,n=this.seriesModel.getViewRoot();return n.eachNode({attr:"viewChildren",order:"preorder"},function(n){var a=this._storage.background[n.getRawIndex()];if(a){var o=a.transformCoordToLocal(t,e),r=a.shape;if(!(r.x<=o[0]&&o[0]<=r.x+r.width&&r.y<=o[1]&&o[1]<=r.y+r.height))return!1;i={node:n,offsetX:o[0],offsetY:o[1]}}},this),i}});for(var EO=function(){},NO=["treemapZoomToNode","treemapRender","treemapMove"],RO=0;ROn&&(o=n,a=i)}for(var a,o=1/0,r=0,s=e.length;s>r;r++){var l=e[r].value;if(null!=l){if(l===t||"string"==typeof l&&l===t+"")return r;i&&n(l,r)}}for(var r=0,s=e.length;s>r;r++){var u=e[r],h=u.interval,c=u.close;if(h){if(h[0]===-1/0){if(Gp(c[1],t,h[1]))return r}else if(1/0===h[1]){if(Gp(c[0],h[0],t))return r}else if(Gp(c[0],h[0],t)&&Gp(c[1],t,h[1]))return r;i&&n(h[0],r),i&&n(h[1],r)}}return i?1/0===t?e.length-1:t===-1/0?0:a:void 0};var HO=_,ZO="itemStyle",UO={seriesType:"treemap",reset:function(t){var e=t.getData().tree,i=e.root,n=t.getModel(ZO);if(!i.isRemoved()){var a=p(e.levelModels,function(t){return t?t.get(ZO):null});Fp(i,{},a,n,t.getViewRoot().getAncestors(),t)}}},XO=Math.max,YO=Math.min,jO=D,qO=f,KO=["itemStyle","borderWidth"],$O=["itemStyle","gapWidth"],JO=["upperLabel","show"],QO=["upperLabel","height"],tE={seriesType:"treemap",reset:function(t,e,i,n){var a=i.getWidth(),o=i.getHeight(),s=t.option,l=$r(t.getBoxLayoutParams(),{width:i.getWidth(),height:i.getHeight()}),u=s.size||[],h=br(jO(l.width,u[0]),a),c=br(jO(l.height,u[1]),o),d=n&&n.type,f=["treemapZoomToNode","treemapRootToNode"],p=mp(n,f,t),g="treemapRender"===d||"treemapMove"===d?n.rootRect:null,m=t.getViewRoot(),v=vp(m);if("treemapMove"!==d){var y="treemapZoomToNode"===d?ig(t,p,m,h,c):g?[g.width,g.height]:[h,c],x=s.sort;x&&"asc"!==x&&"desc"!==x&&(x="desc");var _={squareRatio:s.squareRatio,sort:x,leafDepth:s.leafDepth};m.hostTree.clearLayouts();var w={x:0,y:0,width:y[0],height:y[1],area:y[0]*y[1]};m.setLayout(w),qp(m,_,!1,0);var w=m.getLayout();qO(v,function(t,e){var i=(v[e+1]||m).getValue();t.setLayout(r({dataExtent:[i,i],borderWidth:0,upperHeight:0},w))})}var b=t.getData().tree.root;b.setLayout(ng(l,g,p),!0),t.setLayoutInfo(l),ag(b,new Si(-l.x,-l.y,a,o),v,m,0)}};Lu(UO),Cu(tE),VD.extend({type:"series.sunburst",_viewRoot:null,getInitialData:function(t){var e={name:t.name,children:t.data};rg(e);var i=t.levels||[],n={};return n.levels=i,Af.createTree(e,this,n).data},optionUpdated:function(){this.resetViewRoot()},getDataParams:function(t){var e=VD.prototype.getDataParams.apply(this,arguments),i=this.getData().tree.getNodeByDataIndex(t);return e.treePathInfo=xp(i,this),e},defaultOption:{zlevel:0,z:2,center:["50%","50%"],radius:[0,"75%"],clockwise:!0,startAngle:90,minAngle:0,percentPrecision:2,stillShowZeroSum:!0,highlightPolicy:"descendant",nodeClick:"rootToNode",renderLabelForZeroData:!1,label:{rotate:"radial",show:!0,opacity:1,align:"center",position:"inside",distance:5,silent:!0,emphasis:{}},itemStyle:{borderWidth:1,borderColor:"white",borderType:"solid",shadowBlur:0,shadowColor:"rgba(0, 0, 0, 0.2)",shadowOffsetX:0,shadowOffsetY:0,opacity:1,emphasis:{},highlight:{opacity:1},downplay:{opacity:.9}},animationType:"expansion",animationDuration:1e3,animationDurationUpdate:500,animationEasing:"cubicOut",data:[],levels:[],sort:"desc"},getViewRoot:function(){return this._viewRoot},resetViewRoot:function(t){t?this._viewRoot=t:t=this._viewRoot;var e=this.getRawData().tree.root;(!t||t!==e&&!e.contains(t))&&(this._viewRoot=e)}});var eE={NONE:"none",DESCENDANT:"descendant",ANCESTOR:"ancestor",SELF:"self"},iE=2,nE=4,aE=sg.prototype;aE.updateData=function(t,e,i,n,o){this.node=e,e.piece=this,n=n||this._seriesModel,o=o||this._ecModel;var l=this.childAt(0);l.dataIndex=e.dataIndex;var u=e.getModel(),h=e.getLayout(),c=r({},h);c.label=null;var d=lg(e,n,o);cg(e,n,d);var f,p=u.getModel("itemStyle").getItemStyle();if("normal"===i)f=p;else{var g=u.getModel(i+".itemStyle").getItemStyle();f=a(g,p)}f=s({lineJoin:"bevel",fill:f.fill||d},f),t?(l.setShape(c),l.shape.r=h.r0,er(l,{shape:{r:h.r}},n,e.dataIndex),l.useStyle(f)):"object"==typeof f.fill&&f.fill.type||"object"==typeof l.style.fill&&l.style.fill.type?(er(l,{shape:c},n),l.useStyle(f)):er(l,{shape:c,style:f},n),this._updateLabel(n,d,i);var m=u.getShallow("cursor");if(m&&l.attr("cursor",m),t){var v=n.getShallow("highlightPolicy");this._initEvents(l,e,n,v)}this._seriesModel=n||this._seriesModel,this._ecModel=o||this._ecModel},aE.onEmphasis=function(t){var e=this;this.node.hostTree.root.eachNode(function(i){i.piece&&(e.node===i?i.piece.updateData(!1,i,"emphasis"):hg(i,e.node,t)?i.piece.childAt(0).trigger("highlight"):t!==eE.NONE&&i.piece.childAt(0).trigger("downplay"))})},aE.onNormal=function(){this.node.hostTree.root.eachNode(function(t){t.piece&&t.piece.updateData(!1,t,"normal")})},aE.onHighlight=function(){this.updateData(!1,this.node,"highlight")},aE.onDownplay=function(){this.updateData(!1,this.node,"downplay")},aE._updateLabel=function(t,e,i){function n(t){var e=r.get(t);return null==e?o.get(t):e}var a=this.node.getModel(),o=a.getModel("label"),r="normal"===i||"emphasis"===i?o:a.getModel(i+".label"),s=a.getModel("emphasis.label"),l=D(t.getFormattedLabel(this.node.dataIndex,i,null,null,"label"),this.node.name);n("show")===!1&&(l="");var u=this.node.getLayout(),h=r.get("minAngle");null==h&&(h=o.get("minAngle")),h=h/180*Math.PI;var c=u.endAngle-u.startAngle;null!=h&&Math.abs(c)Math.PI/2?"right":"left"):x&&"center"!==x?"left"===x?(f=u.r0+y,p>Math.PI/2&&(x="right")):"right"===x&&(f=u.r-y,p>Math.PI/2&&(x="left")):(f=(u.r+u.r0)/2,x="center"),d.attr("style",{text:l,textAlign:x,textVerticalAlign:n("verticalAlign")||"middle",opacity:n("opacity")});var _=f*g+u.cx,w=f*m+u.cy;d.attr("position",[_,w]);var b=n("rotate"),S=0;"radial"===b?(S=-p,S<-Math.PI/2&&(S+=Math.PI)):"tangential"===b?(S=Math.PI/2-p,S>Math.PI/2?S-=Math.PI:S<-Math.PI/2&&(S+=Math.PI)):"number"==typeof b&&(S=b*Math.PI/180),d.attr("rotation",S)},aE._initEvents=function(t,e,i,n){t.off("mouseover").off("mouseout").off("emphasis").off("normal");var a=this,o=function(){a.onEmphasis(n)},r=function(){a.onNormal()},s=function(){a.onDownplay()},l=function(){a.onHighlight()};i.isAnimationEnabled()&&t.on("mouseover",o).on("mouseout",r).on("emphasis",o).on("normal",r).on("downplay",s).on("highlight",l)},h(sg,CM);var oE="sunburstRootToNode",rE=(fl.extend({type:"sunburst",init:function(){},render:function(t,e,i,n){function a(t,e){function i(t){return t.getId()}function n(i,n){var a=null==i?null:t[i],r=null==n?null:e[n];o(a,r)}(0!==t.length||0!==e.length)&&new Fu(e,t,i,i).add(n).update(n).remove(x(n,null)).execute()}function o(i,n){if(f||!i||i.getValue()||(i=null),i!==h&&n!==h)if(n&&n.piece)i?(n.piece.updateData(!1,i,"normal",t,e),u.setItemGraphicEl(i.dataIndex,n.piece)):r(n);else if(i){var a=new sg(i,t,e);d.add(a),u.setItemGraphicEl(i.dataIndex,a)}}function r(t){t&&t.piece&&(d.remove(t.piece),t.piece=null)}function s(i,n){if(n.depth>0){l.virtualPiece?l.virtualPiece.updateData(!1,i,"normal",t,e):(l.virtualPiece=new sg(i,t,e),d.add(l.virtualPiece)),n.piece._onclickEvent&&n.piece.off("click",n.piece._onclickEvent);var a=function(){l._rootToNode(n.parentNode)};n.piece._onclickEvent=a,l.virtualPiece.on("click",a)}else l.virtualPiece&&(d.remove(l.virtualPiece),l.virtualPiece=null)}var l=this;this.seriesModel=t,this.api=i,this.ecModel=e;var u=t.getData(),h=u.tree.root,c=t.getViewRoot(),d=this.group,f=t.get("renderLabelForZeroData"),p=[];c.eachNode(function(t){p.push(t)});var g=this._oldChildren||[];if(a(p,g),s(h,c),n&&n.highlight&&n.highlight.piece){var m=t.getShallow("highlightPolicy");n.highlight.piece.onEmphasis(m)}else if(n&&n.unhighlight){var v=this.virtualPiece;!v&&h.children.length&&(v=h.children[0].piece),v&&v.onNormal()}this._initEvents(),this._oldChildren=p},dispose:function(){},_initEvents:function(){var t=this,e=function(e){var i=!1,n=t.seriesModel.getViewRoot();n.eachNode(function(n){if(!i&&n.piece&&n.piece.childAt(0)===e.target){var a=n.getModel().get("nodeClick");if("rootToNode"===a)t._rootToNode(n);else if("link"===a){var o=n.getModel(),r=o.get("link");if(r){var s=o.get("target",!0)||"_blank";window.open(r,s)}}i=!0}})};this.group._onclickEvent&&this.group.off("click",this.group._onclickEvent),this.group.on("click",e),this.group._onclickEvent=e},_rootToNode:function(t){t!==this.seriesModel.getViewRoot()&&this.api.dispatchAction({type:oE,from:this.uid,seriesId:this.seriesModel.id,targetNode:t})},containPoint:function(t,e){var i=e.getData(),n=i.getItemLayout(0);if(n){var a=t[0]-n.cx,o=t[1]-n.cy,r=Math.sqrt(a*a+o*o);return r<=n.r&&r>=n.r0}}}),"sunburstRootToNode");Tu({type:rE,update:"updateView"},function(t,e){function i(e){var i=mp(t,[rE],e);if(i){var n=e.getViewRoot();n&&(t.direction=yp(n,i.node)?"rollUp":"drillDown"),e.resetViewRoot(i.node)}}e.eachComponent({mainType:"series",subType:"sunburst",query:t},i)});var sE="sunburstHighlight";Tu({type:sE,update:"updateView"},function(t,e){function i(e){var i=mp(t,[sE],e);i&&(t.highlight=i.node)}e.eachComponent({mainType:"series",subType:"sunburst",query:t},i)});var lE="sunburstUnhighlight";Tu({type:lE,update:"updateView"},function(t,e){function i(){t.unhighlight=!0}e.eachComponent({mainType:"series",subType:"sunburst",query:t},i)});var uE=Math.PI/180,hE=function(t,e,i){e.eachSeriesByType(t,function(t){var e=t.get("center"),n=t.get("radius");_(n)||(n=[0,n]),_(e)||(e=[e,e]);var a=i.getWidth(),o=i.getHeight(),r=Math.min(a,o),s=br(e[0],a),l=br(e[1],o),u=br(n[0],r/2),h=br(n[1],r/2),c=-t.get("startAngle")*uE,d=t.get("minAngle")*uE,p=t.getData().tree.root,g=t.getViewRoot(),m=g.depth,v=t.get("sort");null!=v&&dg(g,v);var y=0;f(g.children,function(t){!isNaN(t.getValue())&&y++});var x=g.getValue(),w=Math.PI/(x||y)*2,b=g.depth>0,S=g.height-(b?-1:1),M=(h-u)/(S||1),I=t.get("clockwise"),T=t.get("stillShowZeroSum"),A=I?1:-1,D=function(t,e){if(t){var i=e;if(t!==p){var n=t.getValue(),a=0===x&&T?w:n*w;d>a&&(a=d),i=e+A*a;var o=t.depth-m-(b?-1:1),h=u+M*o,c=u+M*(o+1),g=t.getModel();null!=g.get("r0")&&(h=br(g.get("r0"),r/2)),null!=g.get("r")&&(c=br(g.get("r"),r/2)),t.setLayout({angle:a,startAngle:e,endAngle:i,clockwise:I,cx:s,cy:l,r0:h,r:c})}if(t.children&&t.children.length){var v=0;f(t.children,function(t){v+=D(t,e+v)})}return i-e}};if(b){var C=u,L=u+M,k=2*Math.PI;p.setLayout({angle:k,startAngle:c,endAngle:c+k,clockwise:I,cx:s,cy:l,r0:C,r:L})}D(g,c)})};Lu(x(LP,"sunburst")),Cu(x(hE,"sunburst")),Mu(x(RP,"sunburst"));for(var cE=[126,25],dE=[[[0,3.5],[7,11.2],[15,11.9],[30,7],[42,.7],[52,.7],[56,7.7],[59,.7],[64,.7],[64,0],[5,0],[0,3.5]],[[13,16.1],[19,14.7],[16,21.7],[11,23.1],[13,16.1]],[[12,32.2],[14,38.5],[15,38.5],[13,32.2],[12,32.2]],[[16,47.6],[12,53.2],[13,53.2],[18,47.6],[16,47.6]],[[6,64.4],[8,70],[9,70],[8,64.4],[6,64.4]],[[23,82.6],[29,79.8],[30,79.8],[25,82.6],[23,82.6]],[[37,70.7],[43,62.3],[44,62.3],[39,70.7],[37,70.7]],[[48,51.1],[51,45.5],[53,45.5],[50,51.1],[48,51.1]],[[51,35],[51,28.7],[53,28.7],[53,35],[51,35]],[[52,22.4],[55,17.5],[56,17.5],[53,22.4],[52,22.4]],[[58,12.6],[62,7],[63,7],[60,12.6],[58,12.6]],[[0,3.5],[0,93.1],[64,93.1],[64,0],[63,0],[63,92.4],[1,92.4],[1,3.5],[0,3.5]]],fE=0;fEo;o++){var s=t.getName(o); +i.set(s,!0),n.push({name:s,value:t.get(e,o),selected:tl(t,o,"selected")})}var l=AE.load(this.getMapType(),this.option.nameMap);return f(l.regions,function(t){var e=t.name;i.get(e)||(n.push({name:e}),a.push(e))}),this.updateSelectedMap(n),t.appendValues([],a),t},getHostGeoModel:function(){var t=this.option.geoIndex;return null!=t?this.dependentModels.geo[t]:null},getMapType:function(){return(this.getHostGeoModel()||this).option.map},getRawValue:function(t){var e=this.getData();return e.get(e.mapDimension("value"),t)},getRegionModel:function(t){var e=this.getData();return e.getItemModel(e.indexOfName(t))},formatTooltip:function(t){for(var e=this.getData(),i=Br(this.getRawValue(t)),n=e.getName(t),a=this.seriesGroup,o=[],r=0;r"+Gr(n+" : "+i)},getTooltipPosition:function(t){if(null!=t){var e=this.getData().getName(t),i=this.coordinateSystem,n=i.getRegion(e);return n&&i.dataToPoint(n.center)}},setZoom:function(t){this.option.zoom=t},setCenter:function(t){this.option.center=t},defaultOption:{zlevel:0,z:2,coordinateSystem:"geo",map:"",left:"center",top:"center",aspectScale:.75,showLegendSymbol:!0,dataRangeHoverLink:!0,boundingCoords:null,center:null,zoom:1,scaleLimit:null,label:{show:!1,color:"#000"},itemStyle:{borderWidth:.5,borderColor:"#444",areaColor:"#eee"},emphasis:{label:{show:!0,color:"rgb(100,0,0)"},itemStyle:{areaColor:"rgba(255,215,0,0.8)"}}}});c(DE,TP),wg.prototype={constructor:wg,draw:function(t,e,i,n){var a="geo"===t.mainType,o=t.getData&&t.getData();a&&e.eachComponent({mainType:"series",subType:"map"},function(e){o||e.getHostGeoModel()!==t||(o=e.getData())});var r=t.coordinateSystem;this._updateBackground(r);var s=this._regionsGroup,l=this.group;r._roamTransformable.transform&&(l.transform=r._roamTransformable.transform.slice(),l.decomposeTransform());var u=r._rawTransformable.scale,h=r._rawTransformable.position;s.removeAll();var c=["itemStyle"],d=["emphasis","itemStyle"],p=["label"],g=["emphasis","label"],m=B();f(r.regions,function(e){var i=m.get(e.name)||m.set(e.name,new CM),n=new lA({segmentIgnoreThreshold:1,shape:{paths:[]}});i.add(n);var r,v=t.getRegionModel(e.name)||t,y=v.getModel(c),x=v.getModel(d),_=yg(y),w=yg(x),b=v.getModel(p),S=v.getModel(g);if(o){r=o.indexOfName(e.name);var M=o.getItemVisual(r,"color",!0);M&&(_.fill=M)}var I=function(t){return[t[0]*u[0]+h[0],t[1]*u[1]+h[1]]};f(e.geometries,function(t){if("polygon"===t.type){for(var e=[],i=0;i=0)&&(L=t);var P=new ZT({position:I(e.center.slice()),scale:[1/l.scale[0],1/l.scale[1]],z2:10,silent:!0});Ho(P.style,P.hoverStyle={},b,S,{labelFetcher:L,labelDataIndex:k,defaultText:e.name,useInsideStyle:!1},{textAlign:"center",textVerticalAlign:"middle"}),i.add(P)}if(o)o.setItemGraphicEl(r,i);else{var v=t.getRegionModel(e.name);n.eventData={componentType:"geo",componentIndex:t.componentIndex,geoIndex:t.componentIndex,name:e.name,region:v&&v.option||{}}}var O=i.__regions||(i.__regions=[]);O.push(e),i.highDownSilentOnTouch=!!t.get("selectedMode"),Vo(i,w),s.add(i)}),this._updateController(t,e,i),xg(this,t,s,i,n),_g(t,s)},remove:function(){this._regionsGroup.removeAll(),this._backgroundGroup.removeAll(),this._controller.dispose(),this._mapName&&AE.removeGraphic(this._mapName,this.uid),this._mapName=null,this._controllerHost={}},_updateBackground:function(t){var e=t.map;this._mapName!==e&&f(AE.makeGraphic(e,this.uid),function(t){this._backgroundGroup.add(t)},this),this._mapName=e},_updateController:function(t,e,i){function n(){var e={type:"geoRoam",componentType:l};return e[l+"Id"]=t.id,e}var a=t.coordinateSystem,o=this._controller,s=this._controllerHost;s.zoomLimit=t.get("scaleLimit"),s.zoom=a.getZoom(),o.enable(t.get("roam")||!1);var l=t.mainType;o.off("pan").on("pan",function(t){this._mouseDownFlag=!1,Uf(s,t.dx,t.dy),i.dispatchAction(r(n(),{dx:t.dx,dy:t.dy}))},this),o.off("zoom").on("zoom",function(t){if(this._mouseDownFlag=!1,Xf(s,t.scale,t.originX,t.originY),i.dispatchAction(r(n(),{zoom:t.scale,originX:t.originX,originY:t.originY})),this._updateGroup){var e=this.group.scale;this._regionsGroup.traverse(function(t){"text"===t.type&&t.attr("scale",[1/e[0],1/e[1]])})}},this),o.setPointerChecker(function(e,n,o){return a.getViewRectAfterRoam().contain(n,o)&&!rp(e,i,t)})}};var CE="__seriesMapHighDown",LE="__seriesMapCallKey";Ru({type:"map",render:function(t,e,i,n){if(!n||"mapToggleSelect"!==n.type||n.from!==this.uid){var a=this.group;if(a.removeAll(),!t.getHostGeoModel()){if(n&&"geoRoam"===n.type&&"series"===n.componentType&&n.seriesId===t.id){var o=this._mapDraw;o&&a.add(o.group)}else if(t.needsDrawMap){var o=this._mapDraw||new wg(i,!0);a.add(o.group),o.draw(t,e,i,this,n),this._mapDraw=o}else this._mapDraw&&this._mapDraw.remove(),this._mapDraw=null;t.get("showLegendSymbol")&&e.getComponent("legend")&&this._renderSymbols(t,e,i)}}},remove:function(){this._mapDraw&&this._mapDraw.remove(),this._mapDraw=null,this.group.removeAll()},dispose:function(){this._mapDraw&&this._mapDraw.remove(),this._mapDraw=null},_renderSymbols:function(t){var e=t.originalData,i=this.group;e.each(e.mapDimension("value"),function(n,a){if(!isNaN(n)){var o=e.getItemLayout(a);if(o&&o.point){var s=o.point,l=o.offset,u=new UT({style:{fill:t.getData().getVisual("color")},shape:{cx:s[0]+9*l,cy:s[1],r:3},silent:!0,z2:8+(l?0:mA+1)});if(!l){var h=t.mainSeries.getData(),c=e.getName(a),d=h.indexOfName(c),f=e.getItemModel(a),p=f.getModel("label"),g=f.getModel("emphasis.label"),m=h.getItemGraphicEl(d),v=C(t.getFormattedLabel(d,"normal"),c),y=C(t.getFormattedLabel(d,"emphasis"),v),_=m[CE],w=Math.random();if(!_){_=m[CE]={};var b=x(bg,!0),S=x(bg,!1);m.on("mouseover",b).on("mouseout",S).on("emphasis",b).on("normal",S)}m[LE]=w,r(_,{recordVersion:w,circle:u,labelModel:p,hoverLabelModel:g,emphasisText:y,normalText:v}),Sg(_,!1)}i.add(u)}}})}}),Tu({type:"geoRoam",event:"geoRoam",update:"updateTransform"},function(t,e){var i=t.componentType||"series";e.eachComponent({mainType:i,query:t},function(e){var n=e.coordinateSystem;if("geo"===n.type){var a=dp(n,t,e.get("scaleLimit"));e.setCenter&&e.setCenter(a.center),e.setZoom&&e.setZoom(a.zoom),"series"===i&&f(e.seriesGroup,function(t){t.setCenter(a.center),t.setZoom(a.zoom)})}})}),Mg.prototype={constructor:Mg,type:"geo",dimensions:["lng","lat"],containCoord:function(t){for(var e=this.regions,i=0;ia;a++)e[a]=e[a]||[],e[a][0]=this._flatCoords[i+2*a],e[a][1]=this._flatCoords[i+2*a+1];return n}for(var o=this._getCoordsFromItemModel(t),a=0;al;){s++;var u=t[l++];n[r++]=o+e,n[r++]=u;for(var h=0;u>h;h++){var c=t[l++],d=t[l++];a[o++]=c,a[o++]=d}}return{flatCoordsOffset:new Uint32Array(n.buffer,0,r),flatCoords:a,count:s}}return{flatCoordsOffset:null,flatCoords:null,count:t.length}},getInitialData:function(t){var e=new bL(["value"],this);return e.hasItemOption=!1,e.initData(t.data,[],function(t,i,n,a){if(t instanceof Array)return 0/0;e.hasItemOption=!0;var o=t.value;return null!=o?o instanceof Array?o[a]:o:void 0}),e},formatTooltip:function(t){var e=this.getData(),i=e.getItemModel(t),n=i.get("name");if(n)return n;var a=i.get("fromName"),o=i.get("toName"),r=[];return null!=a&&r.push(a),null!=o&&r.push(o),Gr(r.join(" > "))},preventIncremental:function(){return!!this.get("effect.show")},getProgressive:function(){var t=this.option.progressive;return null==t?this.option.large?1e4:this.get("progressive"):t},getProgressiveThreshold:function(){var t=this.option.progressiveThreshold;return null==t?this.option.large?2e4:this.get("progressiveThreshold"):t},defaultOption:{coordinateSystem:"geo",zlevel:0,z:2,legendHoverLink:!0,hoverAnimation:!0,xAxisIndex:0,yAxisIndex:0,symbol:["none","none"],symbolSize:[10,10],geoIndex:0,effect:{show:!1,period:4,constantSpeed:0,symbol:"circle",symbolSize:3,loop:!0,trailLength:.2},large:!1,largeThreshold:2e3,polyline:!1,clip:!0,label:{show:!1,position:"end"},lineStyle:{opacity:.5}}}),VE=aA.prototype,GE=rA.prototype,FE=mo({type:"ec-line",style:{stroke:"#000",fill:null},shape:{x1:0,y1:0,x2:0,y2:0,percent:1,cpx1:null,cpy1:null},buildPath:function(t,e){this[Lg(e)?"_buildPathLine":"_buildPathCurve"](t,e)},_buildPathLine:VE.buildPath,_buildPathCurve:GE.buildPath,pointAt:function(t){return this[Lg(this.shape)?"_pointAtLine":"_pointAtCurve"](t)},_pointAtLine:VE.pointAt,_pointAtCurve:GE.pointAt,tangentAt:function(t){var e=this.shape,i=Lg(e)?[e.x2-e.x1,e.y2-e.y1]:this._tangentAtCurve(t);return te(i,i)},_tangentAtCurve:GE.tangentAt}),WE=["fromSymbol","toSymbol"],HE=Rg.prototype;HE.beforeUpdate=Ng,HE._createLine=function(t,e,i){var n=t.hostModel,a=t.getItemLayout(e),o=Og(a);o.shape.percent=0,ir(o,{shape:{percent:1}},n,e),this.add(o);var r=new ZT({name:"label",lineLabelOriginalOpacity:1});this.add(r),f(WE,function(i){var n=Pg(i,t,e);this.add(n),this[kg(i)]=t.getItemVisual(e,i)},this),this._updateCommonStl(t,e,i)},HE.updateData=function(t,e,i){var n=t.hostModel,a=this.childOfName("line"),o=t.getItemLayout(e),r={shape:{}};Eg(r.shape,o),er(a,r,n,e),f(WE,function(i){var n=t.getItemVisual(e,i),a=kg(i);if(this[a]!==n){this.remove(this.childOfName(i));var o=Pg(i,t,e);this.add(o)}this[a]=n},this),this._updateCommonStl(t,e,i)},HE._updateCommonStl=function(t,e,i){var n=t.hostModel,a=this.childOfName("line"),o=i&&i.lineStyle,r=i&&i.hoverLineStyle,l=i&&i.labelModel,u=i&&i.hoverLabelModel;if(!i||t.hasItemOption){var h=t.getItemModel(e);o=h.getModel("lineStyle").getLineStyle(),r=h.getModel("emphasis.lineStyle").getLineStyle(),l=h.getModel("label"),u=h.getModel("emphasis.label")}var c=t.getItemVisual(e,"color"),d=L(t.getItemVisual(e,"opacity"),o.opacity,1);a.useStyle(s({strokeNoScale:!0,fill:"none",stroke:c,opacity:d},o)),a.hoverStyle=r,f(WE,function(t){var e=this.childOfName(t);e&&(e.setColor(c),e.setStyle({opacity:d}))},this);var p,g,m=l.getShallow("show"),v=u.getShallow("show"),y=this.childOfName("label");if((m||v)&&(p=c||"#000",g=n.getFormattedLabel(e,"normal",t.dataType),null==g)){var x=n.getRawValue(e);g=null==x?t.getName(e):isFinite(x)?Sr(x):x}var _=m?g:null,w=v?C(n.getFormattedLabel(e,"emphasis",t.dataType),g):null,b=y.style;(null!=_||null!=w)&&(Uo(y.style,l,{text:_},{autoColor:p}),y.__textAlign=b.textAlign,y.__verticalAlign=b.textVerticalAlign,y.__position=l.get("position")||"middle"),y.hoverStyle=null!=w?{text:w,textFill:u.getTextColor(!0),fontStyle:u.getShallow("fontStyle"),fontWeight:u.getShallow("fontWeight"),fontSize:u.getShallow("fontSize"),fontFamily:u.getShallow("fontFamily")}:{text:null},y.ignore=!m&&!v,Vo(this)},HE.highlight=function(){this.trigger("emphasis")},HE.downplay=function(){this.trigger("normal")},HE.updateLayout=function(t,e){this.setLinePoints(t.getItemLayout(e))},HE.setLinePoints=function(t){var e=this.childOfName("line");Eg(e.shape,t),e.dirty()},h(Rg,CM);var ZE=zg.prototype;ZE.isPersistent=function(){return!0},ZE.updateData=function(t){var e=this,i=e.group,n=e._lineData;e._lineData=t,n||i.removeAll();var a=Gg(t);t.diff(n).add(function(i){Bg(e,t,i,a)}).update(function(i,o){Vg(e,n,t,o,i,a)}).remove(function(t){i.remove(n.getItemGraphicEl(t))}).execute()},ZE.updateLayout=function(){var t=this._lineData;t&&t.eachItemGraphicEl(function(e,i){e.updateLayout(t,i)},this)},ZE.incrementalPrepareUpdate=function(t){this._seriesScope=Gg(t),this._lineData=null,this.group.removeAll()},ZE.incrementalUpdate=function(t,e){function i(t){t.isGroup||(t.incremental=t.useHoverLayer=!0)}for(var n=t.start;n0&&(r=this.getLineLength(n)/l*1e3),r!==this._period||s!==this._loop){n.stopAnimation();var c=u;h&&(c=u(i)),n.__t>0&&(c=-r*n.__t),n.__t=0;var d=n.animate("",s).when(r,{__t:1}).delay(c).during(function(){a.updateSymbolPosition(n)});s||d.done(function(){a.remove(n)}),d.start()}this._period=r,this._loop=s}},UE.getLineLength=function(t){return ES(t.__p1,t.__cp1)+ES(t.__cp1,t.__p2)},UE.updateAnimationPoints=function(t,e){t.__p1=e[0],t.__p2=e[1],t.__cp1=e[2]||[(e[0][0]+e[1][0])/2,(e[0][1]+e[1][1])/2]},UE.updateData=function(t,e,i){this.childAt(0).updateData(t,e,i),this._updateEffectSymbol(t,e)},UE.updateSymbolPosition=function(t){var e=t.__p1,i=t.__p2,n=t.__cp1,a=t.__t,o=t.position,r=La,s=ka;o[0]=r(e[0],n[0],i[0],a),o[1]=r(e[1],n[1],i[1],a);var l=s(e[0],n[0],i[0],a),u=s(e[1],n[1],i[1],a);t.rotation=-Math.atan2(u,l)-Math.PI/2,t.ignore=!1},UE.updateLayout=function(t,e){this.childAt(0).updateLayout(t,e);var i=t.getItemModel(e).getModel("effect");this._updateEffectAnimation(t,i,e)},h(Hg,CM);var XE=Zg.prototype;XE._createPolyline=function(t,e,i){var n=t.getItemLayout(e),a=new QT({shape:{points:n}});this.add(a),this._updateCommonStl(t,e,i)},XE.updateData=function(t,e,i){var n=t.hostModel,a=this.childAt(0),o={shape:{points:t.getItemLayout(e)}};er(a,o,n,e),this._updateCommonStl(t,e,i)},XE._updateCommonStl=function(t,e,i){var n=this.childAt(0),a=t.getItemModel(e),o=t.getItemVisual(e,"color"),r=i&&i.lineStyle,l=i&&i.hoverLineStyle;(!i||t.hasItemOption)&&(r=a.getModel("lineStyle").getLineStyle(),l=a.getModel("emphasis.lineStyle").getLineStyle()),n.useStyle(s({strokeNoScale:!0,fill:"none",stroke:o},r)),n.hoverStyle=l,Vo(this)},XE.updateLayout=function(t,e){var i=this.childAt(0);i.setShape("points",t.getItemLayout(e))},h(Zg,CM);var YE=Ug.prototype;YE.createLine=function(t,e,i){return new Zg(t,e,i)},YE.updateAnimationPoints=function(t,e){this._points=e;for(var i=[0],n=0,a=1;a=0&&!(n[o]<=e);o--);o=Math.min(o,a-2)}else{for(var o=r;a>o&&!(n[o]>e);o++);o=Math.min(o-1,a-2)}ae(t.position,i[o],i[o+1],(e-n[o])/(n[o+1]-n[o]));var l=i[o+1][0]-i[o][0],u=i[o+1][1]-i[o][1];t.rotation=-Math.atan2(u,l)-Math.PI/2,this._lastFrame=o,this._lastFramePercent=e,t.ignore=!1}},h(Ug,Hg);var jE=mo({shape:{polyline:!1,curveness:0,segs:[]},buildPath:function(t,e){var i=e.segs,n=e.curveness;if(e.polyline)for(var a=0;a0){t.moveTo(i[a++],i[a++]);for(var r=1;o>r;r++)t.lineTo(i[a++],i[a++])}}else for(var a=0;a0){var c=(s+u)/2-(l-h)*n,d=(l+h)/2-(u-s)*n;t.quadraticCurveTo(c,d,u,h)}else t.lineTo(u,h)}},findDataIndex:function(){var t=this.shape,e=t.segs,i=t.curveness;if(t.polyline)for(var n=0,a=0;a0)for(var r=e[a++],s=e[a++],l=1;o>l;l++){var u=e[a++],h=e[a++];if(Fa(r,s,u,h))return n}n++}else for(var n=0,a=0;a0){var c=(r+u)/2-(s-h)*i,d=(s+h)/2-(u-r)*i;if(Ha(r,s,c,d,u,h))return n}else if(Fa(r,s,u,h))return n;n++}return-1}}),qE=Xg.prototype;qE.isPersistent=function(){return!this._incremental},qE.updateData=function(t){this.group.removeAll();var e=new jE({rectHover:!0,cursor:"default"});e.setShape({segs:t.getLayout("linesPoints")}),this._setCommon(e,t),this.group.add(e),this._incremental=null},qE.incrementalPrepareUpdate=function(t){this.group.removeAll(),this._clearIncremental(),t.count()>5e5?(this._incremental||(this._incremental=new go({silent:!0})),this.group.add(this._incremental)):this._incremental=null},qE.incrementalUpdate=function(t,e){var i=new jE;i.setShape({segs:e.getLayout("linesPoints")}),this._setCommon(i,e,!!this._incremental),this._incremental?this._incremental.addDisplayable(i,!0):(i.rectHover=!0,i.cursor="default",i.__startIndex=t.start,this.group.add(i))},qE.remove=function(){this._clearIncremental(),this._incremental=null,this.group.removeAll()},qE._setCommon=function(t,e,i){var n=e.hostModel;t.setShape({polyline:n.get("polyline"),curveness:n.get("lineStyle.curveness")}),t.useStyle(n.getModel("lineStyle").getLineStyle()),t.style.strokeNoScale=!0;var a=e.getVisual("color");a&&t.setStyle("stroke",a),t.setStyle("fill"),i||(t.seriesIndex=n.seriesIndex,t.on("mousemove",function(e){t.dataIndex=null;var i=t.findDataIndex(e.offsetX,e.offsetY);i>0&&(t.dataIndex=i+t.__startIndex)}))},qE._clearIncremental=function(){var t=this._incremental;t&&t.clearDisplaybles()};var KE={seriesType:"lines",plan:WD(),reset:function(t){function e(e,o){var r=[];if(a){var s,l=e.end-e.start;if(n){for(var u=0,h=e.start;hp;p++)d=i.dataToPoint(r[p],!1,d),s[c++]=d[0],s[c++]=d[1]}o.setLayout("linesPoints",s)}else for(var h=e.start;hv;v++)m.push(i.dataToPoint(r[v]));else{m[0]=i.dataToPoint(r[0]),m[1]=i.dataToPoint(r[1]);var y=g.get("lineStyle.curveness");+y&&(m[2]=[(m[0][0]+m[1][0])/2-(m[0][1]-m[1][1])*y,(m[0][1]+m[1][1])/2-(m[1][0]-m[0][0])*y])}o.setItemLayout(h,m)}}var i=t.coordinateSystem,n=t.get("polyline"),a=t.pipelineContext.large;return{progress:e}}};Ru({type:"lines",init:function(){},render:function(t,e,i){var n=t.getData(),a=this._updateLineDraw(n,t),o=t.get("zlevel"),r=t.get("effect.trailLength"),s=i.getZr(),l="svg"===s.painter.getType();l||s.painter.getLayer(o).clear(!0),null==this._lastZlevel||l||s.configLayer(this._lastZlevel,{motionBlur:!1}),this._showEffect(t)&&r&&(l||s.configLayer(o,{motionBlur:!0,lastFrameAlpha:Math.max(Math.min(r/10+.9,1),0)})),a.updateData(n);var u=t.get("clip",!0)&&Bc(t.coordinateSystem,!1,t);u?this.group.setClipPath(u):this.group.removeClipPath(),this._lastZlevel=o,this._finished=!0},incrementalPrepareRender:function(t,e,i){var n=t.getData(),a=this._updateLineDraw(n,t);a.incrementalPrepareUpdate(n),this._clearLayer(i),this._finished=!1},incrementalRender:function(t,e){this._lineDraw.incrementalUpdate(t,e.getData()),this._finished=t.end===e.getData().count()},updateTransform:function(t,e,i){var n=t.getData(),a=t.pipelineContext;if(!this._finished||a.large||a.progressiveRender)return{update:!0};var o=KE.reset(t);o.progress&&o.progress({start:0,end:n.count()},n),this._lineDraw.updateLayout(),this._clearLayer(i)},_updateLineDraw:function(t,e){var i=this._lineDraw,n=this._showEffect(e),a=!!e.get("polyline"),o=e.pipelineContext,r=o.large;return i&&n===this._hasEffet&&a===this._isPolyline&&r===this._isLargeDraw||(i&&i.remove(),i=this._lineDraw=r?new Xg:new zg(a?n?Ug:Zg:n?Hg:Rg),this._hasEffet=n,this._isPolyline=a,this._isLargeDraw=r,this.group.removeAll()),this.group.add(i.group),i},_showEffect:function(t){return!!t.get("effect.show")},_clearLayer:function(t){var e=t.getZr(),i="svg"===e.painter.getType();i||null==this._lastZlevel||e.painter.getLayer(this._lastZlevel).clear(!0)},remove:function(t,e){this._lineDraw&&this._lineDraw.remove(),this._lineDraw=null,this._clearLayer(e)},dispose:function(){}});var $E="lineStyle.opacity".split("."),JE={seriesType:"lines",reset:function(t){function e(t,e){var i=t.getItemModel(e),n=Yg(i.getShallow("symbol",!0)),a=Yg(i.getShallow("symbolSize",!0)),o=i.get($E);n[0]&&t.setItemVisual(e,"fromSymbol",n[0]),n[1]&&t.setItemVisual(e,"toSymbol",n[1]),a[0]&&t.setItemVisual(e,"fromSymbolSize",a[0]),a[1]&&t.setItemVisual(e,"toSymbolSize",a[1]),t.setItemVisual(e,"opacity",o)}var i=Yg(t.get("symbol")),n=Yg(t.get("symbolSize")),a=t.getData();return a.setVisual("fromSymbol",i&&i[0]),a.setVisual("toSymbol",i&&i[1]),a.setVisual("fromSymbolSize",n&&n[0]),a.setVisual("toSymbolSize",n&&n[1]),a.setVisual("opacity",t.get($E)),{dataEach:a.hasItemOption?e:null}}};Cu(KE),Lu(JE);var QE=function(t){this._directed=t||!1,this.nodes=[],this.edges=[],this._nodesMap={},this._edgesMap={},this.data,this.edgeData},tN=QE.prototype;tN.type="graph",tN.isDirected=function(){return this._directed},tN.addNode=function(t,e){t=null==t?""+e:""+t;var i=this._nodesMap;if(!i[jg(t)]){var n=new qg(t,e);return n.hostGraph=this,this.nodes.push(n),i[jg(t)]=n,n}},tN.getNodeByIndex=function(t){var e=this.data.getRawIndex(t);return this.nodes[e]},tN.getNodeById=function(t){return this._nodesMap[jg(t)]},tN.addEdge=function(t,e,i){var n=this._nodesMap,a=this._edgesMap;if("number"==typeof t&&(t=this.nodes[t]),"number"==typeof e&&(e=this.nodes[e]),qg.isInstance(t)||(t=n[jg(t)]),qg.isInstance(e)||(e=n[jg(e)]),t&&e){var o=t.id+"-"+e.id;if(!a[o]){var r=new Kg(t,e,i);return r.hostGraph=this,this._directed&&(t.outEdges.push(r),e.inEdges.push(r)),t.edges.push(r),t!==e&&e.edges.push(r),this.edges.push(r),a[o]=r,r}}},tN.getEdgeByIndex=function(t){var e=this.edgeData.getRawIndex(t);return this.edges[e]},tN.getEdge=function(t,e){qg.isInstance(t)&&(t=t.id),qg.isInstance(e)&&(e=e.id);var i=this._edgesMap;return this._directed?i[t+"-"+e]:i[t+"-"+e]||i[e+"-"+t]},tN.eachNode=function(t,e){for(var i=this.nodes,n=i.length,a=0;n>a;a++)i[a].dataIndex>=0&&t.call(e,i[a],a)},tN.eachEdge=function(t,e){for(var i=this.edges,n=i.length,a=0;n>a;a++)i[a].dataIndex>=0&&i[a].node1.dataIndex>=0&&i[a].node2.dataIndex>=0&&t.call(e,i[a],a)},tN.breadthFirstTraverse=function(t,e,i,n){if(qg.isInstance(e)||(e=this._nodesMap[jg(e)]),e){for(var a="out"===i?"outEdges":"in"===i?"inEdges":"edges",o=0;oa;a++)i[a].dataIndex=-1;for(var a=0,o=t.count();o>a;a++)i[t.getRawIndex(a)].dataIndex=a;e.filterSelf(function(t){var i=n[e.getRawIndex(t)];return i.node1.dataIndex>=0&&i.node2.dataIndex>=0});for(var a=0,o=n.length;o>a;a++)n[a].dataIndex=-1;for(var a=0,o=e.count();o>a;a++)n[e.getRawIndex(a)].dataIndex=a},tN.clone=function(){for(var t=new QE(this._directed),e=this.nodes,i=this.edges,n=0;n=0&&this[t][e].setItemVisual(this.dataIndex,i,n)},getVisual:function(i,n){return this[t][e].getItemVisual(this.dataIndex,i,n)},setLayout:function(i,n){this.dataIndex>=0&&this[t][e].setItemLayout(this.dataIndex,i,n)},getLayout:function(){return this[t][e].getItemLayout(this.dataIndex)},getGraphicEl:function(){return this[t][e].getItemGraphicEl(this.dataIndex)},getRawIndex:function(){return this[t][e].getRawIndex(this.dataIndex)}}};c(qg,eN("hostGraph","data")),c(Kg,eN("hostGraph","edgeData")),QE.Node=qg,QE.Edge=Kg,ya(qg),ya(Kg);var iN=function(t,e,i,n,a){for(var o=new QE(n),r=0;r "+f)),h++)}var p,g=i.get("coordinateSystem");if("cartesian2d"===g||"polar"===g)p=mh(t,i);else{var m=As.get(g),v=m&&"view"!==m.type?m.dimensions||[]:[];u(v,"value")<0&&v.concat(["value"]);var y=IL(t,{coordDimensions:v});p=new bL(y,i),p.initData(t)}var x=new bL(["value"],i);return x.initData(l,s),a&&a(p,x),xf({mainData:p,struct:o,structAttr:"graph",datas:{node:p,edge:x},datasAttr:{node:"data",edge:"edgeData"}}),o.update(),o},nN=Nu({type:"series.graph",init:function(t){function e(){return i._categoriesData}nN.superApply(this,"init",arguments);var i=this;this.legendVisualProvider=new Wd(e,e),this.fillDataTextStyle(t.edges||t.links),this._updateCategoriesData()},mergeOption:function(t){nN.superApply(this,"mergeOption",arguments),this.fillDataTextStyle(t.edges||t.links),this._updateCategoriesData()},mergeDefaultAndTheme:function(t){nN.superApply(this,"mergeDefaultAndTheme",arguments),Qn(t,["edgeLabel"],["show"])},getInitialData:function(t,e){function i(t,i){function n(t){return t=this.parsePath(t),t&&"label"===t[0]?r:t&&"emphasis"===t[0]&&"label"===t[1]?l:this.parentModel}t.wrapMethod("getItemModel",function(t){var e=o._categoriesModels,i=t.getShallow("category"),n=e[i];return n&&(n.parentModel=t.parentModel,t.parentModel=n),t});var a=o.getModel("edgeLabel"),r=new pr({label:a.option},a.parentModel,e),s=o.getModel("emphasis.edgeLabel"),l=new pr({emphasis:{label:s.option}},s.parentModel,e);i.wrapMethod("getItemModel",function(t){return t.customizeGetParent(n),t})}var n=t.edges||t.links||[],a=t.data||t.nodes||[],o=this;return a&&n?iN(a,n,this,!0,i).data:void 0 +},getGraph:function(){return this.getData().graph},getEdgeData:function(){return this.getGraph().edgeData},getCategoriesData:function(){return this._categoriesData},formatTooltip:function(t,e,i){if("edge"===i){var n=this.getData(),a=this.getDataParams(t,i),o=n.graph.getEdgeByIndex(t),r=n.getName(o.node1.dataIndex),s=n.getName(o.node2.dataIndex),l=[];return null!=r&&l.push(r),null!=s&&l.push(s),l=Gr(l.join(" > ")),a.value&&(l+=" : "+Gr(a.value)),l}return nN.superApply(this,"formatTooltip",arguments)},_updateCategoriesData:function(){var t=p(this.option.categories||[],function(t){return null!=t.value?t:r({value:0},t)}),e=new bL(["value"],this);e.initData(t),this._categoriesData=e,this._categoriesModels=e.mapArray(function(t){return e.getItemModel(t,!0)})},setZoom:function(t){this.option.zoom=t},setCenter:function(t){this.option.center=t},isAnimationEnabled:function(){return nN.superCall(this,"isAnimationEnabled")&&!("force"===this.get("layout")&&this.get("force.layoutAnimation"))},defaultOption:{zlevel:0,z:2,coordinateSystem:"view",legendHoverLink:!0,hoverAnimation:!0,layout:null,focusNodeAdjacency:!1,circular:{rotateLabel:!1},force:{initLayout:null,repulsion:[0,50],gravity:.1,friction:.6,edgeLength:30,layoutAnimation:!0},left:"center",top:"center",symbol:"circle",symbolSize:10,edgeSymbol:["none","none"],edgeSymbolSize:10,edgeLabel:{position:"middle"},draggable:!1,roam:!1,center:null,zoom:1,nodeScaleRatio:.6,label:{show:!1,formatter:"{b}"},itemStyle:{},lineStyle:{color:"#aaa",width:1,curveness:0,opacity:.5},emphasis:{label:{show:!0}}}}),aN=[],oN=[],rN=[],sN=La,lN=NS,uN=Math.abs,hN=function(t,e){var i=[],n=Ea,a=[[],[],[]],o=[[],[]],r=[];e/=2,t.eachEdge(function(t){var s=t.getLayout(),l=t.getVisual("fromSymbol"),u=t.getVisual("toSymbol");s.__original||(s.__original=[H(s[0]),H(s[1])],s[2]&&s.__original.push(H(s[2])));var h=s.__original;if(null!=s[2]){if(W(a[0],h[0]),W(a[1],h[2]),W(a[2],h[1]),l&&"none"!==l){var c=Jg(t.node1),d=Qg(a,h[0],c*e);n(a[0][0],a[1][0],a[2][0],d,i),a[0][0]=i[3],a[1][0]=i[4],n(a[0][1],a[1][1],a[2][1],d,i),a[0][1]=i[3],a[1][1]=i[4]}if(u&&"none"!==u){var c=Jg(t.node2),d=Qg(a,h[1],c*e);n(a[0][0],a[1][0],a[2][0],d,i),a[1][0]=i[1],a[2][0]=i[2],n(a[0][1],a[1][1],a[2][1],d,i),a[1][1]=i[1],a[2][1]=i[2]}W(s[0],a[0]),W(s[1],a[2]),W(s[2],a[1])}else{if(W(o[0],h[0]),W(o[1],h[1]),Y(r,o[1],o[0]),te(r,r),l&&"none"!==l){var c=Jg(t.node1);X(o[0],o[0],r,c*e)}if(u&&"none"!==u){var c=Jg(t.node2);X(o[1],o[1],r,-c*e)}W(s[0],o[0]),W(s[1],o[1])}})},cN="__focusNodeAdjacency",dN="__unfocusNodeAdjacency",fN=["itemStyle","opacity"],pN=["lineStyle","opacity"];Ru({type:"graph",init:function(t,e){var i=new wd,n=new zg,a=this.group;this._controller=new $f(e.getZr()),this._controllerHost={target:a},a.add(i.group),a.add(n.group),this._symbolDraw=i,this._lineDraw=n,this._firstRender=!0},render:function(t,e,i){var n=this,a=t.coordinateSystem;this._model=t;var o=this._symbolDraw,r=this._lineDraw,s=this.group;if("view"===a.type){var l={position:a.position,scale:a.scale};this._firstRender?s.attr(l):er(s,l,t)}hN(t.getGraph(),$g(t));var u=t.getData();o.updateData(u);var h=t.getEdgeData();r.updateData(h),this._updateNodeAndLinkScale(),this._updateController(t,e,i),clearTimeout(this._layoutTimeout);var c=t.forceLayout,d=t.get("force.layoutAnimation");c&&this._startForceLayoutIteration(c,d),u.eachItemGraphicEl(function(e,a){var o=u.getItemModel(a);e.off("drag").off("dragend");var r=o.get("draggable");r&&e.on("drag",function(){c&&(c.warmUp(),!this._layouting&&this._startForceLayoutIteration(c,d),c.setFixed(a),u.setItemLayout(a,e.position))},this).on("dragend",function(){c&&c.setUnfixed(a)},this),e.setDraggable(r&&c),e[cN]&&e.off("mouseover",e[cN]),e[dN]&&e.off("mouseout",e[dN]),o.get("focusNodeAdjacency")&&(e.on("mouseover",e[cN]=function(){n._clearTimer(),i.dispatchAction({type:"focusNodeAdjacency",seriesId:t.id,dataIndex:e.dataIndex})}),e.on("mouseout",e[dN]=function(){n._dispatchUnfocus(i)}))},this),u.graph.eachEdge(function(e){var a=e.getGraphicEl();a[cN]&&a.off("mouseover",a[cN]),a[dN]&&a.off("mouseout",a[dN]),e.getModel().get("focusNodeAdjacency")&&(a.on("mouseover",a[cN]=function(){n._clearTimer(),i.dispatchAction({type:"focusNodeAdjacency",seriesId:t.id,edgeDataIndex:e.dataIndex})}),a.on("mouseout",a[dN]=function(){n._dispatchUnfocus(i)}))});var f="circular"===t.get("layout")&&t.get("circular.rotateLabel"),p=u.getLayout("cx"),g=u.getLayout("cy");u.eachItemGraphicEl(function(t,e){var i=u.getItemModel(e),n=i.get("label.rotate")||0,a=t.getSymbolPath();if(f){var o=u.getItemLayout(e),r=Math.atan2(o[1]-g,o[0]-p);0>r&&(r=2*Math.PI+r);var s=o[0]e&&(e=0),e*=u;var i=Math.asin(e/2/a);isNaN(i)&&(i=_N/2),wN[t.dataIndex]=i,l+=2*i});var h=(2*_N-l)/s/2,c=0;i.eachNode(function(t){var e=h+wN[t.dataIndex];c+=e,t.setLayout([a*Math.cos(c)+o,a*Math.sin(c)+r]),c+=e})}},SN=function(t){t.eachSeriesByType("graph",function(t){"circular"===t.get("layout")&&rm(t,"symbolSize")})},MN=X,IN=function(t){t.eachSeriesByType("graph",function(t){var e=t.coordinateSystem;if(!e||"view"===e.type)if("force"===t.get("layout")){var i=t.preservedPoints||{},n=t.getGraph(),a=n.data,o=n.edgeData,r=t.getModel("force"),s=r.get("initLayout");t.preservedPoints?a.each(function(t){var e=a.getId(t);a.setItemLayout(t,i[e]||[0/0,0/0])}):s&&"none"!==s?"circular"===s&&rm(t,"value"):am(t);var l=a.getDataExtent("value"),u=o.getDataExtent("value"),h=r.get("repulsion"),c=r.get("edgeLength");_(h)||(h=[h,h]),_(c)||(c=[c,c]),c=[c[1],c[0]];var d=a.mapArray("value",function(t,e){var i=a.getItemLayout(e),n=wr(t,l,h);return isNaN(n)&&(n=(h[0]+h[1])/2),{w:n,rep:n,fixed:a.getItemModel(e).get("fixed"),p:!i||isNaN(i[0])||isNaN(i[1])?null:i}}),f=o.mapArray("value",function(t,e){var i=n.getEdgeByIndex(e),a=wr(t,u,c);isNaN(a)&&(a=(c[0]+c[1])/2);var o=i.getModel();return{n1:d[i.node1.dataIndex],n2:d[i.node2.dataIndex],d:a,curveness:o.get("lineStyle.curveness")||0,ignoreForceLayout:o.get("ignoreForceLayout")}}),e=t.coordinateSystem,p=e.getBoundingRect(),g=sm(d,f,{rect:p,gravity:r.get("gravity"),friction:r.get("friction")}),m=g.step;g.step=function(t){for(var e=0,o=d.length;o>e;e++)d[e].fixed&&W(d[e].p,n.getNodeByIndex(e).getLayout());m(function(e,o,r){for(var s=0,l=e.length;l>s;s++)e[s].fixed||n.getNodeByIndex(s).setLayout(e[s].p),i[a.getId(s)]=e[s].p;for(var s=0,l=o.length;l>s;s++){var u=o[s],h=n.getEdgeByIndex(s),c=u.n1.p,d=u.n2.p,f=h.getLayout();f=f?f.slice():[],f[0]=f[0]||[],f[1]=f[1]||[],W(f[0],c),W(f[1],d),+u.curveness&&(f[2]=[(c[0]+d[0])/2-(c[1]-d[1])*u.curveness,(c[1]+d[1])/2-(d[0]-c[0])*u.curveness]),h.setLayout(f)}t&&t(r)})},t.forceLayout=g,t.preservedPoints=i,g.step()}else t.forceLayout=null})},TN=function(t,e){var i=[];return t.eachSeriesByType("graph",function(t){var n=t.get("coordinateSystem");if(!n||"view"===n){var a=t.getData(),o=a.mapArray(function(t){var e=a.getItemModel(t);return[+e.get("x"),+e.get("y")]}),r=[],s=[];Ra(o,r,s),s[0]-r[0]===0&&(s[0]+=1,r[0]-=1),s[1]-r[1]===0&&(s[1]+=1,r[1]-=1);var l=(s[0]-r[0])/(s[1]-r[1]),u=lm(t,e,l);isNaN(l)&&(r=[u.x,u.y],s=[u.x+u.width,u.y+u.height]);var h=s[0]-r[0],c=s[1]-r[1],d=u.width,f=u.height,p=t.coordinateSystem=new Hf;p.zoomLimit=t.get("scaleLimit"),p.setBoundingRect(r[0],r[1],h,c),p.setViewRect(u.x,u.y,d,f),p.setCenter(t.get("center")),p.setZoom(t.get("zoom")),i.push(p)}}),i};Mu(mN),Lu(_P("graph","circle",null)),Lu(vN),Lu(yN),Cu(xN),Cu(HC.VISUAL.POST_CHART_LAYOUT,SN),Cu(IN),Au("graphView",{create:TN});var AN=VD.extend({type:"series.boxplot",dependencies:["xAxis","yAxis","grid"],defaultValueDimensions:[{name:"min",defaultTooltip:!0},{name:"Q1",defaultTooltip:!0},{name:"median",defaultTooltip:!0},{name:"Q3",defaultTooltip:!0},{name:"max",defaultTooltip:!0}],dimensions:null,defaultOption:{zlevel:0,z:2,coordinateSystem:"cartesian2d",legendHoverLink:!0,hoverAnimation:!0,layout:null,boxWidth:[7,50],itemStyle:{color:"#fff",borderWidth:1},emphasis:{itemStyle:{borderWidth:2,shadowBlur:5,shadowOffsetX:2,shadowOffsetY:2,shadowColor:"rgba(0,0,0,0.4)"}},animationEasing:"elasticOut",animationDuration:800}});c(AN,WP,!0);var DN=["itemStyle"],CN=["emphasis","itemStyle"],LN=(fl.extend({type:"boxplot",render:function(t){var e=t.getData(),i=this.group,n=this._data;this._data||i.removeAll();var a="horizontal"===t.get("layout")?1:0;e.diff(n).add(function(t){if(e.hasValue(t)){var n=e.getItemLayout(t),o=um(n,e,t,a,!0);e.setItemGraphicEl(t,o),i.add(o)}}).update(function(t,o){var r=n.getItemGraphicEl(o);if(!e.hasValue(t))return void i.remove(r);var s=e.getItemLayout(t);r?hm(s,r,e,t):r=um(s,e,t,a),i.add(r),e.setItemGraphicEl(t,r)}).remove(function(t){var e=n.getItemGraphicEl(t);e&&i.remove(e)}).execute(),this._data=e},remove:function(){var t=this.group,e=this._data;this._data=null,e&&e.eachItemGraphicEl(function(e){e&&t.remove(e)})},dispose:G}),eo.extend({type:"boxplotBoxPath",shape:{},buildPath:function(t,e){var i=e.points,n=0;for(t.moveTo(i[n][0],i[n][1]),n++;4>n;n++)t.lineTo(i[n][0],i[n][1]);for(t.closePath();no&&(e[1-n]=e[n]+c.sign*o),e},BN=f,VN=Math.min,GN=Math.max,FN=Math.floor,WN=Math.ceil,HN=Sr,ZN=Math.PI;xm.prototype={type:"parallel",constructor:xm,_init:function(t,e){var i=t.dimensions,n=t.parallelAxisIndex;BN(i,function(t,i){var a=n[i],o=e.getComponent("parallelAxis",a),r=this._axesMap.set(t,new RN(t,Hh(o),[0,0],o.get("type"),a)),s="category"===r.type;r.onBand=s&&o.get("boundaryGap"),r.inverse=o.get("inverse"),o.axis=r,r.model=o,r.coordinateSystem=o.coordinateSystem=this},this)},update:function(t){this._updateAxesFromSeries(this._model,t)},containPoint:function(t){var e=this._makeLayoutInfo(),i=e.axisBase,n=e.layoutBase,a=e.pixelDimIndex,o=t[1-a],r=t[a];return o>=i&&o<=i+e.axisLength&&r>=n&&r<=n+e.layoutLength},getModel:function(){return this._model},_updateAxesFromSeries:function(t,e){e.eachSeries(function(i){if(t.contains(i,e)){var n=i.getData();BN(this.dimensions,function(t){var e=this._axesMap.get(t);e.scale.unionExtentFromData(n,n.mapDimension(t)),Wh(e.scale,e.model)},this)}},this)},resize:function(t,e){this._rect=$r(t.getBoxLayoutParams(),{width:e.getWidth(),height:e.getHeight()}),this._layoutAxes()},getRect:function(){return this._rect},_makeLayoutInfo:function(){var t,e=this._model,i=this._rect,n=["x","y"],a=["width","height"],o=e.get("layout"),r="horizontal"===o?0:1,s=i[a[r]],l=[0,s],u=this.dimensions.length,h=_m(e.get("axisExpandWidth"),l),c=_m(e.get("axisExpandCount")||0,[0,u]),d=e.get("axisExpandable")&&u>3&&u>c&&c>1&&h>0&&s>0,f=e.get("axisExpandWindow");if(f)t=_m(f[1]-f[0],l),f[1]=f[0]+t;else{t=_m(h*(c-1),l);var p=e.get("axisExpandCenter")||FN(u/2);f=[h*p-t/2],f[1]=f[0]+t}var g=(s-t)/(u-c);3>g&&(g=0);var m=[FN(HN(f[0]/h,1))+1,WN(HN(f[1]/h,1))-1],v=g/h*f[0];return{layout:o,pixelDimIndex:r,layoutBase:i[n[r]],layoutLength:s,axisBase:i[n[1-r]],axisLength:i[a[1-r]],axisExpandable:d,axisExpandWidth:h,axisCollapseWidth:g,axisExpandWindow:f,axisCount:u,winInnerIndices:m,axisExpandWindow0Pos:v}},_layoutAxes:function(){var t=this._rect,e=this._axesMap,i=this.dimensions,n=this._makeLayoutInfo(),a=n.layout;e.each(function(t){var e=[0,n.axisLength],i=t.inverse?1:0;t.setExtent(e[i],e[1-i])}),BN(i,function(e,i){var o=(n.axisExpandable?bm:wm)(i,n),r={horizontal:{x:o.position,y:n.axisLength},vertical:{x:0,y:o.position}},s={horizontal:ZN/2,vertical:0},l=[r[a].x+t.x,r[a].y+t.y],u=s[a],h=Le();Ne(h,h,u),Ee(h,h,l),this._axesLayout[e]={position:l,rotation:u,transform:h,axisNameAvailableWidth:o.axisNameAvailableWidth,axisLabelShow:o.axisLabelShow,nameTruncateMaxWidth:o.nameTruncateMaxWidth,tickDirection:1,labelDirection:1}},this)},getAxis:function(t){return this._axesMap.get(t)},dataToPoint:function(t,e){return this.axisCoordToPoint(this._axesMap.get(e).dataToCoord(t),e)},eachActiveState:function(t,e,i,n){null==i&&(i=0),null==n&&(n=t.count());var a=this._axesMap,o=this.dimensions,r=[],s=[];f(o,function(e){r.push(t.mapDimension(e)),s.push(a.get(e).model)});for(var l=this.hasAxisBrushed(),u=i;n>u;u++){var h;if(l){h="active";for(var c=t.getValues(r,u),d=0,p=o.length;p>d;d++){var g=s[d].getActiveState(c[d]);if("inactive"===g){h="inactive";break}}}else h="normal";e(h,u)}},hasAxisBrushed:function(){for(var t=this.dimensions,e=this._axesMap,i=!1,n=0,a=t.length;a>n;n++)"normal"!==e.get(t[n]).model.getActiveState()&&(i=!0);return i},axisCoordToPoint:function(t,e){var i=this._axesLayout[e];return ar([t,0],i.transform)},getAxisLayout:function(t){return n(this._axesLayout[t])},getSlidedAxisExpandWindow:function(t){var e=this._makeLayoutInfo(),i=e.pixelDimIndex,n=e.axisExpandWindow.slice(),a=n[1]-n[0],o=[0,e.axisExpandWidth*(e.axisCount-1)];if(!this.containPoint(t))return{behavior:"none",axisExpandWindow:n};var r,s=t[i]-e.layoutBase-e.axisExpandWindow0Pos,l="slide",u=e.axisCollapseWidth,h=this._model.get("axisExpandSlideTriggerArea"),c=null!=h[0];if(u)c&&u&&sa*(1-h[0])?(l="jump",r=s-a*(1-h[2])):(r=s-a*h[1])>=0&&(r=s-a*(1-h[1]))<=0&&(r=0),r*=e.axisExpandWidth/u,r?zN(r,n,o,"all"):l="none";else{var a=n[1]-n[0],d=o[1]*s/a;n=[GN(0,d-a/2)],n[1]=VN(o[1],n[0]+a),n[0]=n[1]-a}return{axisExpandWindow:n,behavior:l}}},As.register("parallel",{create:Sm});var UN=JA.extend({type:"baseParallelAxis",axis:null,activeIntervals:[],getAreaSelectStyle:function(){return zI([["fill","color"],["lineWidth","borderWidth"],["stroke","borderColor"],["width","width"],["opacity","opacity"]])(this.getModel("areaSelectStyle"))},setActiveIntervals:function(t){var e=this.activeIntervals=n(t);if(e)for(var i=e.length-1;i>=0;i--)Mr(e[i])},getActiveState:function(t){var e=this.activeIntervals;if(!e.length)return"normal";if(null==t||isNaN(t))return"inactive";if(1===e.length){var i=e[0];if(i[0]<=t&&t<=i[1])return"active"}else for(var n=0,a=e.length;a>n;n++)if(e[n][0]<=t&&t<=e[n][1])return"active";return"inactive"}}),XN={type:"value",dim:null,areaSelectStyle:{width:20,borderWidth:1,borderColor:"rgba(160,197,232)",color:"rgba(160,197,232)",opacity:.3},realtime:!0,z:10};a(UN.prototype,ik),Tk("parallel",UN,Mm,XN),JA.extend({type:"parallel",dependencies:["parallelAxis"],coordinateSystem:null,dimensions:null,parallelAxisIndex:null,layoutMode:"box",defaultOption:{zlevel:0,z:0,left:80,top:60,right:80,bottom:60,layout:"horizontal",axisExpandable:!1,axisExpandCenter:null,axisExpandCount:0,axisExpandWidth:50,axisExpandRate:17,axisExpandDebounce:50,axisExpandSlideTriggerArea:[-.15,.05,.4],axisExpandTriggerOn:"click",parallelAxisDefault:null},init:function(){JA.prototype.init.apply(this,arguments),this.mergeOption({})},mergeOption:function(t){var e=this.option;t&&a(e,t,!0),this._initDimensions()},contains:function(t,e){var i=t.get("parallelIndex");return null!=i&&e.getComponent("parallel",i)===this},setAxisExpand:function(t){f(["axisExpandable","axisExpandCenter","axisExpandCount","axisExpandWidth","axisExpandWindow"],function(e){t.hasOwnProperty(e)&&(this.option[e]=t[e])},this)},_initDimensions:function(){var t=this.dimensions=[],e=this.parallelAxisIndex=[],i=m(this.dependentModels.parallelAxis,function(t){return(t.get("parallelIndex")||0)===this.componentIndex},this);f(i,function(i){t.push("dim"+i.get("dim")),e.push(i.componentIndex)})}});var YN={type:"axisAreaSelect",event:"axisAreaSelected"};Tu(YN,function(t,e){e.eachComponent({mainType:"parallelAxis",query:t},function(e){e.axis.model.setActiveIntervals(t.intervals)})}),Tu("parallelAxisExpand",function(t,e){e.eachComponent({mainType:"parallel",query:t},function(e){e.setAxisExpand(t)})});var jN=x,qN=f,KN=p,$N=Math.min,JN=Math.max,QN=Math.pow,tR=1e4,eR=6,iR=6,nR="globalPan",aR={w:[0,0],e:[0,1],n:[1,0],s:[1,1]},oR={w:"ew",e:"ew",n:"ns",s:"ns",ne:"nesw",sw:"nesw",nw:"nwse",se:"nwse"},rR={brushStyle:{lineWidth:2,stroke:"rgba(0,0,0,0.3)",fill:"rgba(0,0,0,0.1)"},transformable:!0,brushMode:"single",removeOnClick:!1},sR=0;Im.prototype={constructor:Im,enableBrush:function(t){return this._brushType&&Am(this),t.brushType&&Tm(this,t),this},setPanels:function(t){if(t&&t.length){var e=this._panels={};f(t,function(t){e[t.panelId]=n(t)})}else this._panels=null;return this},mount:function(t){t=t||{},this._enableGlobalPan=t.enableGlobalPan;var e=this.group;return this._zr.add(e),e.attr({position:t.position||[0,0],rotation:t.rotation||0,scale:t.scale||[1,1]}),this._transform=e.getLocalTransform(),this},eachCover:function(t,e){qN(this._covers,t,e)},updateCovers:function(t){function e(t,e){return(null!=t.id?t.id:s+e)+"-"+t.brushType}function i(t,i){return e(t.__brushOption,i)}function o(e,i){var n=t[e];if(null!=i&&l[i]===c)u[e]=l[i];else{var a=u[e]=null!=i?(l[i].__brushOption=n,l[i]):km(h,Lm(h,n));Em(h,a)}}function r(t){l[t]!==c&&h.group.remove(l[t])}t=p(t,function(t){return a(n(rR),t,!0)});var s="\x00-brush-index-",l=this._covers,u=this._covers=[],h=this,c=this._creatingCover;return new Fu(l,t,i,e).add(o).update(o).remove(r).execute(),this},unmount:function(){return this.enableBrush(!1),Bm(this),this._zr.remove(this.group),this},dispose:function(){this.unmount(),this.off()}},c(Im,BS);var lR={mousedown:function(t){if(this._dragging)rv(this,t);else if(!t.target||!t.target.draggable){iv(t);var e=this.group.transformCoordToLocal(t.offsetX,t.offsetY);this._creatingCover=null;var i=this._creatingPanel=Rm(this,t,e);i&&(this._dragging=!0,this._track=[e.slice()])}},mousemove:function(t){var e=t.offsetX,i=t.offsetY,n=this.group.transformCoordToLocal(e,i);if(ev(this,t,n),this._dragging){iv(t);var a=av(this,t,n,!1);a&&Vm(this,a)}},mouseup:function(t){rv(this,t)}},uR={lineX:lv(0),lineY:lv(1),rect:{createCover:function(t,e){return Wm(jN(Km,function(t){return t},function(t){return t}),t,e,["w","e","n","s","se","sw","ne","nw"])},getCreatingRange:function(t){var e=Fm(t);return Ym(e[1][0],e[1][1],e[0][0],e[0][1])},updateCoverShape:function(t,e,i,n){Hm(t,e,i,n)},updateCommon:Zm,contain:nv},polygon:{createCover:function(t,e){var i=new CM;return i.add(new QT({name:"main",style:Xm(e),silent:!0})),i},getCreatingRange:function(t){return t},endCreating:function(t,e){e.remove(e.childAt(0)),e.add(new JT({name:"main",draggable:!0,drift:jN($m,t,e),ondragend:jN(Vm,t,{isEnd:!0})}))},updateCoverShape:function(t,e,i){e.childAt(0).setShape({points:Qm(t,e,i)})},updateCommon:Zm,contain:nv}},hR=["axisLine","axisTickLabel","axisName"],cR=Eu({type:"parallelAxis",init:function(t,e){cR.superApply(this,"init",arguments),(this._brushController=new Im(e.getZr())).on("brush",y(this._onBrush,this))},render:function(t,e,i,n){if(!fv(t,e,n)){this.axisModel=t,this.api=i,this.group.removeAll();var a=this._axisGroup;if(this._axisGroup=new CM,this.group.add(this._axisGroup),t.get("show")){var o=gv(t,e),s=o.coordinateSystem,l=t.getAreaSelectStyle(),u=l.width,h=t.axis.dim,c=s.getAxisLayout(h),d=r({strokeContainThreshold:u},c),p=new Uk(t,d);f(hR,p.add,p),this._axisGroup.add(p.getGroup()),this._refreshBrushController(d,l,t,o,u,i);var g=n&&n.animation===!1?null:t;rr(a,this._axisGroup,g)}}},_refreshBrushController:function(t,e,i,n,a,o){var r=i.axis.getExtent(),s=r[1]-r[0],l=Math.min(30,.1*Math.abs(s)),u=Si.create({x:r[0],y:-a/2,width:s,height:a});u.x-=l,u.width+=2*l,this._brushController.mount({enableGlobalPan:!0,rotation:t.rotation,position:t.position}).setPanels([{panelId:"pl",clipPath:uv(u),isTargetByCursor:cv(u,o,n),getLinearBrushOtherExtent:hv(u,0)}]).enableBrush({brushType:"lineX",brushStyle:e,removeOnClick:!0}).updateCovers(pv(i))},_onBrush:function(t,e){var i=this.axisModel,n=i.axis,a=p(t,function(t){return[n.coordToData(t.range[0],!0),n.coordToData(t.range[1],!0)]});(!i.option.realtime===e.isEnd||e.removeOnClick)&&this.api.dispatchAction({type:"axisAreaSelect",parallelAxisId:i.id,intervals:a})},dispose:function(){this._brushController.dispose()}}),dR=5;Eu({type:"parallel",render:function(t,e,i){this._model=t,this._api=i,this._handlers||(this._handlers={},f(fR,function(t,e){i.getZr().on(e,this._handlers[e]=y(t,this))},this)),xl(this,"_throttledDispatchExpand",t.get("axisExpandRate"),"fixRate")},dispose:function(t,e){f(this._handlers,function(t,i){e.getZr().off(i,t)}),this._handlers=null},_throttledDispatchExpand:function(t){this._dispatchExpand(t)},_dispatchExpand:function(t){t&&this._api.dispatchAction(r({type:"parallelAxisExpand"},t))}});var fR={mousedown:function(t){mv(this,"click")&&(this._mouseDownPoint=[t.offsetX,t.offsetY])},mouseup:function(t){var e=this._mouseDownPoint;if(mv(this,"click")&&e){var i=[t.offsetX,t.offsetY],n=Math.pow(e[0]-i[0],2)+Math.pow(e[1]-i[1],2);if(n>dR)return;var a=this._model.coordinateSystem.getSlidedAxisExpandWindow([t.offsetX,t.offsetY]);"none"!==a.behavior&&this._dispatchExpand({axisExpandWindow:a.axisExpandWindow})}this._mouseDownPoint=null},mousemove:function(t){if(!this._mouseDownPoint&&mv(this,"mousemove")){var e=this._model,i=e.coordinateSystem.getSlidedAxisExpandWindow([t.offsetX,t.offsetY]),n=i.behavior;"jump"===n&&this._throttledDispatchExpand.debounceNextCall(e.get("axisExpandDebounce")),this._throttledDispatchExpand("none"===n?null:{axisExpandWindow:i.axisExpandWindow,animation:"jump"===n?null:!1})}}};Su(NN),VD.extend({type:"series.parallel",dependencies:["parallel"],visualColorAccessPath:"lineStyle.color",getInitialData:function(){var t=this.getSource();return vv(t,this),mh(t,this)},getRawIndicesByActiveState:function(t){var e=this.coordinateSystem,i=this.getData(),n=[];return e.eachActiveState(i,function(e,a){t===e&&n.push(i.getRawIndex(a))}),n},defaultOption:{zlevel:0,z:2,coordinateSystem:"parallel",parallelIndex:0,label:{show:!1},inactiveOpacity:.05,activeOpacity:1,lineStyle:{width:1,opacity:.45,type:"solid"},emphasis:{label:{show:!1}},progressive:500,smooth:!1,animationEasing:"linear"}});var pR=.3,gR=(fl.extend({type:"parallel",init:function(){this._dataGroup=new CM,this.group.add(this._dataGroup),this._data,this._initialized},render:function(t,e,i,n){function a(t){var e=wv(l,s,t,c,h);Sv(e,l,t,d)}function o(e,i){var a=u.getItemGraphicEl(i),o=_v(l,e,c,h);l.setItemGraphicEl(e,a);var r=n&&n.animation===!1?null:t;er(a,{shape:{points:o}},r,e),Sv(a,l,e,d)}function r(t){var e=u.getItemGraphicEl(t);s.remove(e)}var s=this._dataGroup,l=t.getData(),u=this._data,h=t.coordinateSystem,c=h.dimensions,d=bv(t);if(l.diff(u).add(a).update(o).remove(r).execute(),!this._initialized){this._initialized=!0;var f=xv(h,t,function(){setTimeout(function(){s.removeClipPath()})});s.setClipPath(f)}this._data=l},incrementalPrepareRender:function(){this._initialized=!0,this._data=null,this._dataGroup.removeAll()},incrementalRender:function(t,e){for(var i=e.getData(),n=e.coordinateSystem,a=n.dimensions,o=bv(e),r=t.start;r=a/3?1:2),l=e.y-n(r)*o*(o>=a/3?1:2);r=e.angle-Math.PI/2,t.moveTo(s,l),t.lineTo(e.x+i(r)*o,e.y+n(r)*o),t.lineTo(e.x+i(e.angle)*a,e.y+n(e.angle)*a),t.lineTo(e.x-i(r)*o,e.y-n(r)*o),t.lineTo(s,l)}})),yR=2*Math.PI,xR=(fl.extend({type:"gauge",render:function(t,e,i){this.group.removeAll();var n=t.get("axisLine.lineStyle.color"),a=Iv(t,i);this._renderMain(t,e,i,n,a)},dispose:function(){},_renderMain:function(t,e,i,n,a){for(var o=this.group,r=t.getModel("axisLine"),s=r.getModel("lineStyle"),l=t.get("clockwise"),u=-t.get("startAngle")/180*Math.PI,h=-t.get("endAngle")/180*Math.PI,c=(h-u)%yR,d=u,f=s.get("width"),p=r.get("show"),g=0;p&&g=t)return n[0][1];for(var e=0;e=t&&(0===e?0:n[e-1][0])=I;I++){var T=Math.cos(_),A=Math.sin(_);if(f.get("show")){var D=new aA({shape:{x1:T*h+l,y1:A*h+u,x2:T*(h-y)+l,y2:A*(h-y)+u},style:S,silent:!0});"auto"===S.stroke&&D.setStyle({stroke:n(I/m)}),s.add(D)}if(g.get("show")){var C=Tv(Sr(I/m*(d-c)+c),g.get("formatter")),L=g.get("distance"),k=n(I/m);s.add(new ZT({style:Uo({},g,{text:C,x:T*(h-y-L)+l,y:A*(h-y-L)+u,textVerticalAlign:-.4>A?"top":A>.4?"bottom":"middle",textAlign:-.4>T?"left":T>.4?"right":"center"},{autoColor:k}),silent:!0}))}if(p.get("show")&&I!==m){for(var P=0;v>=P;P++){var T=Math.cos(_),A=Math.sin(_),O=new aA({shape:{x1:T*h+l,y1:A*h+u,x2:T*(h-x)+l,y2:A*(h-x)+u},silent:!0,style:M});"auto"===M.stroke&&O.setStyle({stroke:n((I+P/v)/m)}),s.add(O),_+=b}_-=b}else _+=w}},_renderPointer:function(t,e,i,n,a,o,r){var s=this.group,l=this._data;if(!t.get("pointer.show"))return void(l&&l.eachItemGraphicEl(function(t){s.remove(t)}));var u=[+t.get("min"),+t.get("max")],h=[o,r],c=t.getData(),d=c.mapDimension("value");c.diff(l).add(function(e){var i=new vR({shape:{angle:o}});ir(i,{shape:{angle:wr(c.get(d,e),u,h,!0)}},t),s.add(i),c.setItemGraphicEl(e,i)}).update(function(e,i){var n=l.getItemGraphicEl(i);er(n,{shape:{angle:wr(c.get(d,e),u,h,!0)}},t),s.add(n),c.setItemGraphicEl(e,n)}).remove(function(t){var e=l.getItemGraphicEl(t);s.remove(e)}).execute(),c.eachItemGraphicEl(function(t,e){var i=c.getItemModel(e),o=i.getModel("pointer");t.setShape({x:a.cx,y:a.cy,width:br(o.get("width"),a.r),r:br(o.get("length"),a.r)}),t.useStyle(i.getModel("itemStyle").getItemStyle()),"auto"===t.style.fill&&t.setStyle("fill",n(wr(c.get(d,e),u,[0,1],!0))),Vo(t,i.getModel("emphasis.itemStyle").getItemStyle())}),this._data=c},_renderTitle:function(t,e,i,n,a){var o=t.getData(),r=o.mapDimension("value"),s=t.getModel("title");if(s.get("show")){var l=s.get("offsetCenter"),u=a.cx+br(l[0],a.r),h=a.cy+br(l[1],a.r),c=+t.get("min"),d=+t.get("max"),f=t.getData().get(r,0),p=n(wr(f,[c,d],[0,1],!0));this.group.add(new ZT({silent:!0,style:Uo({},s,{x:u,y:h,text:o.getName(0),textAlign:"center",textVerticalAlign:"middle"},{autoColor:p,forceRich:!0})}))}},_renderDetail:function(t,e,i,n,a){var o=t.getModel("detail"),r=+t.get("min"),s=+t.get("max");if(o.get("show")){var l=o.get("offsetCenter"),u=a.cx+br(l[0],a.r),h=a.cy+br(l[1],a.r),c=br(o.get("width"),a.r),d=br(o.get("height"),a.r),f=t.getData(),p=f.get(f.mapDimension("value"),0),g=n(wr(p,[r,s],[0,1],!0));this.group.add(new ZT({silent:!0,style:Uo({},o,{x:u,y:h,text:Tv(p,o.get("formatter")),textWidth:isNaN(c)?null:c,textHeight:isNaN(d)?null:d,textAlign:"center",textVerticalAlign:"middle"},{autoColor:g,forceRich:!0})}))}}}),Nu({type:"series.funnel",init:function(t){xR.superApply(this,"init",arguments),this.legendVisualProvider=new Wd(y(this.getData,this),y(this.getRawData,this)),this._defaultLabelLine(t)},getInitialData:function(){return IP(this,{coordDimensions:["value"],encodeDefaulter:x(gs,this)})},_defaultLabelLine:function(t){Qn(t,"labelLine",["show"]);var e=t.labelLine,i=t.emphasis.labelLine;e.show=e.show&&t.label.show,i.show=i.show&&t.emphasis.label.show},getDataParams:function(t){var e=this.getData(),i=xR.superCall(this,"getDataParams",t),n=e.mapDimension("value"),a=e.getSum(n);return i.percent=a?+(e.get(n,t)/a*100).toFixed(2):0,i.$vars.push("percent"),i},defaultOption:{zlevel:0,z:2,legendHoverLink:!0,left:80,top:60,right:80,bottom:60,minSize:"0%",maxSize:"100%",sort:"descending",gap:0,funnelAlign:"center",label:{show:!0,position:"outer"},labelLine:{show:!0,length:20,lineStyle:{width:1,type:"solid"}},itemStyle:{borderColor:"#fff",borderWidth:1},emphasis:{label:{show:!0}}}})),_R=Av.prototype,wR=["itemStyle","opacity"];_R.updateData=function(t,e,i){var n=this.childAt(0),a=t.hostModel,o=t.getItemModel(e),r=t.getItemLayout(e),l=t.getItemModel(e).get(wR);l=null==l?1:l,n.useStyle({}),i?(n.setShape({points:r.points}),n.setStyle({opacity:0}),ir(n,{style:{opacity:l}},a,e)):er(n,{style:{opacity:l},shape:{points:r.points}},a,e);var u=o.getModel("itemStyle"),h=t.getItemVisual(e,"color");n.setStyle(s({lineJoin:"round",fill:h},u.getItemStyle(["opacity"]))),n.hoverStyle=u.getModel("emphasis").getItemStyle(),this._updateLabel(t,e),Vo(this)},_R._updateLabel=function(t,e){var i=this.childAt(1),n=this.childAt(2),a=t.hostModel,o=t.getItemModel(e),r=t.getItemLayout(e),s=r.label,l=t.getItemVisual(e,"color");er(i,{shape:{points:s.linePoints||s.linePoints}},a,e),er(n,{style:{x:s.x,y:s.y}},a,e),n.attr({rotation:s.rotation,origin:[s.x,s.y],z2:10});var u=o.getModel("label"),h=o.getModel("emphasis.label"),c=o.getModel("labelLine"),d=o.getModel("emphasis.labelLine"),l=t.getItemVisual(e,"color");Ho(n.style,n.hoverStyle={},u,h,{labelFetcher:t.hostModel,labelDataIndex:e,defaultText:t.getName(e),autoColor:l,useInsideStyle:!!s.inside},{textAlign:s.textAlign,textVerticalAlign:s.verticalAlign}),n.ignore=n.normalIgnore=!u.get("show"),n.hoverIgnore=!h.get("show"),i.ignore=i.normalIgnore=!c.get("show"),i.hoverIgnore=!d.get("show"),i.setStyle({stroke:l}),i.setStyle(c.getModel("lineStyle").getLineStyle()),i.hoverStyle=d.getModel("lineStyle").getLineStyle()},h(Av,CM);var bR=(fl.extend({type:"funnel",render:function(t){var e=t.getData(),i=this._data,n=this.group;e.diff(i).add(function(t){var i=new Av(e,t);e.setItemGraphicEl(t,i),n.add(i)}).update(function(t,a){var o=i.getItemGraphicEl(a);o.updateData(e,t),n.add(o),e.setItemGraphicEl(t,o)}).remove(function(t){var e=i.getItemGraphicEl(t);n.remove(e)}).execute(),this._data=e},remove:function(){this.group.removeAll(),this._data=null},dispose:function(){}}),function(t,e){t.eachSeriesByType("funnel",function(t){var i=t.getData(),n=i.mapDimension("value"),a=t.get("sort"),o=Dv(t,e),r=Cv(i,a),s=[br(t.get("minSize"),o.width),br(t.get("maxSize"),o.width)],l=i.getDataExtent(n),u=t.get("min"),h=t.get("max");null==u&&(u=Math.min(l[0],0)),null==h&&(h=l[1]);var c=t.get("funnelAlign"),d=t.get("gap"),f=(o.height-d*(i.count()-1))/i.count(),p=o.y,g=function(t,e){var a,r=i.get(n,t)||0,l=wr(r,[u,h],s,!0);switch(c){case"left":a=o.x;break;case"center":a=o.x+(o.width-l)/2;break;case"right":a=o.x+o.width-l}return[[a,e],[a+l,e]]};"ascending"===a&&(f=-f,d=-d,p+=o.height,r=r.reverse());for(var m=0;m=0&&(r[o[s].depth]=new pr(o[s],this,e));if(a&&n){var l=iN(a,n,this,!0,i);return l.data}},setNodePosition:function(t,e){var i=this.option.data[t];i.localX=e[0],i.localY=e[1]},getGraph:function(){return this.getData().graph},getEdgeData:function(){return this.getGraph().edgeData},formatTooltip:function(t,e,i){if("edge"===i){var n=this.getDataParams(t,i),a=n.data,o=a.source+" -- "+a.target;return n.value&&(o+=" : "+n.value),Gr(o)}if("node"===i){var r=this.getGraph().getNodeByIndex(t),s=r.getLayout().value,l=this.getDataParams(t,i).data.name;if(s)var o=l+" : "+s;return Gr(o)}return SR.superCall(this,"formatTooltip",t,e)},optionUpdated:function(){var t=this.option;t.focusNodeAdjacency===!0&&(t.focusNodeAdjacency="allEdges")},defaultOption:{zlevel:0,z:2,coordinateSystem:"view",layout:null,left:"5%",top:"5%",right:"20%",bottom:"5%",orient:"horizontal",nodeWidth:20,nodeGap:8,draggable:!0,focusNodeAdjacency:!1,layoutIterations:32,label:{show:!0,position:"right",color:"#000",fontSize:12},levels:[],nodeAlign:"justify",itemStyle:{borderWidth:1,borderColor:"#333"},lineStyle:{color:"#314656",opacity:.2,curveness:.5},emphasis:{label:{show:!0},lineStyle:{opacity:.6}},animationEasing:"linear",animationDuration:1e3}}),MR=["itemStyle","opacity"],IR=["lineStyle","opacity"],TR=mo({shape:{x1:0,y1:0,x2:0,y2:0,cpx1:0,cpy1:0,cpx2:0,cpy2:0,extent:0,orient:""},buildPath:function(t,e){var i=e.extent;t.moveTo(e.x1,e.y1),t.bezierCurveTo(e.cpx1,e.cpy1,e.cpx2,e.cpy2,e.x2,e.y2),"vertical"===e.orient?(t.lineTo(e.x2+i,e.y2),t.bezierCurveTo(e.cpx2+i,e.cpy2,e.cpx1+i,e.cpy1,e.x1+i,e.y1)):(t.lineTo(e.x2,e.y2+i),t.bezierCurveTo(e.cpx2,e.cpy2+i,e.cpx1,e.cpy1+i,e.x1,e.y1+i)),t.closePath()}});Ru({type:"sankey",_model:null,_focusAdjacencyDisabled:!1,render:function(t,e,i){var n=this,a=t.getGraph(),o=this.group,r=t.layoutInfo,s=r.width,l=r.height,u=t.getData(),h=t.getData("edge"),c=t.get("orient");this._model=t,o.removeAll(),o.attr("position",[r.x,r.y]),a.eachEdge(function(e){var i=new TR;i.dataIndex=e.dataIndex,i.seriesIndex=t.seriesIndex,i.dataType="edge";var n,a,r,u,d,f,p,g,m=e.getModel("lineStyle"),v=m.get("curveness"),y=e.node1.getLayout(),x=e.node1.getModel(),_=x.get("localX"),w=x.get("localY"),b=e.node2.getLayout(),S=e.node2.getModel(),M=S.get("localX"),I=S.get("localY"),T=e.getLayout();switch(i.shape.extent=Math.max(1,T.dy),i.shape.orient=c,"vertical"===c?(n=(null!=_?_*s:y.x)+T.sy,a=(null!=w?w*l:y.y)+y.dy,r=(null!=M?M*s:b.x)+T.ty,u=null!=I?I*l:b.y,d=n,f=a*(1-v)+u*v,p=r,g=a*v+u*(1-v)):(n=(null!=_?_*s:y.x)+y.dx,a=(null!=w?w*l:y.y)+T.sy,r=null!=M?M*s:b.x,u=(null!=I?I*l:b.y)+T.ty,d=n*(1-v)+r*v,f=a,p=n*v+r*(1-v),g=u),i.setShape({x1:n,y1:a,x2:r,y2:u,cpx1:d,cpy1:f,cpx2:p,cpy2:g}),i.setStyle(m.getItemStyle()),i.style.fill){case"source":i.style.fill=e.node1.getVisual("color");break;case"target":i.style.fill=e.node2.getVisual("color")}Vo(i,e.getModel("emphasis.lineStyle").getItemStyle()),o.add(i),h.setItemGraphicEl(e.dataIndex,i)}),a.eachNode(function(e){var i=e.getLayout(),n=e.getModel(),a=n.get("localX"),r=n.get("localY"),h=n.getModel("label"),c=n.getModel("emphasis.label"),d=new iA({shape:{x:null!=a?a*s:i.x,y:null!=r?r*l:i.y,width:i.dx,height:i.dy},style:n.getModel("itemStyle").getItemStyle()}),f=e.getModel("emphasis.itemStyle").getItemStyle();Ho(d.style,f,h,c,{labelFetcher:t,labelDataIndex:e.dataIndex,defaultText:e.id,isRectText:!0}),d.setStyle("fill",e.getVisual("color")),Vo(d,f),o.add(d),u.setItemGraphicEl(e.dataIndex,d),d.dataType="node"}),u.eachItemGraphicEl(function(e,a){var o=u.getItemModel(a);o.get("draggable")&&(e.drift=function(e,o){n._focusAdjacencyDisabled=!0,this.shape.x+=e,this.shape.y+=o,this.dirty(),i.dispatchAction({type:"dragNode",seriesId:t.id,dataIndex:u.getRawIndex(a),localX:this.shape.x/s,localY:this.shape.y/l})},e.ondragend=function(){n._focusAdjacencyDisabled=!1},e.draggable=!0,e.cursor="move"),o.get("focusNodeAdjacency")&&(e.off("mouseover").on("mouseover",function(){n._focusAdjacencyDisabled||(n._clearTimer(),i.dispatchAction({type:"focusNodeAdjacency",seriesId:t.id,dataIndex:e.dataIndex}))}),e.off("mouseout").on("mouseout",function(){n._focusAdjacencyDisabled||n._dispatchUnfocus(i)}))}),h.eachItemGraphicEl(function(e,a){var o=h.getItemModel(a);o.get("focusNodeAdjacency")&&(e.off("mouseover").on("mouseover",function(){n._focusAdjacencyDisabled||(n._clearTimer(),i.dispatchAction({type:"focusNodeAdjacency",seriesId:t.id,edgeDataIndex:e.dataIndex}))}),e.off("mouseout").on("mouseout",function(){n._focusAdjacencyDisabled||n._dispatchUnfocus(i)}))}),!this._data&&t.get("animation")&&o.setClipPath(Ev(o.getBoundingRect(),t,function(){o.removeClipPath()})),this._data=t.getData()},dispose:function(){this._clearTimer()},_dispatchUnfocus:function(t){var e=this;this._clearTimer(),this._unfocusDelayTimer=setTimeout(function(){e._unfocusDelayTimer=null,t.dispatchAction({type:"unfocusNodeAdjacency",seriesId:e._model.id})},500)},_clearTimer:function(){this._unfocusDelayTimer&&(clearTimeout(this._unfocusDelayTimer),this._unfocusDelayTimer=null)},focusNodeAdjacency:function(t,e,i,n){var a=this._model.getData(),o=a.graph,r=n.dataIndex,s=a.getItemModel(r),l=n.edgeDataIndex;if(null!=r||null!=l){var u=o.getNodeByIndex(r),h=o.getEdgeByIndex(l);if(o.eachNode(function(t){Pv(t,MR,.1)}),o.eachEdge(function(t){Pv(t,IR,.1)}),u){Ov(u,MR);var c=s.get("focusNodeAdjacency");"outEdges"===c?f(u.outEdges,function(t){t.dataIndex<0||(Ov(t,IR),Ov(t.node2,MR))}):"inEdges"===c?f(u.inEdges,function(t){t.dataIndex<0||(Ov(t,IR),Ov(t.node1,MR))}):"allEdges"===c&&f(u.edges,function(t){t.dataIndex<0||(Ov(t,IR),Ov(t.node1,MR),Ov(t.node2,MR))})}h&&(Ov(h,IR),Ov(h.node1,MR),Ov(h.node2,MR))}},unfocusNodeAdjacency:function(){var t=this._model.getGraph();t.eachNode(function(t){Pv(t,MR)}),t.eachEdge(function(t){Pv(t,IR)})}}),Tu({type:"dragNode",event:"dragnode",update:"update"},function(t,e){e.eachComponent({mainType:"series",subType:"sankey",query:t},function(e){e.setNodePosition(t.dataIndex,[t.localX,t.localY])})});var AR=function(t,e){t.eachSeriesByType("sankey",function(t){var i=t.get("nodeWidth"),n=t.get("nodeGap"),a=Nv(t,e);t.layoutInfo=a;var o=a.width,r=a.height,s=t.getGraph(),l=s.nodes,u=s.edges;zv(l);var h=m(l,function(t){return 0===t.getLayout().value}),c=0!==h.length?0:t.get("layoutIterations"),d=t.get("orient"),f=t.get("nodeAlign");Rv(l,u,i,n,o,r,c,d,f)})},DR=function(t){t.eachSeriesByType("sankey",function(t){var e=t.getGraph(),i=e.nodes;if(i.length){var n=1/0,a=-1/0;f(i,function(t){var e=t.getLayout().value;n>e&&(n=e),e>a&&(a=e)}),f(i,function(e){var i=new GO({type:"color",mappingMethod:"linear",dataExtent:[n,a],visual:t.get("color")}),o=i.mapValueToVisual(e.getLayout().value),r=e.getModel().get("itemStyle.color");null!=r?e.setVisual("color",r):e.setVisual("color",o)})}})};Cu(AR),Lu(DR);var CR=function(t,e,i,n,a){vk.call(this,t,e,i),this.type=n||"value",this.position=a||"bottom",this.orient=null};CR.prototype={constructor:CR,model:null,isHorizontal:function(){var t=this.position;return"top"===t||"bottom"===t},pointToData:function(t,e){return this.coordinateSystem.pointToData(t,e)[0]},toGlobalCoord:null,toLocalCoord:null},h(CR,vk),ey.prototype={type:"singleAxis",axisPointerEnabled:!0,constructor:ey,_init:function(t){var e=this.dimension,i=new CR(e,Hh(t),[0,0],t.get("type"),t.get("position")),n="category"===i.type;i.onBand=n&&t.get("boundaryGap"),i.inverse=t.get("inverse"),i.orient=t.get("orient"),t.axis=i,i.model=t,i.coordinateSystem=this,this._axis=i},update:function(t){t.eachSeries(function(t){if(t.coordinateSystem===this){var e=t.getData();f(e.mapDimension(this.dimension,!0),function(t){this._axis.scale.unionExtentFromData(e,t)},this),Wh(this._axis.scale,this._axis.model)}},this)},resize:function(t,e){this._rect=$r({left:t.get("left"),top:t.get("top"),right:t.get("right"),bottom:t.get("bottom"),width:t.get("width"),height:t.get("height")},{width:e.getWidth(),height:e.getHeight()}),this._adjustAxis()},getRect:function(){return this._rect},_adjustAxis:function(){var t=this._rect,e=this._axis,i=e.isHorizontal(),n=i?[0,t.width]:[0,t.height],a=e.reverse?1:0;e.setExtent(n[a],n[1-a]),this._updateAxisTransform(e,i?t.x:t.y)},_updateAxisTransform:function(t,e){var i=t.getExtent(),n=i[0]+i[1],a=t.isHorizontal();t.toGlobalCoord=a?function(t){return t+e}:function(t){return n-t+e},t.toLocalCoord=a?function(t){return t-e}:function(t){return n-t+e}},getAxis:function(){return this._axis},getBaseAxis:function(){return this._axis},getAxes:function(){return[this._axis]},getTooltipAxes:function(){return{baseAxes:[this.getAxis()]}},containPoint:function(t){var e=this.getRect(),i=this.getAxis(),n=i.orient;return"horizontal"===n?i.contain(i.toLocalCoord(t[0]))&&t[1]>=e.y&&t[1]<=e.y+e.height:i.contain(i.toLocalCoord(t[1]))&&t[0]>=e.y&&t[0]<=e.y+e.height},pointToData:function(t){var e=this.getAxis();return[e.coordToData(e.toLocalCoord(t["horizontal"===e.orient?0:1]))]},dataToPoint:function(t){var e=this.getAxis(),i=this.getRect(),n=[],a="horizontal"===e.orient?0:1;return t instanceof Array&&(t=t[0]),n[a]=e.toGlobalCoord(e.dataToCoord(+t)),n[1-a]=0===a?i.y+i.height/2:i.x+i.width/2,n}},As.register("single",{create:iy,dimensions:ey.prototype.dimensions});var LR=["axisLine","axisTickLabel","axisName"],kR="splitLine",PR=Jk.extend({type:"singleAxis",axisPointerClass:"SingleAxisPointer",render:function(t,e,i,n){var a=this.group;a.removeAll();var o=ny(t),r=new Uk(t,o);f(LR,r.add,r),a.add(r.getGroup()),t.get(kR+".show")&&this["_"+kR](t),PR.superCall(this,"render",t,e,i,n)},_splitLine:function(t){var e=t.axis;if(!e.scale.isBlank()){var i=t.getModel("splitLine"),n=i.getModel("lineStyle"),a=n.get("width"),o=n.get("color");o=o instanceof Array?o:[o];for(var r=t.coordinateSystem.getRect(),s=e.isHorizontal(),l=[],u=0,h=e.getTicksCoords({tickModel:i}),c=[],d=[],f=0;fr||_(r))return{point:[]};var s=o.getItemGraphicEl(r),l=i.coordinateSystem;if(i.getTooltipPosition)n=i.getTooltipPosition(r)||[];else if(l&&l.dataToPoint)n=l.dataToPoint(o.getValues(p(l.dimensions,function(t){return o.mapDimension(t)}),r,!0))||[];else if(s){var u=s.getBoundingRect().clone();u.applyTransform(s.transform),n=[u.x+u.width/2,u.y+u.height/2]}return{point:n,el:s}},RR=f,zR=x,BR=la(),VR=function(t,e,i){var n=t.currTrigger,a=[t.x,t.y],o=t,r=t.dispatchAction||y(i.dispatchAction,i),s=e.getComponent("axisPointer").coordSysAxesInfo;if(s){py(a)&&(a=NR({seriesIndex:o.seriesIndex,dataIndex:o.dataIndex},e).point);var l=py(a),u=o.axesInfo,h=s.axesInfo,c="leave"===n||py(a),d={},f={},p={list:[],map:{}},g={showPointer:zR(sy,f),showTooltip:zR(ly,p)};RR(s.coordSysMap,function(t,e){var i=l||t.containPoint(a);RR(s.coordSysAxesInfo[e],function(t){var e=t.axis,n=dy(u,t);if(!c&&i&&(!u||n)){var o=n&&n.value;null!=o||l||(o=e.pointToData(a)),null!=o&&oy(t,o,g,!1,d)}})});var m={};return RR(h,function(t,e){var i=t.linkGroup;i&&!f[e]&&RR(i.axesInfo,function(e,n){var a=f[n];if(e!==t&&a){var o=a.value;i.mapper&&(o=t.axis.scale.parse(i.mapper(o,fy(e),fy(t)))),m[t.key]=o}})}),RR(m,function(t,e){oy(h[e],t,g,!0,d)}),uy(f,h,d),hy(p,a,t,r),cy(h,r,i),d}},GR=(Ou({type:"axisPointer",coordSysAxesInfo:null,defaultOption:{show:"auto",triggerOn:null,zlevel:0,z:50,type:"line",snap:!1,triggerTooltip:!0,value:null,status:null,link:[],animation:null,animationDurationUpdate:200,lineStyle:{color:"#aaa",width:1,type:"solid"},shadowStyle:{color:"rgba(150,150,150,0.3)"},label:{show:!0,formatter:null,precision:"auto",margin:3,color:"#fff",padding:[5,7,5,7],backgroundColor:"auto",borderColor:null,borderWidth:0,shadowBlur:3,shadowColor:"#aaa"},handle:{show:!1,icon:"M10.7,11.9v-1.3H9.3v1.3c-4.9,0.3-8.8,4.4-8.8,9.4c0,5,3.9,9.1,8.8,9.4h1.3c4.9-0.3,8.8-4.4,8.8-9.4C19.5,16.3,15.6,12.2,10.7,11.9z M13.3,24.4H6.7v-1.2h6.6z M13.3,22H6.7v-1.2h6.6z M13.3,19.6H6.7v-1.2h6.6z",size:45,margin:50,color:"#333",shadowBlur:3,shadowColor:"#aaa",shadowOffsetX:0,shadowOffsetY:2,throttle:40}}}),la()),FR=f,WR=Eu({type:"axisPointer",render:function(t,e,i){var n=e.getComponent("tooltip"),a=t.get("triggerOn")||n&&n.get("triggerOn")||"mousemove|click";gy("axisPointer",i,function(t,e,i){"none"!==a&&("leave"===t||a.indexOf(t)>=0)&&i({type:"updateAxisPointer",currTrigger:t,x:e&&e.offsetX,y:e&&e.offsetY})})},remove:function(t,e){wy(e.getZr(),"axisPointer"),WR.superApply(this._model,"remove",arguments)},dispose:function(t,e){wy("axisPointer",e),WR.superApply(this._model,"dispose",arguments)}}),HR=la(),ZR=n,UR=y;by.prototype={_group:null,_lastGraphicKey:null,_handle:null,_dragging:!1,_lastValue:null,_lastStatus:null,_payloadInfo:null,animationThreshold:15,render:function(t,e,i,n){var a=e.get("value"),o=e.get("status");if(this._axisModel=t,this._axisPointerModel=e,this._api=i,n||this._lastValue!==a||this._lastStatus!==o){this._lastValue=a,this._lastStatus=o;var r=this._group,s=this._handle;if(!o||"hide"===o)return r&&r.hide(),void(s&&s.hide());r&&r.show(),s&&s.show();var l={};this.makeElOption(l,a,t,e,i);var u=l.graphicKey;u!==this._lastGraphicKey&&this.clear(i),this._lastGraphicKey=u;var h=this._moveAnimation=this.determineAnimation(t,e);if(r){var c=x(Sy,e,h);this.updatePointerEl(r,l,c,e),this.updateLabelEl(r,l,c,e)}else r=this._group=new CM,this.createPointerEl(r,l,t,e),this.createLabelEl(r,l,t,e),i.getZr().add(r);Ay(r,e,!0),this._renderHandle(a)}},remove:function(t){this.clear(t)},dispose:function(t){this.clear(t)},determineAnimation:function(t,e){var i=e.get("animation"),n=t.axis,a="category"===n.type,o=e.get("snap");if(!o&&!a)return!1;if("auto"===i||null==i){var r=this.animationThreshold;if(a&&n.getBandWidth()>r)return!0;if(o){var s=hd(t).seriesDataCount,l=n.getExtent();return Math.abs(l[0]-l[1])/s>r}return!1}return i===!0},makeElOption:function(){},createPointerEl:function(t,e){var i=e.pointer;if(i){var n=HR(t).pointerEl=new AA[i.type](ZR(e.pointer));t.add(n)}},createLabelEl:function(t,e,i,n){if(e.label){var a=HR(t).labelEl=new iA(ZR(e.label));t.add(a),Iy(a,n)}},updatePointerEl:function(t,e,i){var n=HR(t).pointerEl;n&&e.pointer&&(n.setStyle(e.pointer.style),i(n,{shape:e.pointer.shape}))},updateLabelEl:function(t,e,i,n){var a=HR(t).labelEl;a&&(a.setStyle(e.label.style),i(a,{shape:e.label.shape,position:e.label.position}),Iy(a,n))},_renderHandle:function(t){if(!this._dragging&&this.updateHandleTransform){var e=this._axisPointerModel,i=this._api.getZr(),n=this._handle,a=e.getModel("handle"),o=e.get("status");if(!a.get("show")||!o||"hide"===o)return n&&i.remove(n),void(this._handle=null);var r;this._handle||(r=!0,n=this._handle=ur(a.get("icon"),{cursor:"move",draggable:!0,onmousemove:function(t){ZS(t.event)},onmousedown:UR(this._onHandleDragMove,this,0,0),drift:UR(this._onHandleDragMove,this),ondragend:UR(this._onHandleDragEnd,this)}),i.add(n)),Ay(n,e,!1);var s=["color","borderColor","borderWidth","opacity","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY"];n.setStyle(a.getItemStyle(null,s));var l=a.get("size");_(l)||(l=[l,l]),n.attr("scale",[l[0]/2,l[1]/2]),xl(this,"_doDispatchAxisPointer",a.get("throttle")||0,"fixRate"),this._moveHandleToValue(t,r)}},_moveHandleToValue:function(t,e){Sy(this._axisPointerModel,!e&&this._moveAnimation,this._handle,Ty(this.getHandleTransform(t,this._axisModel,this._axisPointerModel)))},_onHandleDragMove:function(t,e){var i=this._handle;if(i){this._dragging=!0;var n=this.updateHandleTransform(Ty(i),[t,e],this._axisModel,this._axisPointerModel);this._payloadInfo=n,i.stopAnimation(),i.attr(Ty(n)),HR(i).lastProp=null,this._doDispatchAxisPointer()}},_doDispatchAxisPointer:function(){var t=this._handle;if(t){var e=this._payloadInfo,i=this._axisModel;this._api.dispatchAction({type:"updateAxisPointer",x:e.cursorPoint[0],y:e.cursorPoint[1],tooltipOption:e.tooltipOption,axesInfo:[{axisDim:i.axis.dim,axisIndex:i.componentIndex}]})}},_onHandleDragEnd:function(){this._dragging=!1;var t=this._handle;if(t){var e=this._axisPointerModel.get("value");this._moveHandleToValue(e),this._api.dispatchAction({type:"hideTip"})}},getHandleTransform:null,updateHandleTransform:null,clear:function(t){this._lastValue=null,this._lastStatus=null;var e=t.getZr(),i=this._group,n=this._handle;e&&i&&(this._lastGraphicKey=null,i&&e.remove(i),n&&e.remove(n),this._group=null,this._handle=null,this._payloadInfo=null)},doClear:function(){},buildLabel:function(t,e,i){return i=i||0,{x:t[i],y:t[1-i],width:e[i],height:e[1-i]}}},by.prototype.constructor=by,va(by);var XR=by.extend({makeElOption:function(t,e,i,n,a){var o=i.axis,r=o.grid,s=n.get("type"),l=zy(r,o).getOtherAxis(o).getGlobalExtent(),u=o.toGlobalCoord(o.dataToCoord(e,!0));if(s&&"none"!==s){var h=Dy(n),c=YR[s](o,u,l);c.style=h,t.graphicKey=c.type,t.pointer=c}var d=md(r.model,i);Oy(e,t,d,i,n,a)},getHandleTransform:function(t,e,i){var n=md(e.axis.grid.model,e,{labelInside:!1});return n.labelMargin=i.get("handle.margin"),{position:Py(e.axis,t,n),rotation:n.rotation+(n.labelDirection<0?Math.PI:0)}},updateHandleTransform:function(t,e,i){var n=i.axis,a=n.grid,o=n.getGlobalExtent(!0),r=zy(a,n).getOtherAxis(n).getGlobalExtent(),s="x"===n.dim?0:1,l=t.position;l[s]+=e[s],l[s]=Math.min(o[1],l[s]),l[s]=Math.max(o[0],l[s]);var u=(r[1]+r[0])/2,h=[u,u];h[s]=l[s];var c=[{verticalAlign:"middle"},{align:"center"}];return{position:l,rotation:t.rotation,cursorPoint:h,tooltipOption:c[s]}}}),YR={line:function(t,e,i){var n=Ey([e,i[0]],[e,i[1]],By(t));return{type:"Line",subPixelOptimize:!0,shape:n}},shadow:function(t,e,i){var n=Math.max(1,t.getBandWidth()),a=i[1]-i[0];return{type:"Rect",shape:Ny([e-n/2,i[0]],[n,a],By(t))}}};Jk.registerAxisPointerClass("CartesianAxisPointer",XR),Su(function(t){if(t){(!t.axisPointer||0===t.axisPointer.length)&&(t.axisPointer={});var e=t.axisPointer.link;e&&!_(e)&&(t.axisPointer.link=[e])}}),Mu(HC.PROCESSOR.STATISTIC,function(t,e){t.getComponent("axisPointer").coordSysAxesInfo=nd(t,e)}),Tu({type:"updateAxisPointer",event:"updateAxisPointer",update:":updateAxisPointer"},VR);var jR=["x","y"],qR=["width","height"],KR=by.extend({makeElOption:function(t,e,i,n,a){var o=i.axis,r=o.coordinateSystem,s=Gy(r,1-Vy(o)),l=r.dataToPoint(e)[0],u=n.get("type");if(u&&"none"!==u){var h=Dy(n),c=$R[u](o,l,s);c.style=h,t.graphicKey=c.type,t.pointer=c}var d=ny(i);Oy(e,t,d,i,n,a)},getHandleTransform:function(t,e,i){var n=ny(e,{labelInside:!1});return n.labelMargin=i.get("handle.margin"),{position:Py(e.axis,t,n),rotation:n.rotation+(n.labelDirection<0?Math.PI:0)}},updateHandleTransform:function(t,e,i){var n=i.axis,a=n.coordinateSystem,o=Vy(n),r=Gy(a,o),s=t.position;s[o]+=e[o],s[o]=Math.min(r[1],s[o]),s[o]=Math.max(r[0],s[o]);var l=Gy(a,1-o),u=(l[1]+l[0])/2,h=[u,u];return h[o]=s[o],{position:s,rotation:t.rotation,cursorPoint:h,tooltipOption:{verticalAlign:"middle"}}}}),$R={line:function(t,e,i){var n=Ey([e,i[0]],[e,i[1]],Vy(t));return{type:"Line",subPixelOptimize:!0,shape:n}},shadow:function(t,e,i){var n=t.getBandWidth(),a=i[1]-i[0];return{type:"Rect",shape:Ny([e-n/2,i[0]],[n,a],Vy(t))}}};Jk.registerAxisPointerClass("SingleAxisPointer",KR),Eu({type:"single"});var JR=2,QR=VD.extend({type:"series.themeRiver",dependencies:["singleAxis"],nameMap:null,init:function(){QR.superApply(this,"init",arguments),this.legendVisualProvider=new Wd(y(this.getData,this),y(this.getRawData,this))},fixData:function(t){var e=t.length,i=pa(t,function(t){return t[2]}),n=[];i.buckets.each(function(t,e){n.push({name:e,dataList:t})});for(var a=n.length,o=-1,r=-1,s=0;a>s;++s){var l=n[s].dataList.length;l>o&&(o=l,r=s)}for(var u=0;a>u;++u)if(u!==r)for(var h=n[u].name,c=0;o>c;++c){for(var d=n[r].dataList[c][0],f=n[u].dataList.length,p=-1,g=0;f>g;++g){var m=n[u].dataList[g][0];if(m===d){p=g;break}}-1===p&&(t[e]=[],t[e][0]=d,t[e][1]=0,t[e][2]=h,e++)}return t},getInitialData:function(t,e){for(var i=e.queryComponents({mainType:"singleAxis",index:this.get("singleAxisIndex"),id:this.get("singleAxisId")})[0],n=i.get("type"),a=m(t.data,function(t){return void 0!==t[2]}),o=this.fixData(a||[]),r=[],s=this.nameMap=B(),l=0,u=0;un;++n)i[n]=n;var a=t.mapDimension("single"),o=pa(i,function(e){return t.get("name",e)}),r=[];return o.buckets.each(function(e,i){e.sort(function(e,i){return t.get(a,e)-t.get(a,i)}),r.push({name:i,indices:e})}),r},getAxisTooltipData:function(t,e){_(t)||(t=t?[t]:[]);for(var i,n=this.getData(),a=this.getLayerSeries(),o=[],r=a.length,s=0;r>s;++s){for(var l=Number.MAX_VALUE,u=-1,h=a[s].indices.length,c=0;h>c;++c){var d=n.get(t[0],a[s].indices[c]),f=Math.abs(d-e);l>=f&&(i=d,l=f,u=a[s].indices[c])}o.push(u)}return{dataIndices:o,nestestValue:i}},formatTooltip:function(t){var e=this.getData(),i=e.getName(t),n=e.get(e.mapDimension("value"),t);return(isNaN(n)||null==n)&&(n="-"),Gr(i+" : "+n)},defaultOption:{zlevel:0,z:2,coordinateSystem:"singleAxis",boundaryGap:["10%","10%"],singleAxisIndex:0,animationEasing:"linear",label:{margin:4,show:!0,position:"left",color:"#000",fontSize:11},emphasis:{label:{show:!0}}}});Ru({type:"themeRiver",init:function(){this._layers=[]},render:function(t){function e(t){return t.name}function i(e,i,s){var l=this._layers;if("remove"===e)return void a.remove(l[i]);for(var u,h=[],d=[],f=o[i].indices,p=0;pn[1]&&n.reverse(),{coordSys:{type:"polar",cx:t.cx,cy:t.cy,r:n[1],r0:n[0]},api:{coord:y(function(n){var a=e.dataToRadius(n[0]),o=i.dataToAngle(n[1]),r=t.coordToPoint([a,o]);return r.push(a,o*Math.PI/180),r}),size:y(mx,t)}}},hz=function(t){var e=t.getRect(),i=t.getRangeInfo();return{coordSys:{type:"calendar",x:e.x,y:e.y,width:e.width,height:e.height,cellWidth:t.getCellWidth(),cellHeight:t.getCellHeight(),rangeInfo:{start:i.start,end:i.end,weeks:i.weeks,dayCount:i.allDay}},api:{coord:function(e,i){return t.dataToPoint(e,i)}}}},cz=vA,dz=["itemStyle"],fz=["emphasis","itemStyle"],pz=["label"],gz=["emphasis","label"],mz="e\x00\x00",vz={cartesian2d:rz,geo:sz,singleAxis:lz,polar:uz,calendar:hz};VD.extend({type:"series.custom",dependencies:["grid","polar","geo","singleAxis","calendar"],defaultOption:{coordinateSystem:"cartesian2d",zlevel:0,z:2,legendHoverLink:!0,useTransform:!0,clip:!1},getInitialData:function(){return mh(this.getSource(),this)},getDataParams:function(t,e,i){var n=VD.prototype.getDataParams.apply(this,arguments);return i&&(n.info=i.info),n}}),fl.extend({type:"custom",_data:null,render:function(t,e,i,n){var a=this._data,o=t.getData(),r=this.group,s=_x(t,o,e,i);o.diff(a).add(function(e){Sx(null,e,s(e,n),t,r,o)}).update(function(e,i){var l=a.getItemGraphicEl(i);Sx(l,e,s(e,n),t,r,o)}).remove(function(t){var e=a.getItemGraphicEl(t);e&&r.remove(e)}).execute();var l=t.get("clip",!0)?Bc(t.coordinateSystem,!1,t):null;l?r.setClipPath(l):r.removeClipPath(),this._data=o},incrementalPrepareRender:function(){this.group.removeAll(),this._data=null},incrementalRender:function(t,e,i,n,a){function o(t){t.isGroup||(t.incremental=!0,t.useHoverLayer=!0)}for(var r=e.getData(),s=_x(e,r,i,n),l=t.start;lc?c=f:(d.lastTickCount=a,d.lastAutoInterval=c),c}},h(Gx,vk);var xz=function(t){this.name=t||"",this.cx=0,this.cy=0,this._radiusAxis=new Vx,this._angleAxis=new Gx,this._radiusAxis.polar=this._angleAxis.polar=this};xz.prototype={type:"polar",axisPointerEnabled:!0,constructor:xz,dimensions:["radius","angle"],model:null,containPoint:function(t){var e=this.pointToCoord(t);return this._radiusAxis.contain(e[0])&&this._angleAxis.contain(e[1])},containData:function(t){return this._radiusAxis.containData(t[0])&&this._angleAxis.containData(t[1])},getAxis:function(t){return this["_"+t+"Axis"]},getAxes:function(){return[this._radiusAxis,this._angleAxis]},getAxesByScale:function(t){var e=[],i=this._angleAxis,n=this._radiusAxis;return i.scale.type===t&&e.push(i),n.scale.type===t&&e.push(n),e},getAngleAxis:function(){return this._angleAxis},getRadiusAxis:function(){return this._radiusAxis},getOtherAxis:function(t){var e=this._angleAxis;return t===e?this._radiusAxis:e},getBaseAxis:function(){return this.getAxesByScale("ordinal")[0]||this.getAxesByScale("time")[0]||this.getAngleAxis()},getTooltipAxes:function(t){var e=null!=t&&"auto"!==t?this.getAxis(t):this.getBaseAxis();return{baseAxes:[e],otherAxes:[this.getOtherAxis(e)]}},dataToPoint:function(t,e){return this.coordToPoint([this._radiusAxis.dataToRadius(t[0],e),this._angleAxis.dataToAngle(t[1],e)])},pointToData:function(t,e){var i=this.pointToCoord(t);return[this._radiusAxis.radiusToData(i[0],e),this._angleAxis.angleToData(i[1],e)]},pointToCoord:function(t){var e=t[0]-this.cx,i=t[1]-this.cy,n=this.getAngleAxis(),a=n.getExtent(),o=Math.min(a[0],a[1]),r=Math.max(a[0],a[1]);n.inverse?o=r-360:r=o+360;var s=Math.sqrt(e*e+i*i);e/=s,i/=s;for(var l=Math.atan2(-i,e)/Math.PI*180,u=o>l?1:-1;o>l||l>r;)l+=360*u;return[s,l]},coordToPoint:function(t){var e=t[0],i=t[1]/180*Math.PI,n=Math.cos(i)*e+this.cx,a=-Math.sin(i)*e+this.cy;return[n,a]},getArea:function(){var t=this.getAngleAxis(),e=this.getRadiusAxis(),i=e.getExtent().slice();i[0]>i[1]&&i.reverse();var n=t.getExtent(),a=Math.PI/180;return{cx:this.cx,cy:this.cy,r0:i[0],r:i[1],startAngle:-n[0]*a,endAngle:-n[1]*a,clockwise:t.inverse,contain:function(t,e){var i=t-this.cx,n=e-this.cy,a=i*i+n*n,o=this.r,r=this.r0;return o*o>=a&&a>=r*r}}}};var _z=JA.extend({type:"polarAxis",axis:null,getCoordSysModel:function(){return this.ecModel.queryComponents({mainType:"polar",index:this.option.polarIndex,id:this.option.polarId})[0]}});a(_z.prototype,ik);var wz={angle:{startAngle:90,clockwise:!0,splitNumber:12,axisLabel:{rotate:!1}},radius:{splitNumber:5}};Tk("angle",_z,Fx,wz.angle),Tk("radius",_z,Fx,wz.radius),Ou({type:"polar",dependencies:["polarAxis","angleAxis"],coordinateSystem:null,findAxisModel:function(t){var e,i=this.ecModel;return i.eachComponent(t,function(t){t.getCoordSysModel()===this&&(e=t)},this),e},defaultOption:{zlevel:0,z:0,center:["50%","50%"],radius:"80%"}});var bz={dimensions:xz.prototype.dimensions,create:function(t,e){var i=[];return t.eachComponent("polar",function(t,n){var a=new xz(n);a.update=Hx;var o=a.getRadiusAxis(),r=a.getAngleAxis(),s=t.findAxisModel("radiusAxis"),l=t.findAxisModel("angleAxis");Zx(o,s),Zx(r,l),Wx(a,t,e),i.push(a),t.coordinateSystem=a,a.model=t}),t.eachSeries(function(e){if("polar"===e.get("coordinateSystem")){var i=t.queryComponents({mainType:"polar",index:e.get("polarIndex"),id:e.get("polarId")})[0];e.coordinateSystem=i.coordinateSystem}}),i}};As.register("polar",bz);var Sz=["axisLine","axisLabel","axisTick","minorTick","splitLine","minorSplitLine","splitArea"];Jk.extend({type:"angleAxis",axisPointerClass:"PolarAxisPointer",render:function(t){if(this.group.removeAll(),t.get("show")){var e=t.axis,i=e.polar,a=i.getRadiusAxis().getExtent(),o=e.getTicksCoords(),r=e.getMinorTicksCoords(),s=p(e.getViewLabels(),function(t){var t=n(t);return t.coord=e.dataToCoord(t.tickValue),t});Yx(s),Yx(o),f(Sz,function(n){!t.get(n+".show")||e.scale.isBlank()&&"axisLine"!==n||this["_"+n](t,i,o,r,a,s)},this)}},_axisLine:function(t,e,i,n,a){var o,r=t.getModel("axisLine.lineStyle"),s=Xx(e),l=s?0:1;o=0===a[l]?new UT({shape:{cx:e.cx,cy:e.cy,r:a[s]},style:r.getLineStyle(),z2:1,silent:!0}):new qT({shape:{cx:e.cx,cy:e.cy,r:a[s],r0:a[l]},style:r.getLineStyle(),z2:1,silent:!0}),o.style.fill=null,this.group.add(o)},_axisTick:function(t,e,i,n,a){var o=t.getModel("axisTick"),r=(o.get("inside")?-1:1)*o.get("length"),l=a[Xx(e)],u=p(i,function(t){return new aA({shape:Ux(e,[l,l+r],t.coord)})});this.group.add(SA(u,{style:s(o.getModel("lineStyle").getLineStyle(),{stroke:t.get("axisLine.lineStyle.color")})}))},_minorTick:function(t,e,i,n,a){if(n.length){for(var o=t.getModel("axisTick"),r=t.getModel("minorTick"),l=(o.get("inside")?-1:1)*r.get("length"),u=a[Xx(e)],h=[],c=0;cd?"left":"right",g=Math.abs(c[1]-f)/h<.3?"middle":c[1]>f?"top":"bottom";r&&r[o]&&r[o].textStyle&&(n=new pr(r[o].textStyle,s,s.ecModel));var m=new ZT({silent:Uk.isLabelSilent(t)});this.group.add(m),Uo(m.style,n,{x:c[0],y:c[1],textFill:n.getTextColor()||t.get("axisLine.lineStyle.color"),text:i.formattedLabel,textAlign:p,textVerticalAlign:g}),u&&(m.eventData=Uk.makeAxisEventDataBase(t),m.eventData.targetType="axisLabel",m.eventData.value=i.rawLabel)},this)},_splitLine:function(t,e,i,n,a){var o=t.getModel("splitLine"),r=o.getModel("lineStyle"),l=r.get("color"),u=0;l=l instanceof Array?l:[l];for(var h=[],c=0;ci?"0"+i:i;var n=t.getDate();n=10>n?"0"+n:n;var a=t.getDay();return a=Math.abs((a+7-this.getFirstDayOfWeek())%7),{y:e,m:i,d:n,day:a,time:t.getTime(),formatedDate:e+"-"+i+"-"+n,date:t}},getNextNDay:function(t,e){return e=e||0,0===e?this.getDateInfo(t):(t=new Date(this.getDateInfo(t).time),t.setDate(t.getDate()+e),this.getDateInfo(t))},update:function(t,e){function i(t,e){return null!=t[e]&&"auto"!==t[e]}this._firstDayOfWeek=+this._model.getModel("dayLabel").get("firstDay"),this._orient=this._model.get("orient"),this._lineWidth=this._model.getModel("itemStyle").getItemStyle().lineWidth||0,this._rangeInfo=this._getRangeInfo(this._initRangeOption());var n=this._rangeInfo.weeks||1,a=["width","height"],o=this._model.get("cellSize").slice(),r=this._model.getBoxLayoutParams(),s="horizontal"===this._orient?[n,7]:[7,n];f([0,1],function(t){i(o,t)&&(r[a[t]]=o[t]*s[t])});var l={width:e.getWidth(),height:e.getHeight()},u=this._rect=$r(r,l);f([0,1],function(t){i(o,t)||(o[t]=u[a[t]]/s[t])}),this._sw=o[0],this._sh=o[1]},dataToPoint:function(t,e){_(t)&&(t=t[0]),null==e&&(e=!0);var i=this.getDateInfo(t),n=this._rangeInfo,a=i.formatedDate;if(e&&!(i.time>=n.start.time&&i.timeo.end.time&&t.reverse(),t},_getRangeInfo:function(t){t=[this.getDateInfo(t[0]),this.getDateInfo(t[1])];var e;t[0].time>t[1].time&&(e=!0,t.reverse());var i=Math.floor(t[1].time/Cz)-Math.floor(t[0].time/Cz)+1,n=new Date(t[0].time),a=n.getDate(),o=t[1].date.getDate();if(n.setDate(a+i-1),n.getDate()!==o)for(var r=n.getTime()-t[1].time>0?1:-1;n.getDate()!==o&&(n.getTime()-t[1].time)*r>0;)i-=r,n.setDate(a+i-1);var s=Math.floor((i+t[0].day+6)/7),l=e?-s+1:s-1;return e&&t.reverse(),{range:[t[0].formatedDate,t[1].formatedDate],start:t[0],end:t[1],allDay:i,weeks:s,nthWeek:l,fweek:t[0].day,lweek:t[1].day}},_getDateByWeeksAndDay:function(t,e,i){var n=this._getRangeInfo(i);if(t>n.weeks||0===t&&en.lweek)return!1;var a=7*(t-1)-n.fweek+e,o=new Date(n.start.time);return o.setDate(n.start.d+a),this.getDateInfo(o)}},$x.dimensions=$x.prototype.dimensions,$x.getDimensionsInfo=$x.prototype.getDimensionsInfo,$x.create=function(t,e){var i=[];return t.eachComponent("calendar",function(n){var a=new $x(n,t,e);i.push(a),n.coordinateSystem=a}),t.eachSeries(function(t){"calendar"===t.get("coordinateSystem")&&(t.coordinateSystem=i[t.get("calendarIndex")||0])}),i},As.register("calendar",$x);var Lz=JA.extend({type:"calendar",coordinateSystem:null,defaultOption:{zlevel:0,z:2,left:80,top:60,cellSize:20,orient:"horizontal",splitLine:{show:!0,lineStyle:{color:"#000",width:1,type:"solid"}},itemStyle:{color:"#fff",borderWidth:1,borderColor:"#ccc"},dayLabel:{show:!0,firstDay:0,position:"start",margin:"50%",nameMap:"en",color:"#000"},monthLabel:{show:!0,position:"start",margin:5,align:"center",nameMap:"en",formatter:null,color:"#000"},yearLabel:{show:!0,position:null,margin:30,formatter:null,color:"#ccc",fontFamily:"sans-serif",fontWeight:"bolder",fontSize:20}},init:function(t){var e=es(t);Lz.superApply(this,"init",arguments),Qx(t,e)},mergeOption:function(t){Lz.superApply(this,"mergeOption",arguments),Qx(this.option,t)}}),kz={EN:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],CN:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]},Pz={EN:["S","M","T","W","T","F","S"],CN:["日","一","二","三","四","五","六"]};Eu({type:"calendar",_tlpoints:null,_blpoints:null,_firstDayOfMonth:null,_firstDayPoints:null,render:function(t){var e=this.group;e.removeAll();var i=t.coordinateSystem,n=i.getRangeInfo(),a=i.getOrient();this._renderDayRect(t,n,e),this._renderLines(t,n,a,e),this._renderYearText(t,n,a,e),this._renderMonthText(t,a,e),this._renderWeekText(t,n,a,e)},_renderDayRect:function(t,e,i){for(var n=t.coordinateSystem,a=t.getModel("itemStyle").getItemStyle(),o=n.getCellWidth(),r=n.getCellHeight(),s=e.start.time;s<=e.end.time;s=n.getNextNDay(s,1).time){var l=n.dataToRect([s],!1).tl,u=new iA({shape:{x:l[0],y:l[1],width:o,height:r},cursor:"default",style:a});i.add(u)}},_renderLines:function(t,e,i,n){function a(e){o._firstDayOfMonth.push(r.getDateInfo(e)),o._firstDayPoints.push(r.dataToRect([e],!1).tl);var a=o._getLinePointsOfOneWeek(t,e,i);o._tlpoints.push(a[0]),o._blpoints.push(a[a.length-1]),l&&o._drawSplitline(a,s,n)}var o=this,r=t.coordinateSystem,s=t.getModel("splitLine.lineStyle").getLineStyle(),l=t.get("splitLine.show"),u=s.lineWidth;this._tlpoints=[],this._blpoints=[],this._firstDayOfMonth=[],this._firstDayPoints=[];for(var h=e.start,c=0;h.time<=e.end.time;c++){a(h.formatedDate),0===c&&(h=r.getDateInfo(e.start.y+"-"+e.start.m));var d=h.date;d.setMonth(d.getMonth()+1),h=r.getDateInfo(d)}a(r.getNextNDay(e.end.time,1).formatedDate),l&&this._drawSplitline(o._getEdgesPoints(o._tlpoints,u,i),s,n),l&&this._drawSplitline(o._getEdgesPoints(o._blpoints,u,i),s,n)},_getEdgesPoints:function(t,e,i){var n=[t[0].slice(),t[t.length-1].slice()],a="horizontal"===i?0:1;return n[0][a]=n[0][a]-e/2,n[1][a]=n[1][a]+e/2,n},_drawSplitline:function(t,e,i){var n=new QT({z2:20,shape:{points:t},style:e});i.add(n)},_getLinePointsOfOneWeek:function(t,e,i){var n=t.coordinateSystem;e=n.getDateInfo(e);for(var a=[],o=0;7>o;o++){var r=n.getNextNDay(e.time,o),s=n.dataToRect([r.time],!1);a[2*r.day]=s.tl,a[2*r.day+1]=s["horizontal"===i?"bl":"tr"]}return a},_formatterLabel:function(t,e){return"string"==typeof t&&t?Wr(t,e):"function"==typeof t?t(e):e.nameMap},_yearTextPositionControl:function(t,e,i,n,a){e=e.slice();var o=["center","bottom"];"bottom"===n?(e[1]+=a,o=["center","top"]):"left"===n?e[0]-=a:"right"===n?(e[0]+=a,o=["center","top"]):e[1]-=a;var r=0;return("left"===n||"right"===n)&&(r=Math.PI/2),{rotation:r,position:e,style:{textAlign:o[0],textVerticalAlign:o[1]}}},_renderYearText:function(t,e,i,n){var a=t.getModel("yearLabel");if(a.get("show")){var o=a.get("margin"),r=a.get("position");r||(r="horizontal"!==i?"top":"left");var s=[this._tlpoints[this._tlpoints.length-1],this._blpoints[0]],l=(s[0][0]+s[1][0])/2,u=(s[0][1]+s[1][1])/2,h="horizontal"===i?0:1,c={top:[l,s[h][1]],bottom:[l,s[1-h][1]],left:[s[1-h][0],u],right:[s[h][0],u]},d=e.start.y;+e.end.y>+e.start.y&&(d=d+"-"+e.end.y);var f=a.get("formatter"),p={start:e.start.y,end:e.end.y,nameMap:d},g=this._formatterLabel(f,p),m=new ZT({z2:30});Uo(m.style,a,{text:g}),m.attr(this._yearTextPositionControl(m,c[r],i,r,o)),n.add(m)}},_monthTextPositionControl:function(t,e,i,n,a){var o="left",r="top",s=t[0],l=t[1];return"horizontal"===i?(l+=a,e&&(o="center"),"start"===n&&(r="bottom")):(s+=a,e&&(r="middle"),"start"===n&&(o="right")),{x:s,y:l,textAlign:o,textVerticalAlign:r}},_renderMonthText:function(t,e,i){var n=t.getModel("monthLabel");if(n.get("show")){var a=n.get("nameMap"),o=n.get("margin"),s=n.get("position"),l=n.get("align"),u=[this._tlpoints,this._blpoints];b(a)&&(a=kz[a.toUpperCase()]||[]);var h="start"===s?0:1,c="horizontal"===e?0:1;o="start"===s?-o:o;for(var d="center"===l,f=0;ff;f++){var p=o.getNextNDay(c,f),g=o.dataToRect([p.time],!1).center,m=f;m=Math.abs((f+h)%7);var v=new ZT({z2:30});r(Uo(v.style,a,{text:l[m]}),this._weekTextPositionControl(g,i,s,u,d)),n.add(v)}}}}),Ou({type:"title",layoutMode:{type:"box",ignoreSize:!0},defaultOption:{zlevel:0,z:6,show:!0,text:"",target:"blank",subtext:"",subtarget:"blank",left:0,top:0,backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",borderWidth:0,padding:5,itemGap:10,textStyle:{fontSize:18,fontWeight:"bolder",color:"#333"},subtextStyle:{color:"#aaa"}}}),Eu({type:"title",render:function(t,e,i){if(this.group.removeAll(),t.get("show")){var n=this.group,a=t.getModel("textStyle"),o=t.getModel("subtextStyle"),r=t.get("textAlign"),s=C(t.get("textBaseline"),t.get("textVerticalAlign")),l=new ZT({style:Uo({},a,{text:t.get("text"),textFill:a.getTextColor()},{disableBox:!0}),z2:10}),u=l.getBoundingRect(),h=t.get("subtext"),c=new ZT({style:Uo({},o,{text:h,textFill:o.getTextColor(),y:u.height+t.get("itemGap"),textVerticalAlign:"top"},{disableBox:!0}),z2:10}),d=t.get("link"),f=t.get("sublink"),p=t.get("triggerEvent",!0);l.silent=!d&&!p,c.silent=!f&&!p,d&&l.on("click",function(){window.open(d,"_"+t.get("target"))}),f&&c.on("click",function(){window.open(f,"_"+t.get("subtarget"))}),l.eventData=c.eventData=p?{componentType:"title",componentIndex:t.componentIndex}:null,n.add(l),h&&n.add(c);var g=n.getBoundingRect(),m=t.getBoxLayoutParams();m.width=g.width,m.height=g.height;var v=$r(m,{width:i.getWidth(),height:i.getHeight()},t.get("padding"));r||(r=t.get("left")||t.get("right"),"middle"===r&&(r="center"),"right"===r?v.x+=v.width:"center"===r&&(v.x+=v.width/2)),s||(s=t.get("top")||t.get("bottom"),"center"===s&&(s="middle"),"bottom"===s?v.y+=v.height:"middle"===s&&(v.y+=v.height/2),s=s||"top"),n.attr("position",[v.x,v.y]);var y={textAlign:r,textVerticalAlign:s};l.setStyle(y),c.setStyle(y),g=n.getBoundingRect();var x=v.margin,_=t.getItemStyle(["color","opacity"]);_.fill=t.get("backgroundColor");var w=new iA({shape:{x:g.x-x[3],y:g.y-x[0],width:g.width+x[1]+x[3],height:g.height+x[0]+x[2],r:t.get("borderRadius")},style:_,subPixelOptimize:!0,silent:!0});n.add(w)}}});var Oz=$D.legend.selector,Ez={all:{type:"all",title:n(Oz.all)},inverse:{type:"inverse",title:n(Oz.inverse)}},Nz=Ou({type:"legend.plain",dependencies:["series"],layoutMode:{type:"box",ignoreSize:!0},init:function(t,e,i){this.mergeDefaultAndTheme(t,i),t.selected=t.selected||{},this._updateSelector(t)},mergeOption:function(t){Nz.superCall(this,"mergeOption",t),this._updateSelector(t)},_updateSelector:function(t){var e=t.selector;e===!0&&(e=t.selector=["all","inverse"]),_(e)&&f(e,function(t,i){b(t)&&(t={type:t}),e[i]=a(t,Ez[t.type])})},optionUpdated:function(){this._updateData(this.ecModel);var t=this._data;if(t[0]&&"single"===this.get("selectedMode")){for(var e=!1,i=0;i=0},getOrient:function(){return"vertical"===this.get("orient")?{index:1,name:"vertical"}:{index:0,name:"horizontal"}},defaultOption:{zlevel:0,z:4,show:!0,orient:"horizontal",left:"center",top:0,align:"auto",backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",borderRadius:0,borderWidth:0,padding:5,itemGap:10,itemWidth:25,itemHeight:14,inactiveColor:"#ccc",inactiveBorderColor:"#ccc",itemStyle:{borderWidth:0},textStyle:{color:"#333"},selectedMode:!0,selector:!1,selectorLabel:{show:!0,borderRadius:10,padding:[3,5,3,5],fontSize:12,fontFamily:" sans-serif",color:"#666",borderWidth:1,borderColor:"#666"},emphasis:{selectorLabel:{show:!0,color:"#eee",backgroundColor:"#666"}},selectorPosition:"auto",selectorItemGap:7,selectorButtonGap:10,tooltip:{show:!1}}});Tu("legendToggleSelect","legendselectchanged",x(t_,"toggleSelected")),Tu("legendAllSelect","legendselectall",x(t_,"allSelect")),Tu("legendInverseSelect","legendinverseselect",x(t_,"inverseSelect")),Tu("legendSelect","legendselected",x(t_,"select")),Tu("legendUnSelect","legendunselected",x(t_,"unSelect"));var Rz=x,zz=f,Bz=CM,Vz=Eu({type:"legend.plain",newlineDisabled:!1,init:function(){this.group.add(this._contentGroup=new Bz),this._backgroundEl,this.group.add(this._selectorGroup=new Bz),this._isFirstRender=!0},getContentGroup:function(){return this._contentGroup},getSelectorGroup:function(){return this._selectorGroup},render:function(t,e,i){var n=this._isFirstRender;if(this._isFirstRender=!1,this.resetInner(),t.get("show",!0)){var a=t.get("align"),o=t.get("orient");a&&"auto"!==a||(a="right"===t.get("left")&&"vertical"===o?"right":"left");var r=t.get("selector",!0),l=t.get("selectorPosition",!0);!r||l&&"auto"!==l||(l="horizontal"===o?"end":"start"),this.renderInner(a,t,e,i,r,o,l);var u=t.getBoxLayoutParams(),h={width:i.getWidth(),height:i.getHeight()},c=t.get("padding"),d=$r(u,h,c),f=this.layoutInner(t,a,d,n,r,l),p=$r(s({width:f.width,height:f.height},u),h,c);this.group.attr("position",[p.x-f.x,p.y-f.y]),this.group.add(this._backgroundEl=i_(f,t))}},resetInner:function(){this.getContentGroup().removeAll(),this._backgroundEl&&this.group.remove(this._backgroundEl),this.getSelectorGroup().removeAll()},renderInner:function(t,e,i,n,a,o,r){var s=this.getContentGroup(),l=B(),u=e.get("selectedMode"),h=[]; +i.eachRawSeries(function(t){!t.get("legendHoverLink")&&h.push(t.id)}),zz(e.getData(),function(a,o){var r=a.get("name");if(!this.newlineDisabled&&(""===r||"\n"===r))return void s.add(new Bz({newline:!0}));var c=i.getSeriesByName(r)[0];if(!l.get(r))if(c){var d=c.getData(),f=d.getVisual("color"),p=d.getVisual("borderColor");"function"==typeof f&&(f=f(c.getDataParams(0))),"function"==typeof p&&(p=p(c.getDataParams(0)));var g=d.getVisual("legendSymbol")||"roundRect",m=d.getVisual("symbol"),v=this._createItem(r,o,a,e,g,m,t,f,p,u);v.on("click",Rz(a_,r,null,n,h)).on("mouseover",Rz(o_,c.name,null,n,h)).on("mouseout",Rz(r_,c.name,null,n,h)),l.set(r,!0)}else i.eachRawSeries(function(i){if(!l.get(r)&&i.legendVisualProvider){var s=i.legendVisualProvider;if(!s.containName(r))return;var c=s.indexOfName(r),d=s.getItemVisual(c,"color"),f=s.getItemVisual(c,"borderColor"),p="roundRect",g=this._createItem(r,o,a,e,p,null,t,d,f,u);g.on("click",Rz(a_,null,r,n,h)).on("mouseover",Rz(o_,null,r,n,h)).on("mouseout",Rz(r_,null,r,n,h)),l.set(r,!0)}},this)},this),a&&this._createSelector(a,e,n,o,r)},_createSelector:function(t,e,i){function n(t){var n=t.type,o=new ZT({style:{x:0,y:0,align:"center",verticalAlign:"middle"},onclick:function(){i.dispatchAction({type:"all"===n?"legendAllSelect":"legendInverseSelect"})}});a.add(o);var r=e.getModel("selectorLabel"),s=e.getModel("emphasis.selectorLabel");Ho(o.style,o.hoverStyle={},r,s,{defaultText:t.title,isRectText:!1}),Vo(o)}var a=this.getSelectorGroup();zz(t,function(t){n(t)})},_createItem:function(t,e,i,n,a,o,s,l,u,h){var c=n.get("itemWidth"),d=n.get("itemHeight"),f=n.get("inactiveColor"),p=n.get("inactiveBorderColor"),g=n.get("symbolKeepAspect"),m=n.getModel("itemStyle"),v=n.isSelected(t),y=new Bz,x=i.getModel("textStyle"),_=i.get("icon"),w=i.getModel("tooltip"),b=w.parentModel;a=_||a;var S=Jh(a,0,0,c,d,v?l:f,null==g?!0:g);if(y.add(n_(S,a,m,u,p,v)),!_&&o&&(o!==a||"none"===o)){var M=.8*d;"none"===o&&(o="circle");var I=Jh(o,(c-M)/2,(d-M)/2,M,M,v?l:f,null==g?!0:g);y.add(n_(I,o,m,u,p,v))}var T="left"===s?c+5:-5,A=s,D=n.get("formatter"),C=t;"string"==typeof D&&D?C=D.replace("{name}",null!=t?t:""):"function"==typeof D&&(C=D(t)),y.add(new ZT({style:Uo({},x,{text:C,x:T,y:d/2,textFill:v?x.getTextColor():f,textAlign:A,textVerticalAlign:"middle"})}));var L=new iA({shape:y.getBoundingRect(),invisible:!0,tooltip:w.get("show")?r({content:t,formatter:b.get("formatter",!0)||function(){return t},formatterParams:{componentType:"legend",legendIndex:n.componentIndex,name:t,$vars:["name"]}},w.option):null});return y.add(L),y.eachChild(function(t){t.silent=!0}),L.silent=!h,this.getContentGroup().add(y),Vo(y),y.__legendDataIndex=e,y},layoutInner:function(t,e,i,n,a,o){var r=this.getContentGroup(),s=this.getSelectorGroup();qA(t.get("orient"),r,t.get("itemGap"),i.width,i.height);var l=r.getBoundingRect(),u=[-l.x,-l.y];if(a){qA("horizontal",s,t.get("selectorItemGap",!0));var h=s.getBoundingRect(),c=[-h.x,-h.y],d=t.get("selectorButtonGap",!0),f=t.getOrient().index,p=0===f?"width":"height",g=0===f?"height":"width",m=0===f?"y":"x";"end"===o?c[f]+=l[p]+d:u[f]+=h[p]+d,c[1-f]+=l[g]/2-h[g]/2,s.attr("position",c),r.attr("position",u);var v={x:0,y:0};return v[p]=l[p]+d+h[p],v[g]=Math.max(l[g],h[g]),v[m]=Math.min(0,h[m]+c[1-f]),v}return r.attr("position",u),this.group.getBoundingRect()},remove:function(){this.getContentGroup().removeAll(),this._isFirstRender=!0}}),Gz=function(t){var e=t.findComponents({mainType:"legend"});e&&e.length&&t.filterSeries(function(t){for(var i=0;ii[a],f=[-h.x,-h.y];e||(f[n]=s.position[n]);var p=[0,0],g=[-c.x,-c.y],m=C(t.get("pageButtonGap",!0),t.get("itemGap",!0));if(d){var v=t.get("pageButtonPosition",!0);"end"===v?g[n]+=i[a]-c[a]:p[n]+=c[a]+m}g[1-n]+=h[o]/2-c[o]/2,s.attr("position",f),l.attr("position",p),u.attr("position",g);var y={x:0,y:0};if(y[a]=d?i[a]:h[a],y[o]=Math.max(h[o],c[o]),y[r]=Math.min(0,c[r]+g[1-n]),l.__rectSize=i[a],d){var x={x:0,y:0};x[a]=Math.max(i[a]-c[a]-m,0),x[o]=y[o],l.setClipPath(new iA({shape:x})),l.__rectSize=x[a]}else u.eachChild(function(t){t.attr({invisible:!0,silent:!0})});var _=this._getPageInfo(t);return null!=_.pageIndex&&er(s,{position:_.contentPosition},d?t:!1),this._updatePageInfoView(t,_),y},_pageGo:function(t,e,i){var n=this._getPageInfo(e)[t];null!=n&&i.dispatchAction({type:"legendScroll",scrollDataIndex:n,legendId:e.id})},_updatePageInfoView:function(t,e){var i=this._controllerGroup;f(["pagePrev","pageNext"],function(n){var a=null!=e[n+"DataIndex"],o=i.childOfName(n);o&&(o.setStyle("fill",a?t.get("pageIconColor",!0):t.get("pageIconInactiveColor",!0)),o.cursor=a?"pointer":"default")});var n=i.childOfName("pageText"),a=t.get("pageFormatter"),o=e.pageIndex,r=null!=o?o+1:0,s=e.pageCount;n&&a&&n.setStyle("text",b(a)?a.replace("{current}",r).replace("{total}",s):a({current:r,total:s}))},_getPageInfo:function(t){function e(t){if(t){var e=t.getBoundingRect(),i=e[l]+t.position[r];return{s:i,e:i+e[s],i:t.__legendDataIndex}}}function i(t,e){return t.e>=e&&t.s<=e+o}var n=t.get("scrollDataIndex",!0),a=this.getContentGroup(),o=this._containerGroup.__rectSize,r=t.getOrient().index,s=Hz[r],l=Zz[r],u=this._findTargetItemIndex(n),h=a.children(),c=h[u],d=h.length,f=d?1:0,p={contentPosition:a.position.slice(),pageCount:f,pageIndex:f-1,pagePrevDataIndex:null,pageNextDataIndex:null};if(!c)return p;var g=e(c);p.contentPosition[r]=-g.s;for(var m=u+1,v=g,y=g,x=null;d>=m;++m)x=e(h[m]),(!x&&y.e>v.s+o||x&&!i(x,v.s))&&(v=y.i>v.i?y:x,v&&(null==p.pageNextDataIndex&&(p.pageNextDataIndex=v.i),++p.pageCount)),y=x;for(var m=u-1,v=g,y=g,x=null;m>=-1;--m)x=e(h[m]),x&&i(y,x.s)||!(v.i=0;){var l=a.indexOf(r),u=a.substr(s+o.length,l-s-o.length);n["marker"+u]=u.indexOf("sub")>-1?{textWidth:4,textHeight:4,textBorderRadius:2,textBackgroundColor:e[u],textOffset:[3,0]}:{textWidth:10,textHeight:10,textBorderRadius:5,textBackgroundColor:e[u]},a=a.substr(l+1),s=a.indexOf("{marker")}this.el=new ZT({style:{rich:n,text:t,textLineHeight:20,textBackgroundColor:i.get("backgroundColor"),textBorderRadius:i.get("borderRadius"),textFill:i.get("textStyle.color"),textPadding:i.get("padding")},z:i.get("z")}),this._zr.add(this.el);var h=this;this.el.on("mouseover",function(){h._enterable&&(clearTimeout(h._hideTimeout),h._show=!0),h._inContent=!0}),this.el.on("mouseout",function(){h._enterable&&h._show&&h.hideLater(h._hideDelay),h._inContent=!1})},setEnterable:function(t){this._enterable=t},getSize:function(){var t=this.el.getBoundingRect();return[t.width,t.height]},moveTo:function(t,e){this.el&&this.el.attr("position",[t,e])},hide:function(){this.el&&this.el.hide(),this._show=!1},hideLater:function(t){!this._show||this._inContent&&this._enterable||(t?(this._hideDelay=t,this._show=!1,this._hideTimeout=setTimeout(y(this.hide,this),t)):this.hide())},isShow:function(){return this._show},getOuterSize:function(){var t=this.getSize();return{width:t[0],height:t[1]}}};var Kz=y,$z=f,Jz=br,Qz=new iA({shape:{x:-1,y:-1,width:2,height:2}});Eu({type:"tooltip",init:function(t,e){if(!mS.node){var i=t.getComponent("tooltip"),n=i.get("renderMode");this._renderMode=fa(n);var a;"html"===this._renderMode?(a=new c_(e.getDom(),e),this._newLine="
"):(a=new d_(e),this._newLine="\n"),this._tooltipContent=a}},render:function(t,e,i){if(!mS.node){this.group.removeAll(),this._tooltipModel=t,this._ecModel=e,this._api=i,this._lastDataByCoordSys=null,this._alwaysShowContent=t.get("alwaysShowContent");var n=this._tooltipContent;n.update(),n.setEnterable(t.get("enterable")),this._initGlobalListener(),this._keepShow()}},_initGlobalListener:function(){var t=this._tooltipModel,e=t.get("triggerOn");gy("itemTooltip",this._api,Kz(function(t,i,n){"none"!==e&&(e.indexOf(t)>=0?this._tryShow(i,n):"leave"===t&&this._hide(n))},this))},_keepShow:function(){var t=this._tooltipModel,e=this._ecModel,i=this._api;if(null!=this._lastX&&null!=this._lastY&&"none"!==t.get("triggerOn")){var n=this;clearTimeout(this._refreshUpdateTimeout),this._refreshUpdateTimeout=setTimeout(function(){!i.isDisposed()&&n.manuallyShowTip(t,e,i,{x:n._lastX,y:n._lastY})})}},manuallyShowTip:function(t,e,i,n){if(n.from!==this.uid&&!mS.node){var a=p_(n,i);this._ticket="";var o=n.dataByCoordSys;if(n.tooltip&&null!=n.x&&null!=n.y){var r=Qz;r.position=[n.x,n.y],r.update(),r.tooltip=n.tooltip,this._tryShow({offsetX:n.x,offsetY:n.y,target:r},a)}else if(o)this._tryShow({offsetX:n.x,offsetY:n.y,position:n.position,event:{},dataByCoordSys:n.dataByCoordSys,tooltipOption:n.tooltipOption},a);else if(null!=n.seriesIndex){if(this._manuallyAxisShowTip(t,e,i,n))return;var s=NR(n,e),l=s.point[0],u=s.point[1];null!=l&&null!=u&&this._tryShow({offsetX:l,offsetY:u,position:n.position,target:s.el,event:{}},a)}else null!=n.x&&null!=n.y&&(i.dispatchAction({type:"updateAxisPointer",x:n.x,y:n.y}),this._tryShow({offsetX:n.x,offsetY:n.y,position:n.position,target:i.getZr().findHover(n.x,n.y).target,event:{}},a))}},manuallyHideTip:function(t,e,i,n){var a=this._tooltipContent;!this._alwaysShowContent&&this._tooltipModel&&a.hideLater(this._tooltipModel.get("hideDelay")),this._lastX=this._lastY=null,n.from!==this.uid&&this._hide(p_(n,i))},_manuallyAxisShowTip:function(t,e,i,n){var a=n.seriesIndex,o=n.dataIndex,r=e.getComponent("axisPointer").coordSysAxesInfo;if(null!=a&&null!=o&&null!=r){var s=e.getSeriesByIndex(a);if(s){var l=s.getData(),t=f_([l.getItemModel(o),s,(s.coordinateSystem||{}).model,t]);if("axis"===t.get("trigger"))return i.dispatchAction({type:"updateAxisPointer",seriesIndex:a,dataIndex:o,position:n.position}),!0}}},_tryShow:function(t,e){var i=t.target,n=this._tooltipModel;if(n){this._lastX=t.offsetX,this._lastY=t.offsetY;var a=t.dataByCoordSys;a&&a.length?this._showAxisTooltip(a,t):i&&null!=i.dataIndex?(this._lastDataByCoordSys=null,this._showSeriesItemTooltip(t,i,e)):i&&i.tooltip?(this._lastDataByCoordSys=null,this._showComponentItemTooltip(t,i,e)):(this._lastDataByCoordSys=null,this._hide(e))}},_showOrMove:function(t,e){var i=t.get("showDelay");e=y(e,this),clearTimeout(this._showTimout),i>0?this._showTimout=setTimeout(e,i):e()},_showAxisTooltip:function(t,e){var i=this._ecModel,n=this._tooltipModel,o=[e.offsetX,e.offsetY],r=[],s=[],l=f_([e.tooltipOption,n]),u=this._renderMode,h=this._newLine,c={};$z(t,function(t){$z(t.dataByAxis,function(t){var e=i.getComponent(t.axisDim+"Axis",t.axisIndex),n=t.value,o=[];if(e&&null!=n){var l=ky(n,e.axis,i,t.seriesDataIndices,t.valueLabelOpt);f(t.seriesDataIndices,function(r){var h=i.getSeriesByIndex(r.seriesIndex),d=r.dataIndexInside,f=h&&h.getDataParams(d);if(f.axisDim=t.axisDim,f.axisIndex=t.axisIndex,f.axisType=t.axisType,f.axisId=t.axisId,f.axisValue=Xh(e.axis,n),f.axisValueLabel=l,f){s.push(f);var p,g=h.formatTooltip(d,!0,null,u);if(S(g)){p=g.html;var m=g.markers;a(c,m)}else p=g;o.push(p)}});var d=l;r.push("html"!==u?o.join(h):(d?Gr(d)+h:"")+o.join(h))}})},this),r.reverse(),r=r.join(this._newLine+this._newLine);var d=e.position;this._showOrMove(l,function(){this._updateContentNotChangedOnAxis(t)?this._updatePosition(l,d,o[0],o[1],this._tooltipContent,s):this._showTooltipContent(l,r,s,Math.random(),o[0],o[1],d,void 0,c)})},_showSeriesItemTooltip:function(t,e,i){var n=this._ecModel,a=e.seriesIndex,o=n.getSeriesByIndex(a),r=e.dataModel||o,s=e.dataIndex,l=e.dataType,u=r.getData(),h=f_([u.getItemModel(s),r,o&&(o.coordinateSystem||{}).model,this._tooltipModel]),c=h.get("trigger");if(null==c||"item"===c){var d,f,p=r.getDataParams(s,l),g=r.formatTooltip(s,!1,l,this._renderMode);S(g)?(d=g.html,f=g.markers):(d=g,f=null);var m="item_"+r.name+"_"+s;this._showOrMove(h,function(){this._showTooltipContent(h,d,p,m,t.offsetX,t.offsetY,t.position,t.target,f)}),i({type:"showTip",dataIndexInside:s,dataIndex:u.getRawIndex(s),seriesIndex:a,from:this.uid})}},_showComponentItemTooltip:function(t,e,i){var n=e.tooltip;if("string"==typeof n){var a=n;n={content:a,formatter:a}}var o=new pr(n,this._tooltipModel,this._ecModel),r=o.get("content"),s=Math.random();this._showOrMove(o,function(){this._showTooltipContent(o,r,o.get("formatterParams")||{},s,t.offsetX,t.offsetY,t.position,e)}),i({type:"showTip",from:this.uid})},_showTooltipContent:function(t,e,i,n,a,o,r,s,l){if(this._ticket="",t.get("showContent")&&t.get("show")){var u=this._tooltipContent,h=t.get("formatter");r=r||t.get("position");var c=e;if(h&&"string"==typeof h)c=Fr(h,i,!0);else if("function"==typeof h){var d=Kz(function(e,n){e===this._ticket&&(u.setContent(n,l,t),this._updatePosition(t,r,a,o,u,i,s))},this);this._ticket=n,c=h(i,n,d)}u.setContent(c,l,t),u.show(t),this._updatePosition(t,r,a,o,u,i,s)}},_updatePosition:function(t,e,i,n,a,o,r){var s=this._api.getWidth(),l=this._api.getHeight();e=e||t.get("position");var u=a.getSize(),h=t.get("align"),c=t.get("verticalAlign"),d=r&&r.getBoundingRect().clone();if(r&&d.applyTransform(r.transform),"function"==typeof e&&(e=e([i,n],o,a.el,d,{viewSize:[s,l],contentSize:u.slice()})),_(e))i=Jz(e[0],s),n=Jz(e[1],l);else if(S(e)){e.width=u[0],e.height=u[1];var f=$r(e,{width:s,height:l});i=f.x,n=f.y,h=null,c=null}else if("string"==typeof e&&r){var p=v_(e,d,u);i=p[0],n=p[1]}else{var p=g_(i,n,a,s,l,h?null:20,c?null:20);i=p[0],n=p[1]}if(h&&(i-=y_(h)?u[0]/2:"right"===h?u[0]:0),c&&(n-=y_(c)?u[1]/2:"bottom"===c?u[1]:0),t.get("confine")){var p=m_(i,n,a,s,l);i=p[0],n=p[1]}a.moveTo(i,n)},_updateContentNotChangedOnAxis:function(t){var e=this._lastDataByCoordSys,i=!!e&&e.length===t.length;return i&&$z(e,function(e,n){var a=e.dataByAxis||{},o=t[n]||{},r=o.dataByAxis||[];i&=a.length===r.length,i&&$z(a,function(t,e){var n=r[e]||{},a=t.seriesDataIndices||[],o=n.seriesDataIndices||[];i&=t.value===n.value&&t.axisType===n.axisType&&t.axisId===n.axisId&&a.length===o.length,i&&$z(a,function(t,e){var n=o[e];i&=t.seriesIndex===n.seriesIndex&&t.dataIndex===n.dataIndex})})}),this._lastDataByCoordSys=t,!!i},_hide:function(t){this._lastDataByCoordSys=null,t({type:"hideTip",from:this.uid})},dispose:function(t,e){mS.node||(this._tooltipContent.hide(),wy("itemTooltip",e))}}),Tu({type:"showTip",event:"showTip",update:"tooltip:manuallyShowTip"},function(){}),Tu({type:"hideTip",event:"hideTip",update:"tooltip:manuallyHideTip"},function(){});var tB=Br,eB=Gr,iB=Ou({type:"marker",dependencies:["series","grid","polar","geo"],init:function(t,e,i){this.mergeDefaultAndTheme(t,i),this._mergeOption(t,i,!1,!0)},isAnimationEnabled:function(){if(mS.node)return!1;var t=this.__hostSeries;return this.getShallow("animation")&&t&&t.isAnimationEnabled()},mergeOption:function(t,e){this._mergeOption(t,e,!1,!1)},_mergeOption:function(t,e,i,n){var a=this.constructor,o=this.mainType+"Model";i||e.eachSeries(function(t){var i=t.get(this.mainType,!0),s=t[o];return i&&i.data?(s?s._mergeOption(i,e,!0):(n&&x_(i),f(i.data,function(t){t instanceof Array?(x_(t[0]),x_(t[1])):x_(t)}),s=new a(i,this,e),r(s,{mainType:this.mainType,seriesIndex:t.seriesIndex,name:t.name,createdBySelf:!0}),s.__hostSeries=t),void(t[o]=s)):void(t[o]=null)},this)},formatTooltip:function(t){var e=this.getData(),i=this.getRawValue(t),n=_(i)?p(i,tB).join(", "):tB(i),a=e.getName(t),o=eB(this.name);return(null!=i||a)&&(o+="
"),a&&(o+=eB(a),null!=i&&(o+=" : ")),null!=i&&(o+=eB(n)),o},getData:function(){return this._data},setData:function(t){this._data=t}});c(iB,ND),iB.extend({type:"markPoint",defaultOption:{zlevel:0,z:5,symbol:"pin",symbolSize:50,tooltip:{trigger:"item"},label:{show:!0,position:"inside"},itemStyle:{borderWidth:2},emphasis:{label:{show:!0}}}});var nB=u,aB=x,oB={min:aB(b_,"min"),max:aB(b_,"max"),average:aB(b_,"average")},rB=Eu({type:"marker",init:function(){this.markerGroupMap=B()},render:function(t,e,i){var n=this.markerGroupMap;n.each(function(t){t.__keep=!1});var a=this.type+"Model";e.eachSeries(function(t){var n=t[a];n&&this.renderSeries(t,n,e,i)},this),n.each(function(t){!t.__keep&&this.group.remove(t.group)},this)},renderSeries:function(){}});rB.extend({type:"markPoint",updateTransform:function(t,e,i){e.eachSeries(function(t){var e=t.markPointModel;e&&(C_(e.getData(),t,i),this.markerGroupMap.get(t.id).updateLayout(e))},this)},renderSeries:function(t,e,i,n){var a=t.coordinateSystem,o=t.id,r=t.getData(),s=this.markerGroupMap,l=s.get(o)||s.set(o,new wd),u=L_(a,t,e);e.setData(u),C_(e.getData(),t,n),u.each(function(t){var i=u.getItemModel(t),n=i.getShallow("symbol"),a=i.getShallow("symbolSize"),o=w(n),s=w(a);if(o||s){var l=e.getRawValue(t),h=e.getDataParams(t);o&&(n=n(l,h)),s&&(a=a(l,h))}u.setItemVisual(t,{symbol:n,symbolSize:a,color:i.get("itemStyle.color")||r.getVisual("color")})}),l.updateData(u),this.group.add(l.group),u.eachItemGraphicEl(function(t){t.traverse(function(t){t.dataModel=e})}),l.__keep=!0,l.group.silent=e.get("silent")||t.get("silent")}}),Su(function(t){t.markPoint=t.markPoint||{}}),iB.extend({type:"markLine",defaultOption:{zlevel:0,z:5,symbol:["circle","arrow"],symbolSize:[8,16],precision:2,tooltip:{trigger:"item"},label:{show:!0,position:"end"},lineStyle:{type:"dashed"},emphasis:{label:{show:!0},lineStyle:{width:3}},animationEasing:"linear"}});var sB=function(t,e,i,o){var s=t.getData(),l=o.type;if(!_(o)&&("min"===l||"max"===l||"average"===l||"median"===l||null!=o.xAxis||null!=o.yAxis)){var u,h;if(null!=o.yAxis||null!=o.xAxis)u=e.getAxis(null!=o.yAxis?"y":"x"),h=D(o.yAxis,o.xAxis);else{var c=M_(o,s,e,t);u=c.valueAxis;var d=gh(s,c.valueDataDim);h=D_(s,d,l)}var f="x"===u.dim?0:1,p=1-f,g=n(o),m={};g.type=null,g.coord=[],m.coord=[],g.coord[p]=-1/0,m.coord[p]=1/0;var v=i.get("precision");v>=0&&"number"==typeof h&&(h=+h.toFixed(Math.min(v,20))),g.coord[f]=m.coord[f]=h,o=[g,m,{type:l,valueIndex:o.valueIndex,value:h}]}return o=[S_(t,o[0]),S_(t,o[1]),r({},o[2])],o[2].type=o[2].type||"",a(o[2],o[0]),a(o[2],o[1]),o};rB.extend({type:"markLine",updateTransform:function(t,e,i){e.eachSeries(function(t){var e=t.markLineModel;if(e){var n=e.getData(),a=e.__from,o=e.__to;a.each(function(e){E_(a,e,!0,t,i),E_(o,e,!1,t,i)}),n.each(function(t){n.setItemLayout(t,[a.getItemLayout(t),o.getItemLayout(t)])}),this.markerGroupMap.get(t.id).updateLayout()}},this)},renderSeries:function(t,e,i,n){function a(e,i,a){var o=e.getItemModel(i);E_(e,i,a,t,n),e.setItemVisual(i,{symbolSize:o.get("symbolSize")||g[a?0:1],symbol:o.get("symbol",!0)||p[a?0:1],color:o.get("itemStyle.color")||s.getVisual("color")})}var o=t.coordinateSystem,r=t.id,s=t.getData(),l=this.markerGroupMap,u=l.get(r)||l.set(r,new zg);this.group.add(u.group);var h=N_(o,t,e),c=h.from,d=h.to,f=h.line;e.__from=c,e.__to=d,e.setData(f);var p=e.get("symbol"),g=e.get("symbolSize");_(p)||(p=[p,p]),"number"==typeof g&&(g=[g,g]),h.from.each(function(t){a(c,t,!0),a(d,t,!1)}),f.each(function(t){var e=f.getItemModel(t).get("lineStyle.color");f.setItemVisual(t,{color:e||c.getItemVisual(t,"color")}),f.setItemLayout(t,[c.getItemLayout(t),d.getItemLayout(t)]),f.setItemVisual(t,{fromSymbolSize:c.getItemVisual(t,"symbolSize"),fromSymbol:c.getItemVisual(t,"symbol"),toSymbolSize:d.getItemVisual(t,"symbolSize"),toSymbol:d.getItemVisual(t,"symbol")})}),u.updateData(f),h.line.eachItemGraphicEl(function(t){t.traverse(function(t){t.dataModel=e})}),u.__keep=!0,u.group.silent=e.get("silent")||t.get("silent")}}),Su(function(t){t.markLine=t.markLine||{}}),iB.extend({type:"markArea",defaultOption:{zlevel:0,z:1,tooltip:{trigger:"item"},animation:!1,label:{show:!0,position:"top"},itemStyle:{borderWidth:0},emphasis:{label:{show:!0,position:"top"}}}});var lB=function(t,e,i,n){var a=S_(t,n[0]),r=S_(t,n[1]),s=D,l=a.coord,u=r.coord;l[0]=s(l[0],-1/0),l[1]=s(l[1],-1/0),u[0]=s(u[0],1/0),u[1]=s(u[1],1/0);var h=o([{},a,r]);return h.coord=[a.coord,r.coord],h.x0=a.x,h.y0=a.y,h.x1=r.x,h.y1=r.y,h},uB=[["x0","y0"],["x1","y0"],["x1","y1"],["x0","y1"]];rB.extend({type:"markArea",updateTransform:function(t,e,i){e.eachSeries(function(t){var e=t.markAreaModel;if(e){var n=e.getData();n.each(function(e){var a=p(uB,function(a){return V_(n,e,a,t,i)});n.setItemLayout(e,a);var o=n.getItemGraphicEl(e);o.setShape("points",a)})}},this)},renderSeries:function(t,e,i,n){var a=t.coordinateSystem,o=t.id,r=t.getData(),l=this.markerGroupMap,u=l.get(o)||l.set(o,{group:new CM});this.group.add(u.group),u.__keep=!0;var h=G_(a,t,e);e.setData(h),h.each(function(e){h.setItemLayout(e,p(uB,function(i){return V_(h,e,i,t,n)})),h.setItemVisual(e,{color:r.getVisual("color")})}),h.diff(u.__data).add(function(t){var e=new JT({shape:{points:h.getItemLayout(t)}});h.setItemGraphicEl(t,e),u.group.add(e)}).update(function(t,i){var n=u.__data.getItemGraphicEl(i);er(n,{shape:{points:h.getItemLayout(t)}},e,t),u.group.add(n),h.setItemGraphicEl(t,n)}).remove(function(t){var e=u.__data.getItemGraphicEl(t);u.group.remove(e)}).execute(),h.eachItemGraphicEl(function(t,i){var n=h.getItemModel(i),a=n.getModel("label"),o=n.getModel("emphasis.label"),r=h.getItemVisual(i,"color");t.useStyle(s(n.getModel("itemStyle").getItemStyle(),{fill:oi(r,.4),stroke:r})),t.hoverStyle=n.getModel("emphasis.itemStyle").getItemStyle(),Ho(t.style,t.hoverStyle,a,o,{labelFetcher:e,labelDataIndex:i,defaultText:h.getName(i)||"",isRectText:!0,autoColor:r}),Vo(t,{}),t.dataModel=e}),u.__data=h,u.group.silent=e.get("silent")||t.get("silent")}}),Su(function(t){t.markArea=t.markArea||{}});var hB=function(t){var e=t&&t.timeline;_(e)||(e=e?[e]:[]),f(e,function(t){t&&F_(t)})};JA.registerSubTypeDefaulter("timeline",function(){return"slider"}),Tu({type:"timelineChange",event:"timelineChanged",update:"prepareAndUpdate"},function(t,e){var i=e.getComponent("timeline");return i&&null!=t.currentIndex&&(i.setCurrentIndex(t.currentIndex),!i.get("loop",!0)&&i.isIndexMax()&&i.setPlayState(!1)),e.resetOption("timeline"),s({currentIndex:i.option.currentIndex},t)}),Tu({type:"timelinePlayChange",event:"timelinePlayChanged",update:"update"},function(t,e){var i=e.getComponent("timeline");i&&null!=t.playState&&i.setPlayState(t.playState)});var cB=JA.extend({type:"timeline",layoutMode:"box",defaultOption:{zlevel:0,z:4,show:!0,axisType:"time",realtime:!0,left:"20%",top:null,right:"20%",bottom:0,width:null,height:40,padding:5,controlPosition:"left",autoPlay:!1,rewind:!1,loop:!0,playInterval:2e3,currentIndex:0,itemStyle:{},label:{color:"#000"},data:[]},init:function(t,e,i){this._data,this._names,this.mergeDefaultAndTheme(t,i),this._initData()},mergeOption:function(){cB.superApply(this,"mergeOption",arguments),this._initData()},setCurrentIndex:function(t){null==t&&(t=this.option.currentIndex);var e=this._data.count();this.option.loop?t=(t%e+e)%e:(t>=e&&(t=e-1),0>t&&(t=0)),this.option.currentIndex=t},getCurrentIndex:function(){return this.option.currentIndex},isIndexMax:function(){return this.getCurrentIndex()>=this._data.count()-1},setPlayState:function(t){this.option.autoPlay=!!t},getPlayState:function(){return!!this.option.autoPlay},_initData:function(){var t=this.option,e=t.data||[],i=t.axisType,a=this._names=[];if("category"===i){var o=[];f(e,function(t,e){var i,r=ta(t);S(t)?(i=n(t),i.value=e):i=e,o.push(i),b(r)||null!=r&&!isNaN(r)||(r=""),a.push(r+"")}),e=o}var r={category:"ordinal",time:"time"}[i]||"number",s=this._data=new bL([{name:"value",type:r}],this);s.initData(e,a)},getData:function(){return this._data},getCategories:function(){return"category"===this.get("axisType")?this._names.slice():void 0}}),dB=cB.extend({type:"timeline.slider",defaultOption:{backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",borderWidth:0,orient:"horizontal",inverse:!1,tooltip:{trigger:"item"},symbol:"emptyCircle",symbolSize:10,lineStyle:{show:!0,width:2,color:"#304654"},label:{position:"auto",show:!0,interval:"auto",rotate:0,color:"#304654"},itemStyle:{color:"#304654",borderWidth:1},checkpointStyle:{symbol:"circle",symbolSize:13,color:"#c23531",borderWidth:5,borderColor:"rgba(194,53,49, 0.5)",animation:!0,animationDuration:300,animationEasing:"quinticInOut"},controlStyle:{show:!0,showPlayBtn:!0,showPrevBtn:!0,showNextBtn:!0,itemSize:22,itemGap:12,position:"left",playIcon:"path://M31.6,53C17.5,53,6,41.5,6,27.4S17.5,1.8,31.6,1.8C45.7,1.8,57.2,13.3,57.2,27.4S45.7,53,31.6,53z M31.6,3.3 C18.4,3.3,7.5,14.1,7.5,27.4c0,13.3,10.8,24.1,24.1,24.1C44.9,51.5,55.7,40.7,55.7,27.4C55.7,14.1,44.9,3.3,31.6,3.3z M24.9,21.3 c0-2.2,1.6-3.1,3.5-2l10.5,6.1c1.899,1.1,1.899,2.9,0,4l-10.5,6.1c-1.9,1.1-3.5,0.2-3.5-2V21.3z",stopIcon:"path://M30.9,53.2C16.8,53.2,5.3,41.7,5.3,27.6S16.8,2,30.9,2C45,2,56.4,13.5,56.4,27.6S45,53.2,30.9,53.2z M30.9,3.5C17.6,3.5,6.8,14.4,6.8,27.6c0,13.3,10.8,24.1,24.101,24.1C44.2,51.7,55,40.9,55,27.6C54.9,14.4,44.1,3.5,30.9,3.5z M36.9,35.8c0,0.601-0.4,1-0.9,1h-1.3c-0.5,0-0.9-0.399-0.9-1V19.5c0-0.6,0.4-1,0.9-1H36c0.5,0,0.9,0.4,0.9,1V35.8z M27.8,35.8 c0,0.601-0.4,1-0.9,1h-1.3c-0.5,0-0.9-0.399-0.9-1V19.5c0-0.6,0.4-1,0.9-1H27c0.5,0,0.9,0.4,0.9,1L27.8,35.8L27.8,35.8z",nextIcon:"path://M18.6,50.8l22.5-22.5c0.2-0.2,0.3-0.4,0.3-0.7c0-0.3-0.1-0.5-0.3-0.7L18.7,4.4c-0.1-0.1-0.2-0.3-0.2-0.5 c0-0.4,0.3-0.8,0.8-0.8c0.2,0,0.5,0.1,0.6,0.3l23.5,23.5l0,0c0.2,0.2,0.3,0.4,0.3,0.7c0,0.3-0.1,0.5-0.3,0.7l-0.1,0.1L19.7,52 c-0.1,0.1-0.3,0.2-0.5,0.2c-0.4,0-0.8-0.3-0.8-0.8C18.4,51.2,18.5,51,18.6,50.8z",prevIcon:"path://M43,52.8L20.4,30.3c-0.2-0.2-0.3-0.4-0.3-0.7c0-0.3,0.1-0.5,0.3-0.7L42.9,6.4c0.1-0.1,0.2-0.3,0.2-0.5 c0-0.4-0.3-0.8-0.8-0.8c-0.2,0-0.5,0.1-0.6,0.3L18.3,28.8l0,0c-0.2,0.2-0.3,0.4-0.3,0.7c0,0.3,0.1,0.5,0.3,0.7l0.1,0.1L41.9,54 c0.1,0.1,0.3,0.2,0.5,0.2c0.4,0,0.8-0.3,0.8-0.8C43.2,53.2,43.1,53,43,52.8z",color:"#304654",borderColor:"#304654",borderWidth:1},emphasis:{label:{show:!0,color:"#c23531"},itemStyle:{color:"#c23531"},controlStyle:{color:"#c23531",borderColor:"#c23531",borderWidth:2}},data:[]}});c(dB,ND);var fB=GD.extend({type:"timeline"}),pB=function(t,e,i,n){vk.call(this,t,e,i),this.type=n||"value",this.model=null};pB.prototype={constructor:pB,getLabelModel:function(){return this.model.getModel("label")},isHorizontal:function(){return"horizontal"===this.model.get("orient")}},h(pB,vk);var gB=y,mB=f,vB=Math.PI;fB.extend({type:"timeline.slider",init:function(t,e){this.api=e,this._axis,this._viewRect,this._timer,this._currentPointer,this._mainGroup,this._labelGroup},render:function(t,e,i){if(this.model=t,this.api=i,this.ecModel=e,this.group.removeAll(),t.get("show",!0)){var n=this._layout(t,i),a=this._createGroup("mainGroup"),o=this._createGroup("labelGroup"),r=this._axis=this._createAxis(n,t);t.formatTooltip=function(t){return Gr(r.scale.getLabel(t))},mB(["AxisLine","AxisTick","Control","CurrentPointer"],function(e){this["_render"+e](n,a,r,t)},this),this._renderAxisLabel(n,o,r,t),this._position(n,t)}this._doPlayStop()},remove:function(){this._clearTimer(),this.group.removeAll() +},dispose:function(){this._clearTimer()},_layout:function(t,e){var i=t.get("label.position"),n=t.get("orient"),a=Z_(t,e);null==i||"auto"===i?i="horizontal"===n?a.y+a.height/2=0||"+"===i?"left":"right"},r={horizontal:i>=0||"+"===i?"top":"bottom",vertical:"middle"},s={horizontal:0,vertical:vB/2},l="vertical"===n?a.height:a.width,u=t.getModel("controlStyle"),h=u.get("show",!0),c=h?u.get("itemSize"):0,d=h?u.get("itemGap"):0,f=c+d,p=t.get("label.rotate")||0;p=p*vB/180;var g,m,v,y,x=u.get("position",!0),_=h&&u.get("showPlayBtn",!0),w=h&&u.get("showPrevBtn",!0),b=h&&u.get("showNextBtn",!0),S=0,M=l;return"left"===x||"bottom"===x?(_&&(g=[0,0],S+=f),w&&(m=[S,0],S+=f),b&&(v=[M-c,0],M-=f)):(_&&(g=[M-c,0],M-=f),w&&(m=[0,0],S+=f),b&&(v=[M-c,0],M-=f)),y=[S,M],t.get("inverse")&&y.reverse(),{viewRect:a,mainLength:l,orient:n,rotation:s[n],labelRotation:p,labelPosOpt:i,labelAlign:t.get("label.align")||o[n],labelBaseline:t.get("label.verticalAlign")||t.get("label.baseline")||r[n],playPosition:g,prevBtnPosition:m,nextBtnPosition:v,axisExtent:y,controlSize:c,controlGap:d}},_position:function(t){function e(t){var e=t.position;t.origin=[h[0][0]-e[0],h[1][0]-e[1]]}function i(t){return[[t.x,t.x+t.width],[t.y,t.y+t.height]]}function n(t,e,i,n,a){t[n]+=i[n][a]-e[n][a]}var a=this._mainGroup,o=this._labelGroup,r=t.viewRect;if("vertical"===t.orient){var s=Le(),l=r.x,u=r.y+r.height;Ee(s,s,[-l,-u]),Ne(s,s,-vB/2),Ee(s,s,[l,u]),r=r.clone(),r.applyTransform(s)}var h=i(r),c=i(a.getBoundingRect()),d=i(o.getBoundingRect()),f=a.position,p=o.position;p[0]=f[0]=h[0][0];var g=t.labelPosOpt;if(isNaN(g)){var m="+"===g?0:1;n(f,c,h,1,m),n(p,d,h,1,1-m)}else{var m=g>=0?0:1;n(f,c,h,1,m),p[1]=f[1]+g}a.attr("position",f),o.attr("position",p),a.rotation=o.rotation=t.rotation,e(a),e(o)},_createAxis:function(t,e){var i=e.getData(),n=e.get("axisType"),a=Hh(e,n);a.getTicks=function(){return i.mapArray(["value"],function(t){return t})};var o=i.getDataExtent("value");a.setExtent(o[0],o[1]),a.niceTicks();var r=new pB("value",a,t.axisExtent,n);return r.model=e,r},_createGroup:function(t){var e=this["_"+t]=new CM;return this.group.add(e),e},_renderAxisLine:function(t,e,i,n){var a=i.getExtent();n.get("lineStyle.show")&&e.add(new aA({shape:{x1:a[0],y1:0,x2:a[1],y2:0},style:r({lineCap:"round"},n.getModel("lineStyle").getLineStyle()),silent:!0,z2:1}))},_renderAxisTick:function(t,e,i,n){var a=n.getData(),o=i.scale.getTicks();mB(o,function(t){var o=i.dataToCoord(t),r=a.getItemModel(t),s=r.getModel("itemStyle"),l=r.getModel("emphasis.itemStyle"),u={position:[o,0],onclick:gB(this._changeTimeline,this,t)},h=X_(r,s,e,u);Vo(h,l.getItemStyle()),r.get("tooltip")?(h.dataIndex=t,h.dataModel=n):h.dataIndex=h.dataModel=null},this)},_renderAxisLabel:function(t,e,i,n){var a=i.getLabelModel();if(a.get("show")){var o=n.getData(),r=i.getViewLabels();mB(r,function(n){var a=n.tickValue,r=o.getItemModel(a),s=r.getModel("label"),l=r.getModel("emphasis.label"),u=i.dataToCoord(n.tickValue),h=new ZT({position:[u,0],rotation:t.labelRotation-t.rotation,onclick:gB(this._changeTimeline,this,a),silent:!1});Uo(h.style,s,{text:n.formattedLabel,textAlign:t.labelAlign,textVerticalAlign:t.labelBaseline}),e.add(h),Vo(h,Uo({},l))},this)}},_renderControl:function(t,e,i,n){function a(t,i,a,h){if(t){var c={position:t,origin:[o/2,0],rotation:h?-r:0,rectHover:!0,style:s,onclick:a},d=U_(n,i,u,c);e.add(d),Vo(d,l)}}var o=t.controlSize,r=t.rotation,s=n.getModel("controlStyle").getItemStyle(),l=n.getModel("emphasis.controlStyle").getItemStyle(),u=[0,-o/2,o,o],h=n.getPlayState(),c=n.get("inverse",!0);a(t.nextBtnPosition,"controlStyle.nextIcon",gB(this._changeTimeline,this,c?"-":"+")),a(t.prevBtnPosition,"controlStyle.prevIcon",gB(this._changeTimeline,this,c?"+":"-")),a(t.playPosition,"controlStyle."+(h?"stopIcon":"playIcon"),gB(this._handlePlayClick,this,!h),!0)},_renderCurrentPointer:function(t,e,i,n){var a=n.getData(),o=n.getCurrentIndex(),r=a.getItemModel(o).getModel("checkpointStyle"),s=this,l={onCreate:function(t){t.draggable=!0,t.drift=gB(s._handlePointerDrag,s),t.ondragend=gB(s._handlePointerDragend,s),Y_(t,o,i,n,!0)},onUpdate:function(t){Y_(t,o,i,n)}};this._currentPointer=X_(r,r,this._mainGroup,{},this._currentPointer,l)},_handlePlayClick:function(t){this._clearTimer(),this.api.dispatchAction({type:"timelinePlayChange",playState:t,from:this.uid})},_handlePointerDrag:function(t,e,i){this._clearTimer(),this._pointerChangeTimeline([i.offsetX,i.offsetY])},_handlePointerDragend:function(t){this._pointerChangeTimeline([t.offsetX,t.offsetY],!0)},_pointerChangeTimeline:function(t,e){var i=this._toAxisCoord(t)[0],n=this._axis,a=Mr(n.getExtent().slice());i>a[1]&&(i=a[1]),is&&(n=s,e=o)}),e},_clearTimer:function(){this._timer&&(clearTimeout(this._timer),this._timer=null)},_changeTimeline:function(t){var e=this.model.getCurrentIndex();"+"===t?t=e+1:"-"===t&&(t=e-1),this.api.dispatchAction({type:"timelineChange",currentIndex:t,from:this.uid})}}),Su(hB),JA.registerSubTypeDefaulter("dataZoom",function(){return"slider"});var yB=["x","y","z","radius","angle","single"],xB=["cartesian2d","polar","singleAxis"],_B=q_(yB,["axisIndex","axis","index","id"]),wB=f,bB=Mr,SB=function(t,e,i,n){this._dimName=t,this._axisIndex=e,this._valueWindow,this._percentWindow,this._dataExtent,this._minMaxSpan,this.ecModel=n,this._dataZoomModel=i};SB.prototype={constructor:SB,hostedBy:function(t){return this._dataZoomModel===t},getDataValueWindow:function(){return this._valueWindow.slice()},getDataPercentWindow:function(){return this._percentWindow.slice()},getTargetSeriesModels:function(){var t=[],e=this.ecModel;return e.eachSeries(function(i){if(j_(i.get("coordinateSystem"))){var n=this._dimName,a=e.queryComponents({mainType:n+"Axis",index:i.get(n+"AxisIndex"),id:i.get(n+"AxisId")})[0];this._axisIndex===(a&&a.componentIndex)&&t.push(i)}},this),t},getAxisModel:function(){return this.ecModel.getComponent(this._dimName+"Axis",this._axisIndex)},getOtherAxisModel:function(){var t,e,i=this._dimName,n=this.ecModel,a=this.getAxisModel(),o="x"===i||"y"===i;o?(e="gridIndex",t="x"===i?"y":"x"):(e="polarIndex",t="angle"===i?"radius":"angle");var r;return n.eachComponent(t+"Axis",function(t){(t.get(e)||0)===(a.get(e)||0)&&(r=t)}),r},getMinMaxSpan:function(){return n(this._minMaxSpan)},calculateDataWindow:function(t){function e(t,e,i,n,a){var r=a?"Span":"ValueSpan";zN(0,t,i,"all",h["min"+r],h["max"+r]);for(var s=0;2>s;s++)e[s]=wr(t[s],i,n,!0),a&&(e[s]=o.parse(e[s]))}var i,n=this._dataExtent,a=this.getAxisModel(),o=a.axis.scale,r=this._dataZoomModel.getRangePropMode(),s=[0,100],l=[],u=[];wB(["start","end"],function(e,a){var h=t[e],c=t[e+"Value"];"percent"===r[a]?(null==h&&(h=s[a]),c=o.parse(wr(h,s,n))):(i=!0,c=null==c?n[a]:o.parse(c),h=wr(c,n,s)),u[a]=c,l[a]=h}),bB(u),bB(l);var h=this._minMaxSpan;return i?e(u,l,n,s,!1):e(l,u,s,n,!0),{valueWindow:u,percentWindow:l}},reset:function(t){if(t===this._dataZoomModel){var e=this.getTargetSeriesModels();this._dataExtent=$_(this,this._dimName,e),tw(this);var i=this.calculateDataWindow(t.settledOption);this._valueWindow=i.valueWindow,this._percentWindow=i.percentWindow,Q_(this)}},restore:function(t){t===this._dataZoomModel&&(this._valueWindow=this._percentWindow=null,Q_(this,!0))},filterData:function(t){function e(t){return t>=o[0]&&t<=o[1]}if(t===this._dataZoomModel){var i=this._dimName,n=this.getTargetSeriesModels(),a=t.get("filterMode"),o=this._valueWindow;"none"!==a&&wB(n,function(t){var n=t.getData(),r=n.mapDimension(i,!0);r.length&&("weakFilter"===a?n.filterSelf(function(t){for(var e,i,a,s=0;so[1];if(u&&!h&&!c)return!0;u&&(a=!0),h&&(e=!0),c&&(i=!0)}return a&&e&&i}):wB(r,function(i){if("empty"===a)t.setData(n=n.map(i,function(t){return e(t)?t:0/0}));else{var r={};r[i]=o,n.selectRange(r)}}),wB(r,function(t){n.setApproximateExtent(o,t)}))})}}};var MB=f,IB=_B,TB=Ou({type:"dataZoom",dependencies:["xAxis","yAxis","zAxis","radiusAxis","angleAxis","singleAxis","series"],defaultOption:{zlevel:0,z:4,orient:null,xAxisIndex:null,yAxisIndex:null,filterMode:"filter",throttle:null,start:0,end:100,startValue:null,endValue:null,minSpan:null,maxSpan:null,minValueSpan:null,maxValueSpan:null,rangeMode:null},init:function(t,e,i){this._dataIntervalByAxis={},this._dataInfo={},this._axisProxies={},this.textStyleModel,this._autoThrottle=!0,this._rangePropMode=["percent","percent"];var n=ew(t);this.settledOption=n,this.mergeDefaultAndTheme(t,i),this.doInit(n)},mergeOption:function(t){var e=ew(t);a(this.option,t,!0),a(this.settledOption,e,!0),this.doInit(e)},doInit:function(t){var e=this.option;mS.canvasSupported||(e.realtime=!1),this._setDefaultThrottle(t),iw(this,t);var i=this.settledOption;MB([["start","startValue"],["end","endValue"]],function(t,n){"value"===this._rangePropMode[n]&&(e[t[0]]=i[t[0]]=null)},this),this.textStyleModel=this.getModel("textStyle"),this._resetTarget(),this._giveAxisProxies()},_giveAxisProxies:function(){var t=this._axisProxies;this.eachTargetAxis(function(e,i,n,a){var o=this.dependentModels[e.axis][i],r=o.__dzAxisProxy||(o.__dzAxisProxy=new SB(e.name,i,this,a));t[e.name+"_"+i]=r},this)},_resetTarget:function(){var t=this.option,e=this._judgeAutoMode();IB(function(e){var i=e.axisIndex;t[i]=Jn(t[i])},this),"axisIndex"===e?this._autoSetAxisIndex():"orient"===e&&this._autoSetOrient()},_judgeAutoMode:function(){var t=this.option,e=!1;IB(function(i){null!=t[i.axisIndex]&&(e=!0)},this);var i=t.orient;return null==i&&e?"orient":e?void 0:(null==i&&(t.orient="horizontal"),"axisIndex")},_autoSetAxisIndex:function(){var t=!0,e=this.get("orient",!0),i=this.option,n=this.dependentModels;if(t){var a="vertical"===e?"y":"x";n[a+"Axis"].length?(i[a+"AxisIndex"]=[0],t=!1):MB(n.singleAxis,function(n){t&&n.get("orient",!0)===e&&(i.singleAxisIndex=[n.componentIndex],t=!1)})}t&&IB(function(e){if(t){var n=[],a=this.dependentModels[e.axis];if(a.length&&!n.length)for(var o=0,r=a.length;r>o;o++)"category"===a[o].get("type")&&n.push(o);i[e.axisIndex]=n,n.length&&(t=!1)}},this),t&&this.ecModel.eachSeries(function(t){this._isSeriesHasAllAxesTypeOf(t,"value")&&IB(function(e){var n=i[e.axisIndex],a=t.get(e.axisIndex),o=t.get(e.axisId),r=t.ecModel.queryComponents({mainType:e.axis,index:a,id:o})[0];a=r.componentIndex,u(n,a)<0&&n.push(a)})},this)},_autoSetOrient:function(){var t;this.eachTargetAxis(function(e){!t&&(t=e.name)},this),this.option.orient="y"===t?"vertical":"horizontal"},_isSeriesHasAllAxesTypeOf:function(t,e){var i=!0;return IB(function(n){var a=t.get(n.axisIndex),o=this.dependentModels[n.axis][a];o&&o.get("type")===e||(i=!1)},this),i},_setDefaultThrottle:function(t){if(t.hasOwnProperty("throttle")&&(this._autoThrottle=!1),this._autoThrottle){var e=this.ecModel.option;this.option.throttle=e.animation&&e.animationDurationUpdate>0?100:20}},getFirstTargetAxisModel:function(){var t;return IB(function(e){if(null==t){var i=this.get(e.axisIndex);i.length&&(t=this.dependentModels[e.axis][i[0]])}},this),t},eachTargetAxis:function(t,e){var i=this.ecModel;IB(function(n){MB(this.get(n.axisIndex),function(a){t.call(e,n,a,this,i)},this)},this)},getAxisProxy:function(t,e){return this._axisProxies[t+"_"+e]},getAxisModel:function(t,e){var i=this.getAxisProxy(t,e);return i&&i.getAxisModel()},setRawRange:function(t){var e=this.option,i=this.settledOption;MB([["start","startValue"],["end","endValue"]],function(n){(null!=t[n[0]]||null!=t[n[1]])&&(e[n[0]]=i[n[0]]=t[n[0]],e[n[1]]=i[n[1]]=t[n[1]])},this),iw(this,t)},setCalculatedRange:function(t){var e=this.option;MB(["start","startValue","end","endValue"],function(i){e[i]=t[i]})},getPercentRange:function(){var t=this.findRepresentativeAxisProxy();return t?t.getDataPercentWindow():void 0},getValueRange:function(t,e){if(null!=t||null!=e)return this.getAxisProxy(t,e).getDataValueWindow();var i=this.findRepresentativeAxisProxy();return i?i.getDataValueWindow():void 0},findRepresentativeAxisProxy:function(t){if(t)return t.__dzAxisProxy;var e=this._axisProxies;for(var i in e)if(e.hasOwnProperty(i)&&e[i].hostedBy(this))return e[i];for(var i in e)if(e.hasOwnProperty(i)&&!e[i].hostedBy(this))return e[i]},getRangePropMode:function(){return this._rangePropMode.slice()}}),AB=GD.extend({type:"dataZoom",render:function(t,e,i){this.dataZoomModel=t,this.ecModel=e,this.api=i},getTargetCoordInfo:function(){function t(t,e,i,n){for(var a,o=0;o0&&e%g)return void(p+=f);var i=null==t||isNaN(t)||""===t,n=i?0:CB(t,o,u,!0);i&&!l&&e?(c.push([c[c.length-1][0],0]),d.push([d[d.length-1][0],0])):!i&&l&&(c.push([p,0]),d.push([p,0])),c.push([p,n]),d.push([p,n]),p+=f,l=i});var m=this.dataZoomModel;this._displayables.barGroup.add(new JT({shape:{points:c},style:s({fill:m.get("dataBackgroundColor")},m.getModel("dataBackground.areaStyle").getAreaStyle()),silent:!0,z2:-20})),this._displayables.barGroup.add(new QT({shape:{points:d},style:m.getModel("dataBackground.lineStyle").getLineStyle(),silent:!0,z2:-19}))}}},_prepareDataShadowInfo:function(){var t=this.dataZoomModel,e=t.get("showDataShadow");if(e!==!1){var i,n=this.ecModel;return t.eachTargetAxis(function(a,o){var r=t.getAxisProxy(a.name,o).getTargetSeriesModels();f(r,function(t){if(!(i||e!==!0&&u(VB,t.get("type"))<0)){var r,s=n.getComponent(a.axis,o).axis,l=nw(a.name),h=t.coordinateSystem;null!=l&&h.getOtherAxis&&(r=h.getOtherAxis(s).inverse),l=t.getData().mapDimension(l),i={thisAxis:s,series:t,thisDim:a.name,otherDim:l,otherAxisInverse:r}}},this)},this),i}},_renderHandle:function(){var t=this._displayables,e=t.handles=[],i=t.handleLabels=[],n=this._displayables.barGroup,a=this._size,o=this.dataZoomModel;n.add(t.filler=new DB({draggable:!0,cursor:aw(this._orient),drift:kB(this._onDragMove,this,"all"),ondragstart:kB(this._showDataInfo,this,!0),ondragend:kB(this._onDragEnd,this),onmouseover:kB(this._showDataInfo,this,!0),onmouseout:kB(this._showDataInfo,this,!1),style:{fill:o.get("fillerColor"),textPosition:"inside"}})),n.add(new DB({silent:!0,subPixelOptimize:!0,shape:{x:0,y:0,width:a[0],height:a[1]},style:{stroke:o.get("dataBackgroundColor")||o.get("borderColor"),lineWidth:EB,fill:"rgba(0,0,0,0)"}})),PB([0,1],function(t){var a=ur(o.get("handleIcon"),{cursor:aw(this._orient),draggable:!0,drift:kB(this._onDragMove,this,t),ondragend:kB(this._onDragEnd,this),onmouseover:kB(this._showDataInfo,this,!0),onmouseout:kB(this._showDataInfo,this,!1)},{x:-1,y:0,width:2,height:2}),r=a.getBoundingRect();this._handleHeight=br(o.get("handleSize"),this._size[1]),this._handleWidth=r.width/r.height*this._handleHeight,a.setStyle(o.getModel("handleStyle").getItemStyle());var s=o.get("handleColor");null!=s&&(a.style.fill=s),n.add(e[t]=a);var l=o.textStyleModel;this.group.add(i[t]=new ZT({silent:!0,invisible:!0,style:{x:0,y:0,text:"",textVerticalAlign:"middle",textAlign:"center",textFill:l.getTextColor(),textFont:l.getFont()},z2:10}))},this)},_resetInterval:function(){var t=this._range=this.dataZoomModel.getPercentRange(),e=this._getViewExtent();this._handleEnds=[CB(t[0],[0,100],e,!0),CB(t[1],[0,100],e,!0)]},_updateInterval:function(t,e){var i=this.dataZoomModel,n=this._handleEnds,a=this._getViewExtent(),o=i.findRepresentativeAxisProxy().getMinMaxSpan(),r=[0,100];zN(e,n,a,i.get("zoomLock")?"all":t,null!=o.minSpan?CB(o.minSpan,r,a,!0):null,null!=o.maxSpan?CB(o.maxSpan,r,a,!0):null);var s=this._range,l=this._range=LB([CB(n[0],a,r,!0),CB(n[1],a,r,!0)]);return!s||s[0]!==l[0]||s[1]!==l[1]},_updateView:function(t){var e=this._displayables,i=this._handleEnds,n=LB(i.slice()),a=this._size;PB([0,1],function(t){var n=e.handles[t],o=this._handleHeight;n.attr({scale:[o/2,o/2],position:[i[t],a[1]/2-o/2]})},this),e.filler.setShape({x:n[0],y:0,width:n[1]-n[0],height:a[1]}),this._updateDataInfo(t)},_updateDataInfo:function(t){function e(t){var e=nr(n.handles[t].parent,this.group),i=or(0===t?"right":"left",e),s=this._handleWidth/2+BB,l=ar([c[t]+(0===t?-s:s),this._size[1]/2],e);a[t].setStyle({x:l[0],y:l[1],textVerticalAlign:o===RB?"middle":i,textAlign:o===RB?i:"center",text:r[t]})}var i=this.dataZoomModel,n=this._displayables,a=n.handleLabels,o=this._orient,r=["",""];if(i.get("showDetail")){var s=i.findRepresentativeAxisProxy();if(s){var l=s.getAxisModel().axis,u=this._range,h=t?s.calculateDataWindow({start:u[0],end:u[1]}).valueWindow:s.getDataValueWindow();r=[this._formatLabel(h[0],l),this._formatLabel(h[1],l)]}}var c=LB(this._handleEnds.slice());e.call(this,0),e.call(this,1)},_formatLabel:function(t,e){var i=this.dataZoomModel,n=i.get("labelFormatter"),a=i.get("labelPrecision");(null==a||"auto"===a)&&(a=e.getPixelPrecision());var o=null==t||isNaN(t)?"":"category"===e.type||"time"===e.type?e.scale.getLabel(Math.round(t)):t.toFixed(Math.min(a,20));return w(n)?n(t,o):b(n)?n.replace("{value}",o):o},_showDataInfo:function(t){t=this._dragging||t;var e=this._displayables.handleLabels;e[0].attr("invisible",!t),e[1].attr("invisible",!t)},_onDragMove:function(t,e,i,n){this._dragging=!0,ZS(n.event);var a=this._displayables.barGroup.getLocalTransform(),o=ar([e,i],a,!0),r=this._updateInterval(t,o[0]),s=this.dataZoomModel.get("realtime");this._updateView(!s),r&&s&&this._dispatchZoomAction()},_onDragEnd:function(){this._dragging=!1,this._showDataInfo(!1);var t=this.dataZoomModel.get("realtime");!t&&this._dispatchZoomAction()},_onClickPanelClick:function(t){var e=this._size,i=this._displayables.barGroup.transformCoordToLocal(t.offsetX,t.offsetY);if(!(i[0]<0||i[0]>e[0]||i[1]<0||i[1]>e[1])){var n=this._handleEnds,a=(n[0]+n[1])/2,o=this._updateInterval("all",i[0]-a);this._updateView(),o&&this._dispatchZoomAction()}},_dispatchZoomAction:function(){var t=this._range;this.api.dispatchAction({type:"dataZoom",from:this.uid,dataZoomId:this.dataZoomModel.id,start:t[0],end:t[1]})},_findCoordRect:function(){var t;if(PB(this.getTargetCoordInfo(),function(e){if(!t&&e.length){var i=e[0].model.coordinateSystem;t=i.getRect&&i.getRect()}}),!t){var e=this.api.getWidth(),i=this.api.getHeight();t={x:.2*e,y:.2*i,width:.6*e,height:.6*i}}return t}});Mu({getTargetSeries:function(t){var e=B();return t.eachComponent("dataZoom",function(t){t.eachTargetAxis(function(t,i,n){var a=n.getAxisProxy(t.name,i);f(a.getTargetSeriesModels(),function(t){e.set(t.uid,t)})})}),e},modifyOutputEnd:!0,overallReset:function(t,e){t.eachComponent("dataZoom",function(t){t.eachTargetAxis(function(t,i,n){n.getAxisProxy(t.name,i).reset(n,e)}),t.eachTargetAxis(function(t,i,n){n.getAxisProxy(t.name,i).filterData(n,e)})}),t.eachComponent("dataZoom",function(t){var e=t.findRepresentativeAxisProxy(),i=e.getDataPercentWindow(),n=e.getDataValueWindow();t.setCalculatedRange({start:i[0],end:i[1],startValue:n[0],endValue:n[1]})})}}),Tu("dataZoom",function(t,e){var i=K_(y(e.eachComponent,e,"dataZoom"),_B,function(t,e){return t.get(e.axisIndex)}),n=[];e.eachComponent({mainType:"dataZoom",query:t},function(t){n.push.apply(n,i(t).nodes)}),f(n,function(e){e.setRawRange({start:t.start,end:t.end,startValue:t.startValue,endValue:t.endValue})})}),TB.extend({type:"dataZoom.inside",defaultOption:{disabled:!1,zoomLock:!1,zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!1,preventDefaultMouseMove:!0}});var FB="\x00_ec_dataZoom_roams",WB=y,HB=AB.extend({type:"dataZoom.inside",init:function(){this._range},render:function(t,e,i){HB.superApply(this,"render",arguments),this._range=t.getPercentRange(),f(this.getTargetCoordInfo(),function(e,n){var a=p(e,function(t){return sw(t.model)});f(e,function(e){var o=e.model,r={};f(["pan","zoom","scrollMove"],function(t){r[t]=WB(ZB[t],this,e,n)},this),ow(i,{coordId:sw(o),allCoordIds:a,containsPoint:function(t,e,i){return o.coordinateSystem.containPoint([e,i])},dataZoomId:t.id,dataZoomModel:t,getRange:r})},this)},this)},dispose:function(){rw(this.api,this.dataZoomModel.id),HB.superApply(this,"dispose",arguments),this._range=null}}),ZB={zoom:function(t,e,i,n){var a=this._range,o=a.slice(),r=t.axisModels[0];if(r){var s=UB[e](null,[n.originX,n.originY],r,i,t),l=(s.signal>0?s.pixelStart+s.pixelLength-s.pixel:s.pixel-s.pixelStart)/s.pixelLength*(o[1]-o[0])+o[0],u=Math.max(1/n.scale,0);o[0]=(o[0]-l)*u+l,o[1]=(o[1]-l)*u+l;var h=this.dataZoomModel.findRepresentativeAxisProxy().getMinMaxSpan();return zN(0,o,[0,100],0,h.minSpan,h.maxSpan),this._range=o,a[0]!==o[0]||a[1]!==o[1]?o:void 0}},pan:fw(function(t,e,i,n,a,o){var r=UB[n]([o.oldX,o.oldY],[o.newX,o.newY],e,a,i);return r.signal*(t[1]-t[0])*r.pixel/r.pixelLength}),scrollMove:fw(function(t,e,i,n,a,o){var r=UB[n]([0,0],[o.scrollDelta,o.scrollDelta],e,a,i);return r.signal*(t[1]-t[0])*o.scrollDelta})},UB={grid:function(t,e,i,n,a){var o=i.axis,r={},s=a.model.coordinateSystem.getRect();return t=t||[0,0],"x"===o.dim?(r.pixel=e[0]-t[0],r.pixelLength=s.width,r.pixelStart=s.x,r.signal=o.inverse?1:-1):(r.pixel=e[1]-t[1],r.pixelLength=s.height,r.pixelStart=s.y,r.signal=o.inverse?-1:1),r},polar:function(t,e,i,n,a){var o=i.axis,r={},s=a.model.coordinateSystem,l=s.getRadiusAxis().getExtent(),u=s.getAngleAxis().getExtent();return t=t?s.pointToCoord(t):[0,0],e=s.pointToCoord(e),"radiusAxis"===i.mainType?(r.pixel=e[0]-t[0],r.pixelLength=l[1]-l[0],r.pixelStart=l[0],r.signal=o.inverse?1:-1):(r.pixel=e[1]-t[1],r.pixelLength=u[1]-u[0],r.pixelStart=u[0],r.signal=o.inverse?-1:1),r},singleAxis:function(t,e,i,n,a){var o=i.axis,r=a.model.coordinateSystem.getRect(),s={};return t=t||[0,0],"horizontal"===o.orient?(s.pixel=e[0]-t[0],s.pixelLength=r.width,s.pixelStart=r.x,s.signal=o.inverse?1:-1):(s.pixel=e[1]-t[1],s.pixelLength=r.height,s.pixelStart=r.y,s.signal=o.inverse?-1:1),s}},XB=["rect","polygon","keep","clear"],YB=function(t,e){var i=t&&t.brush;if(_(i)||(i=i?[i]:[]),i.length){var n=[];f(i,function(t){var e=t.hasOwnProperty("toolbox")?t.toolbox:[];e instanceof Array&&(n=n.concat(e))});var a=t&&t.toolbox;_(a)&&(a=a[0]),a||(a={feature:{}},t.toolbox=[a]);var o=a.feature||(a.feature={}),r=o.brush||(o.brush={}),s=r.type||(r.type=[]);s.push.apply(s,n),pw(s),e&&!s.length&&s.push.apply(s,XB)}},jB=f,qB={lineX:_w(0),lineY:_w(1),rect:{point:function(t,e,i){return t&&i.boundingRect.contain(t[0],t[1])},rect:function(t,e,i){return t&&i.boundingRect.intersect(t)}},polygon:{point:function(t,e,i){return t&&i.boundingRect.contain(t[0],t[1])&&nc(i.range,t[0],t[1])},rect:function(t,e,i){var n=i.range;if(!t||n.length<=1)return!1;var a=t.x,o=t.y,r=t.width,s=t.height,l=n[0];return nc(n,a,o)||nc(n,a+r,o)||nc(n,a,o+s)||nc(n,a+r,o+s)||Si.create(t).contain(l[0],l[1])||hr(a,o,a+r,o,n)||hr(a,o,a,o+s,n)||hr(a+r,o,a+r,o+s,n)||hr(a,o+s,a+r,o+s,n)?!0:void 0}}},KB=f,$B=u,JB=x,QB=["dataToPoint","pointToData"],tV=["grid","xAxis","yAxis","geo","graph","polar","radiusAxis","angleAxis","bmap"],eV=bw.prototype;eV.setOutputRanges=function(t,e){this.matchOutputRanges(t,e,function(t,e,i){if((t.coordRanges||(t.coordRanges=[])).push(e),!t.coordRange){t.coordRange=e;var n=oV[t.brushType](0,i,e);t.__rangeOffset={offset:rV[t.brushType](n.values,t.range,[1,1]),xyMinMax:n.xyMinMax}}})},eV.matchOutputRanges=function(t,e,i){KB(t,function(t){var n=this.findTargetInfo(t,e);n&&n!==!0&&f(n.coordSyses,function(n){var a=oV[t.brushType](1,n,t.range);i(t,a.values,n,e)})},this)},eV.setInputRanges=function(t,e){KB(t,function(t){var i=this.findTargetInfo(t,e);if(t.range=t.range||[],i&&i!==!0){t.panelId=i.panelId;var n=oV[t.brushType](0,i.coordSys,t.coordRange),a=t.__rangeOffset;t.range=a?rV[t.brushType](n.values,a.offset,Aw(n.xyMinMax,a.xyMinMax)):n.values}},this)},eV.makePanelOpts=function(t,e){return p(this._targetInfoList,function(i){var n=i.getPanelRect();return{panelId:i.panelId,defaultBrushType:e&&e(i),clipPath:uv(n),isTargetByCursor:cv(n,t,i.coordSysModel),getLinearBrushOtherExtent:hv(n)}})},eV.controlSeries=function(t,e,i){var n=this.findTargetInfo(t,i);return n===!0||n&&$B(n.coordSyses,e.coordinateSystem)>=0},eV.findTargetInfo=function(t,e){for(var i=this._targetInfoList,n=Mw(e,t),a=0;a=0||$B(n,t.getAxis("y").model)>=0)&&o.push(t)}),e.push({panelId:"grid--"+t.id,gridModel:t,coordSysModel:t,coordSys:o[0],coordSyses:o,getPanelRect:aV.grid,xAxisDeclared:r[t.id],yAxisDeclared:s[t.id]})}))},geo:function(t,e){KB(t.geoModels,function(t){var i=t.coordinateSystem;e.push({panelId:"geo--"+t.id,geoModel:t,coordSysModel:t,coordSys:i,coordSyses:[i],getPanelRect:aV.geo})})}},nV=[function(t,e){var i=t.xAxisModel,n=t.yAxisModel,a=t.gridModel;return!a&&i&&(a=i.axis.grid.model),!a&&n&&(a=n.axis.grid.model),a&&a===e.gridModel},function(t,e){var i=t.geoModel;return i&&i===e.geoModel}],aV={grid:function(){return this.coordSys.grid.getRect().clone()},geo:function(){var t=this.coordSys,e=t.getBoundingRect().clone();return e.applyTransform(nr(t)),e}},oV={lineX:JB(Iw,0),lineY:JB(Iw,1),rect:function(t,e,i){var n=e[QB[t]]([i[0][0],i[1][0]]),a=e[QB[t]]([i[0][1],i[1][1]]),o=[Sw([n[0],a[0]]),Sw([n[1],a[1]])];return{values:o,xyMinMax:o}},polygon:function(t,e,i){var n=[[1/0,-1/0],[1/0,-1/0]],a=p(i,function(i){var a=e[QB[t]](i);return n[0][0]=Math.min(n[0][0],a[0]),n[1][0]=Math.min(n[1][0],a[1]),n[0][1]=Math.max(n[0][1],a[0]),n[1][1]=Math.max(n[1][1],a[1]),a});return{values:a,xyMinMax:n}}},rV={lineX:JB(Tw,0),lineY:JB(Tw,1),rect:function(t,e,i){return[[t[0][0]-i[0]*e[0][0],t[0][1]-i[0]*e[0][1]],[t[1][0]-i[1]*e[1][0],t[1][1]-i[1]*e[1][1]]]},polygon:function(t,e,i){return p(t,function(t,n){return[t[0]-i[0]*e[n][0],t[1]-i[1]*e[n][1]]})}},sV=["inBrush","outOfBrush"],lV="__ecBrushSelect",uV="__ecInBrushSelectEvent",hV=HC.VISUAL.BRUSH;Cu(hV,function(t,e,i){t.eachComponent({mainType:"brush"},function(e){i&&"takeGlobalCursor"===i.type&&e.setBrushOption("brush"===i.key?i.brushOption:{brushType:!1});var n=e.brushTargetManager=new bw(e.option,t);n.setInputRanges(e.areas,t)})}),Lu(hV,function(t,e,i){var a,o,r=[];t.eachComponent({mainType:"brush"},function(e,i){function l(t){return"all"===m||v[t]}function u(t){return!!t.length}function h(t,e){var i=t.coordinateSystem;w|=i.hasAxisBrushed(),l(e)&&i.eachActiveState(t.getData(),function(t,e){"active"===t&&(y[e]=1)})}function c(i,n,a){var o=Pw(i);if(o&&!Ow(e,n)&&(f(b,function(n){o[n.brushType]&&e.brushTargetManager.controlSeries(n,i,t)&&a.push(n),w|=u(a)}),l(n)&&u(a))){var r=i.getData();r.each(function(t){kw(o,a,r,t)&&(y[t]=1)})}}var d={brushId:e.id,brushIndex:i,brushName:e.name,areas:n(e.areas),selected:[]};r.push(d);var g=e.option,m=g.brushLink,v=[],y=[],x=[],w=0;i||(a=g.throttleType,o=g.throttleDelay);var b=p(e.areas,function(t){return Ew(s({boundingRect:cV[t.brushType](t)},t))}),S=mw(e.option,sV,function(t){t.mappingMethod="fixed"});_(m)&&f(m,function(t){v[t]=1}),t.eachSeries(function(t,e){var i=x[e]=[];"parallel"===t.subType?h(t,e,i):c(t,e,i)}),t.eachSeries(function(t,e){var i={seriesId:t.id,seriesIndex:e,seriesName:t.name,dataIndex:[]};d.selected.push(i);var n=Pw(t),a=x[e],o=t.getData(),r=l(e)?function(t){return y[t]?(i.dataIndex.push(o.getRawIndex(t)),"inBrush"):"outOfBrush"}:function(t){return kw(n,a,o,t)?(i.dataIndex.push(o.getRawIndex(t)),"inBrush"):"outOfBrush"};(l(e)?w:u(a))&&yw(sV,S,o,r)})}),Cw(e,a,o,r,i)});{var cV={lineX:G,lineY:G,rect:function(t){return Nw(t.range) +},polygon:function(t){for(var e,i=t.range,n=0,a=i.length;a>n;n++){e=e||[[1/0,-1/0],[1/0,-1/0]];var o=i[n];o[0]e[0][1]&&(e[0][1]=o[0]),o[1]e[1][1]&&(e[1][1]=o[1])}return e&&Nw(e)}},dV=["#ddd"];Ou({type:"brush",dependencies:["geo","grid","xAxis","yAxis","parallel","series"],defaultOption:{toolbox:null,brushLink:null,seriesIndex:"all",geoIndex:null,xAxisIndex:null,yAxisIndex:null,brushType:"rect",brushMode:"single",transformable:!0,brushStyle:{borderWidth:1,color:"rgba(120,140,180,0.3)",borderColor:"rgba(120,140,180,0.8)"},throttleType:"fixRate",throttleDelay:0,removeOnClick:!0,z:1e4},areas:[],brushType:null,brushOption:{},coordInfoList:[],optionUpdated:function(t,e){var i=this.option;!e&&vw(i,t,["inBrush","outOfBrush"]);var n=i.inBrush=i.inBrush||{};i.outOfBrush=i.outOfBrush||{color:dV},n.hasOwnProperty("liftZ")||(n.liftZ=5)},setAreas:function(t){t&&(this.areas=p(t,function(t){return Rw(this.option,t)},this))},setBrushOption:function(t){this.brushOption=Rw(this.option,t),this.brushType=this.brushOption.brushType}})}Eu({type:"brush",init:function(t,e){this.ecModel=t,this.api=e,this.model,(this._brushController=new Im(e.getZr())).on("brush",y(this._onBrush,this)).mount()},render:function(t){return this.model=t,zw.apply(this,arguments)},updateTransform:zw,updateView:zw,dispose:function(){this._brushController.dispose()},_onBrush:function(t,e){var i=this.model.id;this.model.brushTargetManager.setOutputRanges(t,this.ecModel),(!e.isEnd||e.removeOnClick)&&this.api.dispatchAction({type:"brush",brushId:i,areas:n(t),$from:i}),e.isEnd&&this.api.dispatchAction({type:"brushEnd",brushId:i,areas:n(t),$from:i})}}),Tu({type:"brush",event:"brush"},function(t,e){e.eachComponent({mainType:"brush",query:t},function(e){e.setAreas(t.areas)})}),Tu({type:"brushSelect",event:"brushSelected",update:"none"},function(){}),Tu({type:"brushEnd",event:"brushEnd",update:"none"},function(){});var fV={},pV=$D.toolbox.brush;Gw.defaultOption={show:!0,type:["rect","polygon","lineX","lineY","keep","clear"],icon:{rect:"M7.3,34.7 M0.4,10V-0.2h9.8 M89.6,10V-0.2h-9.8 M0.4,60v10.2h9.8 M89.6,60v10.2h-9.8 M12.3,22.4V10.5h13.1 M33.6,10.5h7.8 M49.1,10.5h7.8 M77.5,22.4V10.5h-13 M12.3,31.1v8.2 M77.7,31.1v8.2 M12.3,47.6v11.9h13.1 M33.6,59.5h7.6 M49.1,59.5 h7.7 M77.5,47.6v11.9h-13",polygon:"M55.2,34.9c1.7,0,3.1,1.4,3.1,3.1s-1.4,3.1-3.1,3.1 s-3.1-1.4-3.1-3.1S53.5,34.9,55.2,34.9z M50.4,51c1.7,0,3.1,1.4,3.1,3.1c0,1.7-1.4,3.1-3.1,3.1c-1.7,0-3.1-1.4-3.1-3.1 C47.3,52.4,48.7,51,50.4,51z M55.6,37.1l1.5-7.8 M60.1,13.5l1.6-8.7l-7.8,4 M59,19l-1,5.3 M24,16.1l6.4,4.9l6.4-3.3 M48.5,11.6 l-5.9,3.1 M19.1,12.8L9.7,5.1l1.1,7.7 M13.4,29.8l1,7.3l6.6,1.6 M11.6,18.4l1,6.1 M32.8,41.9 M26.6,40.4 M27.3,40.2l6.1,1.6 M49.9,52.1l-5.6-7.6l-4.9-1.2",lineX:"M15.2,30 M19.7,15.6V1.9H29 M34.8,1.9H40.4 M55.3,15.6V1.9H45.9 M19.7,44.4V58.1H29 M34.8,58.1H40.4 M55.3,44.4 V58.1H45.9 M12.5,20.3l-9.4,9.6l9.6,9.8 M3.1,29.9h16.5 M62.5,20.3l9.4,9.6L62.3,39.7 M71.9,29.9H55.4",lineY:"M38.8,7.7 M52.7,12h13.2v9 M65.9,26.6V32 M52.7,46.3h13.2v-9 M24.9,12H11.8v9 M11.8,26.6V32 M24.9,46.3H11.8v-9 M48.2,5.1l-9.3-9l-9.4,9.2 M38.9-3.9V12 M48.2,53.3l-9.3,9l-9.4-9.2 M38.9,62.3V46.4",keep:"M4,10.5V1h10.3 M20.7,1h6.1 M33,1h6.1 M55.4,10.5V1H45.2 M4,17.3v6.6 M55.6,17.3v6.6 M4,30.5V40h10.3 M20.7,40 h6.1 M33,40h6.1 M55.4,30.5V40H45.2 M21,18.9h62.9v48.6H21V18.9z",clear:"M22,14.7l30.9,31 M52.9,14.7L22,45.7 M4.7,16.8V4.2h13.1 M26,4.2h7.8 M41.6,4.2h7.8 M70.3,16.8V4.2H57.2 M4.7,25.9v8.6 M70.3,25.9v8.6 M4.7,43.2v12.6h13.1 M26,55.8h7.8 M41.6,55.8h7.8 M70.3,43.2v12.6H57.2"},title:n(pV.title)};var gV=Gw.prototype;gV.render=gV.updateView=function(t,e){var i,n,a;e.eachComponent({mainType:"brush"},function(t){i=t.brushType,n=t.brushOption.brushMode||"single",a|=t.areas.length}),this._brushType=i,this._brushMode=n,f(t.get("type",!0),function(e){t.setIconStatus(e,("keep"===e?"multiple"===n:"clear"===e?a:e===i)?"emphasis":"normal")})},gV.getIcons=function(){var t=this.model,e=t.get("icon",!0),i={};return f(t.get("type",!0),function(t){e[t]&&(i[t]=e[t])}),i},gV.onclick=function(t,e,i){var n=this._brushType,a=this._brushMode;"clear"===i?(e.dispatchAction({type:"axisAreaSelect",intervals:[]}),e.dispatchAction({type:"brush",command:"clear",areas:[]})):e.dispatchAction({type:"takeGlobalCursor",key:"brush",brushOption:{brushType:"keep"===i?n:n===i?!1:i,brushMode:"keep"===i?"multiple"===a?"single":"multiple":a}})},Bw("brush",Gw),Su(YB);var mV=f,vV=function(t){var e=t&&t.visualMap;_(e)||(e=e?[e]:[]),mV(e,function(t){if(t){Fw(t,"splitList")&&!Fw(t,"pieces")&&(t.pieces=t.splitList,delete t.splitList);var e=t.pieces;e&&_(e)&&mV(e,function(t){S(t)&&(Fw(t,"start")&&!Fw(t,"min")&&(t.min=t.start),Fw(t,"end")&&!Fw(t,"max")&&(t.max=t.end))})}})};JA.registerSubTypeDefaulter("visualMap",function(t){return t.categories||(t.pieces?t.pieces.length>0:t.splitNumber>0)&&!t.calculable?"piecewise":"continuous"});var yV=HC.VISUAL.COMPONENT;Lu(yV,{createOnAllSeries:!0,reset:function(t,e){var i=[];return e.eachComponent("visualMap",function(e){var n=t.pipelineContext;!e.isTargetSeries(t)||n&&n.large||i.push(xw(e.stateList,e.targetVisuals,y(e.getValueState,e),e.getDataDimension(t.getData())))}),i}}),Lu(yV,{createOnAllSeries:!0,reset:function(t,e){var i=t.getData(),n=[];e.eachComponent("visualMap",function(e){if(e.isTargetSeries(t)){var a=e.getVisualMeta(y(Ww,null,t,e))||{stops:[],outerColors:[]},o=e.getDataDimension(i),r=i.getDimensionInfo(o);null!=r&&(a.dimension=r.index,n.push(a))}}),t.getData().setVisual("visualMeta",n)}});var xV={get:function(t,e,i){var a=n((_V[t]||{})[e]);return i&&_(a)?a[a.length-1]:a}},_V={color:{active:["#006edd","#e0ffff"],inactive:["rgba(0,0,0,0)"]},colorHue:{active:[0,360],inactive:[0,0]},colorSaturation:{active:[.3,1],inactive:[0,0]},colorLightness:{active:[.9,.5],inactive:[0,0]},colorAlpha:{active:[.3,1],inactive:[0,0]},opacity:{active:[.3,1],inactive:[0,0]},symbol:{active:["circle","roundRect","diamond"],inactive:["none"]},symbolSize:{active:[10,50],inactive:[0,0]}},wV=GO.mapVisual,bV=GO.eachVisual,SV=_,MV=f,IV=Mr,TV=wr,AV=G,DV=Ou({type:"visualMap",dependencies:["series"],stateList:["inRange","outOfRange"],replacableOptionKeys:["inRange","outOfRange","target","controller","color"],dataBound:[-1/0,1/0],layoutMode:{type:"box",ignoreSize:!0},defaultOption:{show:!0,zlevel:0,z:4,seriesIndex:"all",min:0,max:200,dimension:null,inRange:null,outOfRange:null,left:0,right:null,top:null,bottom:0,itemWidth:null,itemHeight:null,inverse:!1,orient:"vertical",backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",contentColor:"#5793f3",inactiveColor:"#aaa",borderWidth:0,padding:5,textGap:10,precision:0,color:null,formatter:null,text:null,textStyle:{color:"#333"}},init:function(t,e,i){this._dataExtent,this.targetVisuals={},this.controllerVisuals={},this.textStyleModel,this.itemSize,this.mergeDefaultAndTheme(t,i)},optionUpdated:function(t,e){var i=this.option;mS.canvasSupported||(i.realtime=!1),!e&&vw(i,t,this.replacableOptionKeys),this.textStyleModel=this.getModel("textStyle"),this.resetItemSize(),this.completeVisualOption()},resetVisual:function(t){var e=this.stateList;t=y(t,this),this.controllerVisuals=mw(this.option.controller,e,t),this.targetVisuals=mw(this.option.target,e,t)},getTargetSeriesIndices:function(){var t=this.option.seriesIndex,e=[];return null==t||"all"===t?this.ecModel.eachSeries(function(t,i){e.push(i)}):e=Jn(t),e},eachTargetSeries:function(t,e){f(this.getTargetSeriesIndices(),function(i){t.call(e,this.ecModel.getSeriesByIndex(i))},this)},isTargetSeries:function(t){var e=!1;return this.eachTargetSeries(function(i){i===t&&(e=!0)}),e},formatValueText:function(t,e,i){function n(t){return t===l[0]?"min":t===l[1]?"max":(+t).toFixed(Math.min(s,20))}var a,o,r=this.option,s=r.precision,l=this.dataBound,u=r.formatter;return i=i||["<",">"],_(t)&&(t=t.slice(),a=!0),o=e?t:a?[n(t[0]),n(t[1])]:n(t),b(u)?u.replace("{value}",a?o[0]:o).replace("{value2}",a?o[1]:o):w(u)?a?u(t[0],t[1]):u(t):a?t[0]===l[0]?i[0]+" "+o[1]:t[1]===l[1]?i[1]+" "+o[0]:o[0]+" - "+o[1]:o},resetExtent:function(){var t=this.option,e=IV([t.min,t.max]);this._dataExtent=e},getDataDimension:function(t){var e=this.option.dimension,i=t.dimensions;if(null!=e||i.length){if(null!=e)return t.getDimension(e);for(var n=t.dimensions,a=n.length-1;a>=0;a--){var o=n[a],r=t.getDimensionInfo(o);if(!r.isCalculationCoord)return o}}},getExtent:function(){return this._dataExtent.slice()},completeVisualOption:function(){function t(t){SV(r.color)&&!t.inRange&&(t.inRange={color:r.color.slice().reverse()}),t.inRange=t.inRange||{color:o.get("gradientColor")},MV(this.stateList,function(e){var i=t[e];if(b(i)){var n=xV.get(i,"active",h);n?(t[e]={},t[e][i]=n):delete t[e]}},this)}function e(t,e,i){var n=t[e],a=t[i];n&&!a&&(a=t[i]={},MV(n,function(t,e){if(GO.isValidType(e)){var i=xV.get(e,"inactive",h);null!=i&&(a[e]=i,"color"!==e||a.hasOwnProperty("opacity")||a.hasOwnProperty("colorAlpha")||(a.opacity=[0,0]))}}))}function i(t){var e=(t.inRange||{}).symbol||(t.outOfRange||{}).symbol,i=(t.inRange||{}).symbolSize||(t.outOfRange||{}).symbolSize,a=this.get("inactiveColor");MV(this.stateList,function(o){var r=this.itemSize,s=t[o];s||(s=t[o]={color:h?a:[a]}),null==s.symbol&&(s.symbol=e&&n(e)||(h?"roundRect":["roundRect"])),null==s.symbolSize&&(s.symbolSize=i&&n(i)||(h?r[0]:[r[0],r[0]])),s.symbol=wV(s.symbol,function(t){return"none"===t||"square"===t?"roundRect":t});var l=s.symbolSize;if(null!=l){var u=-1/0;bV(l,function(t){t>u&&(u=t)}),s.symbolSize=wV(l,function(t){return TV(t,[0,u],[0,r[0]],!0)})}},this)}var o=this.ecModel,r=this.option,s={inRange:r.inRange,outOfRange:r.outOfRange},l=r.target||(r.target={}),u=r.controller||(r.controller={});a(l,s),a(u,s);var h=this.isCategory();t.call(this,l),t.call(this,u),e.call(this,l,"inRange","outOfRange"),i.call(this,u)},resetItemSize:function(){this.itemSize=[parseFloat(this.get("itemWidth")),parseFloat(this.get("itemHeight"))]},isCategory:function(){return!!this.option.categories},setSelected:AV,getValueState:AV,getVisualMeta:AV}),CV=[20,140],LV=DV.extend({type:"visualMap.continuous",defaultOption:{align:"auto",calculable:!1,range:null,realtime:!0,itemHeight:null,itemWidth:null,hoverLink:!0,hoverLinkDataSize:null,hoverLinkOnHandle:null},optionUpdated:function(){LV.superApply(this,"optionUpdated",arguments),this.resetExtent(),this.resetVisual(function(t){t.mappingMethod="linear",t.dataExtent=this.getExtent()}),this._resetRange()},resetItemSize:function(){LV.superApply(this,"resetItemSize",arguments);var t=this.itemSize;"horizontal"===this._orient&&t.reverse(),(null==t[0]||isNaN(t[0]))&&(t[0]=CV[0]),(null==t[1]||isNaN(t[1]))&&(t[1]=CV[1])},_resetRange:function(){var t=this.getExtent(),e=this.option.range;!e||e.auto?(t.auto=1,this.option.range=t):_(e)&&(e[0]>e[1]&&e.reverse(),e[0]=Math.max(e[0],t[0]),e[1]=Math.min(e[1],t[1]))},completeVisualOption:function(){DV.prototype.completeVisualOption.apply(this,arguments),f(this.stateList,function(t){var e=this.option.controller[t].symbolSize;e&&e[0]!==e[1]&&(e[0]=0)},this)},setSelected:function(t){this.option.range=t.slice(),this._resetRange()},getSelected:function(){var t=this.getExtent(),e=Mr((this.get("range")||[]).slice());return e[0]>t[1]&&(e[0]=t[1]),e[1]>t[1]&&(e[1]=t[1]),e[0]=i[1]||t<=e[1])?"inRange":"outOfRange"},findTargetDataIndices:function(t){var e=[];return this.eachTargetSeries(function(i){var n=[],a=i.getData();a.each(this.getDataDimension(a),function(e,i){t[0]<=e&&e<=t[1]&&n.push(i)},this),e.push({seriesId:i.id,dataIndex:n})},this),e},getVisualMeta:function(t){function e(e,i){a.push({value:e,color:t(e,i)})}for(var i=Hw(this,"outOfRange",this.getExtent()),n=Hw(this,"inRange",this.option.range.slice()),a=[],o=0,r=0,s=n.length,l=i.length;l>r&&(!n.length||i[r]<=n[0]);r++)i[r]o;o++,u=0)u&&a.length&&e(n[o],"outOfRange"),e(n[o],"inRange");for(var u=1;l>r;r++)(!n.length||n[n.length-1]o;o++){var r=t[0]+a*o;if(r>t[1])break;n.push({color:this.getControllerVisual(r,"color",e),offset:o/i})}return n.push({color:this.getControllerVisual(t[1],"color",e),offset:1}),n},_createBarPoints:function(t,e){var i=this.visualMapModel.itemSize;return[[i[0]-e[0],t[0]],[i[0],t[0]],[i[0],t[1]],[i[0]-e[1],t[1]]]},_createBarGroup:function(t){var e=this._orient,i=this.visualMapModel.get("inverse");return new CM("horizontal"!==e||i?"horizontal"===e&&i?{scale:"bottom"===t?[-1,1]:[1,1],rotation:-Math.PI/2}:"vertical"!==e||i?{scale:"left"===t?[1,1]:[-1,1]}:{scale:"left"===t?[1,-1]:[-1,-1]}:{scale:"bottom"===t?[1,1]:[-1,1],rotation:Math.PI/2})},_updateHandle:function(t,e){if(this._useHandle){var i=this._shapes,n=this.visualMapModel,a=i.handleThumbs,o=i.handleLabels;OV([0,1],function(r){var s=a[r];s.setStyle("fill",e.handlesColor[r]),s.position[1]=t[r];var l=ar(i.handleLabelPoints[r],nr(s,this.group));o[r].setStyle({x:l[0],y:l[1],text:n.formatValueText(this._dataInterval[r]),textVerticalAlign:"middle",textAlign:this._applyTransform("horizontal"===this._orient?0===r?"bottom":"top":"left",i.barGroup)})},this)}},_showIndicator:function(t,e,i,n){var a=this.visualMapModel,o=a.getExtent(),r=a.itemSize,s=[0,r[1]],l=PV(t,o,s,!0),u=this._shapes,h=u.indicator;if(h){h.position[1]=l,h.attr("invisible",!1),h.setShape("points",jw(!!i,n,l,r[1]));var c={convertOpacityToAlpha:!0},d=this.getControllerVisual(t,"color",c);h.setStyle("fill",d);var f=ar(u.indicatorLabelPoint,nr(h,this.group)),p=u.indicatorLabel;p.attr("invisible",!1);var g=this._applyTransform("left",u.barGroup),m=this._orient;p.setStyle({text:(i?i:"")+a.formatValueText(e),textVerticalAlign:"horizontal"===m?g:"middle",textAlign:"horizontal"===m?"center":g,x:f[0],y:f[1]})}},_enableHoverLinkToSeries:function(){var t=this;this._shapes.barGroup.on("mousemove",function(e){if(t._hovering=!0,!t._dragging){var i=t.visualMapModel.itemSize,n=t._applyTransform([e.offsetX,e.offsetY],t._shapes.barGroup,!0,!0);n[1]=EV(NV(0,n[1]),i[1]),t._doHoverLinkToSeries(n[1],0<=n[0]&&n[0]<=i[0])}}).on("mouseout",function(){t._hovering=!1,!t._dragging&&t._clearHoverLinkToSeries()})},_enableHoverLinkFromSeries:function(){var t=this.api.getZr();this.visualMapModel.option.hoverLink?(t.on("mouseover",this._hoverLinkFromSeriesMouseOver,this),t.on("mouseout",this._hideIndicator,this)):this._clearHoverLinkFromSeries()},_doHoverLinkToSeries:function(t,e){var i=this.visualMapModel,n=i.itemSize;if(i.option.hoverLink){var a=[0,n[1]],o=i.getExtent();t=EV(NV(a[0],t),a[1]);var r=qw(i,o,a),s=[t-r,t+r],l=PV(t,a,o,!0),u=[PV(s[0],a,o,!0),PV(s[1],a,o,!0)];s[0]a[1]&&(u[1]=1/0),e&&(u[0]===-1/0?this._showIndicator(l,u[1],"< ",r):1/0===u[1]?this._showIndicator(l,u[0],"> ",r):this._showIndicator(l,l,"≈ ",r));var h=this._hoverLinkDataIndices,c=[];(e||Kw(i))&&(c=this._hoverLinkDataIndices=i.findTargetDataIndices(u));var d=ra(h,c);this._dispatchHighDown("downplay",Uw(d[0],i)),this._dispatchHighDown("highlight",Uw(d[1],i))}},_hoverLinkFromSeriesMouseOver:function(t){var e=t.target,i=this.visualMapModel;if(e&&null!=e.dataIndex){var n=this.ecModel.getSeriesByIndex(e.seriesIndex);if(i.isTargetSeries(n)){var a=n.getData(e.dataType),o=a.get(i.getDataDimension(a),e.dataIndex,!0);isNaN(o)||this._showIndicator(o,o)}}},_hideIndicator:function(){var t=this._shapes;t.indicator&&t.indicator.attr("invisible",!0),t.indicatorLabel&&t.indicatorLabel.attr("invisible",!0)},_clearHoverLinkToSeries:function(){this._hideIndicator();var t=this._hoverLinkDataIndices;this._dispatchHighDown("downplay",Uw(t,this.visualMapModel)),t.length=0},_clearHoverLinkFromSeries:function(){this._hideIndicator();var t=this.api.getZr();t.off("mouseover",this._hoverLinkFromSeriesMouseOver),t.off("mouseout",this._hideIndicator)},_applyTransform:function(t,e,i,n){var a=nr(e,n?null:this.group);return AA[_(t)?"applyTransform":"transformDirection"](t,a,i)},_dispatchHighDown:function(t,e){e&&e.length&&this.api.dispatchAction({type:t,batch:e})},dispose:function(){this._clearHoverLinkFromSeries(),this._clearHoverLinkToSeries()},remove:function(){this._clearHoverLinkFromSeries(),this._clearHoverLinkToSeries()}}),VV={type:"selectDataRange",event:"dataRangeSelected",update:"update"};Tu(VV,function(t,e){e.eachComponent({mainType:"visualMap",query:t},function(e){e.setSelected(t.selected)})}),Su(vV);{var GV=DV.extend({type:"visualMap.piecewise",defaultOption:{selected:null,minOpen:!1,maxOpen:!1,align:"auto",itemWidth:20,itemHeight:14,itemSymbol:"roundRect",pieceList:null,categories:null,splitNumber:5,selectedMode:"multiple",itemGap:10,hoverLink:!0,showLabel:null},optionUpdated:function(t,e){GV.superApply(this,"optionUpdated",arguments),this._pieceList=[],this.resetExtent();var i=this._mode=this._determineMode();FV[this._mode].call(this),this._resetSelected(t,e);var a=this.option.categories;this.resetVisual(function(t,e){"categories"===i?(t.mappingMethod="category",t.categories=n(a)):(t.dataExtent=this.getExtent(),t.mappingMethod="piecewise",t.pieceList=p(this._pieceList,function(t){var t=n(t);return"inRange"!==e&&(t.visual=null),t}))})},completeVisualOption:function(){function t(t,e,i){return t&&t[e]&&(S(t[e])?t[e].hasOwnProperty(i):t[e]===i)}var e=this.option,i={},n=GO.listVisualTypes(),a=this.isCategory();f(e.pieces,function(t){f(n,function(e){t.hasOwnProperty(e)&&(i[e]=1)})}),f(i,function(i,n){var o=0;f(this.stateList,function(i){o|=t(e,i,n)||t(e.target,i,n)},this),!o&&f(this.stateList,function(t){(e[t]||(e[t]={}))[n]=xV.get(n,"inRange"===t?"active":"inactive",a)})},this),DV.prototype.completeVisualOption.apply(this,arguments)},_resetSelected:function(t,e){var i=this.option,n=this._pieceList,a=(e?i:t).selected||{};if(i.selected=a,f(n,function(t){var e=this.getSelectedMapKey(t);a.hasOwnProperty(e)||(a[e]=!0)},this),"single"===i.selectedMode){var o=!1;f(n,function(t){var e=this.getSelectedMapKey(t);a[e]&&(o?a[e]=!1:o=!0)},this)}},getSelectedMapKey:function(t){return"categories"===this._mode?t.value+"":t.index+""},getPieceList:function(){return this._pieceList},_determineMode:function(){var t=this.option;return t.pieces&&t.pieces.length>0?"pieces":this.option.categories?"categories":"splitNumber"},setSelected:function(t){this.option.selected=n(t)},getValueState:function(t){var e=GO.findPieceIndex(t,this._pieceList);return null!=e&&this.option.selected[this.getSelectedMapKey(this._pieceList[e])]?"inRange":"outOfRange"},findTargetDataIndices:function(t){var e=[];return this.eachTargetSeries(function(i){var n=[],a=i.getData();a.each(this.getDataDimension(a),function(e,i){var a=GO.findPieceIndex(e,this._pieceList);a===t&&n.push(i)},this),e.push({seriesId:i.id,dataIndex:n})},this),e},getRepresentValue:function(t){var e;if(this.isCategory())e=t.value;else if(null!=t.value)e=t.value;else{var i=t.interval||[];e=i[0]===-1/0&&1/0===i[1]?0:(i[0]+i[1])/2}return e},getVisualMeta:function(t){function e(e,o){var r=a.getRepresentValue({interval:e});o||(o=a.getValueState(r));var s=t(r,o);e[0]===-1/0?n[0]=s:1/0===e[1]?n[1]=s:i.push({value:e[0],color:s},{value:e[1],color:s})}if(!this.isCategory()){var i=[],n=[],a=this,o=this._pieceList.slice();if(o.length){var r=o[0].interval[0];r!==-1/0&&o.unshift({interval:[-1/0,r]}),r=o[o.length-1].interval[1],1/0!==r&&o.push({interval:[r,1/0]})}else o.push({interval:[-1/0,1/0]});var s=-1/0;return f(o,function(t){var i=t.interval;i&&(i[0]>s&&e([s,i[0]],"outOfRange"),e(i.slice()),s=i[1])},this),{stops:i,outerColors:n}}}}),FV={splitNumber:function(){var t=this.option,e=this._pieceList,i=Math.min(t.precision,20),n=this.getExtent(),a=t.splitNumber;a=Math.max(parseInt(a,10),1),t.splitNumber=a;for(var o=(n[1]-n[0])/a;+o.toFixed(i)!==o&&5>i;)i++;t.precision=i,o=+o.toFixed(i);var r=0;t.minOpen&&e.push({index:r++,interval:[-1/0,n[0]],close:[0,0]});for(var s=n[0],l=r+a;l>r;s+=o){var u=r===a-1?n[1]:s+o;e.push({index:r++,interval:[s,u],close:[1,1]})}t.maxOpen&&e.push({index:r++,interval:[n[1],1/0],close:[0,0]}),Rr(e),f(e,function(t){t.text=this.formatValueText(t.interval)},this)},categories:function(){var t=this.option;f(t.categories,function(t){this._pieceList.push({text:this.formatValueText(t,!0),value:t})},this),Jw(t,this._pieceList)},pieces:function(){var t=this.option,e=this._pieceList;f(t.pieces,function(t,i){S(t)||(t={value:t});var n={text:"",index:i};if(null!=t.label&&(n.text=t.label),t.hasOwnProperty("value")){var a=n.value=t.value;n.interval=[a,a],n.close=[1,1]}else{for(var o=n.interval=[],r=n.close=[0,0],s=[1,0,1],l=[-1/0,1/0],u=[],h=0;2>h;h++){for(var c=[["gte","gt","min"],["lte","lt","max"]][h],d=0;3>d&&null==o[h];d++)o[h]=t[c[d]],r[h]=s[d],u[h]=2===d;null==o[h]&&(o[h]=l[h])}u[0]&&1/0===o[1]&&(r[0]=0),u[1]&&o[0]===-1/0&&(r[1]=0),o[0]===o[1]&&r[0]&&r[1]&&(n.value=o[0])}n.visual=GO.retrieveVisuals(t),e.push(n)},this),Jw(t,e),Rr(e),f(e,function(t){var e=t.close,i=[["<","≤"][e[1]],[">","≥"][e[0]]];t.text=t.text||this.formatValueText(null!=t.value?t.value:t.interval,!1,i)},this)}};kV.extend({type:"visualMap.piecewise",doRender:function(){function t(t){var a=t.piece,u=new CM;u.onclick=y(this._onItemClick,this,a),this._enableHoverLink(u,t.indexInModelPieceList);var h=i.getRepresentValue(a);if(this._createItemSymbol(u,h,[0,0,l[0],l[1]]),c){var d=this.visualMapModel.getValueState(h);u.add(new ZT({style:{x:"right"===s?-n:l[0]+n,y:l[1]/2,text:a.text,textVerticalAlign:"middle",textAlign:s,textFont:o,textFill:r,opacity:"outOfRange"===d?.5:1}}))}e.add(u)}var e=this.group;e.removeAll();var i=this.visualMapModel,n=i.get("textGap"),a=i.textStyleModel,o=a.getFont(),r=a.getTextColor(),s=this._getItemAlign(),l=i.itemSize,u=this._getViewData(),h=u.endsText,c=D(i.get("showLabel",!0),!h);h&&this._renderEndsText(e,h[0],l,c,s),f(u.viewPieceList,t,this),h&&this._renderEndsText(e,h[1],l,c,s),qA(i.get("orient"),e,i.get("itemGap")),this.renderBackground(e),this.positionGroup(e)},_enableHoverLink:function(t,e){function i(t){var i=this.visualMapModel;i.option.hoverLink&&this.api.dispatchAction({type:t,batch:Uw(i.findTargetDataIndices(e),i)})}t.on("mouseover",y(i,this,"highlight")).on("mouseout",y(i,this,"downplay"))},_getItemAlign:function(){var t=this.visualMapModel,e=t.option;if("vertical"===e.orient)return Zw(t,this.api,t.itemSize);var i=e.align;return i&&"auto"!==i||(i="left"),i},_renderEndsText:function(t,e,i,n,a){if(e){var o=new CM,r=this.visualMapModel.textStyleModel;o.add(new ZT({style:{x:n?"right"===a?i[0]:0:i[0]/2,y:i[1]/2,textVerticalAlign:"middle",textAlign:n?a:"center",text:e,textFont:r.getFont(),textFill:r.getTextColor()}})),t.add(o)}},_getViewData:function(){var t=this.visualMapModel,e=p(t.getPieceList(),function(t,e){return{piece:t,indexInModelPieceList:e}}),i=t.get("text"),n=t.get("orient"),a=t.get("inverse");return("horizontal"===n?a:!a)?e.reverse():i&&(i=i.slice().reverse()),{viewPieceList:e,endsText:i}},_createItemSymbol:function(t,e,i){t.add(Jh(this.getControllerVisual(e,"symbol"),i[0],i[1],i[2],i[3],this.getControllerVisual(e,"color")))},_onItemClick:function(t){var e=this.visualMapModel,i=e.option,a=n(i.selected),o=e.getSelectedMapKey(t);"single"===i.selectedMode?(a[o]=!0,f(a,function(t,e){a[e]=e===o})):a[o]=!a[o],this.api.dispatchAction({type:"selectDataRange",from:this.uid,visualMapId:this.visualMapModel.id,selected:a})}})}Su(vV);var WV=Ou({type:"toolbox",layoutMode:{type:"box",ignoreSize:!0},optionUpdated:function(){WV.superApply(this,"optionUpdated",arguments),f(this.option.feature,function(t,e){var i=Vw(e);i&&a(t,i.defaultOption)})},defaultOption:{show:!0,z:6,zlevel:0,orient:"horizontal",left:"right",top:"top",backgroundColor:"transparent",borderColor:"#ccc",borderRadius:0,borderWidth:0,padding:5,itemSize:15,itemGap:8,showTitle:!0,iconStyle:{borderColor:"#666",color:"none"},emphasis:{iconStyle:{borderColor:"#3E98C5"}},tooltip:{show:!1}}});Eu({type:"toolbox",render:function(t,e,i,n){function a(a,r){var s,l=c[a],d=c[r],f=u[l],p=new pr(f,t,t.ecModel);if(n&&null!=n.newTitle&&(f.title=n.newTitle),l&&!d){if(Qw(l))s={model:p,onclick:p.option.onclick,featureName:l};else{var g=Vw(l);if(!g)return;s=new g(p,e,i)}h[l]=s}else{if(s=h[d],!s)return;s.model=p,s.ecModel=e,s.api=i}return!l&&d?void(s.dispose&&s.dispose(e,i)):!p.get("show")||s.unusable?void(s.remove&&s.remove(e,i)):(o(p,s,l),p.setIconStatus=function(t,e){var i=this.option,n=this.iconPaths;i.iconStatus=i.iconStatus||{},i.iconStatus[t]=e,n[t]&&n[t].trigger(e)},void(s.render&&s.render(p,e,i,n)))}function o(n,a,o){var u=n.getModel("iconStyle"),h=n.getModel("emphasis.iconStyle"),c=a.getIcons?a.getIcons():n.get("icon"),d=n.get("title")||{};if("string"==typeof c){var p=c,g=d;c={},d={},c[o]=p,d[o]=g}var m=n.iconPaths={};f(c,function(o,c){var f=ur(o,{},{x:-l/2,y:-l/2,width:l,height:l});f.setStyle(u.getItemStyle()),f.hoverStyle=h.getItemStyle(),f.setStyle({text:d[c],textAlign:h.get("textAlign"),textBorderRadius:h.get("textBorderRadius"),textPadding:h.get("textPadding"),textFill:null});var p=t.getModel("tooltip");p&&p.get("show")&&f.attr("tooltip",r({content:d[c],formatter:p.get("formatter",!0)||function(){return d[c]},formatterParams:{componentType:"toolbox",name:c,title:d[c],$vars:["name","title"]},position:p.get("position",!0)||"bottom"},p.option)),Vo(f),t.get("showTitle")&&(f.__title=d[c],f.on("mouseover",function(){var e=h.getItemStyle(),i="vertical"===t.get("orient")?null==t.get("right")?"right":"left":null==t.get("bottom")?"bottom":"top";f.setStyle({textFill:h.get("textFill")||e.fill||e.stroke||"#000",textBackgroundColor:h.get("textBackgroundColor"),textPosition:h.get("textPosition")||i})}).on("mouseout",function(){f.setStyle({textFill:null,textBackgroundColor:null})})),f.trigger(n.get("iconStatus."+c)||"normal"),s.add(f),f.on("click",y(a.onclick,a,e,i,c)),m[c]=f})}var s=this.group;if(s.removeAll(),t.get("show")){var l=+t.get("itemSize"),u=t.get("feature")||{},h=this._features||(this._features={}),c=[];f(u,function(t,e){c.push(e)}),new Fu(this._featureNames||[],c).add(a).update(a).remove(x(a,null)).execute(),this._featureNames=c,e_(s,t,i),s.add(i_(s.getBoundingRect(),t)),s.eachChild(function(t){var e=t.__title,n=t.hoverStyle;if(n&&e){var a=Hi(e,on(n)),o=t.position[0]+s.position[0],r=t.position[1]+s.position[1]+l,u=!1; +r+a.height>i.getHeight()&&(n.textPosition="top",u=!0);var h=u?-5-a.height:l+8;o+a.width/2>i.getWidth()?(n.textPosition=["100%",h],n.textAlign="right"):o-a.width/2<0&&(n.textPosition=[0,h],n.textAlign="left")}})}},updateView:function(t,e,i,n){f(this._features,function(t){t.updateView&&t.updateView(t.model,e,i,n)})},remove:function(t,e){f(this._features,function(i){i.remove&&i.remove(t,e)}),this.group.removeAll()},dispose:function(t,e){f(this._features,function(i){i.dispose&&i.dispose(t,e)})}});var HV=$D.toolbox.saveAsImage;tb.defaultOption={show:!0,icon:"M4.7,22.9L29.3,45.5L54.7,23.4M4.6,43.6L4.6,58L53.8,58L53.8,43.6M29.2,45.1L29.2,0",title:HV.title,type:"png",connectedBackgroundColor:"#fff",name:"",excludeComponents:["toolbox"],pixelRatio:1,lang:HV.lang.slice()},tb.prototype.unusable=!mS.canvasSupported;var ZV=tb.prototype;ZV.onclick=function(t,e){var i=this.model,n=i.get("name")||t.get("title.0.text")||"echarts",a=i.get("type",!0)||"png",o=e.getConnectedDataURL({type:a,backgroundColor:i.get("backgroundColor",!0)||t.get("backgroundColor")||"#fff",connectedBackgroundColor:i.get("connectedBackgroundColor"),excludeComponents:i.get("excludeComponents"),pixelRatio:i.get("pixelRatio")});if("function"!=typeof MouseEvent||mS.browser.ie||mS.browser.edge)if(window.navigator.msSaveOrOpenBlob){for(var r=atob(o.split(",")[1]),s=r.length,l=new Uint8Array(s);s--;)l[s]=r.charCodeAt(s);var u=new Blob([l]);window.navigator.msSaveOrOpenBlob(u,n+"."+a)}else{var h=i.get("lang"),c='',d=window.open();d.document.write(c)}else{var f=document.createElement("a");f.download=n+"."+a,f.target="_blank",f.href=o;var p=new MouseEvent("click",{view:window,bubbles:!0,cancelable:!1});f.dispatchEvent(p)}},Bw("saveAsImage",tb);var UV=$D.toolbox.magicType,XV="__ec_magicType_stack__";eb.defaultOption={show:!0,type:[],icon:{line:"M4.1,28.9h7.1l9.3-22l7.4,38l9.7-19.7l3,12.8h14.9M4.1,58h51.4",bar:"M6.7,22.9h10V48h-10V22.9zM24.9,13h10v35h-10V13zM43.2,2h10v46h-10V2zM3.1,58h53.7",stack:"M8.2,38.4l-8.4,4.1l30.6,15.3L60,42.5l-8.1-4.1l-21.5,11L8.2,38.4z M51.9,30l-8.1,4.2l-13.4,6.9l-13.9-6.9L8.2,30l-8.4,4.2l8.4,4.2l22.2,11l21.5-11l8.1-4.2L51.9,30z M51.9,21.7l-8.1,4.2L35.7,30l-5.3,2.8L24.9,30l-8.4-4.1l-8.3-4.2l-8.4,4.2L8.2,30l8.3,4.2l13.9,6.9l13.4-6.9l8.1-4.2l8.1-4.1L51.9,21.7zM30.4,2.2L-0.2,17.5l8.4,4.1l8.3,4.2l8.4,4.2l5.5,2.7l5.3-2.7l8.1-4.2l8.1-4.2l8.1-4.1L30.4,2.2z"},title:n(UV.title),option:{},seriesIndex:{}};var YV=eb.prototype;YV.getIcons=function(){var t=this.model,e=t.get("icon"),i={};return f(t.get("type"),function(t){e[t]&&(i[t]=e[t])}),i};var jV={line:function(t,e,i,n){return"bar"===t?a({id:e,type:"line",data:i.get("data"),stack:i.get("stack"),markPoint:i.get("markPoint"),markLine:i.get("markLine")},n.get("option.line")||{},!0):void 0},bar:function(t,e,i,n){return"line"===t?a({id:e,type:"bar",data:i.get("data"),stack:i.get("stack"),markPoint:i.get("markPoint"),markLine:i.get("markLine")},n.get("option.bar")||{},!0):void 0},stack:function(t,e,i,n){var o=i.get("stack")===XV;return"line"===t||"bar"===t?(n.setIconStatus("stack",o?"normal":"emphasis"),a({id:e,stack:o?"":XV},n.get("option.stack")||{},!0)):void 0}},qV=[["line","bar"],["stack"]];YV.onclick=function(t,e,i){var o=this.model,r=o.get("seriesIndex."+i);if(jV[i]){var l={series:[]},h=function(e){var n=e.subType,a=e.id,r=jV[i](n,a,e,o);r&&(s(r,e.option),l.series.push(r));var u=e.coordinateSystem;if(u&&"cartesian2d"===u.type&&("line"===i||"bar"===i)){var h=u.getAxesByScale("ordinal")[0];if(h){var c=h.dim,d=c+"Axis",f=t.queryComponents({mainType:d,index:e.get(name+"Index"),id:e.get(name+"Id")})[0],p=f.componentIndex;l[d]=l[d]||[];for(var g=0;p>=g;g++)l[d][p]=l[d][p]||{};l[d][p].boundaryGap="bar"===i}}};f(qV,function(t){u(t,i)>=0&&f(t,function(t){o.setIconStatus(t,"normal")})}),o.setIconStatus(i,"emphasis"),t.eachComponent({mainType:"series",query:null==r?null:{seriesIndex:r}},h);var c;if("stack"===i){var d=l.series&&l.series[0]&&l.series[0].stack===XV;c=d?a({stack:UV.title.tiled},UV.title):n(UV.title)}e.dispatchAction({type:"changeMagicType",currentType:i,newOption:l,newTitle:c})}},Tu({type:"changeMagicType",event:"magicTypeChanged",update:"prepareAndUpdate"},function(t,e){e.mergeOption(t.newOption)}),Bw("magicType",eb);var KV=$D.toolbox.dataView,$V=new Array(60).join("-"),JV=" ",QV=new RegExp("["+JV+"]+","g");cb.defaultOption={show:!0,readOnly:!1,optionToContent:null,contentToOption:null,icon:"M17.5,17.3H33 M17.5,17.3H33 M45.4,29.5h-28 M11.5,2v56H51V14.8L38.4,2H11.5z M38.4,2.2v12.7H51 M45.4,41.7h-28",title:n(KV.title),lang:n(KV.lang),backgroundColor:"#fff",textColor:"#000",textareaColor:"#fff",textareaBorderColor:"#333",buttonColor:"#c23531",buttonTextColor:"#fff"},cb.prototype.onclick=function(t,e){function i(){n.removeChild(o),x._dom=null}var n=e.getDom(),a=this.model;this._dom&&n.removeChild(this._dom);var o=document.createElement("div");o.style.cssText="position:absolute;left:5px;top:5px;bottom:5px;right:5px;",o.style.backgroundColor=a.get("backgroundColor")||"#fff";var r=document.createElement("h4"),s=a.get("lang")||[];r.innerHTML=s[0]||a.get("title"),r.style.cssText="margin: 10px 20px;",r.style.color=a.get("textColor");var l=document.createElement("div"),u=document.createElement("textarea");l.style.cssText="display:block;width:100%;overflow:auto;";var h=a.get("optionToContent"),c=a.get("contentToOption"),d=ob(t);if("function"==typeof h){var f=h(e.getOption());"string"==typeof f?l.innerHTML=f:T(f)&&l.appendChild(f)}else l.appendChild(u),u.readOnly=a.get("readOnly"),u.style.cssText="width:100%;height:100%;font-family:monospace;font-size:14px;line-height:1.6rem;",u.style.color=a.get("textColor"),u.style.borderColor=a.get("textareaBorderColor"),u.style.backgroundColor=a.get("textareaColor"),u.value=d.value;var p=d.meta,g=document.createElement("div");g.style.cssText="position:absolute;bottom:0;left:0;right:0;";var m="float:right;margin-right:20px;border:none;cursor:pointer;padding:2px 5px;font-size:12px;border-radius:3px",v=document.createElement("div"),y=document.createElement("div");m+=";background-color:"+a.get("buttonColor"),m+=";color:"+a.get("buttonTextColor");var x=this;_e(v,"click",i),_e(y,"click",function(){var t;try{t="function"==typeof c?c(l,e.getOption()):hb(u.value,p)}catch(n){throw i(),new Error("Data view format error "+n)}t&&e.dispatchAction({type:"changeDataView",newOption:t}),i()}),v.innerHTML=s[1],y.innerHTML=s[2],y.style.cssText=m,v.style.cssText=m,!a.get("readOnly")&&g.appendChild(y),g.appendChild(v),o.appendChild(r),o.appendChild(l),o.appendChild(g),l.style.height=n.clientHeight-80+"px",n.appendChild(o),this._dom=o},cb.prototype.remove=function(t,e){this._dom&&e.getDom().removeChild(this._dom)},cb.prototype.dispose=function(t,e){this.remove(t,e)},Bw("dataView",cb),Tu({type:"changeDataView",event:"dataViewChanged",update:"prepareAndUpdate"},function(t,e){var i=[];f(t.newOption.series,function(t){var n=e.getSeriesByName(t.name)[0];if(n){var a=n.get("data");i.push({name:t.name,data:db(t.data,a)})}else i.push(r({type:"scatter"},t))}),e.mergeOption(s({series:i},t.newOption))});var tG=f,eG="\x00_ec_hist_store";TB.extend({type:"dataZoom.select"}),AB.extend({type:"dataZoom.select"});var iG=$D.toolbox.dataZoom,nG=f,aG="\x00_ec_\x00toolbox-dataZoom_";yb.defaultOption={show:!0,filterMode:"filter",icon:{zoom:"M0,13.5h26.9 M13.5,26.9V0 M32.1,13.5H58V58H13.5 V32.1",back:"M22,1.4L9.9,13.5l12.3,12.3 M10.3,13.5H54.9v44.6 H10.3v-26"},title:n(iG.title)};var oG=yb.prototype;oG.render=function(t,e,i,n){this.model=t,this.ecModel=e,this.api=i,wb(t,e,this,n,i),_b(t,e)},oG.onclick=function(t,e,i){rG[i].call(this)},oG.remove=function(){this._brushController.unmount()},oG.dispose=function(){this._brushController.dispose()};var rG={zoom:function(){var t=!this._isZoomActive;this.api.dispatchAction({type:"takeGlobalCursor",key:"dataZoomSelect",dataZoomSelectActive:t})},back:function(){this._dispatchZoomAction(pb(this.ecModel))}};oG._onBrush=function(t,e){function i(t,e,i){var r=e.getAxis(t),s=r.model,l=n(t,s,o),u=l.findRepresentativeAxisProxy(s).getMinMaxSpan();(null!=u.minValueSpan||null!=u.maxValueSpan)&&(i=zN(0,i.slice(),r.scale.getExtent(),0,u.minValueSpan,u.maxValueSpan)),l&&(a[l.id]={dataZoomId:l.id,startValue:i[0],endValue:i[1]})}function n(t,e,i){var n;return i.eachComponent({mainType:"dataZoom",subType:"select"},function(i){var a=i.getAxisModel(t,e.componentIndex);a&&(n=i)}),n}if(e.isEnd&&t.length){var a={},o=this.ecModel;this._brushController.updateCovers([]);var r=new bw(xb(this.model.option),o,{include:["grid"]});r.matchOutputRanges(t,o,function(t,e,n){if("cartesian2d"===n.type){var a=t.brushType;"rect"===a?(i("x",n,e[0]),i("y",n,e[1])):i({lineX:"x",lineY:"y"}[a],n,e)}}),fb(o,a),this._dispatchZoomAction(a)}},oG._dispatchZoomAction=function(t){var e=[];nG(t,function(t){e.push(n(t))}),e.length&&this.api.dispatchAction({type:"dataZoom",from:this.uid,batch:e})},Bw("dataZoom",yb),Su(function(t){function e(t,e){if(e){var a=t+"Index",o=e[a];null==o||"all"===o||_(o)||(o=o===!1||"none"===o?[]:[o]),i(t,function(i,r){if(null==o||"all"===o||-1!==u(o,r)){var s={type:"select",$fromToolbox:!0,filterMode:e.filterMode||"filter",id:aG+t+r};s[a]=r,n.push(s)}})}}function i(e,i){var n=t[e];_(n)||(n=n?[n]:[]),nG(n,i)}if(t){var n=t.dataZoom||(t.dataZoom=[]);_(n)||(t.dataZoom=n=[n]);var a=t.toolbox;if(a&&(_(a)&&(a=a[0]),a&&a.feature)){var o=a.feature.dataZoom;e("xAxis",o),e("yAxis",o)}}});var sG=$D.toolbox.restore;bb.defaultOption={show:!0,icon:"M3.8,33.4 M47,18.9h9.8V8.7 M56.3,20.1 C52.1,9,40.5,0.6,26.8,2.1C12.6,3.7,1.6,16.2,2.1,30.6 M13,41.1H3.1v10.2 M3.7,39.9c4.2,11.1,15.8,19.5,29.5,18 c14.2-1.6,25.2-14.1,24.7-28.5",title:sG.title};var lG=bb.prototype;lG.onclick=function(t,e){gb(t),e.dispatchAction({type:"restore",from:this.uid})},Bw("restore",bb),Tu({type:"restore",event:"restore",update:"prepareAndUpdate"},function(t,e){e.resetOption("recreate")});var uG={path:null,compoundPath:null,group:CM,image:Tn,text:ZT};Su(function(t){var e=t.graphic;_(e)?t.graphic=e[0]&&e[0].elements?[t.graphic[0]]:[{elements:e}]:e&&!e.elements&&(t.graphic=[{elements:[e]}])});var hG=Ou({type:"graphic",defaultOption:{elements:[],parentId:null},_elOptionsToUpdate:null,mergeOption:function(){var t=this.option.elements;this.option.elements=null,hG.superApply(this,"mergeOption",arguments),this.option.elements=t},optionUpdated:function(t,e){var i=this.option,n=(e?i:t).elements,a=i.elements=e?[]:i.elements,o=[];this._flatten(n,o);var r=ia(a,o);na(r);var s=this._elOptionsToUpdate=[];f(r,function(t,e){var i=t.option;i&&(s.push(i),Ab(t,i),Db(a,e,i),Cb(a[e],i))},this);for(var l=a.length-1;l>=0;l--)null==a[l]?a.splice(l,1):delete a[l].$action},_flatten:function(t,e,i){f(t,function(t){if(t){i&&(t.parentOption=i),e.push(t);var n=t.children;"group"===t.type&&n&&this._flatten(n,e,t),delete t.children}},this)},useElOptionsToUpdate:function(){var t=this._elOptionsToUpdate;return this._elOptionsToUpdate=null,t}});Eu({type:"graphic",init:function(){this._elMap=B(),this._lastGraphicModel},render:function(t,e,i){t!==this._lastGraphicModel&&this._clear(),this._lastGraphicModel=t,this._updateElements(t),this._relocate(t,i)},_updateElements:function(t){var e=t.useElOptionsToUpdate();if(e){var i=this._elMap,n=this.group;f(e,function(e){var a=e.$action,o=e.id,r=i.get(o),s=e.parentId,l=null!=s?i.get(s):n,u=e.style;"text"===e.type&&u&&(e.hv&&e.hv[1]&&(u.textVerticalAlign=u.textBaseline=null),!u.hasOwnProperty("textFill")&&u.fill&&(u.textFill=u.fill),!u.hasOwnProperty("textStroke")&&u.stroke&&(u.textStroke=u.stroke));var h=Ib(e);a&&"merge"!==a?"replace"===a?(Mb(r,i),Sb(o,l,h,i)):"remove"===a&&Mb(r,i):r?r.attr(h):Sb(o,l,h,i);var c=i.get(o);c&&(c.__ecGraphicWidthOption=e.width,c.__ecGraphicHeightOption=e.height,Lb(c,t,e))})}},_relocate:function(t,e){for(var i=t.option.elements,n=this.group,a=this._elMap,o=e.getWidth(),r=e.getHeight(),s=0;s=0;s--){var l=i[s],u=a.get(l.id);if(u){var h=u.parent,d=h===n?{width:o,height:r}:{width:h.__ecGraphicWidth,height:h.__ecGraphicHeight};Jr(u,l,d,null,{hv:l.hv,boundingMode:l.bounding})}}},_clear:function(){var t=this._elMap;t.each(function(e){Mb(e,t)}),this._elMap=B()},dispose:function(){this._clear()}});var cG,dG="urn:schemas-microsoft-com:vml",fG="undefined"==typeof window?null:window,pG=!1,gG=fG&&fG.document;if(gG&&!mS.canvasSupported)try{!gG.namespaces.zrvml&&gG.namespaces.add("zrvml",dG),cG=function(t){return gG.createElement("')}}catch(mG){cG=function(t){return gG.createElement("<"+t+' xmlns="'+dG+'" class="zrvml">')}}var vG=xT.CMD,yG=Math.round,xG=Math.sqrt,_G=Math.abs,wG=Math.cos,bG=Math.sin,SG=Math.max;if(!mS.canvasSupported){var MG=",",IG="progid:DXImageTransform.Microsoft",TG=21600,AG=TG/2,DG=1e5,CG=1e3,LG=function(t){t.style.cssText="position:absolute;left:0;top:0;width:1px;height:1px;",t.coordsize=TG+","+TG,t.coordorigin="0,0"},kG=function(t){return String(t).replace(/&/g,"&").replace(/"/g,""")},PG=function(t,e,i){return"rgb("+[t,e,i].join(",")+")"},OG=function(t,e){e&&t&&e.parentNode!==t&&t.appendChild(e)},EG=function(t,e){e&&t&&e.parentNode===t&&t.removeChild(e)},NG=function(t,e,i){return(parseFloat(t)||0)*DG+(parseFloat(e)||0)*CG+i},RG=bn,zG=function(t,e,i){var n=$e(e);i=+i,isNaN(i)&&(i=1),n&&(t.color=PG(n[0],n[1],n[2]),t.opacity=i*n[3])},BG=function(t){var e=$e(t);return[PG(e[0],e[1],e[2]),e[3]]},VG=function(t,e,i){var n=e.fill;if(null!=n)if(n instanceof uA){var a,o=0,r=[0,0],s=0,l=1,u=i.getBoundingRect(),h=u.width,c=u.height;if("linear"===n.type){a="gradient";var d=i.transform,f=[n.x*h,n.y*c],p=[n.x2*h,n.y2*c];d&&(oe(f,f,d),oe(p,p,d));var g=p[0]-f[0],m=p[1]-f[1];o=180*Math.atan2(g,m)/Math.PI,0>o&&(o+=360),1e-6>o&&(o=0)}else{a="gradientradial";var f=[n.x*h,n.y*c],d=i.transform,v=i.scale,y=h,x=c;r=[(f[0]-u.x)/y,(f[1]-u.y)/x],d&&oe(f,f,d),y/=v[0]*TG,x/=v[1]*TG;var _=SG(y,x);s=0/_,l=2*n.r/_-s}var w=n.colorStops.slice();w.sort(function(t,e){return t.offset-e.offset});for(var b=w.length,S=[],M=[],I=0;b>I;I++){var T=w[I],A=BG(T.color);M.push(T.offset*l+s+" "+A[0]),(0===I||I===b-1)&&S.push(A)}if(b>=2){var D=S[0][0],C=S[1][0],L=S[0][1]*e.opacity,k=S[1][1]*e.opacity;t.type=a,t.method="none",t.focus="100%",t.angle=o,t.color=D,t.color2=C,t.colors=M.join(","),t.opacity=k,t.opacity2=L}"radial"===a&&(t.focusposition=r.join(","))}else zG(t,n,e.opacity)},GG=function(t,e){e.lineDash&&(t.dashstyle=e.lineDash.join(" ")),null==e.stroke||e.stroke instanceof uA||zG(t,e.stroke,e.opacity)},FG=function(t,e,i,n){var a="fill"===e,o=t.getElementsByTagName(e)[0];null!=i[e]&&"none"!==i[e]&&(a||!a&&i.lineWidth)?(t[a?"filled":"stroked"]="true",i[e]instanceof uA&&EG(t,o),o||(o=kb(e)),a?VG(o,i,n):GG(o,i),OG(t,o)):(t[a?"filled":"stroked"]="false",EG(t,o))},WG=[[],[],[]],HG=function(t,e){var i,n,a,o,r,s,l=vG.M,u=vG.C,h=vG.L,c=vG.A,d=vG.Q,f=[],p=t.data,g=t.len();for(o=0;g>o;){switch(a=p[o++],n="",i=0,a){case l:n=" m ",i=1,r=p[o++],s=p[o++],WG[0][0]=r,WG[0][1]=s;break;case h:n=" l ",i=1,r=p[o++],s=p[o++],WG[0][0]=r,WG[0][1]=s;break;case d:case u:n=" c ",i=3;var m,v,y=p[o++],x=p[o++],_=p[o++],w=p[o++];a===d?(m=_,v=w,_=(_+2*y)/3,w=(w+2*x)/3,y=(r+2*y)/3,x=(s+2*x)/3):(m=p[o++],v=p[o++]),WG[0][0]=y,WG[0][1]=x,WG[1][0]=_,WG[1][1]=w,WG[2][0]=m,WG[2][1]=v,r=m,s=v;break;case c:var b=0,S=0,M=1,I=1,T=0;e&&(b=e[4],S=e[5],M=xG(e[0]*e[0]+e[1]*e[1]),I=xG(e[2]*e[2]+e[3]*e[3]),T=Math.atan2(-e[1]/I,e[0]/M));var A=p[o++],D=p[o++],C=p[o++],L=p[o++],k=p[o++]+T,P=p[o++]+k+T;o++;var O=p[o++],E=A+wG(k)*C,N=D+bG(k)*L,y=A+wG(P)*C,x=D+bG(P)*L,R=O?" wa ":" at ";Math.abs(E-y)<1e-4&&(Math.abs(P-k)>.01?O&&(E+=270/TG):Math.abs(N-D)<1e-4?O&&A>E||!O&&E>A?x-=270/TG:x+=270/TG:O&&D>N||!O&&N>D?y+=270/TG:y-=270/TG),f.push(R,yG(((A-C)*M+b)*TG-AG),MG,yG(((D-L)*I+S)*TG-AG),MG,yG(((A+C)*M+b)*TG-AG),MG,yG(((D+L)*I+S)*TG-AG),MG,yG((E*M+b)*TG-AG),MG,yG((N*I+S)*TG-AG),MG,yG((y*M+b)*TG-AG),MG,yG((x*I+S)*TG-AG)),r=y,s=x;break;case vG.R:var z=WG[0],B=WG[1];z[0]=p[o++],z[1]=p[o++],B[0]=z[0]+p[o++],B[1]=z[1]+p[o++],e&&(oe(z,z,e),oe(B,B,e)),z[0]=yG(z[0]*TG-AG),B[0]=yG(B[0]*TG-AG),z[1]=yG(z[1]*TG-AG),B[1]=yG(B[1]*TG-AG),f.push(" m ",z[0],MG,z[1]," l ",B[0],MG,z[1]," l ",B[0],MG,B[1]," l ",z[0],MG,B[1]);break;case vG.Z:f.push(" x ")}if(i>0){f.push(n);for(var V=0;i>V;V++){var G=WG[V];e&&oe(G,G,e),f.push(yG(G[0]*TG-AG),MG,yG(G[1]*TG-AG),i-1>V?MG:"")}}}return f.join("")};eo.prototype.brushVML=function(t){var e=this.style,i=this._vmlEl;i||(i=kb("shape"),LG(i),this._vmlEl=i),FG(i,"fill",e,this),FG(i,"stroke",e,this);var n=this.transform,a=null!=n,o=i.getElementsByTagName("stroke")[0];if(o){var r=e.lineWidth;if(a&&!e.strokeNoScale){var s=n[0]*n[3]-n[1]*n[2];r*=xG(_G(s))}o.weight=r+"px"}var l=this.path||(this.path=new xT);this.__dirtyPath&&(l.beginPath(),l.subPixelOptimize=!1,this.buildPath(l,this.shape),l.toStatic(),this.__dirtyPath=!1),i.path=HG(l,this.transform),i.style.zIndex=NG(this.zlevel,this.z,this.z2),OG(t,i),null!=e.text?this.drawRectText(t,this.getBoundingRect()):this.removeRectText(t)},eo.prototype.onRemove=function(t){EG(t,this._vmlEl),this.removeRectText(t)},eo.prototype.onAdd=function(t){OG(t,this._vmlEl),this.appendRectText(t)};var ZG=function(t){return"object"==typeof t&&t.tagName&&"IMG"===t.tagName.toUpperCase()};Tn.prototype.brushVML=function(t){var e,i,n=this.style,a=n.image;if(ZG(a)){var o=a.src;if(o===this._imageSrc)e=this._imageWidth,i=this._imageHeight;else{var r=a.runtimeStyle,s=r.width,l=r.height;r.width="auto",r.height="auto",e=a.width,i=a.height,r.width=s,r.height=l,this._imageSrc=o,this._imageWidth=e,this._imageHeight=i}a=o}else a===this._imageSrc&&(e=this._imageWidth,i=this._imageHeight);if(a){var u=n.x||0,h=n.y||0,c=n.width,d=n.height,f=n.sWidth,p=n.sHeight,g=n.sx||0,m=n.sy||0,v=f&&p,y=this._vmlEl;y||(y=gG.createElement("div"),LG(y),this._vmlEl=y);var x,_=y.style,w=!1,b=1,S=1;if(this.transform&&(x=this.transform,b=xG(x[0]*x[0]+x[1]*x[1]),S=xG(x[2]*x[2]+x[3]*x[3]),w=x[1]||x[2]),w){var M=[u,h],I=[u+c,h],T=[u,h+d],A=[u+c,h+d];oe(M,M,x),oe(I,I,x),oe(T,T,x),oe(A,A,x);var D=SG(M[0],I[0],T[0],A[0]),C=SG(M[1],I[1],T[1],A[1]),L=[];L.push("M11=",x[0]/b,MG,"M12=",x[2]/S,MG,"M21=",x[1]/b,MG,"M22=",x[3]/S,MG,"Dx=",yG(u*b+x[4]),MG,"Dy=",yG(h*S+x[5])),_.padding="0 "+yG(D)+"px "+yG(C)+"px 0",_.filter=IG+".Matrix("+L.join("")+", SizingMethod=clip)"}else x&&(u=u*b+x[4],h=h*S+x[5]),_.filter="",_.left=yG(u)+"px",_.top=yG(h)+"px";var k=this._imageEl,P=this._cropEl;k||(k=gG.createElement("div"),this._imageEl=k);var O=k.style;if(v){if(e&&i)O.width=yG(b*e*c/f)+"px",O.height=yG(S*i*d/p)+"px";else{var E=new Image,N=this;E.onload=function(){E.onload=null,e=E.width,i=E.height,O.width=yG(b*e*c/f)+"px",O.height=yG(S*i*d/p)+"px",N._imageWidth=e,N._imageHeight=i,N._imageSrc=a},E.src=a}P||(P=gG.createElement("div"),P.style.overflow="hidden",this._cropEl=P);var R=P.style;R.width=yG((c+g*c/f)*b),R.height=yG((d+m*d/p)*S),R.filter=IG+".Matrix(Dx="+-g*c/f*b+",Dy="+-m*d/p*S+")",P.parentNode||y.appendChild(P),k.parentNode!==P&&P.appendChild(k)}else O.width=yG(b*c)+"px",O.height=yG(S*d)+"px",y.appendChild(k),P&&P.parentNode&&(y.removeChild(P),this._cropEl=null);var z="",B=n.opacity;1>B&&(z+=".Alpha(opacity="+yG(100*B)+") "),z+=IG+".AlphaImageLoader(src="+a+", SizingMethod=scale)",O.filter=z,y.style.zIndex=NG(this.zlevel,this.z,this.z2),OG(t,y),null!=n.text&&this.drawRectText(t,this.getBoundingRect())}},Tn.prototype.onRemove=function(t){EG(t,this._vmlEl),this._vmlEl=null,this._cropEl=null,this._imageEl=null,this.removeRectText(t)},Tn.prototype.onAdd=function(t){OG(t,this._vmlEl),this.appendRectText(t)};var UG,XG="normal",YG={},jG=0,qG=100,KG=document.createElement("div"),$G=function(t){var e=YG[t];if(!e){jG>qG&&(jG=0,YG={});var i,n=KG.style;try{n.font=t,i=n.fontFamily.split(",")[0]}catch(a){}e={style:n.fontStyle||XG,variant:n.fontVariant||XG,weight:n.fontWeight||XG,size:0|parseFloat(n.fontSize||12),family:i||"Microsoft YaHei"},YG[t]=e,jG++}return e};Fi("measureText",function(t,e){var i=gG;UG||(UG=i.createElement("div"),UG.style.cssText="position:absolute;top:-20000px;left:0;padding:0;margin:0;border:none;white-space:pre;",gG.body.appendChild(UG));try{UG.style.font=e}catch(n){}return UG.innerHTML="",UG.appendChild(i.createTextNode(t)),{width:UG.offsetWidth}});for(var JG=new Si,QG=function(t,e,i,n){var a=this.style;this.__dirty&&sn(a,!0);var o=a.text;if(null!=o&&(o+=""),o){if(a.rich){var r=nn(o,a);o=[];for(var s=0;sI;++I)jb(S[I],v,_,w+I*p)}else{t.__text=o,t.__canCacheByTextString=b;for(var T=d.lines,A=T.length,I=0;A>I;I++){var D=S[I],C=T[I];D?D.__zrText!==C&&(D.innerHTML="",D.appendChild(document.createTextNode(C))):(D=S[I]=Rb("tspan"),r.appendChild(D),D.appendChild(document.createTextNode(C))),jb(D,v,_,w+I*p)}if(M>A){for(;M>I;I++)r.removeChild(S[I]);S.length=A}}}};yF.drawRectText=SF,yF.brush=function(t){var e=t.style;null!=e.text?SF(t,!1):qb(t)},Kb.prototype={diff:function(t,e,i){function n(){for(var i=-1*s;s>=i;i+=2){var n,l=u[i-1],h=u[i+1],c=(h?h.newPos:0)-i;l&&(u[i-1]=void 0);var d=l&&l.newPos+1=0&&r>c;if(d||f){if(!d||f&&l.newPos=o&&c+1>=r)return $b(a,n.components,e,t);u[i]=n}else u[i]=void 0}s++}i||(i=function(t,e){return t===e}),this.equals=i;var a=this;t=t.slice(),e=e.slice();var o=e.length,r=t.length,s=1,l=o+r,u=[{newPos:-1,components:[]}],h=this.extractCommon(u[0],e,t,0);if(u[0].newPos+1>=o&&h+1>=r){for(var c=[],d=0;d=s;){var f=n();if(f)return f}},pushComponent:function(t,e,i){var n=t[t.length-1];n&&n.added===e&&n.removed===i?t[t.length-1]={count:n.count+1,added:e,removed:i}:t.push({count:1,added:e,removed:i})},extractCommon:function(t,e,i,n){for(var a=e.length,o=i.length,r=t.newPos,s=r-n,l=0;a>r+1&&o>s+1&&this.equals(e[r+1],i[s+1]);)r++,s++,l++;return l&&t.components.push({count:l}),t.newPos=r,s},tokenize:function(t){return t.slice()},join:function(t){return t.slice()}};var MF=new Kb,IF=function(t,e,i){return MF.diff(t,e,i)},TF="0",AF="1";Qb.prototype.createElement=Rb,Qb.prototype.getDefs=function(t){var e=this._svgRoot,i=this._svgRoot.getElementsByTagName("defs");return 0===i.length?t?(i=e.insertBefore(this.createElement("defs"),e.firstChild),i.contains||(i.contains=function(t){var e=i.children;if(!e)return!1;for(var n=e.length-1;n>=0;--n)if(e[n]===t)return!0;return!1}),i):null:i[0]},Qb.prototype.update=function(t,e){if(t){var i=this.getDefs(!1);if(t[this._domName]&&i.contains(t[this._domName]))"function"==typeof e&&e(t);else{var n=this.add(t);n&&(t[this._domName]=n)}}},Qb.prototype.addDom=function(t){var e=this.getDefs(!0);e.appendChild(t)},Qb.prototype.removeDom=function(t){var e=this.getDefs(!1);e&&t[this._domName]&&(e.removeChild(t[this._domName]),t[this._domName]=null)},Qb.prototype.getDoms=function(){var t=this.getDefs(!1);if(!t)return[];var e=[];return f(this._tagNames,function(i){var n=t.getElementsByTagName(i);e=e.concat([].slice.call(n))}),e},Qb.prototype.markAllUnused=function(){var t=this.getDoms(),e=this;f(t,function(t){t[e._markLabel]=TF})},Qb.prototype.markUsed=function(t){t&&(t[this._markLabel]=AF)},Qb.prototype.removeUnused=function(){var t=this.getDefs(!1);if(t){var e=this.getDoms(),i=this;f(e,function(e){e[i._markLabel]!==AF&&t.removeChild(e)})}},Qb.prototype.getSvgProxy=function(t){return t instanceof eo?mF:t instanceof Tn?vF:t instanceof ZT?yF:mF},Qb.prototype.getTextSvgElement=function(t){return t.__textSvgEl},Qb.prototype.getSvgElement=function(t){return t.__svgEl},h(tS,Qb),tS.prototype.addWithoutUpdate=function(t,e){if(e&&e.style){var i=this;f(["fill","stroke"],function(n){if(e.style[n]&&("linear"===e.style[n].type||"radial"===e.style[n].type)){var a,o=e.style[n],r=i.getDefs(!0);o._dom?(a=o._dom,r.contains(o._dom)||i.addDom(a)):a=i.add(o),i.markUsed(e);var s=a.getAttribute("id");t.setAttribute(n,"url(#"+s+")")}})}},tS.prototype.add=function(t){var e;if("linear"===t.type)e=this.createElement("linearGradient");else{if("radial"!==t.type)return SM("Illegal gradient type."),null;e=this.createElement("radialGradient")}return t.id=t.id||this.nextId++,e.setAttribute("id","zr"+this._zrId+"-gradient-"+t.id),this.updateDom(t,e),this.addDom(e),e},tS.prototype.update=function(t){var e=this;Qb.prototype.update.call(this,t,function(){var i=t.type,n=t._dom.tagName;"linear"===i&&"linearGradient"===n||"radial"===i&&"radialGradient"===n?e.updateDom(t,t._dom):(e.removeDom(t),e.add(t))})},tS.prototype.updateDom=function(t,e){if("linear"===t.type)e.setAttribute("x1",t.x),e.setAttribute("y1",t.y),e.setAttribute("x2",t.x2),e.setAttribute("y2",t.y2);else{if("radial"!==t.type)return void SM("Illegal gradient type.");e.setAttribute("cx",t.x),e.setAttribute("cy",t.y),e.setAttribute("r",t.r)}t.global?e.setAttribute("gradientUnits","userSpaceOnUse"):e.setAttribute("gradientUnits","objectBoundingBox"),e.innerHTML="";for(var i=t.colorStops,n=0,a=i.length;a>n;++n){var o=this.createElement("stop");o.setAttribute("offset",100*i[n].offset+"%");var r=i[n].color;if(r.indexOf(!1)){var s=$e(r)[3],l=ei(r);o.setAttribute("stop-color","#"+l),o.setAttribute("stop-opacity",s)}else o.setAttribute("stop-color",i[n].color);e.appendChild(o)}t._dom=e},tS.prototype.markUsed=function(t){if(t.style){var e=t.style.fill;e&&e._dom&&Qb.prototype.markUsed.call(this,e._dom),e=t.style.stroke,e&&e._dom&&Qb.prototype.markUsed.call(this,e._dom)}},h(eS,Qb),eS.prototype.update=function(t){var e=this.getSvgElement(t);e&&this.updateDom(e,t.__clipPaths,!1);var i=this.getTextSvgElement(t);i&&this.updateDom(i,t.__clipPaths,!0),this.markUsed(t)},eS.prototype.updateDom=function(t,e,i){if(e&&e.length>0){var n,a,o=this.getDefs(!0),r=e[0],s=i?"_textDom":"_dom";r[s]?(a=r[s].getAttribute("id"),n=r[s],o.contains(n)||o.appendChild(n)):(a="zr"+this._zrId+"-clip-"+this.nextId,++this.nextId,n=this.createElement("clipPath"),n.setAttribute("id",a),o.appendChild(n),r[s]=n);var l=this.getSvgProxy(r);if(r.transform&&r.parent.invTransform&&!i){var u=Array.prototype.slice.call(r.transform);Oe(r.transform,r.parent.invTransform,r.transform),l.brush(r),r.transform=u}else l.brush(r);var h=this.getSvgElement(r);n.innerHTML="",n.appendChild(h.cloneNode()),t.setAttribute("clip-path","url(#"+a+")"),e.length>1&&this.updateDom(n,e.slice(1),i)}else t&&t.setAttribute("clip-path","none")},eS.prototype.markUsed=function(t){var e=this; +t.__clipPaths&&f(t.__clipPaths,function(t){t._dom&&Qb.prototype.markUsed.call(e,t._dom),t._textDom&&Qb.prototype.markUsed.call(e,t._textDom)})},h(iS,Qb),iS.prototype.addWithoutUpdate=function(t,e){if(e&&nS(e.style)){var i;if(e._shadowDom){i=e._shadowDom;var n=this.getDefs(!0);n.contains(e._shadowDom)||this.addDom(i)}else i=this.add(e);this.markUsed(e);var a=i.getAttribute("id");t.style.filter="url(#"+a+")"}},iS.prototype.add=function(t){var e=this.createElement("filter");return t._shadowDomId=t._shadowDomId||this.nextId++,e.setAttribute("id","zr"+this._zrId+"-shadow-"+t._shadowDomId),this.updateDom(t,e),this.addDom(e),e},iS.prototype.update=function(t,e){var i=e.style;if(nS(i)){var n=this;Qb.prototype.update.call(this,e,function(){n.updateDom(e,e._shadowDom)})}else this.remove(t,e)},iS.prototype.remove=function(t,e){null!=e._shadowDomId&&(this.removeDom(t),t.style.filter="")},iS.prototype.updateDom=function(t,e){var i=e.getElementsByTagName("feDropShadow");i=0===i.length?this.createElement("feDropShadow"):i[0];var n,a,o,r,s=t.style,l=t.scale?t.scale[0]||1:1,u=t.scale?t.scale[1]||1:1;if(s.shadowBlur||s.shadowOffsetX||s.shadowOffsetY)n=s.shadowOffsetX||0,a=s.shadowOffsetY||0,o=s.shadowBlur,r=s.shadowColor;else{if(!s.textShadowBlur)return void this.removeDom(e,s);n=s.textShadowOffsetX||0,a=s.textShadowOffsetY||0,o=s.textShadowBlur,r=s.textShadowColor}i.setAttribute("dx",n/l),i.setAttribute("dy",a/u),i.setAttribute("flood-color",r);var h=o/2/l,c=o/2/u,d=h+" "+c;i.setAttribute("stdDeviation",d),e.setAttribute("x","-100%"),e.setAttribute("y","-100%"),e.setAttribute("width",Math.ceil(o/2*200)+"%"),e.setAttribute("height",Math.ceil(o/2*200)+"%"),e.appendChild(i),t._shadowDom=e},iS.prototype.markUsed=function(t){t._shadowDom&&Qb.prototype.markUsed.call(this,t._shadowDom)};var DF=function(t,e,i,n){this.root=t,this.storage=e,this._opts=i=r({},i||{});var a=Rb("svg");a.setAttribute("xmlns","http://www.w3.org/2000/svg"),a.setAttribute("version","1.1"),a.setAttribute("baseProfile","full"),a.style.cssText="user-select:none;position:absolute;left:0;top:0;",this.gradientManager=new tS(n,a),this.clipPathManager=new eS(n,a),this.shadowManager=new iS(n,a);var o=document.createElement("div");o.style.cssText="overflow:hidden;position:relative",this._svgRoot=a,this._viewport=o,t.appendChild(o),o.appendChild(a),this.resize(i.width,i.height),this._visibleList=[]};DF.prototype={constructor:DF,getType:function(){return"svg"},getViewportRoot:function(){return this._viewport},getViewportRootOffset:function(){var t=this.getViewportRoot();return t?{offsetLeft:t.offsetLeft||0,offsetTop:t.offsetTop||0}:void 0},refresh:function(){var t=this.storage.getDisplayList(!0);this._paintList(t)},setBackgroundColor:function(t){this._viewport.style.background=t},_paintList:function(t){this.gradientManager.markAllUnused(),this.clipPathManager.markAllUnused(),this.shadowManager.markAllUnused();var e,i=this._svgRoot,n=this._visibleList,a=t.length,o=[];for(e=0;a>e;e++){var r=t[e],s=oS(r),l=cS(r)||hS(r);r.invisible||(r.__dirty&&(s&&s.brush(r),this.clipPathManager.update(r),r.style&&(this.gradientManager.update(r.style.fill),this.gradientManager.update(r.style.stroke),this.shadowManager.update(l,r)),r.__dirty=!1),o.push(r))}var u,h=IF(n,o);for(e=0;e=0;--n)if(e[n]===t)return!0;return!1}),i}return null}return i[0]},resize:function(t,e){var i=this._viewport;i.style.display="none";var n=this._opts;if(null!=t&&(n.width=t),null!=e&&(n.height=e),t=this._getSize(0),e=this._getSize(1),i.style.display="",this._width!==t||this._height!==e){this._width=t,this._height=e;var a=i.style;a.width=t+"px",a.height=e+"px";var o=this._svgRoot;o.setAttribute("width",t),o.setAttribute("height",e)}},getWidth:function(){return this._width},getHeight:function(){return this._height},_getSize:function(t){var e=this._opts,i=["width","height"][t],n=["clientWidth","clientHeight"][t],a=["paddingLeft","paddingTop"][t],o=["paddingRight","paddingBottom"][t];if(null!=e[i]&&"auto"!==e[i])return parseFloat(e[i]);var r=this.root,s=document.defaultView.getComputedStyle(r);return(r[n]||aS(s[i])||aS(r.style[i]))-(aS(s[a])||0)-(aS(s[o])||0)|0},dispose:function(){this.root.innerHTML="",this._svgRoot=this._viewport=this.storage=null},clear:function(){this._viewport&&this.root.removeChild(this._viewport)},pathToDataUrl:function(){this.refresh();var t=this._svgRoot.outerHTML;return"data:image/svg+xml;charset=UTF-8,"+t}},f(["getLayer","insertLayer","eachLayer","eachBuiltinLayer","eachOtherLayer","getLayers","modLayer","delLayer","clearLayer","toDataURL","pathToImage"],function(t){DF.prototype[t]=dS(t)}),Kn("svg",DF),t.version=CC,t.dependencies=LC,t.PRIORITY=HC,t.init=mu,t.connect=vu,t.disConnect=yu,t.disconnect=uL,t.dispose=xu,t.getInstanceByDom=_u,t.getInstanceById=wu,t.registerTheme=bu,t.registerPreprocessor=Su,t.registerProcessor=Mu,t.registerPostUpdate=Iu,t.registerAction=Tu,t.registerCoordinateSystem=Au,t.getCoordinateSystemDimensions=Du,t.registerLayout=Cu,t.registerVisual=Lu,t.registerLoading=Pu,t.extendComponentModel=Ou,t.extendComponentView=Eu,t.extendSeriesModel=Nu,t.extendChartView=Ru,t.setCanvasCreator=zu,t.registerMap=Bu,t.getMap=Vu,t.dataTool=hL,t.zrender=AI,t.number=BA,t.format=UA,t.throttle=yl,t.helper=dk,t.matrix=$S,t.vector=RS,t.color=mM,t.parseGeoJSON=pk,t.parseGeoJson=yk,t.util=xk,t.graphic=_k,t.List=bL,t.Model=pr,t.Axis=vk,t.env=mS}); \ No newline at end of file diff --git a/数据可视化技术/网店运营大屏(Flask框架)/frontend/js/sales_manager.js b/数据可视化技术/网店运营大屏(Flask框架)/frontend/js/sales_manager.js new file mode 100755 index 0000000..b9152d6 --- /dev/null +++ b/数据可视化技术/网店运营大屏(Flask框架)/frontend/js/sales_manager.js @@ -0,0 +1,128 @@ +// 发送 AJAX 请求获取数据 +// 这段代码的作用是从指定的 API 端点(http://127.0.0.1:5000/api/sales_manager)获取销售经理相关的数据, +// 并将这些数据整理成三个独立的数组:sales_data、profit_data 和 sales_manager。 +fetch('http://127.0.0.1:5000/api/sales_manager') + .then(response => response.json()) + .then(data => { + var sales_data = []; + var profit_data = []; + var sales_manager = []; + data.forEach(item => { + temp = {}; + temp1 = {}; + temp['value'] = parseFloat(item.sales); + temp['name'] = item.sales_manager; + temp1['value'] = parseFloat(item.profit); + temp1['name'] = item.sales_manager; + sales_data.push(temp); + profit_data.push(temp1); + sales_manager.push(item.sales_manager); + }); + console.log("======sales_manager======"); + console.log(sales_manager); + console.log(sales_data); + console.log(profit_data); + var myChart = echarts.init(document.getElementById('data_manager')); + var option = { + color: ["#EAEA26", "#906BF9", "#FE5656", "#01E17E", "#3DD1F9", "#FFAD05"], + title: { + text: ' 销售情况 利润情况', + left: 'left', + textStyle: { + color: '#0099FF', + fontSize: 10, + } + }, + tooltip: { + trigger: 'item', + formatter: '{a}
{b} : {c} ({d}%)' + }, + legend: { + left: 'center', + top: 'bottom', + data: sales_manager, + textStyle: { + color: ["#EAEA26", "#906BF9", "#FE5656", "#01E17E", "#3DD1F9", "#FFAD05"], + }, + padding: 0, + itemGap: 3, + itemWidth: 30, + + + }, + series: [ + { + name: '销售额', + type: 'pie', + radius: [5, 85], + center: ['30%', '50%'], + roseType: 'area', + label: { + show: false + }, + labelLine: { + normal: { + show: false, + }, + emphasis: { + show: false + } + }, + emphasis: { + label: { + show: false + } + }, + data: sales_data, + }, + { + name: '利润', + type: 'pie', + radius: [5, 85], + center: ['80%', '50%'], + roseType: 'area', + label: { + show: false, + }, + labelLine: { + normal: { + show: false, + }, + emphasis: { + show: false + } + }, + data: profit_data, + } + ] + }; + myChart.setOption(option); + var currentIndex = -1; + var pie_index = -1; + var pie_index1 = 0 + setInterval(function () { + var dataLen = option.series[1].data.length; + pie_index = pie_index == 11 ? 0 : (pie_index + 1) + // console.log(currentIndex1) + // 取消之前高亮的图形 + myChart.dispatchAction({ + type: 'downplay', + seriesIndex: pie_index1, + dataIndex: currentIndex + }); + currentIndex = (currentIndex + 1) % dataLen; + pie_index1 = parseInt(pie_index / 6) + // 高亮当前图形 + myChart.dispatchAction({ + type: 'highlight', + seriesIndex: pie_index1, + dataIndex: currentIndex + }); + // 显示 tooltip + myChart.dispatchAction({ + type: 'showTip', + seriesIndex: pie_index1, + dataIndex: currentIndex + }); + }, 2000); + }) \ No newline at end of file diff --git a/数据可视化技术/网店运营大屏(Flask框架)/frontend/js/sales_month.js b/数据可视化技术/网店运营大屏(Flask框架)/frontend/js/sales_month.js new file mode 100755 index 0000000..4ec0b66 --- /dev/null +++ b/数据可视化技术/网店运营大屏(Flask框架)/frontend/js/sales_month.js @@ -0,0 +1,190 @@ +// 发送 AJAX 请求获取数据 +fetch('http://127.0.0.1:5000/api/sales_month') + .then(response => response.json()) + .then(data => { + var month = []; + var sales = []; + var profit = []; + data.forEach(item => { + month.push(item.month); + profit.push(parseFloat((item.profit / 10000).toFixed(2))); + sales.push(parseFloat((item.sales / 10000).toFixed(2))); + }); + console.log("======sales_month======") + console.log(month); + console.log(sales); + console.log(profit); + var myChart = echarts.init(document.getElementById('data_month')); + var option = { + tooltip: { + trigger: 'axis', + axisPointer: { + type: 'cross', + label: { + backgroundColor: '#6a7985' + } + } + }, + legend: { + data: ['销售额(万元)', '利润(万元)'], + x: 'center', + y: 'top', + padding: [5, 0, 0, 0], + textStyle: { + color: '#00F1F3', // 修改为正确的颜色代码 + fontSize: 10, + }, + itemWidth: 28, + itemHeight: 12, + }, + grid: { + show: false, + left: 0, + right: 20, + bottom: 0, + top: '15%', + containLabel: true, + }, + tooltip: { + show: true, + trigger: 'axis', + axisPointer: { + type: 'line', + label: { + show: true, + fontSize: 8, + }, + lineStyle: { + color: '#2094CA', + type: 'dotted', + }, + }, + textStyle: { + fontSize: 10, + }, + }, + xAxis: [{ + type: 'category', + axisLabel: { + interval: 0, + fontSize: 8, + color: '#2094CA', + }, + data: month, + }], + yAxis: [{ + splitLine: { show: false }, + type: 'value', + axisLabel: { + fontSize: 8, + color: '#2094CA', + }, + }], + series: [{ + name: '销售额(万元)', + type: 'line', + symbol: 'circle', + symbolSize: 4, + itemStyle: { + normal: { + color: '#E78932', + }, + }, + lineStyle: { + color: '#E78932', + width: 1, + }, + label: { + show: false, + position: 'top', + textStyle: { + color: '#E78932', + }, + fontSize: 8, + }, + areaStyle: { + color: { + type: 'linear', + x: 0, + y: 0, + x2: 0, + y2: 1, + colorStops: [{ + offset: 0, color: '#D98234' // 0% 处的颜色 + }, { + offset: 1, color: '#33313C' // 100% 处的颜色 + }], + global: false // 缺省为 false + }, + opacity: 0.5, + }, + data: sales, + showAllSymbol: true, + }, { + name: '利润(万元)', + type: 'line', + symbol: 'circle', + symbolSize: 4, + itemStyle: { + normal: { + color: '#0099FF', + }, + }, + label: { + show: false, + position: 'top', + textStyle: { + color: '#0099FF', + }, + fontSize: 8, + }, + lineStyle: { + color: '#0099FF', + width: 0, + }, + areaStyle: { + color: { + type: 'linear', + x: 0, + y: 0, + x2: 0, + y2: 1, + colorStops: [{ + offset: 0, color: '#0099FF' // 0% 处的颜色 + }, { + offset: 1, color: '#394E7F' // 100% 处的颜色 + }], + global: false // 缺省为 false + }, + opacity: 0.3, + }, + data: profit, + showAllSymbol: true, + }] + }; + myChart.setOption(option); + var currentIndex = -1; + setInterval(function () { + var dataLen = option.series[0].data.length; + // 取消之前高亮的图形 + myChart.dispatchAction({ + type: 'downplay', + seriesIndex: 0, + dataIndex: currentIndex + }); + currentIndex = (currentIndex + 1) % dataLen; + // 高亮当前图形 + myChart.dispatchAction({ + type: 'highlight', + seriesIndex: 0, + dataIndex: currentIndex + }); + // 显示 tooltip + myChart.dispatchAction({ + type: 'showTip', + seriesIndex: 0, + dataIndex: currentIndex + }); + }, 2000); + }) + .catch(error => console.error('Error fetching data:', error)); // 捕获并处理错误 \ No newline at end of file diff --git a/数据可视化技术/网店运营大屏(Flask框架)/frontend/js/sales_product.js b/数据可视化技术/网店运营大屏(Flask框架)/frontend/js/sales_product.js new file mode 100755 index 0000000..5d8c7ed --- /dev/null +++ b/数据可视化技术/网店运营大屏(Flask框架)/frontend/js/sales_product.js @@ -0,0 +1,110 @@ +// 发送 AJAX 请求获取数据 +fetch('http://127.0.0.1:5000/api/sales_product') + .then(response => response.json()) + .then(data => { + console.log("sales_product"+data) + var myChart = echarts.init(document.getElementById('data_product')); + var color = [ + "#00C6FB", + "#5781FD", + "#4DB1CB", + // "#3EBD7C", + // "#F7A925", + // "#bda29a", + // "#ca8622", + // "#749f83", + // "#6e7074", + // "#546570", + // "#c4ccd3" + ]; + + option = { + tooltip: { +// axisPointer: { // 坐标轴指示器,坐标轴触发有效 +// type: 'shadow' // 默认为直线,可选为:'line' | 'shadow' +// }, +// textStyle:{ +// color:'#0099FF', +// fontSize:10, +// } + }, + series: [{ + name: '销售额', + type: 'treemap', + roam:false, + nodeClick:false, + breadcrumb:false, + left:0, + right:0, + top:0, + bottom:0, + itemStyle: { + borderColor: '#062e62' + }, + label:{ + fontSize:8, + color:'#fff', + }, + levels: [{ + color: color, + itemStyle: { + normal: { + borderWidth: 0, + borderColor: '#062e62', + gapWidth: 2 + } + } + }, + { + //colorSaturation: [0.35, 0.6], + colorAlpha: [1, 0.5], + upperLabel: { + normal: { + color: '#00C6FB', + fontSize:10, + show: true, + height: 15 + } + }, + itemStyle: { + normal: { + borderWidth: 5, + borderColor: '#062e62', + gapWidth: 1, + }, + emphasis: { + borderColor: '#ccc' + } + } + } + ], + leafDepth: 2, + data: data + }] + }; + //指定的配置项 + myChart.setOption(option) + var currentIndex = -1; + setInterval(function () { + var dataLen = option.series[0].data.length; + // 取消之前高亮的图形 + myChart.dispatchAction({ + type: 'downplay', + seriesIndex: 0, + dataIndex: currentIndex + }); + currentIndex = (currentIndex + 1) % dataLen; + // 高亮当前图形 + myChart.dispatchAction({ + type: 'highlight', + seriesIndex: 0, + dataIndex: currentIndex + }); + // 显示 tooltip + myChart.dispatchAction({ + type: 'showTip', + seriesIndex: 0, + dataIndex: currentIndex + }); + }, 1000); +}) \ No newline at end of file diff --git a/数据可视化技术/网店运营大屏(Flask框架)/frontend/js/sales_province.js b/数据可视化技术/网店运营大屏(Flask框架)/frontend/js/sales_province.js new file mode 100755 index 0000000..da3663e --- /dev/null +++ b/数据可视化技术/网店运营大屏(Flask框架)/frontend/js/sales_province.js @@ -0,0 +1,253 @@ +// 发送 AJAX 请求获取数据 +fetch('http://127.0.0.1:5000/api/sales_province') + .then(response => response.json()) + .then(data => { + var sales = []; + //将数据整理为地图的数据 + var sales_province = []; + var profit_province = []; + data.forEach(item => { + sales.push(parseFloat(item.sales)); + sales_set = {}; + profit_set = {}; + sales_set['name'] = item.province; + sales_set['value'] = item.sales; + profit_set['name'] = item.province; + profit_set['value'] = item.profit; + sales_province.push(sales_set); + profit_province.push(profit_set); + }); + //添加总销售额的数据,用于在图表上方显示 + var sales_total = Math.round(d3.sum(sales) / 10000); + console.log("=======sales_province========"); + console.log(sales_province); + console.log("=======profit_province========"); + console.log(profit_province); + console.log("sales_total:"+sales_total); + + // console.log([sales_province,profit_province]) + var myChart = echarts.init(document.getElementById('data_province')); + var mapName = 'china' + var geoCoordMap = {}; + /*获取地图数据*/ + myChart.showLoading(); + var mapFeatures = echarts.getMap(mapName).geoJson.features; + myChart.hideLoading(); + mapFeatures.forEach(function (v) { + // 地区名称 + var name = v.properties.name; + // 地区经纬度 + geoCoordMap[name] = v.properties.cp; + + }); + var max = 480, + min = 9; // todo + var maxSize4Pin = 100, + minSize4Pin = 20; + + var convertData = function (data) { + var res = []; + for (var i = 0; i < data.length; i++) { + var geoCoord = geoCoordMap[data[i].name]; + if (geoCoord) { + res.push({ + name: data[i].name, + value: geoCoord.concat(data[i].value), + }); + } + } + return res; + }; + option = { + // backgroundColor: '#013954', + tooltip: { + padding: 0, + enterable: true, + transitionDuration: 1, + textStyle: { + color: '#000', + decoration: 'none', + }, + formatter: function (params) { + var tipHtml = ''; + tipHtml = '
' + + '
' + '' + '' + + '' + params.name + '' + '
' + + '
' + + '

' + '' + '' + + '销售额:' + '' + sales_province[params.dataIndex].value + '' + '元' + '

' + + '

' + '' + '' + + '利润:' + '' + profit_province[params.dataIndex].value + '' + '元' + '

' + + '
' + '
'; + return tipHtml; + } + + }, + + visualMap: { + show: true, + min: 0, + max: 300000, + left: '10%', + top: 'bottom', + calculable: true, + seriesIndex: [1], + inRange: { + color: ['#04387b', '#467bc0'] // 蓝绿 + }, + textStyle: { + color: '#fff' + } + }, + geo: { + show: true, + map: mapName, + label: { + normal: { + show: false + }, + emphasis: { + show: false, + } + }, + roam: false, + itemStyle: { + normal: { + areaColor: '#023677', + borderColor: '#1180c7', + }, + emphasis: { + areaColor: '#4499d0', + } + } + }, + series: [{ + name: '散点', + type: 'scatter', + coordinateSystem: 'geo', + data: convertData(profit_province), + symbolSize: function (val) { + return val[2] / 8000; + }, + label: { + normal: { + formatter: '{b}', + position: 'right', + show: true + }, + emphasis: { + show: true + } + }, + // animation: false, + itemStyle: { + normal: { + color: '#fff' + } + } + }, + { + type: 'map', + map: mapName, + geoIndex: 0, + aspectScale: 0.5, //长宽比 + showLegendSymbol: false, // 存在legend时显示 + label: { + normal: { + show: true + }, + emphasis: { + show: false, + textStyle: { + color: '#fff' + } + } + }, + roam: true, + itemStyle: { + normal: { + areaColor: '#031525', + borderColor: '#FFFFFF', + }, + emphasis: { + areaColor: '#2B91B7' + } + }, + animation: false, + data: sales_province + }, + { + name: '点', + type: 'scatter', + coordinateSystem: 'geo', + zlevel: 6, + }, + { + name: 'Top 5', + type: 'effectScatter', + // animation: false, + coordinateSystem: 'geo', + data: convertData(profit_province), + symbolSize: function (val) { + return val[2] / 8000; + }, + showEffectOn: 'render', + rippleEffect: { //涟漪特效 + period: 4, //动画时间,值越小速度越快 + brushType: 'stroke', //波纹绘制方式 stroke, fill + scale: 4 //波纹圆环最大限制,值越大波纹越大 + }, + hoverAnimation: true, + label: { + normal: { + formatter: '{b}', + position: 'left', + show: false + } + }, + itemStyle: { + normal: { + color: 'yellow', + shadowBlur: 10, + shadowColor: 'yellow' + } + }, + zlevel: 1 + }, + + ] + }; + myChart.setOption(option) + var currentIndex = -1; + setInterval(function () { + var dataLen = option.series[0].data.length; + // 取消之前高亮的图形 + myChart.dispatchAction({ + type: 'downplay', + seriesIndex: 0, + dataIndex: currentIndex + }); + currentIndex = (currentIndex + 1) % dataLen; + // 高亮当前图形 + myChart.dispatchAction({ + type: 'highlight', + seriesIndex: 0, + dataIndex: currentIndex + }); + // 显示 tooltip + myChart.dispatchAction({ + type: 'showTip', + seriesIndex: 0, + dataIndex: currentIndex + }); + }, 1000); + + + //为id为title1的div添加文字 + var title1 = document.getElementById("title1"); + title1.innerHTML = "2023年总销售额是 " + sales_total + " 万元" + + "

" + "审图号: GS(2023)2767号 "; + title1.style.color = "#467bc0"; + title1.style.fontSize = "14px"; + title1.style.fontWeight = "bold" + }) \ No newline at end of file diff --git a/数据可视化技术/网店运营大屏(Flask框架)/frontend/js/sales_region.js b/数据可视化技术/网店运营大屏(Flask框架)/frontend/js/sales_region.js new file mode 100755 index 0000000..6103a8c --- /dev/null +++ b/数据可视化技术/网店运营大屏(Flask框架)/frontend/js/sales_region.js @@ -0,0 +1,153 @@ +// 发送 AJAX 请求获取数据 +// 这段代码的目的是从指定的 API 端点获取销售区域数据,并将这些数据分解为三个独立的数组: +// region(区域名称)、sales(销售额)和 profit(利润)。 +fetch('http://127.0.0.1:5000/api/sales_region') + .then(response => response.json()) + .then(data => { + var region=[]; + var sales=[]; + var profit=[]; + data.forEach(item => { + region.push(item.region); + sales.push(parseFloat(item.sales)); + profit.push(parseFloat(item.profit)); + }); + console.log("======sales_region======") + console.log(region); + console.log(sales); + console.log(profit); +// console.log([region,sales,profit]) + + var myChart = echarts.init(document.getElementById('data_region')); + var option = { + tooltip: { + trigger: 'axis', + axisPointer: { // 坐标轴指示器,坐标轴触发有效 + type: 'shadow' // 默认为直线,可选为:'line' | 'shadow' + }, + textStyle:{ + color:'#0099FF', + fontSize:10, + } + }, + grid: { + left: '2%', + right: '4%', + bottom: '14%', + top:'16%', + containLabel: true + }, + legend: { + data: ['销售额', '利润'], + right: 10, + top:12, + textStyle: { + color: "#fff", + fontSize:10, + }, + + itemWidth: 12, + itemHeight: 10, + // itemGap: 35 + }, + xAxis: { + type: 'category', + data: region, + axisLine: { + lineStyle: { + color: 'white' + + } + }, + axisLabel:{ + fontSize:8, + color:'#2094CA', + }, + }, + + yAxis: { + type: 'value', + axisLine: { + show: true, + lineStyle: { + color: 'white' + } + }, + splitLine: { + show: true, + lineStyle: { + color: 'rgba(255,255,255,0.3)' + } + }, + axisLabel:{ + fontSize:8, + color:'#2094CA', + }, + }, + series: [{ + name: '销售额', + type: 'bar', + barWidth: '15%', + label:{show:false}, + itemStyle: { + normal: { + color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{ + offset: 0, + color: '#fccb05' + }, { + offset: 1, + color: '#f5804d' + }]), + barBorderRadius: 12, + }, + + }, + data:sales, + }, + { + name: '利润', + type: 'bar', + barWidth: '15%', + label:{show:false}, + itemStyle: { + normal: { + color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{ + offset: 0, + color: '#8bd46e' + }, { + offset: 1, + color: '#09bcb7' + }]), + barBorderRadius: 11, + } + + }, + data: profit, + }] + }; + var currentIndex = -1; + setInterval(function () { + var dataLen = option.series[0].data.length; + // 取消之前高亮的图形 + myChart.dispatchAction({ + type: 'downplay', + seriesIndex: 0, + dataIndex: currentIndex + }); + currentIndex = (currentIndex + 1) % dataLen; + // 高亮当前图形 + myChart.dispatchAction({ + type: 'highlight', + seriesIndex: 0, + dataIndex: currentIndex + }); + // 显示 tooltip + myChart.dispatchAction({ + type: 'showTip', + seriesIndex: 0, + dataIndex: currentIndex + }); + }, 2000); + + myChart.setOption(option) +}) \ No newline at end of file diff --git a/数据可视化技术/网店运营大屏(Flask框架)/frontend/js/totalControl.js b/数据可视化技术/网店运营大屏(Flask框架)/frontend/js/totalControl.js new file mode 100755 index 0000000..d440c08 --- /dev/null +++ b/数据可视化技术/网店运营大屏(Flask框架)/frontend/js/totalControl.js @@ -0,0 +1,32 @@ +function total_control(){ + var title_index=0; + var time_div=document.getElementById("currentTime"); + function start(){ + function getTimeString(){ + var time=new Date(); + var hour=time.getHours(); + var minute=time.getMinutes(); + var second=time.getSeconds(); + var year=time.getFullYear(); + var month=time.getMonth()+1; + var day=time.getDate(); + var week=time.getDay(); + var weeks=["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六"] +// console.log(time) + hour=hour<10?'0'+hour:hour; + minute=minute<10?'0'+minute:minute; + second=second<10?'0'+second:second; + day=day<10?'0'+day:day; + var currentweek=weeks[week]; + return year+'年'+month+'月'+day+'日'+' '+currentweek+' '+hour+':'+minute+':'+second; + } + time_div.innerText=getTimeString(); + } + setInterval(start); + window.onload=function(){ + + } + window.onresize=function(){ + location.reload(true); + } +}; \ No newline at end of file diff --git a/数据可视化技术/网店运营大屏(Flask框架)/marketing.sql b/数据可视化技术/网店运营大屏(Flask框架)/marketing.sql new file mode 100755 index 0000000..43c9999 --- /dev/null +++ b/数据可视化技术/网店运营大屏(Flask框架)/marketing.sql @@ -0,0 +1,183 @@ +/* + Navicat Premium Data Transfer + + Source Server : localhost_3306 + Source Server Type : MySQL + Source Server Version : 80020 + Source Host : localhost:3306 + Source Schema : marketing + + Target Server Type : MySQL + Target Server Version : 80020 + File Encoding : 65001 + + Date: 20/04/2025 00:05:44 +*/ + +SET NAMES utf8mb4; +SET FOREIGN_KEY_CHECKS = 0; + +-- ---------------------------- +-- Table structure for main_categories +-- ---------------------------- +DROP TABLE IF EXISTS `main_categories`; +CREATE TABLE `main_categories` ( + `id` int NOT NULL AUTO_INCREMENT, + `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL, + `value` decimal(10, 3) NULL DEFAULT NULL, + PRIMARY KEY (`id`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of main_categories +-- ---------------------------- +INSERT INTO `main_categories` VALUES (1, '办公用品', 949270.224); +INSERT INTO `main_categories` VALUES (2, '技术', 937985.552); +INSERT INTO `main_categories` VALUES (3, '家具', 1028418.503); + +-- ---------------------------- +-- Table structure for sales_manager +-- ---------------------------- +DROP TABLE IF EXISTS `sales_manager`; +CREATE TABLE `sales_manager` ( + `sales_manager` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + `sales` decimal(10, 3) NULL DEFAULT NULL, + `profit` decimal(10, 3) NULL DEFAULT NULL +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of sales_manager +-- ---------------------------- +INSERT INTO `sales_manager` VALUES ('郝杰', 502667.277, 55300.637); +INSERT INTO `sales_manager` VALUES ('江奕健', 179421.480, 11725.000); +INSERT INTO `sales_manager` VALUES ('姜伟', 222300.092, 19919.872); +INSERT INTO `sales_manager` VALUES ('王倩倩', 691845.854, 92687.014); +INSERT INTO `sales_manager` VALUES ('杨洪光', 761143.054, 96180.574); +INSERT INTO `sales_manager` VALUES ('张怡莲', 558296.522, 93976.162); + +-- ---------------------------- +-- Table structure for sales_month +-- ---------------------------- +DROP TABLE IF EXISTS `sales_month`; +CREATE TABLE `sales_month` ( + `month` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + `sales` decimal(10, 3) NULL DEFAULT NULL, + `profit` decimal(10, 3) NULL DEFAULT NULL +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of sales_month +-- ---------------------------- +INSERT INTO `sales_month` VALUES ('1月', 226678.830, 37233.770); +INSERT INTO `sales_month` VALUES ('2月', 109855.158, 19834.458); +INSERT INTO `sales_month` VALUES ('3月', 167173.727, 18748.247); +INSERT INTO `sales_month` VALUES ('4月', 96984.692, 16501.352); +INSERT INTO `sales_month` VALUES ('5月', 232199.107, 23984.947); +INSERT INTO `sales_month` VALUES ('6月', 339729.698, 39157.118); +INSERT INTO `sales_month` VALUES ('7月', 140050.918, 11800.698); +INSERT INTO `sales_month` VALUES ('8月', 356128.507, 66818.087); +INSERT INTO `sales_month` VALUES ('9月', 322759.367, 24133.207); +INSERT INTO `sales_month` VALUES ('10月', 289269.169, 33635.329); +INSERT INTO `sales_month` VALUES ('11月', 342142.150, 42611.870); +INSERT INTO `sales_month` VALUES ('12月', 292702.956, 35330.176); + +-- ---------------------------- +-- Table structure for sales_province +-- ---------------------------- +DROP TABLE IF EXISTS `sales_province`; +CREATE TABLE `sales_province` ( + `province` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + `sales` decimal(10, 3) NULL DEFAULT NULL, + `profit` decimal(10, 3) NULL DEFAULT NULL +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of sales_province +-- ---------------------------- +INSERT INTO `sales_province` VALUES ('安徽', 113742.734, 32222.834); +INSERT INTO `sales_province` VALUES ('北京', 76154.540, 19854.240); +INSERT INTO `sales_province` VALUES ('福建', 102315.080, 32774.700); +INSERT INTO `sales_province` VALUES ('甘肃', 47267.444, -13210.036); +INSERT INTO `sales_province` VALUES ('广东', 254769.725, 58887.605); +INSERT INTO `sales_province` VALUES ('广西', 48349.532, 14036.932); +INSERT INTO `sales_province` VALUES ('贵州', 15893.136, 287.616); +INSERT INTO `sales_province` VALUES ('海南', 10995.880, 4132.940); +INSERT INTO `sales_province` VALUES ('河北', 227145.800, 43675.380); +INSERT INTO `sales_province` VALUES ('河南', 79220.540, 17722.600); +INSERT INTO `sales_province` VALUES ('黑龙江', 273877.632, 66982.132); +INSERT INTO `sales_province` VALUES ('湖北', 135006.900, -33492.340); +INSERT INTO `sales_province` VALUES ('湖南', 163503.277, 31399.277); +INSERT INTO `sales_province` VALUES ('吉林', 76539.617, 17712.317); +INSERT INTO `sales_province` VALUES ('江苏', 128183.776, -16801.764); +INSERT INTO `sales_province` VALUES ('江西', 29987.860, 7944.720); +INSERT INTO `sales_province` VALUES ('辽宁', 152250.028, -29393.812); +INSERT INTO `sales_province` VALUES ('内蒙古', 59787.252, -15047.368); +INSERT INTO `sales_province` VALUES ('宁夏', 12685.988, -900.592); +INSERT INTO `sales_province` VALUES ('山东', 192400.460, 49812.560); +INSERT INTO `sales_province` VALUES ('山西', 99782.900, 25386.900); +INSERT INTO `sales_province` VALUES ('陕西', 102767.168, 21152.628); +INSERT INTO `sales_province` VALUES ('上海', 99893.584, 17668.784); +INSERT INTO `sales_province` VALUES ('四川', 60567.584, -9514.876); +INSERT INTO `sales_province` VALUES ('天津', 95426.030, 20107.010); +INSERT INTO `sales_province` VALUES ('西藏', 1144.920, 400.260); +INSERT INTO `sales_province` VALUES ('新疆', 16700.880, 4683.000); +INSERT INTO `sales_province` VALUES ('云南', 79432.052, 16937.032); +INSERT INTO `sales_province` VALUES ('浙江', 94619.560, -27441.260); +INSERT INTO `sales_province` VALUES ('重庆', 65262.400, 11809.840); + +-- ---------------------------- +-- Table structure for sales_region +-- ---------------------------- +DROP TABLE IF EXISTS `sales_region`; +CREATE TABLE `sales_region` ( + `region` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + `sales` decimal(10, 3) NULL DEFAULT NULL, + `profit` decimal(10, 3) NULL DEFAULT NULL +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of sales_region +-- ---------------------------- +INSERT INTO `sales_region` VALUES ('东北', 502667.277, 55300.637); +INSERT INTO `sales_region` VALUES ('华北', 558296.522, 93976.162); +INSERT INTO `sales_region` VALUES ('华东', 761143.054, 96180.574); +INSERT INTO `sales_region` VALUES ('西北', 179421.480, 11725.000); +INSERT INTO `sales_region` VALUES ('西南', 222300.092, 19919.872); +INSERT INTO `sales_region` VALUES ('中南', 691845.854, 92687.014); + +-- ---------------------------- +-- Table structure for sub_categories +-- ---------------------------- +DROP TABLE IF EXISTS `sub_categories`; +CREATE TABLE `sub_categories` ( + `id` int NOT NULL AUTO_INCREMENT, + `main_category_id` int NULL DEFAULT NULL, + `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL, + `value` decimal(10, 3) NULL DEFAULT NULL, + PRIMARY KEY (`id`) USING BTREE, + INDEX `main_category_id`(`main_category_id`) USING BTREE, + CONSTRAINT `sub_categories_ibfk_1` FOREIGN KEY (`main_category_id`) REFERENCES `main_categories` (`id`) ON DELETE RESTRICT ON UPDATE RESTRICT +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of sub_categories +-- ---------------------------- +INSERT INTO `sub_categories` VALUES (1, 1, '标签', 18936.540); +INSERT INTO `sub_categories` VALUES (2, 1, '美术', 33038.096); +INSERT INTO `sub_categories` VALUES (3, 1, '器具', 449744.764); +INSERT INTO `sub_categories` VALUES (4, 1, '收纳具', 214582.200); +INSERT INTO `sub_categories` VALUES (5, 1, '系固件', 20045.480); +INSERT INTO `sub_categories` VALUES (6, 1, '信封', 51941.960); +INSERT INTO `sub_categories` VALUES (7, 1, '用品', 47070.128); +INSERT INTO `sub_categories` VALUES (8, 1, '纸张', 51413.740); +INSERT INTO `sub_categories` VALUES (9, 1, '装订机', 62497.316); +INSERT INTO `sub_categories` VALUES (10, 2, '电话', 330951.320); +INSERT INTO `sub_categories` VALUES (11, 2, '复印机', 347513.264); +INSERT INTO `sub_categories` VALUES (12, 2, '配件', 150562.664); +INSERT INTO `sub_categories` VALUES (13, 2, '设备', 108958.304); +INSERT INTO `sub_categories` VALUES (14, 3, '书架', 366969.540); +INSERT INTO `sub_categories` VALUES (15, 3, '椅子', 409393.054); +INSERT INTO `sub_categories` VALUES (16, 3, '用具', 83848.996); +INSERT INTO `sub_categories` VALUES (17, 3, '桌子', 168206.913); + +SET FOREIGN_KEY_CHECKS = 1;