diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index 3da0b6af..2d5428c1 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -15,7 +15,7 @@ "type" : "uniCloud" }, { - "playground" : "custom", + "playground" : "standard", "type" : "uni-app:app-ios" } ] diff --git a/App.vue b/App.vue index aeba8790..dfe19949 100644 --- a/App.vue +++ b/App.vue @@ -14,137 +14,11 @@ \ No newline at end of file diff --git a/assets/common.scss b/assets/common.scss index 29cb8f76..b9962d04 100644 --- a/assets/common.scss +++ b/assets/common.scss @@ -1,8 +1,9 @@ - - body,html,* { - font-family: "Microsoft YaHei"; - font-size: 28rpx; - } +*{ + font-family: "Microsoft YaHei"; +} + page{ + font-size: 14px; + } .text_l{ text-align: left; } @@ -24,6 +25,12 @@ .c999{ color: #999 !important; } + .cyello{ + color: #FEC407 !important; + } + .cblue{ + color: #477EFF !important; + } .size12 { font-size: 24rpx !important } @@ -41,6 +48,9 @@ .size20 { font-size: 40rpx !important } + .size26{ + font-size: 52rpx !important + } .mt-5 { margin-top: 5px !important; @@ -81,9 +91,6 @@ margin-left: 15px !important; } - .bold { - font-weight: bold; - } .bold { font-weight: bold; } @@ -112,8 +119,8 @@ } .nolist { - margin-top: 40%; padding: 15px; + width: 100%; text-align: center; image { @@ -126,6 +133,7 @@ width: 100%; margin-top: 15px; text-align: center; + color: #999; } } @@ -166,646 +174,969 @@ } // .wrapper { - position: fixed; - left: 0; - right: 0; - top: 0; - bottom: 0; - z-index: 999; + position: fixed; + left: 0; + right: 0; + top: 0; + bottom: 0; + z-index: 999; - .bg { - position: fixed; - left: 0; - right: 0; - top: 0; - bottom: 0; - background-color: rgba(0, 0, 0, 0.4); - z-index: 99; - } + .bg { + position: fixed; + left: 0; + right: 0; + top: 0; + bottom: 0; + background-color: rgba(0, 0, 0, 0.4); + z-index: 99; + } + // 左侧 + .wrapper_box { + width: 220px; + background-color: #fff; + z-index: 1000; + position: absolute; + height: 100vh; + + .top { + width: 100%; + height: 90px; + color: #fff; + text-align: center; + background: $maincolor; + + .image1 { + width: 50px; + height: 50px; + margin: auto; + border-radius: 50%; + margin-bottom: 16rpx; + } + + view { + width: 100%; + display: block; + text-align: center; + margin: auto; + } + } + + .drawerList { + position: relative; + top: 0; + left: 0; + flex-direction: column; + flex: 1; + justify-content: flex-end; + margin-bottom: 20rpx; + width: 220px; + height: calc(100vh - 100px); + overflow-y: scroll; + + .drawerList_item { + background: #f7f7f7; + margin: 10px; + padding: 8px 8px 0; + border-radius: 10px; + display: flex; + justify-content: space-between; + + .image1 { + width: 45px; + height: 45px; + border-radius: 50%; + margin-right: 10px; + } + + .overflow { + font-size: 27rpx; + color: #333; + } + + .right { + width: 70%; + + .dangqian { + font-size: 20rpx; + color: #fff; + padding: 1px 5px; + background-color: $textcolor; + text-align: center; + width: auto; + margin-left: 10px; + width: auto; + display: inline-block; + float: right; + height: 15px; + line-height: 15px; + border-radius: 3px; + } + + .toggle { + background-color: #999; + } + } + + .info { + height: 30px; + line-height: 30px; + view { + float: left; + margin-right: 10px; + font-size: 12px; + color: #999; + } + } + + .name { + width: 100%; + display: flex; + justify-content: space-between; + + .overflow { + width: 60%; + } + + } + } + + .add { + margin: 15px; + background: $btncolor; + color: #fff; + height: 30px; + text-align: center; + font-size: 28px; + line-height: 30px; + border-radius: 20px; + } + } + + } + // 弹框 - // 信息 - .edit { - width: 15rem; - height: auto; - background: #fff; - border-radius: 10px; - padding: 15px; - position: relative; - top: 15%; - margin: auto; - z-index: 99999; - overflow: hidden; + .edit { + width: 15rem; + height: auto; + background: #eee; + border-radius: 10px; + padding: 15px; + position: relative; + top: 15%; + margin: auto; + z-index: 99999; + overflow: hidden; - .title { - text-align: center; - width: 100%; - color: #333; - font-size: 18px; - font-weight: bold; - } + .title { + text-align: center; + width: 100%; + color: #333; + font-size: 18px; + font-weight: bold; + } - .editem { - position: relative; - display: flex; - font-size: 14px; - border-radius: 10px; - margin-top: 15px; - height: 40px; - justify-content: space-between; - background: #eee; - padding: 0px 10px; - align-items: center; + .editem { + position: relative; + display: flex; + font-size: 14px; + border-radius: 10px; + margin-top: 15px; + height: 40px; + justify-content: space-between; + background: #fff; + padding: 0px 10px; + align-items: center; - .radioimg { - font-size: 22px; - color: $btncolor; - } + .radioimg { + font-size: 22px; + color: $btncolor; + } - .radio { - width: 50%; - text-align: right; - display: flex; - justify-content: center; - align-items: center; - } + .radio { + width: 50%; + text-align: right; + display: flex; + justify-content: center; + align-items: center; + } - .name { - width: 4rem; - color: #333; - } + .name { + width: 4rem; + color: #333; + } - .right { - width: 60%; - height: 40px; - line-height: 40px; - text-align: right; - display: flex; - justify-content: flex-end; + .right { + width: 60%; + height: 40px; + line-height: 40px; + text-align: right; + display: flex; + justify-content: flex-end; - input { - margin-right: 10px; - height: 40px; - line-height: 40px; - text-align: left; - } + input { + margin-right: 10px; + height: 40px; + line-height: 40px; + text-align: left; + } - picker { - width: 100%; - text-align: left; - } + picker { + width: 100%; + text-align: left; + } - .uni-input { - position: absolute; - right: 30px; - top: 0; - left: 0; - height: 40px; - line-height: 40px; - text-align: right; - z-index: 9999; - } + .uni-input { + position: absolute; + right: 30px; + top: 0; + left: 0; + height: 40px; + line-height: 40px; + text-align: right; + z-index: 9999; + } - } + } - .value { - position: relative; - z-index: 999; - width: 3rem; - text-align: center; - float: left; - margin-right: 10px; - } + .value { + position: relative; + z-index: 999; + width: 3rem; + text-align: center; + float: left; + margin-right: 10px; + } - .iconfont { - margin-left: 10px; - float: right; - display: flex; - } - } + .iconfont { + margin-left: 10px; + float: right; + display: flex; + } + } - .tips { - font-size: 0.75rem; - color: #999; - text-align: center; - margin-top: 15px; - margin-bottom: 20px; - display: flex; - } - } + .tips { + font-size: 0.75rem; + color: #999; + text-align: center; + margin-top: 15px; + margin-bottom: 20px; + display: flex; + } + } } - - // 报告页 - .myinfoPage { + .header { width: 100%; - background: #fff; - margin-top: 10px; - padding-bottom: 15px; - border-radius: 10px; + height: 240rpx; + background: $maincolor; - .box1 { + image { + width: 100%; + height: 100%; + border-radius: 50%; + } + + .top { + margin: 0 10px; + display: flex; + align-items: center; + justify-content: space-between; + background-color: #fff; + border-radius: 10px; + padding:10px 15px; + min-height: 170rpx; + .headimg { + width: 55px; + height: 55px; + } + + .toggle { + width: 20px; + height: 20px; + } + } + + .add { + border: 1px #dfdfdf dashed; + font-size: 28px; + font-weight: 500; + width: 35px; + height: 35px; + line-height: 35px; + border-radius: 10px; + text-align: center; + } + } + // 趋势 + .TrendPage { + padding: 10px 0; + margin-bottom: 15px; + border-radius: 10px; + background-color: #f7f7f7; + + .listC { + width: 100%; + padding: 15px; + display: flex; + align-items: center; + justify-content: space-around; + + view { + position: relative; + } + + .active:after { + content: ""; + height: 3px; + width: 100%; + position: absolute; + bottom: -5px; + left: 0; + border-radius: 5px; + background: $maincolor; + } + } + + .box { + width: calc(100% - 20px); + background-color: #fff; + margin: 10px; + border-radius: 15px; + } + + .boxTime { + width: calc(100% - 20px); + border-radius: 10px; + padding: 10px; + text-align: center; + .style { + background: $maincolor; + color: #fff; + } + + .iconfont { + font-size: 14px; + color: #666; + } + } + + .boxLine { + padding: 0; display: flex; flex-wrap: wrap; border-radius: 10px; - font-size: 14px; - position: relative; - margin: 0px 15px 0; - padding-bottom: 10px; + justify-content: space-between; - .list { + .line { + clear: both; width: 100%; - display: flex; - justify-content: space-between; - color: #666; - padding: 0; - line-height: 50px; - align-items: center; - flex-wrap: wrap; - - image, - .t-icon { - width: 18px !important; - height: 18px; - border: 2px solid #c7c7c7; - background-color: #c7c7c7; - border-radius: 50%; - margin-right: 5px; - } - - .block { - width: 100%; - display: flex; - justify-content: space-between; - align-items: center; - color: #666; - position: relative; - - .level, - .val { - width: 25%; - } - - .name { - width: 40%; - display: flex; - align-items: center; - } - - .icon { - width: 20px; - text-align: right; - display: flex; - - image { - width: 20px; - height: 20px; - } - } - } - - .desc { - line-height: 20px; - text-align: left; - width: calc(100% - 20px); - height: auto; - border-radius: 5px; - font-size: 12px; - color: #999; - padding: 10px; - background: #f7f7f7; - } + height: 250px; + background-color: #fff; + border-radius: 0 0 10px 10px; } - - .statuevue { - height: 35px; - position: relative; - width: 100%; - margin: 20px auto 10px; - - .bi { - display: flex; - justify-content: space-between; - width: auto; - padding-top: 10px; - - .peobox { - position: absolute; - right: 0; - top: -1px; - - .xx { - width: 5px; - height: 5px; - border-radius: 50%; - background: #fff; - position: absolute; - z-index: 9; - border: 2px solid #1b2086; - top: 9px; - } - } - } - - .item { - position: relative; - margin: 0; - flex: 1; - height: 5px; - color: #666; - font-size: 12px; - - .span1 { - width: 100%; - text-align: center; - position: absolute; - top: -23px; - } - - .span { - margin-top: 8px; - position: absolute; - right: -8px; - } - } - } - } - - .yuanxing { - display: inline-block; - background: #f19601; - width: 8px; - height: 12px; - margin-right: 5px; - font-size: 32rpx; - } - - .btnf { - font-size: 13px; - border-radius: 5px; - height: 22px; - margin: 0 10px 0 0; - line-height: 22px; - color: #fff; - font-weight: 400; - width: 44px !important; - text-align: center !important; - float: right; - } - - .tivon { - display: flex; - justify-content: center; - align-content: center; - align-items: center; - - .bianji { - width: 20px; - height: 20px; - margin-left: 5px; - } - } - - .box1 :last-child.list { - .val { - width: 25% !important; - } - } - - - .kcalClass { - width: 100%; - text-align: center; - font-size: 16px; - line-height: 55px; - margin: -20px auto; - } - - .yichang { - background: #ffe4be; - color: #ff4239; - padding: 5px; - text-align: center; - border-radius: 5px; - margin: 0 15px 10px; } } + + // + .gridList { + padding: 0; + display: flex; + flex-wrap: wrap; + margin: 15px; + width: calc(100%- 30px); + justify-content: space-between; + .info { + width: 100%; + display: flex; + margin-top: 15px; + justify-content: space-between; + + .item { + color: #fff; + width: 47.5%; + height: 50px; + background: $maincolor; + text-align: center; + border-radius: 10px; + display: flex; + justify-content: center; + align-items: center; + + text { + width: 30px; + height: 30px; + border-radius: 50%; + margin-right: 10px; + display: inline-block; + background-color: #fff; + } + } + } + + .data { + display: flex; + flex-wrap: wrap; + align-items: center; + justify-content: space-between; + color: #666; + margin-top: 15px; + width: 100%; + + .item { + width: 47.5%; + text-align: center; + font-size: 14px; + line-height: 30px; + background: #fff; + padding: 10px 0; + border-radius: 15px; + margin-bottom: 15px; + display: flex; + align-items: center; + justify-content: center; + } + + .val { + display: flex; + align-items: center; + font-size: 20px; + font-weight: 700; + justify-content: center; + color: #666; + + text { + font-size: 14px; + font-weight: 500; + display: block; + margin-top: 3px; + margin-left: 3px; + } + + } + .image{ + width: 40px; + height: 40px; + border-radius: 50%; + + image { + width: 70%; + height: 70%; + margin: 15%; + } + } + + .name { + display: flex; + align-items: center; + justify-content: center; + color: #999; + } + } + } + // + .skiptop { + background: $maincolor; + border-radius: 10px; + margin: 0 15px 10px; + font-size: 14px; + padding: 25px 10px; + color: #fff; + + .status { + margin-bottom: 25px; + + text { + width: auto; + color: #333; + background-color: #fff; + border-radius: 15px; + padding: 5px 10px; + } + } + + .item { + display: flex; + justify-content: space-between; + + text { + display: block; + width: 100%; + text-align: center; + margin-top: 15px; + } + } + } + // 首页卡片 + .indexCarList { + .box { + margin: 15px 10px 0; + padding: 15px 10px 10px; + background-color: #fff; + width: calc(100% - 40px); + display: flex; + border-radius: 10px; + } + + + .card { + flex-wrap: wrap; + + .title { + width: 100%; + color: #666; + display: flex; + padding-bottom: 5px; + align-items: center; + + justify-content: space-between; + + text { + font-size: 18px; + font-weight: bold; + margin-right: 10px; + color: #333; + } + + } + + .item { + padding: 15px 0; + display: flex; + flex-wrap: wrap; + text-align: center; + + .weight { + width: 100%; + + text { + font-size: 24px !important; + font-weight: bold; + display: inline-block; + } + } + + .standardBtn { + width: 40px; + padding: 3px 8px; + border-radius: 8px; + text-align: center; + color: #fff; + font-size: 14px; + background-color: $btncolor; + } + } + + .target { + width: 100%; + display: flex; + align-items: center; + justify-content: space-between; + padding-top: 10px; + font-size: 14px; + color: $textcolor; + border-top: 1px solid #f7f7f7; + + .targetBtn { + width: auto; + height: 30px; + line-height: 30px; + color: #fff; + border-radius: 10px; + padding: 0 10px; + background: $maincolor; + } + } + + .item2 { + width: 50%; + display: flex; + flex-wrap: wrap; + margin: 15px 0; + + .name { + display: inline-block; + width: 100%; + + } + } + } + + .small { + width: calc(50% - 40px); + float: left; + margin-bottom: 15px; + + .title { + .name { + display: flex; + flex-wrap: wrap; + + text { + width: 80%; + margin-bottom: 5px; + display: inline-block; + } + } + } + + .item { + justify-content: center; + } + } + + .setcard { + width: calc(100% - 20px); + text-align: center; + height: 40px; + line-height: 40px; + margin: 10px; + border-radius: 10px; + color: $textcolor; + background-color: #fff; + } + } + + // 报告页 //选择对比 - .calendar { - background: #f7f7f7; - min-height: 100vh; - - .box { - margin-bottom: 305px; - } - - .list { - display: flex; - flex-wrap: wrap; - justify-content: space-between; - margin: 15px; - align-items: center; - - - .item { - width: 100%; - height: auto; - background: #fff; - display: flex; - height: 40px; - justify-content: space-between; - padding: 10px 15px; - border-radius: 10px; - align-items: center; - text-align: center; - font-size: 16px; - font-weight: 700; - - view { - width: 32%; - } - - image { - width: 25px; - height: 25px; - } - - text { - width: 100%; - font-size: 12px; - display: block; - color: #666; - text-align: center; - font-weight: 400; - } - - .check { - width: 35px !important; - - .icon-kongradio { - font-size: 22px; - color: #999; - } - - .icon-radio { - font-size: 22px; - color: #FCA82D; - } - - } - } - } - - .time { - width: 100%; - font-size: 14px; - color: #666; - display: flex; - align-items: center; - justify-content: center; - flex-wrap: wrap; - - text { - font-size: 14px; - margin-top: 3px; - } - } - - .bottom { - margin: 0; - width: auto; - position: fixed; - left: 0px; - right: 0px; - bottom: 0px; - z-index: 9; - padding: 0 10px 10px; - background: #fff; - border-radius: 0; - border-top: 1px solid #dfdfdf; - - .btn { - width: auto; - margin: 10px 0 0; - } - - .list { - margin: 10px 0; - height: 120rpx; - position: relative; - - .item { - background: #F7F7F7; - } - - .time { - float: left; - text-align: center; - justify-content: center; - color: #fea82d; - font-weight: 700; - width: 35%; - } - - .check { - position: absolute; - right: -5px; - top: -5px; - width: 25px; - - .icon-quxiao { - font-size: 20px; - color: #999; - } - } - - } - } - - .pkclass { - position: absolute; - width: 30px; - height: 30px; - background: $greencolor; - border-radius: 50%; - line-height: 27px; - text-align: center; - color: #fff; - font-size: 19px; - left: 30px; - top: 120rpx; - } - - .btn.active { - border: none; - color: #333 !important; - background-color: #DFDFDF !important; - display: block; - border-radius: 10px; - } + .calendar{ + background: #f7f7f7; + min-height: 100vh; + + .box { + margin-bottom: 305px; + padding-bottom: 210px; + } + + .list { + display: flex; + flex-wrap: wrap; + justify-content: space-between; + margin: 15px; + align-items: center; + + + .item { + width: 100%; + height: auto; + background: #fff; + display: flex; + height: 40px; + justify-content: space-between; + padding: 10px 15px; + border-radius: 10px; + align-items: center; + text-align: center; + font-size: 16px; + font-weight: 700; + + view { + width: 32%; + } + + image { + width: 25px; + height: 25px; + } + + text { + width: 100%; + font-size: 12px; + display: block; + color: #666; + text-align: center; + font-weight: 400; + } + + .check { + width: 35px !important; + + .icon-kongradio { + font-size: 22px; + color: #999; + } + + .icon-radio { + font-size: 22px; + color: #FCA82D; + } + + } + } + } + + .time { + width: 100%; + font-size: 14px; + color: #666; + display: flex; + align-items: center; + justify-content: center; + flex-wrap: wrap; + + text { + font-size: 14px; + margin-top: 3px; + } + } + + .bottom { + margin: 0; + width: auto; + position: fixed; + left: 0px; + right: 0px; + bottom: 0px; + z-index: 9; + padding: 0 10px 10px; + background: #fff; + border-radius: 0; + border-top: 1px solid #dfdfdf; + + .btn { + width: auto; + margin: 10px 0 0; + background: $maincolor; + } + + .list { + margin: 10px 0; + height: 120rpx; + position: relative; + + .item { + background: #F7F7F7; + } + + .time { + float: left; + text-align: center; + justify-content: center; + color: #fea82d; + font-weight: 700; + width: 35%; + } + + .check { + position: absolute; + right: -5px; + top: -5px; + width: 25px; + + .icon-quxiao { + font-size: 20px; + color: #999; + } + } + + } + } + + .pkclass { + position: absolute; + width: 30px; + height: 30px; + background: #fea82d; + border-radius: 50%; + line-height: 27px; + text-align: center; + color: #fff; + font-size: 19px; + left: 30px; + top: 120rpx; + } + + .btn.active { + border: none; + color: #333 !important; + background: #dfdfdf !important; + display: block; + border-radius: 10px; + } } // 对比详情 .pkconp { - background: #f7f7f7; - min-height: 100vh; + background: #f7f7f7; + padding: 15px 0; + min-height: 100vh; - .header { - text-align: center; - background: #fff; - padding: 15px 15px 10px; - margin: 15px; - border-radius: 10px 10px 0 0; - display: flex; - align-items: center; - position: relative; + .headerTop { + text-align: center; + background: #fff; + padding: 15px 15px 10px; + margin:0 15px; + border-radius: 10px 10px 0 0; + display: flex; + align-items: center; + position: relative; - .name { - text-align: left; - } + .name { + text-align: left; + } - image { - width: 55px; - height: 55px; - border-radius: 50%; - margin-right: 15px; - } + image { + width: 55px; + height: 55px; + border-radius: 50%; + margin-right: 15px; + } + + .right{ + width: calc(100% - 70px); + } - .pkclass { - position: absolute; - background: linear-gradient(to right, #ff99ae, #ffb2c2); - right: 15px; - padding: 0px 10px; - border-radius: 10px; - color: #fff; - height: 30px; - line-height: 30px; - font-size: 14px; - } + .top { + width: 100%; + display: flex; + height: 30px; + line-height: 30px; + color: #999; + margin-top: 15px; + } + } - .top { - display: flex; - color: #999; - margin-top: 10px; - } - } + .box { + background: #ffff; + display: flex; + flex-wrap: wrap; + justify-content: space-around; + align-items: center; + padding-top: 15px; + margin: 15px; + border-radius: 0 0 10px 10px; - .box { - background: #ffff; - display: flex; - flex-wrap: wrap; - justify-content: space-around; - align-items: center; - padding: 15px 0; - margin: 15px; - border-radius: 0 0 10px 10px; + .item { + text-align: center; + color: #999; + width: 33.3%; + line-height: 26px; + border-right: 1px solid #f7f7f7; + box-sizing: border-box; - .item { - text-align: center; - color: #999; - width: 33.3%; - line-height: 26px; - border-right: 1px solid #f7f7f7; - box-sizing: border-box; + view { + font-size: 20px; + font-weight: 700; + color: #666; + } + } + } - view { - font-size: 20px; - font-weight: 700; - color: #666; - } - } - } + .control { + background: #fff; + margin: 15px; + display: flex; + border: 1px solid #F0F0F0; + border-radius: 10px; + flex-wrap: wrap; + justify-content: space-between; - .control { - background: #fff; - margin: 15px; - display: flex; - border: 1px solid #F0F0F0; - border-radius: 10px; - flex-wrap: wrap; - justify-content: space-between; + .title { + width: 100%; + margin: 10px; + display: flex; + justify-content: space-between; - .title { - width: 100%; - margin: 10px; - display: flex; - justify-content: space-between; + view { + width: 25%; + text-align: center; + } - view { - width: 22%; - text-align: center; - } + // .name { + // width: 30%; + // } + } - .name { - width: 33%; - } - } + .li { + display: flex; + margin: 0 10px; + justify-content: space-between; + height: 54px; + border-top: 1px solid #eee; + align-items: center; + width: 100%; - .li { - display: flex; - margin: 0 10px; - justify-content: space-between; - height: 54px; - border-top: 1px solid #eee; - align-items: center; - width: 100%; + .name { + width: 25%; + display: flex; + align-items: center; - .name { - width: 33%; - display: flex; - align-items: center; + image { + width: 20px; + height: 20px; + margin-right: 5px; + } + } - image { - width: 20px; - height: 20px; - margin-right: 5px; - } - } + .num { + width: 25%; + display: flex; + align-items: center; + justify-content: center; - .num { - width: 22%; - display: flex; - align-items: center; - justify-content: center; + image { + width: 40rpx; + height: 40rpx; + } + } - image { - width: 40rpx; - height: 40rpx; - } - } + .f, + .f0 { + width: 25%; + text-align: center; - .f, - .f0 { - width: 22%; - text-align: center; + text { + display: block; + width: 100%; + color: #999999; + font-size: 11px; + } + } - text { - display: block; - width: 100%; - color: #999999; - font-size: 11px; - } - } + .f0 { + text { + font-size: 12px; + } + } + } + } - .f0 { - text { - font-size: 12px; - } - } - } - } + .time { + border-top: 1px solid #f0f0f0; + width: 100%; + height: 40px; + line-height: 40px; + padding:0 10px; + display: flex; + align-items: center; + justify-content: space-between; - .time { - border-top: 1px solid #f0f0f0; - width: 100%; - padding: 15px 15px 0; - margin-top: 5px; - display: flex; - justify-content: space-between; - - .yuanxing { - float: left; - } - } + view { + height: 40px; + line-height: 40px; + display: flex; + align-items: center; + } + } + + .boxTime{ + background: #fff; + margin: 15px; + display: flex; + border-radius: 10px; + flex-wrap: wrap; + align-items: center; + padding:0 10px; + height: 50px; + line-height: 50px; + justify-content: space-between; + + view { + height: 50px; + line-height: 50px; + display: flex; + align-items: center; + } + } } \ No newline at end of file diff --git a/assets/iconfont-weapp-icon.css b/assets/iconfont-weapp-icon.css index fe38f905..0068c006 100644 --- a/assets/iconfont-weapp-icon.css +++ b/assets/iconfont-weapp-icon.css @@ -1,8 +1,8 @@ .t-icon { display: inline-block; - width: 20px; - height: 20px; + width: 16px; + height: 16px; background-repeat: no-repeat; background-position: center; background-size: 100%; @@ -10,54 +10,326 @@ -.t-icon-biaozhunhua { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-biaozhunhua%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M977.64432031%20592.71333594a30.97680469%2030.97680469%200%200%200-43.84504687%200L738.66710937%20787.8455l-92.09320312-92.09320313a30.97680469%2030.97680469%200%201%200-43.84504687%2043.84504688l114.01572656%20114.01572656a30.97680469%2030.97680469%200%200%200%2043.84504687%200l217.0546875-217.0546875a30.97680469%2030.97680469%200%200%200%200-43.84504687zM791.0703125%20356.9609375a31.0078125%2031.0078125%200%200%200-31.0078125-31.0078125H263.9375a31.0078125%2031.0078125%200%200%200%200%2062.015625h496.125a31.0078125%2031.0078125%200%200%200%2031.0078125-31.0078125zM263.9375%20543.0078125a31.0078125%2031.0078125%200%200%200%200%2062.015625h279.0703125a31.0078125%2031.0078125%200%200%200%200-62.015625H263.9375z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M763.07025781%20915.1015625H204.86761719c-18.54267187%200-33.95355469-15.81398438-33.95355469-35.78301562V144.68145313C170.9140625%20124.71242188%20186.32494531%20108.8984375%20204.86761719%20108.8984375h614.26476562c18.54267187%200%2033.95355469%2015.81398438%2033.95355469%2035.78301562v339.65957813a31.0078125%2031.0078125%200%200%200%2062.015625%200V144.68145313C915.1015625%2090.85189062%20872.31078125%2046.8828125%20819.13238281%2046.8828125H204.86761719C151.68921875%2046.8828125%20108.8984375%2090.85189062%20108.8984375%20144.68145313v734.63709374C108.8984375%20933.14810938%20151.68921875%20977.1171875%20204.86761719%20977.1171875h558.20264062a31.0078125%2031.0078125%200%200%200%200-62.015625z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +.t-icon-wodechengji { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-wodechengji%22%20viewBox%3D%220%200%201137%201024%22%3E%3Cpath%20d%3D%22M923.87888677%20264.4652456h-82.1692132l-2.05423026-76.00652243c0-24.65076382-20.5423033-47.24729738-47.24729739-47.24729739h-476.58143576c-24.65076382%200-47.24729738%2020.5423033-47.2472981%2047.24729739l-4.10846052%2076.00652242h-78.0607527c-24.65076382%200-45.19306712%208.21692103-45.19306712%2034.92191512v92.44036523c0%2065.73537042%2051.35575789%20119.14535931%20117.09112905%20119.14535857h6.16269077c0%20110.92843754%20152.01304416%20211.58572381%20267.04994293%20225.96533633v102.71151652h-102.7115165c-26.70499408%200-41.0846066-8.21692103-41.08460662%2016.43384278v14.37961181c0%206.16269077%206.16269077%2012.32538227%2012.32538228%2012.32538227h304.0260883c6.16269077%200%2012.32538227-4.10846051%2012.32538156-12.32538227v-14.37961181c0-24.65076382-14.37961253-16.43384279-41.08460588-16.43384278h-102.71151652v-102.71151652c115.03689806-14.37961253%20267.04994294-98.60305599%20267.04994221-225.96533633%2065.73537042%202.05423026%20119.14535931-47.24729738%20123.25381983-112.9826678v-98.603056c-2.05423026-20.5423033-18.48807304-36.97614608-39.03037636-34.92191512z%20m-657.35370497%20205.42303303c-30.81345459%200-82.16921321-36.97614608-82.16921321-82.16921321v-82.16921321h82.16921321v164.33842642z%20m534.09988514-184.88072973s-2.05423026%20115.03689806-2.05423025%20215.69418432c0%20108.87420729-129.4165106%20180.77226922-228.01956587%20195.15188101h-34.92191581c-98.60305599-12.32538227-230.07379685-88.33190398-230.07379687-184.88072972v-287.59224552c2.05423026-22.59653356%2022.59653356-41.0846066%2045.19306713-41.0846066h404.68337455c22.59653356%200%2041.0846066%2018.48807304%2043.13883687%2041.0846066v61.62690991z%20m123.25381983%20106.81997704c0%2041.0846066-49.30152764%2078.0607527-82.1692132%2078.06075269v-164.33842642h82.1692132v86.27767373z%22%20fill%3D%22%23515151%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); } -.t-icon-shejiguifan { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-shejiguifan%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M942.22900391%20317.76787109l-194.07128907%20194.13984375%20197.01123047%20197.07890625c21.76259766%2021.77050781%2021.76259766%2057.06474609%200%2078.83261719l-157.60810547%20157.6678711c-21.76171875%2021.76787109-57.04453125%2021.76787109-78.80449218-1e-8L511.74511719%20748.40380859%20393.53837891%20866.65361328c-104.74804688%20104.78320313-301.01572266%2063.53085937-301.01572266%2063.53085938S52.05078125%20735.26503906%20157.12402344%20630.15576172l118.20849609-118.24804688L78.32041016%20314.82617187c-21.75996094-21.77050781-21.75996094-57.06474609%200-78.83261718l157.60986328-157.66699219c21.75996094-21.76787109%2057.04277344-21.76787109%2078.80273437%200L511.74511719%20275.40898437l194.11787109-194.18554687c5.62412109-7.57529297%2015.09345703-13.71884766%2030.1078125-13.71884766%2026.06835938-0.55107422%2060.75439453-1.28671875%2084.79511719-1.79824218%2016.94882812%200%2036.99492188%208.09824219%2045.13095703%2016.23339843%2019.84130859%2019.77363281%2052.67548828%2052.49619141%2073.40273438%2073.15488282%209.15117188%209.15117188%2018.3375%2022.32333984%2018.3375%2048.95595703%200%2063.38935547%205.27695313%20100.11708984-15.40810547%20113.71728515zM577.41523438%20735.26503906l59.10292968-59.12314453c3.628125-3.628125%209.50712891-3.628125%2013.134375%200l13.134375%2013.13876953c3.62548828%203.628125%203.62548828%209.51064453%200%2013.13876953l-59.10292968%2059.12314454%2052.53574218%2052.55771484%2059.10292969-59.12490235c3.628125-3.62988281%209.50712891-3.62988281%2013.134375%200l13.13261719%2013.13613282c3.628125%203.62988281%203.628125%209.51240234%200%2013.14052734l-59.10292969%2059.12490234%2039.403125%2039.41542969c14.50898438%2014.5125%2038.02939453%2014.5125%2052.53574219%200L879.49707031%20774.68310547c14.50898438-14.5125%2014.50898438-38.04345703%200-52.55595703L708.75634766%20551.32314453%20551.14648438%20708.98662109l26.26875%2026.27841797zM136.90302734%20811.62792969c40.06933594%2037.56533203%2057.00322266%2052.20966797%2083.29570313%2076.39013672%2032.62148438-1.04589844%2086.68125-13.50878906%20107.66953125-34.50322266L170.25839844%20695.84960938c-22.05527344%2022.06318359-33.74560547%2081.55986328-33.3553711%20115.77832031zM301.59863281%20144.02041016c-14.50722656-14.51074219-38.02939453-14.51074219-52.53574218%200L143.98876953%20249.13056641c-14.50546875%2014.5125-14.50546875%2038.04345703%200%2052.55595703l39.403125%2039.4171875%2059.10292969-59.12490235c3.628125-3.628125%209.50712891-3.628125%2013.134375%200l13.134375%2013.13613282c3.62548828%203.62988281%203.62548828%209.51240234%200%2013.14052734l-59.10292969%2059.12490234%2052.53574219%2052.55595703%2059.10292969-59.12490234c3.628125-3.62988281%209.50712891-3.62988281%2013.134375%200l13.13261718%2013.13876953c3.62988281%203.628125%203.62988281%209.51064453%200%2013.13876953l-59.10117187%2059.12490235%2026.26699219%2026.27666015L472.34375%20314.82617187%20301.59863281%20144.02041016z%20m414.49042969%2092.96191406c-12.83818359-12.83642578-19.28583984-23.36308594-19.28583984-44.6484375%200.1828125-7.02685547%200.39814453-15.21914063%200.62226562-23.84033203L209.66152344%20656.43242187l157.60810547%20157.6678711%20488.5180664-488.69296875-12.25722656%200.26279297c-32.88164062%200-47.78876953-9.35771484-59.70761719-21.27480469l-67.73378906-67.41298828z%20m135.34628906-66.03486328c-21.32666016-21.32666016-47.25703125-29.96982422-57.92167968-19.3078125-10.66464844%2010.66464844-2.01884766%2036.59677734%2019.3078125%2057.9234375%2021.32490234%2021.32666016%2047.25966797%2029.96982422%2057.92167968%2019.30605468%2010.66464844-10.66025391%202.01884766-36.59501953-19.3078125-57.92167968z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +.t-icon-three_val { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-three_val%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M728.42029297%20630.88463867c-7.18558594%20131.625-86.16058594%20201.00963867-236.91058594%20208.19522461-134.01536133%200-215.36727539-63.40772461-244.08272461-190.2375l82.56058594-21.54418945c14.35772461%2098.11441406%2065.8125%20147.16441406%20154.35%20147.16441406%20107.67603516%200%20161.52117188-50.24522461%20161.52117187-150.75-7.18558594-86.14713867-62.22691406-131.61058594-165.1077246-136.40581055-33.51058594%200-55.05477539%200-64.6172754%200l0-64.6029c9.5625%200%2021.52977539%200%2035.90191407%200%20102.88081055-2.39036133%20156.72603516-47.85477539%20161.52117187-136.40581054-4.79522461-76.57022461-45.47786133-116.05772461-122.04808594-118.44808594-81.36536133%202.39036133-130.41536133%2047.86918945-147.16441406%20136.40581055l-78.96058594-25.12977539C294.10006836%20161.87213867%20368.27993164%20102.05%20487.92412109%2099.64522461c136.39139648%204.79522461%20206.98558594%2067.00772461%20211.78081055%20186.65191406-2.39036133%2078.975-43.07308594%20132.82022461-122.04808594%20161.53558594C673.36551758%20476.54808594%20723.62506836%20537.56536133%20728.42029297%20630.88463867z%22%20%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); } -.t-icon-tizhongcheng { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-tizhongcheng%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M248.22%20157.23h529.65a101.38%20101.38%200%200%201%20101.38%20101.38v507.85a101.38%20101.38%200%200%201-101.38%20101.37H248.22a101.38%20101.38%200%200%201-101.38-101.37V258.61a101.38%20101.38%200%200%201%20101.38-101.38z%22%20fill%3D%22%23FFFFFF%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M879.25%20709.11v67.58a101.39%20101.39%200%200%201-101.41%20101.37H327.13a101.39%20101.39%200%200%201-101.42-101.37v-67.58z%22%20fill%3D%22%2387BDFF%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M327.13%20157.23h450.71A101.39%20101.39%200%200%201%20879.25%20258.6v405.46a101.39%20101.39%200%200%201-101.41%20101.37H327.13C271.12%20765.43%20227%20772%20227%20751l-1.29-492.4a101.39%20101.39%200%200%201%20101.42-101.37z%22%20fill%3D%22%23CBE1FF%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M566.08%20157.23h243.23c38.63%200%2069.94%2045.38%2069.94%20101.37v405.46c0%2056-31.31%20101.37-69.94%20101.37H566.08z%22%20fill%3D%22%2376B2FF%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M278.5%20366.64c51.13-65.43%20134.61-108%20228.91-108%2091.49%200%20172.78%2040.1%20224.24%20102.24l-98.89%2086.84c-25.68-39.08-72.21-65.19-125.35-65.19-56%200-104.66%2029-129.31%2071.6z%22%20fill%3D%22%23FFFFFF%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M781%20884.75H248.53a123%20123%200%200%201-122.88-122.88V659.46h41v102.4a82%2082%200%200%200%2081.92%2081.92H781a82%2082%200%200%200%2081.92-81.92v-102.4h41v102.4A123%20123%200%200%201%20781%20884.75z%22%20fill%3D%22%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M782%20782.35H247.5a122%20122%200%200%201-121.85-121.86V259.06A122%20122%200%200%201%20247.5%20137.2H782a122%20122%200%200%201%20121.88%20121.86v401.43A122%20122%200%200%201%20782%20782.35zM247.5%20178.16a81%2081%200%200%200-80.9%2080.9v401.43a81%2081%200%200%200%2080.9%2080.9H782a81%2081%200%200%200%2080.9-80.9V259.06a81%2081%200%200%200-80.9-80.9z%22%20fill%3D%22%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M383.33%20485.95L250.46%20369.26%20262.37%20354c27.49-35.18%2064-64.36%20105.51-84.39a323%20323%200%200%201%20139.54-31.52%20319.09%20319.09%200%200%201%20135.78%2029.74c40.53%2018.88%2076.57%2046.52%20104.24%2079.92l12.69%2015.32-131.55%20115.54-12.93-19.68a122.13%20122.13%200%200%200-44.87-40.41A135.48%20135.48%200%200%200%20507.41%20403c-46.93%200-89.68%2023.52-111.58%2061.38z%20m-76.2-121.42l67.23%2059c31.29-38.45%2080.27-61.55%20133-61.55A176.58%20176.58%200%200%201%20590%20382.34a165.64%20165.64%200%200%201%2045.62%2035.58l67-58.8A262.24%20262.24%200%200%200%20625.89%20305a278.42%20278.42%200%200%200-118.48-25.9%20281.8%20281.8%200%200%200-121.75%2027.45%20260.69%20260.69%200%200%200-78.53%2057.97z%22%20fill%3D%22%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M507.41%20303.65a22.54%2022.54%200%200%201%2022.54%2022.54v45a22.54%2022.54%200%200%201-22.54%2022.54%2022.54%2022.54%200%200%201-22.54-22.54v-45a22.54%2022.54%200%200%201%2022.54-22.54z%22%20fill%3D%22%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +.t-icon-two_val { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-two_val%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M247.42698242%20821.13558594l0-46.6731c45.46441406-95.70963867%20120.83941406-181.85581055%20226.13941406-258.44036133%20107.67603516-78.96058594%20160.32603516-150.75%20157.93558594-215.36727539-2.39036133-86.14713867-51.45477539-130.41536133-147.16353515-132.80581055-74.19418945%204.79522461-124.43941406%2051.45477539-150.76441407%20139.99227539l-71.78941406-35.90191406C302.46743164%20154.68558594%20381.44243164%2097.25477539%20498.69529297%2099.64522461c134.00103516%204.79522461%20205.79036133%2068.21727539%20215.36639648%20190.25191406%207.17213867%2093.31918945-52.65%20183.05191406-179.47977539%20269.19808594-98.11353516%2071.80286133-162.71639648%20138.79713867-193.82308594%20201.00963867l376.8885%200%200%2061.0308L247.427%20821.13566328z%22%20%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-one_val { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-one_val%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M516.63860352%20250.40963867c-52.65%2047.86918945-116.05772461%2086.14713867-190.2375%20114.8625l0-75.375c110.06727539-50.25963867%20180.66058594-113.66727539%20211.78081054-190.25191406l53.8308%200%200%20728.6625-75.375%200L516.63771406%20250.4096z%22%20%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-average_val { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-average_val%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M388.096%20648.064c1.813333%204.992%202.773333%209.024%202.88%2012.074667s-0.746667%205.376-2.56%206.954666c-1.813333%201.6-4.821333%202.602667-9.002667%203.072-4.202667%200.448-9.813333%200.682667-16.832%200.682667-7.04%200-12.650667-0.170667-16.853333-0.512-4.202667-0.341333-7.36-0.896-9.514667-1.685333s-3.733333-1.877333-4.757333-3.221334a27.285333%2027.285333%200%200%201-2.901333-5.098666l-37.76-107.136H107.818667l-36.053334%20105.792c-0.682667%202.026667-1.6%203.797333-2.730666%205.269333s-2.773333%202.709333-4.928%203.733333-5.226667%201.749333-9.194667%202.218667-9.130667%200.682667-15.466667%200.682667c-6.592%200-11.968-0.298667-16.149333-0.853334-4.202667-0.554667-7.146667-1.642667-8.853333-3.221333-1.706667-1.578667-2.496-3.925333-2.389334-6.976s1.066667-7.082667%202.901334-12.053333L162.56%20238.954667a17.770667%2017.770667%200%200%201%203.562667-6.122667%2014.933333%2014.933333%200%200%201%206.464-3.733333%2048.426667%2048.426667%200%200%201%2010.88-1.856c4.437333-0.341333%2010.026667-0.512%2016.832-0.512%207.253333%200%2013.269333%200.170667%2018.026666%200.512%204.757333%200.341333%208.618667%200.96%2011.562667%201.856%202.944%200.917333%205.226667%202.218667%206.805333%203.925333s2.837333%203.797333%203.733334%206.293333l147.669333%20408.746667zM198.634667%20287.189333h-0.341334L122.453333%20506.581333h153.066667L198.634667%20287.189333zM693.184%20353.514667a28.437333%2028.437333%200%200%201-0.682667%206.122666%20112.277333%20112.277333%200%200%201-2.048%208.170667L586.026667%20658.602667a18.261333%2018.261333%200%200%201-3.562667%206.122666%2015.104%2015.104%200%200%201-6.656%203.754667%2052.992%2052.992%200%200%201-11.221333%201.856c-4.522667%200.362667-10.197333%200.512-17.002667%200.512-6.784%200-12.48-0.234667-17.024-0.682667a54.336%2054.336%200%200%201-11.050667-2.048%2016.213333%2016.213333%200%200%201-6.634666-3.733333%2016.938667%2016.938667%200%200%201-3.754667-5.781333l-104.064-290.794667a150.186667%20150.186667%200%200%201-2.218667-7.146667%2032.576%2032.576%200%200%201-1.002666-4.586666%2020.693333%2020.693333%200%200%201-0.170667-2.56c0-1.813333%200.448-3.392%201.365333-4.757334s2.432-2.432%204.586667-3.221333c2.154667-0.789333%204.970667-1.301333%208.490667-1.536%203.52-0.234667%207.872-0.341333%2013.098666-0.341333%206.570667%200%2011.84%200.170667%2015.808%200.512%203.968%200.341333%207.04%200.96%209.194667%201.877333s3.733333%202.048%204.757333%203.392c1.024%201.365333%201.984%203.072%202.901334%205.098667l86.4%20252.373333%201.344%204.074667%201.024-4.074667%2085.376-252.373333a12.010667%2012.010667%200%200%201%202.368-5.098667%2012.842667%2012.842667%200%200%201%204.928-3.392%2030.933333%2030.933333%200%200%201%208.832-1.877333c3.754667-0.341333%208.682667-0.512%2014.805333-0.512%205.205333%200%209.514667%200.106667%2012.906667%200.341333s6.058667%200.789333%208%201.706667c1.92%200.896%203.264%201.984%204.074666%203.221333%200.874667%201.258667%201.258667%202.773333%201.258667%204.586667zM1003.050667%20368.149333c0%207.936-1.088%2013.674667-3.221334%2017.173334-2.154667%203.52-4.928%205.269333-8.341333%205.269333h-43.882667c7.936%208.170667%2013.504%2017.173333%2016.661334%2027.050667s4.778667%2020.117333%204.778666%2030.784c0%2017.706667-2.858667%2033.344-8.512%2046.954666s-13.781333%2025.109333-24.32%2034.517334a109.077333%20109.077333%200%200%201-37.589333%2021.589333c-14.528%204.992-30.613333%207.509333-48.298667%207.509333a125.717333%20125.717333%200%200%201-35.541333-4.928c-11.221333-3.285333-19.904-7.424-26.026667-12.416a53.354667%2053.354667%200%200%200-10.048%2013.930667%2039.914667%2039.914667%200%200%200-3.925333%2018.048c0%207.936%203.690667%2014.506667%2011.072%2019.733333%207.381333%205.205333%2017.173333%208.042667%2029.418667%208.490667l79.936%203.392a164.48%20164.48%200%200%201%2041.834666%206.293333c12.693333%203.754667%2023.68%209.066667%2033.002667%2015.978667%209.301333%206.912%2016.533333%2015.445333%2021.781333%2025.514667%205.205333%2010.090667%207.808%2021.802667%207.808%2035.2a94.72%2094.72%200%200%201-8.832%2040.128c-5.909333%2012.714667-14.912%2023.850667-27.050666%2033.493333-12.138667%209.642667-27.626667%2017.237333-46.442667%2022.784-18.837333%205.568-41.045333%208.341333-66.666667%208.341333-24.704%200-45.76-2.112-63.082666-6.293333-17.344-4.181333-31.573333-9.92-42.688-17.173333-11.114667-7.274667-19.157333-15.936-24.170667-26.026667a73.386667%2073.386667%200%200%201-7.488-32.832c0-7.488%200.917333-14.741333%202.730667-21.781333s4.586667-13.717333%208.341333-20.053334c3.733333-6.357333%208.384-12.416%2013.930667-18.197333%205.568-5.781333%2011.968-11.52%2019.221333-17.194667-11.114667-5.674667-19.328-12.821333-24.661333-21.418666a52.053333%2052.053333%200%200%201-8-27.904c0-13.824%202.837333-26.197333%208.512-37.077334%205.653333-10.88%2012.693333-20.629333%2021.077333-29.248-7.04-8.384-12.586667-17.856-16.661333-28.394666s-6.122667-23.296-6.122667-38.272c0-17.450667%202.944-33.109333%208.832-46.933334a99.456%2099.456%200%200%201%2024.490667-35.029333c10.410667-9.514667%2022.954667-16.832%2037.589333-21.930667s30.549333-7.658667%2047.786667-7.658666c9.301333%200%2017.962667%200.512%2026.026666%201.536%208.042667%201.024%2015.573333%202.432%2022.613334%204.245333h92.522666c3.861333%200%206.741333%201.877333%208.661334%205.610667%201.984%203.754667%202.944%209.493333%202.944%2017.194666z%20m-59.52%20323.114667c0-13.162667-5.376-23.317333-16.149334-30.464s-25.344-10.944-43.712-11.392l-79.253333-2.709333a144.426667%20144.426667%200%200%200-17.856%2016.149333c-4.672%205.098667-8.341333%209.984-11.072%2014.634667s-4.586667%209.258667-5.610667%2013.781333a62.933333%2062.933333%200%200%200-1.536%2013.930667c0%2014.72%207.488%2025.898667%2022.464%2033.493333%2014.954667%207.594667%2035.818667%2011.392%2062.592%2011.392%2017.002667%200%2031.232-1.642667%2042.688-4.928%2011.434667-3.285333%2020.693333-7.637333%2027.712-13.077333a48.426667%2048.426667%200%200%200%2015.146667-18.709334c3.050667-7.04%204.586667-14.4%204.586667-22.101333z%20m-28.245334-242.496c0-20.864-5.738667-37.12-17.173333-48.810667-11.456-11.669333-27.733333-17.514667-48.810667-17.514666-10.901333%200-20.352%201.813333-28.394666%205.44-8.064%203.626667-14.741333%208.618667-20.074667%2014.976s-9.301333%2013.653333-11.904%2021.930666-3.925333%2016.938667-3.925333%2026.026667c0%2020.181333%205.738667%2036.032%2017.194666%2047.616%2011.434667%2011.562667%2027.477333%2017.344%2048.128%2017.344%2011.114667%200%2020.757333-1.749333%2028.906667-5.269333%208.149333-3.498667%2014.890667-8.384%2020.224-14.634667%205.333333-6.229333%209.301333-13.44%2011.904-21.589333%202.624-8.170667%203.925333-16.682667%203.925333-25.514667z%22%20fill%3D%22%23515151%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-jump_kcal { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-jump_kcal%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M408.106667%2081.024l31.168%2014.016c62.485333%2028.032%20112.725333%2059.925333%20149.333333%2094.741333%2032.277333%2030.741333%2055.061333%2064.874667%2067.776%20101.482667%2018.88%2054.570667%2013.077333%20107.690667%204.672%20151.146667%2020.842667-38.976%2059.413333-99.541333%2059.413333-99.541333l26.858667%2027.029333c1.685333%201.621333%2040.981333%2040.789333%2077.248%20100.096%2021.461333%2035.093333%2037.312%2069.930667%2047.253333%20103.594667%2012.544%2042.730667%2015.488%2083.754667%208.725333%20121.856-15.914667%2089.28-123.264%20162.048-241.984%20216.128l-13.973333%206.421333-5.738667-14.229333c-24.938667-61.568-55.296-103.573333-82.048-140.608-34.453333-47.658667-62.912-87.082667-58.816-143.552-47.552%2044.138667-68.885333%20111.957333-78.421333%20165.141333-12.565333%2069.888-8.106667%20130.794667-8.064%20131.413333l2.026667%2026.794667-23.68-12.736c-2.048-1.066667-50.453333-27.328-102.741333-74.282667-30.869333-27.648-56.597333-56.874667-76.565333-86.698667-25.28-37.781333-41.258667-76.842667-47.552-116.010667-14.101333-87.722667%2019.925333-175.573333%20101.077333-261.141333l13.546667-14.272%2042.24%2073.045333c17.408-18.005333%2049.173333-53.525333%2076.970667-98.922667%2053.226667-86.976%2067.541333-167.253333%2042.517333-238.677333L408.106667%2081.024M335.146667%201.429333l32.682667%2093.653333%2011.264%2032.277333c20.565333%2058.752%207.573333%20126.826667-38.634667%20202.346667-10.944%2017.877333-22.592%2034.133333-33.536%2048.128l-12.352-21.333333-28.586667-49.408-39.296%2041.408-13.546667%2014.272c-90.794667%2095.722667-128.576%20195.733333-112.256%20297.28%207.296%2045.354667%2025.536%2090.090667%2054.229333%20132.949333%2022.08%2033.002667%2050.197333%2064.896%2083.562667%2094.762667%2057.472%2051.626667%20110.976%2080.085333%20111.509333%2080.362667l23.168%2012.458667%2068.650667%2036.885333-5.888-77.717333-2.026667-26.794667c-0.042667-0.533333-3.946667-56.917333%207.509333-120.64%203.669333-20.48%209.472-44.437333%2018.602667-67.925333%2011.904%2021.994667%2026.816%2042.645333%2042.069333%2063.765333%2026.581333%2036.778667%2054.058667%2074.816%2077.077333%20131.626667l5.696%2014.144%2016.704%2041.493333%2040.661333-18.666667%2013.973333-6.421333c160.362667-73.045333%20249.962667-156.309333%20266.197333-247.402667%207.914667-44.714667%204.629333-92.245333-9.792-141.376-11.050667-37.44-28.458667-75.712-51.797333-113.834667-39.978667-65.386667-83.626667-108.16-84.032-108.565333l-26.197333-26.368-37.610667-37.824-11.52%2018.090667c-1.450667-5.226667-3.093333-10.474667-4.906667-15.744-14.954667-43.114667-41.408-82.944-78.656-118.421333-40.128-38.186667-94.4-72.768-161.301333-102.784l-31.146667-14.016L335.146667%201.429333%20335.146667%201.429333z%22%20fill%3D%22%23515151%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-jump_time { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-jump_time%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M512%2042.666667A469.333333%20469.333333%200%200%200%2042.666667%20512%20469.333333%20469.333333%200%201%200%20512%2042.666667z%20m0%20878.506666A409.173333%20409.173333%200%200%201%20102.826667%20512a409.173333%20409.173333%200%200%201%20818.346666%200A409.173333%20409.173333%200%200%201%20512%20921.173333z%20m277.333333-384a38.4%2038.4%200%200%200-38.4-38.4h-268.8V230.4a38.4%2038.4%200%200%200-76.8%200v307.2a38.4%2038.4%200%200%200%2038.4%2038.4h307.2a38.4%2038.4%200%200%200%2038.4-38.4z%22%20fill%3D%22%23666666%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-jump_num { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-jump_num%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M598.5828125%20129.1625C544.8640625%2086.58125%20481.5125%2062%20413.6609375%2062%20219.45078125%2062%2062%20263.4734375%2062%20512c0%20248.5265625%20157.44375%20450%20351.66796875%20450%2030.15%200%2059.4140625-4.8515625%2087.3421875-13.98515625%2013.15546875-4.303125%2020.025-18.2953125%2016.70625-31.73203125l-3.10078125-12.59296875c-4.275-17.3109375-23.2875-26.2125-40.35234375-21.0375Q444.5140625%20891.6875%20413.66796875%20891.6875q-50.2734375%200-97.65703125-24.0046875-53.7328125-27.21796875-95.5828125-80.775-43.5515625-55.72265625-66.54375-130.04296875Q132.33359375%20587.21328125%20132.33359375%20512q0-75.20625%2021.55078125-144.86484375%2022.9921875-74.3203125%2066.54375-130.04296875%2041.85-53.55703125%2095.5828125-80.775Q363.39453125%20132.3125%20413.66796875%20132.3125q50.2734375%200%2097.65703125%2024.0046875%2053.7328125%2027.21796875%2095.5828125%2080.775%201.00546875%201.2796875%202.0953125%202.70703125a6.9609375%206.9609375%200%200%201%201.434375%204.23984375V265.90625a28.125%2028.125%200%200%200%2028.125%2028.125h14.0625a28.125%2028.125%200%200%200%2028.125-28.125V111.21875a28.125%2028.125%200%200%200-28.125-28.125h-14.0625a28.125%2028.125%200%200%200-28.125%2028.125v12.375c0%206.02578125-7.1296875%209.309375-11.8546875%205.56875m331.59375%20569.70703125a26.409375%2026.409375%200%201%201%200%2052.82578125h-11.73515625a7.03125%207.03125%200%200%200-7.03125%207.03125v93.8953125q0%2030.65625%201.28671875%2035.72578125%201.29375%205.06953125%205.8921875%208.37421875%204.59140625%203.3046875%2011.1796875%203.3046875l0.1828125-0.00703125c13.9078125-0.09140625%2027.871875%206.9890625%2029.390625%2020.8125l0.58359375%205.3578125c1.23046875%2011.21484375-5.11875%2022.2328125-16.08046875%2024.91171875q-15.8484375%203.8671875-34.0875%203.8671875-17.88046875%200-32.23125-6.01171875-14.35078125-6.01171875-21.065625-15.5671875-6.7078125-9.5484375-9.2953125-25.81875-2.11640625-11.559375-2.11640625-46.69453125V757.76328125a6.06796875%206.06796875%200%200%200-6.06796875-6.06796875%2024.27890625%2024.27890625%200%200%201-24.27890625-24.2859375v-4.2609375a24.27890625%2024.27890625%200%200%201%2024.27890625-24.27890625%206.06796875%206.06796875%200%200%200%206.06796875-6.06796875v-27.52734375a28.125%2028.125%200%200%201%2013.9640625-24.3l10.1109375-5.8921875c18.7453125-10.9265625%2042.2859375%202.6015625%2042.2859375%2024.3v32.45625a7.03125%207.03125%200%200%200%207.03125%207.03125h11.73515625z%20m-162.27421875%20250.4390625h-9.871875a28.125%2028.125%200%200%201-28.125-28.125v-99.6890625q0-40.56328125-4.23984375-52.4671875-4.2328125-11.9109375-13.76015625-18.51328125-9.534375-6.609375-22.94296875-6.609375-17.17734375%200-30.825%209.4359375-13.64765625%209.4359375-18.703125%2025.003125-5.0625%2015.56015625-5.0625%2057.53671875v85.303125a28.125%2028.125%200%200%201-28.125%2028.125H596.375a28.125%2028.125%200%200%201-28.125-28.125V726.99453125a28.125%2028.125%200%200%201%2028.125-28.125h12.07265625a21.21328125%2021.21328125%200%200%201%2021.21328125%2021.21328125c0%205.0625%206.65859375%207.41796875%2010.1953125%203.796875q29.96015625-30.6703125%2072.16875-30.6703125%2021.88125%200%2040.00078125%207.903125%2018.11953125%207.89609375%2027.4078125%2020.15859375%209.2953125%2012.2625%2012.94453125%2027.8296875%203.64921875%2015.56015625%203.64921875%2044.57109375v127.51171875a28.125%2028.125%200%200%201-28.125%2028.125z%22%20fill%3D%22%23515151%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-bmi { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-bmi%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M123.74316432%20325.58398412h143.43749974c58.13964844%200%2097.42675807%2023.07128932%2097.42675807%2092.28515651a84.11132787%2084.11132787%200%200%201-41.39648488%2077.78320287c37.17773438%2013.183594%2055.89843775%2048.12011693%2055.89843775%2094.52636718%200%2075.67382838-52.73437525%20108.105469-107.578125%20108.10546901H123.74316432z%20m67.10449193%20150.95214895h67.89550756c23.46679713%200%2041.00097631-13.183594%2041.00097707-44.4287112%200-35.46386693-22.28027369-42.84667994-46.14257863-42.84667994H190.84765625z%20m0%20158.203125h71.71875025c26.36718725%200%2049.43847656-10.54687475%2049.43847657-49.17480495s-19.64355443-52.73437525-48.25195313-52.73437525H190.84765625zM435.13964818%20325.58398412h94.39453176l71.32324168%20256.42089869h0.79101563l67.5000005-256.42089869h94.394531v372.83203176h-62.753906v-263.67187551h-0.92285181l-74.75097656%20263.67187551h-51.67968725L498.816406%20436.85351562h-0.92285106v261.56250026h-62.75390676zM833.15234375%20325.58398412h67.10449193v372.83203176h-67.10449193z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-quanxian { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-quanxian%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M595.0976%20626.4832m-182.016%200a182.016%20182.016%200%201%200%20364.032%200%20182.016%20182.016%200%201%200-364.032%200Z%22%20fill%3D%22%23FFBE0A%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M515.6352%20930.048c-15.3088%200-30.6176-3.328-44.8512-9.984-102.2976-47.7696-340.2752-178.688-340.2752-362.3936V290.0992c0-52.7872%2037.9904-97.024%2090.3168-105.1648C281.9584%20175.4112%20373.76%20153.6%20463.6672%20103.6288c32.4608-18.0224%2071.168-18.1248%20103.5776-0.3072%2094.0032%2051.8144%20183.8592%2073.2672%20242.7392%2082.176%2052.3264%207.936%2090.3168%2052.1728%2090.3168%20105.1648v267.008c0%20185.9584-237.9776%20315.5456-340.3264%20362.5984a105.0368%20105.0368%200%200%201-44.3392%209.7792z%20m0.1536-768.3072c-5.9392%200-11.8272%201.4848-17.2544%204.5056-99.2256%2055.1424-199.7824%2079.104-266.7008%2089.4976-17.152%202.6624-29.6448%2017.1008-29.6448%2034.3552v267.6224c0%20146.4832%20228.7616%20264.704%20298.9056%20297.4208%209.1648%204.3008%2019.712%204.3008%2028.928%200.1024%2070.0416-32.2048%20298.5984-148.9408%20298.5984-297.5232V290.6624c0-17.3056-12.3392-31.6928-29.3888-34.304-64.6144-9.7792-163.328-33.3824-266.5984-90.2656a35.28192%2035.28192%200%200%200-16.8448-4.352z%22%20fill%3D%22%2334332E%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M586.7008%20609.6384h-35.584c0-16.8448-0.0512-32.3072%200-44.6976%2064.3584-15.616%20112.3328-73.6768%20112.3328-142.7968%200-81.0496-65.9456-146.944-146.944-146.944-81.0496%200-146.944%2065.9456-146.944%20146.944%200%2068.1984%2046.7456%20125.696%20109.824%20142.1824-0.1024%2027.0336%200.0512%2073.3696%200.3584%20154.8288%200.0512%2019.7632%2016.128%2035.6864%2035.84%2035.6864h0.1536c19.8144-0.1024%2035.7888-16.1792%2035.6864-35.9936l-0.1536-37.5808h35.4304c19.8144%200%2035.84-16.0256%2035.84-35.84s-16.0256-35.7888-35.84-35.7888zM441.1904%20422.144c0-41.5232%2033.792-75.264%2075.264-75.264%2041.5232%200%2075.264%2033.792%2075.264%2075.264s-33.792%2075.264-75.264%2075.264-75.264-33.7408-75.264-75.264z%22%20fill%3D%22%2334332E%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-lishijilu2 { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-lishijilu2%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M662.272%20605.0816m-179.0976%200a179.0976%20179.0976%200%201%200%20358.1952%200%20179.0976%20179.0976%200%201%200-358.1952%200Z%22%20fill%3D%22%23FFBE0A%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M553.4208%20122.2144c-213.8624%200-387.84%20173.9776-387.84%20387.84%200%2011.1104%200.512%2022.1696%201.4848%2033.1776l-44.288-31.6416c-16.0768-11.52-38.5024-7.7824-50.0224%208.2944s-7.7824%2038.5024%208.2944%2050.0224l120.576%2086.2208c6.144%204.4032%2013.4144%206.7072%2020.8384%206.7072a35.75296%2035.75296%200%200%200%2029.4912-15.4624l78.4384-113.5104c11.264-16.2816%207.168-38.6048-9.1136-49.8688-16.2816-11.264-38.6048-7.168-49.8688%209.1136l-32.7168%2047.3088c-0.9728-10.0352-1.4848-20.1728-1.4848-30.3104%200-174.336%20141.824-316.16%20316.16-316.16s316.16%20141.824%20316.16%20316.16-141.824%20316.16-316.16%20316.16c-85.2992%200-165.3248-33.4848-225.1776-94.2592-13.8752-14.08-36.608-14.2848-50.688-0.3584-14.08%2013.8752-14.2848%2036.608-0.3584%2050.688%2073.472%2074.5472%20171.5712%20115.6096%20276.2752%20115.6096%20213.8624%200%20387.84-173.9776%20387.84-387.84s-173.9776-387.8912-387.84-387.8912z%22%20fill%3D%22%2334332E%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M543.1808%20285.6448c-19.8144%200-35.84%2016.0256-35.84%2035.84v192.1536c0%2011.6736%205.6832%2022.6304%2015.2576%2029.3376l136.0896%2095.4368c6.2464%204.4032%2013.4656%206.5024%2020.5312%206.5024%2011.264%200%2022.4256-5.3248%2029.3888-15.2576a35.85536%2035.85536%200%200%200-8.7552-49.92L579.072%20495.0016V321.4848a35.8912%2035.8912%200%200%200-35.8912-35.84z%22%20fill%3D%22%2334332E%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-xinyongka { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-xinyongka%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M843.776%20496.1792H183.808c-26.5216%200-47.9744-21.504-47.9744-47.9744v-68.608c0-26.5216%2021.504-47.9744%2047.9744-47.9744h659.968c26.5216%200%2047.9744%2021.504%2047.9744%2047.9744v68.608c0%2026.4704-21.4528%2047.9744-47.9744%2047.9744z%22%20fill%3D%22%23FFBE0A%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M856.8832%20319.1808c-0.2048-0.6656-0.4096-1.3312-0.6656-1.9456l-43.9296-111.2576c-15.36-38.9632-44.7488-69.12-82.688-85.0432-37.0176-15.5136-77.7216-15.4112-114.688%200.3072L197.4272%20298.5984c-4.1984%201.792-7.8336%204.3008-10.9056%207.2704-56.5248%2024.7296-96.1024%2081.152-96.1024%20146.688v296.8064c0%2088.2688%2071.8336%20160.1024%20160.1024%20160.1024h517.9392c88.2688%200%20160.1024-71.8336%20160.1024-160.1024V452.5568c0-55.6032-28.5184-104.6528-71.68-133.376z%20m-213.9648-131.9936c18.9952-8.0896%2039.936-8.1408%2058.9824-0.1536%2019.968%208.3456%2035.4816%2024.4224%2043.7248%2045.2096l23.808%2060.2112H395.1104l247.808-105.2672zM250.5216%20364.1344h517.9392c48.7424%200%2088.4224%2039.68%2088.4224%2088.4224v7.7824H162.0992v-7.7824c0-48.7424%2039.68-88.4224%2088.4224-88.4224z%20m517.9392%20473.6512H250.5216c-48.7424%200-88.4224-39.68-88.4224-88.4224v-217.344h694.784v217.344c0%2048.7424-39.68%2088.4224-88.4224%2088.4224z%22%20fill%3D%22%2334332E%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M442.7776%20584.8064h-179.2c-19.8144%200-35.84%2016.0256-35.84%2035.84s16.0256%2035.84%2035.84%2035.84h179.2c19.8144%200%2035.84-16.0256%2035.84-35.84s-16.0768-35.84-35.84-35.84z%22%20fill%3D%22%2334332E%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-ziliao { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-ziliao%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M881.92%20681.9328H140.288v115.3024c0%2033.6896%2034.8672%2060.9792%2077.8752%2060.9792h585.8816c43.008%200%2077.8752-27.2896%2077.8752-60.9792v-115.3024z%22%20fill%3D%22%23FFBE0A%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M827.0336%20472.1664V248.1664c0-69.5296-56.576-126.0544-126.1056-126.0544H315.136c-69.5296%200-126.0544%2056.576-126.0544%20126.0544v224c-51.712%2010.7008-90.7264%2056.6272-90.7264%20111.4624v196.608c0%2062.7712%2051.0464%20113.8176%20113.8176%20113.8176h591.8208c62.7712%200%20113.8176-51.0464%20113.8176-113.8176v-196.608c-0.0512-54.8864-39.0656-100.7616-90.7776-111.4624zM315.136%20193.7408h385.792c30.0032%200%2054.4256%2024.4224%2054.4256%2054.3744v221.6448h-69.7344c-27.648%200-52.9408%2014.9504-65.9968%2038.9632-22.272%2041.0112-65.024%2066.5088-111.5648%2066.5088s-89.344-25.4976-111.616-66.5088c-13.056-24.064-38.3488-38.9632-65.9968-38.9632H260.7616V248.1664c0-30.0032%2024.3712-54.4256%2054.3744-54.4256z%20m530.944%20586.496c0%2023.2448-18.8928%2042.1376-42.1376%2042.1376H212.1728c-23.2448%200-42.1376-18.8928-42.1376-42.1376v-196.608c0-23.2448%2018.8928-42.1376%2042.1376-42.1376h118.3232c1.28%200%202.5088%200.6144%202.9696%201.4848%2034.816%2064.1536%20101.6832%20103.9872%20174.592%20103.9872s139.776-39.8336%20174.592-103.9872c0.4608-0.8704%201.6896-1.4848%202.9696-1.4848h118.3232c23.2448%200%2042.1376%2018.8928%2042.1376%2042.1376v196.608z%22%20fill%3D%22%2334332E%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M413.9008%20332.288h189.5424c19.8144%200%2035.84-16.0256%2035.84-35.84s-16.0256-35.84-35.84-35.84H413.9008c-19.8144%200-35.84%2016.0256-35.84%2035.84s16.0768%2035.84%2035.84%2035.84z%22%20fill%3D%22%2334332E%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-shenfenxinxi { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-shenfenxinxi%22%20viewBox%3D%220%200%201027%201024%22%3E%3Cpath%20d%3D%22M0%20512a513.976834%20512%200%201%200%201027.953668%200%20513.976834%20512%200%201%200-1027.953668%200Z%22%20fill%3D%22%23FD9966%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1024%20563.397683c-15.769205%20163.110548-108.46295%20303.784031-241.450502%20385.482626-8.792958-29.411336-13.561081-60.928-13.561081-93.707861%200-160.246116%20113.952618-290.321792%20255.011583-291.774765z%22%20fill%3D%22%23FFFFFF%22%20opacity%3D%22.3%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M340.015444%2031.629344c-26.420386%20134.399012-139.942054%20228.015938-260.942085%20211.639845C139.350981%20146.285714%20231.099799%2070.962409%20340.015444%2031.629344z%22%20fill%3D%22%23FFFFFF%22%20fill-opacity%3D%22.4%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M280.710425%20292.571429m23.722007%200l421.065637%200q23.722008%200%2023.722008%2023.722007l0%20369.667954q0%2023.722008-23.722008%2023.722008l-421.065637%200q-23.722008%200-23.722007-23.722008l0-369.667954q0-23.722008%2023.722007-23.722007Z%22%20fill%3D%22%23FFFFFF%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M340.015444%20392.401544a41.513514%2040.525097%200%201%200%2083.027027%200%2041.513514%2040.525097%200%201%200-83.027027%200Z%22%20fill%3D%22%23FD9966%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M458.625483%20369.667954m7.907336%200l112.679536%200q7.907336%200%207.907336%207.907336l0%2031.629343q0%207.907336-7.907336%207.907336l-112.679536%200q-7.907336%200-7.907336-7.907336l0-31.629343q0-7.907336%207.907336-7.907336Z%22%20fill%3D%22%23FD9966%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M340.015444%20527.814672m7.907336%200l341.992278%200q7.907336%200%207.907336%207.907336l0%2031.629343q0%207.907336-7.907336%207.907336l-341.992278%200q-7.907336%200-7.907336-7.907336l0-31.629343q0-7.907336%207.907336-7.907336Z%22%20fill%3D%22%23FB997A%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M340.015444%20614.795367m7.907336%200l341.992278%200q7.907336%200%207.907336%207.907336l0%2031.629343q0%207.907336-7.907336%207.907336l-341.992278%200q-7.907336%200-7.907336-7.907336l0-31.629343q0-7.907336%207.907336-7.907336Z%22%20fill%3D%22%23FB997A%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-feihuoliangx { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-feihuoliangx%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M512%201024C229.248%201024%200%20794.752%200%20512S229.248%200%20512%200s512%20229.248%20512%20512-229.248%20512-512%20512z%20m3.114667-691.712l53.973333%2053.973333a38.314667%2038.314667%200%200%200%202.133333%201.962667c-12.885333%20116.352-12.885333%20266.24-12.885333%20306.858667%200%2068.992%20218.368%20134.826667%20253.909333%20110.378666%20132.906667-91.648-43.178667-563.328-190.72-563.328-14.933333%200-26.24%2021.248-34.986666%2054.656l-33.706667-33.749333V165.802667a37.802667%2037.802667%200%201%200-75.605333%200V263.253333l-33.792%2033.792c-8.704-33.578667-20.096-54.912-34.986667-54.912-147.626667%200-323.669333%20471.68-190.72%20563.328%2035.498667%2024.490667%20253.866667-41.386667%20253.866667-110.378666%200-40.576%200-190.293333-12.885334-306.645334a38.272%2038.272%200%200%200%202.602667-2.389333l53.802667-53.76z%22%20fill%3D%22%23cdcdcd%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-tiaoshengx { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-tiaoshengx%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M512%201024C229.248%201024%200%20794.752%200%20512S229.248%200%20512%200s512%20229.248%20512%20512-229.248%20512-512%20512z%20m279.04-447.914667a38.272%2038.272%200%200%200-3.84-29.226666l-89.6-155.221334a38.4%2038.4%200%201%200-66.517333%2038.4l89.6%20155.221334a38.4%2038.4%200%200%200%2047.018666%2016.64%20256.042667%20256.042667%200%200%201-153.301333%20247.210666V678.4a38.4%2038.4%200%201%200-76.8%200v190.72a259.072%20259.072%200%200%201-51.2%200V678.4a38.4%2038.4%200%201%200-76.8%200v170.666667a256.042667%20256.042667%200%200%201-153.301333-247.168%2038.4%2038.4%200%200%200%2047.018666-16.64l89.6-155.221334a38.4%2038.4%200%200%200-66.517333-38.4l-89.6%20155.221334a38.272%2038.272%200%200%200-3.84%2029.226666A281.685333%20281.685333%200%200%200%20409.6%20876.8v6.4a38.4%2038.4%200%200%200%2075.050667%2011.52%20285.013333%20285.013333%200%200%200%2054.698666%200%2038.4%2038.4%200%200%200%2075.050667-11.52v-6.4a281.685333%20281.685333%200%200%200%20176.64-300.714667zM477.866667%20332.8a42.666667%2042.666667%200%200%200-42.666667%2042.666667v196.266666a42.666667%2042.666667%200%200%200%2042.666667%2042.666667h68.266666a42.666667%2042.666667%200%200%200%2042.666667-42.666667V375.466667a42.666667%2042.666667%200%200%200-42.666667-42.666667h-68.266666z%20m34.133333-25.6a102.4%20102.4%200%201%200%200-204.8%20102.4%20102.4%200%200%200%200%20204.8z%22%20fill%3D%22%23cdcdcd%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-shenti { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-shenti%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M512%201011.43958443c275.84048227%200%20499.43958443-223.59910218%20499.43958443-499.43958443S787.84048227%2012.56041557%20512%2012.56041557%2012.56041557%20236.15951773%2012.56041557%20512s223.59910218%20499.43958443%20499.43958443%20499.43958443z%20m74.91593761-774.13135604a74.91593761%2074.91593761%200%201%201-149.83187522%200%2074.91593761%2074.91593761%200%200%201%20149.83187522%200z%20m-199.77583402%20187.28984401h-93.644922a43.70096323%2043.70096323%200%201%201%200-87.40192645h424.52364683a43.70096323%2043.70096323%200%201%201%200%2087.40192645H636.85989641a24.9719788%2024.9719788%200%200%200-24.97197999%2024.97197998v32.51351693a299.66375044%20299.66375044%200%200%200%2028.84263597%20128.28105676l62.40497602%20131.70221833a47.57162038%2047.57162038%200%200%201-85.92858043%2040.8042144l-81.45859576-171.05805831c-9.23963192-19.40322785-37.03344476-18.85384469-45.49894571%200.89899123l-71.84438419%20167.58695244a47.69648066%2047.69648066%200%200%201-87.77650725-37.28316417l58.00990727-137.79538202a299.66375044%20299.66375044%200%200%200%2023.47366124-116.26953517V449.57005238a24.9719788%2024.9719788%200%200%200-24.97197999-24.97197998z%22%20fill%3D%22%23cdcdcd%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-quxian { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-quxian%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M858.18519814%20389.4811993c35.33561098%200%2063.97208077%2028.68364683%2063.97208078%2063.97208076v426.055945c0%2035.33561098-28.63646979%2063.97208077-63.97208078%2063.97208077h-85.15457654a63.97208077%2063.97208077%200%200%201-63.97208077-63.97208077V453.35892596c0-35.28843393%2028.63646979-63.97208077%2063.97208077-63.97208076h85.15457654v0.0943541zM261.67856892%20474.73012992c35.28843393%200%2063.92490372%2028.63646979%2063.92490371%2063.92490373v340.85419141c0%2035.28843393-28.63646979%2063.92490372-63.92490371%2063.92490372H176.47681532A63.97208077%2063.97208077%200%200%201%20112.5519116%20879.50922506v-340.90136847c0-35.33561098%2028.63646979-63.97208077%2063.92490372-63.97208074h85.2017536v0.09435408z%20m298.2533146%2085.15457656c35.28843393%200%2063.92490372%2028.68364683%2063.92490373%2063.97208077v255.65243781c0%2035.28843393-28.63646979%2063.92490372-63.92490372%2063.92490372H474.73012992a63.97208077%2063.97208077%200%200%201-63.92490371-63.92490372v-255.69961486c0-35.24125688%2028.63646979-63.92490372%2063.92490371-63.92490373h85.20175361z%20m220.5527121-414.82780694l-50.29073606%200.33023935a31.93886333%2031.93886333%200%200%201-0.47177052-63.87772666l128.22722385-0.94354101a31.75015512%2031.75015512%200%200%201%2029.81589606%2019.90871541c1.41531152%203.3495706%202.35885254%207.54832812%202.35885253%2012.03014792v128.41593205a31.98604039%2031.98604039%200%200%201-63.87772666%200V189.63921248L539.97599107%20475.95673325a31.84450924%2031.84450924%200%200%201-35.57149623%206.55761006L120.85507253%20312.15801317a32.03321744%2032.03321744%200%200%201%2025.9473779-58.49954289l363.40482165%20161.53422166%20270.32450059-270.18296945z%22%20fill%3D%22%2325A5FF%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-jihuo { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-jihuo%22%20viewBox%3D%220%200%201093%201024%22%3E%3Cpath%20d%3D%22M684.55639092%2062a54.13533838%2054.13533838%200%200%201%2054.13533838%2054.13533838v33.83458681h60.90225557a54.13533838%2054.13533838%200%200%201%2054.13533838%2054.13533838v194.50150313a292.56766875%20292.56766875%200%200%200-54.13533838-5.02781923V292.07518789a54.13533838%2054.13533838%200%200%200-54.13533839-54.13533838H271.77443633a54.13533838%2054.13533838%200%200%200-54.1082707%2052.44360908L217.63909795%20292.07518789v548.12030098a54.13533838%2054.13533838%200%200%200%2052.44360908%2054.10827071L271.77443633%20894.33082724l326.17894746%200.00676671a290.8082707%20290.8082707%200%200%200%20113.68421015%2067.66917275L231.17293232%20962a54.13533838%2054.13533838%200%200%201-54.13533838-54.13533838v-33.83458681H116.13533838a54.13533838%2054.13533838%200%200%201-54.13533838-54.13533838V116.13533838a54.13533838%2054.13533838%200%200%201%2054.13533838-54.13533838h568.42105254z%20m98.12030098%20378.94736865c132.67218076%200%20240.22556367%20107.55338378%20240.22556367%20240.22556367S915.34887178%20921.39849599%20782.6766919%20921.39849599%20542.45112823%20813.84511308%20542.45112823%20681.17293232%20650.00451113%20440.94736865%20782.6766919%20440.94736865z%20m112.63533838%20131.68421016l-1.02857169%201.07594033-138.65413535%20153.98796972-42.34060107-50.46090204a27.06766875%2027.06766875%200%200%200-36.97443633-4.2631585l-1.15714336%200.92706767a27.06766875%2027.06766875%200%200%200-4.26315761%2036.96766964l0.92030097%201.16390917%2060.90225557%2072.57518877a26.95263135%2026.95263135%200%200%200%2015.3135334%209.12180411%2027.08120303%2027.08120303%200%200%200%2026.94586464-6.67218077l1.06240606-1.11654141%20158.48120303-176.00751826a27.06766875%2027.06766875%200%200%200-39.20751826-37.29924843zM457.86466162%20528.91729297a23.68421016%2023.68421016%200%200%201%200%2047.36842119h-142.10526269a23.68421016%2023.68421016%200%200%201%200-47.36842119h142.10526269z%20m87.9699252-94.73684151a23.68421016%2023.68421016%200%200%201%200%2047.36842032h-230.07518789a23.68421016%2023.68421016%200%200%201%200-47.36842032h230.07518789z%20m94.7368415-94.73684238a23.68421016%2023.68421016%200%200%201%200%2047.36842119h-324.81202939a23.68421016%2023.68421016%200%200%201%200-47.36842119h324.81202939z%22%20fill%3D%22%2338BC9C%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-lishijilu1 { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-lishijilu1%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M678.39469406%2059.61112821H318.96316246a228.27832632%20228.27832632%200%200%200-228.27832632%20228.27832632v426.69634928a228.27832632%20228.27832632%200%200%200%20228.27832632%20228.27832634h185.43986989a286.7327718%20286.7327718%200%200%201%20402.26998805-406.22674202V287.88945453a228.27832632%20228.27832632%200%200%200-228.27832634-228.27832632z%20m-221.57822291%20400.95107002H281.9279452a42.2053758%2042.2053758%200%201%201%200-84.41075157h174.62474236a42.2053758%2042.2053758%200%201%201%200%2084.41075157z%20m190.2407314-171.24831225H281.9279452a42.2053758%2042.2053758%200%200%201%200-84.41075159h364.86547373a42.2053758%2042.2053758%200%201%201%200%2084.41075159z%22%20fill%3D%22%23EC6B44%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M721.91898784%20538.37835988A217.51595549%20217.51595549%200%201%200%20939.32942991%20756.10534225%20217.51595549%20217.51595549%200%200%200%20721.91898784%20538.37835988z%20m82.61702313%20270.32543194h-94.96209553a42.2053758%2042.2053758%200%200%201-42.2053758-42.20537578v-96.96685088a42.2053758%2042.2053758%200%201%201%2084.4107516%200v54.97250195h52.75671973a42.2053758%2042.2053758%200%200%201%200%2084.41075159z%22%20fill%3D%22%23EC6B44%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M678.39469406%2059.61112821H318.96316246a228.27832632%20228.27832632%200%200%200-228.27832632%20228.27832632v426.69634928a235.87529396%20235.87529396%200%200%200%201.84648519%2028.80516898%20540.70362064%20540.70362064%200%200%200%20345.18721726%2050.91023455%20286.7327718%20286.7327718%200%200%201%20391.34934706-304.19524603%20541.49497144%20541.49497144%200%200%200%2039.77856668-327.98852664%20227.90902927%20227.90902927%200%200%200-190.45175827-102.50630646z%20m-221.57822291%20400.95107002H281.9279452a42.2053758%2042.2053758%200%201%201%200-84.41075157h174.62474236a42.2053758%2042.2053758%200%201%201%200%2084.41075157z%20m190.2407314-171.24831225H281.9279452a42.2053758%2042.2053758%200%200%201%200-84.41075159h364.86547373a42.2053758%2042.2053758%200%201%201%200%2084.41075159z%22%20fill%3D%22%23EE7C55%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M504.40303235%20756.10534225c0%207.06940045%200.36929704%2014.13880088%201.05513441%2021.10268789a540.65086391%20540.65086391%200%200%200%20161.75210271-84.9910755v-22.63263278a42.2053758%2042.2053758%200%200%201%2064.6797384-35.71629925%20539.54297281%20539.54297281%200%200%200%2063.88838761-82.35323952%20217.62146893%20217.62146893%200%200%200-291.37536313%20204.64331587z%22%20fill%3D%22%23EE7C55%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M318.96316246%2059.61112821a228.27832632%20228.27832632%200%200%200-228.27832632%20228.27832632v274.91526658a434.18780348%20434.18780348%200%200%200%20604.06444104-502.56051227c-5.27567197-0.36929704-10.86788426-0.63308063-16.35458312-0.63308063z%20m137.5895251%20400.95107002h-174.62474236a42.2053758%2042.2053758%200%201%201%200-84.41075157h174.62474236a42.2053758%2042.2053758%200%201%201%200%2084.41075157z%20m190.24073137-171.24831225H281.9279452a42.2053758%2042.2053758%200%200%201%200-84.41075159h364.86547373a42.2053758%2042.2053758%200%201%201%200%2084.41075159z%22%20fill%3D%22%23F19970%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M239.72256941%20247.10851019a42.2053758%2042.2053758%200%200%201%2042.20537579-42.2053758h218.62384661a400.95107004%20400.95107004%200%200%200%2036.92970382-125.0334258c0.84410751-6.75286012%201.47718815-13.50572025%202.00475536-20.25858038h-220.52308853a228.27832632%20228.27832632%200%200%200-228.27832632%20228.27832632V429.17195a401.42588051%20401.42588051%200%200%200%20149.09048998-10.07653345v-0.73859409a42.2053758%2042.2053758%200%200%201%2042.2053758-42.2053758h60.8812546a403.69441945%20403.69441945%200%200%200%20102.82284676-86.83756068h-163.54583118a42.2053758%2042.2053758%200%200%201-42.41640269-42.20537579z%22%20fill%3D%22%23F5C295%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-wulianjie { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-wulianjie%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M512%205.12C791.5008%205.12%201018.88%20232.5248%201018.88%20512c0%20279.5008-227.3792%20506.88-506.88%20506.88C232.4992%201018.88%205.12%20791.5008%205.12%20512%205.12%20232.4992%20232.5248%205.12%20512%205.12%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M768.512%20255.5648a172.9024%20172.9024%200%200%200-244.7872%200l-77.568%2077.5168%2040.832%2040.8064%20163.2%20163.2%2040.8576%2040.8576%2077.4912-77.4912a173.312%20173.312%200%200%200-0.0256-244.8896z%20m-394.5728%20231.4496l-40.8576-40.9088-77.4912%2077.568a172.9536%20172.9536%200%200%200%200%20244.7616%20172.9792%20172.9792%200%200%200%20244.736%200l77.568-77.5424-40.832-40.8064-163.1232-163.072z%20m-63.232-217.088a6.4%206.4%200%200%200-9.0368%200l-31.6928%2031.6928a6.4%206.4%200%200%200%200%209.0368L713.4208%20754.176a6.4%206.4%200%200%200%209.0624%200l31.6672-31.6416a6.4%206.4%200%200%200%200-9.0368L310.7072%20269.9776v-0.0512z%22%20fill%3D%22%23FEC407%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-renshiduibifenxi { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-renshiduibifenxi%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M512%20512m-507.74300851%200a507.74300851%20507.74300851%200%201%200%201015.48601702%200%20507.74300851%20507.74300851%200%201%200-1015.48601702%200Z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M275.8530086%20290.51040862h206.8321927v133.54519527H275.8530086c-16.28599913%200-29.3147987-13.02879956-29.31479869-29.31480003v-73.28699609c-1.62860045-17.91459959%2013.02879956-30.94339915%2029.31479869-30.94339915z%20m-60.25819784%20162.85999398h267.09039054v133.54519395H215.59481076c-16.28599913%200-29.3147987-13.02879956-29.3147987-29.31479871v-73.28699743c0-8.14299957%203.25719956-14.65740003%208.14299957-21.17179914%206.51439912-6.51439912%2013.02879956-9.77160002%2021.17179913-9.77159867z%20m60.25819784%20162.85999397h206.8321927v133.54519392H275.8530086c-16.28599913%200-29.3147987-13.02879956-29.31479869-29.31479869v-73.28699742c-1.62860045-17.91459959%2013.02879956-30.94339915%2029.31479869-30.94339781z%20m265.4617901-325.71998795h206.8321927c16.28599913%200%2029.3147987%2013.02879956%2029.31479869%2029.31479869v73.28699744c0%2016.28599913-13.02879956%2029.3147987-29.31479869%2029.31479871H541.3147987v-131.91659484z%20m0%20162.85999398h267.09039054c8.14299957%200%2014.65740003%203.25719956%2021.17179913%208.14299956%204.88579999%204.88579999%208.14299957%2013.02879956%208.14299957%2021.17179914v73.28699741c0%2016.28599913-13.02879956%2029.3147987-29.3147987%2029.3147987H541.3147987v-131.91659481z%20m0%20162.85999397h206.8321927c16.28599913%200%2029.3147987%2013.02879956%2029.31479869%2029.3147987v73.28699742c0%2016.28599913-13.02879956%2029.3147987-29.31479869%2029.31479871H541.3147987v-131.91659483z%20m0%200M512%20215.59481076c6.51439912%200%2013.02879956%204.88579999%2014.65740003%2011.40020046v565.12417755c0%208.14299957-6.51439912%2014.65740003-13.02879958%2014.65740003-8.14299957%200-14.65740003-4.88579999-16.28600048-11.40019913V230.25221077c0-3.25719956%201.62860045-8.14299957%204.88580001-9.77160001%201.62860045-3.25719956%206.51439912-4.88579999%209.77160002-4.8858z%20m0%200%22%20fill%3D%22%23FEC407%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-huihanduibi { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-huihanduibi%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M512%201024C229.232%201024%200%20794.768%200%20512S229.232%200%20512%200c282.784%200%20512%20229.232%20512%20512S794.784%201024%20512%201024z%20m236.368-673.136l-111.312-96.112L601.472%20224H307.616C285.36%20224%20272%20235.536%20272%20254.752v530.496c0%2019.216%2013.36%2030.752%2035.616%2030.752h440.752C766.192%20816%20784%20804.464%20784%20785.248V381.6l-35.632-30.736z%22%20fill%3D%22%23D04A02%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M538.272%20545.408H372.56v-103.712h138.32V358.72l172.992%20186.16zM614.816%20389.296v-115.328l40.096%2034.592v46.128h53.408l40.064%2034.592-133.568%200.016zM518.192%20594.96h165.68v103.728h-138.304v82.976L372.56%20595.52z%22%20fill%3D%22%23D04A02%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-jinxiaoduibi { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-jinxiaoduibi%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M1024.008777%20512A512%20512%200%200%200%209.02973%20417.889524L5.616396%20438.857143v6.095238c0%208.289524-1.950476%2016.579048-2.681905%2024.380952S0.008777%20493.226667%200.008777%20504.929524V512c0%202.438095%200%200%200%200v1.706667A507.367619%20507.367619%200%200%200%20503.963063%201024H512.008777c10.24%200%2019.992381%200%2029.988572-1.462857h2.681904A512%20512%200%200%200%201024.008777%20512zM512.008777%2048.761905a463.238095%20463.238095%200%200%201%20444.708572%20591.969524%20388.388571%20388.388571%200%200%201-31.451429-73.142858c-25.84381-70.217143-57.782857-157.500952-126.780952-160.914285-61.44-2.681905-76.8%2061.19619-88.259048%20112.883809-14.628571%2067.779048-27.550476%20108.251429-76.312381%20108.251429-44.617143%200-57.051429-31.939048-73.142857-99.961905-12.678095-54.613333-29.500952-121.904762-100.693333-121.904762s-86.79619%2073.142857-97.52381%20129.706667c-14.140952%2069.241905-26.331429%20102.15619-66.56%20100.937143C243.818301%20635.611429%20208.70973%20585.142857%20172.62592%20532.48c-32.182857-47.055238-65.340952-95.329524-115.078095-109.714286A463.238095%20463.238095%200%200%201%20512.008777%2048.761905z%22%20fill%3D%22%2348AB07%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-lishishuju { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-lishishuju%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M472.615%2078.77C212.677%2078.77%200%20291.445%200%20551.384S212.677%201024%20472.615%201024s472.616-212.677%20472.616-472.615H472.615V78.769z%22%20fill%3D%22%23249CF2%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1024%20472.615C1024%20212.677%20811.323%200%20551.385%200v472.615H1024z%22%20fill%3D%22%23A5D6FA%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-moxingduibi-huang { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-moxingduibi-huang%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M558.399401%201024c-6.19992%200-11.999845-1.499981-17.199778-4.399943-12.099844-6.899911-19.099753-20.89973-19.099753-38.399504v-381.995065c1.699978-32.49958%2018.499761-62.099198%2044.699422-79.898967l0.699991-0.499994%20327.095774-196.697459c15.099805-8.999884%2030.599605-10.199868%2042.699448-3.299957%2012.099844%206.899911%2019.099753%2020.89973%2019.099753%2038.399504V739.003682c-1.699978%2032.599579-18.399762%2062.199196-44.699422%2079.998967L583.99907%201016.200101c-8.599889%205.199933-17.399775%207.799899-25.599669%207.799899z%20m25.999664-477.993824c-17.899769%2012.299841-29.299621%2032.49958-30.499606%2054.199299v381.095077c0%206.599915%201.799977%209.999871%202.999961%2010.699861s4.999935%200.499994%2010.699862-2.899962l327.095774-196.697459c17.399775-11.799848%2028.899627-32.199584%2030.099611-53.999302v-380.995078c0-6.599915-1.799977-9.999871-2.999962-10.699861s-4.999935-0.499994-10.699861%202.899962L584.399065%20546.006176zM509.600031%20518.706528c-16.299789%200-32.49958-3.999948-47.299389-11.899846L115.405124%20297.109391c-15.399801-9.29988-24.199687-23.099702-24.199687-37.699513%200-14.69981%208.799886-28.399633%2024.199687-37.699512L461.600651%2012.213072c30.499606-16.199791%2065.999147-16.199791%2095.698764-0.499993l0.799989%200.399995%20346.195528%20209.397294c15.399801%209.29988%2024.199687%2023.099702%2024.199687%2037.699513%200%2014.69981-8.799886%2028.399633-24.199687%2037.699513L557.999406%20506.406687c-15.299802%208.199894-31.899588%2012.299841-48.399375%2012.299841z%20m0.199997-486.893709c-11.199855%200-22.299712%202.699965-32.49958%208.099895l-345.395537%20208.9973c-5.499929%203.299957-8.899885%207.399904-8.899885%2010.499864%200%203.199959%203.399956%207.199907%208.899885%2010.499865l346.195527%20209.297296c19.599747%2010.499864%2043.899433%2010.499864%2064.199171-0.399995l345.495536-208.897301c5.499929-3.299957%208.899885-7.399904%208.899885-10.499865s-3.399956-7.199907-8.899885-10.499864L541.999612%2039.712717c-10.09987-5.299932-21.099727-7.899898-32.199584-7.899898zM455.200734%201018.400072c-9.599876%200-19.899743-3.09996-29.999613-9.299879L121.705043%20823.602589c-32.199584-22.199713-52.199326-57.899252-54.1993-96.098758V370.108448c0-20.299738%207.899898-36.499528%2021.799718-44.199429%2013.799822-7.799899%2031.69959-6.19992%2048.999367%204.399943l303.596078%20185.497604c32.699578%2022.499709%2052.199326%2057.29926%2054.399297%2095.99876v357.395382c0%2020.399736-7.999897%2036.599527-21.899717%2044.299428-5.799925%203.299957-12.299841%204.899937-19.199752%204.899936zM108.505213%20352.90867c-1.499981%200-2.699965%200.299996-3.699952%200.79999-3.399956%201.899975-5.599928%208.299893-5.599928%2016.499787v356.495394c1.499981%2027.499645%2016.399788%2054.099301%2039.799486%2070.299092l302.796088%20184.99761c6.99991%204.299944%2013.499826%205.799925%2016.99978%203.899949s5.599928-8.299893%205.599928-16.599785V612.705314c-1.599979-27.89964-16.099792-53.899304-39.899485-70.299092l-302.796087-184.99761c-4.899937-2.899963-9.599876-4.499942-13.19983-4.499942z%22%20fill%3D%22%23FFBA00%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M569.099262%20536.706296l222.397127-130.198318c14.099818-8.399891%2025.699668-1.999974%2025.699668%2014.099818v252.996731c-1.099986%2017.999767-10.599863%2034.299557-25.699668%2044.199429L569.099262%20848.002274c-14.199817%208.399891-25.699668%201.999974-25.699668-14.099818v-252.996731c1.099986-17.999767%2010.599863-34.399556%2025.699668-44.199429z%22%20fill%3D%22%23FFBA00%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M540.59963%20190.210772L775.996589%20328.908981c14.999806%208.799886%2014.999806%2023.099702%200%2031.999586L540.59963%20499.506776c-16.99978%208.799886-37.299518%208.799886-54.299298%200L251.003372%20360.908567c-15.099805-8.899885-15.099805-23.1997%200-31.999586l235.29696-138.698209c16.99978-8.799886%2037.299518-8.799886%2054.299298%200z%22%20fill%3D%22%23FFBA00%22%20opacity%3D%22.8%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M244.503456%20411.807909l206.297335%20122.898413c18.59976%2012.39984%2030.399607%2032.799576%2031.69959%2055.099288V826.002558c0%2019.999742-14.199817%2027.799641-31.69959%2017.399775L244.503456%20720.60392c-18.699758-12.39984-30.499606-32.899575-31.799589-55.199287V429.207685c0-20.09974%2014.199817-27.799641%2031.799589-17.399776z%22%20fill%3D%22%23FFBA00%22%20opacity%3D%22.5%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-jilu { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-jilu%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M512%20512m-512%200a512%20512%200%201%200%201024%200%20512%20512%200%201%200-1024%200Z%22%20fill%3D%22%231580EA%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M785.3056%20415.744h-159.7952c-28.6208%200-45.0048-20.48-45.0048-45.056v-163.84h-278.528c-24.576%200-49.152%2020.48-49.152%2045.056v483.328c0%2024.5248%2020.48%2045.056%2049.152%2045.056h217.088l266.24-262.144v-102.4z%20m-204.8%20200.704h-245.76v-40.96h245.76v40.96z%20m0-122.88h-245.76v-40.96h245.76v40.96z%20m45.0048%20249.856l-28.6208%2073.728%2073.6768-24.5248%20143.36-143.4112-49.152-49.152-139.264%20143.36z%20m192.5632-192.512l-32.768%2032.8192%2049.1008%2049.152%2032.8192-32.8192-49.152-49.152z%20m-131.072-180.224h98.304l-147.5072-163.84h-16.3328v94.208c0%2036.864%2028.6208%2069.632%2065.536%2069.632z%20m0%200%22%20fill%3D%22%23FFFFFF%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-shujuquxian { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-shujuquxian%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M512%20512m-512%200a512%20512%200%201%200%201024%200%20512%20512%200%201%200-1024%200Z%22%20fill%3D%22%235196FA%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M707.560727%20444.439273a35.770182%2035.770182%200%200%201%2035.677091%2035.816727v238.708364a35.770182%2035.770182%200%200%201-35.677091%2035.84h-47.546182a35.770182%2035.770182%200%200%201-35.67709-35.84v-238.754909a35.770182%2035.770182%200%200%201%2035.67709-35.84h47.546182z%20m-332.8%2047.709091a35.770182%2035.770182%200%200%201%2035.677091%2035.863272v190.836364a35.770182%2035.770182%200%200%201-35.677091%2035.84h-47.546182a35.770182%2035.770182%200%200%201-35.67709-35.84v-190.836364a35.770182%2035.770182%200%200%201%2035.67709-35.84h47.546182z%20m166.423273%2047.732363a35.770182%2035.770182%200%200%201%2035.677091%2035.84v143.197091a35.770182%2035.770182%200%200%201-35.677091%2035.84h-47.522909a35.770182%2035.770182%200%200%201-35.723636-35.84v-143.197091a35.770182%2035.770182%200%200%201%2035.723636-35.84z%20m123.112727-232.424727l-28.066909%200.186182a17.92%2017.92%200%200%201-0.302545-35.770182l71.586909-0.512a17.943273%2017.943273%200%200%201%2017.989818%2017.850182v71.936a17.826909%2017.826909%200%201%201-35.653818%200v-28.672l-159.767273%20160.372363a17.733818%2017.733818%200%200%201-19.874909%203.677091l-213.969455-95.418181a17.92%2017.92%200%200%201%2014.49891-32.768l202.775272%2090.507636%20150.830546-151.272727z%22%20fill%3D%22%23FFFFFF%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-lishi { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-lishi%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M588.2213399%201021.93149928H435.7786601c-239.39941966%200-433.71015938-194.31073972-433.71015938-433.71015938V435.7786601c0-239.39941966%20194.31073972-433.71015938%20433.71015938-433.71015938h152.4426798c239.39941966%200%20433.71015938%20194.31073972%20433.71015938%20433.71015938v152.4426798c0%20239.39941966-194.31073972%20433.71015938-433.71015938%20433.71015938z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M998.4%20584.704V439.296c0-228.352-185.344-413.696-413.696-413.696H439.296C210.944%2025.6%2025.6%20210.944%2025.6%20439.296v145.408c0%20228.352%20185.344%20413.696%20413.696%20413.696h145.408c13.312%200%2026.624-1.024%2038.912-2.048%20162.816-61.44%20294.912-185.344%20368.64-342.016%204.096-22.528%206.144-46.08%206.144-69.632z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M998.4%20506.88v-67.584c0-228.352-185.344-413.696-413.696-413.696H439.296C210.944%2025.6%2025.6%20210.944%2025.6%20439.296v145.408c0%20219.136%20169.984%20398.336%20385.024%20412.672%20288.768-11.264%20527.36-217.088%20587.776-490.496z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M584.704%2025.6H439.296C210.944%2025.6%2025.6%20210.944%2025.6%20439.296v145.408c0%20143.36%2072.704%20269.312%20183.296%20343.04%2056.32%2017.408%20115.712%2027.648%20178.176%2027.648%20322.56%200%20584.704-262.144%20584.704-584.704%200-34.816-3.072-67.584-9.216-100.352C898.048%20125.952%20752.64%2025.6%20584.704%2025.6z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M584.704%2025.6H439.296C210.944%2025.6%2025.6%20210.944%2025.6%20439.296v145.408c0%2096.256%2032.768%20185.344%2088.064%20256%2081.92%2048.128%20177.152%2074.752%20279.552%2073.728%20296.96-4.096%20538.624-250.88%20535.552-547.84-1.024-75.776-17.408-147.456-46.08-212.992C807.936%2074.752%20702.464%2025.6%20584.704%2025.6z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M874.496%20490.496c34.816-153.6%200-294.912-77.824-406.528-61.44-36.864-134.144-58.368-210.944-58.368H439.296C210.944%2026.624%2025.6%20211.968%2025.6%20440.32v145.408c0%2059.392%2012.288%20114.688%2034.816%20165.888%20126.976%20109.568%20313.344%20157.696%20503.808%2090.112%20156.672-55.296%20273.408-189.44%20310.272-351.232z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M439.296%2025.6C210.944%2025.6%2025.6%20210.944%2025.6%20439.296v145.408c0%2026.624%203.072%2053.248%207.168%2077.824C116.736%20764.928%20244.736%20829.44%20387.072%20829.44c252.928%200%20458.752-204.8%20458.752-458.752%200-128-52.224-243.712-137.216-326.656-38.912-12.288-79.872-18.432-122.88-18.432H439.296z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M25.6%20439.296v139.264c70.656%20123.904%20204.8%20207.872%20357.376%20208.896%20228.352%202.048%20418.816-185.344%20419.84-414.72%200-144.384-71.68-270.336-182.272-345.088-12.288-1.024-23.552-2.048-35.84-2.048H439.296C210.944%2025.6%2025.6%20210.944%2025.6%20439.296z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M529.408%2025.6h-90.112C210.944%2025.6%2025.6%20210.944%2025.6%20439.296v29.696c43.008%20158.72%20188.416%20276.48%20361.472%20276.48%20206.848%200%20373.76-167.936%20373.76-373.76C760.832%20215.04%20665.6%2081.92%20529.408%2025.6z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M384%2041.984c-33.792%200-66.56%205.12-97.28%2014.336-74.752%2029.696-139.264%2079.872-186.368%20144.384-30.72%2050.176-48.128%20109.568-48.128%20173.056%200%20183.296%20148.48%20331.776%20331.776%20331.776s331.776-148.48%20331.776-331.776S567.296%2041.984%20384%2041.984z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M384%20374.784m-289.792%200a289.792%20289.792%200%201%200%20579.584%200%20289.792%20289.792%200%201%200-579.584%200Z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M136.192%20374.784a247.808%20247.808%200%201%200%20495.616%200%20247.808%20247.808%200%201%200-495.616%200Z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M384%20374.784m-205.824%200a205.824%20205.824%200%201%200%20411.648%200%20205.824%20205.824%200%201%200-411.648%200Z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M512%20178.30048334c-182.40354935%200-333.69951666%20151.29596729-333.69951666%20333.69951666S329.59645065%20845.69951666%20512%20845.69951666%20845.69951666%20695.81753037%20845.69951666%20512%20695.81753037%20178.30048334%20512%20178.30048334z%20m142.81208129%20345.01136467c1.41398101%2016.96777203-11.31184801%2031.10758207-26.86563905%2031.10758207h-104.63459423c-5.65592402%201.41398101-14.13981003%200-24.03767703%200H497.86018997c-16.96777203%200-31.10758207%205.65592402-31.10758206-11.31184801V355.04810869c0-16.96777203%2015.55379103-31.10758207%2031.10758206-31.10758207%2016.96777203%200%2031.10758207%2015.55379103%2031.10758206%2031.10758207v135.74217627h94.73672719c16.96777203%200%2029.69360106%2014.13981003%2029.69360107%2029.69360107%201.41398101%201.41398101%201.41398101%202.82796201%201.413981%202.82796198z%22%20fill%3D%22%23FEC407%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-jilu1 { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-jilu1%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M519.8660269%20512m-498.55100155%200a498.55100156%20498.55100156%200%201%200%20997.10200313%200%20498.55100156%20498.55100156%200%201%200-997.10200313%200Z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M622.40633648%20765.23404078l-78.79550286%2022.05810916a59.28478687%2059.28478687%200%200%201-74.16387889-68.25855831l13.60539543-70.05331261a73.29544939%2073.29544939%200%200%201%2020.20545956-38.09510715l282.99222482-283.10801543V274.62927133a86.43768242%2086.43768242%200%200%200-86.6113683-86.26399653H328.24031883A86.3797871%2086.3797871%200%200%200%20241.80263641%20274.62927133v451.58333747a86.3797871%2086.3797871%200%200%200%2086.43768243%2086.26399649h371.3983474a86.43768242%2086.43768242%200%200%200%2086.49557773-86.26399649v-114.34321686l-130.95916787%20133.96972348a73.99019298%2073.99019298%200%200%201-32.76873962%2019.39492536zM359.27219945%20305.08219894h290.46071846a31.84241481%2031.84241481%200%200%201%200%2063.68482966H359.27219945a31.84241481%2031.84241481%200%200%201%200-63.68482966z%20m-31.84241483%20172.58588836a31.90031012%2031.90031012%200%200%201%2031.84241483-31.84241483h167.89636908a31.84241481%2031.84241481%200%200%201%200%2063.68482966h-167.89636908a31.84241481%2031.84241481%200%200%201-31.84241483-31.84241483z%22%20fill%3D%22%23FEC407%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M858.15599676%20416.58854614l-25.06866474-23.15811988a25.18445536%2025.18445536%200%200%200-35.08455163%200.81053421l-253.92878437%20257.74987415a15.8054168%2015.8054168%200%200%200-4.28425215%208.10534196l-13.48960485%2070.05331259a1.1000107%201.1000107%200%200%200%200.4631624%201.21580132%201.2158013%201.2158013%200%200%200%201.27369659%200.34737178l78.73760756-22.05810919a15.16856853%2015.16856853%200%200%200%207.00533125-4.11056626L859.37179807%20452.54152722a25.12656007%2025.12656007%200%200%200-1.21580131-35.95298108z%22%20fill%3D%22%23FEC407%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-lishijilu { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-lishijilu%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M512%20512m-512%200a512%20512%200%201%200%201024%200%20512%20512%200%201%200-1024%200Z%22%20fill%3D%22%23FF822B%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M324.408781%20655.018925C505.290126%20655.018925%20651.918244%20508.387706%20651.918244%20327.509463c0-152.138029-103.733293-280.047334-244.329811-316.853972C205.813923%2052.463528%2047.497011%20213.017581%208.987325%20415.981977%2047.587706%20553.880127%20174.183098%20655.018925%20324.408781%20655.018925z%22%20fill%3D%22%23FFFFFF%22%20fill-opacity%3D%22.2%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M512%201024c282.766631%200%20512-229.233369%20512-512%200-31.765705-2.891385-62.853911-8.433853-93.018889C928.057169%20336.0999%20809.874701%20285.26268%20679.824375%20285.26268c-269.711213%200-488.357305%20218.645317-488.357305%20488.357305%200%2054.959576%209.084221%20107.802937%2025.822474%20157.10377C300.626556%20989.489417%20402.283167%201024%20512%201024z%22%20fill%3D%22%23FFFFFF%22%20fill-opacity%3D%22.15%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M732.535958%20756.566238c36.389596%200%2065.889478-29.499882%2065.889477-65.889478%200%2036.389596%2029.502983%2065.889478%2065.889478%2065.889478-17.053747%200-65.889478%2029.502983-65.889478%2065.889477%200-36.386495-29.499882-65.889478-65.889477-65.889477zM159.685087%20247.279334c25.686819%200%2046.51022-20.8234%2046.51022-46.51022%200%2025.686819%2020.8234%2046.51022%2046.510219%2046.51022-12.03607%200-46.51022%2020.8234-46.510219%2046.510219%200-25.686819-20.8234-46.51022-46.51022-46.510219z%22%20fill%3D%22%23FFFFFF%22%20fill-opacity%3D%22.5%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M206.195307%20333.32324c8.562531%200%2015.503407-6.940875%2015.503406-15.503407%200%208.562531%206.940875%2015.503407%2015.503407%2015.503407-4.012282%200-15.503407%206.940875-15.503407%2015.503406%200-8.562531-6.940875-15.503407-15.503406-15.503406z%22%20fill%3D%22%23FFFFFF%22%20fill-opacity%3D%22.3%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M304.641938%20257.356548m69.765329%200l275.185466%200q69.765329%200%2069.765329%2069.765329l0%20369.756246q0%2069.765329-69.765329%2069.765329l-275.185466%200q-69.765329%200-69.765329-69.765329l0-369.756246q0-69.765329%2069.765329-69.765329Z%22%20fill%3D%22%23FFFFFF%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M365.105223%20341.074943m21.317184%200l153.483725%200q21.317184%200%2021.317184%2021.317184l0%200q0%2021.317184-21.317184%2021.317184l-153.483725%200q-21.317184%200-21.317184-21.317184l0%200q0-21.317184%2021.317184-21.317184Z%22%20fill%3D%22%23FF954B%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M365.105223%20437.971234m21.317184%200l250.380015%200q21.317184%200%2021.317184%2021.317184l0%200q0%2021.317184-21.317184%2021.317184l-250.380015%200q-21.317184%200-21.317184-21.317184l0%200q0-21.317184%2021.317184-21.317184Z%22%20fill%3D%22%23FF954B%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M365.105223%20534.867525m21.317184%200l250.380015%200q21.317184%200%2021.317184%2021.317184l0%200q0%2021.317184-21.317184%2021.317184l-250.380015%200q-21.317184%200-21.317184-21.317184l0%200q0-21.317184%2021.317184-21.317184Z%22%20fill%3D%22%23FF954B%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M365.880394%20631.763815m21.317184%200l250.380015%200q21.317184%200%2021.317184%2021.317184l0%200q0%2021.317184-21.317184%2021.317184l-250.380015%200q-21.317184%200-21.317184-21.317184l0%200q0-21.317184%2021.317184-21.317184Z%22%20fill%3D%22%23FF954B%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-duibifenxi { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-duibifenxi%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M512%200A512%20512%200%201%201%200%20512%20512%20512%200%200%201%20512%200z%22%20fill%3D%22%23FFBF10%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M633.524706%20724.570353H270.215529a42.827294%2042.827294%200%200%201-47.314823-46.893177V332.950588a42.947765%2042.947765%200%200%201%2047.405176-46.923294h473.118118a42.917647%2042.917647%200%200%201%2047.224471%2046.923294v197.150118A135.890824%20135.890824%200%200%200%20752.941176%20524.769882a135.529412%20135.529412%200%200%200-135.529411%20135.529412%20136.131765%20136.131765%200%200%200%2016.052706%2064.120471z%20m-182.512941-216.124235l72.131764%2061.56047a22.558118%2022.558118%200%200%200%2014.516706%205.270588%2022.648471%2022.648471%200%200%200%2016.504471-7.137882l99.388235-111.073882%200.421647-0.512a3.614118%203.614118%200%200%201%200.451765-0.542118%2018.070588%2018.070588%200%200%200%203.794823-13.583059%2018.341647%2018.341647%200%200%200-7.047529-12.047059%2023.642353%2023.642353%200%200%200-14.607059-4.999529%2023.823059%2023.823059%200%200%200-17.408%207.559529l-82.010353%2092.16-71.198117-64.63247a21.564235%2021.564235%200%200%200-14.275765-5.421177%2021.534118%2021.534118%200%200%200-15.058824%206.02353l-75.294117%2074.782117a20.600471%2020.600471%200%200%200-6.354824%2015.058824%2020.751059%2020.751059%200%200%200%206.746353%2015.058824%2023.792941%2023.792941%200%200%200%2016.353883%206.324705%2024.094118%2024.094118%200%200%200%2017.01647-6.957176l55.657412-56.771765z%22%20fill%3D%22%23FFFFFF%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M746.736941%20561.061647a90.172235%2090.172235%200%200%200%200%20180.344471z%20m0%20189.379765a99.177412%2099.177412%200%201%200-99.177412-99.237647%20100.080941%20100.080941%200%200%200%2099.177412%2099.207529z%20m0-180.344471a81.167059%2081.167059%200%201%201-81.167059%2081.167059%2080.805647%2080.805647%200%200%201%2081.167059-81.167059z%22%20fill%3D%22%23FFECB7%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-pinggufenxi-copy { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-pinggufenxi-copy%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M885.66442667%2038.6844448C940.4598048%2038.6844448%20985.3155552%2079.24394667%20985.3155552%20128.83285333v766.33429334C985.3155552%20944.75605333%20940.4598048%20985.3155552%20885.66442667%20985.3155552H138.33557333C83.5401952%20985.3155552%2038.6844448%20944.75605333%2038.6844448%20895.16714667V128.83285333C38.6844448%2079.24394667%2083.5401952%2038.6844448%20138.33557333%2038.6844448h747.32885334z%20m-3.05834667%2069.7594304H141.39392c-18.13162667%200-32.9500448%2013.21642667-32.9500448%2029.3455648v748.42112c0%2016.12913813%2014.81841813%2029.3455648%2032.9500448%2029.3455648h741.21216c18.13162667%200%2032.9500448-13.21642667%2032.9500448-29.3455648V137.78944c0-16.12913813-14.81841813-29.3455648-32.9500448-29.3455648zM657.6355552%20730.45333333a36.40888853%2036.40888853%200%200%201%200%2072.81777814h-291.2711104a36.40888853%2036.40888853%200%200%201%200-72.81777814h291.2711104zM512%20257.13777813c28.83584%201.31072%2050.06222187%2015.07328%2063.7155552%2041.32408854l113.77777813%20273.57639146c1.52917333%209.17504%203.02193813%2015.72864%204.55111147%2019.6608-1.52917333%2019.6608-15.18250667%2029.52760853-40.96%2029.52760854-22.7555552%200-37.13706667-7.86432-43.25376-23.62936854l-15.9106848-47.2223296h-161.58264853l-18.2044448%2047.2223296c-7.57304853%2015.76504853-21.99096853%2023.62936853-43.21735147%2023.62936854-25.77749333%200-39.43082667-10.48576-40.96-31.49368854v-13.76256c1.52917333-1.31072%202.29376-2.62144%202.29376-3.93216l118.3288896-273.57639146c10.59498667-26.2144%2031.09319147-40.01336853%2061.4217952-41.32408854z%20m-6.3715552%2083.01226667l-54.32206293%20140.5383104h108.60771626l-54.28565333-140.5383104z%22%20fill%3D%22%23333333%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-shouye-copy { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-shouye-copy%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M896%201015.36H128v-416h64v352h640v-352h64v416zM968.64%20589.12L512%20102.08%2055.36%20589.12%208.64%20545.6%20512%208.64l503.36%20536.96-46.72%2043.52z%22%20fill%3D%22%23477EFF%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M640%20887.36h-64v-224h-128v224h-64v-288h256v288zM512%20535.36a128%20128%200%201%201%20128-128%20128%20128%200%200%201-128%20128z%20m0-192a64%2064%200%201%200%2064%2064%2064%2064%200%200%200-64-64z%22%20fill%3D%22%23477EFF%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-wode-copy { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-wode-copy%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M512%20377.263158a134.736842%20134.736842%200%201%200%200-269.473684%20134.736842%20134.736842%200%200%200%200%20269.473684z%20m0%2080.842105a215.578947%20215.578947%200%201%201%200-431.157895%20215.578947%20215.578947%200%200%201%200%20431.157895zM161.684211%20916.210526h700.631578v-107.789473a215.578947%20215.578947%200%200%200-215.578947-215.578948H377.263158a215.578947%20215.578947%200%200%200-215.578947%20215.578948v107.789473z%20m215.578947-404.210526h269.473684c163.705263%200%20296.421053%20132.715789%20296.421053%20296.421053v188.631579H80.842105v-188.631579c0-163.705263%20132.715789-296.421053%20296.421053-296.421053z%22%20fill%3D%22%23477EFF%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-pinggufenxi-copy-copy { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-pinggufenxi-copy-copy%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M885.66442667%2038.6844448C940.4598048%2038.6844448%20985.3155552%2079.24394667%20985.3155552%20128.83285333v766.33429334C985.3155552%20944.75605333%20940.4598048%20985.3155552%20885.66442667%20985.3155552H138.33557333C83.5401952%20985.3155552%2038.6844448%20944.75605333%2038.6844448%20895.16714667V128.83285333C38.6844448%2079.24394667%2083.5401952%2038.6844448%20138.33557333%2038.6844448h747.32885334z%20m-3.05834667%2069.7594304H141.39392c-18.13162667%200-32.9500448%2013.21642667-32.9500448%2029.3455648v748.42112c0%2016.12913813%2014.81841813%2029.3455648%2032.9500448%2029.3455648h741.21216c18.13162667%200%2032.9500448-13.21642667%2032.9500448-29.3455648V137.78944c0-16.12913813-14.81841813-29.3455648-32.9500448-29.3455648zM657.6355552%20730.45333333a36.40888853%2036.40888853%200%200%201%200%2072.81777814h-291.2711104a36.40888853%2036.40888853%200%200%201%200-72.81777814h291.2711104zM512%20257.13777813c28.83584%201.31072%2050.06222187%2015.07328%2063.7155552%2041.32408854l113.77777813%20273.57639146c1.52917333%209.17504%203.02193813%2015.72864%204.55111147%2019.6608-1.52917333%2019.6608-15.18250667%2029.52760853-40.96%2029.52760854-22.7555552%200-37.13706667-7.86432-43.25376-23.62936854l-15.9106848-47.2223296h-161.58264853l-18.2044448%2047.2223296c-7.57304853%2015.76504853-21.99096853%2023.62936853-43.21735147%2023.62936854-25.77749333%200-39.43082667-10.48576-40.96-31.49368854v-13.76256c1.52917333-1.31072%202.29376-2.62144%202.29376-3.93216l118.3288896-273.57639146c10.59498667-26.2144%2031.09319147-40.01336853%2061.4217952-41.32408854z%20m-6.3715552%2083.01226667l-54.32206293%20140.5383104h108.60771626l-54.28565333-140.5383104z%22%20fill%3D%22%23477EFF%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-wode { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-wode%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M512%20377.263158a134.736842%20134.736842%200%201%200%200-269.473684%20134.736842%20134.736842%200%200%200%200%20269.473684z%20m0%2080.842105a215.578947%20215.578947%200%201%201%200-431.157895%20215.578947%20215.578947%200%200%201%200%20431.157895zM161.684211%20916.210526h700.631578v-107.789473a215.578947%20215.578947%200%200%200-215.578947-215.578948H377.263158a215.578947%20215.578947%200%200%200-215.578947%20215.578948v107.789473z%20m215.578947-404.210526h269.473684c163.705263%200%20296.421053%20132.715789%20296.421053%20296.421053v188.631579H80.842105v-188.631579c0-163.705263%20132.715789-296.421053%20296.421053-296.421053z%22%20fill%3D%22%23333333%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-shouye { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-shouye%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M896%201015.36H128v-416h64v352h640v-352h64v416zM968.64%20589.12L512%20102.08%2055.36%20589.12%208.64%20545.6%20512%208.64l503.36%20536.96-46.72%2043.52z%22%20fill%3D%22%23333333%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M640%20887.36h-64v-224h-128v224h-64v-288h256v288zM512%20535.36a128%20128%200%201%201%20128-128%20128%20128%200%200%201-128%20128z%20m0-192a64%2064%200%201%200%2064%2064%2064%2064%200%200%200-64-64z%22%20fill%3D%22%23333333%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-shijian-mianxing-0 { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-shijian-mianxing-0%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M512.30507542%20512.30507542m-435.1189032%200a435.11890319%20435.11890319%200%201%200%20870.23780639%200%20435.11890319%20435.11890319%200%201%200-870.23780639%200Z%22%20fill%3D%22%2379D13F%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M510.85596717%20558.10452294c-20.55445646%200-37.2192013-16.66474485-37.21920131-37.21920132V295.68245962c0-20.55445646%2016.66474485-37.2192013%2037.21920131-37.21920133s37.2192013%2016.66474485%2037.21920131%2037.21920133v225.202862c0%2020.53538924-16.66474485%2037.2192013-37.21920131%2037.21920132z%22%20fill%3D%22%23ACFF88%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M709.7842086%20670.67735314c-6.3112478%200-12.69876438-1.60164596-18.57146622-4.99561003l-195.01946259-112.5918974c-17.78971047-10.27722822-23.89121887-33.02441427-13.61399067-50.83319195%2010.25816101-17.8087777%2033.04348149-23.91028607%2050.83319198-13.61399066l195.01946257%20112.59189742c17.78971047%2010.27722822%2023.89121887%2033.02441427%2013.61399064%2050.83319195-6.88326418%2011.95514305-19.39135642%2018.60960066-32.26172571%2018.60960067z%22%20fill%3D%22%23ACFF88%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M510.85596717%20520.88532162m-68.2224909%200a68.22249092%2068.22249092%200%201%200%20136.44498181%200%2068.22249092%2068.22249092%200%201%200-136.44498181%200Z%22%20fill%3D%22%23D6FFB7%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-kehuguanli { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-kehuguanli%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M512%200A512%20512%200%201%201%200%20512%20512%20512%200%200%201%20512%200z%22%20fill%3D%22%23F15E5E%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M331.278629%20551.994514a61.0304%2061.0304%200%200%200-3.057372%2019.1488v60.971886a61.074286%2061.074286%200%200%200%2061.074286%2061.147429h61.074286a61.074286%2061.074286%200%200%200%2061.074285-61.147429v-60.971886a61.220571%2061.220571%200%200%200-3.057371-19.178057c91.121371%2024.3712%20155.735771%2085.284571%20155.735771%20156.525714v45.933715a61.074286%2061.074286%200%200%201-61.103543%2061.103543H236.617143A61.074286%2061.074286%200%200%201%20175.542857%20754.453943v-45.933714c0-71.2704%2064.6144-132.1984%20155.735772-156.525715zM747.373714%20754.9952a60.767086%2060.767086%200%200%200%208.367543-30.910171v-45.962972c0-67.1744-61.015771-125.205943-149.211428-152.034743a190.171429%20190.171429%200%200%200%2057.534171-138.049828%20195.4816%20195.4816%200%200%200-22.293943-91.311543c63.605029%204.768914%20113.898057%2064.365714%20113.898057%20137.1136a142.4384%20142.4384%200%200%201-53.9648%20114.029714c84.611657%2018.314971%20145.568914%2069.719771%20145.568915%20130.267429v46.328685a30.529829%2030.529829%200%200%201-30.456686%2030.529829H747.373714zM419.84%20571.143314a30.529829%2030.529829%200%200%201%2030.529829%2030.529829v30.544457a30.544457%2030.544457%200%201%201-61.074286%200v-30.529829a30.529829%2030.529829%200%200%201%2030.529828-30.529828z%20m0-30.529828c-84.304457%200-152.6784-75.176229-152.6784-167.892115S335.535543%20204.8%20419.84%20204.8s152.6784%2075.176229%20152.6784%20167.921371S504.144457%20540.613486%20419.84%20540.613486z%22%20fill%3D%22%23FFFFFF%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-qiapianjihuo { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-qiapianjihuo%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M512%200C230.4%200%200%20230.4%200%20512s230.4%20512%20512%20512%20512-230.4%20512-512-230.4-512-512-512z%20m108.8%20595.2c-44.8%200-83.2-12.8-121.6-38.4l-96%2096%2044.8%2051.2-57.6%2057.6-44.8-44.8-32%2032%2044.8%2044.8-57.6%2057.6L192%20742.4l243.2-243.2c-19.2-32-25.6-70.4-25.6-115.2%200-115.2%2096-211.2%20211.2-211.2S832%20268.8%20832%20384c0%20121.6-96%20211.2-211.2%20211.2z%22%20fill%3D%22%23f4a300%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M620.8%20256c-70.4%200-128%2057.6-128%20128s57.6%20128%20128%20128%20128-57.6%20128-128-64-128-128-128z%22%20fill%3D%22%23f4a300%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-kapian { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-kapian%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M614.263%20629.4h45.698v45.407h-45.698v-45.408z%20m112.936%200h45.7v45.407h-45.7v-45.408z%22%20fill%3D%22%231296DB%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M512%201.873C230.969%201.873%203.15%20229.69%203.15%20510.72s227.82%20508.85%20508.849%20508.85c281.031%200%20508.848-227.82%20508.848-508.85C1020.847%20229.69%20793.03%201.873%20512%201.873zM827.328%20706.24s-2.134%2041.334-43.08%2047.154H243.823s-32.405-1.94-38.81-43.855l-1.2-248.964H827.33V706.24z%20m0-401.972v76.26l-623.518-0.306%201.202-78.283c6.694-33.473%2039.004-34.346%2039.004-34.346h538.487c45.407%204.657%2044.825%2036.675%2044.825%2036.675z%22%20fill%3D%22%231296DB%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M670.44%20629.4h45.699v45.407H670.44v-45.408z%22%20fill%3D%22%231296DB%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-kapiananniu { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-kapiananniu%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M512%20533.661538c-9.846154-3.938462-21.661538-7.876923-33.476923-11.815384%203.938462-7.876923%207.876923-17.723077%207.876923-27.569231v-25.6c0-29.538462-25.6-55.138462-55.138462-55.138461-5.907692%200-11.815385%201.969231-17.723076%203.938461-21.661538%207.876923-37.415385%2027.569231-37.415385%2051.2v25.6c0%209.846154%201.969231%2019.692308%207.876923%2027.569231-9.846154%201.969231-19.692308%205.907692-29.538462%209.846154-11.815385%205.907692-19.692308%2017.723077-19.692307%2029.538461v33.476923l1.969231%203.938462c3.938462%2011.815385%2013.784615%2019.692308%2027.56923%2019.692308h141.784616c13.784615%200%2027.569231-11.815385%2027.56923-25.6v-31.507693c0-3.938462%200-7.876923-1.96923-9.846154-5.907692-7.876923-11.815385-15.753846-19.692308-17.723077zM649.846154%20492.307692h-78.769231c-5.907692%200-9.846154%201.969231-13.784615%205.907693-3.938462%203.938462-5.907692%207.876923-5.907693%2013.784615%200%205.907692%201.969231%209.846154%205.907693%2013.784615%203.938462%203.938462%207.876923%205.907692%2013.784615%205.907693h78.769231c5.907692%200%209.846154-1.969231%2013.784615-5.907693%203.938462-3.938462%205.907692-7.876923%205.907693-13.784615%200-5.907692-1.969231-9.846154-5.907693-13.784615-3.938462-3.938462-9.846154-5.907692-13.784615-5.907693zM649.846154%20571.076923h-78.769231c-5.907692%200-9.846154%201.969231-13.784615%205.907692-3.938462%203.938462-5.907692%207.876923-5.907693%2013.784616%200%205.907692%201.969231%209.846154%205.907693%2013.784615%203.938462%203.938462%207.876923%205.907692%2013.784615%205.907692h78.769231c5.907692%200%209.846154-1.969231%2013.784615-5.907692%203.938462-3.938462%205.907692-7.876923%205.907693-13.784615%200-5.907692-1.969231-9.846154-5.907693-13.784616-3.938462-3.938462-9.846154-5.907692-13.784615-5.907692z%22%20fill%3D%22%2372B0FF%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M512%200C228.430769%200%200%20228.430769%200%20512s228.430769%20512%20512%20512%20512-228.430769%20512-512S793.6%200%20512%200z%20m236.307692%20669.538462c0%2021.661538-17.723077%2039.384615-39.384615%2039.384615H315.076923c-21.661538%200-39.384615-17.723077-39.384615-39.384615V354.461538c0-21.661538%2017.723077-39.384615%2039.384615-39.384615h393.846154c21.661538%200%2039.384615%2017.723077%2039.384615%2039.384615v315.076924z%22%20fill%3D%22%2372B0FF%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M649.846154%20413.538462h-118.153846c-5.907692%200-9.846154%201.969231-13.784616%205.907692-3.938462%203.938462-5.907692%207.876923-5.907692%2013.784615%200%205.907692%201.969231%209.846154%205.907692%2013.784616%203.938462%203.938462%207.876923%205.907692%2013.784616%205.907692h118.153846c5.907692%200%209.846154-1.969231%2013.784615-5.907692%203.938462-3.938462%205.907692-7.876923%205.907693-13.784616%200-5.907692-1.969231-9.846154-5.907693-13.784615-3.938462-3.938462-9.846154-5.907692-13.784615-5.907692z%22%20fill%3D%22%2372B0FF%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-xiangmuchaxun-chakanshebei { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-xiangmuchaxun-chakanshebei%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M17.96010941%20509.42687558a501.75926387%20491.46676615%2090%201%200%20982.9335323%200%20501.75926387%20491.46676615%2090%201%200-982.9335323%200Z%22%20fill%3D%22%233F51B5%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M762.8%20621.2h-26c-5.6%200-10-4.4-10-10v-73.6c0-5.6-4.4-10-10-10h-172c-5.6%200-10-4.4-10-10V476c0-5.6%204.4-10%2010-10h148.8c6%200%2010.8-4.8%2010.8-10.8V278.8a10.928%2010.928%200%200%200-10.8-10.8H330.4c-6%200-10.8%204.8-10.8%2010.8v176.4a10.928%2010.928%200%200%200%2010.8%2010.8h148.8c5.6%200%2010%204.4%2010%2010v41.6c0%205.6-4.4%2010-10%2010h-172c-5.6%200-10%204.4-10%2010v73.6c0%205.6-4.4%2010-10%2010h-26c-2.8%200-5.2%202.4-5.2%205.2V744c0%202.8%202.4%205.2%205.2%205.2h117.6c2.8%200%205.2-2.4%205.2-5.2v-117.6c0-2.8-2.4-5.2-5.2-5.2h-26c-5.6%200-10-4.4-10-10v-28c0-5.6%204.4-10%2010-10h126.8c5.6%200%2010%204.4%2010%2010v28c0%205.6-4.4%2010-10%2010h-26c-2.8%200-5.2%202.4-5.2%205.2V744c0%202.8%202.4%205.2%205.2%205.2h117.6c2.8%200%205.2-2.4%205.2-5.2v-117.6c0-2.8-2.4-5.2-5.2-5.2h-26c-5.6%200-10-4.4-10-10v-28c0-5.6%204.4-10%2010-10H672c5.6%200%2010%204.4%2010%2010v28c0%205.6-4.4%2010-10%2010h-26c-2.8%200-5.2%202.4-5.2%205.2V744c0%202.8%202.4%205.2%205.2%205.2h117.6c2.8%200%205.2-2.4%205.2-5.2v-117.6c-0.8-2.8-3.2-5.2-6-5.2z%20m-421.6%2084c0%201.2-0.8%202-2%202H300c-1.2%200-2-0.8-2-2v-39.2c0-1.2%200.8-2%202-2h39.2c1.2%200%202%200.8%202%202v39.2z%20m192%200c0%200.8-0.8%202-1.6%202H492c-0.8%200-1.6-0.8-1.6-2v-39.2c0-0.4%200-0.8%200.4-1.2%200.4-0.4%200.8-0.4%201.2-0.4h39.2c0.4%200%200.8%200%201.2%200.4%200.4%200.4%200.4%200.8%200.4%201.2v39.2z%20m-160.8-282c-5.6%200-10-4.4-10-10V320.8c0-5.6%204.4-10%2010-10h278.8c5.6%200%2010%204.4%2010%2010v92.4c0%205.6-4.4%2010-10%2010H372.4z%20m352.8%20282c0%200.8-0.8%202-1.6%202h-39.2c-0.8%200-1.6-0.8-1.6-2v-39.2c0-0.4%200-0.8%200.4-1.2%200.4-0.4%200.8-0.4%201.2-0.4h39.2c0.4%200%200.8%200%201.2%200.4%200.4%200.4%200.4%200.8%200.4%201.2v39.2z%20m-288-364.8c-10.8%200-20.8%206.4-24.8%2016.4-4%2010-2%2021.6%205.6%2029.2%207.6%207.6%2019.2%2010%2029.2%206s16.4-14%2016.4-24.8c0-14.8-11.6-26.8-26.4-26.8z%20m0%200%22%20fill%3D%22%23FFFFFF%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-shebeishu { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-shebeishu%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M512%200a512%20512%200%200%201%20512%20512%20512%20512%200%200%201-512%20512%20512%20512%200%200%201-512-512%20512%20512%200%200%201%20512-512z%22%20fill%3D%22%23B196F4%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M429.44%20260.48h165.12v165.12H429.44zM295.04%20598.4h165.12v165.12H295.04zM564.48%20598.4h165.12v165.12H564.48zM680.96%20598.4H612.48v-51.84H411.52v51.84H343.04V478.08h337.92v120.32z%22%20fill%3D%22%23FFFFFF%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M477.44%20423.68h68.48V512H477.44z%22%20fill%3D%22%23FFFFFF%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-lishihenji { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-lishihenji%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M512%200c282.7776%200%20512%20229.2224%20512%20512s-229.2224%20512-512%20512S0%20794.7776%200%20512%20229.2224%200%20512%200z%20m0%20256c-141.2608%200-256%20114.8416-256%20256s114.8416%20256%20256%20256c141.2608%200%20256-114.8416%20256-256a256.3072%20256.3072%200%200%200-256-256z%20m-25.6%20170.6496a25.6%2025.6%200%200%201%2025.6%2025.6V512h59.7504a25.6%2025.6%200%201%201%200%2051.2H486.4a25.5488%2025.5488%200%200%201-25.6-25.6V452.2496a25.6%2025.6%200%200%201%2025.6-25.6z%22%20fill%3D%22%23FB9D95%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-qiehuan1 { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-qiehuan1%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M956.994933%20307.22722c4.950755-11.95017%202.214435-25.705452-6.931876-34.851763L799.528576%20121.840976l-45.227064%2045.227064%2095.941096%2095.941096-722.30068%200%200%2063.960731%20799.507086%200C940.384627%20326.969866%20952.046225%20319.179436%20956.994933%20307.22722zM959.430402%20646.774543L159.923316%20646.774543c-12.935614%200-24.596188%207.791453-29.54592%2019.741623-4.950755%2011.95017-2.214435%2025.705452%206.931876%2034.851763l150.534482%20150.534482%2045.227064-45.226041-95.941096-95.941096%20722.30068%200L959.430402%20646.774543z%22%20%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-tishi6 { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-tishi6%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M513.6%20232c12.8%200%2024-11.2%2024-24V86.4c0-12.8-11.2-24-24-24s-24%2011.2-24%2024V208c0%2012.8%209.6%2024%2024%2024zM294.4%20281.6c4.8%204.8%2011.2%206.4%2017.6%206.4s12.8-1.6%2017.6-6.4c9.6-9.6%209.6-24%200-33.6l-86.4-86.4c-9.6-9.6-24-9.6-33.6%200-9.6%209.6-9.6%2024%200%2033.6l84.8%2086.4zM206.4%20443.2H83.2c-12.8%200-24%2011.2-24%2024s11.2%2024%2024%2024h121.6c12.8%200%2024-11.2%2024-24s-9.6-24-22.4-24zM940.8%20443.2h-121.6c-12.8%200-24%2011.2-24%2024s11.2%2024%2024%2024h121.6c12.8%200%2024-11.2%2024-24s-9.6-24-24-24zM715.2%20289.6c6.4%200%2012.8-1.6%2017.6-6.4l86.4-86.4c9.6-9.6%209.6-24%200-33.6s-24-9.6-33.6%200l-86.4%2086.4c-9.6%209.6-9.6%2024%200%2033.6%203.2%203.2%209.6%206.4%2016%206.4zM601.6%20835.2H422.4c-12.8%200-22.4%209.6-22.4%2022.4v3.2c0%2012.8%209.6%2022.4%2022.4%2022.4h179.2c12.8%200%2022.4-9.6%2022.4-22.4v-3.2c0-12.8-9.6-22.4-22.4-22.4zM600%20494.4h-176c-12.8%200-24%2011.2-24%2024s11.2%2024%2024%2024h64v144c0%2012.8%209.6%2022.4%2022.4%2022.4h1.6c12.8%200%2022.4-9.6%2022.4-22.4v-144h64c12.8%200%2024-11.2%2024-24%201.6-12.8-8-24-22.4-24zM553.6%20913.6h-80c-12.8%200-24%2011.2-24%2024s11.2%2024%2024%2024h80c12.8%200%2024-11.2%2024-24-1.6-14.4-11.2-24-24-24z%22%20fill%3D%22%232db391%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M512%20268.8c-129.6%200-236.8%20105.6-236.8%20236.8%200%2065.6%2027.2%20128%2075.2%20172.8l22.4%2075.2c1.6%2025.6%2022.4%2044.8%2049.6%2044.8h180.8c25.6%200%2046.4-19.2%2049.6-44.8l22.4-75.2c48-44.8%2075.2-107.2%2075.2-172.8-1.6-129.6-107.2-236.8-238.4-236.8z%20m124.8%20377.6l-4.8%204.8-27.2%2091.2-1.6%204.8v3.2l-182.4-1.6v-3.2l-27.2-94.4-4.8-4.8c-40-35.2-64-88-64-140.8%200-104%2084.8-188.8%20188.8-188.8s188.8%2084.8%20188.8%20188.8c-1.6%2054.4-25.6%20105.6-65.6%20140.8z%22%20fill%3D%22%232db391%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-bianji { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-bianji%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M153.6%20902.656a32.256%2032.256%200%200%201%200-64h716.8a32.256%2032.256%200%200%201%200%2064zM743.936%20151.04l72.192%2072.192a51.2%2051.2%200%200%201%200%2072.192L358.4%20751.616a51.2%2051.2%200%200%201-36.352%2014.848H226.816a25.6%2025.6%200%200%201-25.6-25.6v-97.792a51.2%2051.2%200%200%201%2014.848-36.352l455.68-455.68a51.2%2051.2%200%200%201%2072.192%200z%20m-478.72%20497.152v54.272h54.272l442.88-442.88L708.096%20204.8z%22%20fill%3D%22%235A5A68%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-caidan { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-caidan%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M44.4%20245.9h935.2c24.4%200%2044.4-20%2044.4-44.4s-19.8-44.4-44.4-44.4H44.4C20%20157.1%200%20177.1%200%20201.5s20%2044.4%2044.4%2044.4z%20m935.2%20221.8H44.4C20%20467.7%200%20487.7%200%20512.1s20%2044.4%2044.4%2044.4h935.2c24.4%200%2044.4-20%2044.4-44.4s-20-44.4-44.4-44.4z%20m0%20310.4H44.4C20%20778.1%200%20797.8%200%20822.5s20%2044.4%2044.4%2044.4h935.2c24.4%200%2044.4-19.8%2044.4-44.4s-20-44.4-44.4-44.4z%22%20%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-xiaoxi { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-xiaoxi%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M769.7%20659h-60V494.6c0-110.7-90.1-200.8-200.8-200.8-110.7%200-200.8%2090.1-200.8%20200.8V659h-60V494.6c0-69.4%2027.2-134.8%2076.6-184.2s114.8-76.6%20184.2-76.6%20134.8%2027.2%20184.2%2076.6c49.4%2049.4%2076.6%20114.8%2076.6%20184.2V659z%22%20fill%3D%22%23F9C73D%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M508.9%20287.7c-47.6%200-86.3-38.7-86.3-86.3s38.7-86.3%2086.3-86.3%2086.3%2038.7%2086.3%2086.3-38.7%2086.3-86.3%2086.3z%20m0-112.7c-14.5%200-26.3%2011.8-26.3%2026.3s11.8%2026.3%2026.3%2026.3%2026.3-11.8%2026.3-26.3-11.8-26.3-26.3-26.3z%22%20fill%3D%22%23F9C73D%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M610.5%20732.4c7.4%2015.1%2011.6%2032.1%2011.6%2050%200%2062.6-50.7%20113.3-113.3%20113.3S395.5%20845%20395.5%20782.4c0-17.2%203.8-33.6%2010.7-48.2%22%20fill%3D%22%23FFEABB%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M508.9%20925.6c-79%200-143.3-64.3-143.3-143.3%200-21.3%204.6-41.8%2013.6-60.9l54.3%2025.5c-5.2%2011.1-7.9%2023-7.9%2035.4%200%2045.9%2037.4%2083.3%2083.3%2083.3s83.3-37.4%2083.3-83.3c0-12.9-2.9-25.3-8.5-36.7l53.8-26.5c9.8%2019.8%2014.7%2041.1%2014.7%2063.3-0.1%2079-64.3%20143.2-143.3%20143.2z%22%20fill%3D%22%23F9C73D%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M771.9%20776.3H245.8c-38.9%200-70.5-31.6-70.5-70.5s31.6-70.5%2070.5-70.5H279c16.6%200%2030%2013.4%2030%2030s-13.4%2030-30%2030h-33.1c-5.7%200-10.5%204.8-10.5%2010.5s4.8%2010.5%2010.5%2010.5H772c5.7%200%2010.5-4.8%2010.5-10.5s-4.8-10.5-10.5-10.5h-33c-16.6%200-30-13.4-30-30s13.4-30%2030-30h33c38.9%200%2070.5%2031.6%2070.5%2070.5s-31.7%2070.5-70.6%2070.5z%22%20fill%3D%22%23F9C73D%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-add-circle { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-add-circle%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M512%2074.666667C270.933333%2074.666667%2074.666667%20270.933333%2074.666667%20512S270.933333%20949.333333%20512%20949.333333%20949.333333%20753.066667%20949.333333%20512%20753.066667%2074.666667%20512%2074.666667z%20m0%20810.666666c-204.8%200-373.333333-168.533333-373.333333-373.333333S307.2%20138.666667%20512%20138.666667%20885.333333%20307.2%20885.333333%20512%20716.8%20885.333333%20512%20885.333333z%22%20fill%3D%22%23666666%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M682.666667%20480h-138.666667V341.333333c0-17.066667-14.933333-32-32-32s-32%2014.933333-32%2032v138.666667H341.333333c-17.066667%200-32%2014.933333-32%2032s14.933333%2032%2032%2032h138.666667V682.666667c0%2017.066667%2014.933333%2032%2032%2032s32-14.933333%2032-32v-138.666667H682.666667c17.066667%200%2032-14.933333%2032-32s-14.933333-32-32-32z%22%20fill%3D%22%23666666%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-ashbin { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-ashbin%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M874.666667%20241.066667h-202.666667V170.666667c0-40.533333-34.133333-74.666667-74.666667-74.666667h-170.666666c-40.533333%200-74.666667%2034.133333-74.666667%2074.666667v70.4H149.333333c-17.066667%200-32%2014.933333-32%2032s14.933333%2032%2032%2032h53.333334V853.333333c0%2040.533333%2034.133333%2074.666667%2074.666666%2074.666667h469.333334c40.533333%200%2074.666667-34.133333%2074.666666-74.666667V305.066667H874.666667c17.066667%200%2032-14.933333%2032-32s-14.933333-32-32-32zM416%20170.666667c0-6.4%204.266667-10.666667%2010.666667-10.666667h170.666666c6.4%200%2010.666667%204.266667%2010.666667%2010.666667v70.4h-192V170.666667z%20m341.333333%20682.666666c0%206.4-4.266667%2010.666667-10.666666%2010.666667H277.333333c-6.4%200-10.666667-4.266667-10.666666-10.666667V309.333333h490.666666V853.333333z%22%20fill%3D%22%23666666%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M426.666667%20736c17.066667%200%2032-14.933333%2032-32V490.666667c0-17.066667-14.933333-32-32-32s-32%2014.933333-32%2032v213.333333c0%2017.066667%2014.933333%2032%2032%2032zM597.333333%20736c17.066667%200%2032-14.933333%2032-32V490.666667c0-17.066667-14.933333-32-32-32s-32%2014.933333-32%2032v213.333333c0%2017.066667%2014.933333%2032%2032%2032z%22%20fill%3D%22%23666666%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-chart-bar { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-chart-bar%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M149.333333%20800h128c29.866667%200%2053.333333-23.466667%2053.333334-53.333333V533.333333c0-29.866667-23.466667-53.333333-53.333334-53.333333H149.333333c-29.866667%200-53.333333%2023.466667-53.333333%2053.333333v213.333334c0%2029.866667%2023.466667%2053.333333%2053.333333%2053.333333z%20m10.666667-256h106.666667v192h-106.666667v-192zM448%20800h128c29.866667%200%2053.333333-23.466667%2053.333333-53.333333V149.333333c0-29.866667-23.466667-53.333333-53.333333-53.333333h-128c-29.866667%200-53.333333%2023.466667-53.333333%2053.333333v597.333334c0%2029.866667%2023.466667%2053.333333%2053.333333%2053.333333z%20m10.666667-640h106.666666v576h-106.666666v-576zM874.666667%20309.333333h-128c-29.866667%200-53.333333%2023.466667-53.333334%2053.333334v384c0%2029.866667%2023.466667%2053.333333%2053.333334%2053.333333h128c29.866667%200%2053.333333-23.466667%2053.333333-53.333333V362.666667c0-29.866667-23.466667-53.333333-53.333333-53.333334z%20m-10.666667%20426.666667h-106.666667v-362.666667h106.666667v362.666667zM896%20853.333333H128c-17.066667%200-32%2014.933333-32%2032S110.933333%20917.333333%20128%20917.333333h768c17.066667%200%2032-14.933333%2032-32S913.066667%20853.333333%20896%20853.333333z%22%20fill%3D%22%23666666%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-close { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-close%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M556.8%20512L832%20236.8c12.8-12.8%2012.8-32%200-44.8-12.8-12.8-32-12.8-44.8%200L512%20467.2l-275.2-277.333333c-12.8-12.8-32-12.8-44.8%200-12.8%2012.8-12.8%2032%200%2044.8l275.2%20277.333333-277.333333%20275.2c-12.8%2012.8-12.8%2032%200%2044.8%206.4%206.4%2014.933333%208.533333%2023.466666%208.533333s17.066667-2.133333%2023.466667-8.533333L512%20556.8%20787.2%20832c6.4%206.4%2014.933333%208.533333%2023.466667%208.533333s17.066667-2.133333%2023.466666-8.533333c12.8-12.8%2012.8-32%200-44.8L556.8%20512z%22%20fill%3D%22%23666666%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-error { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-error%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M512%2074.666667C270.933333%2074.666667%2074.666667%20270.933333%2074.666667%20512S270.933333%20949.333333%20512%20949.333333%20949.333333%20753.066667%20949.333333%20512%20753.066667%2074.666667%20512%2074.666667z%20m0%20810.666666c-204.8%200-373.333333-168.533333-373.333333-373.333333S307.2%20138.666667%20512%20138.666667%20885.333333%20307.2%20885.333333%20512%20716.8%20885.333333%20512%20885.333333z%22%20fill%3D%22%23666666%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M657.066667%20360.533333c-12.8-12.8-32-12.8-44.8%200l-102.4%20102.4-102.4-102.4c-12.8-12.8-32-12.8-44.8%200-12.8%2012.8-12.8%2032%200%2044.8l102.4%20102.4-102.4%20102.4c-12.8%2012.8-12.8%2032%200%2044.8%206.4%206.4%2014.933333%208.533333%2023.466666%208.533334s17.066667-2.133333%2023.466667-8.533334l102.4-102.4%20102.4%20102.4c6.4%206.4%2014.933333%208.533333%2023.466667%208.533334s17.066667-2.133333%2023.466666-8.533334c12.8-12.8%2012.8-32%200-44.8l-106.666666-100.266666%20102.4-102.4c12.8-12.8%2012.8-34.133333%200-46.933334z%22%20fill%3D%22%23666666%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-menu { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-menu%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M170.666667%20213.333333m-64%200a64%2064%200%201%200%20128%200%2064%2064%200%201%200-128%200Z%22%20fill%3D%22%23666666%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M170.666667%20512m-64%200a64%2064%200%201%200%20128%200%2064%2064%200%201%200-128%200Z%22%20fill%3D%22%23666666%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M170.666667%20810.666667m-64%200a64%2064%200%201%200%20128%200%2064%2064%200%201%200-128%200Z%22%20fill%3D%22%23666666%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M896%20778.666667H362.666667c-17.066667%200-32%2014.933333-32%2032s14.933333%2032%2032%2032h533.333333c17.066667%200%2032-14.933333%2032-32s-14.933333-32-32-32zM362.666667%20245.333333h533.333333c17.066667%200%2032-14.933333%2032-32s-14.933333-32-32-32H362.666667c-17.066667%200-32%2014.933333-32%2032s14.933333%2032%2032%2032zM896%20480H362.666667c-17.066667%200-32%2014.933333-32%2032s14.933333%2032%2032%2032h533.333333c17.066667%200%2032-14.933333%2032-32s-14.933333-32-32-32z%22%20fill%3D%22%23666666%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-minus-circle { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-minus-circle%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M512%20949.333333C270.933333%20949.333333%2074.666667%20753.066667%2074.666667%20512S270.933333%2074.666667%20512%2074.666667%20949.333333%20270.933333%20949.333333%20512%20753.066667%20949.333333%20512%20949.333333z%20m0-810.666666C307.2%20138.666667%20138.666667%20307.2%20138.666667%20512S307.2%20885.333333%20512%20885.333333%20885.333333%20716.8%20885.333333%20512%20716.8%20138.666667%20512%20138.666667z%22%20fill%3D%22%23666666%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M682.666667%20544H341.333333c-17.066667%200-32-14.933333-32-32s14.933333-32%2032-32h341.333334c17.066667%200%2032%2014.933333%2032%2032s-14.933333%2032-32%2032z%22%20fill%3D%22%23666666%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-modular { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-modular%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M405.333333%20458.666667H149.333333c-29.866667%200-53.333333-23.466667-53.333333-53.333334V149.333333c0-29.866667%2023.466667-53.333333%2053.333333-53.333333h256c29.866667%200%2053.333333%2023.466667%2053.333334%2053.333333v256c0%2029.866667-23.466667%2053.333333-53.333334%2053.333334z%20m-245.333333-64h234.666667v-234.666667h-234.666667v234.666667zM874.666667%20458.666667H618.666667c-29.866667%200-53.333333-23.466667-53.333334-53.333334V149.333333c0-29.866667%2023.466667-53.333333%2053.333334-53.333333h256c29.866667%200%2053.333333%2023.466667%2053.333333%2053.333333v256c0%2029.866667-23.466667%2053.333333-53.333333%2053.333334z%20m-245.333334-64h234.666667v-234.666667h-234.666667v234.666667zM874.666667%20928H618.666667c-29.866667%200-53.333333-23.466667-53.333334-53.333333V618.666667c0-29.866667%2023.466667-53.333333%2053.333334-53.333334h256c29.866667%200%2053.333333%2023.466667%2053.333333%2053.333334v256c0%2029.866667-23.466667%2053.333333-53.333333%2053.333333z%20m-245.333334-64h234.666667v-234.666667h-234.666667v234.666667zM405.333333%20928H149.333333c-29.866667%200-53.333333-23.466667-53.333333-53.333333V618.666667c0-29.866667%2023.466667-53.333333%2053.333333-53.333334h256c29.866667%200%2053.333333%2023.466667%2053.333334%2053.333334v256c0%2029.866667-23.466667%2053.333333-53.333334%2053.333333z%20m-245.333333-64h234.666667v-234.666667h-234.666667v234.666667z%22%20fill%3D%22%23666666%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-notification { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-notification%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M800%20625.066667V448c0-117.333333-70.4-217.6-170.666667-262.4-4.266667-61.866667-55.466667-110.933333-117.333333-110.933333s-113.066667%2049.066667-117.333333%20110.933333c-100.266667%2044.8-170.666667%20145.066667-170.666667%20262.4v177.066667c-57.6%2046.933333-85.333333%20110.933333-85.333333%20185.6%200%2017.066667%2014.933333%2032%2032%2032h206.933333c14.933333%2061.866667%2070.4%20106.666667%20134.4%20106.666666s119.466667-44.8%20134.4-106.666666H853.333333c17.066667%200%2032-14.933333%2032-32%200-76.8-27.733333-138.666667-85.333333-185.6zM512%20138.666667c19.2%200%2036.266667%2010.666667%2044.8%2025.6-14.933333-2.133333-29.866667-4.266667-44.8-4.266667-14.933333%200-29.866667%202.133333-44.8%204.266667%208.533333-14.933333%2025.6-25.6%2044.8-25.6z%20m0%20746.666666c-29.866667%200-55.466667-17.066667-66.133333-42.666666h134.4c-12.8%2025.6-38.4%2042.666667-68.266667%2042.666666z%20m-307.2-106.666666c6.4-46.933333%2029.866667-83.2%2070.4-113.066667%208.533333-6.4%2012.8-14.933333%2012.8-25.6v-192c0-123.733333%20100.266667-224%20224-224S736%20324.266667%20736%20448v192c0%2010.666667%204.266667%2019.2%2012.8%2025.6%2040.533333%2029.866667%2064%2066.133333%2070.4%20113.066667H204.8z%22%20fill%3D%22%23666666%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-prompt { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-prompt%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M512%2074.666667C270.933333%2074.666667%2074.666667%20270.933333%2074.666667%20512S270.933333%20949.333333%20512%20949.333333%20949.333333%20753.066667%20949.333333%20512%20753.066667%2074.666667%20512%2074.666667z%20m0%20810.666666c-204.8%200-373.333333-168.533333-373.333333-373.333333S307.2%20138.666667%20512%20138.666667%20885.333333%20307.2%20885.333333%20512%20716.8%20885.333333%20512%20885.333333z%22%20fill%3D%22%23666666%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M512%20320m-42.666667%200a42.666667%2042.666667%200%201%200%2085.333334%200%2042.666667%2042.666667%200%201%200-85.333334%200Z%22%20fill%3D%22%23666666%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M512%20437.333333c-17.066667%200-32%2014.933333-32%2032v234.666667c0%2017.066667%2014.933333%2032%2032%2032s32-14.933333%2032-32V469.333333c0-17.066667-14.933333-32-32-32z%22%20fill%3D%22%23666666%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-success { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-success%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M512%2074.666667C270.933333%2074.666667%2074.666667%20270.933333%2074.666667%20512S270.933333%20949.333333%20512%20949.333333%20949.333333%20753.066667%20949.333333%20512%20753.066667%2074.666667%20512%2074.666667z%20m0%20810.666666c-204.8%200-373.333333-168.533333-373.333333-373.333333S307.2%20138.666667%20512%20138.666667%20885.333333%20307.2%20885.333333%20512%20716.8%20885.333333%20512%20885.333333z%22%20fill%3D%22%23666666%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M701.866667%20381.866667L448%20637.866667%20322.133333%20512c-12.8-12.8-32-12.8-44.8%200-12.8%2012.8-12.8%2032%200%2044.8l149.333334%20149.333333c6.4%206.4%2014.933333%208.533333%2023.466666%208.533334s17.066667-2.133333%2023.466667-8.533334l277.333333-277.333333c12.8-12.8%2012.8-32%200-44.8-14.933333-12.8-36.266667-12.8-49.066666-2.133333z%22%20fill%3D%22%23666666%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-add-bold { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-add-bold%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M874.666667%20469.333333H554.666667V149.333333c0-23.466667-19.2-42.666667-42.666667-42.666666s-42.666667%2019.2-42.666667%2042.666666v320H149.333333c-23.466667%200-42.666667%2019.2-42.666666%2042.666667s19.2%2042.666667%2042.666666%2042.666667h320v320c0%2023.466667%2019.2%2042.666667%2042.666667%2042.666666s42.666667-19.2%2042.666667-42.666666V554.666667h320c23.466667%200%2042.666667-19.2%2042.666666-42.666667s-19.2-42.666667-42.666666-42.666667z%22%20fill%3D%22%23666666%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-arrow-left-bold { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-arrow-left-bold%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M384%20512L731.733333%20202.666667c17.066667-14.933333%2019.2-42.666667%204.266667-59.733334-14.933333-17.066667-42.666667-19.2-59.733333-4.266666l-384%20341.333333c-10.666667%208.533333-14.933333%2019.2-14.933334%2032s4.266667%2023.466667%2014.933334%2032l384%20341.333333c8.533333%206.4%2019.2%2010.666667%2027.733333%2010.666667%2012.8%200%2023.466667-4.266667%2032-14.933333%2014.933333-17.066667%2014.933333-44.8-4.266667-59.733334L384%20512z%22%20fill%3D%22%23666666%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-arrow-up-bold { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-arrow-up-bold%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M904.533333%20674.133333l-362.666666-362.666666c-17.066667-17.066667-42.666667-17.066667-59.733334%200l-362.666666%20362.666666c-17.066667%2017.066667-17.066667%2042.666667%200%2059.733334%2017.066667%2017.066667%2042.666667%2017.066667%2059.733333%200L512%20401.066667l332.8%20332.8c8.533333%208.533333%2019.2%2012.8%2029.866667%2012.8s21.333333-4.266667%2029.866666-12.8c17.066667-17.066667%2017.066667-42.666667%200-59.733334z%22%20%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-arrow-down-bold { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-arrow-down-bold%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M904.533333%20311.466667c-17.066667-17.066667-42.666667-17.066667-59.733333%200L512%20644.266667%20179.2%20311.466667c-17.066667-17.066667-42.666667-17.066667-59.733333%200-17.066667%2017.066667-17.066667%2042.666667%200%2059.733333l362.666666%20362.666667c8.533333%208.533333%2019.2%2012.8%2029.866667%2012.8s21.333333-4.266667%2029.866667-12.8l362.666666-362.666667c17.066667-17.066667%2017.066667-42.666667%200-59.733333z%22%20%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-age { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-age%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M92.06457387%2081.15842346c130.76076267%200%20236.92203627%2034.1245248%20316.94525013%20103.0371552C472.12639467%20238.53878186%20511.5771872%20294.55561813%20532.14233707%20352.7511168l1.57380373%204.5393664c24.91659947-57.03276267%2055.006784-105.1864544%2090.38213013-144.40235094%2070.3513696-77.99723627%20172.46655787-105.2804128%20301.87079574-83.21192853a35.06998187%2035.06998187%200%200%201%2018.85040853%209.66597227l1.00418027%200.6577088a35.14045013%2035.14045013%200%200%201%2015.13905173%2023.66577813c19.5257344%20121.82296747-8.1450208%20227.8844096-82.83609493%20315.3185952-70.6332448%2082.68341227-181.1166048%20114.09488747-328.0558336%2096.63623787v32.8560864c0.02936213%200.7457952%200.02936213%201.4974624%200%202.2550016V950.27383466a35.23440853%2035.23440853%200%200%201-70.4512%201.32129067l-0.02349014-1.32129067v-309.95709226l-7.24067093-1.09813867c-10.59381227-1.65601707-20.9703456-3.40599253-31.12372693-5.26167147l-10.08291414-1.88504106-9.48980053-1.86155094c-26.69593707-5.36150293-51.7710912-11.44530987-75.21371733-18.26316906l-8.20374507-2.4429184c-92.23780907-27.9878656-158.4139008-67.84972587-198.3521024-120.60150827-34.47099627-45.52872853-57.97234667-105.78543893-70.9562272-180.7760064l-1.37414187-8.2389792-1.29192853-8.35642667c-2.70717653-18.23380693-4.83298667-37.28974933-6.3715552-57.16782826l-0.66945387-9.23728747c-2.2021504-32.52135893-2.8950944-67.19789013-2.10232-104.02371947a35.23440853%2035.23440853%200%200%201%2033.59600854-39.92058453l1.3506528-0.02348907z%20m35.22266346%2071.41427307v3.70548587c0.02349013%203.17109653%200.0528512%206.312832%200.0939584%209.43694826l0.16442774%209.3077568c0.16442773%207.70459093%200.41106773%2015.27411627%200.73405013%2022.72032107l0.4286848%208.86732587%200.49915413%208.7440064c0.45217493%207.22892587%200.9806912%2014.3286592%201.5855488%2021.305072l0.76341227%208.30357546c0.39932373%204.1165536%200.82800853%208.192%201.28605547%2012.2145952l0.94545706%207.98646614c0.82213653%206.6064512%201.7264864%2013.08370987%202.70130454%2019.425904l1.20384213%207.5460352c10.999008%2066.12911253%2030.6069568%20117.5478592%2058.3834144%20154.232752%2026.09695147%2034.47099627%2070.36898667%2063.30448747%20132.933552%2085.87212586l6.89419947%202.4370464c13.94108053%204.8271136%2028.75127787%209.354736%2044.4364608%2013.57112l7.9101248%202.08470294c6.65930347%201.72061333%2013.46541653%203.38250347%2020.42421226%204.99154026l8.421024%201.90265814%208.5737056%201.85567893c5.7549536%201.2155872%2011.6156096%202.40181227%2017.57022507%203.5469312l9.00239147%201.70299627c3.02428693%200.55200533%206.077936%201.09813867%209.14920213%201.644272l9.29601067%201.5855488c2.9479456%200.49328213%205.91350827%200.9806912%208.90256106%201.4563552l0.01174507-100.25950934-0.07046933-7.0703712c-0.52851627-34.5003584-3.71135787-56.8272288-13.82950507-85.46105813-16.35463787-46.27452373-48.6293568-92.10274453-102.67306667-138.63565333-59.3641056-51.1192544-137.5786208-79.61214613-235.7416832-85.02062827zM676.42724053%20260.07874986c-51.45985387%2057.05037973-91.21601173%20138.794208-118.7105952%20245.49574187%202.6719424%200.3229824%205.32626773%200.62834667%207.962976%200.91022187l7.8631456%200.80451946c117.13091947%2011.239776%20199.81433067-14.15248747%20251.0040544-74.07447146%2056.639312-66.29941227%2079.82942507-144.5550336%2069.71714987-237.0512288-97.0414336-12.5493216-168.4204736%209.13745707-217.83673067%2063.91521706z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-arrow-right-bold { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-arrow-right-bold%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M731.733333%20480l-384-341.333333c-17.066667-14.933333-44.8-14.933333-59.733333%204.266666-14.933333%2017.066667-14.933333%2044.8%204.266667%2059.733334L640%20512%20292.266667%20821.333333c-17.066667%2014.933333-19.2%2042.666667-4.266667%2059.733334%208.533333%208.533333%2019.2%2014.933333%2032%2014.933333%2010.666667%200%2019.2-4.266667%2027.733333-10.666667l384-341.333333c8.533333-8.533333%2014.933333-19.2%2014.933334-32s-4.266667-23.466667-14.933334-32z%22%20fill%3D%22%23666666%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-user-filling { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-user-filling%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M512%2074.666667C270.933333%2074.666667%2074.666667%20270.933333%2074.666667%20512S270.933333%20949.333333%20512%20949.333333%20949.333333%20753.066667%20949.333333%20512%20753.066667%2074.666667%20512%2074.666667z%20m0%20160c70.4%200%20128%2057.6%20128%20128s-57.6%20128-128%20128-128-57.6-128-128%2057.6-128%20128-128z%20m236.8%20507.733333c-23.466667%2032-117.333333%20100.266667-236.8%20100.266667s-213.333333-68.266667-236.8-100.266667c-8.533333-10.666667-10.666667-21.333333-8.533333-32%2029.866667-110.933333%20130.133333-187.733333%20245.333333-187.733333s215.466667%2076.8%20245.333333%20187.733333c2.133333%2010.666667%200%2021.333333-8.533333%2032z%22%20fill%3D%22%23666666%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-body_level { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-body_level%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M516.36502693%20882.92749794c-14.86266275%200-13.51151088%2029.72532453-14.04378324%2040.45264587-1.39209478%2027.71907061-24.68921585%2042.70456403-50.27919995%2045.6934749-12.77452011%201.51492737-27.63718188%200.2047194-42.049461-3.72590166-22.39635382-5.93687593-44.58798728-18.91611543-58.26327465-38.36450323-40.49358975-53.92321288-75.50068719-97.61043289-92.86093233-165.65931773-6.38725957-25.26243209-9.99032959-56.01135552-9.90844184-87.00594416%200.08188775-22.35540994%202.21097428-44.91553927%206.55103605-65.71507796l-13.22490374%203.23457414c-41.43530089%2010.2769377-101.78671819%2023.66561696-122.99569662-26.4498065-20.88142645-49.82881632%2028.00567776-111.36760802%2061.74351207-143.71334755%2045.5706423-43.72816389%20104.89846069-78.53054098%20164.22627812-100.06707141-14.04378325-26.36791875-22.02785794-56.54362788-22.02785795-88.60275929%200-104.20241283%2084.91780152-189.12021434%20189.16115822-189.12021434%20104.44807706%200%20189.16115821%2084.67213727%20189.16115821%20189.12021434%200%2031.0764764-7.49274719%2060.39236117-20.75859481%2086.30989628%2061.45690395%2020.88142645%20124.30590364%2057.60817065%20171.02297744%20102.44182217%2025.18054337%2024.15694447%2043.76910778%2049.00993681%2054.61926075%2071.73384167%2012.77452011%2026.57263911%2015.51776578%2051.7122386%207.00141968%2071.77478553-2.62041404%206.42820344-6.4691483%2012.24224775-11.46431308%2017.48307678-28.49700527%2029.64343678-74.10859242%2018.34290016-111.49044063%209.08956232l-13.22490373-3.19363026c4.34006081%2020.79953868%206.4691483%2043.35966802%206.51009216%2065.59224536%200.12283163%2031.0764764-3.48023742%2061.90728855-9.90844182%2087.08783191-17.36024514%2068.08982775-52.36734259%20111.73610389-92.81998846%20165.65931774-13.63434349%2019.36649906-35.82597695%2032.2638508-58.26327465%2038.36450322-14.45322299%203.97156589-29.2749409%205.19988419-42.09040489%203.72590166-25.63092796-2.94796603-48.80521644-17.9744043-50.23825606-45.61158618-0.61415914-10.72732134%200.77793563-40.53453362-14.08472712-40.53453362z%20m97.52854514-318.50317053c19.16177968%200%2034.67954544%2015.51776578%2034.67954545%2034.72048932%200%2019.07989191-15.51776578%2034.63860157-34.67954545%2034.63860157-19.12083579%200-34.67954544-15.55870965-34.67954545-34.63860157%200-19.20272355%2015.55870965-34.72048932%2034.67954545-34.72048932z%20m-213.11338233%200c19.12083579%200%2034.67954544%2015.51776578%2034.67954546%2034.72048932%200%2019.07989191-15.55870965%2034.63860157-34.67954546%2034.63860157-19.16177968%200-34.67954544-15.55870965-34.67954544-34.63860157%200-19.20272355%2015.51776578-34.72048932%2034.67954544-34.72048932z%20m113.37386291-172.66073645c74.92747193-2.1700304%20136.91664823-60.22858565%20136.91664822-138.75912664%200-76.56523093-62.11200794-138.636295-138.67723887-138.636295-76.72900645%200-138.67723888%2061.94823242-138.67723888%20138.636295%200%2078.32582158%2062.72616806%20138.75912663%20140.43782954%20138.75912664z%20m136.30248812-9.41711432c-36.44013609%2037.70939923-82.17455488%2058.71365828-134.86944947%2059.86008978-53.34999761%200.49132751-101.99143855-19.77593882-139.29139802-57.89477878-11.54620085%203.76684553-22.64201709%207.6565227-33.90160982%2012.36508036-52.5311181%2022.19163346-95.56323413%2051.54846309-126.51687888%2081.19189985-20.79953868%2019.98065918-35.86692083%2039.83848673-44.21949141%2057.28061866-6.4691483%2013.47056701-8.72106645%2024.19788834-6.10065242%2030.54420404%208.92578584%2013.71623124%2051.83507023%200.49132751%2064.73242197-2.70230179%2021.41369783-5.32271679%2040.24792647-9.94938571%2055.19247602-5.60932395%2021.12709068%206.22348406%2030.50326016%2020.39009894%2022.60107321%2047.74067368-6.0187637%2020.75859481-8.80295421%2045.03837091-8.88484196%2069.19531537-0.08188775%2026.53169523%203.02985378%2052.98150173%208.51634609%2074.64086382%201.31020701%205.11799643%202.8251344%2010.1541051%204.38100565%2015.06738213%20138.06307876%2030.95364379%20274.03801584%2032.67329056%20407.67914508%202.57947016%201.96531101-5.73215655%203.68495778-11.6280886%205.24082903-17.64685229%2010.93204073-43.11400378%2012.11941612-100.96783867-0.32755199-143.83617919-8.02501858-27.4324625%201.4739835-41.59907737%2022.56012933-47.69972882%2015.02643827-4.34006081%2033.86066594%200.28660811%2055.27436474%205.56838006%2012.61074363%203.11174155%2056.33890752%2016.66419727%2064.65053422%202.57947015%202.62041404-6.26442794%200.32755199-16.99174927-6.05970854-30.4213724-8.35257057-17.40118902-23.37900884-37.17712784-44.13760365-57.15778702-30.95364379-29.72532453-74.10859242-59.08215416-126.6806544-81.3147315-13.3067915-5.52743619-26.20414324-9.99032959-39.83848672-14.33039039z%20m51.05713556%20426.30865336l-134.54189746%2043.52344353c12.20130387%2017.15552478%2012.32413648%2045.44781066%2013.55245573%2065.79696572%2020.39009894%203.60307002%2046.79896156-2.12908653%2059.32781743-19.98065918%2021.94597019-29.11116538%2044.46515565-56.8711789%2061.6616243-89.33975007z%20m-236.08295237%2043.93288329l-132.57658645-40.82114174c16.82797279%2030.95364379%2038.9377185%2058.22233077%2060.02386529%2086.22800852%206.34631569%209.08956232%2018.05629205%2015.51776578%2030.29854076%2018.7932838%2010.80920909%203.07079766%2018.38384404%203.11174155%2029.07022151%201.18737538%200.94171114-19.9397153%201.4739835-48.55955317%2013.18395986-65.38752596z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); } .t-icon-baogao1 { background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-baogao1%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M381.89087844%20282.83428531h258.96685687a80.13257156%2080.13257156%200%200%200%2080.064-79.968v-4.30628531a73.02857156%2073.02857156%200%200%200-0.42514312-8.10514313%2081.05142844%2081.05142844%200%200%200-79.63885688-71.98628531h-34.69714312v-6.40457156A80.14628531%2080.14628531%200%200%200%20526.09659219%2032H496.59716375a80.16%2080.16%200%200%200-80.03657156%2080.064v6.40457156h-34.71085688a81.03771469%2081.03771469%200%200%200-79.54285687%2071.94514313c-0.27428531%202.74285688-0.42514313%205.38971469-0.42514313%208.09142844v4.30628531a80.13257156%2080.13257156%200%200%200%2080.064%2080.02285687z%20m470.4-184.62171375h-117.94285781v42.17142844h117.94285781a14.50971469%2014.50971469%200%200%201%2014.50971375%2014.50971469v779.04a14.52342844%2014.52342844%200%200%201-14.50971375%2014.50971375H170.49887844a14.53714313%2014.53714313%200%200%201-14.50971469-14.55085688v-778.97142844a14.52342844%2014.52342844%200%200%201%2014.50971469-14.56457156h117.86057062V98.15771469H170.49887844A56.72228531%2056.72228531%200%200%200%20113.83144906%20154.79771469v778.97142844a56.72228531%2056.72228531%200%200%200%2056.66742938%2056.69485687h681.75085687a56.69485687%2056.69485687%200%200%200%2056.66742844-56.65371469v-778.97142843a56.69485687%2056.69485687%200%200%200-56.66742844-56.64zM319.36744906%20461.97028531h384a42.98057156%2042.98057156%200%200%200%200-85.96114218h-384a42.98057156%2042.98057156%200%201%200%200%2085.96114218z%20m384%2092.21485782h-384a42.98057156%2042.98057156%200%201%200%200%2085.96114218h384a42.98057156%2042.98057156%200%200%200%200-85.96114218z%20m0%20178.16228531h-384a42.98057156%2042.98057156%200%201%200%200%2085.96114312h384a42.98057156%2042.98057156%200%200%200%200-85.96114312z%20m0%200%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); } -.t-icon-tizhong1 { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-tizhong1%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M909.05882363%2062H114.94117637C85.82352911%2062%2062%2085.82352911%2062%20114.94117637v794.11764726c0%2029.11764727%2023.82352911%2052.94117637%2052.94117637%2052.94117637h794.11764727c29.11764727%200%2052.94117637-23.82352911%2052.94117636-52.94117637V114.94117637c0-29.11764727-23.82352911-52.94117637-52.94117636-52.94117637z%20m1e-8%20794.11764727c0%2029.11764727-23.82352911%2052.94117637-52.94117637%2052.94117637H167.88235273c-29.11764727%200-52.94117637-23.82352911-52.94117637-52.94117637V167.88235273c0-29.11764727%2023.82352911-52.94117637%2052.94117637-52.94117637h688.23529454c29.11764727%200%2052.94117637%2023.82352911%2052.94117637%2052.94117637v688.23529454z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M512%20194.35294092C321.41176455%20194.35294092%20167.88235273%20347.88235273%20167.88235273%20538.47058818h52.94117638c0-161.47058818%20129.70588271-291.1764709%20291.17647089-291.17647089s291.1764709%20129.70588271%20291.1764709%20291.17647089h52.94117637c0-190.58823545-153.52941182-344.11764727-344.11764727-344.11764726z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M477.71951416%20722.00914385a79.41176455%2079.41176455%200%201%200%20121.42142754-102.38042021%2079.41176455%2079.41176455%200%201%200-121.42142754%20102.38042021Z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M504.05882363%20631.11764727c-10.58823545%2010.58823545-29.11764727%207.94117637-37.05882363-2.64705909l-103.23529453-121.76470547c-10.58823545-10.58823545-7.94117637-29.11764727%202.64705908-37.05882363%2010.58823545-10.58823545%2029.11764727-7.94117637%2037.05882363%202.64705821l103.23529453%20121.76470634c10.58823545%2010.58823545%207.94117637%2026.47058818-2.64705907%2037.05882364z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-sharpicons_checklist { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-sharpicons_checklist%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M512.1486322%20512.19817627m-0.17340423%200a0.17340423%200.17340423%200%201%200%200.34680846%200%200.17340423%200.17340423%200%201%200-0.34680846%200Z%22%20fill%3D%22%23bfbfbf%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M174.5%20962h505.378125l0.16875-0.028125L680.75%20962c124.059375%200%20225-100.940625%20225-225%200-83.165625-45.478125-155.784375-112.78125-194.709375%200.028125-0.478125%200.28125-0.84375%200.28125-1.321875V258.875a28.125%2028.125%200%200%200-8.240625-19.884375l-168.75-168.75A28.125%2028.125%200%200%200%20596.375%2062H174.5C143.478125%2062%20118.25%2087.228125%20118.25%20118.25v787.5c0%2031.021875%2025.228125%2056.25%2056.25%2056.25z%20m675-225c0%2093.065625-75.684375%20168.75-168.75%20168.75s-168.75-75.684375-168.75-168.75%2075.684375-168.75%20168.75-168.75%20168.75%2075.684375%20168.75%20168.75zM596.375%20129.89375L725.35625%20258.875H596.375V129.89375zM174.5%20118.25h365.625v168.75a28.125%2028.125%200%200%200%2028.125%2028.125h168.75v204.271875A223.875%20223.875%200%200%200%20680.75%20512c-56.840625%200-108.675%2021.375-148.33125%2056.25H315.125a14.0625%2014.0625%200%201%200%200%2028.125h190.265625A223.790625%20223.790625%200%200%200%20455.75%20737c0%2067.21875%2029.8125%20127.490625%2076.66875%20168.75H174.5V118.25z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M315.125%20427.625h337.5a14.0625%2014.0625%200%201%200%200-28.125H315.125a14.0625%2014.0625%200%201%200%200%2028.125zM234.6875%20403.71875a14.0625%2014.0625%200%200%200%200.28125%2019.6875c2.53125%202.8125%206.1875%204.21875%209.84375%204.21875s7.3125-1.40625%209.84375-4.21875c2.8125-2.53125%204.21875-6.1875%204.21875-9.84375%200-3.65625-1.40625-7.3125-4.21875-10.125-5.0625-5.0625-14.34375-5.0625-19.96875%200.28125zM315.125%20512h337.5a14.0625%2014.0625%200%201%200%200-28.125H315.125a14.0625%2014.0625%200%201%200%200%2028.125zM234.6875%20488.09375c-2.53125%202.8125-3.9375%206.1875-3.9375%209.84375a14.034375%2014.034375%200%200%200%2014.0625%2014.0625c3.65625%200%207.3125-1.40625%209.84375-4.21875%202.8125-2.53125%204.21875-6.1875%204.21875-9.84375%200-3.65625-1.40625-7.03125-4.21875-10.125a14.45625%2014.45625%200%200%200-19.96875%200.28125zM234.6875%20572.46875a14.0625%2014.0625%200%200%200%200.28125%2019.6875c2.53125%202.8125%206.1875%204.21875%209.84375%204.21875s7.3125-1.40625%209.84375-4.21875c2.8125-2.53125%204.21875-6.1875%204.21875-9.84375%200-3.65625-1.40625-7.3125-4.21875-9.84375-5.0625-5.34375-14.34375-5.34375-19.96875%200zM584.95625%20744.171875a28.125%2028.125%200%200%200-33.4125%2045.28125l73.996875%2054.5625%200.084375%200.028125%200.05625%200.084375a27.5625%2027.5625%200%200%200%206.1875%203.121875c0.590625%200.253125%201.125%200.703125%201.74375%200.9a28.125%2028.125%200%200%200%2021.121875-1.575c1.828125-0.928125%203.15-2.7%204.78125-4.021875%201.828125-1.490625%203.909375-2.53125%205.34375-4.5l0.028125-0.05625%200.084375-0.05625%20122.90625-168.75a28.125%2028.125%200%200%200-45.50625-33.13125l-106.228125%20145.884375-51.1875-37.771875z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +.t-icon-fat_r { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-fat_r%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M558.97777778%20525.2C725.77777778%20444.8%20728.17777778%2083.6%20728.17777778%2068H689.77777778c0%201.2%200%2032.4-3.6%2076.8H346.57777778C341.77777778%20100.4%20341.77777778%2069.2%20341.77777778%2068h-38.4c0%2015.6%202.4%20376.8%20169.2%20457.2C334.57777778%20632%20327.37777778%20941.6%20326.17777778%20956l38.4%201.2c0-1.2%201.2-38.4%207.2-88.8h286.8c7.2%2050.4%207.2%2087.6%208.4%2087.6l38.4-1.2c-1.2-13.2-8.4-322.8-146.4-429.6z%20m-192-244.8H665.77777778c-3.6%2018-8.4%2036-14.4%2054H381.37777778c-6-18-10.8-36-14.4-54z%20m314.4-96c-2.4%2018-4.8%2038.4-8.4%2057.6H358.57777778c-3.6-20.4-6-39.6-8.4-57.6h331.2zM506.17777778%20497.6c-51.6-15.6-87.6-64.8-111.6-124.8h242.4c-24%2060-60%20109.2-111.6%20124.8-3.6%201.2-7.2%202.4-9.6%203.6-3.6-1.2-6-2.4-9.6-3.6z%20m9.6%2045.6c34.8%2018%2061.2%2051.6%2081.6%2092.4H434.17777778c20.4-40.8%2046.8-74.4%2081.6-92.4z%20m118.8%20193.2H396.97777778c6-20.4%2012-42%2020.4-61.2h198c7.2%2019.2%2014.4%2039.6%2019.2%2061.2zM377.77777778%20828.8c2.4-16.8%206-36%209.6-54h256.8c3.6%2018%207.2%2037.2%209.6%2054H377.77777778z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); } .t-icon-hengxian { background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-hengxian%22%20viewBox%3D%220%200%206144%201024%22%3E%3Cpath%20d%3D%22M1524.57178458%20304.57178477h2489.13858274v414.85643046H1524.57178458z%22%20%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); } -.t-icon-lbm { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-lbm%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M374.4%20614.4h9.6v179.2c0%2032%2025.6%2057.6%2057.6%2057.6h137.6c32%200%2057.6-25.6%2057.6-57.6v-179.2h9.6c32%200%2057.6-25.6%2057.6-57.6V416c0-25.6-9.6-48-28.8-64-16-16-41.6-25.6-64-25.6h-204.8c-25.6%200-48%209.6-67.2%2025.6-16%2016-25.6%2041.6-25.6%2064v140.8c3.2%2032%2028.8%2057.6%2060.8%2057.6z%20m-9.6-198.4c0-12.8%203.2-22.4%2012.8-32%206.4-9.6%2019.2-12.8%2028.8-12.8h204.8c12.8%200%2022.4%203.2%2032%2012.8%209.6%206.4%2012.8%2019.2%2012.8%2028.8v140.8c0%206.4-6.4%209.6-9.6%209.6H585.6v227.2c0%206.4-6.4%209.6-9.6%209.6h-134.4c-6.4%200-9.6-6.4-9.6-9.6v-227.2h-57.6c-6.4%200-9.6-6.4-9.6-9.6V416z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M688%20742.4c-12.8%200-25.6%209.6-25.6%2019.2%200%206.4%200%2012.8%203.2%2019.2%203.2%206.4%209.6%209.6%2016%209.6%20134.4%2016%20169.6%2044.8%20169.6%2054.4-3.2%2012.8-99.2%2064-342.4%2064s-339.2-51.2-342.4-64c3.2-9.6%2032-35.2%20166.4-51.2%2012.8-3.2%2022.4-12.8%2019.2-25.6%200-12.8-12.8-22.4-25.6-22.4-86.4%209.6-211.2%2035.2-211.2%20102.4%200%2038.4%2041.6%2067.2%20128%2086.4%2073.6%2016%20169.6%2025.6%20268.8%2025.6%20144%200%20390.4-25.6%20393.6-112-3.2-67.2-112-96-217.6-105.6zM512%20300.8c64%200%20118.4-54.4%20118.4-118.4S576%2064%20512%2064s-118.4%2054.4-118.4%20118.4S448%20300.8%20512%20300.8z%20m0-188.8c38.4%200%2070.4%2032%2070.4%2070.4s-32%2070.4-70.4%2070.4-70.4-32-70.4-70.4%2032-70.4%2070.4-70.4z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-fatlevel { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-fatlevel%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M516.36502693%20882.92749794c-14.86266275%200-13.51151088%2029.72532453-14.04378324%2040.45264587-1.39209478%2027.71907061-24.68921585%2042.70456403-50.27919995%2045.6934749-12.77452011%201.51492737-27.63718188%200.2047194-42.049461-3.72590166-22.39635382-5.93687593-44.58798728-18.91611543-58.26327465-38.36450323-40.49358975-53.92321288-75.50068719-97.61043289-92.86093233-165.65931773-6.38725957-25.26243209-9.99032959-56.01135552-9.90844184-87.00594416%200.08188775-22.35540994%202.21097428-44.91553927%206.55103605-65.71507796l-13.22490374%203.23457414c-41.43530089%2010.2769377-101.78671819%2023.66561696-122.99569662-26.4498065-20.88142645-49.82881632%2028.00567776-111.36760802%2061.74351207-143.71334755%2045.5706423-43.72816389%20104.89846069-78.53054098%20164.22627812-100.06707141-14.04378325-26.36791875-22.02785794-56.54362788-22.02785795-88.60275929%200-104.20241283%2084.91780152-189.12021434%20189.16115822-189.12021434%20104.44807706%200%20189.16115821%2084.67213727%20189.16115821%20189.12021434%200%2031.0764764-7.49274719%2060.39236117-20.75859481%2086.30989628%2061.45690395%2020.88142645%20124.30590364%2057.60817065%20171.02297744%20102.44182217%2025.18054337%2024.15694447%2043.76910778%2049.00993681%2054.61926075%2071.73384167%2012.77452011%2026.57263911%2015.51776578%2051.7122386%207.00141968%2071.77478553-2.62041404%206.42820344-6.4691483%2012.24224775-11.46431308%2017.48307678-28.49700527%2029.64343678-74.10859242%2018.34290016-111.49044063%209.08956232l-13.22490373-3.19363026c4.34006081%2020.79953868%206.4691483%2043.35966802%206.51009216%2065.59224536%200.12283163%2031.0764764-3.48023742%2061.90728855-9.90844182%2087.08783191-17.36024514%2068.08982775-52.36734259%20111.73610389-92.81998846%20165.65931774-13.63434349%2019.36649906-35.82597695%2032.2638508-58.26327465%2038.36450322-14.45322299%203.97156589-29.2749409%205.19988419-42.09040489%203.72590166-25.63092796-2.94796603-48.80521644-17.9744043-50.23825606-45.61158618-0.61415914-10.72732134%200.77793563-40.53453362-14.08472712-40.53453362z%20m97.52854514-318.50317053c19.16177968%200%2034.67954544%2015.51776578%2034.67954545%2034.72048932%200%2019.07989191-15.51776578%2034.63860157-34.67954545%2034.63860157-19.12083579%200-34.67954544-15.55870965-34.67954545-34.63860157%200-19.20272355%2015.55870965-34.72048932%2034.67954545-34.72048932z%20m-213.11338233%200c19.12083579%200%2034.67954544%2015.51776578%2034.67954546%2034.72048932%200%2019.07989191-15.55870965%2034.63860157-34.67954546%2034.63860157-19.16177968%200-34.67954544-15.55870965-34.67954544-34.63860157%200-19.20272355%2015.51776578-34.72048932%2034.67954544-34.72048932z%20m113.37386291-172.66073645c74.92747193-2.1700304%20136.91664823-60.22858565%20136.91664822-138.75912664%200-76.56523093-62.11200794-138.636295-138.67723887-138.636295-76.72900645%200-138.67723888%2061.94823242-138.67723888%20138.636295%200%2078.32582158%2062.72616806%20138.75912663%20140.43782954%20138.75912664z%20m136.30248812-9.41711432c-36.44013609%2037.70939923-82.17455488%2058.71365828-134.86944947%2059.86008978-53.34999761%200.49132751-101.99143855-19.77593882-139.29139802-57.89477878-11.54620085%203.76684553-22.64201709%207.6565227-33.90160982%2012.36508036-52.5311181%2022.19163346-95.56323413%2051.54846309-126.51687888%2081.19189985-20.79953868%2019.98065918-35.86692083%2039.83848673-44.21949141%2057.28061866-6.4691483%2013.47056701-8.72106645%2024.19788834-6.10065242%2030.54420404%208.92578584%2013.71623124%2051.83507023%200.49132751%2064.73242197-2.70230179%2021.41369783-5.32271679%2040.24792647-9.94938571%2055.19247602-5.60932395%2021.12709068%206.22348406%2030.50326016%2020.39009894%2022.60107321%2047.74067368-6.0187637%2020.75859481-8.80295421%2045.03837091-8.88484196%2069.19531537-0.08188775%2026.53169523%203.02985378%2052.98150173%208.51634609%2074.64086382%201.31020701%205.11799643%202.8251344%2010.1541051%204.38100565%2015.06738213%20138.06307876%2030.95364379%20274.03801584%2032.67329056%20407.67914508%202.57947016%201.96531101-5.73215655%203.68495778-11.6280886%205.24082903-17.64685229%2010.93204073-43.11400378%2012.11941612-100.96783867-0.32755199-143.83617919-8.02501858-27.4324625%201.4739835-41.59907737%2022.56012933-47.69972882%2015.02643827-4.34006081%2033.86066594%200.28660811%2055.27436474%205.56838006%2012.61074363%203.11174155%2056.33890752%2016.66419727%2064.65053422%202.57947015%202.62041404-6.26442794%200.32755199-16.99174927-6.05970854-30.4213724-8.35257057-17.40118902-23.37900884-37.17712784-44.13760365-57.15778702-30.95364379-29.72532453-74.10859242-59.08215416-126.6806544-81.3147315-13.3067915-5.52743619-26.20414324-9.99032959-39.83848672-14.33039039z%20m51.05713556%20426.30865336l-134.54189746%2043.52344353c12.20130387%2017.15552478%2012.32413648%2045.44781066%2013.55245573%2065.79696572%2020.39009894%203.60307002%2046.79896156-2.12908653%2059.32781743-19.98065918%2021.94597019-29.11116538%2044.46515565-56.8711789%2061.6616243-89.33975007z%20m-236.08295237%2043.93288329l-132.57658645-40.82114174c16.82797279%2030.95364379%2038.9377185%2058.22233077%2060.02386529%2086.22800852%206.34631569%209.08956232%2018.05629205%2015.51776578%2030.29854076%2018.7932838%2010.80920909%203.07079766%2018.38384404%203.11174155%2029.07022151%201.18737538%200.94171114-19.9397153%201.4739835-48.55955317%2013.18395986-65.38752596z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-fat_r { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-fat_r%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M558.97777778%20525.2C725.77777778%20444.8%20728.17777778%2083.6%20728.17777778%2068H689.77777778c0%201.2%200%2032.4-3.6%2076.8H346.57777778C341.77777778%20100.4%20341.77777778%2069.2%20341.77777778%2068h-38.4c0%2015.6%202.4%20376.8%20169.2%20457.2C334.57777778%20632%20327.37777778%20941.6%20326.17777778%20956l38.4%201.2c0-1.2%201.2-38.4%207.2-88.8h286.8c7.2%2050.4%207.2%2087.6%208.4%2087.6l38.4-1.2c-1.2-13.2-8.4-322.8-146.4-429.6z%20m-192-244.8H665.77777778c-3.6%2018-8.4%2036-14.4%2054H381.37777778c-6-18-10.8-36-14.4-54z%20m314.4-96c-2.4%2018-4.8%2038.4-8.4%2057.6H358.57777778c-3.6-20.4-6-39.6-8.4-57.6h331.2zM506.17777778%20497.6c-51.6-15.6-87.6-64.8-111.6-124.8h242.4c-24%2060-60%20109.2-111.6%20124.8-3.6%201.2-7.2%202.4-9.6%203.6-3.6-1.2-6-2.4-9.6-3.6z%20m9.6%2045.6c34.8%2018%2061.2%2051.6%2081.6%2092.4H434.17777778c20.4-40.8%2046.8-74.4%2081.6-92.4z%20m118.8%20193.2H396.97777778c6-20.4%2012-42%2020.4-61.2h198c7.2%2019.2%2014.4%2039.6%2019.2%2061.2zM377.77777778%20828.8c2.4-16.8%206-36%209.6-54h256.8c3.6%2018%207.2%2037.2%209.6%2054H377.77777778z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - .t-icon-fat_w { background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-fat_w%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M352.94878146%20631.21997477c45.71695909%200%20100.05717749-24.09037433%20142.35220978-62.14221345%2053.51895521-48.31762481%2085.41132567-106.90103427%2083.63192207-154.39739695-0.82126319-24.09037433-10.40266184-43.93755656-26.691039-57.76214625-13.8245897-11.22392397-32.7136326-17.24651756-56.94088307-17.24651755-58.72028665%200-137.15087833%2033.67177299-139.75154405%2034.49303511-43.93755656%2017.24651756-123.32628864%2075.96680421-105.25850894%20169.04324877%2010.40266184%2056.11962093%2048.31762481%2088.01199137%20102.65784321%2088.01199032z%20m23.40598834-208.73761428c0.82126319%200%2071.58673597-31.07110726%20119.90436078-31.07110725%2016.42525542%200%2022.44784794%203.42192786%2025.04851366%205.20133144%201.77940253%201.77940253%206.84385572%206.02259359%207.80199612%2019.0259201%200.82126319%2025.86977687-19.84718329%2071.58673597-66.38540557%20114.70303038-32.7136326%2029.29170473-75.00866382%2049.138888-107.8591736%2049.13888694-29.29170473%200-45.71695909-13.8245897-51.73955267-44.89569696-15.60399223-75.00866382%2068.84919304-110.32296213%2073.22926128-112.10236465z%20m0%200%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M814.49844486%20131.89222559c-1.77940253-0.82126319-4.38006826-1.77940253-6.02259359-2.60066465-34.49303512-28.47044152-81.03125741-43.11629442-137.97214152-43.11629443-153.57613376%200-333.84330651%20101.83658002-340.68716224%20106.07977107l-6.02259358%203.42192786C228.80122963%20250.01718385%2030.46627719%20363.8989521%2077.00449947%20596.72693965c4.24319104%2022.44784794%2011.22392397%2043.11629442%2019.84718223%2062.14221452%200%203.42192786%200.82126319%207.80199611%202.60066571%2011.22392398C182.26300735%20847.75958624%20303.80989451%20937.4141019%20462.58735865%20937.4141019c11.22392397%200%2023.26911115-0.82126319%2035.31429725-1.77940253%20102.65784322-8.62325931%20205.31568644-64.74288024%20290.72701209-159.5987263%2077.60932954-86.23258779%20134.55021261-198.33495351%20156.9980616-307.97352963%2044.75881976-224.88911531-129.48575942-335.34895464-131.12828473-336.17021785z%20m-465.79285445%20108.68043681l6.02259358-3.42192787c60.36281199-34.49303512%20202.71502071-99.23591536%20314.81738641-99.23591535%2044.89569696%200%2080.20999526%2011.22392397%20105.25850789%2031.89237046%202.60066573%204.38006826%205.2013304%207.80199611%209.44452144%2010.40266077%200%200%200.82126319%200.82126319%202.60066574%201.77940254%2058.58340945%2069.80733343-1.77940253%20226.80539503-163.84191734%20421.71842069-71.58673597%2086.23258779-190.66983458%20144.95287445-297.57086887%20144.95287444-47.49636163%200-119.90436078-12.04518718-165.62131986-76.78806741-4.38006826-7.80199611-7.80199611-15.46711503-11.22392398-23.26911114-1.77940253-3.42192786-3.42192786-6.02259359-6.84385678-8.62325824-6.84385572-14.64585183-12.04518718-31.89237045-15.46711503-50.91829055-38.05184018-198.47182966%20131.81267074-296.74960567%20222.4253268-348.48915834z%20m540.80151827%20217.3608736c-38.87310336%20191.49109673-201.89375857%20407.0725678-396.80678316%20423.49782216-100.05717749%207.80199611-183.68910061-22.44784794-251.03264553-93.21332177%2025.86977687%207.80199611%2054.34021841%2012.04518718%2085.41132566%2012.04518716%20122.50502649%200%20255.27583658-64.74288024%20337.26523331-163.84191733%20144.95287445-174.24457917%20192.31235992-292.36953741%20197.51369032-372.57953268%2025.86977687%2044.89569696%2044.89569696%20109.50169894%2027.6491794%20194.09176246z%20m0%200%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); } +.t-icon-jiantou_xiangxia { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-jiantou_xiangxia%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M554.666667%20712.533333V106.666667h-85.333334v601.6l-132.266666-132.266667L277.333333%20640l234.666667%20234.666667%20234.666667-234.666667-59.733334-59.733333-132.266666%20132.266666z%22%20fill%3D%22%23444444%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-jiantou_xiangshang { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-jiantou_xiangshang%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M554.666667%20268.8v601.6h-85.333334V268.8L337.066667%20401.066667%20277.333333%20341.333333%20512%20106.666667%20746.666667%20341.333333l-59.733334%2059.733334L554.666667%20268.8z%22%20fill%3D%22%23444444%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + .t-icon-bone { background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-bone%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M541.35460887%20726.28864768l-17.61276491-17.61276491%20186.40176904-186.40176904%2017.61276594%2017.61276491c49.90283633%2049.90283633%20132.095742%2055.77375728%20184.93403881%208.80638348%2057.24148855-51.37056656%2058.70921878-139.43439422%205.87092197-192.27269204l-135.0312035-96.87021012-17.61276594-17.61276594-96.87021011-135.03120248C614.74113313%2054.06809474%20526.67730444%2055.53582498%20476.77446914%20112.77731352c-46.96737482%2052.8382968-41.09645284%20135.03120248%208.80638246%20184.9340388l17.61276594%2017.61276491-187.86950031%20186.40176904-17.61276491-17.61276491c-49.90283633-49.90283633-132.095742-55.77375728-184.9340388-8.80638348C57.00355522%20526.67730444%2055.53582498%20614.74113313%20108.37412178%20667.57942992l135.03120247%2096.87021012%2017.61276595%2017.61276594%2096.87021114%20135.03120248c52.8382968%2052.8382968%20140.90212445%2051.37056656%20192.27269103-5.87092198%2046.96737482-52.8382968%2041.09645284-135.03120248-8.8063835-184.9340388z%20m-142.36985469%20149.70850794c0-1.46773023%200-1.46773023%200%200l-96.87021115-135.03120247-17.61276491-17.61276595-135.0312035-96.87021114c-30.82234014-30.82234014-27.88687864-80.72517544%204.40319174-108.61205407%2029.35460887-24.95141816%2074.85425346-20.54822642%20101.27340185%207.33865221l17.61276595%2017.61276594%2041.09645284%2041.09645284L585.38652322%20315.32411723l-41.09645284-41.09645283-17.61276594-19.08049619c-27.88687864-27.88687864-32.29007038-71.91879298-7.33865222-101.27340185%2027.88687864-33.75780061%2077.78971497-35.22553086%20108.6120551-4.40319174l96.87021011%20135.0312035%2017.61276595%2017.61276491%20135.03120248%2096.87021115c30.82234014%2030.82234014%2027.88687864%2080.72517544-4.40319071%20108.61205408-29.35460887%2024.95141816-74.85425346%2020.54822642-101.27340289-7.33865222L754.17552734%20482.64539113l-41.09645387-41.09645388-272.99786645%20267.12694552%2041.09645284%2041.09645283%2017.61276594%2017.61276594c27.88687864%2027.88687864%2032.29007038%2071.91879298%207.33865221%20101.27340187-26.4191484%2035.22553086-76.32198472%2036.69326212-107.14432383%207.33865221z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M541.35460887%20726.28864768l-17.61276491-17.61276491%20186.40176904-186.40176904%2017.61276594%2017.61276491c49.90283633%2049.90283633%20132.095742%2055.77375728%20184.93403881%208.80638348%2057.24148855-51.37056656%2058.70921878-139.43439422%205.87092197-192.27269204l-135.0312035-96.87021012-8.80638246-8.80638349-42.5641841%2042.56418411%208.80638349%208.80638245%20135.03120247%2096.87021115c30.82234014%2030.82234014%2027.88687864%2080.72517544-4.40319174%20108.61205408-29.35460887%2024.95141816-74.85425346%2020.54822642-101.27340186-7.33865222L752.70779607%20482.64539113l-41.09645283-41.09645388-271.53013622%20267.12694552%2041.09645284%2041.09645283%2017.61276594%2017.61276594c27.88687864%2027.88687864%2032.29007038%2071.91879298%207.33865221%20101.27340187-27.88687864%2033.75780061-77.78971497%2035.22553086-108.61205407%204.40319174l-96.87021114-135.03120351-8.80638246-8.80638245-41.09645387%2041.09645283%208.80638349%208.80638246%2096.87021012%20135.0312035C409.25886687%20966.99644478%20497.32269556%20965.52871454%20548.69326212%20908.28722601c48.43510506-49.90283633%2042.56418307-132.095742-7.33865325-181.99857833z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); } +.t-icon-un_fat_w_weight { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-un_fat_w_weight%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M374.4%20614.4h9.6v179.2c0%2032%2025.6%2057.6%2057.6%2057.6h137.6c32%200%2057.6-25.6%2057.6-57.6v-179.2h9.6c32%200%2057.6-25.6%2057.6-57.6V416c0-25.6-9.6-48-28.8-64-16-16-41.6-25.6-64-25.6h-204.8c-25.6%200-48%209.6-67.2%2025.6-16%2016-25.6%2041.6-25.6%2064v140.8c3.2%2032%2028.8%2057.6%2060.8%2057.6z%20m-9.6-198.4c0-12.8%203.2-22.4%2012.8-32%206.4-9.6%2019.2-12.8%2028.8-12.8h204.8c12.8%200%2022.4%203.2%2032%2012.8%209.6%206.4%2012.8%2019.2%2012.8%2028.8v140.8c0%206.4-6.4%209.6-9.6%209.6H585.6v227.2c0%206.4-6.4%209.6-9.6%209.6h-134.4c-6.4%200-9.6-6.4-9.6-9.6v-227.2h-57.6c-6.4%200-9.6-6.4-9.6-9.6V416z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M688%20742.4c-12.8%200-25.6%209.6-25.6%2019.2%200%206.4%200%2012.8%203.2%2019.2%203.2%206.4%209.6%209.6%2016%209.6%20134.4%2016%20169.6%2044.8%20169.6%2054.4-3.2%2012.8-99.2%2064-342.4%2064s-339.2-51.2-342.4-64c3.2-9.6%2032-35.2%20166.4-51.2%2012.8-3.2%2022.4-12.8%2019.2-25.6%200-12.8-12.8-22.4-25.6-22.4-86.4%209.6-211.2%2035.2-211.2%20102.4%200%2038.4%2041.6%2067.2%20128%2086.4%2073.6%2016%20169.6%2025.6%20268.8%2025.6%20144%200%20390.4-25.6%20393.6-112-3.2-67.2-112-96-217.6-105.6zM512%20300.8c64%200%20118.4-54.4%20118.4-118.4S576%2064%20512%2064s-118.4%2054.4-118.4%20118.4S448%20300.8%20512%20300.8z%20m0-188.8c38.4%200%2070.4%2032%2070.4%2070.4s-32%2070.4-70.4%2070.4-70.4-32-70.4-70.4%2032-70.4%2070.4-70.4z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-biaozhunhua { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-biaozhunhua%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M977.64432031%20592.71333594a30.97680469%2030.97680469%200%200%200-43.84504687%200L738.66710937%20787.8455l-92.09320312-92.09320313a30.97680469%2030.97680469%200%201%200-43.84504687%2043.84504688l114.01572656%20114.01572656a30.97680469%2030.97680469%200%200%200%2043.84504687%200l217.0546875-217.0546875a30.97680469%2030.97680469%200%200%200%200-43.84504687zM791.0703125%20356.9609375a31.0078125%2031.0078125%200%200%200-31.0078125-31.0078125H263.9375a31.0078125%2031.0078125%200%200%200%200%2062.015625h496.125a31.0078125%2031.0078125%200%200%200%2031.0078125-31.0078125zM263.9375%20543.0078125a31.0078125%2031.0078125%200%200%200%200%2062.015625h279.0703125a31.0078125%2031.0078125%200%200%200%200-62.015625H263.9375z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M763.07025781%20915.1015625H204.86761719c-18.54267187%200-33.95355469-15.81398438-33.95355469-35.78301562V144.68145313C170.9140625%20124.71242188%20186.32494531%20108.8984375%20204.86761719%20108.8984375h614.26476562c18.54267187%200%2033.95355469%2015.81398438%2033.95355469%2035.78301562v339.65957813a31.0078125%2031.0078125%200%200%200%2062.015625%200V144.68145313C915.1015625%2090.85189062%20872.31078125%2046.8828125%20819.13238281%2046.8828125H204.86761719C151.68921875%2046.8828125%20108.8984375%2090.85189062%20108.8984375%20144.68145313v734.63709374C108.8984375%20933.14810938%20151.68921875%20977.1171875%20204.86761719%20977.1171875h558.20264062a31.0078125%2031.0078125%200%200%200%200-62.015625z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-cellin { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-cellin%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M799.12867105%20951.72914333c-3.79657786%200-7.67777062-0.61849266-11.47434849-1.9239757-18.36238261-6.3380392-28.11925561-26.36753077-21.7812164-44.7299124%204.10582419-11.89540702%2016.59353358-48.09636661-81.83242168-92.44853592-52.83780764-23.79887213-84.95006822-55.69758141-95.42817998-94.79256314-10.34917537-38.59736737%201.07379956-81.3519315%2033.95967947-127.06901451%2011.36253628-15.76048261%2033.33212072-19.36768444%2049.10166942-8.01320724%2015.7685407%2011.34541209%2019.35861933%2033.32406262%208.02227234%2049.10166844-13.7246947%2019.0755623-28.87474275%2046.31039339-23.12094782%2067.75617417%205.90892159%2022.07333855%2033.90830592%2038.76055214%2056.35838151%2048.87804403%20129.74042025%2058.45460808%20136.57708083%20129.88648083%20119.45067652%20179.52001397-5.01643898%2014.56580475-18.65551177%2023.72130928-33.25556489%2023.7213083zM565.74942945%20951.72914333c-11.85209255%200-23.41306997-5.99454352-30.04323032-16.83327516-73.31253398-119.87173505-139.38548105-96.87166453-223.04719041-67.69573354-62.44761206%2021.77215031-140.21853202%2048.86091984-198.32863641-26.51359233-75.28788323-97.63621875%2028.01650852-274.87969523%2040.03984491-294.76211921%2010.04899514-16.61065777%2031.64889361-21.92727698%2048.27667655-11.90346511%2016.61871684%2010.03186997%2021.96152634%2031.64889361%2011.94677957%2048.28574166-23.97112397%2039.78297914-83.61033581%20164.76483319-44.54960343%20215.42079333%2024.78705075%2032.13844987%2052.43387428%2026.37558886%20119.45974261%203.03202364%2080.95706325-28.21394264%20203.31888609-70.85669555%20306.2193435%2097.42971952%2010.14368217%2016.57640939%204.92175097%2038.22768141-11.65465843%2048.37136357a35.02441392%2035.02441392%200%200%201-18.31906814%205.16854363z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M579.86899241%20526.98585528c-168.19978416-46.98025959-266.08481058-158.35729022-290.91517482-331.04064262l104.45474714-15.03017677c18.59406511%20129.28511236%2088.87558247%20209.23687378%20214.85367324%20244.41540638l-28.39324556%20101.65541301z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M288.061334%20619.18558452c-42.19651111%200-80.92180688-8.0645798-112.50321075-26.48740205-38.41705744-22.41683325-82.30485375-69.35377838-73.20978787-165.66638189C117.61019661%20265.10155691%20411.35089583%2080.40191919%20606.58807695%2072.50052416c98.35745752-3.81370205%20163.21860155%2039.82528659%20177.42378741%20120.20717165%2019.13600194%20108.32888883-44.98778616%20222.79838273-175.92087023%20314.06936499-91.08261422%2063.48716325-216.08159245%20112.40852273-320.02966013%20112.40852372z%20m331.30657448-476.58385294c-3.21233358%200-6.51029006%200.06849773-9.93718293%200.20650022-172.93216008%206.99984633-426.16864139%20175.51794291-437.03356332%20290.82854686-4.56919017%2048.31999102%208.0645798%2080.46750698%2038.61449157%2098.28895978%2071.44899792%2041.68882266%20231.50663845%204.50069244%20356.84105428-82.86290677%2050.86245938-35.45353055%20166.99805522-130.22091042%20146.86581656-244.10616005v-0.00906609c-2.76508575-15.71011608-11.02709967-62.34587395-95.35061616-62.34587395z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M706.01026892%20647.40758525c-20.01136036%200-39.18161067-4.47450216-56.8398787-13.47588703-47.03969123-23.96205787-74.44677319-75.94969036-75.20226033-142.62299789-0.21455831-19.42711608%2015.35654827-35.35078444%2034.78366434-35.57440786h0.40393435c19.24680713%200%2034.94685009%2015.49354373%2035.1704745%2034.78366434%200.4462418%2039.61979339%2013.86169017%2069.04453205%2036.79426898%2080.72437275%2026.64152072%2013.57863413%2057.93886153-0.1198703%2074.2060246-9.5161244%2032.46482039-18.7230015%2062.9724247-52.80255225%2083.70502382-93.49614521%2039.54223055-77.58960202%2035.11003584-165.58075997-9.48187504-188.30583253-20.66410139-10.52948531-44.21416683-4.45737797-60.27482967%202.48202872-17.88189244%207.70396091-38.54599383-0.48955627-46.25801283-18.32007417-7.713027-17.83051889%200.49862236-38.53692773%2018.32813325-46.24995474%2042.30731531-18.32813325%2084.95913333-18.51750928%20120.15479109-0.59230237%2082.09029445%2041.82682514%2099.74856248%20166.10456559%2040.22922094%20282.93621694-27.15726727%2053.27498334-66.64812427%2096.7769775-111.24003614%20122.49176625-28.49800669%2016.43941392-57.25287816%2024.7356772-84.47864316%2024.7356772z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + .t-icon-kcal { background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-kcal%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M482.977%20958.709c-99.797%200.016-192.162-37.047-256.656-103.757-122.524-126.693-81.005-319.961%2020.25-437.501%2015.218-17.643%2029.564-33.548%2042.903-48.305%2079.881-88.463%20112.951-125.081%2077.062-260.7a34.379%2034.379%200%200%201%2010.603-34.664%2034.365%2034.365%200%200%201%2035.772-5.872c128.035%2053.053%20205.785%2093.454%20191.826%20248.779-1.325%2014.748-5.285%2030.268-9.11%2045.276-14.598%2057.298-11.074%2067.062%2010.704%2075.485%206.057%202.349%2015.721%204.287%2028.926-5.855%2019.832-15.243%2034.966-49.177%2032.4-72.625a34.39%2034.39%200%200%201%2011.156-29.262c8.205-7.4%2019.496-10.403%2030.251-8.07%2055.083%2011.895%20110.166%2071.047%20140.317%20150.694%2042.483%20112.204%2027.265%20230.39-41.778%20324.247-69.445%2094.412-177.782%20153.169-297.26%20161.206a404.257%20404.257%200%200%201-27.366%200.924z%20m-36.542-801.287c15.872%20122.876-34.664%20178.823-105.955%20257.781-13.004%2014.396-27.014%2029.9-41.83%2047.105-81.424%2094.495-117.12%20247.48-22.934%20344.86%2056.274%2058.204%20140.08%2088.02%20230.012%2082.063%2099.243-6.695%20189.09-55.302%20246.506-133.371%2078.07-106.122%2048.993-216.615%2032.885-259.19-14.798-39.085-35.67-68.883-55.804-87.297-9.647%2030.049-28.204%2058.279-52.164%2076.702-29.244%2022.499-63.203%2028.002-95.618%2015.469-84.11-32.525-63.557-113.212-52.499-156.558%203.305-12.953%206.426-25.184%207.248-34.445%207.87-87.533-15.67-117.851-89.847-153.119z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M444.572%20829.618c-55.15%200-101.022-27.667-123.924-75.267-46.593-96.895%2034.48-189.88%2078.035-239.837%205.151-5.905%209.9-11.342%2013.976-16.258%2010.957-13.221%2028.943-18.247%2045.15-12.676s27.299%2020.604%2027.802%2037.743c1.325%2043.322%2025.77%2076.056%2049.429%20107.724%2025.754%2034.48%2054.966%2073.573%2038.422%20120.955v0.017c-15.067%2043.086-63.07%2074.16-119.46%2077.33-3.172%200.168-6.326%200.269-9.43%200.269z%20m-19.446-217.354c-27.868%2037.49-45.486%2074.47-30.15%20106.349%2012.801%2026.644%2039.58%2029.345%2054.412%2028.388%2025.268-1.409%2043.372-14.026%2046.224-22.197%202.046-5.99-16.61-30.99-26.644-44.413-14.027-18.774-30.755-41.156-43.842-68.127z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); } @@ -70,14 +342,30 @@ background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-muscle%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M657.729%20844.712c-115.67%200.008-167.844-51.845-195.28-96.139-51.084%2035.096-137.523%2060.587-217.39%2038.17C113.556%20749.851%2045.01%20624.27%2066.18%20459.021c13.91-108.535%2078.52-245.626%20214.828-274.787%2091.065-19.477%20169.248%2022.05%20212.17%2063.896%2051.342-56.407%20154.044-84.447%20244.261-59.238%2085.405%2023.868%20241.8%20127.832%20222.543%20350.461-11.777%20136.386-94.186%20298.13-287.67%20305.093-4.971%200.18-9.833%200.266-14.584%200.266zM471.569%20664.69a32.111%2032.111%200%200%201%2029.113%2018.536c19.964%2042.804%2047.422%20101.478%20169.31%2097.032%20151.41-5.45%20216.02-130.874%20226.009-246.442%2015.618-180.657-108.19-264.155-175.842-283.06-84.463-23.632-178.602%2016.042-193.594%2063.873a32.11%2032.11%200%200%201-30.204%2022.512c-14.545-0.118-26.3-8.562-30.815-21.681-5.543-14.318-74.348-89.13-171.098-68.42-64.672%2013.839-146.571%2079.797-164.55%20220.143-17.078%20133.304%2032.46%20229.647%20132.504%20257.71%2078.654%2022.072%20165.523-21.328%20182.727-46.302a32.094%2032.094%200%200%201%2026.44-13.901z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M629.486%20629.688c-30.51%200-57.757-11.589-78.26-34.069-35.457-38.89-43.416-105.633-18.92-158.686%2022.511-48.786%2068.216-76.872%20122.335-74.999%2041.008%201.38%2075.273%2022.504%2094.03%2057.945%2023.318%2044.035%2020.386%20105.187-7.12%20148.712-15.73%2024.895-38.186%2043.054-64.924%2052.526-16.216%205.74-32.086%208.571-47.141%208.571zM649.59%20442.14c-20.732%200-35.669%209.566-44.388%2028.447-10.813%2023.413-8.359%2055.89%205.355%2070.93%203.034%203.324%2012.342%2013.447%2039.267%203.912%2012.122-4.288%2019.665-13.094%2023.852-19.728%2012.044-19.077%2013.863-49.696%204.03-68.264-5.426-10.272-13.141-14.835-25.766-15.258a78.965%2078.965%200%200%200-2.35-0.04z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M408.684%20578.416c-37.025%200-74.066-24.41-90.823-60.195-16.152-34.478-9.98-72.78%2016.49-102.466%2020.96-23.484%2050.002-33.293%2079.743-26.856%2034.171%207.387%2065.386%2036.053%2075.909%2069.707%206.281%2020.12%205.622%2041.031-1.929%2060.462-14.2%2036.531-42.106%2058.141-76.575%2059.302-0.941%200.03-1.882%200.046-2.815%200.046z%20m-12.46-127.22c-5.144%200-9.48%202.321-13.933%207.324-9.472%2010.617-11.519%2021.234-6.265%2032.461%206.179%2013.205%2021.288%2023.767%2033.309%2023.186%202.94-0.094%2011.886-0.4%2018.865-18.363%202.25-5.795%202.415-11.863%200.487-18.035-3.694-11.824-16.325-23.53-28.158-26.087-1.505-0.321-2.933-0.486-4.305-0.486zM230.332%20613.104c-2.862%200-5.76-0.264-8.67-0.793-24.468-4.526-41.174-26.731-45.018-46.322-4-20.303%204.767-38.165%2023.413-47.766%2013.222-6.805%2028.623-7.08%2042.275-0.855%2021.006%209.622%2032.754%2032.133%2033.52%2049.394%200.456%2010.63-2.658%2020.445-9.005%2028.4-9.186%2011.554-22.42%2017.942-36.515%2017.942z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); } -.t-icon-body { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-body%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M327.30434756%20633.77391289c105.39782578%2068.08695644%20173.66086934%20103.22608711%20194.47826132%20103.22608711%2020.50434756%200%2086.90869599-34.04347823%20189.48913067-99.97826045a610.90434756%20610.90434756%200%200%200-16.66956533-43.98260889c-3.85434756-9.15652177-23.77173955-53.78478223-28.42826133-65.44565243-9.97826045-24.84782578-14.96739112-44.02173955-14.96739111-63.00000001%200-60.73043467%2046.50652178-120.99130401%20136.33043467-183.87391289-25.90434756-38.21086934-87.94565244-63-189.64565244-71.33478311a29.34782578%2029.34782578%200%200%201-26.35434756-23.4L560.24782578%20130.47826045h-100.741304l-24.65217422%2060.71087021a29.34782578%2029.34782578%200%200%201-27.19565157%2018.29347822c-74.54347823%200-129.26739112%2023.67391289-166.89130487%2071.62826045%2086.71304355%2053.49130401%20132.02608711%20114.39782578%20132.02608711%20183.4826089%200%2020.30869599-3.99130401%2041.49782578-11.85652178%2067.77391289a853.84565244%20853.84565244%200%200%201-11.26956533%2034.39565243c0.78260888-2.30869599-9.56739112%2027.46956533-12.42391289%2035.92173867a921.83478223%20921.83478223%200%200%200-9.958696%2031.10869601z%20m-15.06521689%2060.12391289c-12.05217422%2062.37391289-10.85869599%20119.79782578%206.26086933%20186.84782666%20125.19782578%2017.1%20259.33695644%2017.02173955%20402.45652177-0.25434843%2015.45652177-69.10434756%2016.66956533-127.31086933%205.98695646-183.8152169C622.15217422%20763.29565244%20556.62826045%20795.69565244%20521.78260888%20795.69565244c-35.31521777%200-102.18913066-33.3-209.54347822-101.79782666z%20m75.44347821-542.58260801l24.88695645-61.23913066A29.34782578%2029.34782578%200%200%201%20439.76521778%2071.78260888h144.46956445a29.34782578%2029.34782578%200%200%201%2028.76087021%2023.49782579l11.73912979%2057.71739111c125.80434756%2013.91086934%20203.4%2055.38913066%20228.11087021%20128.34782666a29.34782578%2029.34782578%200%200%201-11.7%2033.94565157c-88.82608711%2058.30434756-131.24347823%20109.33043467-131.24347822%20149.28260888%200%209.93913066%203.32608711%2022.65652177%2010.741304%2041.1847831%204.16739112%2010.36956533%2023.79130401%2054.37173955%2028.05652178%2064.50652178%2046.07608711%20109.40869599%2058.73478222%20209.32826045%2024.51521777%20344.03478223a29.34782578%2029.34782578%200%200%201-24.61304355%2021.87391289c-163.17391289%2021.40434756-315.78260888%2021.40434756-457.72826133-0.09782578a29.34782578%2029.34782578%200%200%201-23.77173867-20.83695644c-34.90434756-120.20869599-25.80652178-212.32173955%2014.55652177-331.39565245%2034.35652177-101.36739112%2032.43913067-94.96956533%2032.43912979-119.25%200-50.30217422-41.32173955-100.01739112-129.22826045-148.08913066a29.34782578%2029.34782578%200%200%201-11.28913066-40.48043467c45.19565244-77.86956533%20117.68478223-119.71956533%20214.10217421-124.70869511zM129.89130401%20412.33478222a29.34782578%2029.34782578%200%201%201%2046.76087021-35.45217334c63.13695644%2083.26956533%2050.81086934%20190.70217422-31.32391377%20317.38695645a29.34782578%2029.34782578%200%201%201-49.26521689-31.93043467c70.08260888-108.09782578%2079.47391289-189.78260888%2033.82826045-250.00434844z%20m772.18043554%200c-45.64565244%2060.20217422-36.27391289%20141.90652178%2033.80869512%20250.00434844a29.34782578%2029.34782578%200%201%201-49.24565244%2031.93043467c-82.13478223-126.68478222-94.48043467-234.11739112-31.32391289-317.38695645a29.34782578%2029.34782578%200%201%201%2046.76087021%2035.45217334z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +.t-icon-body_type { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-body_type%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M327.30434756%20633.77391289c105.39782578%2068.08695644%20173.66086934%20103.22608711%20194.47826132%20103.22608711%2020.50434756%200%2086.90869599-34.04347823%20189.48913067-99.97826045a610.90434756%20610.90434756%200%200%200-16.66956533-43.98260889c-3.85434756-9.15652177-23.77173955-53.78478223-28.42826133-65.44565243-9.97826045-24.84782578-14.96739112-44.02173955-14.96739111-63.00000001%200-60.73043467%2046.50652178-120.99130401%20136.33043467-183.87391289-25.90434756-38.21086934-87.94565244-63-189.64565244-71.33478311a29.34782578%2029.34782578%200%200%201-26.35434756-23.4L560.24782578%20130.47826045h-100.741304l-24.65217422%2060.71087021a29.34782578%2029.34782578%200%200%201-27.19565157%2018.29347822c-74.54347823%200-129.26739112%2023.67391289-166.89130487%2071.62826045%2086.71304355%2053.49130401%20132.02608711%20114.39782578%20132.02608711%20183.4826089%200%2020.30869599-3.99130401%2041.49782578-11.85652178%2067.77391289a853.84565244%20853.84565244%200%200%201-11.26956533%2034.39565243c0.78260888-2.30869599-9.56739112%2027.46956533-12.42391289%2035.92173867a921.83478223%20921.83478223%200%200%200-9.958696%2031.10869601z%20m-15.06521689%2060.12391289c-12.05217422%2062.37391289-10.85869599%20119.79782578%206.26086933%20186.84782666%20125.19782578%2017.1%20259.33695644%2017.02173955%20402.45652177-0.25434843%2015.45652177-69.10434756%2016.66956533-127.31086933%205.98695646-183.8152169C622.15217422%20763.29565244%20556.62826045%20795.69565244%20521.78260888%20795.69565244c-35.31521777%200-102.18913066-33.3-209.54347822-101.79782666z%20m75.44347821-542.58260801l24.88695645-61.23913066A29.34782578%2029.34782578%200%200%201%20439.76521778%2071.78260888h144.46956445a29.34782578%2029.34782578%200%200%201%2028.76087021%2023.49782579l11.73912979%2057.71739111c125.80434756%2013.91086934%20203.4%2055.38913066%20228.11087021%20128.34782666a29.34782578%2029.34782578%200%200%201-11.7%2033.94565157c-88.82608711%2058.30434756-131.24347823%20109.33043467-131.24347822%20149.28260888%200%209.93913066%203.32608711%2022.65652177%2010.741304%2041.1847831%204.16739112%2010.36956533%2023.79130401%2054.37173955%2028.05652178%2064.50652178%2046.07608711%20109.40869599%2058.73478222%20209.32826045%2024.51521777%20344.03478223a29.34782578%2029.34782578%200%200%201-24.61304355%2021.87391289c-163.17391289%2021.40434756-315.78260888%2021.40434756-457.72826133-0.09782578a29.34782578%2029.34782578%200%200%201-23.77173867-20.83695644c-34.90434756-120.20869599-25.80652178-212.32173955%2014.55652177-331.39565245%2034.35652177-101.36739112%2032.43913067-94.96956533%2032.43912979-119.25%200-50.30217422-41.32173955-100.01739112-129.22826045-148.08913066a29.34782578%2029.34782578%200%200%201-11.28913066-40.48043467c45.19565244-77.86956533%20117.68478223-119.71956533%20214.10217421-124.70869511zM129.89130401%20412.33478222a29.34782578%2029.34782578%200%201%201%2046.76087021-35.45217334c63.13695644%2083.26956533%2050.81086934%20190.70217422-31.32391377%20317.38695645a29.34782578%2029.34782578%200%201%201-49.26521689-31.93043467c70.08260888-108.09782578%2079.47391289-189.78260888%2033.82826045-250.00434844z%20m772.18043554%200c-45.64565244%2060.20217422-36.27391289%20141.90652178%2033.80869512%20250.00434844a29.34782578%2029.34782578%200%201%201-49.24565244%2031.93043467c-82.13478223-126.68478222-94.48043467-234.11739112-31.32391289-317.38695645a29.34782578%2029.34782578%200%201%201%2046.76087021%2035.45217334z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-zanwushuju { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-zanwushuju%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M876.202667%20352.554667H147.882667L0%20613.248V938.666667h1024v-325.376l-147.797333-260.736z%20m-234.112%20263.637333c0%2070.485333-58.197333%20127.658667-130.090667%20127.658667-71.893333%200-130.133333-57.173333-130.133333-127.658667H61.098667L179.541333%20394.24H844.373333l118.442667%20221.952H642.133333zM500.138667%2085.333333h44.629333v157.610667h-44.629333V85.333333zM197.290667%20163.584l31.573333-31.018667L342.272%20244.053333l-31.573333%2031.018667-113.493334-111.445333z%20m491.52%2080.512l113.493333-111.445333%2031.573333%2030.976-113.493333%20111.445333-31.573333-30.976z%22%20fill%3D%22%23B4B4B4%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); } .t-icon-water { background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-water%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M512.01%201012c-224.68%200-407.45-182.78-407.45-407.44C104.56%20397.84%20429.48%2012%20512.01%2012s407.43%20385.84%20407.43%20592.56c0%20224.66-182.77%20407.44-407.43%20407.44z%20m0.11-927.98c-63.79%2038.49-337.8%20342.93-337.8%20520.54%200%20186.19%20151.48%20337.67%20337.69%20337.67%20186.18%200%20337.66-151.48%20337.66-337.67%200-178.82-273.82-482.48-337.55-520.54z%20m-6.13-3.09z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M586.57%20855.97c-12.04%200-23.76-6.25-30.23-17.43-9.63-16.68-3.93-38.02%2012.74-47.66%2067.68-39.14%20120.68-100.64%20149.3-173.16%207.09-17.95%2027.41-26.71%2045.26-19.66%2017.92%207.07%2026.71%2027.33%2019.64%2045.25-34.36%2087.12-98.04%20160.96-179.28%20207.95a34.681%2034.681%200%200%201-17.43%204.71z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); } +.t-icon-weight { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-weight%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M909.05882363%2062H114.94117637C85.82352911%2062%2062%2085.82352911%2062%20114.94117637v794.11764726c0%2029.11764727%2023.82352911%2052.94117637%2052.94117637%2052.94117637h794.11764727c29.11764727%200%2052.94117637-23.82352911%2052.94117636-52.94117637V114.94117637c0-29.11764727-23.82352911-52.94117637-52.94117636-52.94117637z%20m1e-8%20794.11764727c0%2029.11764727-23.82352911%2052.94117637-52.94117637%2052.94117637H167.88235273c-29.11764727%200-52.94117637-23.82352911-52.94117637-52.94117637V167.88235273c0-29.11764727%2023.82352911-52.94117637%2052.94117637-52.94117637h688.23529454c29.11764727%200%2052.94117637%2023.82352911%2052.94117637%2052.94117637v688.23529454z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M512%20194.35294092C321.41176455%20194.35294092%20167.88235273%20347.88235273%20167.88235273%20538.47058818h52.94117638c0-161.47058818%20129.70588271-291.1764709%20291.17647089-291.17647089s291.1764709%20129.70588271%20291.1764709%20291.17647089h52.94117637c0-190.58823545-153.52941182-344.11764727-344.11764727-344.11764726z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M477.71951416%20722.00914385a79.41176455%2079.41176455%200%201%200%20121.42142754-102.38042021%2079.41176455%2079.41176455%200%201%200-121.42142754%20102.38042021Z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M504.05882363%20631.11764727c-10.58823545%2010.58823545-29.11764727%207.94117637-37.05882363-2.64705909l-103.23529453-121.76470547c-10.58823545-10.58823545-7.94117637-29.11764727%202.64705908-37.05882363%2010.58823545-10.58823545%2029.11764727-7.94117637%2037.05882363%202.64705821l103.23529453%20121.76470634c10.58823545%2010.58823545%207.94117637%2026.47058818-2.64705907%2037.05882364z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-sharpicons_checklist { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-sharpicons_checklist%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M512.1486322%20512.19817627m-0.17340423%200a0.17340423%200.17340423%200%201%200%200.34680846%200%200.17340423%200.17340423%200%201%200-0.34680846%200Z%22%20fill%3D%22%23bfbfbf%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M174.5%20962h505.378125l0.16875-0.028125L680.75%20962c124.059375%200%20225-100.940625%20225-225%200-83.165625-45.478125-155.784375-112.78125-194.709375%200.028125-0.478125%200.28125-0.84375%200.28125-1.321875V258.875a28.125%2028.125%200%200%200-8.240625-19.884375l-168.75-168.75A28.125%2028.125%200%200%200%20596.375%2062H174.5C143.478125%2062%20118.25%2087.228125%20118.25%20118.25v787.5c0%2031.021875%2025.228125%2056.25%2056.25%2056.25z%20m675-225c0%2093.065625-75.684375%20168.75-168.75%20168.75s-168.75-75.684375-168.75-168.75%2075.684375-168.75%20168.75-168.75%20168.75%2075.684375%20168.75%20168.75zM596.375%20129.89375L725.35625%20258.875H596.375V129.89375zM174.5%20118.25h365.625v168.75a28.125%2028.125%200%200%200%2028.125%2028.125h168.75v204.271875A223.875%20223.875%200%200%200%20680.75%20512c-56.840625%200-108.675%2021.375-148.33125%2056.25H315.125a14.0625%2014.0625%200%201%200%200%2028.125h190.265625A223.790625%20223.790625%200%200%200%20455.75%20737c0%2067.21875%2029.8125%20127.490625%2076.66875%20168.75H174.5V118.25z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M315.125%20427.625h337.5a14.0625%2014.0625%200%201%200%200-28.125H315.125a14.0625%2014.0625%200%201%200%200%2028.125zM234.6875%20403.71875a14.0625%2014.0625%200%200%200%200.28125%2019.6875c2.53125%202.8125%206.1875%204.21875%209.84375%204.21875s7.3125-1.40625%209.84375-4.21875c2.8125-2.53125%204.21875-6.1875%204.21875-9.84375%200-3.65625-1.40625-7.3125-4.21875-10.125-5.0625-5.0625-14.34375-5.0625-19.96875%200.28125zM315.125%20512h337.5a14.0625%2014.0625%200%201%200%200-28.125H315.125a14.0625%2014.0625%200%201%200%200%2028.125zM234.6875%20488.09375c-2.53125%202.8125-3.9375%206.1875-3.9375%209.84375a14.034375%2014.034375%200%200%200%2014.0625%2014.0625c3.65625%200%207.3125-1.40625%209.84375-4.21875%202.8125-2.53125%204.21875-6.1875%204.21875-9.84375%200-3.65625-1.40625-7.03125-4.21875-10.125a14.45625%2014.45625%200%200%200-19.96875%200.28125zM234.6875%20572.46875a14.0625%2014.0625%200%200%200%200.28125%2019.6875c2.53125%202.8125%206.1875%204.21875%209.84375%204.21875s7.3125-1.40625%209.84375-4.21875c2.8125-2.53125%204.21875-6.1875%204.21875-9.84375%200-3.65625-1.40625-7.3125-4.21875-9.84375-5.0625-5.34375-14.34375-5.34375-19.96875%200zM584.95625%20744.171875a28.125%2028.125%200%200%200-33.4125%2045.28125l73.996875%2054.5625%200.084375%200.028125%200.05625%200.084375a27.5625%2027.5625%200%200%200%206.1875%203.121875c0.590625%200.253125%201.125%200.703125%201.74375%200.9a28.125%2028.125%200%200%200%2021.121875-1.575c1.828125-0.928125%203.15-2.7%204.78125-4.021875%201.828125-1.490625%203.909375-2.53125%205.34375-4.5l0.028125-0.05625%200.084375-0.05625%20122.90625-168.75a28.125%2028.125%200%200%200-45.50625-33.13125l-106.228125%20145.884375-51.1875-37.771875z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-shejiguifan { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-shejiguifan%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M942.22900391%20317.76787109l-194.07128907%20194.13984375%20197.01123047%20197.07890625c21.76259766%2021.77050781%2021.76259766%2057.06474609%200%2078.83261719l-157.60810547%20157.6678711c-21.76171875%2021.76787109-57.04453125%2021.76787109-78.80449218-1e-8L511.74511719%20748.40380859%20393.53837891%20866.65361328c-104.74804688%20104.78320313-301.01572266%2063.53085937-301.01572266%2063.53085938S52.05078125%20735.26503906%20157.12402344%20630.15576172l118.20849609-118.24804688L78.32041016%20314.82617187c-21.75996094-21.77050781-21.75996094-57.06474609%200-78.83261718l157.60986328-157.66699219c21.75996094-21.76787109%2057.04277344-21.76787109%2078.80273437%200L511.74511719%20275.40898437l194.11787109-194.18554687c5.62412109-7.57529297%2015.09345703-13.71884766%2030.1078125-13.71884766%2026.06835938-0.55107422%2060.75439453-1.28671875%2084.79511719-1.79824218%2016.94882812%200%2036.99492188%208.09824219%2045.13095703%2016.23339843%2019.84130859%2019.77363281%2052.67548828%2052.49619141%2073.40273438%2073.15488282%209.15117188%209.15117188%2018.3375%2022.32333984%2018.3375%2048.95595703%200%2063.38935547%205.27695313%20100.11708984-15.40810547%20113.71728515zM577.41523438%20735.26503906l59.10292968-59.12314453c3.628125-3.628125%209.50712891-3.628125%2013.134375%200l13.134375%2013.13876953c3.62548828%203.628125%203.62548828%209.51064453%200%2013.13876953l-59.10292968%2059.12314454%2052.53574218%2052.55771484%2059.10292969-59.12490235c3.628125-3.62988281%209.50712891-3.62988281%2013.134375%200l13.13261719%2013.13613282c3.628125%203.62988281%203.628125%209.51240234%200%2013.14052734l-59.10292969%2059.12490234%2039.403125%2039.41542969c14.50898438%2014.5125%2038.02939453%2014.5125%2052.53574219%200L879.49707031%20774.68310547c14.50898438-14.5125%2014.50898438-38.04345703%200-52.55595703L708.75634766%20551.32314453%20551.14648438%20708.98662109l26.26875%2026.27841797zM136.90302734%20811.62792969c40.06933594%2037.56533203%2057.00322266%2052.20966797%2083.29570313%2076.39013672%2032.62148438-1.04589844%2086.68125-13.50878906%20107.66953125-34.50322266L170.25839844%20695.84960938c-22.05527344%2022.06318359-33.74560547%2081.55986328-33.3553711%20115.77832031zM301.59863281%20144.02041016c-14.50722656-14.51074219-38.02939453-14.51074219-52.53574218%200L143.98876953%20249.13056641c-14.50546875%2014.5125-14.50546875%2038.04345703%200%2052.55595703l39.403125%2039.4171875%2059.10292969-59.12490235c3.628125-3.628125%209.50712891-3.628125%2013.134375%200l13.134375%2013.13613282c3.62548828%203.62988281%203.62548828%209.51240234%200%2013.14052734l-59.10292969%2059.12490234%2052.53574219%2052.55595703%2059.10292969-59.12490234c3.628125-3.62988281%209.50712891-3.62988281%2013.134375%200l13.13261718%2013.13876953c3.62988281%203.628125%203.62988281%209.51064453%200%2013.13876953l-59.10117187%2059.12490235%2026.26699219%2026.27666015L472.34375%20314.82617187%20301.59863281%20144.02041016z%20m414.49042969%2092.96191406c-12.83818359-12.83642578-19.28583984-23.36308594-19.28583984-44.6484375%200.1828125-7.02685547%200.39814453-15.21914063%200.62226562-23.84033203L209.66152344%20656.43242187l157.60810547%20157.6678711%20488.5180664-488.69296875-12.25722656%200.26279297c-32.88164062%200-47.78876953-9.35771484-59.70761719-21.27480469l-67.73378906-67.41298828z%20m135.34628906-66.03486328c-21.32666016-21.32666016-47.25703125-29.96982422-57.92167968-19.3078125-10.66464844%2010.66464844-2.01884766%2036.59677734%2019.3078125%2057.9234375%2021.32490234%2021.32666016%2047.25966797%2029.96982422%2057.92167968%2019.30605468%2010.66464844-10.66025391%202.01884766-36.59501953-19.3078125-57.92167968z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + .t-icon-muscleval { background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-muscleval%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M954.88%20714.24v-7.68c-2.56-12.8-2.56-25.6-2.56-38.4%200-15.36%202.56-28.16%202.56-40.96v-17.92c5.12-56.32%207.68-107.52-25.6-158.72-48.64-71.68-153.6-76.8-217.6-35.84-46.08%2028.16-87.04%2079.36-104.96%2099.84-20.48-10.24-35.84-15.36-53.76-15.36-51.2-2.56-107.52%2012.8-153.6%2038.4-2.56-43.52-10.24-99.84-17.92-130.56%2012.8%202.56%2028.16%205.12%2046.08%205.12%2025.6%200%2046.08-5.12%2061.44-12.8%2040.96-23.04%2071.68-46.08%20110.08-102.4%2012.8-20.48%2012.8-35.84%207.68-46.08-2.56-7.68-7.68-15.36-12.8-17.92%205.12-10.24%207.68-17.92%207.68-25.6%200-48.64-76.8-104.96-133.12-107.52-61.44-5.12-130.56%2010.24-209.92%20143.36-25.6%2043.52-53.76%2079.36-79.36%20112.64-46.08%2056.32-89.6%20110.08-102.4%20197.12-2.56%2017.92-5.12%2040.96-5.12%2061.44l-2.56%2017.92c-2.56%2025.6-2.56%2048.64-5.12%2056.32-7.68%2033.28-10.24%2081.92%2046.08%20122.88%2051.2%2035.84%20253.44%20104.96%20353.28%20112.64%2023.04%202.56%2048.64%202.56%2074.24%202.56%2061.44%200%20220.16-5.12%20327.68-56.32%20102.4-43.52%2097.28-102.4%2089.6-156.16z%20m-46.08%200v5.12c5.12%2048.64%2010.24%2079.36-58.88%20110.08-104.96%2048.64-289.28%2056.32-378.88%2048.64-97.28-7.68-286.72-74.24-330.24-104.96-35.84-25.6-33.28-51.2-28.16-74.24%202.56-12.8%205.12-38.4%205.12-64%202.56-25.6%202.56-56.32%207.68-76.8%2012.8-71.68%2048.64-117.76%2089.6-171.52l2.56-2.56c25.6-30.72%2056.32-69.12%2084.48-117.76%2064-110.08%20117.76-122.88%20153.6-122.88h12.8c40.96%202.56%2092.16%2043.52%2094.72%2061.44-2.56%2015.36-61.44%2074.24-79.36%2076.8-10.24%200-20.48-5.12-25.6-10.24l35.84-51.2c7.68-10.24%205.12-23.04-5.12-33.28-10.24-7.68-23.04-5.12-30.72%205.12l-35.84%2053.76c-10.24%2012.8-10.24%2030.72%200%2046.08%2012.8%2023.04%2043.52%2038.4%2069.12%2035.84%2020.48-2.56%2051.2-23.04%2076.8-48.64-30.72%2043.52-53.76%2064-89.6%2081.92-23.04%2012.8-58.88%207.68-81.92%202.56%202.56-7.68%205.12-10.24%207.68-10.24%207.68-10.24%205.12-25.6-2.56-30.72-5.12-5.12-10.24-5.12-17.92-5.12-5.12%200-10.24%202.56-15.36%207.68-2.56%202.56-17.92%2025.6-23.04%2056.32-2.56%2012.8%200%2025.6%202.56%2038.4%2010.24%2040.96%2020.48%20133.12%2015.36%20163.84-5.12%2028.16-28.16%2061.44-66.56%2071.68-12.8%202.56-20.48%2015.36-15.36%2028.16%202.56%2010.24%2012.8%2017.92%2023.04%2017.92h5.12c58.88-15.36%2087.04-64%2097.28-99.84%2051.2-40.96%20112.64-53.76%20153.6-51.2%2033.28%202.56%2074.24%2038.4%2092.16%2058.88%207.68%2010.24%2023.04%2010.24%2033.28%202.56%205.12-5.12%207.68-10.24%207.68-15.36%200-5.12-2.56-12.8-5.12-15.36-2.56-2.56-15.36-17.92-35.84-33.28%2017.92-23.04%2053.76-64%2089.6-87.04%2046.08-28.16%20122.88-25.6%20153.6%2023.04%2025.6%2038.4%2023.04%2076.8%2017.92%20128-2.56%2015.36-2.56%2038.4-5.12%2061.44-2.56%2010.24%200%2025.6%200%2040.96zM455.68%20271.36z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); } @@ -90,12 +378,16 @@ background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-proteinval%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M355.05493333%20104.07253369a34.13333333%2034.13333333%200%200%201%2049.24302187-2.18453333l2.34382293%202.5031104%2019.34222187%2022.75555626%2031.67573333%2037.7059552a6363.136%206363.136%200%200%201%2046.60337814%2056.47928854l26.16888853%2032.38115626%2018.11342187%2022.7783104c34.67946667%2044.032%2060.2112%2078.73422187%2074.41066666%20102.03591147%208.48782187%2013.88088853%2016.4067552%2027.53422187%2023.84782294%2041.00551147%205.46133333-6.7584%2011.0819552-13.5395552%2016.74808853-20.34346667l21.504-25.6%2014.26773333-16.7480896a34.13333333%2034.13333333%200%200%201%2051.7916448%200.06826667l23.66577707%2027.98933333c13.26648853%2015.81511147%2026.55573333%2031.85777813%2039.36711147%2047.53635627l20.0704%2024.8263104%2015.86062186%2020.0248896%2014.0856896%2018.2272c13.15271147%2017.29422187%2023.48373333%2031.69848853%2030.62897707%2042.96248853l2.27555627%203.64088853c86.53937813%20141.67608853%2091.20426667%20248.4224%2023.89333333%20316.75733334-46.99022187%2047.6956448-123.5171552%2068.53973333-196.26666667%2067.69777813-63.4652448-0.88746667-113.664-13.42577813-151.1196448-37.31911147-59.07342187%2026.10062187-129.54737813%2038.04728853-193.28568853%2037.31911147-213.9932448-2.77617813-322.3324448-80.896-331.04782293-218.4988448-6.00746667-95.11822187%2033.33688853-201.43217813%20107.95235626-337.16906667%2013.5395552-24.64426667%2031.28888853-52.4060448%2052.58808854-82.7619552%2010.37653333-14.79111147%2021.5267552-30.1056%2033.33688853-45.80693333a2565.7116448%202565.7116448%200%200%201%2076.86826667-96.93866667l10.69511146-12.76586666%2014.63182187-17.29422187%209.73937813-11.264zM725.12853333%20431.95733369l-9.10222186%2010.92266667c-8.3968%2010.0579552-16.70257813%2020.13866667-24.80355627%2030.08284373l-11.94666667%2014.79111147-11.99217706%2015.01866666-10.46755627%2013.35751147c-11.6963552%2015.10968853-21.57226667%2028.4444448-29.1271104%2039.3671104l-3.09475627%204.55111147-4.86968853%207.44106666c-55.18222187%2087.74542187-77.07306667%20202.70648853-24.02986667%20252.9507552l3.4816%203.11751147c25.3952%2021.39022187%2066.5827552%2033.90577813%20126.40711147%2034.74773333%2055.9104%200.65991147%20115.43893333-15.5648%20146.77333333-47.3315552%2040.68693333-41.3468448%2038.5024-112.4124448-29.0588448-225.82613333l-4.4828448-7.46382293c-7.7824-12.74311147-23.05137813-33.51893333-43.80444373-59.98364374l-21.39022293-26.85155626c-12.19697813-15.1324448-25.03111147-30.78826667-38.07004374-46.42133334l-10.4220448-12.47004373zM380.63217813%20179.23413369l-8.12373333%209.78488853a2498.85582187%202498.85582187%200%200%200-74.82026667%2094.34453334c-11.37777813%2015.1324448-22.07288853%2029.80977813-32.01706666%2043.98648853-20.00213333%2028.4899552-36.4544%2054.22648853-48.65137814%2076.45866667-68.56248853%20124.7232-104.56177813%20221.9804448-99.64657813%20299.96373333%206.1667552%2097.39377813%2082.17031147%20152.1891552%20263.7368896%20154.51022293%2040.02702187%200.47786667%2083.51288853-5.00622187%20123.2896-16.49777813l10.74062187-3.2995552%206.21226666-2.13902293-1.2515552-2.048c-46.6944-79.59893333-21.95911147-195.08337813%2034.13333334-290.49742187l3.98222186-6.62186667%203.7091552-6.03022186c4.7331552-7.50933333%2010.71786667-16.24746667%2017.7948448-26.05511147l9.0112-12.21973333%2011.53706667-15.24622187-4.096-8.07822293a909.0844448%20909.0844448%200%200%200-14.9504-27.42044374l-8.05546667-13.9264-8.46506666-14.1084448c-11.15022187-18.29546667-31.83502187-46.6944-59.84711147-82.64817813l-16.49777707-20.98062187-11.2184896-14.08568853-25.8048-31.9488c-13.312-16.33848853-27.0336-32.9955552-40.89173333-49.62986667l-20.86684373-24.9400896-8.94293334-10.62684373z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); } -.t-icon-bodyage { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-bodyage%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M92.06457387%2081.15842346c130.76076267%200%20236.92203627%2034.1245248%20316.94525013%20103.0371552C472.12639467%20238.53878186%20511.5771872%20294.55561813%20532.14233707%20352.7511168l1.57380373%204.5393664c24.91659947-57.03276267%2055.006784-105.1864544%2090.38213013-144.40235094%2070.3513696-77.99723627%20172.46655787-105.2804128%20301.87079574-83.21192853a35.06998187%2035.06998187%200%200%201%2018.85040853%209.66597227l1.00418027%200.6577088a35.14045013%2035.14045013%200%200%201%2015.13905173%2023.66577813c19.5257344%20121.82296747-8.1450208%20227.8844096-82.83609493%20315.3185952-70.6332448%2082.68341227-181.1166048%20114.09488747-328.0558336%2096.63623787v32.8560864c0.02936213%200.7457952%200.02936213%201.4974624%200%202.2550016V950.27383466a35.23440853%2035.23440853%200%200%201-70.4512%201.32129067l-0.02349014-1.32129067v-309.95709226l-7.24067093-1.09813867c-10.59381227-1.65601707-20.9703456-3.40599253-31.12372693-5.26167147l-10.08291414-1.88504106-9.48980053-1.86155094c-26.69593707-5.36150293-51.7710912-11.44530987-75.21371733-18.26316906l-8.20374507-2.4429184c-92.23780907-27.9878656-158.4139008-67.84972587-198.3521024-120.60150827-34.47099627-45.52872853-57.97234667-105.78543893-70.9562272-180.7760064l-1.37414187-8.2389792-1.29192853-8.35642667c-2.70717653-18.23380693-4.83298667-37.28974933-6.3715552-57.16782826l-0.66945387-9.23728747c-2.2021504-32.52135893-2.8950944-67.19789013-2.10232-104.02371947a35.23440853%2035.23440853%200%200%201%2033.59600854-39.92058453l1.3506528-0.02348907z%20m35.22266346%2071.41427307v3.70548587c0.02349013%203.17109653%200.0528512%206.312832%200.0939584%209.43694826l0.16442774%209.3077568c0.16442773%207.70459093%200.41106773%2015.27411627%200.73405013%2022.72032107l0.4286848%208.86732587%200.49915413%208.7440064c0.45217493%207.22892587%200.9806912%2014.3286592%201.5855488%2021.305072l0.76341227%208.30357546c0.39932373%204.1165536%200.82800853%208.192%201.28605547%2012.2145952l0.94545706%207.98646614c0.82213653%206.6064512%201.7264864%2013.08370987%202.70130454%2019.425904l1.20384213%207.5460352c10.999008%2066.12911253%2030.6069568%20117.5478592%2058.3834144%20154.232752%2026.09695147%2034.47099627%2070.36898667%2063.30448747%20132.933552%2085.87212586l6.89419947%202.4370464c13.94108053%204.8271136%2028.75127787%209.354736%2044.4364608%2013.57112l7.9101248%202.08470294c6.65930347%201.72061333%2013.46541653%203.38250347%2020.42421226%204.99154026l8.421024%201.90265814%208.5737056%201.85567893c5.7549536%201.2155872%2011.6156096%202.40181227%2017.57022507%203.5469312l9.00239147%201.70299627c3.02428693%200.55200533%206.077936%201.09813867%209.14920213%201.644272l9.29601067%201.5855488c2.9479456%200.49328213%205.91350827%200.9806912%208.90256106%201.4563552l0.01174507-100.25950934-0.07046933-7.0703712c-0.52851627-34.5003584-3.71135787-56.8272288-13.82950507-85.46105813-16.35463787-46.27452373-48.6293568-92.10274453-102.67306667-138.63565333-59.3641056-51.1192544-137.5786208-79.61214613-235.7416832-85.02062827zM676.42724053%20260.07874986c-51.45985387%2057.05037973-91.21601173%20138.794208-118.7105952%20245.49574187%202.6719424%200.3229824%205.32626773%200.62834667%207.962976%200.91022187l7.8631456%200.80451946c117.13091947%2011.239776%20199.81433067-14.15248747%20251.0040544-74.07447146%2056.639312-66.29941227%2079.82942507-144.5550336%2069.71714987-237.0512288-97.0414336-12.5493216-168.4204736%209.13745707-217.83673067%2063.91521706z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +.t-icon-body_age { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-body_age%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M92.06457387%2081.15842346c130.76076267%200%20236.92203627%2034.1245248%20316.94525013%20103.0371552C472.12639467%20238.53878186%20511.5771872%20294.55561813%20532.14233707%20352.7511168l1.57380373%204.5393664c24.91659947-57.03276267%2055.006784-105.1864544%2090.38213013-144.40235094%2070.3513696-77.99723627%20172.46655787-105.2804128%20301.87079574-83.21192853a35.06998187%2035.06998187%200%200%201%2018.85040853%209.66597227l1.00418027%200.6577088a35.14045013%2035.14045013%200%200%201%2015.13905173%2023.66577813c19.5257344%20121.82296747-8.1450208%20227.8844096-82.83609493%20315.3185952-70.6332448%2082.68341227-181.1166048%20114.09488747-328.0558336%2096.63623787v32.8560864c0.02936213%200.7457952%200.02936213%201.4974624%200%202.2550016V950.27383466a35.23440853%2035.23440853%200%200%201-70.4512%201.32129067l-0.02349014-1.32129067v-309.95709226l-7.24067093-1.09813867c-10.59381227-1.65601707-20.9703456-3.40599253-31.12372693-5.26167147l-10.08291414-1.88504106-9.48980053-1.86155094c-26.69593707-5.36150293-51.7710912-11.44530987-75.21371733-18.26316906l-8.20374507-2.4429184c-92.23780907-27.9878656-158.4139008-67.84972587-198.3521024-120.60150827-34.47099627-45.52872853-57.97234667-105.78543893-70.9562272-180.7760064l-1.37414187-8.2389792-1.29192853-8.35642667c-2.70717653-18.23380693-4.83298667-37.28974933-6.3715552-57.16782826l-0.66945387-9.23728747c-2.2021504-32.52135893-2.8950944-67.19789013-2.10232-104.02371947a35.23440853%2035.23440853%200%200%201%2033.59600854-39.92058453l1.3506528-0.02348907z%20m35.22266346%2071.41427307v3.70548587c0.02349013%203.17109653%200.0528512%206.312832%200.0939584%209.43694826l0.16442774%209.3077568c0.16442773%207.70459093%200.41106773%2015.27411627%200.73405013%2022.72032107l0.4286848%208.86732587%200.49915413%208.7440064c0.45217493%207.22892587%200.9806912%2014.3286592%201.5855488%2021.305072l0.76341227%208.30357546c0.39932373%204.1165536%200.82800853%208.192%201.28605547%2012.2145952l0.94545706%207.98646614c0.82213653%206.6064512%201.7264864%2013.08370987%202.70130454%2019.425904l1.20384213%207.5460352c10.999008%2066.12911253%2030.6069568%20117.5478592%2058.3834144%20154.232752%2026.09695147%2034.47099627%2070.36898667%2063.30448747%20132.933552%2085.87212586l6.89419947%202.4370464c13.94108053%204.8271136%2028.75127787%209.354736%2044.4364608%2013.57112l7.9101248%202.08470294c6.65930347%201.72061333%2013.46541653%203.38250347%2020.42421226%204.99154026l8.421024%201.90265814%208.5737056%201.85567893c5.7549536%201.2155872%2011.6156096%202.40181227%2017.57022507%203.5469312l9.00239147%201.70299627c3.02428693%200.55200533%206.077936%201.09813867%209.14920213%201.644272l9.29601067%201.5855488c2.9479456%200.49328213%205.91350827%200.9806912%208.90256106%201.4563552l0.01174507-100.25950934-0.07046933-7.0703712c-0.52851627-34.5003584-3.71135787-56.8272288-13.82950507-85.46105813-16.35463787-46.27452373-48.6293568-92.10274453-102.67306667-138.63565333-59.3641056-51.1192544-137.5786208-79.61214613-235.7416832-85.02062827zM676.42724053%20260.07874986c-51.45985387%2057.05037973-91.21601173%20138.794208-118.7105952%20245.49574187%202.6719424%200.3229824%205.32626773%200.62834667%207.962976%200.91022187l7.8631456%200.80451946c117.13091947%2011.239776%20199.81433067-14.15248747%20251.0040544-74.07447146%2056.639312-66.29941227%2079.82942507-144.5550336%2069.71714987-237.0512288-97.0414336-12.5493216-168.4204736%209.13745707-217.83673067%2063.91521706z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); } -.t-icon-height1 { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-height1%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M396.0832%20193.3312H245.76c-12.6976%200-22.9376-10.24-22.9376-22.9376S233.0624%20147.456%20245.76%20147.456h150.7328c12.6976%200%2022.9376%2010.24%2022.9376%2022.9376s-10.24%2022.9376-23.3472%2022.9376zM396.0832%20863.4368H245.76c-12.6976%200-22.9376-10.24-22.9376-22.9376s10.24-22.9376%2022.9376-22.9376h150.7328c12.6976%200%2022.9376%2010.24%2022.9376%2022.9376s-10.24%2022.9376-23.3472%2022.9376z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M321.1264%20850.3296c-12.6976%200-22.9376-10.24-22.9376-22.9376V170.3936c0-12.6976%2010.24-22.9376%2022.9376-22.9376s22.9376%2010.24%2022.9376%2022.9376V827.392c0%2012.6976-10.24%2022.9376-22.9376%2022.9376zM633.6512%20362.0864c-59.392%200-106.9056-48.3328-106.9056-106.9056%200-59.392%2048.3328-106.9056%20106.9056-106.9056s106.9056%2048.3328%20106.9056%20106.9056c0.4096%2058.5728-47.9232%20106.9056-106.9056%20106.9056z%20m0-168.7552c-33.5872%200-61.0304%2027.4432-61.0304%2061.0304S600.4736%20315.392%20633.6512%20315.392s61.0304-27.8528%2061.0304-61.0304-27.0336-61.0304-61.0304-61.0304z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M790.528%20620.544h-313.344c-12.6976%200-22.9376-10.24-22.9376-22.9376V446.464c0-57.344%2046.6944-104.0384%20104.0384-104.0384h151.552c57.344%200%20104.0384%2046.6944%20104.0384%20104.0384v151.1424c-0.4096%2012.6976-11.0592%2022.9376-23.3472%2022.9376z%20m-290.4064-46.2848h267.4688V446.464c0-31.9488-26.2144-57.7536-57.7536-57.7536h-151.552c-31.9488%200-57.7536%2026.2144-57.7536%2057.7536l-0.4096%20127.7952z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M702.0544%20863.4368H565.248c-12.6976%200-22.9376-10.24-22.9376-22.9376V598.016c0-12.6976%2010.24-22.9376%2022.9376-22.9376h136.8064c12.6976%200%2022.9376%2010.24%2022.9376%2022.9376v242.4832c0%2012.288-10.24%2022.9376-22.9376%2022.9376z%20m-113.8688-46.2848h90.5216v-196.608h-90.5216v196.608z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +.t-icon-cellout { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-cellout%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M512%20567.54021346C504.88889795%20567.54021346%20499.1264532%20561.77776871%20499.1264532%20554.66666666S504.88889795%20541.79311986%20512%20541.79311986s12.8735468%205.76244475%2012.8735468%2012.8735468-5.76244475%2012.8735468-12.8735468%2012.8735468z%20m0-24.52104151C505.56322661%20543.01917195%20500.35250529%20548.22989327%20500.35250529%20554.66666666s5.21072131%2011.64749471%2011.64749471%2011.64749471%2011.64749471-5.21072131%2011.64749471-11.64749471S518.43677339%20543.01917195%20512%20543.01917195z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M711.03525963%20550.83614777c-75.24503666%200-135.9265189-75.24503666-135.92651889-167.48088889%200-92.23585223%2060.6814811-165.05363001%20135.92651889-165.05362887%2075.24503666%200%20135.9265189%2075.24503666%20135.92651776%20165.05362887%200%2092.23585223-60.6814811%20167.48088889-135.92651776%20167.48088889z%20m0-283.98933334c-48.54518557%200-87.38133333%2053.39970333-87.38133334%20116.50844445s38.83614777%20118.93570333%2087.38133334%20118.93570446%2087.38133333-53.39970333%2087.38133333-118.93570446-38.83614777-116.50844445-87.38133333-116.50844445zM536.27259296%20851.81629667c-19.41807445%200-41.26340779-4.8545189-58.25422222-12.13629667-72.81777778-36.40888889-116.50844445-109.22666667-111.65392669-189.32622222%202.42725888-41.26340779%2024.27259221-77.67229667%2060.68148224-99.51763001%2026.69985223-16.99081443%2060.6814811-19.41807445%2092.2358511-12.13629554%2043.69066667%2012.13629667%2082.52681443%2043.69066667%20106.79940778%2087.38133334%2046.11792555%2080.09955555%2031.55436999%20172.33540779-33.98163%20211.17155555-14.56355555%209.70903666-36.40888889%2014.56355555-55.82696221%2014.56355555z%20m0-48.54518556c12.13629667%200%2024.27259221-2.42725888%2033.98162887-9.70903666%2041.26340779-24.27259221%2048.54518557-87.38133333%2014.56355556-145.63555555-19.41807445-33.98163001-48.54518557-55.82696334-77.67229553-65.536-19.41807445-4.8545189-38.83614777-2.42725888-55.82696335%207.28177777-21.84533333%2012.13629667-33.98163001%2036.40888889-36.40888889%2060.68148111-4.8545189%2060.6814811%2029.12711111%20116.50844445%2082.52681443%20143.20829667%2012.13629667%207.28177778%2026.69985223%209.70903666%2038.83614891%209.70903666zM327.52829629%20548.40888889c-21.84533333%200-43.69066667-7.28177778-63.10874112-16.99081444-33.98163001-24.27259221-55.82696334-60.6814811-55.82696221-101.94488888-2.42725888-38.83614777%209.70903666-77.67229667%2031.55436999-111.65392669%2019.41807445-33.98163001%2050.97244445-58.25422222%2087.38133334-75.24503666%2036.40888889-16.99081443%2080.09955555-14.56355555%20114.08118557%207.28177778%2033.98163001%2024.27259221%2055.82696334%2060.6814811%2055.82696219%20101.94488889%202.42725888%2038.83614777-9.70903666%2077.67229667-31.55436998%20111.65392554-26.69985223%2046.11792555-77.67229667%2080.09955555-138.35377778%2084.95407446z%20m0-24.27259222z%20m50.97244445-245.15318556c-9.70903666%200-21.84533333%202.42725888-31.55437%207.28177778-26.69985223%2012.13629667-50.97244445%2031.55436999-65.536%2055.82696334-16.99081443%2024.27259221-24.27259221%2053.39970333-24.27259335%2082.52681444%200%2026.69985223%2012.13629667%2048.54518557%2033.98163001%2063.10874112%209.70903666%207.28177778%2021.84533333%209.70903666%2036.40888889%209.70903666%2041.26340779-2.42725888%2077.67229667-26.69985223%2099.51763-63.10874112%2016.99081443-26.69985223%2024.27259221-55.82696334%2024.27259222-84.95407332%200-24.27259221-12.13629667-48.54518557-33.98163001-63.10874112-12.13629667-4.8545189-24.27259221-7.28177778-38.83614776-7.28177778z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + +.t-icon-height { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-height%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M396.0832%20193.3312H245.76c-12.6976%200-22.9376-10.24-22.9376-22.9376S233.0624%20147.456%20245.76%20147.456h150.7328c12.6976%200%2022.9376%2010.24%2022.9376%2022.9376s-10.24%2022.9376-23.3472%2022.9376zM396.0832%20863.4368H245.76c-12.6976%200-22.9376-10.24-22.9376-22.9376s10.24-22.9376%2022.9376-22.9376h150.7328c12.6976%200%2022.9376%2010.24%2022.9376%2022.9376s-10.24%2022.9376-23.3472%2022.9376z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M321.1264%20850.3296c-12.6976%200-22.9376-10.24-22.9376-22.9376V170.3936c0-12.6976%2010.24-22.9376%2022.9376-22.9376s22.9376%2010.24%2022.9376%2022.9376V827.392c0%2012.6976-10.24%2022.9376-22.9376%2022.9376zM633.6512%20362.0864c-59.392%200-106.9056-48.3328-106.9056-106.9056%200-59.392%2048.3328-106.9056%20106.9056-106.9056s106.9056%2048.3328%20106.9056%20106.9056c0.4096%2058.5728-47.9232%20106.9056-106.9056%20106.9056z%20m0-168.7552c-33.5872%200-61.0304%2027.4432-61.0304%2061.0304S600.4736%20315.392%20633.6512%20315.392s61.0304-27.8528%2061.0304-61.0304-27.0336-61.0304-61.0304-61.0304z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M790.528%20620.544h-313.344c-12.6976%200-22.9376-10.24-22.9376-22.9376V446.464c0-57.344%2046.6944-104.0384%20104.0384-104.0384h151.552c57.344%200%20104.0384%2046.6944%20104.0384%20104.0384v151.1424c-0.4096%2012.6976-11.0592%2022.9376-23.3472%2022.9376z%20m-290.4064-46.2848h267.4688V446.464c0-31.9488-26.2144-57.7536-57.7536-57.7536h-151.552c-31.9488%200-57.7536%2026.2144-57.7536%2057.7536l-0.4096%20127.7952z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M702.0544%20863.4368H565.248c-12.6976%200-22.9376-10.24-22.9376-22.9376V598.016c0-12.6976%2010.24-22.9376%2022.9376-22.9376h136.8064c12.6976%200%2022.9376%2010.24%2022.9376%2022.9376v242.4832c0%2012.288-10.24%2022.9376-22.9376%2022.9376z%20m-113.8688-46.2848h90.5216v-196.608h-90.5216v196.608z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); } .t-icon-shang { @@ -106,196 +398,24 @@ background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-xia%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M414.90963001%20609.09036999l-194.18074112%200%20317.77678222%20388.36148224L803.27111111%20609.09036999l-194.18074112%200L609.09036999%2026.54814777l-194.18073998%200%200%20582.54222222z%22%20fill%3D%22%2300c6c6%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); } +.t-icon-sfrval { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-sfrval%22%20viewBox%3D%220%200%201170%201024%22%3E%3Cpath%20d%3D%22M544.67746279%20208.63967627a68.34008057%2068.34008057%200%201%201%20136.68016202%200v39.42780029h333.58164609V169.12550586H755.44129531a148.21052607%20148.21052607%200%200%200-284.82591094%200H142.08636992v78.85560058h402.61268584V208.63967627z%20m134.43454776%20653.12820527L62%20875.86774648l1.83535752%2078.81241553%20617.54385938-14.07827285c116.31848818-3.77867724%20322.26720645-1.31713857%20379.83265927%2021.39811084l29.38731416-73.26315791c-91.85425137-36.25371123-379.37921748-28.07017559-411.42240263-26.94736845z%20m-184.85290108-207.74089072a78.53171396%2078.53171396%200%201%200%2079.17948721%2078.55330605%2078.53171396%2078.53171396%200%200%200-79.15789512-78.55330605z%20m315.63832676-83.77867793a78.68286123%2078.68286123%200%201%200%2078.68286035-78.03508711%2078.68286123%2078.68286123%200%200%200-78.68286035%2078.03508711z%20m79.50337383%200c0%200.88528974-1.66261817%200.90688271-1.66261816%200s1.66261817-0.88528974%201.66261816%200z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M264.1487%20630.528499a115.466787%20115.466787%200%201%201%20116.400348-115.466787%20115.466787%20115.466787%200%200%201-116.400348%20115.466787z%20m0-141.066019a25.6238%2025.6238%200%201%200%2025.820339%2025.6238%2025.6238%2025.6238%200%200%200-25.820339-25.6238z%20m360.77229%2066.872467a136.078836%20136.078836%200%201%201%20137.233504-136.078837%20136.078836%20136.078836%200%200%201-137.233504%20136.078837z%20m0-182.339253a46.260417%2046.260417%200%201%200%2046.678062%2046.260416%2046.260417%2046.260417%200%200%200-46.678062-46.260416z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +} + .t-icon-sfr { background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-sfr%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M317.5168%20672.896c72.96%200%20122.0352%2013.568%20200.7808%2048.64l45.0304%2020.3008%2013.696%205.888c12.9024%205.4528%2023.68%209.6%2035.5328%2013.6704%2053.2224%2018.3296%20139.0336%201.5872%20255.744-53.2992a32%2032%200%201%201%2027.2128%2057.9072c-6.656%203.1488-13.2864%206.1696-19.8144%209.1136l-19.3536%208.448c-111.5648%2047.3088-199.3216%2060.8256-264.6272%2038.3488l-9.4208-3.328-11.52-4.3264-5.8112-2.2784-12.1344-4.9664-13.2352-5.7088a1464.064%201464.064%200%200%201-7.2192-3.1744l-30.5408-13.824c-77.1072-34.9952-119.424-47.4112-184.32-47.4112-73.9328%200-127.5904%2012.8768-161.152%2037.0944a32%2032%200%201%201-37.4528-51.9168c46.1312-33.28%20112.4096-49.152%20198.6048-49.152z%20m304.4608-77.7728a51.968%2051.968%200%201%201%200%20103.9872%2051.968%2051.968%200%200%201%200-103.9872z%20m155.9552-57.088a62.3872%2062.3872%200%201%201%200%20124.7232%2062.3872%2062.3872%200%200%201%200-124.7488z%20m-301.4912%2057.088a31.1808%2031.1808%200%201%201%200%2062.3872%2031.1808%2031.1808%200%200%201%200-62.3872z%20m-291.1232-22.3488a31.1808%2031.1808%200%201%201%200%2062.3872%2031.1808%2031.1808%200%200%201%200-62.3872z%20m145.5616-89.3952a72.7808%2072.7808%200%201%201%200%20145.5616%2072.7808%2072.7808%200%200%201%200-145.5616z%20m311.8848-7.7568a31.1808%2031.1808%200%201%201%200%2062.3872%2031.1808%2031.1808%200%200%201%200-62.3872z%20m-145.536-124.7488a72.7808%2072.7808%200%201%201%200%20145.536%2072.7808%2072.7808%200%200%201%200-145.536z%20m-291.1232%2020.7872a51.968%2051.968%200%201%201%200%20103.9616%2051.968%2051.968%200%200%201%200-103.936z%20m561.4336%200a51.968%2051.968%200%201%201%200%20103.9616%2051.968%2051.968%200%200%201%200-103.936z%20m-436.6592-62.3872a31.1808%2031.1808%200%201%201%200%2062.3872%2031.1808%2031.1808%200%200%201%200-62.3872z%20m92.6464-117.3504l9.3952%203.328%2011.264%204.1984%2011.52%204.608%2012.288%205.12%2013.568%205.9392%2031.8208%2014.3872c77.1328%2034.9952%20119.4496%2047.4368%20184.3456%2047.4368%2073.9328%200%20127.5904-12.8768%20161.152-37.12a32%2032%200%201%201%2037.4528%2051.9168c-46.1312%2033.28-112.384%2049.2032-198.6048%2049.2032-72.96%200-122.0352-13.568-200.7808-48.64l-39.552-17.8688-7.2448-3.2-13.1072-5.632-11.8528-4.864a515.5328%20515.5328%200%200%200-11.2384-4.2752l-11.264-4.0192c-53.2224-18.3296-139.0592-1.5872-255.744%2053.2992A32%2032%200%201%201%20119.7056%20247.808c130.3808-61.3376%20231.04-80.9728%20303.8208-55.9104z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); } -.t-icon-yisheng3 { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-yisheng3%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M980.882837%20939.806325c0-132.764071-77.723849-248.2299-189.908336-303.207735%205.299856%2012.156363%208.258196%2025.544362%208.258196%2039.595472l0%2011.717644c54.076245%2011.363448%2095.003976%2059.583386%2095.003976%20116.908775l0%2064.248308c8.207885%207.070835%2013.412148%2017.5337%2013.412148%2029.218138%200%2021.296025-17.264029%2038.560053-38.560053%2038.560053-21.296025%200-38.560053-17.264029-38.560053-38.560053%200-12.837586%206.278926-24.202041%2015.926738-31.211496L846.455455%20801.444552c0-38.945442-31.864544-70.809986-70.809986-70.809986l-0.046287%200c-38.945442%200-70.809986%2031.864544-70.809986%2070.809986l0%2066.915844c8.692891%207.069829%2014.250345%2017.847646%2014.250345%2029.926529%200%2021.296025-17.264029%2038.560053-38.560053%2038.560053-21.296025%200-38.560053-17.264029-38.560053-38.560053%200-11.684438%205.204263-22.146296%2013.412148-29.218138l0-64.248308c0-58.564068%2042.724872-107.601072%2098.536879-117.567861-2.185549-28.777405-13.859924-54.999972-31.876619-75.549368-18.170648-4.373111-36.901772-7.266045-56.056522-8.540949-9.261416%20212.549701-74.648785%20377.274914-153.94639%20377.274914-79.303643%200-144.695036-164.751376-153.948403-377.325226-0.410545%200.026163-0.817065%200.066412-1.227611%200.09358-19.253361%2022.664508-30.91868%2051.946039-30.91868%2083.837752l0%2097.431023c27.397853%2010.072444%2046.943023%2036.396641%2046.943023%2067.289159%200%2039.583397-32.087929%2071.671326-71.671326%2071.671326s-71.671326-32.087929-71.671326-71.671326c0-32.544761%2021.699526-60.006007%2051.413739-68.74921L280.908349%20666.133693c0-19.535108%205.710401-37.790281%2015.513174-53.222956C150.789679%20650.246198%2042.309154%20782.953919%2042.309154%20939.806325l0%2010.452802%200.715435%200c-0.184142%200.821091-0.311933%201.6452-0.311933%202.473334%200%2039.374099%20210.015993%2071.293987%20469.08509%2071.293987s469.08509-31.918881%20469.08509-71.293987c0-0.828134-0.126786-1.652243-0.311933-2.473334l0.311933%200L980.882837%20939.806325zM517.228413%20232.706664c-116.318114%200-210.613698%2035.88849-210.613698%2080.158945%200%201.512376%200.120749%203.013683%200.33709%204.505934l-0.33709%200%2044.490821%20209.176791c0.655061%203.694906%201.437914%207.346545%202.330448%2010.956927l0.121755%200.573556%200.019119%200c18.404096%2073.306463%2085.044231%20128.009595%20163.849786%20128.009595l0.022137%200c84.22616%200%20154.565226-62.482359%20166.960068-143.383908l43.432258-205.333967-0.33709%200c0.217347-1.491245%200.33709-2.993558%200.33709-4.505934C727.841106%20268.595154%20633.546527%20232.706664%20517.228413%20232.706664zM516.179914%20217.058654c103.409084%200%20191.195314%2034.39322%20222.479259%2082.149284l8.322596%200L746.981768%2098.584172l-0.04025%200c0.014087-0.372308%200.04025-0.74361%200.04025-1.117931%200-44.752443-102.848609-81.03236-229.719143-81.03236s-229.719143%2036.278911-229.719143%2081.03236c0%200.373315%200.026163%200.745622%200.04025%201.117931l-0.04025%200%200%20200.623766%206.157171%200C324.984599%20251.451874%20412.770829%20217.058654%20516.179914%20217.058654zM452.471957%20111.787023c0-8.644592%207.072848-15.71744%2015.71744-15.71744l33.530875%200L501.720271%2062.539715c0-8.644592%207.072848-15.71744%2015.71744-15.71744s15.71744%207.072848%2015.71744%2015.71744l0%2033.530875%2033.530875%200c8.644592%200%2015.71744%207.072848%2015.71744%2015.71744l0%200c0%208.644592-7.072848%2015.71744-15.71744%2015.71744l-33.530875%200%200%2033.530875c0%208.644592-7.072848%2015.71744-15.71744%2015.71744s-15.71744-7.072848-15.71744-15.71744L501.720271%20127.504463l-33.530875%200C459.544804%20127.504463%20452.471957%20120.431615%20452.471957%20111.787023L452.471957%20111.787023z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +.t-icon-waterper { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-waterper%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M345.2416%20244.0704a51.2%2051.2%200%200%201%2072.2944%203.9936c127.9488%20143.5904%20204.3136%20247.6032%20229.12%20312.1152a285.952%20285.952%200%200%201%2018.944%20102.7584C665.6%20819.9168%20539.52%20947.2%20384%20947.2S102.4%20819.9168%20102.4%20662.9376c0-36.4544%206.8096-71.3216%2019.2-103.3472%2024.8064-64.1536%2097.7408-167.6032%20218.7264-310.4768a51.2%2051.2%200%200%201%204.9152-5.0432zM379.4944%20281.6c-117.7856%20137.3184-187.8528%20235.1872-210.176%20293.632A239.0272%20239.0272%200%200%200%20153.6%20660.736C153.6%20790.6816%20256.768%20896%20384%20896s230.4-105.3184%20230.4-235.264a239.0528%20239.0528%200%200%200-15.5136-85.0432c-22.272-58.5984-95.3856-156.6208-219.392-294.0928zM761.4208%20108.928a25.6%2025.6%200%200%201%2034.6112%200.4096l1.536%201.5872%209.1904%2010.3936%208.8064%2010.0864%2012.5184%2014.592%207.8848%209.3952%207.5264%209.088%207.168%208.832%206.7584%208.5248%206.4256%208.2688%206.0416%207.9616%205.6832%207.68%205.3248%207.424%204.9408%207.1168%204.5568%206.8608%204.224%206.5536c8.0384%2012.8256%2013.8752%2023.9616%2017.5104%2033.408%206.1184%2015.9488%209.472%2033.28%209.472%2051.456C921.6%20397.0816%20858.5728%20460.8%20780.8%20460.8S640%20397.1072%20640%20318.5408a143.1808%20143.1808%200%200%201%2012.8768-59.4688l2.6624-5.5552c0.9728-1.92%201.9712-3.8656%203.072-5.888l3.4048-6.144%201.8688-3.2256%203.9936-6.656%204.352-6.9632%202.3552-3.584%204.9408-7.424%202.6112-3.84%205.5296-7.8848c1.8944-2.6624%203.84-5.4016%205.888-8.192l6.272-8.4992%206.656-8.832%207.04-9.1392%207.424-9.4464%203.84-4.8384%207.9616-9.9072%208.3712-10.24%204.3008-5.1968%208.96-10.7008%204.608-5.4528a25.6%2025.6%200%200%201%202.432-2.5344z%20m17.6384%2057.472l-6.912%208.2432-6.6048%207.9872-6.3232%207.7568-6.016%207.5008-8.4736%2010.7776-5.2992%206.8864-2.56%203.328-4.8384%206.528-4.5568%206.272-2.1504%203.0464-4.1216%205.888-3.84%205.6576-3.5328%205.4016-3.2256%205.1712-2.944%204.9152-2.6624%204.6592c-3.328%206.0672-5.888%2011.4688-7.68%2016.2048-3.9424%2010.496-6.1184%2021.9136-6.1184%2033.8432C691.2%20367.9232%20731.3152%20409.6%20780.8%20409.6s89.6-41.7024%2089.6-93.1328c0-11.8528-2.1248-23.2192-6.0416-33.6384a128.256%20128.256%200%200%200-10.1888-20.3264l-2.944-4.7872a302.592%20302.592%200%200%200-4.9408-7.5776l-3.6864-5.376-1.9456-2.7392-4.096-5.7088L832.128%20230.4l-2.304-3.072-4.864-6.272-5.1712-6.528-5.4528-6.7584-5.7344-6.9888-6.0416-7.2192-6.3488-7.4496-6.656-7.7056-6.912-7.936a1735.1168%201735.1168%200%200%200-3.584-4.0448z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M537.6%20665.6a25.6%2025.6%200%200%201%2025.6%2025.6%20128%20128%200%200%201-128%20128%2025.6%2025.6%200%200%201-2.9952-51.0208L435.2%20768a76.8%2076.8%200%200%200%2076.672-72.2944L512%20691.2a25.6%2025.6%200%200%201%2025.6-25.6z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); } -.t-icon-yisheng_1 { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-yisheng_1%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M683.632797%20634.543799H660.324754a303.852118%20303.852118%200%200%200%20155.38695-256.953511v-0.847565V73.314388a21.18913%2021.18913%200%200%200-14.126086-20.059042l-22.601738-8.05187a810.696096%20810.696096%200%200%200-533.824804%200L222.416077%2053.114085a21.18913%2021.18913%200%200%200-14.126086%2020.059042v303.569596a304.699683%20304.699683%200%200%200%20155.38695%20257.094772h-2.118913a303.710857%20303.710857%200%200%200-49.723824%204.096565A306.959857%20306.959857%200%200%200%2052.903041%20942.20996v52.549041a29.240999%2029.240999%200%200%200%2029.240999%2029.240999h859.713615A29.240999%2029.240999%200%200%200%20971.098654%20994.61774V942.20996a308.513726%20308.513726%200%200%200-287.465857-307.666161z%20m-10.453304-59.894606c-3.531522%202.825217-7.063043%205.367913-10.735826%207.910608s-5.932956%204.237826-9.040695%206.356739-7.628087%204.661608-11.583391%206.921783-6.215478%203.672782-9.464478%205.367912-8.334391%203.955304-12.430956%205.932957-6.498%203.107739-9.746999%204.520347-8.899434%203.249-13.419782%204.80287-6.498%202.401435-9.888261%203.39026-9.747%202.542696-14.126086%203.672783-6.356739%201.69513-9.605739%202.401434c-5.509174%201.130087-11.018347%201.836391-16.668782%202.542696l-8.334391%201.271348c-8.475652%200.847565-16.951304%201.271348-25.568216%201.271348s-17.233825%200-25.568216-1.271348l-8.19313-1.271348c-5.650435-0.706304-11.300869-1.412609-16.810043-2.542696-3.107739%200-6.215478-1.553869-9.323217-2.260173s-10.029521-2.401435-14.973652-3.814044l-9.323217-3.249c-4.661608-1.69513-9.464478-3.249-14.126086-5.085391l-9.181956-4.096565c-4.520348-2.118913-9.181956-4.096565-14.126087-6.497999l-8.051869-4.520348a252.856946%20252.856946%200%200%201-13.278521-7.910608l-7.063043-4.944131c-4.379087-3.107739-8.758174-6.215478-12.854739-9.464477l-6.074217-5.085392c-4.237826-3.672782-8.475652-7.204304-12.430956-11.159608l-5.085391-5.226652c-4.096565-4.096565-8.051869-8.334391-11.865912-12.854738l-4.237826-5.085391c-3.814043-4.661608-7.628087-9.464478-11.159609-14.126087l-3.39026-4.94413c-3.531522-5.226652-6.921782-10.594565-10.029522-15.962478l-2.401434-5.226652q-4.661608-8.475652-8.616913-17.233825l-2.260174-4.94413q-3.814043-8.899434-6.921782-18.081391l-1.836391-5.509173c-1.977652-5.932956-3.531522-12.007173-5.085391-18.081391%200-2.260174-1.130087-4.520348-1.55387-6.780521-1.271348-5.650435-2.118913-11.44213-2.966478-17.092565%200-2.966478-0.847565-5.932956-1.130087-8.899434s0-3.672782%200-5.367913a1064.96565%201064.96565%200%200%201%20519.981239%200v5.085391c0%203.814043-0.988826%207.769347-1.55387%2011.583391s-1.412609%209.040695-2.401434%2014.126086-1.69513%207.486826-2.683957%2011.159608-2.260174%208.758174-3.672782%2012.996-2.401435%207.204304-3.672783%2010.735826-3.107739%208.334391-4.802869%2012.430956-2.966478%206.921782-4.661609%2010.312043l-5.932956%2011.865912c-1.977652%203.955304-3.531522%206.639261-5.509173%209.747s-4.661608%207.486826-7.063044%2011.159608-4.096565%206.215478-6.356738%209.181956-5.367913%207.063043-8.05187%2010.453304-4.661608%205.791695-7.063043%208.616913-5.932956%206.498-9.040695%209.605738-5.085391%205.367913-7.769348%207.910609-6.498%205.932956-9.88826%208.899434-6.498%204.096565-9.464478%206.356739zM259.143902%2084.756518a768.317837%20768.317837%200%200%201%20505.713891%200l8.475652%202.966478v261.332598a1107.061388%201107.061388%200%200%200-522.665195%200V88.146779zM307.172595%20800.666575a28.252173%2028.252173%200%201%201-28.252172%2028.252172%2028.252173%2028.252173%200%200%201%2028.252172-28.252172z%20m621.5478%20180.955166H95.2813V942.20996a264.581597%20264.581597%200%200%201%20191.40847-255.25838%20472.376328%20472.376328%200%200%200-7.769347%2077.128431%2070.630432%2070.630432%200%201%200%2042.378259-4.379087%20422.08746%20422.08746%200%200%201%2010.594565-81.648779%20266.135467%20266.135467%200%200%201%2029.382259-1.836391h302.298248a420.251069%20420.251069%200%200%201%2010.029521%2072.466823A84.756518%2084.756518%200%200%200%20617.946495%20828.918747v77.693475a21.18913%2021.18913%200%200%200%2042.378259%200v-77.693475a42.378259%2042.378259%200%200%201%2042.378259-42.378259%2042.378259%2042.378259%200%200%201%2042.378259%2042.378259v77.693475a21.18913%2021.18913%200%200%200%2042.37826%200v-77.693475a84.756518%2084.756518%200%200%200-71.619258-83.626431%20466.16085%20466.16085%200%200%200-7.910609-65.121258A266.276728%20266.276728%200%200%201%20928.720395%20942.20996z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M448.433459%20207.370948h42.378259v42.378259a21.18913%2021.18913%200%200%200%2042.378259%200v-42.378259h42.378259a21.18913%2021.18913%200%200%200%200-42.378259h-42.378259v-42.378259a21.18913%2021.18913%200%200%200-42.378259%200v42.378259h-42.378259a21.18913%2021.18913%200%200%200%200%2042.378259z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +.t-icon-skeletalmuscle { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-skeletalmuscle%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M806.264324%20144.910015L681.361505%2072.797339a33.823171%2033.823171%200%200%200-44.029582%2010.196958l-22.89974%2031.475235c-9.168956%2012.810494-13.833406%2019.679925-17.448166%2025.382581l-3.510915%205.708889c-3.701575%205.759976-9.69486%2014.279678-24.349897%2034.452224l-10.491559%2014.356919c-23.576908%2035.811777-48.856484%2054.846355-83.138033%2068.62992a316.039618%20316.039618%200%200%201-12.838231%204.836379l-22.690676%207.850972c-16.183299%205.698628-26.637667%2010.407124-36.457396%2017.738339a67.320672%2067.320672%200%200%200-23.193798%2030.123585c-15.388214%2039.679975-10.487092%2072.969811%2015.297059%2094.84011%2014.19987%2012.066257%2026.69394%2017.130846%2055.705089%2024.479154l21.282241%205.196051c17.00469%204.230611%2027.023965%207.812656%2033.623824%2012.10658%208.849935%205.70045%2016.251383%2014.002802%2031.661868%2035.417192l13.901458%2019.46872c3.544733%204.840078%206.321041%208.591846%209.476998%2012.616526%2032.740038%2042.110219%2066.125663%2062.352408%20112.794097%2054.377374%2035.395-5.942013%2059.143837-22.046128%2065.470727-51.056055%203.930321-18.252495%200.433575-32.573599-9.410815-54.696083l-9.356779-20.17559a100.957746%20100.957746%200%200%201-5.339795-13.827261l-1.021745-3.813203a56.992276%2056.992276%200%200%201-1.02562-15.90281l0.479052-5.203027-1.91874%204.532987a1808.95811%201808.95811%200%200%200%2021.244491-51.126025l7.956224-20.387036c3.971268-10.600382%2011.411161-30.372253%2013.553397-35.850638l4.230044-10.397255c11.146479-26.657109%2026.064648-55.380642%2058.791605-112.716735C827.205384%20174.889649%20822.098778%20154.052041%20806.264324%20144.910015zM672.370974%20147.920509l70.549947%2040.732031-2.827187%205.082928c-23.188252%2041.838105-35.43005%2066.949563-45.781053%2092.508013l-3.870315%209.960285-13.722466%2036.236522-5.737968%2014.683932c-5.894571%2014.862127-12.404753%2030.604427-20.409947%2049.029211a35.963289%2035.963289%200%200%200-2.467131%208.460384c-3.48178%2021.197543-2.857074%2040.30707%202.724349%2059.484834%202.306829%208.100775%205.114629%2015.147745%2010.058639%2025.84553l5.836203%2012.502213%202.560268%205.614738%202.078442%204.960504-3.720154%200.86058a74.438891%2074.438891%200%200%201-2.044505%200.377532c-16.591549%202.776842-29.711132-4.367979-47.629246-26.370604l-3.391472-4.268097a300.686597%20300.686597%200%200%201-6.488438-8.58105l-16.45928-23.040623c-19.935897-27.626488-30.399031-39.093267-47.776571-50.308071-12.699194-8.245151-26.433166-13.488381-46.128242-18.735072l-25.426453-6.299393c-19.938494-5.011176-27.992625-7.99586-32.517261-11.790036l-0.471029-0.486835c-1.568018-1.657398-1.602851-4.202427%202.338921-14.658673l0.525904-1.469183-0.370524%200.269572c4.53934-3.396035%2056.967663-21.90578%2056.222051-21.637877%2046.837742-18.782778%2083.819164-46.640569%20115.04264-94.207812l22.65009-31.135877c6.236702-8.755216%2010.116472-14.35859%2013.079891-18.933091l6.683693-10.646011c2.062428-3.106988%204.710974-6.950014%208.648064-12.466572l8.280431-11.55067zM347.216589%20447.125505c-35.695738%206.090712-59.543857%2022.459836-65.61197%2051.672889-3.803214%2018.218437-0.323497%2032.475988%209.658795%2054.731811l9.029887%2019.718251c2.800344%206.129398%204.352108%2010.141164%205.363057%2013.78697l1.021745%203.813203c1.408403%206.400193%201.627991%2012.812404%200.757598%2020.368128l-0.170739%200.760971-5.785715%2013.743098c-7.313562%2017.319892-13.417492%2032.544639-19.081111%2047.378941l-14.898487%2039.855276-2.632411%206.699588c-10.800887%2026.802915-25.103444%2054.646274-58.540732%20113.398793-9.480163%2016.606221-4.350295%2037.403537%2011.48416%2046.545563L342.632902%20951.665139a33.869696%2033.869696%200%200%200%2044.621932-11.036841l31.858562-46.34103%2045.41482-62.098121-0.824971%201.242795c22.565839-34.246652%2047.845415-53.28123%2082.046382-67.11132l8.324271-3.252226%204.51396-1.584152%2022.690676-7.850972c16.206561-5.738919%2026.707453-10.527998%2036.503921-17.818921%2010.374681-7.548029%2018.378859-17.968874%2023.060457-29.985683%2015.371185-39.743528%2010.470063-73.033364-15.417932-94.909897-14.159579-12.042995-26.69394-17.130846-55.705089-24.479153l-21.322533-5.219313-9.377956-2.459675c-11.457741-3.230666-18.929096-6.201214-24.26913-9.606614-8.705799-5.670955-16.083985-14.013598-31.517732-35.387697l-16.000717-22.346099a445.795911%20445.795911%200%200%200-5.592906-7.526797l-1.83592-2.40301c-32.682718-42.023404-66.091605-62.225302-112.626699-54.38817z%20m59.328399%2098.504351l4.813684%206.271089c2.736016%203.728505%205.873274%208.064719%2010.271579%2014.310875%2025.381326%2035.873964%2036.132285%2048.796238%2055.673084%2061.474887%2012.699194%208.245151%2026.392875%2013.465119%2046.04766%2018.688547l29.570664%207.402735c16.975195%204.374747%2024.285384%207.252246%2028.430371%2010.77351l0.49429%200.446544c1.568018%201.657398%201.61988%204.26598-2.258339%2014.705197l-0.496408%201.325048%200.364291-0.165728c-4.492816%203.315452-56.880847%2021.84846-56.262342%2021.614615l-7.290388%203.043315a233.691595%20233.691595%200%200%200-102.571473%2083.679901l-4.275225%206.288325-40.572177%2055.385293-5.551304%207.754168-12.034764%2017.495073L281.033195%20835.786676l10.5303-19.169501c17.71085-32.537064%2027.859054-54.022311%2036.508579-75.889326l16.865422-44.843934a1489.847887%201489.847887%200%200%201%2025.600419-62.578756%2036.149387%2036.149387%200%200%200%202.454665-8.252694%20130.035438%20130.035438%200%200%200-2.722678-59.859921%20167.580554%20167.580554%200%200%200-10.081902-25.80524l-6.956007-15.028989-2.273666-5.18066-1.256036-3.035203%203.968135-0.824852%202.004213-0.400794c17.475063-2.911405%2031.172412%205.372814%2050.85332%2030.649497z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); } -.t-icon-switch-ON-copy-copy { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-switch-ON-copy-copy%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M952%20512v0z%22%20fill%3D%22%23FFEB3B%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M502.89777778%20512c0-140.74311111%20114.11911111-254.86222222%20254.86222222-254.86222222H266.24C125.72444445%20257.13777778%2011.37777778%20371.48444445%2011.37777778%20512s114.34666667%20254.86222222%20254.86222222%20254.86222222h491.52c-140.74311111%200-254.86222222-114.11911111-254.86222222-254.86222222z%22%20fill%3D%22%23FCA82D%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M937.3%20302.7C881.4%20246.8%20807.1%20216%20728%20216H296c-79.1%200-153.4%2030.8-209.3%2086.7S0%20432.9%200%20512s30.8%20153.4%2086.7%20209.3S216.9%20808%20296%20808h432c79.1%200%20153.4-30.8%20209.3-86.7S1024%20591.1%201024%20512s-30.8-153.4-86.7-209.3zM728%20736H296C172.5%20736%2072%20635.5%2072%20512s100.5-224%20224-224h432c123.7%200%20224%20100.3%20224%20224v0.2C951.9%20635.8%20851.7%20736%20728%20736z%22%20fill%3D%22%23FCA82D%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M736.42666667%20257.13777778c-140.74311111%200-254.86222222%20114.11911111-254.86222222%20254.86222222s114.11911111%20254.86222222%20254.86222222%20254.86222222c140.51555555%200%20254.74844445-114.23288889%20254.86222222-254.63466667v-0.22755555c0-140.51555555-114.34666667-254.86222222-254.86222222-254.86222222z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M952%20512c0-123.7-100.3-224-224-224%20123.5%200%20224%20100.5%20224%20224zM728%20736c123.7%200%20223.9-100.2%20224-223.8C951.9%20635.6%20851.5%20736%20728%20736z%22%20fill%3D%22%23FF5722%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-switch-ON-copy-copy1 { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-switch-ON-copy-copy1%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M72%20512v0z%22%20fill%3D%22%23FFEB3B%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M521.10222222%20512c0%20140.74311111-114.11911111%20254.86222222-254.86222222%20254.86222222L757.76%20766.86222222C898.27555555%20766.86222222%201012.62222222%20652.51555555%201012.62222222%20512s-114.34666667-254.86222223-254.86222222-254.86222222l-491.52%200c140.74311111%200%20254.86222222%20114.11911111%20254.86222222%20254.86222222z%22%20fill%3D%22%23cdcdcd%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M86.7%20721.3C142.6%20777.2%20216.9%20808%20295.99999999%20808L728.00000001%20808c79.1%200%20153.39999999-30.8%20209.29999999-86.7S1024%20591.1%201024%20512s-30.8-153.39999999-86.7-209.3S807.1%20216%20728.00000001%20216l-432.00000002%200c-79.1%200-153.39999999%2030.8-209.29999999%2086.7S0%20432.9%200%20512s30.8%20153.39999999%2086.7%20209.3zM296%20288L728%20288C851.5%20288%20952%20388.5%20952%20512s-100.5%20224.00000001-224%20224l-432%200c-123.7%200-224-100.3-224-224l0-0.2C72.10000001%20388.2%20172.30000001%20288%20296%20288z%22%20fill%3D%22%23cdcdcd%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M308.90666666%20766.86222222c140.74311111%200%20254.86222222-114.11911111%20254.86222222-254.86222222s-114.11911111-254.86222222-254.86222222-254.86222222c-140.51555555%200-254.74844445%20114.23288889-254.86222222%20254.63466667l0%200.22755555c0%20140.51555555%20114.34666667%20254.86222223%20254.86222222%20254.86222222z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M72%20512c0%20123.7%20100.3%20224%20224%20224-123.5%200-224.00000001-100.5-224-224zM296%20288c-123.7%200-223.9%20100.2-224%20223.8C72.1%20388.4%20172.5%20288%20296%20288z%22%20fill%3D%22%23FF5722%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-shuzhuangtu { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-shuzhuangtu%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M196.68550278%20369.13677018q36.00617988%200%2052.84778015%2022.06830379t16.84160025%2048.78256629l0%20507.57098724-218.36005857%200%200-502.92502855q0-36.00617988%2022.64904863-55.75150431t49.36331111-19.74532446l76.65831843%200zM559.07028088%2083.41031055q31.36022118%200%2049.94405593%2019.16457961t18.58383476%2045.87884209l0%20799.10489525-217.19856889%200%200-796.78191589q0-17.4223451%206.96893803-30.1987315t17.4223451-20.90681413%2023.22979348-12.19564157%2023.22979346-4.06521386l77.81980813%200zM920.29356926%20586.3353391q10.45340706%200%2022.64904862%205.80744834t23.22979347%2016.26085545%2018.58383478%2023.81053829%207.54968288%2028.45649701l0%20286.88794931-217.1985689%200%200-284.56496997q0-12.77638642%205.22670352-26.71426248t14.5186209-24.97202798%2022.06830381-18.00308994%2027.87575215-6.96893803l75.49682877%200z%22%20fill%3D%22%23FEE9E8%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-jilu { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-jilu%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M13.895818%201002.153863c-1.501698%2014.439801%2012.483507%2024.961906%2025.942607%2019.149209%2016.03344-6.977279%20166.652773-72.75065%20236.778004-103.351586L42.377011%20745.394075C33.596672%20823.227004%2015.177881%20989.430289%2013.895818%201002.153863z%22%20%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M653.578495%20778.068786c0%2019.772363%2016.069195%2035.805803%2035.861989%2035.805803l286.655846%200c19.787686%200%2035.856881-16.03344%2035.856881-35.805803%200-19.700853-16.069195-35.739402-35.856881-35.739402l-286.655846%200C669.64769%20742.329384%20653.578495%20758.367932%20653.578495%20778.068786z%22%20%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M803.554243%20240.384124c16.835368-22.82173%2011.947186-55.011198-10.879652-71.83635L606.499738%2031.41308c-22.862593-16.825152-55.041845-11.931863-71.866997%2010.894975l-15.231513%2020.681554%20268.906179%20198.070961L803.554243%20240.384124z%22%20%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M498.060765%2091.935614%2065.173202%20679.18654l268.901071%20198.137362%20432.897779-587.307113L498.060765%2091.935614zM356.31882%20742.891244c-10.067509%2013.944343-29.49254%2017.126513-43.416452%207.094759-13.923911-10.04197-17.070327-29.49254-7.007926-43.452206l291.395901-404.038608c10.067509-13.949451%2029.49254-17.131621%2043.411344-7.099867%2013.918804%2010.031754%2017.075435%2029.49254%207.002818%2043.447099L356.31882%20742.891244z%22%20%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M980.580994%20952.403717%20407.652389%20952.403717c-19.757039%200-35.795588%2015.977254-35.795588%2035.800695%200%2019.762147%2016.038548%2035.795588%2035.795588%2035.795588l572.928605%200c19.80301%200%2035.83645-16.03344%2035.83645-35.795588C1016.417444%20968.380971%201000.384004%20952.403717%20980.580994%20952.403717z%22%20%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-lishixiao { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-lishixiao%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M512%20938.666667c235.648%200%20426.666667-191.018667%20426.666667-426.666667S747.648%2085.333333%20512%2085.333333%2085.333333%20276.352%2085.333333%20512s191.018667%20426.666667%20426.666667%20426.666667z%20m0%2085.333333C229.248%201024%200%20794.752%200%20512S229.248%200%20512%200s512%20229.248%20512%20512-229.248%20512-512%20512z%20m42.666667-486.869333V298.538667C554.666667%20275.328%20535.552%20256%20512%20256c-23.722667%200-42.666667%2019.029333-42.666667%2042.538667v256.256a41.984%2041.984%200%200%200%2012.202667%2029.866666l121.258667%20121.258667a42.368%2042.368%200%200%200%2060.032-0.298667%2042.666667%2042.666667%200%200%200%200.298666-60.032L554.666667%20537.130667z%22%20fill%3D%22%23FFEDBB%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-jiantou_xiangxia { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-jiantou_xiangxia%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M554.666667%20712.533333V106.666667h-85.333334v601.6l-132.266666-132.266667L277.333333%20640l234.666667%20234.666667%20234.666667-234.666667-59.733334-59.733333-132.266666%20132.266666z%22%20fill%3D%22%23444444%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-jiantou_xiangshang { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-jiantou_xiangshang%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M554.666667%20268.8v601.6h-85.333334V268.8L337.066667%20401.066667%20277.333333%20341.333333%20512%20106.666667%20746.666667%20341.333333l-59.733334%2059.733334L554.666667%20268.8z%22%20fill%3D%22%23444444%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-tizhong { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-tizhong%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M914.24%20203.62666667c-26.66666667-26.56-62.72-41.49333333-100.26666667-41.38666667H212.16c-37.76%200.10666667-74.02666667%2015.25333333-100.58666667%2042.13333333-26.56%2026.88-41.28%2063.25333333-40.96%20101.12L123.73333333%20719.68c0.10666667%2078.18666667%2063.46666667%20141.54666667%20141.54666667%20141.65333333h496c77.54666667%200.10666667%20140.8-62.4%20141.54666667-139.94666666l53.12-417.49333334c-0.10666667-37.65333333-15.14666667-73.70666667-41.70666667-100.26666666zM763.09333333%20370.13333333l-71.78666666%20143.78666667c-11.84%2023.89333333-38.4%2036.69333333-64.42666667%2030.72-37.33333333-8.85333333-75.41333333-13.22666667-113.49333333-13.22666667l-56.96-156.48c-4.37333333-12.05333333-17.70666667-18.34666667-29.86666667-13.86666666-12.05333333%204.37333333-18.34666667%2017.81333333-13.97333333%2029.86666666l52.05333333%20143.14666667c-21.97333333%202.13333333-43.94666667%205.65333333-65.6%2010.66666667-26.02666667%205.76-52.58666667-6.93333333-64.42666667-30.72L262.82666667%20370.13333333c-7.68-15.36-8.21333333-33.38666667-1.38666667-49.06666666%206.82666667-15.78666667%2020.37333333-27.62666667%2036.8-32.53333334a734.98666667%20734.98666667%200%200%201%20429.54666667%200c16.42666667%204.90666667%2029.86666667%2016.85333333%2036.69333333%2032.53333334%206.82666667%2015.78666667%206.29333333%2033.81333333-1.38666667%2049.06666666z%22%20fill%3D%22%23cde0cf%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-jiaoxuepinggu-01 { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-jiaoxuepinggu-01%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M845.824%20944.810667H178.176A40.618667%2040.618667%200%200%201%20140.970667%20904.533333V199.68a40.618667%2040.618667%200%200%201%2037.205333-40.106667h64.853333v40.106667a79.189333%2079.189333%200%200%200%2077.312%2080.384%2079.189333%2079.189333%200%200%200%2077.312-80.384V159.573333h37.034667v40.106667a77.312%2077.312%200%201%200%20154.624%200V159.573333h37.034667v40.106667a77.312%2077.312%200%201%200%20154.624%200V159.573333h64.853333a38.4%2038.4%200%200%201%2037.205333%2040.106667V904.533333a40.618667%2040.618667%200%200%201-37.205333%2040.277334z%20m-104.96-553.472H283.136a38.4%2038.4%200%200%200-37.034667%2040.277333%2040.448%2040.448%200%200%200%2037.034667%2040.106667h460.8a38.229333%2038.229333%200%200%200%2037.034667-40.106667%2040.96%2040.96%200%200%200-40.106667-40.277333z%20m0%20176.298666H283.136a38.4%2038.4%200%200%200-37.034667%2040.277334A40.618667%2040.618667%200%200%200%20283.136%20648.533333h460.8a38.4%2038.4%200%200%200%2037.034667-40.106666%2039.082667%2039.082667%200%200%200-40.106667-40.789334zM750.933333%20740.864H273.92a31.573333%2031.573333%200%200%200-30.890667%2034.133333%2034.133333%2034.133333%200%200%200%2030.890667%2034.133334h473.088a31.744%2031.744%200%200%200%2030.890667-34.133334%2029.525333%2029.525333%200%200%200-26.965334-34.133333z%20m-47.274666-497.834667a38.4%2038.4%200%200%201-37.034667-40.277333V119.466667a37.205333%2037.205333%200%201%201%2074.24%200v80.213333a39.424%2039.424%200%200%201-37.205333%2043.349333z%20m-191.658667%200a38.4%2038.4%200%200%201-37.034667-40.277333V119.466667a37.205333%2037.205333%200%201%201%2074.069334%200v80.213333A39.253333%2039.253333%200%200%201%20512%20243.029333z%20m-191.658667%200a38.4%2038.4%200%200%201-37.205333-40.277333V119.466667a37.205333%2037.205333%200%201%201%2074.24%200v80.213333a39.253333%2039.253333%200%200%201-37.034667%2043.349333z%22%20fill%3D%22%23BDF5EA%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-qiehuan1 { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-qiehuan1%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M512%2064c247.424%200%20448%20200.576%20448%20448S759.424%20960%20512%20960%2064%20759.424%2064%20512%20264.576%2064%20512%2064z%20m0%2064c-212.077%200-384%20171.923-384%20384s171.923%20384%20384%20384%20384-171.923%20384-384-171.923-384-384-384z%20m228.502%20423.5c17.673%200%2032%2014.327%2032%2032%200%2017.496-14.042%2031.713-31.471%2031.996l-0.53%200.004H361.758l45.372%2045.37c12.496%2012.496%2012.498%2032.758%200%2045.254-12.371%2012.372-32.353%2012.497-44.877%200.373l-0.377-0.372-99-98.994c-0.176-0.177-0.35-0.355-0.522-0.534-6.071-5.825-9.851-14.02-9.851-23.097%200-17.496%2014.042-31.713%2031.47-31.996l0.53-0.004h456z%20m-77.754-233.997l0.377%200.372%2099%2098.994c0.176%200.177%200.35%200.355%200.522%200.534%206.071%205.825%209.851%2014.02%209.851%2023.097%200%2017.496-14.042%2031.713-31.47%2031.996l-0.53%200.004h-456c-17.673%200-32-14.327-32-32%200-17.496%2014.042-31.713%2031.471-31.996l0.53-0.004h378.744l-45.372-45.37c-12.496-12.496-12.498-32.758%200-45.254%2012.371-12.372%2032.353-12.497%2044.877-0.373z%22%20%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-head { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-head%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M981.333333%20521.706667a120.234667%20120.234667%200%200%201-116.8%20120.192c-50.517333%20148.48-190.997333%20252.16-352.533333%20252.16-161.536%200-302.016-103.68-352.533333-252.16a120.234667%20120.234667%200%200%201%200-240.405334C209.984%20253.013333%20350.464%20149.333333%20512%20149.333333c161.536%200%20302.016%20103.68%20352.533333%20252.16A120.234667%20120.234667%200%200%201%20981.333333%20521.706667zM512%20192c-157.141333%200-288.618667%20109.952-321.685333%20257.109333a77.568%2077.568%200%201%200%200%20145.194667c33.066667%20147.157333%20164.544%20257.088%20321.685333%20257.088%20157.141333%200%20288.618667-109.930667%20321.685333-257.109333a77.568%2077.568%200%201%200%200-145.194667C800.618667%20301.973333%20669.141333%20192%20512%20192z%20m170.666667%20320a42.666667%2042.666667%200%201%201%200-85.333333%2042.666667%2042.666667%200%200%201%200%2085.333333z%20m-319.466667%20104.725333a21.333333%2021.333333%200%200%201%2042.496%203.882667c-0.234667%202.666667-0.362667%205.333333-0.362667%208.021333%200%2052.586667%2047.36%2096%20106.666667%2096s106.666667-43.413333%20106.666667-96c0-2.496-0.106667-4.992-0.32-7.466666a21.333333%2021.333333%200%201%201%2042.517333-3.626667c0.32%203.690667%200.469333%207.381333%200.469333%2011.093333%200%2077.013333-67.242667%20138.666667-149.333333%20138.666667s-149.333333-61.653333-149.333333-138.666667c0-3.989333%200.192-7.957333%200.533333-11.904z%20m69.76-345.706666c0%2039.018667%2066.624%2097.706667%20110.506667%2097.706666%201.472-6.613333%203.584-15.018667%206.058666-22.677333%206.101333-18.901333%209.834667-26.709333%2019.370667-43.370667a122.453333%20122.453333%200%200%200%205.034667-9.450666c3.157333-6.762667%205.973333-15.018667%209.002666-27.306667a21.333333%2021.333333%200%201%201%2041.429334%2010.197333c-3.669333%2014.869333-7.36%2025.749333-11.797334%2035.2a161.472%20161.472%200%200%201-6.634666%2012.586667c-8.192%2014.293333-10.773333%2019.669333-15.808%2035.264-4.181333%2012.906667-8.085333%2034.645333-8.512%2035.797333-4.032%2010.88-12.970667%2016.106667-23.552%2016.64-2.346667%200.106667-12.16-0.213333-14.890667-0.213333-66.026667%200-152.853333-76.501333-152.853333-140.373333a21.333333%2021.333333%200%201%201%2042.666666%200zM341.333333%20512a42.666667%2042.666667%200%201%201%200-85.333333%2042.666667%2042.666667%200%200%201%200%2085.333333z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-quxiao { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-quxiao%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M513.43007%201019.262092c-280.20375%200-507.388982-227.207745-507.388982-507.410472%200-280.224216%20227.185232-507.409448%20507.388982-507.409448%20280.247752%200%20507.391029%20227.185232%20507.391029%20507.409448C1020.821099%20792.054347%20793.678846%201019.262092%20513.43007%201019.262092zM746.107387%20363.903034c9.540284-9.53926%209.540284-25.021883%200-34.539654l-51.822272-51.800783c-9.535167-9.558703-24.977881-9.558703-34.518165%200L512.976746%20424.334381%20366.184495%20277.562597c-9.53619-9.558703-24.977881-9.558703-34.518165%200l-51.822272%2051.800783c-9.538237%209.517771-9.538237%2025.001417%200%2034.539654l146.793274%20146.770761-146.793274%20146.790204c-9.538237%209.518794-9.538237%2025.004487%200%2034.540677l51.822272%2051.79976c9.540284%209.538237%2024.981974%209.538237%2034.518165%200L512.976746%20597.014232l146.790204%20146.790204c9.540284%209.538237%2024.982998%209.538237%2034.518165%200l51.822272-51.79976c9.540284-9.53619%209.540284-25.021883%200-34.540677L599.317183%20510.674818%20746.107387%20363.903034z%22%20%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-fenxiang { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-fenxiang%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M251.4%20725.5s58.1-180%20202.5-277.6%20264.4-71.3%20264.4-71.3l-1.9%2097.5%20240.1-191.3L718.4%2095.3v103.1s-174.6-28.1-311.3%20108.8C253.9%20460.6%20251.4%20725.5%20251.4%20725.5z%22%20fill%3D%22%23bfbfbf%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M724.1%20840.8c0%202.1-1.7%203.7-3.7%203.7H150.6c-2.1%200-3.7-1.7-3.7-3.7V272.5c0-2.1%201.7-3.7%203.7-3.7h203c12.3-11.6%2026-22.3%2041-31.9%2021.2-13.4%2043.1-25.1%2065-35.2v-15.4h-309c-47.6%200-86.2%2038.7-86.2%2086.2v568.3c0%2047.6%2038.7%2086.2%2086.2%2086.2h569.8c47.6%200%2086.2-38.7%2086.2-86.2V488.5l-82.5%2047v305.3z%22%20fill%3D%22%23bfbfbf%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-touxiang { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-touxiang%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M517.075%201002.044a484.977%20484.977%200%201%200-484.977-484.97%20485%20485%200%200%200%20484.977%20484.97z%22%20fill%3D%22%23FFFFFF%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M512%201024a512%20512%200%201%201%20512-512%20512%20512%200%200%201-512%20512z%20m0-50.048A461.952%20461.952%200%201%200%2050.048%20512%20461.944%20461.944%200%200%200%20512%20973.952z%22%20fill%3D%22%238A8A8A%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M155.67%20822.136c34.952-94.584%20149.512-209.731%20252.575-209.731H615.77c103.093%200%20208.128%20127.119%20243.08%20221.74-86.686%2089.322-222.667%20160.957-346.842%20160.791-124.176%200.166-269.651-83.448-356.337-172.77z%20m356.338-256.045a185.36%20185.36%200%201%201%20184.47-185.359A184.93%20184.93%200%200%201%20512%20566.092z%22%20fill%3D%22%238A8A8A%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-pingtai { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-pingtai%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M486.0928%20947.3024l-380.3648-197.8368c-39.3728-20.48-39.3728-76.8%200-97.2288l380.3648-197.8368c15.7696-8.192%2034.56-8.2432%2050.3296-0.1024l384.9216%20197.8368c39.68%2020.3776%2039.68%2077.1072%200%2097.4848l-384.9216%20197.8368a54.912%2054.912%200%200%201-50.3296-0.1536z%22%20fill%3D%22%23A5ADF6%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M486.0928%20571.136L105.728%20373.248c-39.3728-20.48-39.3728-76.8%200-97.2288l380.3648-197.8368c15.7696-8.192%2034.56-8.2432%2050.3296-0.1024l384.9216%20197.8368c39.68%2020.3776%2039.68%2077.1072%200%2097.4848l-384.9216%20197.8368a54.7584%2054.7584%200%200%201-50.3296-0.1024z%22%20fill%3D%22%23A5ADF6%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M486.0928%20763.3408l-380.3648-197.8368c-39.3728-20.48-39.3728-76.8%200-97.2288l380.3648-197.8368c15.7696-8.192%2034.56-8.2432%2050.3296-0.1024l384.9216%20197.8368c39.68%2020.3776%2039.68%2077.1072%200%2097.4848l-384.9216%20197.8368a54.7584%2054.7584%200%200%201-50.3296-0.1536z%22%20fill%3D%22%23A5ADF6%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M486.0928%20454.3488l-297.0112%20154.5216%20297.0112%20154.5216c15.7696%208.192%2034.56%208.2432%2050.3296%200.1024l300.8512-154.624-300.8512-154.624a54.60992%2054.60992%200%200%200-50.3296%200.1024z%22%20fill%3D%22%238695EA%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M486.0928%20270.3872L197.0176%20420.7616l289.0752%20150.3744c15.7696%208.192%2034.56%208.2432%2050.3296%200.1024l292.7616-150.4768-292.7616-150.4768a54.7584%2054.7584%200%200%200-50.3296%200.1024z%22%20fill%3D%22%238695EA%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M486.0928%20454.3488l-112.2816%2058.4192%20112.2816%2058.4192c15.7696%208.192%2034.56%208.2432%2050.3296%200.1024l113.8688-58.5216-113.8688-58.5216a54.60992%2054.60992%200%200%200-50.3296%200.1024z%22%20fill%3D%22%23635DF7%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-dianhuatianchong { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-dianhuatianchong%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M926.342144%20849.004544c34.132992-59.40224%2015.22688-105.025536-45.21984-150.674432-71.057408-53.664768-140.500992-89.761792-190.43328-31.939584%200%200-52.989952%2063.081472-208.927744-84.535296-181.32992-172.8512-105.227264-234.155008-105.227264-234.155008%2063.065088-63.401984%2022.976512-110.700544-29.915136-182.334464-52.887552-71.632896-106.313728-94.30528-183.013376-32.697344C15.804416%20251.394048%20224.212992%20530.164736%20329.58464%20638.56128l-0.004096%200.008192c0%200%20160.234496%20165.740544%20261.066752%20220.915712l53.941248%2030.16192c77.366272%2039.701504%20164.267008%2057.875456%20225.446912%2021.009408C870.035456%20910.65856%20899.526656%20895.489024%20926.342144%20849.004544z%22%20fill%3D%22%23FCA82D%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-xinxi { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-xinxi%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M871.798039%20170.86415l-728.844084%203.251253a50.575037%2050.575037%200%200%200-50.351062%2050.799012l2.579327%20579.792224a50.618387%2050.618387%200%200%200%2026.176194%2044.079758%2050.538912%2050.538912%200%200%200%2051.232512-1.430551L380.028053%20717.515276l494.190362-2.203627a50.575037%2050.575037%200%200%200%2050.351062-50.799012l-1.972426-443.2902a50.575037%2050.575037%200%200%200-50.799012-50.358287zM261.942567%20508.026247c-31.443223%200.1445-57.135342-25.323644-57.279842-56.766866-0.1445-31.435998%2025.330869-57.142567%2056.766866-57.272617%2031.443223-0.1445%2057.135342%2025.330869%2057.279842%2056.766866%200.1445%2031.435998-25.323644%2057.128117-56.766866%2057.272617z%20m242.037677-1.076526c-31.443223%200.137275-57.135342-25.323644-57.279842-56.781316-0.137275-31.435998%2025.330869-57.135342%2056.766867-57.279842%2031.443223-0.137275%2057.135342%2025.330869%2057.279842%2056.766866%200.1445%2031.457673-25.323644%2057.157017-56.766867%2057.294292z%20m242.037677-1.0693c-31.443223%200.137275-57.142567-25.330869-57.279842-56.774092-0.1445-31.443223%2025.330869-57.135342%2056.766867-57.279842%2031.443223-0.1445%2057.135342%2025.323644%2057.272617%2056.774092%200.1445%2031.435998-25.323644%2057.135342-56.759642%2057.279842z%22%20fill%3D%22%23FCA82D%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-bianji3 { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-bianji3%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M315.63776%20675.40992l107.6224-26.13248L805.4784%20267.07968a20.48%2020.48%200%200%200%200-28.95872l-43.43808-43.43808a20.48%2020.48%200%200%200-28.95872%200L347.136%20580.608l-31.49824%2094.80192z%20m-29.85984-149.2992L675.1232%20136.76544a102.4%20102.4%200%200%201%20144.81408%200l43.45856%2043.4176a102.4%20102.4%200%200%201%200%20144.83456l-386.2528%20386.2528a61.44%2061.44%200%200%201-28.95872%2016.26112l-149.13536%2036.20864a61.44%2061.44%200%200%201-72.8064-79.07328l44.66688-134.47168a61.44%2061.44%200%200%201%2014.86848-24.08448zM757.76%20880.64a40.96%2040.96%200%200%201-40.96%2040.96H245.76a40.96%2040.96%200%201%201%200-81.92h471.04a40.96%2040.96%200%200%201%2040.96%2040.96z%22%20fill%3D%22%23FCA82D%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M593.92%20262.71744L651.83744%20204.8l130.33472%20130.33472-57.91744%2057.91744z%22%20fill%3D%22%23FCA82D%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-gonglve { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-gonglve%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M695.04%20938.7008H229.7344c-74.8032%200-135.424-59.5968-135.424-133.12V220.3648c0-73.5232%2060.6208-133.12%20135.424-133.12h465.3056c74.8032%200%20135.424%2059.5968%20135.424%20133.12v585.2672c0%2073.472-60.6208%20133.0688-135.424%20133.0688z%22%20fill%3D%22%23FFAC3E%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M620.1344%20328.9088h-325.12c-22.6304%200-40.96-18.3296-40.96-40.96s18.3296-40.96%2040.96-40.96h325.12c22.6304%200%2040.96%2018.3296%2040.96%2040.96s-18.3296%2040.96-40.96%2040.96zM620.1344%20491.3152h-325.12c-22.6304%200-40.96-18.3296-40.96-40.96s18.3296-40.96%2040.96-40.96h325.12c22.6304%200%2040.96%2018.3296%2040.96%2040.96s-18.3296%2040.96-40.96%2040.96zM450.7136%20653.6704h-155.648c-22.6304%200-40.96-18.3296-40.96-40.96s18.3296-40.96%2040.96-40.96h155.6992c22.6304%200%2040.96%2018.3296%2040.96%2040.96s-18.3808%2040.96-41.0112%2040.96z%22%20fill%3D%22%23FFFFFF%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M764.0064%20550.656l40.0384%2081.1008a32.57856%2032.57856%200%200%200%2024.5248%2017.8176l89.4976%2013.0048c26.6752%203.8912%2037.376%2036.7104%2018.0224%2055.5008l-64.768%2063.1296a32.57344%2032.57344%200%200%200-9.3696%2028.8256l15.3088%2089.1392c4.5568%2026.5728-23.3472%2046.848-47.2064%2034.304l-80.0256-42.0864a32.6912%2032.6912%200%200%200-30.3104%200l-80.0256%2042.0864c-23.8592%2012.544-51.7632-7.7312-47.2064-34.304l15.3088-89.1392c1.792-10.5472-1.6896-21.3504-9.3696-28.8256l-64.768-63.1296c-19.3024-18.8416-8.6528-51.6608%2018.0224-55.5008l89.4976-13.0048c10.5984-1.536%2019.7632-8.192%2024.5248-17.8176l40.0384-81.1008c11.8272-24.1664%2046.336-24.1664%2058.2656%200z%22%20fill%3D%22%23FFB357%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M830.464%20649.8816l-1.9456-0.256c-10.5984-1.536-19.7632-8.192-24.5248-17.8176l-40.0384-81.1008c-11.9296-24.1664-46.4384-24.1664-58.368%200L665.6%20631.7568a32.57856%2032.57856%200%200%201-24.5248%2017.8176l-89.4976%2013.0048c-26.6752%203.8912-37.376%2036.7104-18.0224%2055.5008l64.768%2063.1296a32.57344%2032.57344%200%200%201%209.3696%2028.8256l-15.3088%2089.1392c-4.5568%2026.5728%2023.3472%2046.848%2047.2064%2034.304l80.0256-42.0864c9.472-4.9664%2020.7872-4.9664%2030.3104%200l31.5904%2016.64c29.8496-24.4224%2048.896-61.2352%2048.896-102.4v-155.7504z%22%20fill%3D%22%23FF7C0E%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-shoucang { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-shoucang%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M883.6096%20594.8928l-296.5504%20296.5504c-42.6496%2042.6496-111.8208%2042.6496-154.4704%200l-303.616-303.616c-103.2192-103.2192-103.2192-270.5408%200-373.76%20103.2192-103.2192%20270.5408-103.2192%20373.76%200l380.8768%20380.8256z%22%20fill%3D%22%23F85F69%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M136.2432%20594.7392l296.5504%20296.5504c42.6496%2042.6496%20111.8208%2042.6496%20154.4704%200l303.4624-303.4624c103.2192-103.2192%20103.2192-270.5408%200-373.76-103.2192-103.2192-270.5408-103.2192-373.76%200l-380.7232%20380.672z%22%20fill%3D%22%23F498A6%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M136.2432%20594.7392l294.2976%20294.2976c43.8272%2043.8272%20114.944%2043.8784%20158.8224%200.1024l294.2464-294.2464-373.76-373.76-373.6064%20373.6064z%22%20fill%3D%22%23F33B3D%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-pinglun { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-pinglun%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M359.5264%20793.856h222.8736c3.8912%200%207.68%201.1264%2010.9056%203.2768l127.8464%2084.6848c29.6448%2019.6608%2069.2736-1.6384%2069.2224-37.2224l-0.0512-30.9248c0-10.9056%208.8064-19.7632%2019.7632-19.7632h31.1296c63.488%200%20114.9952-51.5072%20114.9952-114.9952V361.0624c0-63.488-51.5072-114.9952-114.9952-114.9952H359.5264c-63.488%200-114.9952%2051.5072-114.9952%20114.9952v317.7984c-0.0512%2063.5392%2051.456%20114.9952%20114.9952%20114.9952z%22%20fill%3D%22%235EEFB7%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M734.208%20757.8624H485.2736c-4.352%200-8.5504%201.28-12.1856%203.6864l-167.6288%20111.0528c-22.4768%2014.8992-52.48-1.28-52.48-28.2112l0.1024-64.4096c0-12.1856-9.8304-22.0672-22.0672-22.0672h-34.7648c-70.912%200-128.4608-57.4976-128.4608-128.4608V274.5344c0-70.912%2057.4976-128.4608%20128.4608-128.4608H734.208c70.912%200%20128.4608%2057.4976%20128.4608%20128.4608v354.9184c-0.0512%2070.912-57.5488%20128.4096-128.4608%20128.4096z%22%20fill%3D%22%234BE2AC%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M359.5264%20246.0672c-63.488%200-114.9952%2051.5072-114.9952%20114.9952v317.7984c0%2063.488%2051.5072%20114.9952%20114.9952%20114.9952h64.768l48.8448-32.3584c3.584-2.4064%207.8336-3.6864%2012.1856-3.6864h248.9344c70.912%200%20128.4608-57.4976%20128.4608-128.4608v-354.816c0-9.216-0.9728-18.2272-2.8672-26.9312-6.0928-0.9728-12.288-1.536-18.6368-1.536H359.5264z%22%20fill%3D%22%2306CC76%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M670.0544%20361.6256H279.6032c-22.6304%200-40.96-18.3296-40.96-40.96s18.3296-40.96%2040.96-40.96h390.4c22.6304%200%2040.96%2018.3296%2040.96%2040.96s-18.2784%2040.96-40.9088%2040.96zM670.0544%20500.992H279.6032c-22.6304%200-40.96-18.3296-40.96-40.96s18.3296-40.96%2040.96-40.96h390.4c22.6304%200%2040.96%2018.3296%2040.96%2040.96s-18.2784%2040.96-40.9088%2040.96zM466.5856%20640.3584H279.6032c-22.6304%200-40.96-18.3296-40.96-40.96s18.3296-40.96%2040.96-40.96h186.9824c22.6304%200%2040.96%2018.3296%2040.96%2040.96s-18.3296%2040.96-40.96%2040.96z%22%20fill%3D%22%23FFFFFF%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-shijian-mianxing-0 { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-shijian-mianxing-0%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M512.30507542%20512.30507542m-435.1189032%200a435.11890319%20435.11890319%200%201%200%20870.23780639%200%20435.11890319%20435.11890319%200%201%200-870.23780639%200Z%22%20fill%3D%22%2379D13F%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M510.85596717%20558.10452294c-20.55445646%200-37.2192013-16.66474485-37.21920131-37.21920132V295.68245962c0-20.55445646%2016.66474485-37.2192013%2037.21920131-37.21920133s37.2192013%2016.66474485%2037.21920131%2037.21920133v225.202862c0%2020.53538924-16.66474485%2037.2192013-37.21920131%2037.21920132z%22%20fill%3D%22%23ACFF88%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M709.7842086%20670.67735314c-6.3112478%200-12.69876438-1.60164596-18.57146622-4.99561003l-195.01946259-112.5918974c-17.78971047-10.27722822-23.89121887-33.02441427-13.61399067-50.83319195%2010.25816101-17.8087777%2033.04348149-23.91028607%2050.83319198-13.61399066l195.01946257%20112.59189742c17.78971047%2010.27722822%2023.89121887%2033.02441427%2013.61399064%2050.83319195-6.88326418%2011.95514305-19.39135642%2018.60960066-32.26172571%2018.60960067z%22%20fill%3D%22%23ACFF88%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M510.85596717%20520.88532162m-68.2224909%200a68.22249092%2068.22249092%200%201%200%20136.44498181%200%2068.22249092%2068.22249092%200%201%200-136.44498181%200Z%22%20fill%3D%22%23D6FFB7%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-hezuo { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-hezuo%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M471.6544%20862.6688c4.1472-9.7792%208.9088-19.0464%2012.032-28.8256%2014.9504-46.7456-13.6192-97.024-61.0816-108.7488-4.0448-0.9728-8.3968-3.9936-10.8544-7.3728-10.1888-14.0288-22.9376-24.2688-39.1168-30.6688-3.072-1.2288-6.3488-4.5568-7.4752-7.6288-9.4208-25.088-26.368-42.1376-51.5584-51.4048-3.072-1.1264-6.1952-4.5568-7.424-7.6288-21.0432-53.7088-86.6304-73.8304-132.352-39.2704-12.544%209.5232-23.4496%2022.2208-32.3072%2035.328-10.496%2015.5648-22.9888%2022.1184-41.3696%2019.1488-6.5536-1.024-13.4656-0.4608-20.1728-0.1024-14.1824%200.7168-29.5424-12.8-29.3888-30.0544%200.8192-97.6384%200.4096-195.2768%200.4096-292.9152%200-19.5584%207.6288-27.1872%2027.2384-27.1872h150.7328c12.2368%200%2015.872%205.6832%2010.0352%2016.7936-9.0112%2017.1008-12.3904%2035.1744-9.0112%2054.0672%204.608%2025.7536%2020.2752%2043.7248%2043.6736%2053.7088%2040.7552%2017.3568%2081.9712%2016.896%20121.5488-3.6352%2039.0656-20.224%2077.312-42.0352%20115.9168-63.1296%209.6768-5.2736%2011.8272-4.8128%2018.8928%203.84%2078.1312%2095.2832%20156.416%20190.464%20234.3424%20285.9008%2011.9296%2014.592%2022.8864%2030.1056%2033.4848%2045.7216%2013.3632%2019.7632%209.8304%2045.1584-7.5776%2061.4912-16.64%2015.5648-42.7008%2016.64-61.3888%202.4576-2.4576-1.8432-4.8128-3.7888-8.3968-6.6048%200.8704%2024.1152-6.8096%2043.008-28.9792%2052.3776-21.5552%209.1136-41.0112%203.328-58.4192-13.1072%201.024%2023.6544-5.9904%2042.3424-27.9552%2051.968-21.6576%209.472-40.8064%203.2768-58.7776-13.056%201.3312%2024.7296-6.9632%2042.9056-29.1328%2052.6336-15.8208%207.0144-31.1808%204.9152-45.568-4.096z%22%20fill%3D%22%23A5ADF6%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M976.0256%20434.2784v151.5008c0%2017.2032-8.448%2025.5488-25.8048%2025.6-13.2096%200.0512-26.4704%200.7168-39.6288-0.1536-16.8448-1.1264-30.8736%203.84-43.1616%2015.3088-7.7312%207.2192-9.4208%206.656-16.0768-1.536-95.8464-117.1968-191.6416-234.3936-287.488-351.6416-11.2128-13.7216-22.4256-15.9744-38.2464-7.2192-42.8544%2023.6032-85.6576%2047.3088-128.4096%2070.9632-28.3136%2015.6672-57.6512%2018.6368-88.2176%207.3728-11.7248-4.3008-19.3536-12.288-20.6848-24.7808-1.2288-12.0832%201.9968-22.3744%2012.7488-30.4128%2050.0736-37.5808%2099.6864-75.8272%20149.6576-113.5616%2049.7664-37.5808%20103.9872-44.4928%20161.9968-22.4256%2079.3088%2030.208%20158.6176%2060.3648%20237.7216%2091.136%2025.0368%209.728%2050.5344%2014.7456%2077.2608%2014.08%208.5504-0.2048%2017.1008-0.0512%2025.6512%200%2014.336%200.0512%2022.6304%208.2432%2022.6304%2022.6816%200.1024%2051.0976%200.0512%20102.0928%200.0512%20153.088zM341.248%20839.424c-16.0256%207.9872-31.1296%208.2432-46.1824-2.4064-14.7456-10.496-20.0704-24.832-19.4048-43.3664-17.6128%207.7312-33.8944%208.3456-49.3568-2.6112-15.4112-10.9056-21.1968-25.9584-18.6368-45.3632-3.6352%201.1776-5.7856%201.8432-7.8848%202.56-26.624%209.0112-55.7568-8.448-60.2112-36.1984-1.6384-10.24%200.768-19.9168%206.912-27.904%2012.4416-16.2304%2025.0368-32.3584%2038.6048-47.616%2011.3664-12.7488%2026.5216-15.5136%2042.7008-10.752%2024.8832%207.3216%2034.7648%2028.8256%2024.6784%2052.6336-0.768%201.792-0.256%204.1472-0.3584%206.2464%202.1504-0.1536%204.5056%200.1536%206.5024-0.512%2021.9136-7.68%2042.496%200.1536%2052.4288%2020.224%204.6592%209.472%205.0176%2019.3024%202.2528%2029.44-2.1504%207.8848-0.2048%2010.3424%207.2704%207.8336%2023.04-7.7312%2050.176%2011.5712%2051.5072%2036.5056%200.1024%201.536%200.6144%203.0208%201.0752%205.1712%204.3008-0.9728%208.448-2.048%2012.6464-2.7648%2016.4352-2.8672%2029.6448%203.1232%2039.4752%2015.9744%2010.3424%2013.5168%2011.4688%2028.416%203.9936%2043.8272-7.7824%2016.128-17.7664%2029.9008-36.864%2033.5872-20.3264%203.8912-41.8816-8.6528-48.64-28.16-0.6656-1.9456-1.4848-3.84-2.5088-6.3488z%22%20fill%3D%22%23A5ADF6%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M797.8496%20678.6048c-10.5984-15.6672-21.5552-31.1296-33.4848-45.7216-77.9264-95.4368-156.2112-190.6176-234.3424-285.9008-7.1168-8.6528-9.216-9.1136-18.8928-3.84-38.6048%2021.0944-76.8512%2042.9056-115.9168%2063.1296a145.66912%20145.66912%200%200%201-32.7168%2012.288c-33.6896%2028.7744-74.0864%2077.0048-121.856%20146.944%2028.2624%205.4272%2053.8112%2024.8832%2065.536%2054.8352%201.2288%203.1232%204.4032%206.5024%207.424%207.6288%2025.1904%209.2672%2042.1376%2026.368%2051.5584%2051.4048%201.1776%203.1232%204.4032%206.4512%207.4752%207.6288%2016.128%206.4%2028.928%2016.64%2039.1168%2030.6688%202.4576%203.3792%206.8096%206.3488%2010.8544%207.3728%2047.4624%2011.7248%2076.032%2062.0544%2061.0816%20108.7488-3.1232%209.7792-7.8848%2019.0464-12.032%2028.8256%2014.3872%209.0112%2029.696%2011.1104%2045.6192%204.1472%2022.1184-9.728%2030.464-27.8528%2029.1328-52.6336%2017.9712%2016.3328%2037.12%2022.528%2058.7776%2013.056%2021.9648-9.6256%2028.9792-28.3136%2027.9552-51.968%2017.408%2016.4352%2036.8128%2022.2208%2058.4192%2013.1072%2022.1696-9.3696%2029.8496-28.3136%2028.9792-52.3776%203.584%202.816%205.9392%204.7616%208.3968%206.6048%2018.688%2014.1312%2044.7488%2013.1072%2061.3888-2.4576%2017.3568-16.3328%2020.8896-41.728%207.5264-61.4912zM309.0432%20344.5248c30.5664%2011.264%2059.904%208.2944%2088.2176-7.3728%2032.2048-17.8688%2064.4608-35.6352%2096.6656-53.4528-56.1664-26.2656-125.9008-23.552-125.9008-23.552h-28.3648c-12.8512%209.728-25.6512%2019.5072-38.5536%2029.184-10.7008%208.0384-13.9776%2018.3296-12.7488%2030.4128%201.3312%2012.4416%208.96%2020.4288%2020.6848%2024.7808z%22%20fill%3D%22%23635DF7%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M422.1952%20852.8896c2.6112-3.8912%204.9152-8.0896%207.0656-12.544%207.424-15.4112%206.3488-30.3104-3.9936-43.8272-9.8304-12.8512-23.04-18.8416-39.4752-15.9744-4.1984%200.7168-8.2944%201.792-12.6464%202.7648-0.4608-2.1504-1.024-3.6352-1.0752-5.1712-1.28-24.9344-28.416-44.2368-51.5072-36.5056-7.4752%202.5088-9.4208%200.0512-7.2704-7.8336%202.7648-10.1376%202.4064-19.968-2.2528-29.44-9.9328-20.1216-30.5152-27.9552-52.4288-20.224-1.9968%200.7168-4.3008%200.3584-6.5024%200.512%200.1024-2.0992-0.4096-4.4032%200.3584-6.1952%2010.0864-23.7568%200.2048-45.312-24.6784-52.6336-16.1792-4.7616-31.3344-1.9968-42.7008%2010.752-7.3728%208.2944-14.4384%2016.8448-21.4016%2025.4976%2040.0384%2018.8416%20120.8832%2067.2768%20258.5088%20190.8224z%22%20fill%3D%22%23635DF7%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-shouhou { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-shouhou%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M814.1312%20935.9872H209.8688c-70.2976%200-127.2832-56.9856-127.2832-127.2832v-471.04c0-17.7152%203.7376-35.2256%2011.008-51.3536l60.3648-134.4A129.78176%20129.78176%200%200%201%20272.384%2075.264h480.1024c51.3024%200%2097.8432%2030.208%20118.6304%2077.1584l59.5456%20134.0928c7.1168%2016.0256%2010.8032%2033.3312%2010.8032%2050.8928v471.3472c-0.0512%2070.2464-57.0368%20127.232-127.3344%20127.232z%22%20fill%3D%22%23FFAC3E%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M752.4352%2075.264H272.3328c-51.0976%200-97.4848%2030.0032-118.4256%2076.6464L93.5936%20286.3104a125.23008%20125.23008%200%200%200-10.752%2044.0832h858.4192c-0.8192-15.1552-4.4032-30.0032-10.5984-43.8784l-59.5456-134.0928a129.8688%20129.8688%200%200%200-118.6816-77.1584z%22%20fill%3D%22%23FF7C0E%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M410.5728%20651.3152a40.704%2040.704%200%200%201-28.8256-11.8784l-90.1632-89.344c-7.7824-7.68-12.1344-18.176-12.1344-29.0816s4.352-21.4016%2012.1344-29.0816l90.1632-89.344c16.0768-15.9232%2042.0352-15.8208%2057.9072%200.256a40.92928%2040.92928%200%200%201-0.256%2057.9072l-60.7744%2060.2624%2060.7744%2060.2624c16.0768%2015.9232%2016.1792%2041.8816%200.256%2057.9072a40.73472%2040.73472%200%200%201-29.0816%2012.1344z%22%20fill%3D%22%23F7F8F8%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M611.9936%20801.6384H364.4928c-22.6304%200-40.96-18.3296-40.96-40.96s18.3296-40.96%2040.96-40.96h247.552c43.52%200%2078.8992-35.3792%2078.8992-78.8992s-35.3792-78.8992-78.8992-78.8992H319.4368c-22.6304%200-40.96-18.3296-40.96-40.96s18.3296-40.96%2040.96-40.96h292.608c88.6784%200%20160.8192%2072.1408%20160.8192%20160.8192-0.0512%2088.6784-72.192%20160.8192-160.8704%20160.8192z%22%20fill%3D%22%23F7F8F8%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-pinglun-08 { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-pinglun-08%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M658.0736%20622.4896H141.9264c-44.288%200-80.2304-35.9424-80.2304-80.2304V204.7488c0-44.288%2035.9424-80.2304%2080.2304-80.2304h516.1984c44.288%200%2080.2304%2035.9424%2080.2304%2080.2304v337.5616c-0.0512%2044.288-35.9424%2080.1792-80.2816%2080.1792z%22%20fill%3D%22%23A5ADF6%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M876.2368%20259.2256H274.8928c-45.1072%200-81.664%2036.5568-81.664%2081.664v383.5392c0%2045.1072%2036.5568%2081.664%2081.664%2081.664h153.088c6.4512%200%2012.6976%202.0992%2017.7664%206.0416l112.4352%2085.9136a29.3376%2029.3376%200%200%200%2037.5808-1.6384l90.2656-82.5856c5.376-4.9664%2012.4416-7.68%2019.7632-7.68h170.4448c45.1072%200%2081.664-36.5568%2081.664-81.664V340.8896c0-45.056-36.5568-81.664-81.664-81.664z%22%20fill%3D%22%23A5ADF6%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M656.64%20622.4896c45.1072%200%2081.664-36.5568%2081.664-81.664v-281.6H274.8928c-45.1072%200-81.664%2036.5568-81.664%2081.664v281.6h463.4112z%22%20fill%3D%22%23635DF7%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M738.304%20488.192H416.9728c-24.4736%200-44.288-19.8144-44.288-44.288s19.8144-44.288%2044.288-44.288h321.3312c24.4736%200%2044.288%2019.8144%2044.288%2044.288s-19.8144%2044.288-44.288%2044.288zM738.304%20679.7824H416.9728c-24.4736%200-44.288-19.8144-44.288-44.288s19.8144-44.288%2044.288-44.288h321.3312c24.4736%200%2044.288%2019.8144%2044.288%2044.288%200.0512%2024.4736-19.8144%2044.288-44.288%2044.288z%22%20fill%3D%22%23F7F8F8%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-weixin { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-weixin%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M1010.8%20628c0-141.2-141.3-256.2-299.9-256.2-168%200-300.3%20115.1-300.3%20256.2%200%20141.4%20132.3%20256.2%20300.3%20256.2%2035.2%200%2070.7-8.9%20106-17.7l96.8%2053-26.6-88.2c70.9-53.2%20123.7-123.7%20123.7-203.3zM618%20588.8c-22.1%200-40-17.9-40-40s17.9-40%2040-40%2040%2017.9%2040%2040c0%2022-17.9%2040-40%2040z%20m194.3-0.3c-22.1%200-40-17.9-40-40s17.9-40%2040-40%2040%2017.9%2040%2040-17.9%2040-40%2040z%22%20fill%3D%22%2300C800%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M366.3%20106.9c-194.1%200-353.1%20132.3-353.1%20300.3%200%2097%2052.9%20176.6%20141.3%20238.4l-35.3%20106.2%20123.4-61.9c44.2%208.7%2079.6%2017.7%20123.7%2017.7%2011.1%200%2022.1-0.5%2033-1.4-6.9-23.6-10.9-48.3-10.9-74%200-154.3%20132.5-279.5%20300.2-279.5%2011.5%200%2022.8%200.8%2034%202.1C692%20212.6%20539.9%20106.9%20366.3%20106.9zM247.7%20349.2c-26.5%200-48-21.5-48-48s21.5-48%2048-48%2048%2021.5%2048%2048-21.5%2048-48%2048z%20m246.6%200c-26.5%200-48-21.5-48-48s21.5-48%2048-48%2048%2021.5%2048%2048-21.5%2048-48%2048z%22%20fill%3D%22%2300C800%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-QQ { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-QQ%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M511.09761%20957.257c-80.159%200-153.737-25.019-201.11-62.386-24.057%206.702-54.831%2017.489-74.252%2030.864-16.617%2011.439-14.546%2023.106-11.55%2027.816%2013.15%2020.689%20225.583%2013.211%20286.912%206.767v-3.061z%22%20fill%3D%22%23FAAD08%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M496.65061%20957.257c80.157%200%20153.737-25.019%20201.11-62.386%2024.057%206.702%2054.83%2017.489%2074.253%2030.864%2016.616%2011.439%2014.543%2023.106%2011.55%2027.816-13.15%2020.689-225.584%2013.211-286.914%206.767v-3.061z%22%20fill%3D%22%23FAAD08%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M497.12861%20474.524c131.934-0.876%20237.669-25.783%20273.497-35.34%208.541-2.28%2013.11-6.364%2013.11-6.364%200.03-1.172%200.542-20.952%200.542-31.155C784.27761%20229.833%20701.12561%2057.173%20496.64061%2057.162%20292.15661%2057.173%20209.00061%20229.832%20209.00061%20401.665c0%2010.203%200.516%2029.983%200.547%2031.155%200%200%203.717%203.821%2010.529%205.67%2033.078%208.98%20140.803%2035.139%20276.08%2036.034h0.972z%22%20fill%3D%22%23000000%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M860.28261%20619.782c-8.12-26.086-19.204-56.506-30.427-85.72%200%200-6.456-0.795-9.718%200.148-100.71%2029.205-222.773%2047.818-315.792%2046.695h-0.962C410.88561%20582.017%20289.65061%20563.617%20189.27961%20534.698%20185.44461%20533.595%20177.87261%20534.063%20177.87261%20534.063%20166.64961%20563.276%20155.56661%20593.696%20147.44761%20619.782%20108.72961%20744.168%20121.27261%20795.644%20130.82461%20796.798c20.496%202.474%2079.78-93.637%2079.78-93.637%200%2097.66%2088.324%20247.617%20290.576%20248.996a718.01%20718.01%200%200%201%205.367%200C708.80161%20950.778%20797.12261%20800.822%20797.12261%20703.162c0%200%2059.284%2096.111%2079.783%2093.637%209.55-1.154%2022.093-52.63-16.623-177.017%22%20fill%3D%22%23000000%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M434.38261%20316.917c-27.9%201.24-51.745-30.106-53.24-69.956-1.518-39.877%2019.858-73.207%2047.764-74.454%2027.875-1.224%2051.703%2030.109%2053.218%2069.974%201.527%2039.877-19.853%2073.2-47.742%2074.436m206.67-69.956c-1.494%2039.85-25.34%2071.194-53.24%2069.956-27.888-1.238-49.269-34.559-47.742-74.435%201.513-39.868%2025.341-71.201%2053.216-69.974%2027.909%201.247%2049.285%2034.576%2047.767%2074.453%22%20fill%3D%22%23FFFFFF%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M683.94261%20368.627c-7.323-17.609-81.062-37.227-172.353-37.227h-0.98c-91.29%200-165.031%2019.618-172.352%2037.227a6.244%206.244%200%200%200-0.535%202.505c0%201.269%200.393%202.414%201.006%203.386%206.168%209.765%2088.054%2058.018%20171.882%2058.018h0.98c83.827%200%20165.71-48.25%20171.881-58.016a6.352%206.352%200%200%200%201.002-3.395c0-0.897-0.2-1.736-0.531-2.498%22%20fill%3D%22%23FAAD08%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M467.63161%20256.377c1.26%2015.886-7.377%2030-19.266%2031.542-11.907%201.544-22.569-10.083-23.836-25.978-1.243-15.895%207.381-30.008%2019.25-31.538%2011.927-1.549%2022.607%2010.088%2023.852%2025.974m73.097%207.935c2.533-4.118%2019.827-25.77%2055.62-17.886%209.401%202.07%2013.75%205.116%2014.668%206.316%201.355%201.77%201.726%204.29%200.352%207.684-2.722%206.725-8.338%206.542-11.454%205.226-2.01-0.85-26.94-15.889-49.905%206.553-1.579%201.545-4.405%202.074-7.085%200.242-2.678-1.834-3.786-5.553-2.196-8.135%22%20fill%3D%22%23000000%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M504.33261%20584.495h-0.967c-63.568%200.752-140.646-7.504-215.286-21.92-6.391%2036.262-10.25%2081.838-6.936%20136.196%208.37%20137.384%2091.62%20223.736%20220.118%20224.996H506.48461c128.498-1.26%20211.748-87.612%20220.12-224.996%203.314-54.362-0.547-99.938-6.94-136.203-74.654%2014.423-151.745%2022.684-215.332%2021.927%22%20fill%3D%22%23FFFFFF%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M323.27461%20577.016v137.468s64.957%2012.705%20130.031%203.91V591.59c-41.225-2.262-85.688-7.304-130.031-14.574%22%20fill%3D%22%23EB1C26%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M788.09761%20432.536s-121.98%2040.387-283.743%2041.539h-0.962c-161.497-1.147-283.328-41.401-283.744-41.539l-40.854%20106.952c102.186%2032.31%20228.837%2053.135%20324.598%2051.926l0.96-0.002c95.768%201.216%20222.4-19.61%20324.6-51.924l-40.855-106.952z%22%20fill%3D%22%23EB1C26%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-weight { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-weight%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M949.76%20350.72c-69.12-25.6-202.24-104.96-439.04-104.96-236.8%200-360.96%2079.36-426.24%20104.96-25.6%2010.24-39.68%2037.12-32%2064l94.72%20346.88c6.4%2024.32%2028.16%2039.68%2052.48%2039.68%208.96%200%2019.2-2.56%2026.88-7.68%2055.04-33.28%20149.76-74.24%20288-78.08%20139.52%200%20236.8%2042.24%20293.12%2076.8%208.96%205.12%2017.92%207.68%2028.16%207.68%2023.04%200%2044.8-15.36%2051.2-39.68l96-344.32c6.4-26.88-7.68-55.04-33.28-65.28z%20m-113.92%20395.52c-60.16-37.12-160-80.64-299.52-84.48%200-8.96-1.28-16.64-6.4-24.32l-153.6-234.24c-11.52-17.92-37.12-23.04-55.04-11.52s-23.04%2037.12-11.52%2055.04l144.64%20217.6c-117.76%2012.8-202.24%2049.92-254.72%2081.92L102.4%20399.36c12.8-5.12%2025.6-11.52%2042.24-17.92%2035.84-16.64%2079.36-37.12%20138.24-53.76%2070.4-19.2%20144.64-29.44%20226.56-29.44%2081.92%200%20156.16%2010.24%20229.12%2029.44%2061.44%2016.64%20108.8%2037.12%20147.2%2053.76%2016.64%207.68%2032%2014.08%2044.8%2019.2l-94.72%20345.6z%20m0%200%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M517.12%20335.36c-14.08%200-26.88%2011.52-26.88%2026.88v103.68c0%2014.08%2011.52%2026.88%2026.88%2026.88%2014.08%200%2026.88-11.52%2026.88-26.88v-103.68c0-15.36-11.52-26.88-26.88-26.88z%20m157.44%2010.24c-14.08-3.84-28.16%205.12-32%2019.2l-24.32%20101.12c-3.84%2014.08%205.12%2028.16%2019.2%2032%2014.08%203.84%2028.16-5.12%2032-19.2l24.32-101.12c3.84-14.08-3.84-29.44-19.2-32z%20m-439.04%2053.76c-3.84-14.08-17.92-23.04-32-19.2-14.08%203.84-23.04%2017.92-19.2%2032l24.32%20101.12c3.84%2014.08%2017.92%2023.04%2032%2019.2%2014.08-3.84%2023.04-17.92%2019.2-32l-24.32-101.12z%20m565.76-20.48c-14.08-3.84-28.16%205.12-32%2019.2L744.96%20499.2c-3.84%2014.08%205.12%2028.16%2019.2%2032%2014.08%203.84%2028.16-5.12%2032-19.2l24.32-101.12c3.84-14.08-3.84-28.16-19.2-32z%20m0%200%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-height { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-height%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M326.656%20504.832a37.376%2037.376%200%200%200%2054.784%200l51.2-33.792v204.8c0%2020.48%204.096%2051.2%2024.576%2051.2h153.6c-2.56%200%2025.088%203.584%2024.576-51.2v-204.8l51.2%2033.792a37.888%2037.888%200%200%200%2026.624%2012.8%2036.864%2036.864%200%200%200%2028.16-11.264l36.864-36.352a37.888%2037.888%200%200%200%200-51.2L672.768%20296.96a139.776%20139.776%200%200%200-75.776-44.032%2089.088%2089.088%200%200%200%2039.424-80.384%20108.032%20108.032%200%200%200-102.4-113.152%20108.032%20108.032%200%200%200-102.4%20113.152%2089.088%2089.088%200%200%200%2039.424%2080.384%20141.824%20141.824%200%200%200-75.776%2044.032L288.768%20416.256a37.888%2037.888%200%200%200%200%2051.2z%20m207.872-394.24a51.2%2051.2%200%201%201-51.2%2051.2%2051.2%2051.2%200%200%201%2051.2-51.2z%20m-102.4%20216.576a94.72%2094.72%200%200%201%2071.168-32.256h66.56a94.72%2094.72%200%200%201%2071.168%2032.256l102.4%20114.176-26.624%2026.112-130.56-102.4v307.2h-102.4v-307.2l-130.56%20102.4-25.6-26.112z%20m256%20244.736a284.16%20284.16%200%200%201%200%2051.2c87.552%2019.968%20153.6%2065.024%20153.6%20102.4%200%2057.344-134.144%20102.4-307.2%20102.4s-307.2-44.032-307.2-102.4c0-36.864%2064-94.72%20153.6-102.4a214.016%20214.016%200%200%201%200-51.2c-130.048%2023.04-204.8%2090.112-204.8%20150.016%200%2086.528%20160.768%20157.184%20358.4%20157.184s358.4-70.656%20358.4-157.184c0-59.904-91.136-122.368-204.8-150.016z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-bmi { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-bmi%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M123.74316432%20325.58398412h143.43749974c58.13964844%200%2097.42675807%2023.07128932%2097.42675807%2092.28515651a84.11132787%2084.11132787%200%200%201-41.39648488%2077.78320287c37.17773438%2013.183594%2055.89843775%2048.12011693%2055.89843775%2094.52636718%200%2075.67382838-52.73437525%20108.105469-107.578125%20108.10546901H123.74316432z%20m67.10449193%20150.95214895h67.89550756c23.46679713%200%2041.00097631-13.183594%2041.00097707-44.4287112%200-35.46386693-22.28027369-42.84667994-46.14257863-42.84667994H190.84765625z%20m0%20158.203125h71.71875025c26.36718725%200%2049.43847656-10.54687475%2049.43847657-49.17480495s-19.64355443-52.73437525-48.25195313-52.73437525H190.84765625zM435.13964818%20325.58398412h94.39453176l71.32324168%20256.42089869h0.79101563l67.5000005-256.42089869h94.394531v372.83203176h-62.753906v-263.67187551h-0.92285181l-74.75097656%20263.67187551h-51.67968725L498.816406%20436.85351562h-0.92285106v261.56250026h-62.75390676zM833.15234375%20325.58398412h67.10449193v372.83203176h-67.10449193z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-shoucang1 { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-shoucang1%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M781.186088%20616.031873q17.338645%2080.573705%2030.59761%20145.848606%206.119522%2027.537849%2011.219124%2055.075697t9.689243%2049.976096%207.649402%2038.247012%204.079681%2019.888446q3.059761%2020.398406-9.179283%2027.027888t-27.537849%206.629482q-5.099602%200-14.788845-3.569721t-14.788845-5.609562l-266.199203-155.027888q-72.414343%2042.836653-131.569721%2076.494024-25.498008%2014.278884-50.486056%2028.557769t-45.386454%2026.517928-35.187251%2020.398406-19.888446%2010.199203q-10.199203%205.099602-20.908367%203.569721t-19.378486-7.649402-12.749004-14.788845-2.039841-17.848606q1.01992-4.079681%205.099602-19.888446t9.179283-37.737052%2011.729084-48.446215%2013.768924-54.055777q15.298805-63.23506%2034.677291-142.788845-60.175299-52.015936-108.111554-92.812749-20.398406-17.338645-40.286853-34.167331t-35.697211-30.59761-26.007968-22.438247-11.219124-9.689243q-12.239044-11.219124-20.908367-24.988048t-6.629482-28.047809%2011.219124-22.438247%2020.398406-10.199203l315.155378-28.557769%20117.290837-273.338645q6.119522-16.318725%2017.338645-28.047809t30.59761-11.729084q10.199203%200%2017.848606%204.589641t12.749004%2010.709163%208.669323%2012.239044%205.609562%2010.199203l114.231076%20273.338645%20315.155378%2029.577689q20.398406%205.099602%2028.557769%2012.239044t8.159363%2022.438247q0%2014.278884-8.669323%2024.988048t-21.928287%2026.007968z%22%20%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-qiehuan { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-qiehuan%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M391.8848%20945.1008h421.632c73.5232%200%20133.12-59.5968%20133.12-133.12V390.3488c0-73.5232-59.5968-133.12-133.12-133.12H391.8848c-73.5232%200-133.12%2059.5968-133.12%20133.12v421.632c0%2073.5232%2059.5968%20133.12%20133.12%20133.12z%22%20fill%3D%22%23A5ADF6%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M207.0528%20760.2688h421.632c73.5232%200%20133.12-59.5968%20133.12-133.12V205.4656c0-73.5232-59.5968-133.12-133.12-133.12H207.0528c-73.5232%200-133.12%2059.5968-133.12%20133.12v421.632c0%2073.5744%2059.648%20133.1712%20133.12%20133.1712z%22%20fill%3D%22%23A5ADF6%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M398.6944%20257.2288h363.1104v363.1104c0%2077.2608-62.6176%20139.9296-139.9296%20139.9296H258.816V397.1072c0-77.2608%2062.6176-139.8784%20139.8784-139.8784z%22%20fill%3D%22%23635DF7%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M752.8448%20568.5248h-293.376c-22.6304%200-40.96-18.3296-40.96-40.96s18.3296-40.96%2040.96-40.96h202.1376l-23.808-26.7776a40.87808%2040.87808%200%200%201%203.4304-57.8048%2040.87808%2040.87808%200%200%201%2057.8048%203.4304l84.4288%2094.976c10.7008%2012.032%2013.3632%2029.2864%206.7584%2043.9808s-21.248%2024.1152-37.376%2024.1152zM543.8976%20810.9568c-11.3152%200-22.528-4.6592-30.6176-13.7728l-84.4288-94.976a40.97536%2040.97536%200%200%201-6.7584-43.9808%2040.99584%2040.99584%200%200%201%2037.376-24.1664h293.3248c22.6304%200%2040.96%2018.3296%2040.96%2040.96s-18.3296%2040.96-40.96%2040.96h-202.1376l23.808%2026.7776a40.87808%2040.87808%200%200%201-3.4304%2057.8048%2040.43776%2040.43776%200%200%201-27.136%2010.3936z%22%20fill%3D%22%23F7F8F8%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-yazi-copy { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-yazi-copy%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M839.6%20402.9c-37.9%2041.4-93.9%2065.4-154.1%2060.1-29.6-2.6-57-12-80.7-26.4-2.6-1.6-5.09999999-3.2-7.6-4.9-12.8-7.9-26.5-14.7-40.9-20.1-10.4-3.9-14.8-16.4-9.1-25.9%2013.8-23.3%2021.8-50.5%2021.8-79.5%200-86.2-69.8-156-156-156-31.60000001%200-61%209.4-85.6%2025.5-3.1%202.1-6.2%204.2-9.1%206.5-35%2026.8-58.3%2068-61%20114.8-0.2%203-0.3%206.1-0.3%209.2%200%2017.5%202.9%2034.3%208.2%2050%209.4%2027.7%2026.3%2051.9%2048.4%2070.2%209.4%207.8%209.7%2022.3%200.6%2030.4-43.5%2038.9-72.9%2093.8-78.4%20156.5-11.40000001%20129.7%2083.8%20244.2%20212.99999999%20257.2%200%200%2036.7%203.3%2057.50000001%203.3%20200.5%200%20363.1-113.3%20363.1-334.9-0.1-45.3-29-133.3-29.8-136z%22%20fill%3D%22%23FFD628%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M412.9%20150.2c86.1%200%20156%2069.8%20156%20156%200%2028.99999999-7.9%2056.2-21.8%2079.50000001-5.7%209.5-1.3%2022%209.1%2025.89999999%2014.4%205.4%2028.1%2012.1%2040.9%2020.1%202.5%201.7%205%203.3%207.6%204.9%2023.8%2014.5%2051.2%2023.8%2080.7%2026.4%205.5%200.5%2011%200.7%2016.5%200.7%2053.90000001%200%20103.3-23.2%20137.7-60.8%200.8%202.69999999%2029.7%2090.69999999%2029.7%20136.1%200%20221.5-162.6%20334.9-363.1%20334.9-20.8%200-57.5-3.3-57.5-3.3-129.19999999-13-224.3-127.5-213-257.2%205.5-62.7%2034.9-117.6%2078.4-156.5%209.09999999-8.2%208.9-22.6-0.6-30.40000001-22.1-18.3-39.00000001-42.5-48.4-70.2-5.3-15.69999999-8.2-32.49999999-8.2-49.99999999%200-3.1%200.1-6.2%200.3-9.2%202.7-46.8%2026.00000001-88%2061-114.8%203-2.3%206-4.4%209.1-6.5%2024.6-16.2%2054-25.6%2085.6-25.6m0-15.5c-33.6%200-66.1%209.7-94.1%2028.09999999-3.4%202.3-6.8%204.7-10%207.10000001-39.7%2030.4-64.2%2076.4-67.1%20126.2-0.20000001%203.2-0.3%206.6-0.3%2010.1%200%2018.80000001%203%2037.3%209%2055%2010.2%2030.1%2028.6%2056.8%2053.20000001%2077.2%201.39999999%201.1%201.6%202.6%201.59999999%203.4%200%200.79999999-0.2%202.3-1.50000001%203.5-48.2%2043.1-77.9%20102.3-83.49999999%20166.7-3%2033.8%200.7%2067.1%2011%2099.2%209.9%2030.89999999%2025.5%2059.29999999%2046.3%2084.5%2020.8%2025.1%2045.8%2045.7%2074.4%2061.1%2029.5%2015.99999999%2061.60000001%2025.8%2095.2%2029.19999999l0.2%201e-8c1.5%200.1%2037.6%203.3%2058.9%203.3%2052.1%200%20101.20000001-7.4%20146.1-21.90000001%2046.2-15%2086.8-37.2%20120.7-66.09999999%2073.1-62.4%20111.8-153.1%20111.8-262.3%200-38.7-18.7-103.6-29.8-138.9-0.2-0.7-0.4-1.3-0.5-1.5l-2.4-8.6-8.6-2.1-8.9-2.4-6.4%207c-32.4%2035.5-78.4%2055.80000001-126.2%2055.8-5.00000001%200-10.1-0.20000001-15.1-0.7-26.4-2.3-51.2-10.4-73.7-24l-0.4-0.2c-2.3-1.4-4.7-2.9-6.9-4.4l-0.3-0.2-0.3-0.2c-13.8-8.5-28.4-15.7-43.6-21.40000001-0.9-0.3-1.2-1-1.4-1.49999999-0.20000001-0.5-0.3-1.2%200.2-2%2015.7-26.4%2023.90000001-56.6%2023.9-87.4%200-45.8-17.8-88.9-50.2-121.3-32.4-32.5-75.5-50.29999999-121.3-50.3z%22%20fill%3D%22%23515151%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M374.5%20280.3m-20.2%200a20.2%2020.2%200%201%200%2040.4%200%2020.2%2020.2%200%201%200-40.4%200Z%22%20fill%3D%22%23533630%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M143.3%20333.6c29.29999999%2032.1%2056.8%2061.3%20122.7%2062.8%207.90000001%200.2%2028.40000001-8.5%2027.6-38.4-72.1%2021.9-121.2-7-150.3-24.4zM671.49999999%20550c-12.2%204.3-26.2%208.2-26.19999999%208.2-9.7%2094.7-89%20171-186.1%20171.7l-2.4%200c-2.8%200-5.6-0.2-8.30000001-0.5%2015.3%2011.5%2034.3%2018.4%2054.90000001%2018.7l2.4%200c103.2-0.6%20193.4-94.6%20193.4-208.4-0.1%200-16.6%206.4-27.70000001%2010.3z%22%20fill%3D%22%23FF6D2C%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M284.7%20343.8c-25-13.4-24.1-61.5-30.9-61.5-19.60000001%2016.8-47.4%2027-74%2027-7.8%200-15.5-0.5-23.10000001-1.4-14.2-1.7-23%2015.1-13.39999999%2025.6%2029.2%2017.5%2078.2%2046.4%20150.3%2024.5-0.8-6.1-3.6-11.4-8.9-14.2zM630.3%20561.49999999c-36.4%206.1-125.8-0.9-125.79999999-0.89999999-51.7%200-93.7%2041.9-93.70000001%2093.7%200%2030.7%2014.8%2057.9%2037.6%2075%203.3%200.4%207.7%200.50000001%2010.7%200.5%2097.1-0.6%20176.4-77%20186.1-171.7-5.3%201.5-10.4%202.69999999-14.9%203.39999999z%22%20fill%3D%22%23FF8F29%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M839.6%20402.9c-1.1%201.2-2.1%202.3-3.2%203.4%2020.1%20313.3-197.7%20449.1-499.8%20422.79999999%2032.2%2022.5%2070.4%2037.3%20112.1%2041.50000001%200%200%2036.7%203.3%2057.5%203.3%20200.5%200%20363.1-113.3%20363.1-334.9%200-45.40000001-28.90000001-133.4-29.7-136.1zM385.1%20457.1c9.7%201.9%2019.8%202.9%2030.1%202.9%2085.5%200%20154.8-69.3%20154.8-154.8%200-85.5-69.3-154.8-154.8-154.8-10.30000001%200-20.3%201-30.1%202.9%2071.1%2014%20124.7%2076.7%20124.7%20151.9s-53.6%20137.9-124.7%20151.9z%22%20fill%3D%22%23FFB829%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-hear { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-hear%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M512%20128c162.666667%200%20305.568%20102.058667%20360.458667%20251.328A138.741333%20138.741333%200%200%201%20970.666667%20512a138.741333%20138.741333%200%200%201-98.208%20132.672C817.568%20793.941333%20674.677333%20896%20512%20896c-162.666667%200-305.568-102.058667-360.458667-251.328A138.741333%20138.741333%200%200%201%2053.333333%20512a138.741333%20138.741333%200%200%201%2098.208-132.672C206.432%20230.058667%20349.322667%20128%20512%20128z%20m0%2064c-140.832%200-263.893333%2091.808-305.386667%20224.096a32%2032%200%200%201-25.802666%2022.069333%2074.688%2074.688%200%200%200%200%20147.669334%2032%2032%200%200%201%2025.802666%2022.08C248.106667%20740.181333%20371.168%20832%20512%20832s263.893333-91.808%20305.386667-224.096a32%2032%200%200%201%2025.802666-22.069333%2074.688%2074.688%200%200%200%200-147.669334%2032%2032%200%200%201-25.802666-22.08%20319.808%20319.808%200%200%200-128.714667-170.922666c-16.704%2069.589333-77.621333%2099.477333-170.88%2085.130666a32%2032%200%200%201%209.738667-63.253333c69.216%2010.645333%2097.728-4.981333%20101.386666-52.949333A319.221333%20319.221333%200%200%200%20512%20192zM364.714667%20639.253333a32%2032%200%200%201%2045.066666-4.16A159.189333%20159.189333%200%200%200%20512%20672c37.888%200%2073.674667-13.173333%20102.186667-36.885333a32%2032%200%200%201%2040.917333%2049.216A223.178667%20223.178667%200%200%201%20512%20736a223.178667%20223.178667%200%200%201-143.136-51.690667%2032%2032%200%200%201-4.149333-45.066666zM384%20405.333333a42.666667%2042.666667%200%200%201%2042.666667%2042.666667v42.666667a42.666667%2042.666667%200%201%201-85.333334%200v-42.666667a42.666667%2042.666667%200%200%201%2042.666667-42.666667z%20m256%200a42.666667%2042.666667%200%200%201%2042.666667%2042.666667v42.666667a42.666667%2042.666667%200%201%201-85.333334%200v-42.666667a42.666667%2042.666667%200%200%201%2042.666667-42.666667z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-zanwu { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-zanwu%22%20viewBox%3D%220%200%201059%201024%22%3E%3Cpath%20d%3D%22M0%20559.492414c0%2060.804414%20236.349793%20110.097655%20527.889655%20110.097655%20291.539862%200%20527.889655-49.293241%20527.889655-110.097655s-236.349793-110.11531-527.889655-110.115311C236.349793%20449.377103%200%20498.688%200%20559.492414z%22%20fill%3D%22%23F5F5F5%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M136.22731%20229.164138v303.051034c0%2017.972966%207.185655%2035.204414%2019.950345%2047.916138a68.290207%2068.290207%200%200%200%2048.163311%2019.844414h630.060137c37.623172%200%2068.113655-30.331586%2068.113656-67.760552V229.181793H713.216a48.957793%2048.957793%200%200%200-49.081379%2048.816552%2048.957793%2048.957793%200%200%201-49.11669%2048.834207H423.724138a48.957793%2048.957793%200%200%201-49.081379-48.834207%2048.957793%2048.957793%200%200%200-49.099035-48.816552H136.22731z%22%20fill%3D%22%23FAFAFA%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M325.543724%20229.164138a48.975448%2048.975448%200%200%201%2049.010759%2045.974069l0.07062%202.877793a48.922483%2048.922483%200%200%200%2046.203587%2048.728276l2.895448%200.088276h191.293793a48.975448%2048.975448%200%200%200%2049.010759-45.956414l0.088276-2.877793a48.922483%2048.922483%200%200%201%2046.203586-48.728276l2.895448-0.088276h189.298759v303.033379a67.919448%2067.919448%200%200%201-64.706207%2067.672276l-3.407449%200.088276H204.340966a67.972414%2067.972414%200%200%201-68.02538-64.370758l-0.088276-3.389794V229.181793H325.561379zM153.246897%20532.232828a50.935172%2050.935172%200%200%200%2048.075034%2050.72331l3.001379%200.088276h630.060138a50.970483%2050.970483%200%200%200%2051.005793-47.827862l0.088276-2.983724V246.113103h-172.279172c-16.86069%200-30.68469%2012.958897-31.955862%2029.413518l-0.105931%202.471724a65.924414%2065.924414%200%200%201-62.728828%2065.694896l-3.407448%200.088276H423.724138a65.977379%2065.977379%200%200%201-66.030345-62.375724l-0.088276-3.389793a31.955862%2031.955862%200%200%200-29.572414-31.796966l-2.489379-0.088275H153.246897V532.197517z%22%20fill%3D%22%23D9D9D9%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M319.435034%200.529655h399.889656l182.254344%20229.835035-13.38262%2010.504827L711.079724%2017.460966H327.64469L149.062621%20240.887172l-13.329655-10.540138z%22%20fill%3D%22%23D9D9D9%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M127.96469%20923.859862v-16.313379c10.804966-1.05931%2021.186207-2.118621%2031.143724-2.966069v-12.499862c-9.745655%200.847448-20.126897%201.694897-31.143724%202.542345v-16.737104H161.015172v-12.499862H127.96469v-13.982897h-13.982897v13.982897H89.405793c5.296552-6.991448%2010.381241-15.042207%2015.042207-23.940414h58.050207v-13.559172H110.803862c1.694897-3.813517%203.177931-7.627034%204.660966-11.440552l-15.254069-2.542345c-1.694897%204.660966-3.601655%209.321931-5.508414%2013.982897H65.253517v13.559172H87.922759c-5.08469%209.533793-10.804966%2017.584552-16.737104%2024.364138l3.389793%2012.076138h39.406345v17.584552c-14.406621%200.847448-29.872552%201.483034-45.974069%202.330483l1.906759%2013.559172c15.254069-0.847448%2030.084414-1.906759%2044.06731-2.754207v15.254069h13.982897z%20m43.643586%200.635586c9.110069-13.135448%2014.830345-28.601379%2017.160827-46.397793h27.542069v45.974069h14.618483v-45.974069h22.457379v-13.34731h-63.55862v-22.033655c22.881103-2.542345%2041.94869-7.415172%2057.626483-14.194759l-9.745656-11.440552c-14.830345%206.779586-35.592828%2011.440552-61.863724%2013.982897v33.262345c-0.423724%2019.067586-5.508414%2035.380966-14.830345%2049.152l10.593104%2011.016827zM106.354759%201009.875862v-8.262621h107.625931v8.262621h15.677793v-79.660138H90.676966V1009.875862h15.677793z%20m107.625931-50.21131H106.354759v-16.525242h107.625931v16.525242z%20m0%2028.813241H106.354759v-16.525241h107.625931v16.525241z%20m70.550069%2020.762483c29.448828-12.711724%2050.635034-30.72%2063.770482-53.601104%207.20331-13.559172%2012.499862-29.448828%2015.889656-47.880827h17.160827v77.117793c0%2014.406621%206.779586%2021.609931%2020.762483%2021.609931h34.321655c8.898207%200%2015.254069-1.906759%2019.279448-5.720276%204.660966-4.660966%207.838897-17.160828%209.533793-37.92331l-14.40662-4.660966c-1.05931%2016.525241-2.966069%2026.270897-5.932138%2029.66069-2.330483%202.754207-6.144%204.237241-11.22869%204.237241H406.775172c-6.779586%200-10.169379-3.601655-10.169379-10.381241v-73.939862h65.677241v-14.618483H366.521379c1.483034-11.440552%202.330483-23.940414%202.754207-37.075862v-14.194759h75.846621v-14.830344h-152.116966v14.830344h60.804414v14.194759c-0.211862%2013.135448-1.05931%2025.63531-2.754207%2037.075862h-72.244965v14.618483h69.70262c-2.754207%2013.34731-6.567724%2025.423448-11.652413%2036.016552-11.440552%2021.609931-31.567448%2038.770759-60.804414%2051.906206l8.474483%2013.559173z%20m388.343172%200.635586l8.262621-12.499862c-15.254069-10.381241-28.177655-24.999724-39.194483-44.06731%2011.864276-24.999724%2018.432-55.296%2019.49131-90.676966h13.771035v-14.618483h-55.931586c1.694897-9.321931%203.389793-19.49131%204.660965-30.296275l-14.830345-2.542345c-4.237241%2040.253793-12.711724%2072.244966-25.211586%2095.973517l9.533793%2011.652414c4.449103-7.627034%208.686345-16.313379%2012.499862-26.059035%205.720276%2021.186207%2012.711724%2039.830069%2020.974345%2056.143449a124.698483%20124.698483%200%200%201-39.194483%2044.06731l7.838897%2012.711724a142.124138%20142.124138%200%200%200%2039.194483-42.584276c10.593103%2017.796414%2023.304828%2032.203034%2038.135172%2042.796138z%20m-178.599724-96.185379c18.220138-12.288%2030.931862-26.694621%2037.92331-43.431724v40.253793h14.194759v-27.542069c7.627034%205.08469%2016.737103%2011.864276%2027.330207%2020.338758l7.838896-11.864275a493.638621%20493.638621%200%200%200-35.169103-19.491311v-2.330483h38.558896V856.275862h-38.558896v-40.465655h-14.194759V856.275862h-41.313103v13.34731h30.084414c-6.355862%2011.652414-17.796414%2022.245517-34.109794%2031.779311l7.415173%2012.288z%20m72.033103-62.287449A141.064828%20141.064828%200%200%200%20582.62069%20824.072828l-11.016828-5.08469c-3.813517%208.898207-9.321931%2017.796414-16.101517%2026.906483l10.804965%205.508413z%20m-56.990896-0.211862l11.016827-5.084689a181.265655%20181.265655%200%200%200-13.135448-26.482759l-12.076138%204.025379c5.08469%208.050759%209.745655%2017.160828%2014.194759%2027.542069z%20m124.574896%2086.439725c-8.474483-17.796414-15.254069-39.194483-20.55062-63.982345l2.754207-11.016828h31.355586c-0.847448%2028.601379-5.296552%2053.601103-13.559173%2074.999173z%20m-141.100138%2071.609379c21.186207-5.932138%2038.770759-13.771034%2052.753656-23.51669%2012.499862%205.508414%2023.304828%2011.22869%2032.626758%2016.737104l8.262621-11.864276a469.292138%20469.292138%200%200%200-29.236966-14.406621%2085.327448%2085.327448%200%200%200%2023.51669-36.228414v-12.499862h-44.279172c1.271172-3.813517%202.754207-7.627034%204.237241-11.652414l-14.194759-1.694896c-1.483034%204.237241-3.177931%208.686345-5.084689%2013.34731H490.46069v13.347311h24.999724c-4.237241%208.474483-9.110069%2017.160828-14.618483%2026.482758%2010.381241%203.813517%2020.126897%207.838897%2029.448828%2011.864276-12.288%206.991448-27.330207%2012.711724-44.702897%2017.37269l7.20331%2012.711724z%20m50.423173-38.982621c-7.627034-3.177931-15.677793-6.144-24.152276-9.110069%204.237241-6.355862%208.050759-13.135448%2011.440552-20.338758h36.440276c-5.08469%2011.016828-13.135448%2020.974345-23.728552%2029.448827z%20m180.082758%2037.711448c11.864276%200%2017.796414-6.355862%2017.796414-18.643862v-61.863724c6.567724-2.966069%2013.135448-5.932138%2019.703173-9.321931v-15.042207c-6.355862%203.389793-12.923586%206.567724-19.703173%209.533793v-41.736827h20.338759V856.275862h-20.338759v-40.041931h-14.830345V856.275862h-25.423448v14.618483h25.423448v47.880827c-9.321931%203.389793-19.067586%206.355862-28.813241%208.686345l3.813517%2014.830345c8.262621-2.542345%2016.525241-5.508414%2024.999724-8.686345v51.906207c0%205.932138-2.754207%209.110069-8.050758%209.110069-5.08469%200-10.593103-0.423724-16.101517-1.05931l3.177931%2014.40662h18.008275z%20m85.380414%201.906759v-10.381241h57.414621v10.381241h14.194759v-69.490759h-35.592828v-26.059034h45.338483v-13.771035h-45.338483v-24.999724H884.524138v-51.482482h-111.65131v66.312827c-0.211862%2044.491034-7.838897%2080.93131-22.881104%20108.897104l11.864276%2010.593103c13.982897-27.542069%2022.245517-59.321379%2024.787862-95.549793h43.219862v26.059034H794.482759V1009.875862h14.194758z%20m61.016276-148.091586h-81.990621V838.267586h81.990621v23.51669z%20m-39.830069%2038.770758h-42.372414l0.211862-10.169379v-14.830345h42.160552v24.999724z%20m36.228414%2085.380414h-57.414621v-31.991172h57.414621v31.991172z%20m109.108965-57.41462c9.110069%200%2018.220138-6.991448%2027.330207-20.762483l-10.593103-7.627035c-6.355862%209.745655-11.864276%2014.830345-16.737104%2014.830345-4.025379%200-10.593103-3.177931-19.703172-9.110069-9.321931-6.355862-17.37269-9.321931-23.940414-9.321931-9.321931%200-18.432%206.779586-27.330207%2020.762483l10.593104%207.415172c6.144-9.745655%2011.652414-14.618483%2016.737103-14.618482%204.237241%200%2010.804966%202.966069%2020.126897%209.110069%209.110069%206.144%2016.948966%209.321931%2023.516689%209.321931z%22%20fill%3D%22%2395979A%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-shuimian { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-shuimian%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M517.4589509%20968.25449935q-7.75095879%200-15.56632999-0.26301729A456.89862335%20456.89862335%200%200%201%20413.77109013%2066.52384222L436.9810249%2061.11320063l26.01187417%2040.25774995-14.64845328%2019.11437968a326.65138304%20326.65138304%200%200%200%20247.39192495%20525.43878455%20327.29013934%20327.29013934%200%200%200%20213.3875455-69.9196601l18.67422827-14.73970418%2040.45635484%2025.13693906-4.83092999%2023.36023037A456.71612155%20456.71612155%200%200%201%20517.4589509%20968.25449935zM345.89652373%20162.18162379a389.15824945%20389.15824945%200%201%200%20522.78177307%20516.90950927%20394.12873965%20394.12873965%200%200%201-522.78177307-516.90950927z%22%20fill%3D%22%235288F5%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M904.66816%20190.17216l-20.59264-57.89184h-254.464v61.68064h172.48768l-197.632%20160.60928%2020.59264%2057.89184h263.93088V350.78656h-181.94944z%22%20fill%3D%22%23F79C42%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-wenjian-xinliweiji { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-wenjian-xinliweiji%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M964.4237638%20191.10515864c-15.29665737-39.07905166-37.40423514-72.91034496-65.87611564-100.60064441-30.03504257-29.25346153-66.32273339-50.91442159-107.8581826-64.20129915C690.6470933-5.85326172%20612.48898998%2024.62839858%20564.47758365%2055.8916399c-18.53463594%2012.17033323-36.06438196%2026.57375513-52.14262036%2042.8753024-11.94702436-12.28198764-29.58842484-28.24857163-52.14262035-42.8753024C412.06928218%2024.51674414%20333.79952443-5.96491615%20233.98046104%2026.30321508c-41.53544919%2013.39853199-77.82314001%2034.94783763-107.85818259%2064.20129915-28.58353493%2027.8019539-50.69111274%2061.6332472-65.87611565%20100.60064441-18.08801819%2046.33658983-25.56886523%2099.14913678-21.77261449%20152.74326479%203.79625073%2053.37081911%2018.7579448%20107.52321929%2043.32192011%20156.65116994%2020.20945243%2040.30725042%2054.48736344%2089.32354666%20102.05215206%20145.93234434-12.0586788%2029.36511597-7.81581033%2063.53137256%2011.50040663%2088.54196562l24.67562978%2032.04482238c15.29665737%2019.87448912%2037.96250733%2031.1515869%2062.0798649%2031.15158689%2018.7579448%200%2036.39934525-6.699266%2050.91442162-19.42787141%2016.52485613-14.51507635%2026.79706398-34.94783763%2028.91849822-57.83699646%202.12143424-22.7775044-4.24286846-44.99673663-17.86470933-62.6381371l-24.67562978-32.04482235c-19.98614356-25.90382852-51.80765706-36.84596298-82.17766292-28.47188049-44.55011889-52.81254696-76.03666908-97.47432029-93.56641512-132.6454668-40.30725042-80.39119198-47.22982529-172.05948174-18.53463592-245.30478998%2023.44743099-60.07008512%2068.10920432-102.27546093%20129.0725249-121.92664118%2059.73512183-19.20456253%20116.00895622-12.17033323%20167.36999556%2020.76772461%2036.17603639%2023.1124677%2057.83699646%2052.03096592%2061.85655605%2057.61368758%200%200.11165443%200.11165443%200.11165443%200.11165444%200.22330885%206.58761156%209.82559014%2017.30643717%2015.63162067%2028.47188049%2015.63162067h0.11165443c11.27709776%200%2021.99592335-5.91768497%2028.58353492-15.74327508%200.6699266-1.00488989%2022.44254109-32.37978566%2061.9682105-57.72534202%2051.36103932-32.93805783%20107.74652815-39.86063271%20167.36999554-20.76772461%2061.07497502%2019.65118027%20105.62509392%2061.74490164%20129.0725249%20121.92664118%2028.58353493%2073.24530826%2021.66096007%20165.02525244-18.53463592%20245.30478998-37.96250733%2075.70170578-133.98531997%20187.57944798-285.38873155%20332.28359358-17.30643717-11.83536994-37.40423514-17.97636376-58.2836142-17.97636378-60.29339399%200-109.42134465%2052.25427479-109.42134464%20116.45557395s49.01629624%20116.45557396%20109.42134464%20116.45557395c60.29339399%200%20109.42134465-52.25427479%20109.42134466-116.45557395%200-13.73349529-2.23308866-27.24368173-6.69926601-40.19559598%20159.10756748-151.85002932%20261.0480651-271.43192741%20303.14178647-355.28440682%2024.56397533-49.12795066%2039.52566939-103.28035083%2043.32192013-156.65116993%203.79625073-53.48247356-3.68459631-106.29502051-21.66096007-152.63161037zM295.72536267%20730.06110826c-9.04400909%207.92746477-22.55419553%206.47595714-29.92338815-3.12632412l-24.67562975-31.93316794c-7.36919258-9.71393571-6.0293394-24.00570315%202.90301527-31.93316792%204.68948621-4.13121403%209.93724456-5.0244495%2013.39853199-5.02444949%206.47595714%200%2012.50529654%203.01466968%2016.52485613%208.26242806l24.67562978%2031.93316793c7.36919258%209.60228127%206.14099383%2024.00570315-2.90301527%2031.82151348z%20m241.28523039%20219.51261592c-27.69029947%200-50.35614942-24.00570315-50.35614942-53.594128s22.55419553-53.594128%2050.35614942-53.59412799c27.69029947%200%2050.24449498%2024.00570315%2050.244495%2053.59412799s-22.55419553%2053.594128-50.244495%2053.594128z%22%20fill%3D%22%235288f5%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M508.24533333%20601.99822222l-81.35111111-212.19555555c-0.91022222-2.50311111-4.20977778-2.95822222-5.80266667-0.91022222l-64.512%2083.3991111H302.64888889c-15.92888889%200-29.46844445-13.08444445-29.12711111-29.01333333%200.34133333-15.47377778%2012.97066667-27.87555555%2028.44444444-27.87555555h26.624L438.04444445%20273.86311111c1.59288889-2.048%204.89244445-1.59288889%205.80266666%200.91022222l74.18311111%20193.64977778c1.024%202.61688889%204.66488889%202.95822222%206.144%200.45511111l75.20711111-133.80266667c1.25155555-2.27555555%204.20977778-2.73066667%206.144-1.13777777l94.77688889%2079.53066667h21.27644445c15.92888889%200%2029.46844445%2013.08444445%2029.12711111%2029.01333333-0.34133333%2015.47377778-12.97066667%2027.87555555-28.44444445%2027.87555555h-42.66666666l-58.14044445-48.69688888c-1.93422222-1.59288889-4.89244445-1.13777778-6.144%201.13777777L514.27555555%20602.33955555c-1.25155555%202.61688889-5.00622222%202.27555555-6.03022222-0.34133333z%22%20fill%3D%22%23fea82d%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-yundong { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-yundong%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M262.058667%20201.728L822.272%20761.924267l-60.347733%2060.347733L201.728%20262.058667z%22%20fill%3D%22%23fea82d%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M512%2016.5520616C238.36029264%2016.5520616%2016.5520616%20238.36029264%2016.5520616%20512s221.80823104%20495.4479384%20495.4479384%20495.4479384%20495.4479384-221.80823104%20495.4479384-495.4479384S785.63970736%2016.5520616%20512%2016.5520616z%20m0%2076.22275906c231.52663292%200%20419.22517934%20187.69854641%20419.22517934%20419.22517934s-187.69854641%20419.22517934-419.22517934%20419.22517934S92.77482066%20743.52663292%2092.77482066%20512%20280.47336708%2092.77482066%20512%2092.77482066z%22%20fill%3D%22%235288f5%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M492.94430967%2054.66344114a38.11137955%2038.11137955%200%200%201%2038.11138066%2038.11137952c0%20242.06442985-196.21643981%20438.28086855-438.28086967%20438.28086967a38.11137955%2038.11137955%200%201%201%200-76.22276018c199.95135429%200%20362.05810948-162.10675405%20362.05810949-362.05810949a38.11137955%2038.11137955%200%200%201%2038.11137952-38.11137952zM969.33655886%20473.88862045a38.11137955%2038.11137955%200%201%201%200%2076.2227591c-221.00789207%200-400.16948901%20179.16159694-400.16948901%20400.169489a38.11137955%2038.11137955%200%201%201-76.22276018%200c0-263.10191154%20213.29033764-476.39224918%20476.39224919-476.3922481z%22%20fill%3D%22%235288f5%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-yinshi2 { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-yinshi2%22%20viewBox%3D%220%200%201089%201024%22%3E%3Cpath%20d%3D%22M937.156085%20422.933787a37.975149%2037.975149%200%200%200-43.443745-31.874723c-1.568681%200.23966-159.177532%2025.142468-348.813617%2025.142468-189.657872%200-347.288511-24.902809-348.835404-25.142468a37.996936%2037.996936%200%200%200-43.443745%2031.874723c-3.268085%2020.915745%2010.828255%2040.546043%2031.526128%2043.87949%206.645106%201.067574%20164.798638%2026.101106%20360.753021%2026.101106%20195.932596%200%20354.086128-25.055319%20360.731234-26.101106a38.301957%2038.301957%200%200%200%2031.526128-43.87949z%22%20fill%3D%22%235288f5%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1004.260766%20283.277617c-13.268426-23.225191-54.402723-89.414809-125.298383-152.074894a37.670128%2037.670128%200%200%200-53.553021%203.616681%2038.628766%2038.628766%200%200%200%203.573106%2054.097702c73.815149%2065.230979%20111.398128%20135.95234%20112.552851%20138.174639%203.137362%206.754043%208.235574%2012.636596%2015.054979%2016.710808%2040.785702%2024.33634%2061.745021%2045.883915%2055.622808%2089.981277-25.447489%20184.145702-96.256%20302.493957-222.861617%20372.49634-1.939064%201.067574-3.921702%202.091574-5.947915%203.115575-15.185702%207.865191-43.465532%2022.484426-48.803404%2057.256851-10.436085%2067.540426-47.060426%2072.834723-122.269957%2077.562553l-2.875915%200.152511c-53.030128%203.398809-111.550638%201.329021-178.829617-6.318298-54.141277-6.144-67.104681-25.491064-71.200681-56.864681-6.035064-45.709617-39.652766-64.098043-59.762383-75.078809-2.919489-1.612255-5.860766-3.202723-8.671319-4.858553-119.41583-70.547064-187.15234-185.97583-213.079149-363.258553-6.252936-42.702979%207.712681-70.41634%2046.167149-90.373447%200.980426%200.087149%201.960851%200.326809%202.963064%200.326809a37.909787%2037.909787%200%200%200%2034.336681-22.005107c1.154723-2.483745%20119.306894-248.897362%20383.498893-248.897361%2020.959319%200%2037.953362-17.16834%2037.953362-38.345532%200-21.198979-16.994043-38.345532-37.953362-38.345532C278.092255%200.326809%20140.963404%20205.889362%20103.467574%20272.732596%205.664681%20316.132766-5.490383%20392.322723%202.810553%20449.252766c29.194894%20199.353191%20110.897021%20336.133447%20249.899575%20418.249532%203.551319%202.091574%207.189787%204.096%2010.828255%206.078638%2018.889532%2010.327149%2019.935319%2012.353362%2020.654298%2017.734809%209.433872%2072.268255%2055.840681%20113.664%20137.956766%20123.010723%2049.304511%205.577532%2094.404085%208.344511%20136.431659%208.344511%2019.129191%200%2037.626553-0.566468%2055.622809-1.742979l2.83234-0.152511c67.867234-4.270298%20170.071149-10.675745%20191.858383-138.087489%202.461957-1.546894%206.318298-3.529532%209.107064-4.967489%202.658043-1.394383%205.316085-2.766979%207.843404-4.161362%20147.347064-81.462468%20232.905532-221.837617%20261.533958-429.121362%2013.094128-94.338723-48.171574-139.547234-83.118298-161.138383z%22%20fill%3D%22%235288f5%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M661.046468%2093.685106a412.650213%20412.650213%200%200%201%2065.884596%2025.926809c5.381447%202.67983%2011.067915%203.921702%2016.667234%203.921702a37.909787%2037.909787%200%200%200%2034.118808-21.460426%2038.541617%2038.541617%200%200%200-17.364425-51.330723A488.927319%20488.927319%200%200%200%20682.419745%2020.08783a37.866213%2037.866213%200%200%200-47.104%2025.99217c-5.882553%2020.327489%205.621106%2041.613617%2025.730723%2047.605106zM436.093277%20278.593362c4.902128%200%209.891404-0.980426%2014.684595-3.006639a38.498043%2038.498043%200%200%200%2020.283915-50.219574l-13.115915-31.547915a37.800851%2037.800851%200%200%200-49.674893-20.501787%2038.498043%2038.498043%200%200%200-20.305702%2050.219574l13.115914%2031.547915c6.100426%2014.684596%2020.196766%2023.508426%2035.012086%2023.508426zM705.252766%20328.551489l25.752511-31.547915c13.355574-16.340426%2011.067915-40.502468-5.098213-53.988765a37.691915%2037.691915%200%200%200-53.422298%205.163574l-25.774298%2031.547915c-13.355574%2016.340426-11.067915%2040.524255%205.098213%2053.988766a37.735489%2037.735489%200%200%200%2053.422298-5.163575zM300.032%20335.261957a37.779064%2037.779064%200%200%200%2052.986553-8.693106c12.244426-17.211915%208.388085-41.177872-8.605957-53.531234l-25.774298-18.780596a37.691915%2037.691915%200%200%200-52.986553%208.714894c-12.244426%2017.16834-8.388085%2041.134298%208.605957%2053.509447l25.774298%2018.780595z%22%20fill%3D%22%23fea82d%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-gerendingzhi { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-gerendingzhi%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M878.2%20223.9L849.3%20195c-38.7-38.7-61.8-38.7-100.4%200L701%20242.8l129.4%20129.3%2047.8-47.8c38.7-38.6%2038.7-61.7%200-100.4zM124.8%20904.3l238.8-66.9%2024.7-24.7-168.1-168.1-25%2024.9-70.4%20234.8z%20m187.3-272.7l135%20124.9%20328.5-328.6L640.7%20303z%22%20fill%3D%22%23FDC90B%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M124.8%20926.4c-5.9%200-11.6-2.3-15.8-6.6-5.7-5.8-7.7-14.1-5.4-21.9L174%20663.1c1.1-3.5%203-6.7%205.6-9.3l25-24.9c8.6-8.6%2022.6-8.6%2031.3%200l168%20168.1c8.6%208.6%208.6%2022.6%200%2031.3L379.2%20853c-2.7%202.7-6%204.6-9.7%205.7l-238.8%2066.9c-1.9%200.6-3.9%200.8-5.9%200.8z%20m90-245.2l-57.3%20191L352%20817.7l5-5-136.8-136.9-5.4%205.4z%20m232.3%2097.5c-5.9%200-11.5-2.3-15.6-6.5L263.3%20604.1c-4.1-4.1-6.5-9.8-6.5-15.6%200-5.9%202.3-11.5%206.5-15.6l328.6-328.6c4.1-4.1%209.8-6.5%2015.6-6.5%205.9%200%2011.5%202.3%2015.6%206.5l168.1%20168.1c8.6%208.6%208.6%2022.6%200%2031.3L462.7%20772.2c-4.1%204.1-9.8%206.5-15.6%206.5zM310.2%20588.4L447%20725.2l297.3-297.3-136.8-136.8-297.3%20297.3z%20m520.2-194.1c-5.9%200-11.5-2.3-15.6-6.5l-168.2-168c-8.6-8.6-8.6-22.6%200-31.3l47.8-47.9c17.6-17.6%2039.1-35.5%2065.9-35.5%2026.8%200%2048.3%2017.9%2065.9%2035.5l67.6%2067.6c17.6%2017.6%2035.5%2039.1%2035.5%2065.9%200%2026.8-17.9%2048.3-35.5%2065.9L846%20387.8c-4.1%204.2-9.8%206.5-15.6%206.5zM693.6%20204.1l136.8%20136.8%2032.2-32.2c15.2-15.2%2022.5-26.5%2022.5-34.6%200-8.1-7.4-19.4-22.5-34.6L795%20171.9c-15.2-15.2-26.5-22.5-34.6-22.5-8.1%200-19.4%207.4-34.6%2022.5l-32.2%2032.2z%22%20fill%3D%22%232C2C2C%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M909.1%20650.6L789.5%20530.9c-3.6-4-8.9-6.5-14.7-6.5-10.9%200-19.8%208.9-19.8%2019.8%200%205.8%202.5%2011.1%206.6%2014.7l111.5%20111.5c38.7%2038.7%2038.7%2061.8%200%20100.5l-132%20131.9-42-42-84-84-36.2-36.2c-3.6-3.7-8.6-6-14.2-6-10.9%200-19.8%208.9-19.8%2019.8%200%205.5%202.2%2010.4%205.8%2014L713%20930.8l28%2028%2028-28%20140.1-140.1c38.7-38.7%2038.7-101.4%200-140.1z%22%20fill%3D%22%23FE7743%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M713%20734.7c3.6-3.6%205.8-8.5%205.8-14%200-10.9-8.9-19.8-19.8-19.8-5.5%200-10.4%202.2-14%205.8l-70%2070%2028%2028%2070-70z%20m-42%2098l28%2028%2056-56c3.6-3.6%205.9-8.6%205.9-14.1%200-10.9-8.9-19.8-19.8-19.8-5.5%200-10.4%202.2-14%205.8L671%20832.7zM496.3%20244.1l-104-104c-38.7-38.7-101.4-38.7-140.1%200l-168%20168%2028%2028%20147.1%20147.1c3.6%204%208.8%206.5%2014.6%206.5%2010.9%200%2019.8-8.9%2019.8-19.8%200-5.4-2.2-10.3-5.7-13.9l-21.8-21.8%2069.6-69.6c3.8-3.6%206.2-8.7%206.2-14.4%200-10.9-8.9-19.8-19.8-19.8-5.5%200-10.4%202.2-14%205.8l-70%2070-28-28%2041.9-41.9c3.7-3.6%205.9-8.6%205.9-14.1%200-10.9-8.9-19.8-19.8-19.8-5.5%200-10.5%202.3-14.1%205.9l-41.9%2041.9-42-42%20131.9-131.9c38.7-38.7%2061.8-38.7%20100.5%200l97.6%2097.6%200.1-0.1c3.6%203.5%208.5%205.7%2013.9%205.7%2010.9%200%2019.8-8.9%2019.8-19.8-0.1-6.4-3.1-12-7.7-15.6z%22%20fill%3D%22%23FE7743%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-top-chengchangquxian { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-top-chengchangquxian%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M953.613493%20944.688581H97.079874a39.673256%2039.673256%200%201%200%200%2079.276044h856.533619a39.673256%2039.673256%200%201%200%200-79.276044zM97.079874%20560.146914v327.321979H328.495457l-4.650862-434.150853-58.699506-37.136423L97.079874%20560.146914zM411.788154%20887.468893h231.415583V484.182846L527.566413%20582.555609%20411.788154%20496.303273v391.16562zM726.496434%20404.272593v483.1963h231.415583V399.480797l-121.063329-102.318948-110.352254%20107.110744z%22%20fill%3D%22%23fbd455%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M94.543041%20463.888179l168.347085-145.163246%20264.253481%20185.611646%20325.630758-308.154794L938.040155%20272.920996%20986.169522%200%20719.59061%2076.527808l73.85004%2066.450943-273.766608%20259.250282L257.886926%20218.449545%2043.101696%20403.849788a39.673256%2039.673256%200%200%200%2051.441345%2060.038391z%22%20fill%3D%22%23e16531%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-duibi2 { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-duibi2%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M113.777778%20625.777778h398.222222v170.666666H113.777778z%22%20fill%3D%22%23e16531%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M568.888889%20625.777778h398.222222v170.666666h-398.222222z%22%20fill%3D%22%23fbd455%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M170.666667%20341.333333h341.333333v170.666667H170.666667z%22%20fill%3D%22%23e16531%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M568.888889%20341.333333h341.333333v170.666667h-341.333333z%22%20fill%3D%22%23fbd455%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M284.444444%200h170.666667v170.666667H284.444444z%22%20fill%3D%22%23e16531%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M568.888889%200h227.555555v170.666667h-227.555555z%22%20fill%3D%22%23fbd455%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M0%20910.222222h1024v113.777778H0z%22%20fill%3D%22%23e16531%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-tubiao--copy { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-tubiao--copy%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M63.204676%20973.48519a459.891855%2050.180071%200%201%200%20919.783711%200%20459.891855%2050.180071%200%201%200-919.783711%200Z%22%20fill%3D%22%23e16531%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M663.38449737%20873.46265205s14.8451458%2014.59322842-13.60355187%2025.87553878c-28.43070293%2011.28231036-231.45831299%200-231.45831298%200l-190.52169961-10.43658721H163.41798623l-17.99411573-35.61035625V262.50843359l29.34840323-16.77051562%2018.62391005-19.21771582%20235.2550711%2019.21771582%201.6554586-19.21771582%20214.8317499%20208.89369141%2018.24603399%20196.49574579v37.21183155l-47.12659015%2041.7463497-45.54310693%2047.55844776%2018.55193379%2040.66670215%2029.97819668%2045.20121943%2044.13956661%2029.16846211z%22%20fill%3D%22%23fbd455%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M892.987737%20924.226418l-92.457446-58.53318a118.99085%20118.99085%200%200%200%2011.157951-82.01606c-14.188001-64.265705-77.49146-104.884743-141.368173-90.737689-63.897186%2014.106107-104.168177%2077.655247-89.980176%20141.920952%2014.228947%2064.224759%2077.532407%20104.843796%20141.409119%2090.737688a117.414405%20117.414405%200%200%200%2058.615073-32.470662l94.40241%2059.741105a16.808584%2016.808584%200%200%200%2023.360042-5.159273%2016.992843%2016.992843%200%200%200-5.1388-23.482881zM613.424754%20827.530997c-10.154759-45.90115%2018.589761-91.249521%2064.265705-101.363334%2045.614524-10.072866%2090.840055%2018.917334%20100.994815%2064.777538%2010.154759%2045.90115-18.630708%2091.290468-64.265705%20101.363334-45.614524%2010.113813-90.840055-18.917334-100.994815-64.777538z%22%20fill%3D%22%23e16531%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M208.85432844%20330.0977225h161.53437843v31.38173813H208.85432844zM208.85432844%20527.50517h355.42937437v31.420125H208.85432844zM208.85432844%20430.30815313h161.53437843v31.38173812H208.85432844zM544.85965531%20818.23250188H208.85432844V849.65262781h347.77107937a143.991315%20143.991315%200%200%201-11.7657525-31.42012594zM208.85432844%20621.65038438h355.42937437v31.42012593H208.85432844zM553.2857%20724.14486875H208.85432844v31.38173813h334.3354725a143.76099%20143.76099%200%200%201%2010.09589906-31.38173813z%22%20fill%3D%22%23e16531%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M609.719086%20928.689599H128.309787a11.055585%2011.055585%200%200%201-11.035112-10.994165V220.047085c0-6.080572%204.95454-10.994165%2011.035112-10.994165h288.857863v182.458096a47.846114%2047.846114%200%200%200%2047.825641%2047.784694h182.458096v216.48473a152.116658%20152.116658%200%200%201%2036.79053-7.349917V420.910682c0-0.368519-0.204733-0.716566-0.24568-1.126032a16.624324%2016.624324%200%200%200-0.962245-4.70886c-0.204733-0.634672-0.327573-1.207925-0.593726-1.760704a18.487395%2018.487395%200%200%200-3.603302-5.404953L448.553227%20177.626396a18.958281%2018.958281%200%200%200-5.384479-3.603302c-0.573253-0.24568-1.166978-0.409466-1.760704-0.634672a18.630708%2018.630708%200%200%200-4.667914-0.880352c-0.429939-0.040947-0.777986-0.286626-1.187452-0.286626H128.309787a47.866588%2047.866588%200%200%200-47.825641%2047.825641v697.648349a47.866588%2047.866588%200%200%200%2047.825641%2047.825641h508.106489c12.509189%200%2023.830927-4.95454%2032.347822-12.836763a152.833224%20152.833224%200%200%201-59.045012-23.994713z%20m-155.760906-693.676528l167.512583%20167.512583h-156.497945a11.035112%2011.035112%200%200%201-11.014638-10.994165v-156.518418z%22%20fill%3D%22%23e16531%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-jilu1 { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-jilu1%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M179.5%20890.1C116.4%20890.1%2065%20838.7%2065%20775.6V371.4c0-63.1%2051.4-114.5%20114.5-114.5h561.6c63.1%200%20114.5%2051.4%20114.5%20114.5v404.2c0%2063.1-51.4%20114.5-114.5%20114.5H179.5z%20m0-584.6c-36.4%200-65.9%2029.6-65.9%2065.9v404.2c0%2036.4%2029.6%2065.9%2065.9%2065.9h561.6c36.4%200%2066-29.6%2066-65.9V371.4c0-36.4-29.6-65.9-66-65.9H179.5z%22%20fill%3D%22%23e16531%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M521.3%20511H195.2c-1.6%200-2.8-1.3-2.8-2.8v-44.1c0-1.6%201.3-2.8%202.8-2.8h326.1c1.6%200%202.8%201.3%202.8%202.8v44.1c0%201.6-1.2%202.8-2.8%202.8zM521.3%20685.7H195.2c-1.6%200-2.8-1.3-2.8-2.8v-44.1c0-1.6%201.3-2.8%202.8-2.8h326.1c1.6%200%202.8%201.3%202.8%202.8v44.1c0%201.5-1.2%202.8-2.8%202.8zM625%20547.1c-4.9%200-9.4-1.9-12.9-5.4l-48.6-48.8c-7.1-7.1-7.1-18.7%200-25.8%203.4-3.4%208-5.3%2012.9-5.3s9.4%201.9%2012.9%205.3l35.8%2035.9%2072.2-72.5c3.4-3.5%208-5.3%2012.9-5.3s9.4%201.9%2012.9%205.3c7.1%207.1%207.1%2018.7%200%2025.8L638%20541.7c-3.6%203.5-8.2%205.4-13%205.4zM625%20721.8c-4.9%200-9.4-1.9-12.9-5.4l-48.6-48.8c-7.1-7.1-7.1-18.7%200-25.8%203.4-3.4%208-5.3%2012.9-5.3s9.4%201.9%2012.9%205.3l35.8%2035.9%2072.2-72.5c3.4-3.5%208-5.3%2012.9-5.3s9.4%201.9%2012.9%205.3c7.1%207.1%207.1%2018.7%200%2025.8L638%20716.4c-3.6%203.5-8.2%205.4-13%205.4z%22%20fill%3D%22%23e16531%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M853.5%20371.4c0-62-50.4-112.4-112.4-112.4H179.5c-2.7%200-5.4%200.2-8.1%200.4l-1.1%200.1-0.3-1.1v-4.9c0-63.1%2051.4-114.5%20114.5-114.5h561.6c63.1%200%20114.5%2051.4%20114.5%20114.5v404.2c0%2059.5-46.5%20109.6-105.9%20114.1l-1.1%200.1V371.4z%22%20fill%3D%22%23e16531%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M846.1%20186.5H284.5c-36.9%200-67%2030-67%2067v4.5H741c62.6%200%20113.5%2050.9%20113.5%20113.5v352.3c32.9-4.2%2058.5-32.1%2058.5-66.1V253.5c0-37-30-67-66.9-67z%22%20fill%3D%22%23FFD524%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-xiangxia { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-xiangxia%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M878.592%20250.88q29.696%200%2048.128%2011.264t24.576%2029.696%200%2041.472-26.624%2045.568q-82.944%2092.16-159.744%20180.224t-148.48%20164.864q-19.456%2020.48-45.568%2031.744t-53.76%2011.776-53.248-8.704-43.008-28.672q-39.936-44.032-82.944-90.112l-88.064-92.16q-43.008-46.08-85.504-90.624t-79.36-86.528q-17.408-19.456-22.528-40.448t1.024-38.4%2023.552-28.672%2045.056-11.264q35.84%200%2098.816-0.512t137.728-0.512l153.6%200%20150.528%200%20125.952%200%2079.872%200z%22%20%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +.t-icon-inorganic { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-inorganic%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M500.63484747%20500.63484747h22.73030506v22.73030506H500.63484747z%22%20fill%3D%22%23FFFFFF%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M491.57306987%20512.0275177A12.71207116%2012.71207116%200%201%200%20504.285141%20499.31544655%2012.71207116%2012.71207116%200%200%200%20491.57306987%20512.0275177z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M109.34857099%20756.00457099a24.161524%2024.161524%200%200%200%209.33790501%2034.279619%2026.18514299%2026.18514299%200%200%200%2013.238857%203.900953%2025.81942899%2025.81942899%200%200%200%2021.82095301-12.45866699l149.52838099-246.12571401a29.720381%2029.720381%200%200%201%2051.39504699%202e-8l56.85638101%2093.47657099c0%200.78019001%200.78019001%200.78019001%200.78019101%201.56038102l-75.58095301%20124.61104799a25.941333%2025.941333%200%200%200%208.58209599%2035.035428%2026.25828601%2026.25828601%200%200%200%2013.23885702%203.90095298%2025.84381001%2025.84381001%200%200%200%2021.82095198-12.45866699l259.340191-426.03276201a29.720381%2029.720381%200%200%201%2051.39504701%203e-8l234.422857%20386.31619098c0%200.78019001%200.78019001%200.78019001%200%201.56038101a2.438095%202.438095%200%200%201-1.56038101%200.78018999h-218.063238a25.624381%2025.624381%200%200%200-24.91733299%2024.91733401%2025.112381%2025.112381%200%200%200%2024.91733299%2024.91733298h218.063238a52.053333%2052.053333%200%200%200%2045.17790502-26.477714%2050.297905%2050.297905%200%200%200-0.78019001-52.17523898l-234.42285701-385.536a81.16419001%2081.16419001%200%200%200-138.630096%200l-153.42933299%20253.123048-44.397714-73.14285701a81.16419001%2081.16419001%200%200%200-138.63009599%200L109.34857099%20756.02895201z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M109.34857099%20756.00457099a24.161524%2024.161524%200%200%200%209.33790501%2034.279619%2026.16076199%2026.16076199%200%200%200%2013.238857%203.900953%2025.81942899%2025.81942899%200%200%200%2021.82095301-12.45866699l149.52838099-246.12571401a29.720381%2029.720381%200%200%201%2051.39504699%202e-8l56.85638101%2093.47657099c0%200.78019001%200.78019001%200.78019001%200.78019101%201.56038102-82.553905%20137.06971399%20206.336-338.89523801%2029.59847598-47.51847601l-44.39771399-73.14285701a81.16419001%2081.16419001%200%200%200-138.630096%200L109.34857099%20756.00457099z%22%20fill%3D%22%23ffffff%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); } .t-icon-kongradio { @@ -306,54 +426,22 @@ background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-radio%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M512.572028%2064.021106c-247.112074%200-447.435519%20200.324468-447.435519%20447.435519%200%20247.112074%20200.323445%20447.435519%20447.435519%20447.435519%20247.111051%200%20447.435519-200.323445%20447.435519-447.435519C960.00857%20264.345574%20759.683079%2064.021106%20512.572028%2064.021106zM801.432948%20389.292284%20454.691783%20736.010937c-8.739035%208.739035-20.186761%2013.108552-31.635511%2013.108552-11.447726%200-22.896476-4.369517-31.635511-13.108552L212.469066%20557.080731c-17.47807-17.45658-17.47807-45.791929%200-63.269999%2017.47807-17.47807%2045.791929-17.47807%2063.269999%200l147.317207%20147.295718%20315.105654-315.084165c17.47807-17.47807%2045.791929-17.47807%2063.269999%200C818.909995%20343.500355%20818.909995%20371.814214%20801.432948%20389.292284z%22%20fill%3D%22%23f19601%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); } -.t-icon-arrow-left { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-arrow-left%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M384%20512L731.733333%20202.666667c17.066667-14.933333%2019.2-42.666667%204.266667-59.733334-14.933333-17.066667-42.666667-19.2-59.733333-4.266666l-384%20341.333333c-10.666667%208.533333-14.933333%2019.2-14.933334%2032s4.266667%2023.466667%2014.933334%2032l384%20341.333333c8.533333%206.4%2019.2%2010.666667%2027.733333%2010.666667%2012.8%200%2023.466667-4.266667%2032-14.933333%2014.933333-17.066667%2014.933333-44.8-4.266667-59.733334L384%20512z%22%20%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +.t-icon-nv { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-nv%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M605.46410097%20412.4318034m-300.0556642%200a300.05566418%20300.05566418%200%201%200%20600.1113284%200%20300.05566418%20300.05566418%200%201%200-600.1113284%200Z%22%20fill%3D%22%23f1acb3%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M889.61556076%20697.43671585c155.8294527-155.8294527%20154.10758031-409.80563246-0.86093621-564.77414907-154.96851649-155.8294527-406.36188767-154.10758031-562.1913404%200.86093625-142.91540968%20142.91540968-161.85600612%20359.87133273-32.71557567%20526.03201989l-67.15302381%2067.1530238-118.809196-118.80919599c-20.66246887-20.66246887-53.37804459-20.66246887-74.04051339%200-20.66246887%2020.66246887-20.66246887%2053.37804459%200%2074.04051344l118.80919596%20118.80919597-74.04051342%2074.04051344c-20.66246887%2020.66246887-20.66246887%2053.37804459%201e-8%2074.04051345%2020.66246887%2020.66246887%2053.37804459%2020.66246887%2074.04051341%200l74.04051344-74.04051345%20117.08732355%20117.08732356c20.66246887%2020.66246887%2053.37804459%2020.66246887%2074.04051344%200%2020.66246887-20.66246887%2020.66246887-53.37804459%200-74.04051342l-117.08732357-117.08732357%2067.15302383-67.15302382c148.08102693%20111.06077013%20378.81192918%20106.75608913%20521.72733883-36.15932048zM398.02098899%20204.98120788c122.25294082-122.25294082%20327.15575703-113.64357876%20438.2165272%2024.96714986%2084.37174787%20105.89515297%2084.37174787%20259.14179699%200%20365.03694995-111.06077013%20139.47166486-315.96358638%20147.22009067-438.2165272%2024.96714991-115.36545115-113.64357876-115.36545114-300.46673474%200-414.97124972z%22%20fill%3D%22%23333333%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); } -.t-icon-arrow-down { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-arrow-down%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M904.533333%20311.466667c-17.066667-17.066667-42.666667-17.066667-59.733333%200L512%20644.266667%20179.2%20311.466667c-17.066667-17.066667-42.666667-17.066667-59.733333%200-17.066667%2017.066667-17.066667%2042.666667%200%2059.733333l362.666666%20362.666667c8.533333%208.533333%2019.2%2012.8%2029.866667%2012.8s21.333333-4.266667%2029.866667-12.8l362.666666-362.666667c17.066667-17.066667%2017.066667-42.666667%200-59.733333z%22%20%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +.t-icon-qiehuan { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-qiehuan%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M512%2080c238.208%200%20432%20193.792%20432%20432S750.208%20944%20512%20944%2080%20750.208%2080%20512%20273.792%2080%20512%2080m0-80C229.216%200%200%20229.216%200%20512s229.216%20512%20512%20512c282.768%200%20512-229.216%20512-512S794.768%200%20512%200z%22%20fill%3D%22%23515151%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M757.2%20382.528l-100.24-100.24c-8.24-8.272-22.352-2.416-22.352%209.264v77.872a13.104%2013.104%200%200%201-13.104%2013.088H237.2a13.088%2013.088%200%200%200-13.088%2013.088v35.104c0%207.232%205.856%2013.088%2013.088%2013.088H786.88a13.104%2013.104%200%200%200%209.264-22.352l-38.944-38.912z%20m0%200M266.8%20641.456l100.24%20100.256a13.088%2013.088%200%200%200%2022.352-9.264V654.56a13.12%2013.12%200%200%201%2013.104-13.104h384.32a13.088%2013.088%200%200%200%2013.104-13.088V593.28a13.104%2013.104%200%200%200-13.104-13.088H237.12a13.088%2013.088%200%200%200-9.264%2022.352l38.944%2038.912z%20m0%200%22%20fill%3D%22%23515151%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); } -.t-icon-arrow-right { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-arrow-right%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M731.733333%20480l-384-341.333333c-17.066667-14.933333-44.8-14.933333-59.733333%204.266666-14.933333%2017.066667-14.933333%2044.8%204.266667%2059.733334L640%20512%20292.266667%20821.333333c-17.066667%2014.933333-19.2%2042.666667-4.266667%2059.733334%208.533333%208.533333%2019.2%2014.933333%2032%2014.933333%2010.666667%200%2019.2-4.266667%2027.733333-10.666667l384-341.333333c8.533333-8.533333%2014.933333-19.2%2014.933334-32s-4.266667-23.466667-14.933334-32z%22%20fill%3D%22%23707070%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +.t-icon-nan { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-nan%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M418.53589903%20611.5681966m300.0556642%200a300.05566418%20300.05566418%200%201%200-600.1113284%200%20300.05566418%20300.05566418%200%201%200%20600.1113284%200Z%22%20fill%3D%22%2390cbdd%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M134.38443924%20326.56328415c-155.8294527%20155.8294527-154.10758031%20409.80563246%200.86093621%20564.77414907%20154.96851649%20155.8294527%20406.36188767%20154.10758031%20562.1913404-0.86093625%20142.91540968-142.91540968%20161.85600612-359.87133273%2032.71557567-526.03201989l67.15302381-67.1530238%20118.809196%20118.80919599c20.66246887%2020.66246887%2053.37804459%2020.66246887%2074.04051339%200%2020.66246887-20.66246887%2020.66246887-53.37804459%200-74.04051344l-118.80919596-118.80919597%2074.04051342-74.04051344c20.66246887-20.66246887%2020.66246887-53.37804459-1e-8-74.04051345-20.66246887-20.66246887-53.37804459-20.66246887-74.04051341%200l-74.04051344%2074.04051345-117.08732355-117.08732356c-20.66246887-20.66246887-53.37804459-20.66246887-74.04051344%200-20.66246887%2020.66246887-20.66246887%2053.37804459%200%2074.04051342l117.08732357%20117.08732357-67.15302383%2067.15302382c-148.08102693-111.06077013-378.81192918-106.75608913-521.72733883%2036.15932048zM625.97901101%20819.01879212c-122.25294082%20122.25294082-327.15575703%20113.64357876-438.2165272-24.96714986-84.37174787-105.89515297-84.37174787-259.14179699%200-365.03694995%20111.06077013-139.47166486%20315.96358638-147.22009067%20438.2165272-24.96714991%20115.36545115%20113.64357876%20115.36545114%20300.46673474%200%20414.97124972z%22%20fill%3D%22%23333333%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); } -.t-icon-tishi { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-tishi%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M512%20512m-512%200a512%20512%200%201%200%201024%200%20512%20512%200%201%200-1024%200Z%22%20fill%3D%22%23FF504E%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M478.208%20592.099556c5.575111%2016.782222%2016.782222%2027.989333%2033.564444%2027.989333%2016.839111%200%2028.046222-11.207111%2033.678223-27.989333l22.414222-308.280889a56.149333%2056.149333%200%200%200-56.035556-56.035556c-33.621333%200-56.035556%2027.989333-56.035555%2061.667556l22.414222%20302.648889z%20m33.564444%2084.081777c-33.564444%200-55.978667%2022.414222-55.978666%2056.035556s22.414222%2056.035556%2056.035555%2056.035555c33.564444%200%2056.035556-22.414222%2056.035556-56.035555s-22.414222-56.035556-56.035556-56.035556z%22%20fill%3D%22%23FFFFFF%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +.t-icon-zanwu1 { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-zanwu1%22%20viewBox%3D%220%200%201072%201024%22%3E%3Cpath%20d%3D%22M0%20566.223238C0%20627.809524%20239.420952%20677.790476%20534.747429%20677.790476s534.747429-49.956571%20534.747428-111.542857c0-61.586286-239.420952-111.542857-534.747428-111.542857S0%20504.636952%200%20566.223238z%22%20fill%3D%22%23F5F5F5%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M137.99619%20231.619048v306.95619c0%2018.236952%207.289905%2035.669333%2020.21181%2048.566857a69.168762%2069.168762%200%200%200%2048.786286%2020.089905h638.244571c38.107429%200%2068.998095-30.72%2068.998095-68.632381V231.619048h-191.75619a49.590857%2049.590857%200%200%200-49.737143%2049.42019%2049.590857%2049.590857%200%200%201-49.737143%2049.493333h-193.779809a49.590857%2049.590857%200%200%201-49.737143-49.493333%2049.590857%2049.590857%200%200%200-49.737143-49.444571H137.99619z%22%20fill%3D%22%23FAFAFA%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M329.776762%20231.619048a49.615238%2049.615238%200%200%201%2049.639619%2046.567619l0.073143%202.925714a49.566476%2049.566476%200%200%200%2046.811428%2049.347048l2.925715%200.073142h193.779809a49.615238%2049.615238%200%200%200%2049.639619-46.543238l0.097524-2.925714a49.566476%2049.566476%200%200%201%2046.811429-49.347048l2.925714-0.097523h191.75619v306.95619a68.803048%2068.803048%200%200%201-65.536%2068.559238l-3.462095%200.097524H206.994286a68.85181%2068.85181%200%200%201-68.900572-65.194667l-0.097524-3.437714V231.619048h191.804953l-0.024381-0.048762zM155.233524%20538.599619a51.590095%2051.590095%200%200%200%2048.713143%2051.370667l3.023238%200.097524h638.244571a51.638857%2051.638857%200%200%200%2051.687619-48.469334l0.073143-2.998857V248.783238h-174.518857c-17.066667%200-31.085714%2013.116952-32.353524%2029.793524l-0.121905%202.486857a66.80381%2066.80381%200%200%201-63.536762%2066.56l-3.462095%200.097524h-193.755428a66.82819%2066.82819%200%200%201-66.876953-63.195429l-0.097524-3.413333a32.377905%2032.377905%200%200%200-29.96419-32.231619l-2.511238-0.097524H155.233524v289.840762z%22%20fill%3D%22%23D9D9D9%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M323.584%200h405.089524l184.612571%20232.838095-13.555809%2010.630095L720.310857%2017.13981h-388.388571l-180.906667%20226.32838-13.507048-10.654476z%22%20fill%3D%22%23D9D9D9%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M129.633524%20935.326476v-16.530286c10.947048-1.072762%2021.455238-2.145524%2031.548952-2.998857v-12.678095c-9.874286%200.877714-20.406857%201.731048-31.548952%202.584381v-16.944762H163.108571v-12.678095H129.633524v-14.140952h-14.165334v14.140952H90.575238c5.36381-7.070476%2010.50819-15.213714%2015.238095-24.234667h58.806857v-13.726476H112.249905c1.706667-3.876571%203.218286-7.728762%204.705524-11.605333l-15.433143-2.56c-1.706667%204.705524-3.657143%209.435429-5.607619%2014.140952H66.121143v13.750857h22.966857c-5.144381%209.654857-10.947048%2017.798095-16.944762%2024.673524l3.413333%2012.239238h39.936v17.798095c-14.60419%200.877714-30.256762%201.511619-46.567619%202.364953l1.926096%2013.750857c15.457524-0.853333%2030.47619-1.950476%2044.617142-2.80381v15.457524h14.189715z%20m44.202666%200.633905c9.240381-13.287619%2015.018667-28.964571%2017.38362-46.982095h27.891809v46.567619h14.823619v-46.567619h22.747429v-13.531429h-64.365715v-22.308571c23.161905-2.584381%2042.471619-7.509333%2058.343619-14.384762l-9.849904-11.580953c-15.043048%206.851048-36.08381%2011.580952-62.659048%2014.140953v33.718857c-0.438857%2019.309714-5.607619%2035.84-15.043048%2049.785905l10.727619%2011.142095zM107.76381%201022.464v-8.362667H216.746667v8.362667h15.872v-80.700952H91.843048v80.700952h15.896381zM216.746667%20971.580952H107.739429v-16.749714H216.746667v16.749714z%20m0%2029.184H107.739429v-16.749714H216.746667v16.749714z%20m71.43619%2021.040762c29.842286-12.897524%2051.321905-31.134476%2064.609524-54.320762%207.314286-13.726476%2012.678095-29.817905%2016.091429-48.493714h17.408v78.116572c0%2014.60419%206.851048%2021.894095%2021.01638%2021.894095h34.767239c9.020952%200%2015.457524-1.950476%2019.529142-5.802667%204.729905-4.705524%207.94819-17.383619%209.654858-38.4l-14.57981-4.729905c-1.072762%2016.749714-2.998857%2026.624-6.022095%2030.037334-2.340571%202.80381-6.217143%204.315429-11.361524%204.315428H412.038095c-6.875429%200-10.313143-3.657143-10.313143-10.532571v-74.898286h66.56v-14.799238h-97.03619c1.511619-11.605333%202.364952-24.259048%202.803809-37.546667v-14.384762h76.824381v-15.043047h-154.087619v15.018666H358.4v14.384762a290.889143%20290.889143%200%200%201-2.779429%2037.546667h-73.191619v14.823619h70.607238a158.232381%20158.232381%200%200%201-11.80038%2036.498286c-11.580952%2021.869714-31.963429%2039.253333-61.586286%2052.565333l8.582095%2013.750857z%20m393.411048%200.633905l8.362666-12.678095c-15.457524-10.48381-28.525714-25.307429-39.69219-44.617143%2012.01981-25.35619%2018.67581-56.027429%2019.748571-91.867429h13.945905v-14.799238H627.321905c1.706667-9.45981%203.413333-19.748571%204.729905-30.695619l-15.043048-2.584381c-4.291048%2040.789333-12.873143%2073.191619-25.526857%2097.231238l9.654857%2011.800381c4.510476-7.728762%208.777143-16.530286%2012.678095-26.404571%205.778286%2021.455238%2012.873143%2040.350476%2021.211429%2056.880762a126.317714%20126.317714%200%200%201-39.692191%2044.641524l7.948191%2012.873142a143.969524%20143.969524%200%200%200%2039.716571-43.154285c10.727619%2018.041905%2023.600762%2032.646095%2038.619429%2043.373714z%20m-180.906667-97.426286c18.432-12.458667%2031.329524-27.062857%2038.4-44.007619v40.789334h14.384762v-27.916191c7.728762%205.144381%2016.944762%2012.01981%2027.672381%2020.601905l7.94819-12.01981a500.053333%20500.053333%200%200%200-35.620571-19.748571v-2.340571h39.058286v-13.531429h-39.058286v-40.984381h-14.384762v40.984381h-41.837714v13.531429h30.47619c-6.460952%2011.800381-18.041905%2022.528-34.57219%2032.182857l7.509333%2012.434285z%20m72.94781-63.097904c6.534095-8.582095%2012.092952-17.871238%2016.530285-27.696762l-11.166476-5.144381c-3.85219%209.020952-9.435429%2018.041905-16.310857%2027.257904l10.971429%205.583239z%20m-57.734096-0.24381l11.166477-5.12a183.612952%20183.612952%200%200%200-13.312-26.819048l-12.214858%204.047239c5.12%208.167619%209.874286%2017.383619%2014.384762%2027.91619z%20m126.19581%2087.576381c-8.582095-18.041905-15.433143-39.69219-20.821333-64.804571l2.803809-11.166477H655.847619c-0.877714%2028.964571-5.36381%2054.296381-13.750857%2075.971048z%20m-142.921143%2072.557714c21.455238-6.022095%2039.253333-13.970286%2053.443048-23.844571%2012.653714%205.607619%2023.600762%2011.385905%2033.03619%2016.969143l8.387048-12.01981a475.355429%20475.355429%200%200%200-29.622857-14.60419c10.971429-9.99619%2019.163429-22.625524%2023.82019-36.693334v-12.678095h-44.860952c1.29219-3.85219%202.80381-7.704381%204.291047-11.776l-14.384762-1.706667c-1.487238%204.266667-3.218286%208.777143-5.12%2013.507048h-31.353904v13.507048h25.331809c-4.291048%208.582095-9.240381%2017.383619-14.823619%2026.819047%2010.532571%203.900952%2020.406857%207.94819%2029.842286%2012.044191-12.434286%207.070476-27.696762%2012.873143-45.275429%2017.578666l7.289905%2012.897524z%20m51.078095-39.497143a452.315429%20452.315429%200%200%200-24.478476-9.240381c4.291048-6.436571%208.167619-13.287619%2011.605333-20.601904h36.912762a83.139048%2083.139048%200%200%201-24.039619%2029.842285z%20m182.418286%2038.204953c12.01981%200%2018.041905-6.436571%2018.041905-18.895238v-62.659048c6.631619-3.023238%2013.287619-6.022095%2019.943619-9.459809V914.285714c-6.436571%203.437714-13.092571%206.656-19.968%209.679238v-42.300952h20.601905v-14.799238h-20.601905v-40.569905h-15.018667v40.569905H709.973333v14.799238h25.746286v48.518095c-9.435429%203.413333-19.309714%206.436571-29.184%208.777143l3.876571%2015.043048c8.362667-2.584381%2016.725333-5.583238%2025.307429-8.801524v52.589714c0%205.997714-2.779429%209.216-8.143238%209.216-5.168762%200-10.727619-0.414476-16.335238-1.072762l3.242667%2014.604191h18.236952z%20m86.479238%201.926095v-10.50819h58.172952v10.483809h14.384762V952.07619h-36.083809v-26.404571h45.958095v-13.945905h-45.933714v-25.331809h40.350476v-52.150857h-113.127619v67.169523c-0.195048%2045.080381-7.92381%2081.993143-23.161905%20110.32381l12.01981%2010.727619c14.165333-27.89181%2022.528-60.099048%2025.112381-96.792381h43.78819v26.404571h-35.84v70.38781h14.384762z%20m61.830095-150.016h-83.065904v-23.82019h83.065904v23.82019z%20m-40.350476%2039.253333h-42.910476l0.195048-10.288762v-15.018666h42.715428v25.331809z%20m36.693333%2086.503619h-58.172952v-32.402285h58.172952v32.426666z%20m110.518858-58.148571c9.240381%200%2018.456381-7.070476%2027.696762-21.040762l-10.72762-7.728762c-6.436571%209.874286-12.01981%2015.018667-16.969142%2015.018667-4.071619%200-10.727619-3.218286-19.943619-9.216-9.45981-6.436571-17.603048-9.435429-24.259048-9.435429-9.435429%200-18.67581%206.851048-27.696762%2021.016381l10.727619%207.509334c6.241524-9.874286%2011.824762-14.799238%2016.969143-14.799239%204.291048%200%2010.947048%202.998857%2020.382476%209.216%209.240381%206.241524%2017.16419%209.45981%2023.820191%209.45981z%22%20fill%3D%22%2395979A%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); } -.t-icon-yazi { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-yazi%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M839.6%20402.9c-37.9%2041.4-93.9%2065.4-154.1%2060.1-29.6-2.6-57-12-80.7-26.4-2.6-1.6-5.1-3.2-7.6-4.9-12.8-7.9-26.5-14.7-40.9-20.1-10.4-3.9-14.8-16.4-9.1-25.9%2013.8-23.3%2021.8-50.5%2021.8-79.5%200-86.2-69.8-156-156-156-31.6%200-61%209.4-85.6%2025.5-3.1%202.1-6.2%204.2-9.1%206.5-35%2026.8-58.3%2068-61%20114.8-0.2%203-0.3%206.1-0.3%209.2%200%2017.5%202.9%2034.3%208.2%2050%209.4%2027.7%2026.3%2051.9%2048.4%2070.2%209.4%207.8%209.7%2022.3%200.6%2030.4-43.5%2038.9-72.9%2093.8-78.4%20156.5-11.4%20129.7%2083.8%20244.2%20213%20257.2%200%200%2036.7%203.3%2057.5%203.3%20200.5%200%20363.1-113.3%20363.1-334.9-0.1-45.3-29-133.3-29.8-136z%22%20fill%3D%22%23FFD628%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M412.9%20150.2c86.1%200%20156%2069.8%20156%20156%200%2029-7.9%2056.2-21.8%2079.5-5.7%209.5-1.3%2022%209.1%2025.9%2014.4%205.4%2028.1%2012.1%2040.9%2020.1%202.5%201.7%205%203.3%207.6%204.9%2023.8%2014.5%2051.2%2023.8%2080.7%2026.4%205.5%200.5%2011%200.7%2016.5%200.7%2053.9%200%20103.3-23.2%20137.7-60.8%200.8%202.7%2029.7%2090.7%2029.7%20136.1%200%20221.5-162.6%20334.9-363.1%20334.9-20.8%200-57.5-3.3-57.5-3.3-129.2-13-224.3-127.5-213-257.2%205.5-62.7%2034.9-117.6%2078.4-156.5%209.1-8.2%208.9-22.6-0.6-30.4-22.1-18.3-39-42.5-48.4-70.2-5.3-15.7-8.2-32.5-8.2-50%200-3.1%200.1-6.2%200.3-9.2%202.7-46.8%2026-88%2061-114.8%203-2.3%206-4.4%209.1-6.5%2024.6-16.2%2054-25.6%2085.6-25.6m0-15.5c-33.6%200-66.1%209.7-94.1%2028.1-3.4%202.3-6.8%204.7-10%207.1-39.7%2030.4-64.2%2076.4-67.1%20126.2-0.2%203.2-0.3%206.6-0.3%2010.1%200%2018.8%203%2037.3%209%2055%2010.2%2030.1%2028.6%2056.8%2053.2%2077.2%201.4%201.1%201.6%202.6%201.6%203.4%200%200.8-0.2%202.3-1.5%203.5-48.2%2043.1-77.9%20102.3-83.5%20166.7-3%2033.8%200.7%2067.1%2011%2099.2%209.9%2030.9%2025.5%2059.3%2046.3%2084.5%2020.8%2025.1%2045.8%2045.7%2074.4%2061.1%2029.5%2016%2061.6%2025.8%2095.2%2029.2h0.2c1.5%200.1%2037.6%203.3%2058.9%203.3%2052.1%200%20101.2-7.4%20146.1-21.9%2046.2-15%2086.8-37.2%20120.7-66.1%2073.1-62.4%20111.8-153.1%20111.8-262.3%200-38.7-18.7-103.6-29.8-138.9-0.2-0.7-0.4-1.3-0.5-1.5l-2.4-8.6-8.6-2.1-8.9-2.4-6.4%207c-32.4%2035.5-78.4%2055.8-126.2%2055.8-5%200-10.1-0.2-15.1-0.7-26.4-2.3-51.2-10.4-73.7-24l-0.4-0.2c-2.3-1.4-4.7-2.9-6.9-4.4l-0.3-0.2-0.3-0.2c-13.8-8.5-28.4-15.7-43.6-21.4-0.9-0.3-1.2-1-1.4-1.5-0.2-0.5-0.3-1.2%200.2-2%2015.7-26.4%2023.9-56.6%2023.9-87.4%200-45.8-17.8-88.9-50.2-121.3-32.4-32.5-75.5-50.3-121.3-50.3z%22%20fill%3D%22%23FFA300%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M374.5%20280.3m-20.2%200a20.2%2020.2%200%201%200%2040.4%200%2020.2%2020.2%200%201%200-40.4%200Z%22%20fill%3D%22%23533630%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M143.3%20333.6c29.3%2032.1%2056.8%2061.3%20122.7%2062.8%207.9%200.2%2028.4-8.5%2027.6-38.4-72.1%2021.9-121.2-7-150.3-24.4zM671.5%20550c-12.2%204.3-26.2%208.2-26.2%208.2-9.7%2094.7-89%20171-186.1%20171.7h-2.4c-2.8%200-5.6-0.2-8.3-0.5%2015.3%2011.5%2034.3%2018.4%2054.9%2018.7h2.4c103.2-0.6%20193.4-94.6%20193.4-208.4-0.1%200-16.6%206.4-27.7%2010.3z%22%20fill%3D%22%23FF6D2C%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M284.7%20343.8c-25-13.4-24.1-61.5-30.9-61.5-19.6%2016.8-47.4%2027-74%2027-7.8%200-15.5-0.5-23.1-1.4-14.2-1.7-23%2015.1-13.4%2025.6%2029.2%2017.5%2078.2%2046.4%20150.3%2024.5-0.8-6.1-3.6-11.4-8.9-14.2zM630.3%20561.5c-36.4%206.1-125.8-0.9-125.8-0.9-51.7%200-93.7%2041.9-93.7%2093.7%200%2030.7%2014.8%2057.9%2037.6%2075%203.3%200.4%207.7%200.5%2010.7%200.5%2097.1-0.6%20176.4-77%20186.1-171.7-5.3%201.5-10.4%202.7-14.9%203.4z%22%20fill%3D%22%23FF8F29%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M839.6%20402.9c-1.1%201.2-2.1%202.3-3.2%203.4%2020.1%20313.3-197.7%20449.1-499.8%20422.8%2032.2%2022.5%2070.4%2037.3%20112.1%2041.5%200%200%2036.7%203.3%2057.5%203.3%20200.5%200%20363.1-113.3%20363.1-334.9%200-45.4-28.9-133.4-29.7-136.1zM385.1%20457.1c9.7%201.9%2019.8%202.9%2030.1%202.9%2085.5%200%20154.8-69.3%20154.8-154.8%200-85.5-69.3-154.8-154.8-154.8-10.3%200-20.3%201-30.1%202.9%2071.1%2014%20124.7%2076.7%20124.7%20151.9s-53.6%20137.9-124.7%20151.9z%22%20fill%3D%22%23FFB829%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-shengao { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-shengao%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M360.533333%20256m-96%200a96%2096%200%201%200%20192%200%2096%2096%200%201%200-192%200Z%22%20fill%3D%22%23FFFFFF%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M360.533333%20192c36.266667%200%2064%2027.733333%2064%2064s-27.733333%2064-64%2064-64-27.733333-64-64%2029.866667-64%2064-64m0-64c-70.4%200-128%2057.6-128%20128s57.6%20128%20128%20128%20128-57.6%20128-128-57.6-128-128-128z%22%20fill%3D%22%2305C6C1%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M177.066667%20642.133333V490.666667c0-40.533333%2034.133333-74.666667%2074.666666-74.666667H469.333333c40.533333%200%2074.666667%2034.133333%2074.666667%2074.666667v151.466666H177.066667z%22%20fill%3D%22%235EDDD3%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M469.333333%20448c23.466667%200%2042.666667%2019.2%2042.666667%2042.666667v119.466666H209.066667V490.666667c0-23.466667%2019.2-42.666667%2042.666666-42.666667H469.333333m0-64H251.733333c-59.733333%200-106.666667%2049.066667-106.666666%20106.666667v162.133333c0%2012.8%208.533333%2021.333333%2021.333333%2021.333333H554.666667c12.8%200%2021.333333-8.533333%2021.333333-21.333333V490.666667c0-57.6-49.066667-106.666667-106.666667-106.666667zM846.933333%20202.666667h-162.133333c-17.066667%200-32-14.933333-32-32s14.933333-32%2032-32h162.133333c17.066667%200%2032%2014.933333%2032%2032s-14.933333%2032-32%2032zM846.933333%20422.4h-162.133333c-17.066667%200-32-14.933333-32-32s14.933333-32%2032-32h162.133333c17.066667%200%2032%2014.933333%2032%2032s-14.933333%2032-32%2032zM846.933333%20637.866667h-162.133333c-17.066667%200-32-14.933333-32-32s14.933333-32%2032-32h162.133333c17.066667%200%2032%2014.933333%2032%2032s-14.933333%2032-32%2032zM846.933333%20885.333333h-162.133333c-17.066667%200-32-14.933333-32-32s14.933333-32%2032-32h162.133333c17.066667%200%2032%2014.933333%2032%2032s-14.933333%2032-32%2032z%22%20fill%3D%22%2305C6C1%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M846.933333%20885.333333c-17.066667%200-32-14.933333-32-32V170.666667c0-17.066667%2014.933333-32%2032-32s32%2014.933333%2032%2032v682.666666c0%2017.066667-14.933333%2032-32%2032z%22%20fill%3D%22%2305C6C1%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M277.333333%20644.266667h166.4v219.733333H277.333333z%22%20fill%3D%22%235EDDD3%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M411.733333%20676.266667V832h-102.4v-155.733333h102.4m64-64H245.333333V896h230.4V612.266667z%22%20fill%3D%22%2305C6C1%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-liangdu- { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-liangdu-%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M160.6%20512c0-19.1-15.5-34.6-34.6-34.6H34.6C15.5%20477.4%200%20492.9%200%20512s15.5%2034.6%2034.6%2034.6H126c19.1%200%2034.6-15.5%2034.6-34.6z%20m30.8%20273l-65.6%2063.8c-13.5%2013.4-13.6%2035.3-0.1%2048.8l0.1%200.1%201.3%200.5c13.4%2013.5%2035.3%2013.6%2048.8%200.1l0.1-0.1%2064.4-64.4c13.5-13.5%2013.5-35.4%200-48.9-13.6-13.4-35.5-13.4-49%200.1z%20m641.2-546l65.6-63.8c13.5-13.4%2013.6-35.3%200.1-48.8l-0.1-0.1-1.3-0.5c-13.4-13.5-35.3-13.6-48.8-0.1l-0.1%200.1-64.4%2064.4c-13.5%2013.5-13.5%2035.4%200%2048.9%2013.6%2013.4%2035.5%2013.4%2049-0.1z%20m-320.7-78.8h0.3c19.1%200%2034.5-15.4%2034.5-34.5V34.6C546.6%2015.5%20531.1%200%20512%200s-34.6%2015.5-34.6%2034.6v91.1c0%2019.1%2015.4%2034.5%2034.5%2034.5z%20m-316.7%2079c13.4%2013.5%2035.3%2013.6%2048.8%200.1l0.1-0.1%200.3%201c13.5-13.4%2013.6-35.3%200.1-48.8l-0.1-0.1-62-65.9c-13.2-13.8-35.1-14.3-48.9-1-13.8%2013.2-14.3%2035.1-1%2048.9l62.7%2065.9z%20m633.6%20545.6c-13.4-13.5-35.3-13.6-48.8-0.1l-0.1%200.1-0.3-1c-13.5%2013.4-13.6%2035.3-0.1%2048.8l0.1%200.1%2062%2065.9c13.2%2013.8%2035.1%2014.3%2048.9%201%2013.8-13.2%2014.3-35.1%201-48.9l-62.7-65.9z%20m160.6-307.4h-91.1c-19.1%200-34.6%2015.5-34.6%2034.6s15.5%2034.6%2034.6%2034.6h91.1c19.1%200%2034.6-15.5%2034.6-34.6s-15.5-34.6-34.6-34.6zM511.1%20241.1c-149.4%200-270.9%20121.5-270.9%20270.9s121.5%20270.9%20270.9%20270.9S781.9%20661.4%20781.9%20512%20660.4%20241.1%20511.1%20241.1z%20m0%20461.5c-105.3%200-190.6-85.4-190.6-190.6s85.4-190.6%20190.6-190.6S701.7%20406.7%20701.7%20512s-85.4%20190.6-190.6%20190.6z%20m1%20161.2h-0.3c-19.1%200-34.5%2015.4-34.5%2034.5v91.1c0%2019.1%2015.5%2034.6%2034.6%2034.6s34.6-15.5%2034.6-34.6v-91.1c0.1-19.1-15.3-34.5-34.4-34.5z%22%20fill%3D%22%2386d9ff%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-aixin { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-aixin%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M731.0848%20143.7696c-125.0816-54.528-270.7456%202.6624-325.2736%20127.7952l-3.7376%208.6016-8.6016-3.7376c-125.0816-54.5792-270.6944%202.6112-325.2224%20127.744-54.528%20125.0816%202.6624%20270.7456%20127.7952%20325.2736l368.0256%20160.4096c51.712%2022.528%20111.872-1.1264%20134.4-52.7872l0.0512-0.1024c0-0.0512%200.0512-0.1024%200.0512-0.1536l160.3072-367.7696c54.528-125.1328-2.6624-270.7456-127.7952-325.2736z%22%20fill%3D%22%23F85F69%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M586.9568%20433.8688c72.2432-31.488%20156.3136%201.536%20187.8016%2073.7792l2.1504%204.9664%204.9664-2.1504c72.2432-31.488%20156.3136%201.536%20187.8016%2073.7792%2031.488%2072.2432-1.536%20156.3136-73.7792%20187.8016l-212.48%2092.6208c-29.8496%2013.0048-64.5632-0.6144-77.568-30.464v-0.0512c0-0.0512-0.0512-0.0512-0.0512-0.1024l-92.5696-212.3264c-31.488-72.2944%201.536-156.3648%2073.728-187.8528z%22%20fill%3D%22%23F85F69%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M781.8752%20510.4128l-4.9664%202.1504-2.1504-4.9664c-31.488-72.2432-115.5584-105.2672-187.8016-73.7792s-105.2672%20115.5584-73.7792%20187.8016l92.5696%20212.3264c0%200.0512%200.0512%200.0512%200.0512%200.1024v0.0512c12.3904%2028.3648%2044.3904%2042.0864%2073.1648%2032.1536a101.4784%20101.4784%200%200%200%2019.4048-29.2352l0.0512-0.1024c0-0.0512%200.0512-0.1024%200.0512-0.1536l147.4048-338.0736c-21.248-1.024-43.1104%202.6624-64%2011.7248z%22%20fill%3D%22%23F33B3D%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-yqfqiehuan { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-yqfqiehuan%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M734.843%20394.334%20734.843%20394.334%20734.843%20394.334l-91.1-91.1c-7.5-7.502-20.32-2.19-20.32%208.417l0%2070.782c0%206.572-5.33%2011.9-11.905%2011.9L262.252%20394.333c-6.573%200-11.902%205.33-11.902%2011.9l0%2031.907c0%206.577%205.328%2011.9%2011.902%2011.9l499.566%200c10.605%200%2015.91-12.817%208.415-20.32L734.843%20394.334%20734.843%20394.334zM289.154%20629.658%20289.154%20629.658%20289.154%20629.658l91.102%2091.105c7.5%207.495%2020.323%202.18%2020.323-8.415l0-70.78c0-6.585%205.328-11.91%2011.902-11.91l349.282%200c6.57%200%2011.905-5.33%2011.905-11.905l0-31.9c0-6.57-5.335-11.905-11.905-11.905L262.179%20573.948c-10.607%200-15.915%2012.815-8.415%2020.32L289.154%20629.658%20289.154%20629.658zM511.999%20981.282c-258.767%200-469.289-210.515-469.289-469.281%200-258.769%20210.522-469.291%20469.289-469.291%20258.769%200%20469.294%20210.522%20469.294%20469.291C981.292%20770.768%20770.768%20981.282%20511.999%20981.282zM511.999%2081.227c-237.529%200-430.771%20193.24-430.771%20430.774%200%20237.522%20193.24%20430.766%20430.771%20430.766%20237.529%200%20430.769-193.245%20430.769-430.766C942.768%20274.467%20749.523%2081.227%20511.999%2081.227z%22%20%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-female { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-female%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M465.45408%20648.378182V744.727273H278.434444a46.545455%2046.545455%200%200%200%200%2093.090909H465.45408v140.101818c0%2025.413818%2021.597091%2046.08%2046.545455%2046.08%2025.693091%200%2046.545455-21.504%2046.545454-46.08V837.818182h187.019636a46.545455%2046.545455%200%200%200%200-93.090909H558.544989V648.378182a325.818182%20325.818182%200%201%200-93.090909%200zM511.999535%2093.090909a232.727273%20232.727273%200%201%201%200%20465.454546%20232.727273%20232.727273%200%200%201%200-465.454546z%22%20%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-dangao { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-dangao%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M829.5%20593.7h-22.4V422.3c0-26.5-21.5-48-48-48H537.8V256.9h-51.4v117.4H264.8c-26.5%200-48%2021.5-48%2048v171.5h-22.4c-26.5%200-48%2021.5-48%2048V919h731V641.7c0.1-26.5-21.4-48-47.9-48z%22%20fill%3D%22%23FFFFFF%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M223.2%20493.2h581.6V539H223.2z%22%20fill%3D%22%23FF694B%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M223.2%20422.5h581.6v45.8H223.2z%22%20fill%3D%22%23FFE200%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M829.5%20593.7h-56.7c26.5%200%2048%2021.5%2048%2048v239H146.3V907h674.6v11.9h56.7V641.7c-0.1-26.5-21.6-48-48.1-48z%22%20fill%3D%22%23DCDDDD%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M875.3%20717.6c-6.7%2011.6-52.3%2022.1-60.6%2021.1-81.7-9.7-67.2-60.6-101.9-58-25.9%202-70.6%2061.5-96.6%2061.5-57.1%200-90.4-62.3-100.1-62.3-28.6%200-49.2%2063.2-108.9%2063.2-71.1%200-91.2-90-100.1-61.5-8.8%2028.1-47.4%2047.4-71.5%2051.4-8.5%201.4-15.6%206.8-24.2%206.9-20.4%200.1-58.2-1-65.8-10.8-13.7-17.8%200-89.8%200-89.8%200-26.5%2021.5-48%2048-48h585.6c30.1%200%2079.8-0.5%2097.8%2034.2%2013.5%2025.9-0.1%2089.2-1.7%2092.1z%22%20fill%3D%22%23FF694B%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M177%20660.1c11-21.3%2022.5-30.1%2049-30.1l584.3-20.5c19.4%200%2047.2%208.3%2069.5%2023.5-0.8-2.8-1.7-5.4-2.9-7.6-18-34.8-67.7-34.2-97.8-34.2H193.7c-26.5%200-48%2021.5-48%2048%200%200-13.7%2072%200%2089.8%201.7%202.2%205.2%204%209.5%205.4%204-27.8%2015.1-61.4%2021.8-74.3z%22%20fill%3D%22%23FFFFFF%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M562.6%20213.8c0%2027.9-22.6%2050.6-50.6%2050.6-27.9%200-50.6-22.6-50.6-50.6s81.1-136.6%2079.7-108.7c-2.9%2056.9%2021.5%2080.8%2021.5%20108.7z%22%20fill%3D%22%23FFF100%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M250.1%20824.5m-43.3%200a43.3%2043.3%200%201%200%2086.6%200%2043.3%2043.3%200%201%200-86.6%200Z%22%20fill%3D%22%23FFE200%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M424.5%20824.5m-43.3%200a43.3%2043.3%200%201%200%2086.6%200%2043.3%2043.3%200%201%200-86.6%200Z%22%20fill%3D%22%23FF694B%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M598.9%20824.5m-43.3%200a43.3%2043.3%200%201%200%2086.6%200%2043.3%2043.3%200%201%200-86.6%200Z%22%20fill%3D%22%23FFE200%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M773.2%20824.5m-43.3%200a43.3%2043.3%200%201%200%2086.6%200%2043.3%2043.3%200%201%200-86.6%200Z%22%20fill%3D%22%23FF694B%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M146.5%20894c-9.9%200-18-8.1-18-18v-64.1c0-9.9%208.1-18%2018-18s18%208.1%2018%2018V876c0%209.9-8.1%2018-18%2018zM940.6%20941.4H83.4c-9.9%200-18-8.1-18-18s8.1-18%2018-18h857.3c9.9%200%2018%208.1%2018%2018s-8.1%2018-18.1%2018zM829.5%20575.8h-635c-36.4%200-66%2029.6-66%2066v113.5c0%209.9%208.1%2018%2018%2018s18-8.1%2018-18v-7.6c15.4%207.1%2032.2%2011.3%2049.4%2011.3%2041.7%200%2078.9-21.5%20100-55.2C335%20737.6%20372.2%20759%20414%20759s78.9-21.5%20100-55.2c21.1%2033.7%2058.3%2055.2%20100.1%2055.2s78.9-21.4%20100-55.2c21.1%2033.8%2058.3%2055.2%20100.1%2055.2%2015.7%200%2031.1-3.4%2045.3-9.3v127.4c0%209.9%208.1%2018%2018%2018s18-8.1%2018-18V641.8c0-36.4-29.6-66-66-66z%20m-15.3%20147.1c-38.5%200-71.5-26.3-80.2-64.1-2.2-9.4-10.4-15.8-19.9-15.8h-0.1c-9.5%200-17.7%206.6-19.8%2015.9-8.6%2037.7-41.6%2064.1-80.1%2064.1-38.6%200-71.5-26.3-80.2-64.1-2.2-9.4-10.3-15.9-19.9-15.9s-17.7%206.5-19.9%2015.9c-8.6%2037.7-41.6%2064.1-80.1%2064.1s-71.5-26.3-80.1-64c-2.1-9.4-10.3-16-19.9-16-9.6%200-17.7%206.5-19.9%2015.9-8.6%2037.7-41.6%2064.1-80.1%2064.1-17.9%200-35.2-6.1-49.4-16.7v-64.4c0-16.5%2013.5-30%2030-30h635c16.5%200%2030%2013.5%2030%2030V709c-13.5%208.8-29.1%2013.9-45.4%2013.9zM759.2%20356.3H606.3c-9.9%200-18%208.1-18%2018s8.1%2018%2018%2018h152.9c16.5%200%2030%2013.5%2030%2030v122.5c0%209.9%208.1%2018%2018%2018s18-8.1%2018-18V422.3c0-36.4-29.6-66-66-66zM580.6%20213.8c0-14.3-4.5-26.7-9.4-39.8-6.4-17.5-13.7-37.3-12.2-68%200.6-12.6-6.6-18.5-9.7-20.4-3.1-1.9-11.6-5.8-22.6%200.3-22.5%2012.5-83.3%2096.9-83.3%20127.9%200%2021.1%209.8%2039.8%2024.9%2052.4v90H264.8c-36.4%200-66%2029.6-66%2066v123.1c0%209.9%208.1%2018%2018%2018s18-8.1%2018-18v-123c0-16.5%2013.5-30%2030-30h281.6c9.9%200%2018-8.1%2018-18%200-6.5-3.6-11.9-8.7-15v-93.1c15.1-12.6%2024.9-31.3%2024.9-52.4z%20m-56.2-75.5c2.7%2020.2%208.4%2035.7%2013%2048.1%204%2010.9%207.2%2019.5%207.2%2027.4%200%2018-14.6%2032.6-32.6%2032.6s-32.6-14.6-32.6-32.5c0.8-12.1%2025.5-50.8%2045-75.6z%20m-4.6%20218h-15.4v-74.7c2.6%200.3%205%200.8%207.7%200.8s5.2-0.5%207.8-0.8l-0.1%2074.7z%22%20fill%3D%22%23662F0A%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-quxian { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-quxian%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M529.809965%20614.3968h124.659757v400.697217H529.809965V614.3968zM351.722313%20765.772504h124.659757v258.227496h-124.659757V765.772504zM716.7996%20436.312148h142.469722v587.687852H716.7996V436.312148zM164.730678%20819.1964h115.756774v204.8036H164.730678V819.1964zM778.712479%20284.939443L760.902514%200%20547.201931%20186.990635l71.232861%2026.712948c-8.904983%2034.121933-86.88483%20279.699454-439.164142%20348.519319v71.236861s350.120316-1.253998%20519.302986-384.13925l80.138843%2035.61793z%22%20fill%3D%22%23f59b22%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); -} - -.t-icon-baogao { - background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-baogao%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M683.88%20356.58H335.62a44.05%2044.05%200%200%201-44-44v-140a44.05%2044.05%200%200%201%2044-44h348.26a44.05%2044.05%200%200%201%2044%2044v140a44.05%2044.05%200%200%201-44%2044z%20m-328.26-64h308.26v-100H355.62z%22%20fill%3D%22%231AD8E2%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M319.06%20510.04m32%200l212.73%200q32%200%2032%2032l0%200q0%2032-32%2032l-212.73%200q-32%200-32-32l0%200q0-32%2032-32Z%22%20fill%3D%22%232C77E5%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M319.06%20641.01m32%200l324.25%200q32%200%2032%2032l0%200q0%2032-32%2032l-324.25%200q-32%200-32-32l0%200q0-32%2032-32Z%22%20fill%3D%22%232C77E5%22%20%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M787.36%20224h-60.08v64h40.08v575.71H253.68V288h39.56v-64h-59.56a44.05%2044.05%200%200%200-44%2044v615.71a44.05%2044.05%200%200%200%2044%2044h553.68a44.05%2044.05%200%200%200%2044-44V268a44.05%2044.05%200%200%200-44-44z%22%20fill%3D%22%232C77E5%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); +.t-icon-xiazai41 { + background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22t-icon-xiazai41%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M888.514259%20742.334969%20888.514259%20742.334969c-12.409634%2012.409634-32.715099%2012.409634-45.124733%200l-90.248444-90.248444c-12.409634-12.409634-12.409634-32.715099%200-45.124733l0%200c12.409634-12.409634%2032.715099-12.409634%2045.124733%200l90.249467%2090.248444C900.92287%20709.61987%20900.92287%20729.925335%20888.514259%20742.334969zM935.280376%20481.368352%20935.280376%20481.368352c0%2017.549701-14.358009%2031.907711-31.907711%2031.907711L775.741823%20513.276063c-17.549701%200-31.907711-14.358009-31.907711-31.907711l0%200c0-17.549701%2014.358009-31.907711%2031.907711-31.907711l127.630842%200C920.922367%20449.460642%20935.280376%20463.818651%20935.280376%20481.368352zM753.141082%20373.944737%20753.141082%20373.944737c12.409634%2012.409634%2032.715099%2012.409634%2045.124733%200l90.249467-90.248444c12.409634-12.409634%2012.409634-32.715099%200-45.124733l0%200c-12.409634-12.409634-32.715099-12.409634-45.124733%200l-90.248444%2090.248444C740.731448%20341.229638%20740.731448%20361.535103%20753.141082%20373.944737zM623.036909%20951.717743c-11.110035%200-22.583344-4.448312-32.720216-13.024641l-246.657726-208.682833c-13.453407-11.382235-15.132652-31.515784-3.750417-44.968168%2011.382235-13.452383%2031.515784-15.132652%2044.968168-3.750417l216.285998%20182.987614L601.162716%20160.03281%20407.043576%20325.567937c-17.97335%2015.326057-48.161906%2026.450419-71.78186%2026.450419L152.535045%20352.018356l0%20321.972039%2087.490633%200c17.622356%200%2031.907711%2014.285355%2031.907711%2031.907711s-14.285355%2031.907711-31.907711%2031.907711l-90.391706%200c-33.589003%200-60.915371-27.325345-60.915371-60.914348L88.718601%20349.117282c0-33.589003%2027.326369-60.915371%2060.915371-60.915371l185.626721%200c8.382924%200%2023.99653-5.753027%2030.375821-11.1919L590.295204%2085.432765c15.430434-13.155624%2033.994232-16.695241%2049.662073-9.464559%2015.666818%207.230682%2025.02086%2023.652699%2025.02086%2043.929512L664.978137%20904.063397c0%2020.249183-9.340739%2036.671201-24.987091%2043.928488C634.604362%20950.489776%20628.870778%20951.717743%20623.036909%20951.717743z%22%20fill%3D%22%23ff5656%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E); } diff --git a/assets/iconfont.css b/assets/iconfont.css index 274eecbe..dc982389 100644 --- a/assets/iconfont.css +++ b/assets/iconfont.css @@ -1,10 +1,9 @@ /* 在线链接服务仅供平台体验和调试使用,平台不承诺服务的稳定性,企业客户需下载字体包自行发布使用并做好备份。 */ @font-face { - font-family: 'iconfont'; /* Project id 4167504 */ - src: - url('https://at.alicdn.com/t/c/font_4167504_bg5bsdomfp.woff2?t=1704421191438') format('woff2'), - url('https://at.alicdn.com/t/c/font_4167504_bg5bsdomfp.woff?t=1704421191438') format('woff'), - url('https://at.alicdn.com/t/c/font_4167504_bg5bsdomfp.ttf?t=1704421191438') format('truetype'); + font-family: 'iconfont'; /* Project id 4480141 */ + src: url('https://at.alicdn.com/t/c/font_4480141_hz0q93zw76b.woff2?t=1711354474072') format('woff2'), + url('https://at.alicdn.com/t/c/font_4480141_hz0q93zw76b.woff?t=1711354474072') format('woff'), + url('https://at.alicdn.com/t/c/font_4480141_hz0q93zw76b.ttf?t=1711354474072') format('truetype'); } .iconfont { @@ -15,44 +14,320 @@ -moz-osx-font-smoothing: grayscale; } -.icon-beibu:before { - content: "\e611"; +.icon-wodechengji:before { + content: "\e61d"; } -.icon-yaotunbizice:before { - content: "\e684"; +.icon-three_val:before { + content: "\e604"; } -.icon-xiongwaike:before { - content: "\e67e"; +.icon-two_val:before { + content: "\e605"; } -.icon-fat:before { +.icon-one_val:before { + content: "\e606"; +} + +.icon-average_val:before { + content: "\e609"; +} + +.icon-jump_kcal:before { + content: "\e7b4"; +} + +.icon-jump_time:before { + content: "\e659"; +} + +.icon-jump_num:before { + content: "\e790"; +} + +.icon-bmi:before { + content: "\e785"; +} + +.icon-quanxian:before { + content: "\100cb"; +} + +.icon-lishijilu2:before { + content: "\100cc"; +} + +.icon-xinyongka:before { + content: "\100cd"; +} + +.icon-ziliao:before { + content: "\100ce"; +} + +.icon-shenfenxinxi:before { + content: "\e656"; +} + +.icon-feihuoliangx:before { + content: "\e68c"; +} + +.icon-tiaoshengx:before { + content: "\e68d"; +} + +.icon-shenti:before { + content: "\e7c7"; +} + +.icon-quxian:before { + content: "\e600"; +} + +.icon-jihuo:before { + content: "\e603"; +} + +.icon-lishijilu1:before { + content: "\1012e"; +} + +.icon-wulianjie:before { + content: "\e64e"; +} + +.icon-renshiduibifenxi:before { + content: "\e62e"; +} + +.icon-huihanduibi:before { + content: "\e822"; +} + +.icon-jinxiaoduibi:before { + content: "\e6b1"; +} + +.icon-lishishuju:before { + content: "\e601"; +} + +.icon-moxingduibi-huang:before { + content: "\e61b"; +} + +.icon-jilu:before { + content: "\e6df"; +} + +.icon-shujuquxian:before { + content: "\e614"; +} + +.icon-lishi:before { + content: "\ecdd"; +} + +.icon-jilu1:before { + content: "\10110"; +} + +.icon-lishijilu:before { + content: "\e62f"; +} + +.icon-duibifenxi:before { + content: "\e7bd"; +} + +.icon-pinggufenxi-copy:before { + content: "\1024b"; +} + +.icon-shouye-copy:before { + content: "\1024f"; +} + +.icon-wode-copy:before { + content: "\1024d"; +} + +.icon-pinggufenxi-copy-copy:before { + content: "\1024e"; +} + +.icon-wode:before { + content: "\e635"; +} + +.icon-shouye:before { + content: "\e660"; +} + +.icon-shijian-mianxing-0:before { + content: "\e6a2"; +} + +.icon-kehuguanli:before { + content: "\e6a4"; +} + +.icon-qiapianjihuo:before { + content: "\e669"; +} + +.icon-kapian:before { + content: "\e608"; +} + +.icon-kapiananniu:before { + content: "\e6de"; +} + +.icon-xiangmuchaxun-chakanshebei:before { + content: "\e655"; +} + +.icon-shebeishu:before { + content: "\e66a"; +} + +.icon-lishihenji:before { + content: "\e612"; +} + +.icon-qiehuan1:before { + content: "\e61a"; +} + +.icon-tishi6:before { + content: "\e619"; +} + +.icon-bianji:before { + content: "\e607"; +} + +.icon-caidan:before { + content: "\e624"; +} + +.icon-xiaoxi:before { + content: "\e654"; +} + +.icon-add-circle:before { + content: "\e664"; +} + +.icon-ashbin:before { + content: "\e665"; +} + +.icon-chart-bar:before { + content: "\e667"; +} + +.icon-close:before { + content: "\e668"; +} + +.icon-error:before { + content: "\e670"; +} + +.icon-menu:before { + content: "\e677"; +} + +.icon-minus-circle:before { + content: "\e678"; +} + +.icon-modular:before { + content: "\e679"; +} + +.icon-notification:before { + content: "\e67a"; +} + +.icon-prompt:before { + content: "\e67b"; +} + +.icon-success:before { + content: "\e67f"; +} + +.icon-add-bold:before { + content: "\e685"; +} + +.icon-arrow-left-bold:before { + content: "\e686"; +} + +.icon-arrow-up-bold:before { + content: "\e687"; +} + +.icon-arrow-down-bold:before { + content: "\e688"; +} + +.icon-age:before { + content: "\10250"; +} + +.icon-arrow-right-bold:before { + content: "\e689"; +} + +.icon-user-filling:before { + content: "\e68b"; +} + +.icon-body_level:before { content: "\e63d"; } -.icon-lbm:before { - content: "\e62a"; +.icon-baogao1:before { + content: "\e620"; } .icon-fat_r:before { - content: "\e62c"; + content: "\e62d"; +} + +.icon-hengxian:before { + content: "\e657"; } .icon-fat_w:before { content: "\e78e"; } +.icon-jiantou_xiangxia:before { + content: "\eb0a"; +} + +.icon-jiantou_xiangshang:before { + content: "\eb0b"; +} + .icon-bone:before { content: "\e610"; } -.icon-weight:before { - content: "\e60a"; +.icon-un_fat_w_weight:before { + content: "\e6b7"; } -.icon-bmi:before { - content: "\e785"; +.icon-biaozhunhua:before { + content: "\e60b"; } .icon-cellin:before { @@ -60,27 +335,39 @@ } .icon-kcal:before { - content: "\e607"; -} - -.icon-visceral:before { - content: "\e60b"; -} - -.icon-muscle:before { content: "\e60c"; } -.icon-body:before { - content: "\e639"; +.icon-visceral:before { + content: "\e60d"; +} + +.icon-muscle:before { + content: "\e60e"; +} + +.icon-body_type:before { + content: "\e638"; +} + +.icon-zanwushuju:before { + content: "\e611"; } .icon-water:before { content: "\e651"; } -.icon-age:before { - content: "\e60f"; +.icon-weight:before { + content: "\e616"; +} + +.icon-sharpicons_checklist:before { + content: "\e804"; +} + +.icon-shejiguifan:before { + content: "\e640"; } .icon-muscleval:before { @@ -92,10 +379,10 @@ } .icon-proteinval:before { - content: "\e605"; + content: "\e60f"; } -.icon-bodyage:before { +.icon-body_age:before { content: "\e6b2"; } @@ -107,6 +394,14 @@ content: "\e6eb"; } +.icon-shang:before { + content: "\e68a"; +} + +.icon-xia:before { + content: "\e798"; +} + .icon-sfrval:before { content: "\e652"; } @@ -115,6 +410,10 @@ content: "\e617"; } +.icon-waterper:before { + content: "\e692"; +} + .icon-skeletalmuscle:before { content: "\e6af"; } @@ -123,375 +422,31 @@ content: "\e61c"; } -.icon-yiqingjia-:before { - content: "\e6a4"; -} - -.icon-yidongjie:before { - content: "\e632"; -} - -.icon-zu:before { - content: "\e630"; -} - -.icon-yidaodian:before { - content: "\e6d2"; -} - -.icon-weidaodian:before { - content: "\e6d4"; -} - -.icon-yiwancheng:before { - content: "\e68c"; -} - -.icon-icon-test-copy:before { - content: "\fbdf"; -} - -.icon-icon-test:before { - content: "\e664"; -} - -.icon-icon-test1:before { - content: "\e668"; -} - -.icon-icon-test1-copy:before { - content: "\fbe0"; -} - -.icon-huangguan:before { - content: "\e61a"; -} - -.icon-huangguan1:before { - content: "\e682"; -} - -.icon-zanwushuju:before { - content: "\e606"; -} - -.icon-hexiao1:before { - content: "\e85b"; -} - -.icon-huiyuankabao:before { - content: "\e63b"; -} - -.icon-huizonganniu1:before { - content: "\e604"; -} - -.icon-yunying-zhuandian:before { - content: "\e609"; -} - -.icon-erweima:before { - content: "\e7cb"; -} - -.icon-fuzerenbaobiao:before { - content: "\e626"; -} - -.icon-shaixuan2:before { - content: "\e647"; -} - -.icon-zhihanghuizong:before { - content: "\e60e"; -} - -.icon-paihangbang:before { - content: "\ed68"; -} - -.icon-huiyuan_cika:before { - content: "\e624"; -} - -.icon-huiyuanzhongxin-shouye:before { - content: "\e66d"; -} - -.icon-biaoshi:before { - content: "\e60d"; -} - -.icon-huiyuanka:before { - content: "\e618"; -} - -.icon-shishiyujing-changgui:before { - content: "\e62f"; -} - -.icon-yujing1:before { - content: "\e69d"; -} - -.icon-yujingshezhi:before { +.icon-kongradio:before { content: "\e602"; } -.icon-tongpai1:before { - content: "\e7c8"; -} - -.icon-lilunzhongliang:before { - content: "\e759"; -} - -.icon-huiyuan:before { - content: "\e8b1"; -} - -.icon-loudoutu-junyun:before { - content: "\e6d3"; -} - -.icon-yinpai:before { - content: "\e600"; -} - -.icon-zhuandian:before { - content: "\e608"; -} - -.icon-kechengzhouqi:before { - content: "\e601"; -} - -.icon-qingjia:before { - content: "\e7d8"; -} - -.icon-disanming1:before { - content: "\e64a"; -} - -.icon-jianzhishoushen:before { - content: "\e6b3"; -} - -.icon-diyiming:before { - content: "\e603"; -} - -.icon-diyiming1:before { - content: "\e613"; -} - -.icon-a-zu8272:before { - content: "\e619"; -} - -.icon-adduser:before { - content: "\e7ae"; -} - -.icon-shang:before { - content: "\fbde"; -} - -.icon-chuangzuo:before { - content: "\e8ad"; -} - -.icon-nan:before { - content: "\e8b3"; +.icon-radio:before { + content: "\e653"; } .icon-nv:before { - content: "\e8b4"; + content: "\e7a5"; } -.icon-wodeguanzhu:before { - content: "\e8bc"; +.icon-qiehuan:before { + content: "\e66f"; } -.icon-chuangzuo1:before { - content: "\e8ca"; +.icon-nan:before { + content: "\1024a"; } -.icon-meh:before { - content: "\e677"; +.icon-zanwu1:before { + content: "\e78d"; } -.icon-meh-filling:before { - content: "\e68b"; -} - -.icon-sorting:before { - content: "\e68d"; -} - -.icon-fubu:before { - content: "\e81f"; -} - -.icon-a-dingwei2:before { - content: "\e61e"; -} - -.icon-bianji:before { - content: "\e622"; -} - -.icon-xiala:before { - content: "\e623"; -} - -.icon-error:before { - content: "\e839"; -} - -.icon-delete-fill:before { - content: "\e83a"; -} - -.icon-calendar:before { - content: "\e83b"; -} - -.icon-cry-fill:before { - content: "\e83c"; -} - -.icon-error-fill:before { - content: "\e83d"; -} - -.icon-favorites-fill:before { - content: "\e83e"; -} - -.icon-calendar-fill:before { - content: "\e83f"; -} - -.icon-favorites:before { - content: "\e840"; -} - -.icon-down:before { - content: "\e841"; -} - -.icon-close:before { - content: "\e842"; -} - -.icon-delete:before { - content: "\e843"; -} - -.icon-follow:before { - content: "\e844"; -} - -.icon-follow-fill:before { - content: "\e845"; -} - -.icon-left:before { - content: "\e846"; -} - -.icon-info-fill:before { - content: "\e847"; -} - -.icon-info:before { - content: "\e848"; -} - -.icon-location-fill:before { - content: "\e849"; -} - -.icon-right:before { - content: "\e84a"; -} - -.icon-selected:before { - content: "\e84b"; -} - -.icon-remind-fill:before { - content: "\e84c"; -} - -.icon-return:before { - content: "\e84d"; -} - -.icon-search:before { - content: "\e84e"; -} - -.icon-scan:before { - content: "\e84f"; -} - -.icon-smile-fill:before { - content: "\e850"; -} - -.icon-settings-fill:before { - content: "\e851"; -} - -.icon-up:before { - content: "\e852"; -} - -.icon-warning-fill:before { - content: "\e853"; -} - -.icon-phone-fill:before { - content: "\e85f"; -} - -.icon-phone:before { - content: "\e860"; -} - -.icon-quick-fill:before { - content: "\e863"; -} - -.icon-quick:before { - content: "\e864"; -} - -.icon-abdomen:before { - content: "\e670"; -} - -.icon-lower-leg:before { - content: "\e671"; -} - -.icon-ram:before { - content: "\e672"; -} - -.icon-datui:before { - content: "\e638"; -} - -.icon-yujing:before { - content: "\e726"; -} - -.icon-jisuanqi:before { - content: "\fbdd"; +.icon-xiazai41:before { + content: "\e618"; } diff --git a/cardlist.json b/cardlist.json index cbe834ac..ff7a5750 100644 --- a/cardlist.json +++ b/cardlist.json @@ -1,7 +1,30 @@ { "selectllist": [{ "id": "1", + "key": "Weight", + "disabled": true, "size": "big", + "name": "身体数据", + "time": "2024/2/29", + "detailurl": "/pages/weight/weight", + "Tutorialurl": "Weight", + "height": "176.00", + "heightUnit": "CM", + "Hstandardtext": "达标", + "Hstandardcolor": "#4DA2CA", + "Weight": "76", + "WeightUnit": "KG", + "Wstandardtext": "达标", + "Wstandardcolor": "#4DA2CA", + "BMI": "176", + "BMIUnit": "", + "BMIstandardtext": "达标", + "Bstandardcolor": "#4DA2CA" + }, { + "id": "2", + "size": "big", + "key": "Skip", + "disabled": true, "unit": "个", "name": "跳绳数据", "time": "2024/2/29", @@ -10,9 +33,21 @@ "averagecnt": "48", "kcal": "4250", "detailurl": "/pages/skipping/skipping", - "Tutorialurl": "", + "Tutorialurl": "Skip", "standardtext": "达标", "standardcolor": "#4DA2CA" + }, { + "id": "3", + "disabled": true, + "key": "Lung", + "size": "small", + "name": "肺活量", + "unit": "ml", + "time": "2024/2/29", + "detailurl": "/pages/lung/lung", + "Tutorialurl": "Lung", + "standardtext": "达标", + "standardcolor": "#EC808D" }], "addlist": [{ "id": "2", @@ -392,5 +427,32 @@ "sfrlevel": "异常", "bodylevel": "标准肌肉型" } - } + }, + "familayList": [{ + "name": "栗子", + "headimg": "https://ijt.pcxbc.com/image/adult_female.png", + "headimgsrc": null, + "sex": 2, + "birthday": "1995-12-02", + "age": "28岁", + "height": 163.00, + "weight": 50.23, + "lastresulttime": "2024/04/17 11:14", + "type": 1, + "code": "", + "id": "08db6332-e76a-4e3e-842c-b88a405f5178" + }, { + "name": "橙子🍊", + "headimg": "https://ijt.pcxbc.com/image/child_female.png", + "headimgsrc": null, + "sex": 2, + "birthday": "2014-11-02", + "age": "9岁", + "height": 0.00, + "weight": 0.00, + "lastresulttime": "", + "type": 2, + "code": "", + "id": "08db6333-a5fa-48d8-82ab-44583a614434" + }] } \ No newline at end of file diff --git a/components/drawer.vue b/components/drawer.vue new file mode 100644 index 00000000..6a4f5f85 --- /dev/null +++ b/components/drawer.vue @@ -0,0 +1,117 @@ + + + + + \ No newline at end of file diff --git a/components/headerIndex.vue b/components/headerIndex.vue new file mode 100644 index 00000000..9f619a25 --- /dev/null +++ b/components/headerIndex.vue @@ -0,0 +1,98 @@ + + + + + \ No newline at end of file diff --git a/components/manuallyAdd/lungAdd.vue b/components/manuallyAdd/lungAdd.vue new file mode 100644 index 00000000..f568dc53 --- /dev/null +++ b/components/manuallyAdd/lungAdd.vue @@ -0,0 +1,137 @@ + + + + + \ No newline at end of file diff --git a/components/manuallyAdd/record.vue b/components/manuallyAdd/record.vue new file mode 100644 index 00000000..eb4c588a --- /dev/null +++ b/components/manuallyAdd/record.vue @@ -0,0 +1,49 @@ + + + + + \ No newline at end of file diff --git a/components/manuallyAdd/skipAdd.vue b/components/manuallyAdd/skipAdd.vue new file mode 100644 index 00000000..dc688aa3 --- /dev/null +++ b/components/manuallyAdd/skipAdd.vue @@ -0,0 +1,137 @@ + + + + + \ No newline at end of file diff --git a/components/manuallyAdd/weightAdd.vue b/components/manuallyAdd/weightAdd.vue new file mode 100644 index 00000000..0caee623 --- /dev/null +++ b/components/manuallyAdd/weightAdd.vue @@ -0,0 +1,131 @@ + + + + + \ No newline at end of file diff --git a/components/ren-calendar/ren-calendar.vue b/components/ren-calendar/ren-calendar.vue index 6c9145e3..073ecaf3 100644 --- a/components/ren-calendar/ren-calendar.vue +++ b/components/ren-calendar/ren-calendar.vue @@ -115,7 +115,7 @@ let weekText = ['日', '一', '二', '三', '四', '五', '六']; let formatWeek = '星期' + weekText[week]; let today = { - date: y + '-' + this.formatNum(m + 1) + '-' + this.formatNum(d), + date: y + '/' + this.formatNum(m + 1) + '/' + this.formatNum(d), week: formatWeek }; return today; @@ -196,7 +196,7 @@ isMarkDay(y, m, d) { let flag = false; for (let i = 0; i < this.markDays.length; i++) { - let dy = `${y}-${m}-${d}`; + let dy = `${y}/${m}/${d}`; if (this.markDays[i] == dy) { flag = true; break; @@ -205,7 +205,7 @@ return flag; }, isToday(y, m, d) { - let checkD = y + '-' + m + '-' + d; + let checkD = y + '/' + m + '/' + d; let today = this.getToday().date; if (checkD == today) { return true; @@ -228,7 +228,7 @@ }, // 点击回调 selectOne(i, event) { - let date = `${i.year}-${i.month}-${i.date}`; + let date = `${i.year}/${i.month}/${i.date}`; let selectD = new Date(date).getTime(); let curTime = new Date().getTime(); let week = new Date(date).getDay(); diff --git a/components/slider-fraction.vue b/components/slider-fraction.vue new file mode 100644 index 00000000..d2c50be7 --- /dev/null +++ b/components/slider-fraction.vue @@ -0,0 +1,138 @@ + + + + + \ No newline at end of file diff --git a/components/target/firstweight.vue b/components/target/firstweight.vue index 695ae1af..1cdc9bba 100644 --- a/components/target/firstweight.vue +++ b/components/target/firstweight.vue @@ -1,234 +1,109 @@ + .close { + background: #fff !important; + float: left; + color: #333; + } + \ No newline at end of file diff --git a/components/target/manuaRecord.vue b/components/target/manuaRecord.vue deleted file mode 100644 index 3d6825c5..00000000 --- a/components/target/manuaRecord.vue +++ /dev/null @@ -1,242 +0,0 @@ - - - - - \ No newline at end of file diff --git a/components/target/targetWeight.vue b/components/target/targetWeight.vue index 49bc8cca..998bd0e2 100644 --- a/components/target/targetWeight.vue +++ b/components/target/targetWeight.vue @@ -47,7 +47,7 @@ weight: that.inputvalue, }).then(res => { if (res.code != 0) return - that.$tools.msg(res.message) + that.$tools.msg(res.msg) that.$store.commit("changeTarget", false); that.$store.dispatch("getUserInfo", { familyid: that.user.familyid, diff --git a/manifest.json b/manifest.json index 1cb3cb81..7b2e56da 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name" : "examTeamApp", + "name" : "青测", "appid" : "__UNI__E0E1A21", "description" : "", "versionName" : "1.0.0", @@ -44,10 +44,13 @@ ] }, /* ios打包配置 */ - "ios" : {}, + "ios" : { + "dSYMs" : false + }, /* SDK配置 */ "sdkConfigs" : { - "share" : {} + "share" : {}, + "ad" : {} } } }, @@ -73,5 +76,6 @@ "uniStatistics" : { "enable" : false }, - "vueVersion" : "2" + "vueVersion" : "2", + "locale" : "zh-Hans" } diff --git a/pages.json b/pages.json index 98aac142..c958ec23 100644 --- a/pages.json +++ b/pages.json @@ -10,16 +10,6 @@ } } } - }, { - "path": "pages/login/login", - "style": { - "navigationBarTitleText": "登录", - "app-plus": { - "titleNView": { - "backgroundImage": "linear-gradient(to right, #477EFF, #39D9C9)" - } - } - } }, { "path": "pages/index/userInfo", @@ -45,7 +35,7 @@ } }, { - "path": "pages/weight/weight", + "path": "pages/body/body", "style": { "navigationBarTitleText": "身体数据", "enablePullDownRefresh": false, @@ -56,19 +46,6 @@ } } }, - { - "path": "pages/weight/components/report", - "style": { - "navigationBarTitleText": "", - "enablePullDownRefresh": false, - "app-plus": { - "titleNView": { - "backgroundImage": "linear-gradient(to right, #477EFF, #39D9C9)" - } - } - } - }, - { "path": "pages/history/history", "style": { @@ -109,18 +86,28 @@ "path": "pages/compk/pkdetail", "style": { "navigationBarTitleText": "对比详情", - "enablePullDownRefresh": false + "enablePullDownRefresh": false, + "app-plus": { + "titleNView": { + "backgroundImage": "linear-gradient(to right, #477EFF, #39D9C9)" + } + } } }, { - "path": "pages/skipping/skipping", + "path": "pages/skip/skip", "style": { "navigationBarTitleText": "跳绳数据", - "enablePullDownRefresh": false + "enablePullDownRefresh": false, + "app-plus": { + "titleNView": { + "backgroundImage": "#000000" + } + } } }, { - "path": "pages/charts/charts", + "path": "pages/skip/charts", "style": { "navigationBarTitleText": "运动曲线", "enablePullDownRefresh": false, @@ -130,27 +117,145 @@ } } } + }, + { + "path": "pages/vitalcapacity/vitalcapacity", + "style": { + "navigationBarTitleText": "肺活量数据", + "enablePullDownRefresh": false, + "app-plus": { + "titleNView": { + "backgroundImage": "#000000" + } + } + } + }, + { + "path": "pages/vitalcapacity/charts", + "style": { + "navigationBarTitleText": "运动曲线", + "enablePullDownRefresh": false, + "app-plus": { + "titleNView": { + "backgroundImage": "linear-gradient(to right, #477EFF, #39D9C9)" + } + } + } + }, + { + "path": "pages/me/me", + "style": { + "navigationBarTitleText": "我的", + "app-plus": { + "titleNView": { + "backgroundImage": "linear-gradient(to right, #477EFF, #39D9C9)" + } + } + } + }, { + "path": "pages/me/manage", + "style": { + "navigationBarTitleText": "成员管理", + "enablePullDownRefresh": false, + "app-plus": { + "titleNView": { + "backgroundImage": "linear-gradient(to right, #477EFF, #39D9C9)" + } + } + } + }, + { + "path": "pages/score/score", + "style": { + "navigationBarTitleText": "分数评估", + "app-plus": { + "titleNView": { + "backgroundImage": "linear-gradient(to right, #477EFF, #39D9C9)" + } + } + } + }, { + "path": "pages/score/history", + "style": { + "navigationBarTitleText": "估分历史", + "enablePullDownRefresh": false, + "app-plus": { + "titleNView": { + "backgroundImage": "linear-gradient(to right, #477EFF, #39D9C9)" + } + } + } + }, { + "path": "pages/score/report", + "style": { + "navigationBarTitleText": "估分报告", + "enablePullDownRefresh": false, + "app-plus": { + "titleNView": { + "backgroundImage": "linear-gradient(to right, #477EFF, #39D9C9)" + } + } + } + }, + { + "path": "pages/login/forgetPassword", + "style": { + "navigationBarTitleText": "密码", + "enablePullDownRefresh": false, + "app-plus": { + "titleNView": { + "backgroundImage": "linear-gradient(to right, #477EFF, #39D9C9)" + } + } + } + }, + { + "path": "pages/login/login", + "style": { + "navigationBarTitleText": "登录", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } } ], "globalStyle": { "navigationBarTextStyle": "black", - "navigationBarTitleText": "uni-app", - "navigationBarBackgroundColor": "#F8F8F8", - "backgroundColor": "#F8F8F8" + "navigationBarTitleText": "", + "navigationBarBackgroundColor": "#fff", + "backgroundColor": "#fff" }, - "uniIdRouter": {}, - "condition": { //模式配置,仅开发期间生效 - "current": 0, //当前激活的模式(list 的索引项) + // 切换导航 + "tabBar": { + "color": "#333", + "selectedColor": "#477EFF", + "backgroundColor": "#fff", "list": [{ - "name": "首页", //模式名称 - "path": "pages/index/index", //启动页面,必选 - "query": "" //启动参数,在页面的onLoad函数里面得到 + "pagePath": "pages/index/index", + "iconPath": "static/shou.png", + "selectedIconPath": "static/shou2.png", + "text": "首页" }, { - "name": "登录", //模式名称 - "path": "pages/login/login", //启动页面,必选 - "query": "" //启动参数,在页面的onLoad函数里面得到 + "pagePath": "pages/score/score", + "iconPath": "static/ping.png", + "selectedIconPath": "static/ping2.png", + "text": "估分" + }, + { + "pagePath": "pages/me/me", + "iconPath": "static/wo.png", + "selectedIconPath": "static/wo2.png", + "text": "我的" } ] - } + }, + "uniIdRouter": {} + // "condition": { //模式配置,仅开发期间生效 + // "current": 0, //当前激活的模式(list 的索引项) + // "list": [{ + // "name": "首页", //模式名称 + // "path": "pages/index/index", //启动页面,必选 + // "query": "" //启动参数,在页面的onLoad函数里面得到 + // }] + // } } \ No newline at end of file diff --git a/pages/weight/weight.vue b/pages/body/body.vue similarity index 61% rename from pages/weight/weight.vue rename to pages/body/body.vue index 5a8d8f58..b0a20067 100644 --- a/pages/weight/weight.vue +++ b/pages/body/body.vue @@ -4,36 +4,59 @@ 报告 曲线 - - + - - - - - + + + \ No newline at end of file diff --git a/pages/body/components/report.vue b/pages/body/components/report.vue new file mode 100644 index 00000000..32599615 --- /dev/null +++ b/pages/body/components/report.vue @@ -0,0 +1,428 @@ + + + + + \ No newline at end of file diff --git a/pages/card/card.vue b/pages/card/card.vue index 2407dcba..921f4aad 100644 --- a/pages/card/card.vue +++ b/pages/card/card.vue @@ -9,15 +9,9 @@ 长按拖拽可调整卡片位置 - - - - 身体数据 - - - - + + {{item.name}} @@ -29,7 +23,7 @@ 可添加的卡片 - + @@ -43,30 +37,54 @@ - - \ No newline at end of file diff --git a/pages/compk/contrast.vue b/pages/compk/contrast.vue index 0a06912c..f7ce8907 100644 --- a/pages/compk/contrast.vue +++ b/pages/compk/contrast.vue @@ -8,15 +8,14 @@ - - + - {{item.height}}身高 - {{item.weight}}体重 - {{item.bmi}}BMI + {{item.v1}}{{item.v1_name}} + {{item.v2}}{{item.v2_name}} + {{item.v3}}{{item.v3_name}} @@ -25,17 +24,17 @@ - {{ite.createtime}} - {{ite.height}}身高 - {{ite.weight}}体重 - {{ite.bmi}}BMI + {{ite.r_t}} + {{ite.v1}}{{ite.v1_name}} + {{ite.v2}}{{ite.v2_name}} + {{ite.v3}}{{ite.v3_name}} - + vs - 减脂对比 + 对比 @@ -47,6 +46,20 @@ mapState } from "vuex"; export default { + data() { + return { + markDays: [], + infoList: [], + list: [], + isActive: [], + ActiveDays: [], + token: null, + startM: null, + endM: null, + isShow: true, + acd_id: "" + } + }, components: { RenCalendar, }, @@ -59,39 +72,38 @@ return this.$tools.getDate("start") }, }, - onLoad() { - this.token = uni.getStorageSync("token") - }, - onShow() { + onLoad(optoins) { let that = this + that.acd_id = optoins.acd_id that.startM = that.$tools.getDate("m").substring(0, 10) that.endM = that.$tools.getDate("m").substring(11, 21) - that.infoList = this.$json.contrastList that.markDays = [] that.list = [] that.isActive = [] that.ActiveDays = [] - // this.$nextTick(() => { - // that.isShow = true - // that.getList(that.startM, that.endM) - // }) + this.$nextTick(() => { + that.isShow = true + that.getList(that.startM, that.endM) + }) }, methods: { getList(start, end) { let that = this - that.$model.GetTrendList({ - familyid: uni.getStorageSync('familyid'), - starttime: start, - endtime: end, + that.$model.getresultdiff({ + aud_id: uni.getStorageSync('userid'), + s_time: start, + e_time: end, + type: that.acd_id }).then(res => { if (res) { that.markDays = res.pkList.Dlist that.list = res.pkList.list for (var i = 0; i < res.pkList.list.length; i++) { - if (Date.parse(that.endDate) == Date.parse(res.pkList.list[i].createtime)) { + if (Date.parse(that.endDate) == Date.parse(res.pkList.list[i].r_t)) { that.infoList.push(res.pkList.list[i]); } } + console.log("对比", that.infoList) } }) }, @@ -109,7 +121,7 @@ let that = this this.infoList = [] for (var i = 0; i < that.list.length; i++) { - if (Date.parse(data.date) == Date.parse(that.list[i].createtime)) { //includes 检测数组是否有某个值 + if (Date.parse(data.date) == Date.parse(that.list[i].r_t)) { //includes 检测数组是否有某个值 this.infoList.push(that.list[i]); } } @@ -132,189 +144,23 @@ }, handlePK() { let that = this - // if (that.isActive.length != 2) { - // that.$tools.msg("请先选择数据!") - // return - // } + if (that.isActive.length != 2) { + that.$tools.msg("请先选择数据!") + return + } let info = {} - // info.familyid = uni.getStorageSync('familyid') - // info.firstId = that.isActive[0] - // info.secondId = that.isActive[1] - console.log("1111") + info.type = that.acd_id + info.before_id = that.isActive[0] + info.after_id = that.isActive[1] + console.log("1111", info, that.isActive) uni.navigateTo({ - url: "/pages/weight/pkdetail?info=" + JSON.stringify(info) + url: "/pages/compk/pkdetail?info=" + JSON.stringify(info) }) }, }, - data() { - return { - markDays: [], - infoList: [], - list: [], - isActive: [], - ActiveDays: [], - token: null, - startM: null, - endM: null, - isShow: true, - } - }, + } \ No newline at end of file diff --git a/pages/compk/pkdetail.vue b/pages/compk/pkdetail.vue index 932b211a..babda56d 100644 --- a/pages/compk/pkdetail.vue +++ b/pages/compk/pkdetail.vue @@ -1,39 +1,45 @@ @@ -30,47 +38,28 @@ } from "vuex"; export default { computed: { - ...mapState(['user', "appTheme"]), + ...mapState(['user']), + endDate() { + return this.$tools.getDate("start") + }, + startDate() { + return this.$tools.GetDateStr(-90); + }, }, data() { return { - options: [{ - text: '取消', - style: { - backgroundColor: '#007aff' - } - }, { - text: '确认', - style: { - backgroundColor: '#dd524d' - } - }], - list: [ - "测量时间", - "体重", - "BMI", - "操作", - ], ranklist: [], page: 1, + type: "add", lastPage: 1, - type: null, - id: null, + isActive: null, + acd_id: "" } }, - mounted() { + onLoad(options) { let that = this - let list = this.$json.historylist - let options = [{ - text: '删除', - style: { - backgroundColor: '#dd524d' - } - }] - list.forEach(item => { - item.options = options - }) - this.ranklist = this.ranklist.concat(list) + that.acd_id = options.acd_id + that.getList() }, onReachBottom() { let that = this @@ -96,22 +85,16 @@ if (res.confirm) { that.$model.gethistorydelete({ id: id, + type: that.acd_id, }).then((res) => { if (res.code != 0) { - that.$tools.msg(res.message) + that.$tools.msg(res.msg) return } that.ranklist.splice(index, 1) that.$store.dispatch("getUserInfo", { - familyid: that.user.familyid, + aud_id: uni.getStorageSync('userid') }) - that.$store.dispatch("getResult", { - birthday: that.user.birthday, - familyid: that.user.familyid, - height: that.user.height, - sex: that.user.sex, - }) - that.$tools.msg("删除成功") }) } else if (res.cancel) { @@ -121,26 +104,38 @@ }) }, clickItemMethod(item) { + let that = this + if (that.acd_id == "6") return uni.navigateTo({ - url: "/pages/history/historyDetail?index=" + JSON.stringify(item) + url: "/pages/history/historyDetail?type=" + that.acd_id + '&id=' + item.id }) }, + getList(page) { let that = this - that.$model.getHistoryList({ - familyId: that.user.familyid, - pageNo: page, - pageSize: 10 + that.$model.gethistory({ + aud_id: uni.getStorageSync('userid'), + type: that.acd_id, + page: that.page, }).then((res) => { console.log("历史记录", res) if (res.code != 0) return + let options = [{ + text: '删除', + style: { + backgroundColor: '#dd524d' + } + }] res.data.rows.forEach(item => { - item.slide_x = 0 + item.options = options }) this.ranklist = this.ranklist.concat(res.data.rows) this.lastPage = res.data.totalpage }) }, + handleEdit(id) { + this.isActive = id + }, } } @@ -161,6 +156,7 @@ .list { width: 100%; margin-bottom: 12px; + position: relative; .item { width: calc(100% - 20px); @@ -171,7 +167,6 @@ justify-content: space-between; border-radius: 10px; align-items: center; - text-align: center; font-weight: 700; line-height: 50rpx; font-size: 18px !important; @@ -181,17 +176,31 @@ color: #666; text-align: center; font-weight: 500; - font-size: 14px; + font-size: 28rpx; } } .time { + font-size: 28rpx; color: #666; - width: 35%; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - font-size: 14px; + display: flex; + align-items: center; + justify-content: center; + width: 100%; + + icon { + width: 40rpx; + height: 40rpx; + margin-right: 5px; + } + + text { + font-size: 28rpx; + margin-top: 3px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + } } } } diff --git a/pages/history/historyDetail.vue b/pages/history/historyDetail.vue index 63639f0d..e64d695c 100644 --- a/pages/history/historyDetail.vue +++ b/pages/history/historyDetail.vue @@ -2,177 +2,13 @@ - + - - 身高 + + {{item.name}} - {{memInfo.height?memInfo.height:"0"}}cm - - - - - - - 体重 - - {{memInfo.weight?memInfo.weight:"0"}}kg - - - - - - - 年龄 - - {{memInfo.age?memInfo.age:"0岁"}} - - - - - - - BMI - - {{memInfo.bmi?memInfo.bmi:"0"}} - - - - - - - 脂肪量 - - {{memInfo.fat_w?memInfo.fat_w:"0"}}% - - - - - - - 脂肪率 - - {{memInfo.fat_r?memInfo.fat_r:"0"}}% - - - - - - - - 肌肉量 - - {{memInfo.muscleval?memInfo.muscleval:"0"}}kg - - - - - - - 肌肉率 - - {{memInfo.muscle?memInfo.muscle:"0"}}% - - - - - - - 蛋白量 - - {{memInfo.proteinval?memInfo.proteinval:'0'}}kg - - - - - - - 蛋白率 - - {{memInfo.protein?memInfo.protein:"0"}}% - - - - - - - - 水分 - - {{memInfo.water?memInfo.water:"0"}} - - - - - - - 骨重 - - {{memInfo.bone?memInfo.bone:"0"}}kg - - - - - - - 内脏指数 - - {{memInfo.visceral?memInfo.visceral:"0"}} - - - - - - - 皮下脂肪 - - {{memInfo.sfr?memInfo.sfr:"0"}}% - - - - - - - 基础代谢率 - - {{memInfo.kcal?memInfo.kcal:'0'}}kcal - - - - - - - 去脂体重 - - {{memInfo.lbm?memInfo.lbm:"0"}}kg - - - - - - - 体龄 - - {{memInfo.bodyage?memInfo.bodyage:"-"}} - - - - - - - 肥胖等级 - - {{memInfo.fatlevel?memInfo.fatlevel:'0'}} - - - - - - - 体型 - - {{memInfo.body?memInfo.body:'0'}} + {{item.value?item.value:"0"}}{{item.unit}} @@ -186,21 +22,35 @@ export default { data() { return { - list: {}, - memInfo: {} + id: "", + type: "", + ranklist: [] }; }, computed: { - ...mapState(["appTheme"]) + ...mapState([]) }, onLoad(options) { // 导航栏颜色 - let info = options.index - let memInfo = JSON.parse(info) - this.memInfo = memInfo - // this.list = this.weightInfo.infoList(memInfo) - // console.log(this.list) + let that = this + that.id = options.id + that.type = options.type + that.getList() + }, + methods: { + getList() { + let that = this + that.$model.gethistorydetail({ + id: that.id, + type: that.type, + }).then((res) => { + console.log("历史记录详情", res) + this.ranklist = res.data + }) + }, } + + }; diff --git a/pages/index/index.vue b/pages/index/index.vue index 5d95fd26..e1dd10dc 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,153 +1,92 @@ + + diff --git a/pages/login/forgetPassword.vue b/pages/login/forgetPassword.vue new file mode 100644 index 00000000..8e54c249 --- /dev/null +++ b/pages/login/forgetPassword.vue @@ -0,0 +1,315 @@ + + + + + \ No newline at end of file diff --git a/pages/login/login.vue b/pages/login/login.vue index 325176ad..316ca460 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -3,14 +3,18 @@ @@ -45,9 +55,11 @@ return { phone: "", code: "", + password: "", disabled: false, second: 60, value: 0, + isCode: true, } }, methods: { @@ -57,38 +69,45 @@ // 登录、 handleTelLogin() { let that = this - if (this.value == 0) { - that.$tools.msg(that.$t("login.valtips")) + let phoneType = that.phone.indexOf("@") !== -1 + console.log("phoneType", phoneType) + if (that.value == 0) { + that.$tools.msg("请先确认勾选协议") return } - if (!this.phone) { - that.$tools.msg(that.$t("login.phonetip")) + if (!phoneType && !(/^1[3456789]\d{9}$/.test(that.phone))) { + that.$tools.msg("请输入正确的手机号") return } - if (!(/^1[3456789]\d{9}$/.test(that.phone))) { - that.$tools.msg(that.$t("login.phonetipsTwo")) + if (phoneType && !(/^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/.test(that.phone))) { + that.$tools.msg("请输入正确的邮箱") return } - if (!that.code) { + if (that.isCode && !that.code) { that.$tools.msg(that.$t("login.codeTips")) return } - this.$model.getRegister({ - code: that.code, - phone: that.phone, - sessionId: uni.getStorageSync('sessionid'), + if (!that.isCode && !that.password) { + that.$tools.msg('请输入正确密码') + return + } + this.$model.getonlogin({ + data: that.phone, + validate_data: that.isCode ? that.code : that.password, + validate_type: that.isCode ? 'code' : 'password' }).then(res => { + console.log("data", res.data) if (res.code != 0) { - that.$tools.msg(res.message) + that.$tools.msg(res.msg) return } uni.setStorageSync('token', res.data.token) - uni.setStorageSync('iswxphone', res.data.iswxphone) - uni.setStorageSync('refreshtoken', res.data.refreshtoken) - uni.setStorageSync('sessionid', res.data.sessionid) - uni.reLaunch({ - url: "/pages/index/index" - }) + uni.setStorageSync('aan_id', res.data.aan_id) + setTimeout(function() { + uni.reLaunch({ + url: "/pages/index/index" + }) + }, 3000) }).catch(err => {}) }, // 获取验证码 @@ -104,11 +123,12 @@ } // that.$model.getSendCode({ - phone: that.phone + data: that.phone, + type: "login" }).then(res => { console.log(res) if (res.code != 0) { - that.$tools.msg(res.message) + that.$tools.msg(res.msg) return } that.disabled = true @@ -122,6 +142,15 @@ }, 60000) }).catch(err => {}) }, + handleToggle() { + this.phone = "" + this.isCode = !this.isCode + }, + handlePassword(text) { + uni.navigateTo({ + url: "/pages/login/forgetPassword?type=" + text + }) + }, handlexieyi() { uni.navigateTo({ url: "/pages/index/index" @@ -147,17 +176,18 @@ width: 100%; height: 50vh; z-index: 9; - background : linear-gradient(to top, #477EFF 40%, #39D9C9); + background: $maincolor; } .login { - width: 70%; + width: 75%; height: auto; background: #fff; border-radius: 10px; - padding: 20px; + padding: 10px 15px; background-color: #fff; z-index: 99; + position: relative; margin-left: calc(10% - 40px); box-shadow: 0px 1px 5px 2px #dfe2e1fc; @@ -169,6 +199,12 @@ margin-bottom: 15px; } + .toggle { + position: absolute; + right: 15px; + top: 20px; + } + .editem { position: relative; display: flex; @@ -184,22 +220,22 @@ .text { font-size: 14px; - margin-bottom: 15px; + margin-bottom: 10px; } .input { - height: 40px; - line-height: 40px; + height: 35px; + line-height: 35px; display: flex; position: relative; border: #dfdfdf 1px solid; - border-radius: 10px; padding: 0 10px; + border-radius: 5px; } input { - height: 45px; - line-height: 45px; + height: 40px; + line-height: 40px; position: absolute; left: 10px; right: 0px; @@ -220,7 +256,7 @@ background: #dfdfdf; font-size: 12px; margin: 0; - line-height: 45px; + line-height: 40px; border-radius: 5px; text-align: center; position: absolute; @@ -229,14 +265,20 @@ bottom: 0; z-index: 99; } + + .forget { + width: 80px; + background: #fff; + color: $textcolor; + } } .btngroup { width: 100%; - height:35px; + height: 35px; line-height: 35px; display: flex; - justify-content: space-between; + justify-content: center; text { display: block; @@ -258,8 +300,7 @@ } .xieyi { - font-size: 14px; - margin-top: 15px; + font-size: 12px; color: $textcolor; text { diff --git a/pages/login/register.vue b/pages/login/register.vue new file mode 100644 index 00000000..8183fd03 --- /dev/null +++ b/pages/login/register.vue @@ -0,0 +1,22 @@ + + + + + diff --git a/pages/me/manage.vue b/pages/me/manage.vue new file mode 100644 index 00000000..279a16de --- /dev/null +++ b/pages/me/manage.vue @@ -0,0 +1,168 @@ + + + + + \ No newline at end of file diff --git a/pages/me/me.vue b/pages/me/me.vue new file mode 100644 index 00000000..e8deb4b4 --- /dev/null +++ b/pages/me/me.vue @@ -0,0 +1,127 @@ + + + + + \ No newline at end of file diff --git a/pages/score/history.vue b/pages/score/history.vue new file mode 100644 index 00000000..548687cd --- /dev/null +++ b/pages/score/history.vue @@ -0,0 +1,191 @@ + + + + \ No newline at end of file diff --git a/pages/score/report.vue b/pages/score/report.vue new file mode 100644 index 00000000..db12b5a8 --- /dev/null +++ b/pages/score/report.vue @@ -0,0 +1,166 @@ + + + + + \ No newline at end of file diff --git a/pages/score/score.vue b/pages/score/score.vue new file mode 100644 index 00000000..a02713b3 --- /dev/null +++ b/pages/score/score.vue @@ -0,0 +1,256 @@ + + + + + \ No newline at end of file diff --git a/pages/skip/charts.vue b/pages/skip/charts.vue new file mode 100644 index 00000000..43453ce5 --- /dev/null +++ b/pages/skip/charts.vue @@ -0,0 +1,104 @@ + + + + \ No newline at end of file diff --git a/pages/skip/skip.vue b/pages/skip/skip.vue new file mode 100644 index 00000000..db7eae11 --- /dev/null +++ b/pages/skip/skip.vue @@ -0,0 +1,258 @@ + + + + + \ No newline at end of file diff --git a/pages/skipping/skipping.vue b/pages/skipping/skipping.vue deleted file mode 100644 index f331173e..00000000 --- a/pages/skipping/skipping.vue +++ /dev/null @@ -1,163 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/vitalcapacity/charts.vue b/pages/vitalcapacity/charts.vue new file mode 100644 index 00000000..896b9a6a --- /dev/null +++ b/pages/vitalcapacity/charts.vue @@ -0,0 +1,104 @@ + + + + \ No newline at end of file diff --git a/pages/vitalcapacity/vitalcapacity.vue b/pages/vitalcapacity/vitalcapacity.vue new file mode 100644 index 00000000..a8b307ed --- /dev/null +++ b/pages/vitalcapacity/vitalcapacity.vue @@ -0,0 +1,284 @@ + + + + + \ No newline at end of file diff --git a/pages/weight/components/charts.vue b/pages/weight/components/charts.vue deleted file mode 100644 index 2032c2cf..00000000 --- a/pages/weight/components/charts.vue +++ /dev/null @@ -1,486 +0,0 @@ - - - - \ No newline at end of file diff --git a/pages/weight/components/report.vue b/pages/weight/components/report.vue deleted file mode 100644 index 41ba6173..00000000 --- a/pages/weight/components/report.vue +++ /dev/null @@ -1,397 +0,0 @@ - - - - - \ No newline at end of file diff --git a/static/add.png b/static/add.png new file mode 100644 index 00000000..2325491e Binary files /dev/null and b/static/add.png differ diff --git a/static/bae.png b/static/bae.png new file mode 100644 index 00000000..0694a723 Binary files /dev/null and b/static/bae.png differ diff --git a/static/charts.png b/static/charts.png new file mode 100644 index 00000000..ac70caa8 Binary files /dev/null and b/static/charts.png differ diff --git a/static/history.png b/static/history.png new file mode 100644 index 00000000..fd8ed9af Binary files /dev/null and b/static/history.png differ diff --git a/static/none.png b/static/none.png new file mode 100644 index 00000000..d6cb37bd Binary files /dev/null and b/static/none.png differ diff --git a/static/ping.png b/static/ping.png new file mode 100644 index 00000000..30142281 Binary files /dev/null and b/static/ping.png differ diff --git a/static/ping2.png b/static/ping2.png new file mode 100644 index 00000000..83335965 Binary files /dev/null and b/static/ping2.png differ diff --git a/static/pk.png b/static/pk.png new file mode 100644 index 00000000..25a08e51 Binary files /dev/null and b/static/pk.png differ diff --git a/static/shou.png b/static/shou.png new file mode 100644 index 00000000..34a759b3 Binary files /dev/null and b/static/shou.png differ diff --git a/static/shou2.png b/static/shou2.png new file mode 100644 index 00000000..01cdfbfc Binary files /dev/null and b/static/shou2.png differ diff --git a/static/wo.png b/static/wo.png new file mode 100644 index 00000000..59c68037 Binary files /dev/null and b/static/wo.png differ diff --git a/static/wo2.png b/static/wo2.png new file mode 100644 index 00000000..bde514c4 Binary files /dev/null and b/static/wo2.png differ diff --git a/store/actions.js b/store/actions.js index f5030991..20d51b8d 100644 --- a/store/actions.js +++ b/store/actions.js @@ -8,13 +8,95 @@ export default { }, account) { return model.getUserInfo(account).then(res => { - commit('changeUser', res.data) - if (!res.data.height || !res.data.mage || !res.data.birthday) { - uni.redirectTo({ - url: `/pageTwo/login/userinfo` - }) + console.log("用户信息", res.data) + if (res.code != 0) { + that.$tools.msg(res.msg) return } + commit('changeUser', res.data) }); + }, + // 成员列表 + getFamilyList({ + commit + }, + account) { + return model.getUserList(account).then(res => { + if (res.code != 0) { + that.$tools.msg(res.msg) + return + } + commit('changeFamilay', res.data) + }); + }, + // 获取所有卡片 + getCardList({ + commit + }, + account) { + return model.getCardAllList(account).then(res => { + console.log("卡片列表", res.data) + commit('changeCardList', res.data) + }) + }, + // 身体数据 + getResult({ //报告 + commit + }, account) { + return model.getResult(account).then((res) => { + console.log("报告", res) + if (res.code == 0) { + commit('changeMeasureResult', res.data) + } else { + commit('changeMeasureResult', null) + } + }) + }, + // 跳绳数据 + getSkipResult({ //报告 + commit + }, account) { + return model.getSkipResult(account).then((res) => { + console.log("跳绳报告", res) + if (res.code == 0) { + commit('changeMeasureSkip', res.data) + } else { + commit('changeMeasureSkip', null) + } + }) + }, + // 肺活量 + getLungResult({ //报告 + commit + }, account) { + return model.getLungResult(account).then((res) => { + console.log("肺活量报告", res) + if (res.code == 0) { + commit('changeMeasureLung', res.data) + } else { + commit('changeMeasureLung', null) + } + }) + }, + + GetBodyTrendList({ //趋势 + commit + }, account) { + return model.getTrendList(account).then((res) => { + console.log("趋势", res) + commit('changeTrend', res.data) + }) + }, + + gethistoryList({ // 获取历史记录 + commit + }, account) { + return model.getHistoryList(account).then((res) => { + if (res.data && res.data.items) { + commit('changehistoryList', res.data.items) + } else { + commit('changehistoryList', null) + } + }) } } \ No newline at end of file diff --git a/store/index.js b/store/index.js index a8449d5a..18bc9906 100644 --- a/store/index.js +++ b/store/index.js @@ -3,152 +3,98 @@ import Vuex from 'vuex' import actions from './actions.js' Vue.use(Vuex) export default new Vuex.Store({ - // state: 存储基本数据 - state: { - user: { - headimg: null, - name: "", - nickname: "", - targetweight: 0, //目标体重 - firstweight: 0, //初始体重 - weight: 0, - birthday: "", - height: 0, - age: "0", - sex: 0, - familyid: 0, - mage: "", - firstresulttime: "" - }, - MeasureResult: {}, - isedit: false, - isDrawe: false, - isConnected: false, - isBluetoothTyle: false, - configBox: {}, - familayList: [], - historyList: [], - Banner: [], - Trend: {}, - TrendPk: {}, - isTarget: false, - isFirst: false, - isRecord: false, - isLogin: false, - isLogout: true, - appTheme: '', - devHomePram: {} - }, - // mutations: Store中更改state数据状态的唯一方法(必须是同步函数) - mutations: { - toggleColor(state, color) { - state.appTheme = color - }, - /* 用户信息 */ - changeUser(state, newData) { - if (newData.familyid) { - uni.setStorageSync('familyid', newData.familyid); - } - if (newData.birthday) { - uni.setStorageSync('birthday', newData.birthday); - } - if (newData.height) { - uni.setStorageSync('height', newData.height); - } - if (newData.sex) { - uni.setStorageSync('sex', newData.sex); - } - Object.assign(state.user, newData) - }, - //登录弹框 - changeUserLogin(state, newData) { - state.isLogin = newData - }, - //历史记录 - changehistoryList(state, newData) { - state.historyList = newData - }, - // 获取称重数据 - changeMeasureResult(state, newData) { - state.MeasureResult = newData - }, - // 信息弹框 - changeEdit(state, newData) { - state.isedit = newData - }, - // 目标体重 - changeTarget(state, newData) { - state.isTarget = newData - }, - // 初始体重 - changeFirst(state, newData) { - state.isFirst = newData - }, - // 手动记录 - changeRecord(state, newData) { - state.isRecord = newData - }, - // 左侧菜单弹框 - changeDrawe(state, newData) { - state.isDrawe = newData - }, - //获取家庭成员 - changeFamilay(state, newData) { - state.familayList = newData - }, - //蓝牙状态 - changeBluetooth(state, newData) { - state.isBluetoothTyle = newData - }, - // 蓝牙连接状态 - changeConnected(state, newData) { - state.isConnected = newData - }, - //趋势 - changeTrend(state, newData) { - state.Trend = newData - }, - //对比 - changeTrendPk(state, newData) { - state.TrendPk = newData - }, - // banner - changeBanner(state, newData) { - state.Banner = newData - }, - //配置详情 - changeConfig(state, newData) { - state.configBox = newData - }, - // 退出登录 - changeLogout(state, newData) { - if (newData == false) { - state.user = { - headimg: null, - nickname: "", - name: "", - targetweight: 0, //目标体重 - firstweight: 0, //初始体重 - weight: 0, - birthday: "", - height: 0, - age: 0, - sex: 0, - familyid: 0, - firstresulttime: "" - } - state.Trend = null - state.historyList = null - state.devTypeList = null - } - state.isLogout = newData - }, - changeDevType(state, newData) { - state.devHomePram = newData - } + // state: 存储基本数据 + state: { + user: { + id: "", + headimg: null, + nickname: "", + birthday: "", + gender: 0, + sex: 0, + card_data_list: [], + target_current: {} + }, + MeasureSkip: null, + MeasureResult: null, + MeasureLung: null, + familayList: [], + historyList: [], + cardList: { + user: [], + all: [] + }, + Trend: [], + isDrawe: false, //左侧弹框 + isedit: false, //信息弹框 + isTarget: false, //目标体重 + isFirst: false, //初始体重 + isRecord: false, //手动记录 + isSlider: false, //分数占比 - }, - // 模块化vuex - modules: {}, - actions -}) + }, + // mutations: Store中更改state数据状态的唯一方法(必须是同步函数) + mutations: { + /* 用户信息 */ + changeUser(state, newData) { + uni.setStorageSync('userid', newData.id) + Object.assign(state.user, newData) + }, + // 卡片列表 + changeCardList(state, newData) { + state.cardList = newData + }, + //历史记录 + changehistoryList(state, newData) { + state.historyList = newData + }, + // 获取称重数据 + changeMeasureResult(state, newData) { + state.MeasureResult = newData + }, + // 跳绳数据 + changeMeasureSkip(state, newData) { + state.MeasureSkip = newData + }, + // 肺活量 + changeMeasureLung(state, newData) { + state.MeasureLung = newData + }, + + // 信息弹框 + changeEdit(state, newData) { + state.isedit = newData + }, + // 目标体重 + changeTarget(state, newData) { + state.isTarget = newData + }, + // 初始体重 + changeFirst(state, newData) { + state.isFirst = newData + }, + // 手动记录 + changeRecord(state, newData) { + state.isRecord = newData + }, + // 分数占比 + changeSlider(state, newData) { + state.isSlider = newData + }, + // 左侧菜单弹框 + changeDrawe(state, newData) { + state.isDrawe = newData + }, + //获取家庭成员 + changeFamilay(state, newData) { + state.familayList = newData + }, + //趋势 + changeTrend(state, newData) { + state.Trend = newData + } + }, + // 模块化vuex + modules: {}, + actions +}) \ No newline at end of file diff --git a/tools/https.js b/tools/https.js index be940b67..2335cba7 100644 --- a/tools/https.js +++ b/tools/https.js @@ -1,14 +1,14 @@ import tools from '@/tools/tools.js' import store from '../store' -let baseUrl = "" +let baseUrl = "http://tc.pcxbc.com" const httpRequest = (url, method = "get", data) => { + data.token = uni.getStorageSync('token') + data.aan_id = uni.getStorageSync('aan_id') let httpDefaultOpts = { url: baseUrl + url, data: data, method: method, header: { - 'Authorization': "Bearer " + uni.getStorageSync('token'), - 'X-Authorization': "Bearer " + uni.getStorageSync('refreshtoken'), 'X-Requested-With': 'XMLHttpRequest', 'content-type': 'application/json;charset=UTF-8', }, @@ -17,11 +17,11 @@ const httpRequest = (url, method = "get", data) => { uni.request(httpDefaultOpts).then( (res) => { uni.hideLoading() - if (res[1].data.code == 401) { + console.log("request", url, res, data) + if (res[1].data.code == 20001) { uni.clearStorageSync() uni.setStorageSync('token', null) - uni.setStorageSync('refreshtoken', null) - tools.msg(res[1].data.message) + uni.setStorageSync('aan_id', null) setTimeout(function() { uni.reLaunch({ url: "/pages/login/login" @@ -30,7 +30,7 @@ const httpRequest = (url, method = "get", data) => { return } if (res[1].statusCode != 200) { - tools.msg(res[1].data.message) + tools.msg(res[1].data.msg) return } resolve(res[1].data) @@ -46,12 +46,10 @@ const httpRequest = (url, method = "get", data) => { }; const get = (url, data) => { - // data.appid = config.appid return httpRequest(url, 'get', data) } const post = (url, data) => { - // data.appid = config.appid return httpRequest(url, 'post', data) } export default { diff --git a/tools/model.js b/tools/model.js index 574ac01d..25c3fee6 100644 --- a/tools/model.js +++ b/tools/model.js @@ -2,404 +2,162 @@ import http from './https.js' import tools from './tools.js' import store from '@/store' export default { - // 门店账户管理 - onlogin(param) { // 根据openid快捷登录 - return http.post("/api/shop/user/onlogin", param).then(res => { - return res - }) - }, - getlogin(param) { // 账号登录 - return http.post("/api/shop/user/login", param).then(res => { - return res - }) - }, - getloginOut(param) { // 退出登录 - return http.post("/api/shop/user/loginout", param).then(res => { - return res - }) - }, - getShopChange(param) { //门店切换 - return http.post("/api/shop/user/change", param).then(res => { - return res - }) - }, - getUserShopList(param) { //绑定的门店列表 - return http.post("/api/shop/user/shoplist", param).then(res => { + // 登录 + getonlogin(param) { // 登录 + return http.post("/login_action", param).then(res => { return res }) }, getSendCode(param) { // 验证码 - return http.post("/api/shop/user/sendcode", param).then(res => { + return http.post("/send_phone_email_code", param).then(res => { return res }) }, - getinfo(param) { // 获取用户资料 - return http.post("/api/shop/user/info", param).then(res => { + getregister(param) { // 注册 + return http.post("/register_action", param).then(res => { return res }) }, - // 公告列表 - getnoticelist(param) { - return http.post("/api/shop/notice/list", param).then(res => { + getResetPassword(param) { // 重置密码 + return http.post("/reset_password", param).then(res => { return res }) }, - // 门店会员管理 - getServeList(param) { //今日服务信息 - return http.post("/api/shop/member/serve/list", param).then(res => { + getloginOut(param) { // 退出登录 + return http.post("/user_quit_account", param).then(res => { return res }) }, - getBodyandproductList(param) { //产品和身体部位列表 - return http.post("/api/shop/member/bodyandproduct/list", param).then(res => { + // 首页 + getUserInfo(param) { // 成员详情 + return http.post("/get_user_data_information", param).then(res => { return res }) }, - getServeCompletebody(param) { //身体服务完成 - return http.post("/api/shop/member/serve/completebody", param).then(res => { + getUserList(param) { // 成员列表 + return http.post("/get_user_card_list", param).then(res => { return res }) }, - getServeAddbody(param) { //添加身体服务记录 - return http.post("/api/shop/member/serve/addbody", param).then(res => { + getDelUser(param) { // 删除成员 + return http.post("/del_user_data", param).then(res => { return res }) }, - getAddOrder(param) { //增加塑形订单 - return http.post("/api/shop/member/addorder", param).then(res => { + getEditUser(param) { // 修改成员资料 + return http.post("/update_user_data", param).then(res => { return res }) }, - getEditOrder(param) { //编辑塑形订单 - return http.post("/api/shop/member/editorder", param).then(res => { + getAddUser(param) { // 添加成员 + return http.post("/create_user_data", param).then(res => { return res }) }, - getOrderList(param) { //塑形订单列表 - return http.post("/api/shop/member/orderlist", param).then(res => { + getGradeList(param) { // 获取年级列表 + return http.post("/get_grade_list", param).then(res => { return res }) }, - getServeComplete(param) { //服务完成 - return http.post("/api/shop/member/serve/complete", param).then(res => { + getCardAllList(param) { // 获取所有卡片 + return http.post("/get_card_all_list", param).then(res => { return res }) }, - getServeSubmit(param) { //用户提交服务记录 - return http.post("/api/shop/member/serve/submit", param).then(res => { + getCardAllOrder(param) { // 保存卡片顺序 + return http.post("/save_user_card_order", param).then(res => { return res }) }, - getMemberApply(param) { //增加会员 - return http.post("/api/shop/member/apply", param).then(res => { + // 身体数据卡片 + getfirstweight(param) { //修改初始体重 + return http.post("/card_modify_weight", param).then(res => { return res }) }, - getMemberEdit(param) { //编辑会员 - return http.post("/api/shop/member/edit", param).then(res => { + getinsertmeasure(param) { //手动记录 + return http.post('/card_manual_recording', param).then(res => { return res }) }, - getMemberTodayList(param) { //获取今日会员列表 - return http.post("/api/shop/member/todaylist", param).then(res => { + getResult(param) { //获取测量报告 + return http.post("/card_data_detailed", param).then(res => { return res }) }, - getMemberList(param) { //获取所有会员列表 - return http.post("/api/shop/member/list", param).then(res => { + getTrendList(param) { //趋势 + return http.post("/card_curve_chart", param).then(res => { return res }) }, - getMemberInfo(param) { //会员资料详情 - return http.post("/api/shop/member/info", param).then(res => { + // 跳绳 + getSkipResult(param) { //获取测量报告 + return http.post("/skip_today_data", param).then(res => { return res }) }, - getMemberTrendlist(param) { //会员体重趋势列表 - return http.post("/api/shop/member/trendlist", param).then(res => { + getskipmeasure(param) { //手动记录 + return http.post('/skip_manual_recording', param).then(res => { + return res + }) + }, + getSkipTrendList(param) { //趋势 + return http.post("/skip_curve_chart", param).then(res => { + return res + }) + }, + // 肺活量 + getLungResult(param) { //获取测量报告 + return http.post("/vitalcapacity_data_report", param).then(res => { + return res + }) + }, + getLungmeasure(param) { //手动记录 + return http.post('/vitalcapacity_save_record_data', param).then(res => { + return res + }) + }, + getLungTrendList(param) { //趋势 + return http.post("/vitalcapacity_curve_chart", param).then(res => { + return res + }) + }, + // 公共 + gethistory(param) { //历史记录 + return http.post("/get_all_record_data_page", param).then(res => { + return res + }) + }, + gethistorydetail(param) { //历史记录详情 + return http.post("/get_all_record_detailed_information", param).then(res => { + return res + }) + }, + gethistorydelete(param) { //删除历史记录 + return http.post("/card_del_record_data", param).then(res => { + return res + }) + }, + getresultdiff(param) { //记录对比 + return http.post("/get_all_record_data_group", param).then(res => { if (res.code == 0) { - let list = res.data - let weight = { - categories: [], - series: [{ - data: [], - }] + let pkList = { + list: [], + Dlist: [] } - for (var i = 0; i < list.length; i++) { - weight.categories.push(list[i].time); - weight.series.forEach(item => { - item.data.push(list[i].weight) - }) + for (var i = 0; i < res.data.length; i++) { + pkList.list.push(res.data[i]) + if (!pkList.Dlist.includes(res.data[i].r_t)) { //includes 检测数组是否有某个值 + pkList.Dlist.push(res.data[i].r_t); + } } - res.data.list = weight + res.pkList = pkList } - return res }) }, - getMemberMoveshop(param) { //会员转店 - return http.post("/api/shop/member/moveshop", param).then(res => { - return res - }) - }, - getMoveshopSetstatus(param) { //转店处理 - return http.post("/api/shop/member/moveshop/setstatus", param).then(res => { - return res - }) - }, - getMoveshopList(param) { //会员转店记录 - return http.post("/api/shop/member/moveshop/list", param).then(res => { - return res - }) - }, - getMoveshopInfo(param) { //会员转店记录详情 - return http.post("/api/shop/member/moveshop/info", param).then(res => { - return res - }) - }, - getMemberAfk(param) { //会员请假 - return http.post("/api/shop/member/afk", param).then(res => { - return res - }) - }, - getMemberAfkList(param) { //会员请假列表 - return http.post("/api/shop/member/afk/list", param).then(res => { - return res - }) - }, - getMemberAfkDelete(param) { //会员请假记录删除 - return http.post("/api/shop/member/afk/delete", param).then(res => { - return res - }) - }, - getMemberCalcstand(param) { //标准体重计算 - return http.post("/api/shop/member/calcstand", param).then(res => { - return res - }) - }, - getMemberRankList(param) { //排行榜列表 - return http.post("/api/shop/member/rank/list", param).then(res => { - return res - }) - }, - getMemberGenimg(param) { //生成排行榜图片 - return http.post("/api/shop/member/rank/img", param).then(res => { - return res - }) - }, - getMemberSubscribe(param) { //关注会员 - return http.post("/api/shop/member/subscribe", param).then(res => { - return res - }) - }, - getMemberUnsubscribe(param) { //取关会员 - return http.post("/api/shop/member/unsubscribe", param).then(res => { - return res - }) - }, - getMemberFreeze(param) { //账户冻结 - return http.post("/api/shop/member/freeze", param).then(res => { - return res - }) - }, - getMemberThaw(param) { //账户解冻 - return http.post("/api/shop/member/thaw", param).then(res => { - return res - }) - }, - getAddweight(param) { //今日体重记录 - return http.post("/api/shop/member/addweight", param).then(res => { - return res - }) - }, - getTolslist(param) { //3+1流失顾客列表 - return http.post("/api/shop/member/tolslist", param).then(res => { - return res - }) - }, - - //门店服务管理 - getProductAdd(param) { //为会员添加产品 - return http.post("/api/shop/member/product/add", param).then(res => { - return res - }) - }, - getProductbatchadd(param) { //为会员批量添加产品 - return http.post("/api/shop/member/product/batchadd", param).then(res => { - return res - }) - }, - getProductrPagelist(param) { //会员使用的产品列表 - return http.post("/api/shop/member/product/page", param).then(res => { - return res - }) - }, - getProductlist(param) { //会员可使用的产品列表 - return http.post("/api/shop/member/product/list", param).then(res => { - return res - }) - }, - getProductresultlist(param) { //会员指定产品使用记录 - return http.post("/api/shop/member/product/resultlist", param).then(res => { - return res - }) - }, - getAddOrder(param) { //增加塑形订单 - return http.post("/api/shop/member/addorder", param).then(res => { - return res - }) - }, - getEditorder(param) { //编辑塑形订单 - return http.post("/api/shop/member/editorder", param).then(res => { - return res - }) - }, - getDeleteOrder(param) { //删除塑型订单 - return http.post("/api/shop/member/deleteorder", param).then(res => { - return res - }) - }, - getEndorder(param) { //结束塑型订单 - return http.post("/api/shop/member/endorder", param).then(res => { - return res - }) - }, - getOrderlist(param) { //塑型订单列表 - return http.post("/api/shop/member/orderlist", param).then(res => { - return res - }) - }, - getOrderdetail(param) { //塑型订单详情 - return http.post("/api/shop/member/orderdetail", param).then(res => { - return res - }) - }, - getOldtonew(param) { //老转新 - return http.post("/api/shop/member/oldtonew", param).then(res => { - return res - }) - }, - getcalccycle(param) { //周期计算 - return http.post("/api/shop/member/calccycle", param).then(res => { - return res - }) - }, - getBodyInfo(param) { //今日身体服务信息 - return http.post("/api/shop/member/body/info", param).then(res => { - return res - }) - }, - getBodySubmit(param) { //提交身体服务记录 - return http.post("/api/shop/member/body/submit", param).then(res => { - return res - }) - }, - getBodyList(param) { //身体塑形服务记录列表 - return http.post("/api/shop/member/body/list", param).then(res => { - return res - }) - }, - - - - - // 门店信息 - getShopConfinfo(param) { //获取门店配置详情 - return http.post("/api/shop/confinfo", param).then(res => { - return res - }) - }, - getShopList(param) { //门店列表 - return http.post("/api/shop/list", param).then(res => { - return res - }) - }, - getShopUserList(param) { //门店店员列表 - return http.post("/api/shop/user/list", param).then(res => { - return res - }) - }, - getPosList(param) { //门店职位列表 - return http.post("/api/shop/poslist", param).then(res => { - return res - }) - }, - getFlowList(param) { //门店流水表 - return http.post("/api/report/flowlist", param).then(res => { - return res - }) - }, - getPatrList(param) { //顾客阶段减重汇总列表 - return http.post("/api/report/partlist", param).then(res => { - return res - }) - }, - getDayList(param) { //每日减重汇总列表 - return http.post("/api/report/daylist", param).then(res => { - return res - }) - }, - getClerkList(param) { //员工服务统计 - return http.post("/api/report/clerklist", param).then(res => { - return res - }) - }, - getClerkServeList(param) { //员工服务统计详情 - return http.post("/api/report/clerkservelist", param).then(res => { - return res - }) - }, - getResultList(param) { //减重记录 - return http.post("/api/report/resultlist", param).then(res => { - return res - }) - }, - getResultListByDay(param) { //根据天数进行汇总 - return http.post("/api/report/listbyday", param).then(res => { - return res - }) - }, - getResultListWeight(param) { //历史减重记录 - return http.post("/api/report/weighthislist", param).then(res => { - return res - }) - }, - - - // 设备管理 - getDeviceList(param) { //设备列表 - return http.post("/api/shop/device/list", param).then(res => { - return res - }) - }, - getDownloadimg(param) { //下载设备门店二维码 - return http.post("/api/shop/device/downloadimg", param).then(res => { - return res - }) - }, - // 数据预警 - getMemberAlertinfo(param) { //预警统计数据 - return http.post("/api/shop/member/alertinfo", param).then(res => { - return res - }) - }, - getMemberZclist(param) { //涨秤会员列表 - return http.post("/api/shop/member/zclist", param).then(res => { - return res - }) - }, - getMemberAlllist(param) { //门店请假列表 - return http.post("/api/shop/member/afk/alllist", param).then(res => { - return res - }) - }, - getMemberSubscribelist(param) { //关注会员列表 - return http.post("/api/shop/member/subscribelist", param).then(res => { - return res - }) - }, - getMemberdbfzlist(param) { //复涨会员列表 - return http.post("/api/shop/member/dbfzlist", param).then(res => { + getresultcontrast(param) { //对比详情 + return http.post("/get_all_card_data_contrast", param).then(res => { return res }) }, diff --git a/tools/tools.js b/tools/tools.js index 57b7e7b9..8c02cc83 100644 --- a/tools/tools.js +++ b/tools/tools.js @@ -1,17 +1,16 @@ import $store from '@/store' export default { msg, + gethms, str2hex, hex2str, ab2hex, inArray, - getAge, - getTime, - getDate, getMonth, + getDate, GetDateStr, PrefixZero, - getBluetoothAdapter + validatePhoneEmail, } // 2进制位数不足补0 function PrefixZero(num, n) { @@ -34,6 +33,18 @@ function inArray(arr, key, val) { return -1; } +function validatePhoneEmail(input) { + const phoneRegex = /^(\+?\d{1,4})?[-\s.]?\(?(\d{3})\)?[-\s.]?(\d{3})[-\s.]?(\d{4})$/; + const emailRegex = /^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/; + const isPhone = phoneRegex.test(input); + const isEmail = emailRegex.test(input); + + return { + isPhone, + isEmail + }; +} + function msg(str) { uni.showToast({ title: str, @@ -63,173 +74,22 @@ function str2hex(str) { return encoder.encode(str) } -function getBluetoothAdapter(err) { - if (err.errMsg == "openBluetoothAdapter:fail auth denied" || err.errMsg === - "openBluetoothAdapter:fail auth deny" || - err.errMsg === "openBluetoothAdapter:fail authorize no response" - ) { - uni.showModal({ - title: "提示", - content: "需要您授权使用手机蓝牙", - showCancel: false, - success(modalSuccess) { - uni.openSetting({ - success(settingdata) { - if (settingdata.authSetting["scope.bluetooth"]) { - uni.openBluetoothAdapter({ - success: e => { - uni.showToast({ - title: "获取权限成功,请继续去测量", - icon: "none" - }) - $store.commit("changeBluetooth", true); - }, - fail: err => { - uni.showToast({ - title: "请打开手机蓝牙", - icon: "none", - duration: 1000, - }) - console.log('初始化蓝牙失败:' + err.errMsg); - } - }); - } else { - uni.showToast({ - title: "获取权限失败,将无法使用手机蓝牙进行测量", - icon: "none" - }) - } - } - }) - } - }) - } else { - uni.showToast({ - title: "请打开手机蓝牙", - icon: "none", - duration: 1000, - }) +// 跳绳分秒时间选择 +function gethms(type) { + var mindata = [] + var secondData = [] + let timeList = [] + for (var i = 1; i <= 59; i++) { + i = i > 9 ? i : '0' + i + mindata.push(i + '分'); } -} - -function getDate(type) { - const date = new Date(); - let year = date.getFullYear(); - let month = date.getMonth() + 1; - let day = date.getDate(); - month = month > 9 ? month : '0' + month;; - day = day > 9 ? day : '0' + day; - if (type === 'tow') { - year = year - 2; - return `${year}-${month}-${day}`; + for (var i = 0; i <= 59; i++) { + i = i > 9 ? i : '0' + i + secondData.push(i + '秒'); } - if (type === 'start') { - year = year; - return `${year}-${month}-${day}`; - } - if (type === 'end') { - year = year + 60; - return `${year}-${month}-${day}`; - } - if (type == "m") { - if (month == "01" || month == "03" || month == "05" || month == "07" || month == "08" || month == "10" || - month == "12") { - return year + "/" + month + "/01" + "~" + year + "/" + month + "/31"; - } else if (month == "02") { - if ((year % 4 == 0 && year % 100 != 0) || (year % 100 == 0 && year % 400 == 0)) { - return year + "/" + month + "/01" + "~" + year + "/" + month + "/29"; - } else { - return year + "/" + month + "/01" + "~" + year + "/" + month + "/28"; - }; - } else { - return year + "/" + month + "/01" + "~" + year + "/" + month + "/30"; - }; - } -} - -function GetDateStr(AddDayCount) { - var dd = new Date(); - dd.setDate(dd.getDate() + AddDayCount); //获取AddDayCount天后的日期 - var y = dd.getFullYear(); - var m = (dd.getMonth() + 1) < 10 ? "0" + (dd.getMonth() + 1) : (dd.getMonth() + 1); //获取当前月份的日期,不足10补0 - var d = dd.getDate() < 10 ? "0" + dd.getDate() : dd.getDate(); //获取当前几号,不足10补0 - return y + "-" + m + "-" + d; -} - -// 获取当前日期 -function getTime() { - var date = new Date() - var todate = - ((date.getMonth() + 1) < 10 ? ('0' + (date.getMonth() + 1)) : date.getMonth() + - 1) + '月' + (date.getDate() < 10 ? ('0' + date.getDate()) : date.getDate() + '日') - return todate -} -// 根据出生日期获取年龄 -function getAge(str) { - var r = str.match(/^(\d{1,4})(-|\/)(\d{1,2})\2(\d{1,2})/); - if (r == null) return false; - - var d = new Date(r[1], r[3] - 1, r[4]); - var returnStr = "输入的日期格式错误!"; - - if (d.getFullYear() == r[1] && (d.getMonth() + 1) == r[3] && d.getDate() == r[4]) { - - var date = new Date(); - var yearNow = date.getFullYear(); - var monthNow = date.getMonth() + 1; - var dayNow = date.getDate(); - - var largeMonths = [1, 3, 5, 7, 8, 10, 12], //大月, 用于计算天,只在年月都为零时,天数有效 - lastMonth = monthNow - 1 > 0 ? monthNow - 1 : 12, // 上一个月的月份 - isLeapYear = false, // 是否是闰年 - daysOFMonth = 0; // 当前日期的上一个月多少天 - - if ((yearNow % 4 === 0 && yearNow % 100 !== 0) || yearNow % 400 === 0) { // 是否闰年, 用于计算天,只在年月都为零时,天数有效 - isLeapYear = true; - } - - if (largeMonths.indexOf(lastMonth) > -1) { - daysOFMonth = 31; - } else if (lastMonth === 2) { - if (isLeapYear) { - daysOFMonth = 29; - } else { - daysOFMonth = 28; - } - } else { - daysOFMonth = 30; - } - - var Y = yearNow - parseInt(r[1]); - var M = monthNow - parseInt(r[3]); - var D = dayNow - parseInt(r[4]); - if (D < 0) { - D = D + daysOFMonth; //借一个月 - M--; - } - if (M < 0) { // 借一年 12个月 - Y--; - M = M + 12; // - } - - if (Y < 0) { - returnStr = "出生日期有误!"; - - } else if (Y === 0) { - if (M === 0) { - returnStr = D + "天"; - } else { - returnStr = M + "个月"; - } - } else { - if (M === 0) { - returnStr = Y + "岁"; - } else { - returnStr = Y + "岁" + M + "个月"; - } - } - } - return returnStr; + timeList[0] = mindata + timeList[1] = secondData + return timeList } function getMonth(dates, months) { @@ -264,4 +124,56 @@ function getMonth(dates, months) { } else { return year + '/' + month + "/01" + "~" + year + "/" + month + "/30"; }; -}; \ No newline at end of file +}; + +function getDate(type) { + const date = new Date(); + let year = date.getFullYear(); + let month = date.getMonth() + 1; + let day = date.getDate(); + month = month > 9 ? month : '0' + month; + day = day > 9 ? day : '0' + day; + if (type === 'tow') { + year = year - 2; + return `${year}/${month}/${day}`; + } + if (type === 'start') { + year = year; + return `${year}/${month}/${day}`; + } + if (type === 'end') { + year = year + 60; + return `${year}/${month}/${day}`; + } + if (type === 'year') { + year = year; + return `${year}`; + } + if (type === 'month') { + year = year; + return `${year}/${month}`; + } + if (type == "m") { + if (month == "01" || month == "03" || month == "05" || month == "07" || month == "08" || month == "10" || + month == "12") { + return year + "/" + month + "/01" + "~" + year + "/" + month + "/31"; + } else if (month == "02") { + if ((year % 4 == 0 && year % 100 != 0) || (year % 100 == 0 && year % 400 == 0)) { + return year + "/" + month + "/01" + "~" + year + "/" + month + "/29"; + } else { + return year + "/" + month + "/01" + "~" + year + "/" + month + "/28"; + }; + } else { + return year + "/" + month + "/01" + "~" + year + "/" + month + "/30"; + }; + } +} +//获取AddDayCount天后的日期 +function GetDateStr(AddDayCount) { + var dd = new Date(); + dd.setDate(dd.getDate() + AddDayCount); + var y = dd.getFullYear(); + var m = (dd.getMonth() + 1) < 10 ? "0" + (dd.getMonth() + 1) : (dd.getMonth() + 1); //获取当前月份的日期,不足10补0 + var d = dd.getDate() < 10 ? "0" + dd.getDate() : dd.getDate(); //获取当前几号,不足10补0 + return y + "/" + m + "/" + d; +} \ No newline at end of file diff --git a/uni.scss b/uni.scss index 1f1c772b..6164e5e3 100644 --- a/uni.scss +++ b/uni.scss @@ -13,7 +13,6 @@ */ /* 颜色变量 */ - /* 行为相关颜色 */ $uni-color-primary: #007aff; $uni-color-success: #4cd964; diff --git a/uni_modules/qiun-data-charts/js_sdk/u-charts/config-ucharts.js b/uni_modules/qiun-data-charts/js_sdk/u-charts/config-ucharts.js index 31df12b0..9b54b8e4 100644 --- a/uni_modules/qiun-data-charts/js_sdk/u-charts/config-ucharts.js +++ b/uni_modules/qiun-data-charts/js_sdk/u-charts/config-ucharts.js @@ -236,21 +236,21 @@ const cfu = { "type": "arcbar", "color": color, "title": { - "name": "百分比", + "name": "", "fontSize": 25, "color": "#00FF00" }, "subtitle": { - "name": "默认标题", + "name": "", "fontSize": 15, "color": "#666666" }, "extra": { "arcbar": { - "type": "default", + "type": "circle", "width": 12, "backgroundColor": "#E9E9E9", - "startAngle": 0.75, + "startAngle": 1.5, "endAngle": 0.25, "gap": 2 } @@ -337,11 +337,14 @@ const cfu = { "disableGrid": true, }, "yAxis": { + "gridType": "dash", + "disableGrid": true, + "gridColor": '#ffffff', "data": [{ "min": 0 }] }, - "legend": {}, + "extra": { "column": { "type": "group", diff --git a/uni_modules/uni-datetime-picker/changelog.md b/uni_modules/uni-datetime-picker/changelog.md new file mode 100644 index 00000000..8798e937 --- /dev/null +++ b/uni_modules/uni-datetime-picker/changelog.md @@ -0,0 +1,160 @@ +## 2.2.34(2024-04-24) +- 新增 日期点击事件,在点击日期时会触发该事件。 +## 2.2.33(2024-04-15) +- 修复 抖音小程序事件传递失效bug +## 2.2.32(2024-02-20) +- 修复 日历的close事件触发异常的bug [详情](https://github.com/dcloudio/uni-ui/issues/844) +## 2.2.31(2024-02-20) +- 修复 h5平台 右边日历的月份默认+1的bug [详情](https://github.com/dcloudio/uni-ui/issues/841) +## 2.2.30(2024-01-31) +- 修复 隐藏“秒”时,在IOS15及以下版本时出现 结束时间在开始时间之前 的bug [详情](https://github.com/dcloudio/uni-ui/issues/788) +## 2.2.29(2024-01-20) +- 新增 show事件,弹窗弹出时触发该事件 [详情](https://github.com/dcloudio/uni-app/issues/4694) +## 2.2.28(2024-01-18) +- 去除 noChange事件,当进行日期范围选择时,若只选了一天,则开始结束日期都为同一天 [详情](https://github.com/dcloudio/uni-ui/issues/815) +## 2.2.27(2024-01-10) +- 优化 增加noChange事件,当进行日期范围选择时,若有空值,则触发该事件 [详情](https://github.com/dcloudio/uni-ui/issues/815) +## 2.2.26(2024-01-08) +- 修复 字节小程序时间选择范围器失效问题 [详情](https://github.com/dcloudio/uni-ui/issues/834) +## 2.2.25(2023-10-18) +- 修复 PC端初次修改时间,开始时间未更新的Bug [详情](https://github.com/dcloudio/uni-ui/issues/737) +## 2.2.24(2023-06-02) +- 修复 部分情况修改时间,开始、结束时间显示异常的Bug [详情](https://ask.dcloud.net.cn/question/171146) +- 优化 当前月可以选择上月、下月的日期的Bug +## 2.2.23(2023-05-02) +- 修复 部分情况修改时间,开始时间未更新的Bug [详情](https://github.com/dcloudio/uni-ui/issues/737) +- 修复 部分平台及设备第一次点击无法显示弹框的Bug +- 修复 ios 日期格式未补零显示及使用异常的Bug [详情](https://ask.dcloud.net.cn/question/162979) +## 2.2.22(2023-03-30) +- 修复 日历 picker 修改年月后,自动选中当月1日的Bug [详情](https://ask.dcloud.net.cn/question/165937) +- 修复 小程序端 低版本 ios NaN的Bug [详情](https://ask.dcloud.net.cn/question/162979) +## 2.2.21(2023-02-20) +- 修复 firefox 浏览器显示区域点击无法拉起日历弹框的Bug [详情](https://ask.dcloud.net.cn/question/163362) +## 2.2.20(2023-02-17) +- 优化 值为空依然选中当天问题 +- 优化 提供 default-value 属性支持配置选择器打开时默认显示的时间 +- 优化 非范围选择未选择日期时间,点击确认按钮选中当前日期时间 +- 优化 字节小程序日期时间范围选择,底部日期换行的Bug +## 2.2.19(2023-02-09) +- 修复 2.2.18 引起范围选择配置 end 选择无效的Bug [详情](https://github.com/dcloudio/uni-ui/issues/686) +## 2.2.18(2023-02-08) +- 修复 移动端范围选择change事件触发异常的Bug [详情](https://github.com/dcloudio/uni-ui/issues/684) +- 优化 PC端输入日期格式错误时返回当前日期时间 +- 优化 PC端输入日期时间超出 start、end 限制的Bug +- 优化 移动端日期时间范围用法时间展示不完整问题 +## 2.2.17(2023-02-04) +- 修复 小程序端绑定 Date 类型报错的Bug [详情](https://github.com/dcloudio/uni-ui/issues/679) +- 修复 vue3 time-picker 无法显示绑定时分秒的Bug +## 2.2.16(2023-02-02) +- 修复 字节小程序报错的Bug +## 2.2.15(2023-02-02) +- 修复 某些情况切换月份错误的Bug +## 2.2.14(2023-01-30) +- 修复 某些情况切换月份错误的Bug [详情](https://ask.dcloud.net.cn/question/162033) +## 2.2.13(2023-01-10) +- 修复 多次加载组件造成内存占用的Bug +## 2.2.12(2022-12-01) +- 修复 vue3 下 i18n 国际化初始值不正确的Bug +## 2.2.11(2022-09-19) +- 修复 支付宝小程序样式错乱的Bug [详情](https://github.com/dcloudio/uni-app/issues/3861) +## 2.2.10(2022-09-19) +- 修复 反向选择日期范围,日期显示异常的Bug [详情](https://ask.dcloud.net.cn/question/153401?item_id=212892&rf=false) +## 2.2.9(2022-09-16) +- 可以使用 uni-scss 控制主题色 +## 2.2.8(2022-09-08) +- 修复 close事件无效的Bug +## 2.2.7(2022-09-05) +- 修复 移动端 maskClick 无效的Bug [详情](https://ask.dcloud.net.cn/question/140824) +## 2.2.6(2022-06-30) +- 优化 组件样式,调整了组件图标大小、高度、颜色等,与uni-ui风格保持一致 +## 2.2.5(2022-06-24) +- 修复 日历顶部年月及底部确认未国际化的Bug +## 2.2.4(2022-03-31) +- 修复 Vue3 下动态赋值,单选类型未响应的Bug +## 2.2.3(2022-03-28) +- 修复 Vue3 下动态赋值未响应的Bug +## 2.2.2(2021-12-10) +- 修复 clear-icon 属性在小程序平台不生效的Bug +## 2.2.1(2021-12-10) +- 修复 日期范围选在小程序平台,必须多点击一次才能取消选中状态的Bug +## 2.2.0(2021-11-19) +- 优化 组件UI,并提供设计资源 [详情](https://uniapp.dcloud.io/component/uniui/resource) +- 文档迁移 [https://uniapp.dcloud.io/component/uniui/uni-datetime-picker](https://uniapp.dcloud.io/component/uniui/uni-datetime-picker) +## 2.1.5(2021-11-09) +- 新增 提供组件设计资源,组件样式调整 +## 2.1.4(2021-09-10) +- 修复 hide-second 在移动端的Bug +- 修复 单选赋默认值时,赋值日期未高亮的Bug +- 修复 赋默认值时,移动端未正确显示时间的Bug +## 2.1.3(2021-09-09) +- 新增 hide-second 属性,支持只使用时分,隐藏秒 +## 2.1.2(2021-09-03) +- 优化 取消选中时(范围选)直接开始下一次选择, 避免多点一次 +- 优化 移动端支持清除按钮,同时支持通过 ref 调用组件的 clear 方法 +- 优化 调整字号大小,美化日历界面 +- 修复 因国际化导致的 placeholder 失效的Bug +## 2.1.1(2021-08-24) +- 新增 支持国际化 +- 优化 范围选择器在 pc 端过宽的问题 +## 2.1.0(2021-08-09) +- 新增 适配 vue3 +## 2.0.19(2021-08-09) +- 新增 支持作为 uni-forms 子组件相关功能 +- 修复 在 uni-forms 中使用时,选择时间报 NAN 错误的Bug +## 2.0.18(2021-08-05) +- 修复 type 属性动态赋值无效的Bug +- 修复 ‘确认’按钮被 tabbar 遮盖 bug +- 修复 组件未赋值时范围选左、右日历相同的Bug +## 2.0.17(2021-08-04) +- 修复 范围选未正确显示当前值的Bug +- 修复 h5 平台(移动端)报错 'cale' of undefined 的Bug +## 2.0.16(2021-07-21) +- 新增 return-type 属性支持返回 date 日期对象 +## 2.0.15(2021-07-14) +- 修复 单选日期类型,初始赋值后不在当前日历的Bug +- 新增 clearIcon 属性,显示框的清空按钮可配置显示隐藏(仅 pc 有效) +- 优化 移动端移除显示框的清空按钮,无实际用途 +## 2.0.14(2021-07-14) +- 修复 组件赋值为空,界面未更新的Bug +- 修复 start 和 end 不能动态赋值的Bug +- 修复 范围选类型,用户选择后再次选择右侧日历(结束日期)显示不正确的Bug +## 2.0.13(2021-07-08) +- 修复 范围选择不能动态赋值的Bug +## 2.0.12(2021-07-08) +- 修复 范围选择的初始时间在一个月内时,造成无法选择的bug +## 2.0.11(2021-07-08) +- 优化 弹出层在超出视窗边缘定位不准确的问题 +## 2.0.10(2021-07-08) +- 修复 范围起始点样式的背景色与今日样式的字体前景色融合,导致日期字体看不清的Bug +- 优化 弹出层在超出视窗边缘被遮盖的问题 +## 2.0.9(2021-07-07) +- 新增 maskClick 事件 +- 修复 特殊情况日历 rpx 布局错误的Bug,rpx -> px +- 修复 范围选择时清空返回值不合理的bug,['', ''] -> [] +## 2.0.8(2021-07-07) +- 新增 日期时间显示框支持插槽 +## 2.0.7(2021-07-01) +- 优化 添加 uni-icons 依赖 +## 2.0.6(2021-05-22) +- 修复 图标在小程序上不显示的Bug +- 优化 重命名引用组件,避免潜在组件命名冲突 +## 2.0.5(2021-05-20) +- 优化 代码目录扁平化 +## 2.0.4(2021-05-12) +- 新增 组件示例地址 +## 2.0.3(2021-05-10) +- 修复 ios 下不识别 '-' 日期格式的Bug +- 优化 pc 下弹出层添加边框和阴影 +## 2.0.2(2021-05-08) +- 修复 在 admin 中获取弹出层定位错误的bug +## 2.0.1(2021-05-08) +- 修复 type 属性向下兼容,默认值从 date 变更为 datetime +## 2.0.0(2021-04-30) +- 支持日历形式的日期+时间的范围选择 + > 注意:此版本不向后兼容,不再支持单独时间选择(type=time)及相关的 hide-second 属性(时间选可使用内置组件 picker) +## 1.0.6(2021-03-18) +- 新增 hide-second 属性,时间支持仅选择时、分 +- 修复 选择跟显示的日期不一样的Bug +- 修复 chang事件触发2次的Bug +- 修复 分、秒 end 范围错误的Bug +- 优化 更好的 nvue 适配 diff --git a/uni_modules/uni-datetime-picker/components/uni-datetime-picker/calendar-item.vue b/uni_modules/uni-datetime-picker/components/uni-datetime-picker/calendar-item.vue new file mode 100644 index 00000000..dba98879 --- /dev/null +++ b/uni_modules/uni-datetime-picker/components/uni-datetime-picker/calendar-item.vue @@ -0,0 +1,177 @@ + + + + + diff --git a/uni_modules/uni-datetime-picker/components/uni-datetime-picker/calendar.vue b/uni_modules/uni-datetime-picker/components/uni-datetime-picker/calendar.vue new file mode 100644 index 00000000..12561052 --- /dev/null +++ b/uni_modules/uni-datetime-picker/components/uni-datetime-picker/calendar.vue @@ -0,0 +1,958 @@ + + + + + diff --git a/uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/en.json b/uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/en.json new file mode 100644 index 00000000..024f22f6 --- /dev/null +++ b/uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/en.json @@ -0,0 +1,22 @@ +{ + "uni-datetime-picker.selectDate": "select date", + "uni-datetime-picker.selectTime": "select time", + "uni-datetime-picker.selectDateTime": "select date and time", + "uni-datetime-picker.startDate": "start date", + "uni-datetime-picker.endDate": "end date", + "uni-datetime-picker.startTime": "start time", + "uni-datetime-picker.endTime": "end time", + "uni-datetime-picker.ok": "ok", + "uni-datetime-picker.clear": "clear", + "uni-datetime-picker.cancel": "cancel", + "uni-datetime-picker.year": "-", + "uni-datetime-picker.month": "", + "uni-calender.MON": "MON", + "uni-calender.TUE": "TUE", + "uni-calender.WED": "WED", + "uni-calender.THU": "THU", + "uni-calender.FRI": "FRI", + "uni-calender.SAT": "SAT", + "uni-calender.SUN": "SUN", + "uni-calender.confirm": "confirm" +} diff --git a/uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/index.js b/uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/index.js new file mode 100644 index 00000000..de7509c8 --- /dev/null +++ b/uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/index.js @@ -0,0 +1,8 @@ +import en from './en.json' +import zhHans from './zh-Hans.json' +import zhHant from './zh-Hant.json' +export default { + en, + 'zh-Hans': zhHans, + 'zh-Hant': zhHant +} diff --git a/uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/zh-Hans.json b/uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/zh-Hans.json new file mode 100644 index 00000000..d2df5e72 --- /dev/null +++ b/uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/zh-Hans.json @@ -0,0 +1,22 @@ +{ + "uni-datetime-picker.selectDate": "选择日期", + "uni-datetime-picker.selectTime": "选择时间", + "uni-datetime-picker.selectDateTime": "选择日期时间", + "uni-datetime-picker.startDate": "开始日期", + "uni-datetime-picker.endDate": "结束日期", + "uni-datetime-picker.startTime": "开始时间", + "uni-datetime-picker.endTime": "结束时间", + "uni-datetime-picker.ok": "确定", + "uni-datetime-picker.clear": "清除", + "uni-datetime-picker.cancel": "取消", + "uni-datetime-picker.year": "年", + "uni-datetime-picker.month": "月", + "uni-calender.SUN": "日", + "uni-calender.MON": "一", + "uni-calender.TUE": "二", + "uni-calender.WED": "三", + "uni-calender.THU": "四", + "uni-calender.FRI": "五", + "uni-calender.SAT": "六", + "uni-calender.confirm": "确认" +} \ No newline at end of file diff --git a/uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/zh-Hant.json b/uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/zh-Hant.json new file mode 100644 index 00000000..d23fa3c3 --- /dev/null +++ b/uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/zh-Hant.json @@ -0,0 +1,22 @@ +{ + "uni-datetime-picker.selectDate": "選擇日期", + "uni-datetime-picker.selectTime": "選擇時間", + "uni-datetime-picker.selectDateTime": "選擇日期時間", + "uni-datetime-picker.startDate": "開始日期", + "uni-datetime-picker.endDate": "結束日期", + "uni-datetime-picker.startTime": "開始时间", + "uni-datetime-picker.endTime": "結束时间", + "uni-datetime-picker.ok": "確定", + "uni-datetime-picker.clear": "清除", + "uni-datetime-picker.cancel": "取消", + "uni-datetime-picker.year": "年", + "uni-datetime-picker.month": "月", + "uni-calender.SUN": "日", + "uni-calender.MON": "一", + "uni-calender.TUE": "二", + "uni-calender.WED": "三", + "uni-calender.THU": "四", + "uni-calender.FRI": "五", + "uni-calender.SAT": "六", + "uni-calender.confirm": "確認" +} \ No newline at end of file diff --git a/uni_modules/uni-datetime-picker/components/uni-datetime-picker/time-picker.vue b/uni_modules/uni-datetime-picker/components/uni-datetime-picker/time-picker.vue new file mode 100644 index 00000000..3298f980 --- /dev/null +++ b/uni_modules/uni-datetime-picker/components/uni-datetime-picker/time-picker.vue @@ -0,0 +1,934 @@ + + + + + diff --git a/uni_modules/uni-datetime-picker/components/uni-datetime-picker/uni-datetime-picker.vue b/uni_modules/uni-datetime-picker/components/uni-datetime-picker/uni-datetime-picker.vue new file mode 100644 index 00000000..b98977a8 --- /dev/null +++ b/uni_modules/uni-datetime-picker/components/uni-datetime-picker/uni-datetime-picker.vue @@ -0,0 +1,1051 @@ + + + + diff --git a/uni_modules/uni-datetime-picker/components/uni-datetime-picker/util.js b/uni_modules/uni-datetime-picker/components/uni-datetime-picker/util.js new file mode 100644 index 00000000..01802fa5 --- /dev/null +++ b/uni_modules/uni-datetime-picker/components/uni-datetime-picker/util.js @@ -0,0 +1,421 @@ +class Calendar { + constructor({ + selected, + startDate, + endDate, + range, + } = {}) { + // 当前日期 + this.date = this.getDateObj(new Date()) // 当前初入日期 + // 打点信息 + this.selected = selected || []; + // 起始时间 + this.startDate = startDate + // 终止时间 + this.endDate = endDate + // 是否范围选择 + this.range = range + // 多选状态 + this.cleanMultipleStatus() + // 每周日期 + this.weeks = {} + this.lastHover = false + } + /** + * 设置日期 + * @param {Object} date + */ + setDate(date) { + const selectDate = this.getDateObj(date) + this.getWeeks(selectDate.fullDate) + } + + /** + * 清理多选状态 + */ + cleanMultipleStatus() { + this.multipleStatus = { + before: '', + after: '', + data: [] + } + } + + setStartDate(startDate) { + this.startDate = startDate + } + + setEndDate(endDate) { + this.endDate = endDate + } + + getPreMonthObj(date) { + date = fixIosDateFormat(date) + date = new Date(date) + + const oldMonth = date.getMonth() + date.setMonth(oldMonth - 1) + const newMonth = date.getMonth() + if (oldMonth !== 0 && newMonth - oldMonth === 0) { + date.setMonth(newMonth - 1) + } + return this.getDateObj(date) + } + getNextMonthObj(date) { + date = fixIosDateFormat(date) + date = new Date(date) + + const oldMonth = date.getMonth() + date.setMonth(oldMonth + 1) + const newMonth = date.getMonth() + if (newMonth - oldMonth > 1) { + date.setMonth(newMonth - 1) + } + return this.getDateObj(date) + } + + /** + * 获取指定格式Date对象 + */ + getDateObj(date) { + date = fixIosDateFormat(date) + date = new Date(date) + + return { + fullDate: getDate(date), + year: date.getFullYear(), + month: addZero(date.getMonth() + 1), + date: addZero(date.getDate()), + day: date.getDay() + } + } + + /** + * 获取上一个月日期集合 + */ + getPreMonthDays(amount, dateObj) { + const result = [] + for (let i = amount - 1; i >= 0; i--) { + const month = dateObj.month - 1 + result.push({ + date: new Date(dateObj.year, month, -i).getDate(), + month, + disable: true + }) + } + return result + } + /** + * 获取本月日期集合 + */ + getCurrentMonthDays(amount, dateObj) { + const result = [] + const fullDate = this.date.fullDate + for (let i = 1; i <= amount; i++) { + const currentDate = `${dateObj.year}-${dateObj.month}-${addZero(i)}` + const isToday = fullDate === currentDate + // 获取打点信息 + const info = this.selected && this.selected.find((item) => { + if (this.dateEqual(currentDate, item.date)) { + return item + } + }) + + // 日期禁用 + let disableBefore = true + let disableAfter = true + if (this.startDate) { + disableBefore = dateCompare(this.startDate, currentDate) + } + + if (this.endDate) { + disableAfter = dateCompare(currentDate, this.endDate) + } + + let multiples = this.multipleStatus.data + let multiplesStatus = -1 + if (this.range && multiples) { + multiplesStatus = multiples.findIndex((item) => { + return this.dateEqual(item, currentDate) + }) + } + const checked = multiplesStatus !== -1 + + result.push({ + fullDate: currentDate, + year: dateObj.year, + date: i, + multiple: this.range ? checked : false, + beforeMultiple: this.isLogicBefore(currentDate, this.multipleStatus.before, this.multipleStatus.after), + afterMultiple: this.isLogicAfter(currentDate, this.multipleStatus.before, this.multipleStatus.after), + month: dateObj.month, + disable: (this.startDate && !dateCompare(this.startDate, currentDate)) || (this.endDate && !dateCompare( + currentDate, this.endDate)), + isToday, + userChecked: false, + extraInfo: info + }) + } + return result + } + /** + * 获取下一个月日期集合 + */ + _getNextMonthDays(amount, dateObj) { + const result = [] + const month = dateObj.month + 1 + for (let i = 1; i <= amount; i++) { + result.push({ + date: i, + month, + disable: true + }) + } + return result + } + + /** + * 获取当前日期详情 + * @param {Object} date + */ + getInfo(date) { + if (!date) { + date = new Date() + } + + return this.calendar.find(item => item.fullDate === this.getDateObj(date).fullDate) + } + + /** + * 比较时间是否相等 + */ + dateEqual(before, after) { + before = new Date(fixIosDateFormat(before)) + after = new Date(fixIosDateFormat(after)) + return before.valueOf() === after.valueOf() + } + + /** + * 比较真实起始日期 + */ + + isLogicBefore(currentDate, before, after) { + let logicBefore = before + if (before && after) { + logicBefore = dateCompare(before, after) ? before : after + } + return this.dateEqual(logicBefore, currentDate) + } + + isLogicAfter(currentDate, before, after) { + let logicAfter = after + if (before && after) { + logicAfter = dateCompare(before, after) ? after : before + } + return this.dateEqual(logicAfter, currentDate) + } + + /** + * 获取日期范围内所有日期 + * @param {Object} begin + * @param {Object} end + */ + geDateAll(begin, end) { + var arr = [] + var ab = begin.split('-') + var ae = end.split('-') + var db = new Date() + db.setFullYear(ab[0], ab[1] - 1, ab[2]) + var de = new Date() + de.setFullYear(ae[0], ae[1] - 1, ae[2]) + var unixDb = db.getTime() - 24 * 60 * 60 * 1000 + var unixDe = de.getTime() - 24 * 60 * 60 * 1000 + for (var k = unixDb; k <= unixDe;) { + k = k + 24 * 60 * 60 * 1000 + arr.push(this.getDateObj(new Date(parseInt(k))).fullDate) + } + return arr + } + + /** + * 获取多选状态 + */ + setMultiple(fullDate) { + if (!this.range) return + + let { + before, + after + } = this.multipleStatus + if (before && after) { + if (!this.lastHover) { + this.lastHover = true + return + } + this.multipleStatus.before = fullDate + this.multipleStatus.after = '' + this.multipleStatus.data = [] + this.multipleStatus.fulldate = '' + this.lastHover = false + } else { + if (!before) { + this.multipleStatus.before = fullDate + this.multipleStatus.after = undefined; + this.lastHover = false + } else { + this.multipleStatus.after = fullDate + if (dateCompare(this.multipleStatus.before, this.multipleStatus.after)) { + this.multipleStatus.data = this.geDateAll(this.multipleStatus.before, this.multipleStatus + .after); + } else { + this.multipleStatus.data = this.geDateAll(this.multipleStatus.after, this.multipleStatus + .before); + } + this.lastHover = true + } + } + this.getWeeks(fullDate) + } + + /** + * 鼠标 hover 更新多选状态 + */ + setHoverMultiple(fullDate) { + //抖音小程序点击会触发hover事件,需要避免一下 + // #ifndef MP-TOUTIAO + if (!this.range || this.lastHover) return + const { + before + } = this.multipleStatus + + if (!before) { + this.multipleStatus.before = fullDate + } else { + this.multipleStatus.after = fullDate + if (dateCompare(this.multipleStatus.before, this.multipleStatus.after)) { + this.multipleStatus.data = this.geDateAll(this.multipleStatus.before, this.multipleStatus.after); + } else { + this.multipleStatus.data = this.geDateAll(this.multipleStatus.after, this.multipleStatus.before); + } + } + this.getWeeks(fullDate) + // #endif + + } + + /** + * 更新默认值多选状态 + */ + setDefaultMultiple(before, after) { + this.multipleStatus.before = before + this.multipleStatus.after = after + if (before && after) { + if (dateCompare(before, after)) { + this.multipleStatus.data = this.geDateAll(before, after); + this.getWeeks(after) + } else { + this.multipleStatus.data = this.geDateAll(after, before); + this.getWeeks(before) + } + } + } + + /** + * 获取每周数据 + * @param {Object} dateData + */ + getWeeks(dateData) { + const { + year, + month, + } = this.getDateObj(dateData) + + const preMonthDayAmount = new Date(year, month - 1, 1).getDay() + const preMonthDays = this.getPreMonthDays(preMonthDayAmount, this.getDateObj(dateData)) + + const currentMonthDayAmount = new Date(year, month, 0).getDate() + const currentMonthDays = this.getCurrentMonthDays(currentMonthDayAmount, this.getDateObj(dateData)) + + const nextMonthDayAmount = 42 - preMonthDayAmount - currentMonthDayAmount + const nextMonthDays = this._getNextMonthDays(nextMonthDayAmount, this.getDateObj(dateData)) + + const calendarDays = [...preMonthDays, ...currentMonthDays, ...nextMonthDays] + + const weeks = new Array(6) + for (let i = 0; i < calendarDays.length; i++) { + const index = Math.floor(i / 7) + if (!weeks[index]) { + weeks[index] = new Array(7) + } + weeks[index][i % 7] = calendarDays[i] + } + + this.calendar = calendarDays + this.weeks = weeks + } +} + +function getDateTime(date, hideSecond) { + return `${getDate(date)} ${getTime(date, hideSecond)}` +} + +function getDate(date) { + date = fixIosDateFormat(date) + date = new Date(date) + const year = date.getFullYear() + const month = date.getMonth() + 1 + const day = date.getDate() + return `${year}-${addZero(month)}-${addZero(day)}` +} + +function getTime(date, hideSecond) { + date = fixIosDateFormat(date) + date = new Date(date) + const hour = date.getHours() + const minute = date.getMinutes() + const second = date.getSeconds() + return hideSecond ? `${addZero(hour)}:${addZero(minute)}` : `${addZero(hour)}:${addZero(minute)}:${addZero(second)}` +} + +function addZero(num) { + if (num < 10) { + num = `0${num}` + } + return num +} + +function getDefaultSecond(hideSecond) { + return hideSecond ? '00:00' : '00:00:00' +} + +function dateCompare(startDate, endDate) { + startDate = new Date(fixIosDateFormat(startDate)) + endDate = new Date(fixIosDateFormat(endDate)) + return startDate <= endDate +} + +function checkDate(date) { + const dateReg = /((19|20)\d{2})(-|\/)\d{1,2}(-|\/)\d{1,2}/g + return date.match(dateReg) +} +//ios低版本15及以下,无法匹配 没有 ’秒‘ 时的情况,所以需要在末尾 秒 加上 问号 +const dateTimeReg = /^\d{4}-(0?[1-9]|1[012])-(0?[1-9]|[12][0-9]|3[01])( [0-5]?[0-9]:[0-5]?[0-9](:[0-5]?[0-9])?)?$/; + +function fixIosDateFormat(value) { + if (typeof value === 'string' && dateTimeReg.test(value)) { + value = value.replace(/-/g, '/') + } + return value +} + +export { + Calendar, + getDateTime, + getDate, + getTime, + addZero, + getDefaultSecond, + dateCompare, + checkDate, + fixIosDateFormat +} diff --git a/uni_modules/uni-datetime-picker/package.json b/uni_modules/uni-datetime-picker/package.json new file mode 100644 index 00000000..4d1b05c5 --- /dev/null +++ b/uni_modules/uni-datetime-picker/package.json @@ -0,0 +1,88 @@ +{ + "id": "uni-datetime-picker", + "displayName": "uni-datetime-picker 日期选择器", + "version": "2.2.34", + "description": "uni-datetime-picker 日期时间选择器,支持日历,支持范围选择", + "keywords": [ + "uni-datetime-picker", + "uni-ui", + "uniui", + "日期时间选择器", + "日期时间" +], + "repository": "https://github.com/dcloudio/uni-ui", + "engines": { + "HBuilderX": "" + }, + "directories": { + "example": "../../temps/example_temps" + }, +"dcloudext": { + "sale": { + "regular": { + "price": "0.00" + }, + "sourcecode": { + "price": "0.00" + } + }, + "contact": { + "qq": "" + }, + "declaration": { + "ads": "无", + "data": "无", + "permissions": "无" + }, + "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui", + "type": "component-vue" + }, + "uni_modules": { + "dependencies": [ + "uni-scss", + "uni-icons" + ], + "encrypt": [], + "platforms": { + "cloud": { + "tcb": "y", + "aliyun": "y", + "alipay": "n" + }, + "client": { + "App": { + "app-vue": "y", + "app-nvue": "n" + }, + "H5-mobile": { + "Safari": "y", + "Android Browser": "y", + "微信浏览器(Android)": "y", + "QQ浏览器(Android)": "y" + }, + "H5-pc": { + "Chrome": "y", + "IE": "y", + "Edge": "y", + "Firefox": "y", + "Safari": "y" + }, + "小程序": { + "微信": "y", + "阿里": "y", + "百度": "y", + "字节跳动": "y", + "QQ": "y" + }, + "快应用": { + "华为": "u", + "联盟": "u" + }, + "Vue": { + "vue2": "y", + "vue3": "y" + } + } + } + } +} diff --git a/uni_modules/uni-datetime-picker/readme.md b/uni_modules/uni-datetime-picker/readme.md new file mode 100644 index 00000000..162fbefa --- /dev/null +++ b/uni_modules/uni-datetime-picker/readme.md @@ -0,0 +1,21 @@ + + +> `重要通知:组件升级更新 2.0.0 后,支持日期+时间范围选择,组件 ui 将使用日历选择日期,ui 变化较大,同时支持 PC 和 移动端。此版本不向后兼容,不再支持单独的时间选择(type=time)及相关的 hide-second 属性(时间选可使用内置组件 picker)。若仍需使用旧版本,可在插件市场下载*非uni_modules版本*,旧版本将不再维护` + +## DatetimePicker 时间选择器 + +> **组件名:uni-datetime-picker** +> 代码块: `uDatetimePicker` + + +该组件的优势是,支持**时间戳**输入和输出(起始时间、终止时间也支持时间戳),可**同时选择**日期和时间。 + +若只是需要单独选择日期和时间,不需要时间戳输入和输出,可使用原生的 picker 组件。 + +**_点击 picker 默认值规则:_** + +- 若设置初始值 value, 会显示在 picker 显示框中 +- 若无初始值 value,则初始值 value 为当前本地时间 Date.now(), 但不会显示在 picker 显示框中 + +### [查看文档](https://uniapp.dcloud.io/component/uniui/uni-datetime-picker) +#### 如使用过程中有任何问题,或者您对uni-ui有一些好的建议,欢迎加入 uni-ui 交流群:871950839 \ No newline at end of file diff --git a/unpackage/cache/appleConfig.ini b/unpackage/cache/appleConfig.ini new file mode 100644 index 00000000..7a43848c --- /dev/null +++ b/unpackage/cache/appleConfig.ini @@ -0,0 +1,17 @@ +[appleAppid] +appleAppid=api.zztc.pcxbc + +[iosStyle] +iosStyle= + +[universalLinks] +universalLinks= +spaceid= + +[universalLinks_qq] +universalLinks_qq= +spaceid_qq= + +[universalLinks_weibo] +universalLinks_weibo= +spaceid_weibo= diff --git a/unpackage/cache/certdataios b/unpackage/cache/certdataios new file mode 100644 index 00000000..128fdefa --- /dev/null +++ b/unpackage/cache/certdataios @@ -0,0 +1,3 @@ +iosProfile=C:\Users\gh\WPS Cloud Files\appuploader_win_latest\ios描述文件.mobileprovision +ioscertFile=C:\Users\gh\WPS Cloud Files\appuploader_win_latest\ios开发证书.p12 +ioscertPassword=e7l98mrpB0Uj4WWFn9y0Mg== diff --git a/unpackage/dist/build/.automator/app-plus/.automator.json b/unpackage/dist/build/.automator/app-plus/.automator.json new file mode 100644 index 00000000..e69de29b diff --git a/unpackage/dist/build/app-plus/__uniappchooselocation.js b/unpackage/dist/build/app-plus/__uniappchooselocation.js new file mode 100644 index 00000000..bd11f4b2 --- /dev/null +++ b/unpackage/dist/build/app-plus/__uniappchooselocation.js @@ -0,0 +1 @@ +!function(e){var t={};function A(a){if(t[a])return t[a].exports;var i=t[a]={i:a,l:!1,exports:{}};return e[a].call(i.exports,i,i.exports,A),i.l=!0,i.exports}A.m=e,A.c=t,A.d=function(e,t,a){A.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:a})},A.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},A.t=function(e,t){if(1&t&&(e=A(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var a=Object.create(null);if(A.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)A.d(a,i,function(t){return e[t]}.bind(null,i));return a},A.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return A.d(t,"a",t),t},A.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},A.p="",A(A.s=41)}([function(e,t){e.exports={}},function(e,t,A){"use strict";function a(e,t,A,a,i,n,o,s,r,c){var l,u="function"==typeof e?e.options:e;if(r){u.components||(u.components={});var d=Object.prototype.hasOwnProperty;for(var h in r)d.call(r,h)&&!d.call(u.components,h)&&(u.components[h]=r[h])}if(c&&((c.beforeCreate||(c.beforeCreate=[])).unshift((function(){this[c.__module]=this})),(u.mixins||(u.mixins=[])).push(c)),t&&(u.render=t,u.staticRenderFns=A,u._compiled=!0),a&&(u.functional=!0),n&&(u._scopeId="data-v-"+n),o?(l=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),i&&i.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(o)},u._ssrRegister=l):i&&(l=s?function(){i.call(this,this.$root.$options.shadowRoot)}:i),l)if(u.functional){u._injectStyles=l;var f=u.render;u.render=function(e,t){return l.call(t),f(e,t)}}else{var g=u.beforeCreate;u.beforeCreate=g?[].concat(g,l):[l]}return{exports:e,options:u}}A.d(t,"a",(function(){return a}))},function(e,t,A){"use strict";var a;Object.defineProperty(t,"__esModule",{value:!0}),t.weexPlus=t.default=void 0,a="function"==typeof getUni?getUni:function(){var e=function(e){return"function"==typeof e},t=function(e){return e.then((function(e){return[null,e]})).catch((function(e){return[e]}))},A=/^\$|^on|^create|Sync$|Manager$|^pause/,a=["os","getCurrentSubNVue","getSubNVueById","stopRecord","stopVoice","stopBackgroundAudio","stopPullDownRefresh","hideKeyboard","hideToast","hideLoading","showNavigationBarLoading","hideNavigationBarLoading","canIUse","navigateBack","closeSocket","pageScrollTo","drawCanvas"],n=function(e){return(!A.test(e)||"createBLEConnection"===e)&&!~a.indexOf(e)},o=function(A){return function(){for(var a=arguments.length,i=Array(a>1?a-1:0),n=1;n0&&void 0!==arguments[0]?arguments[0]:{};return e(o.success)||e(o.fail)||e(o.complete)?A.apply(void 0,[o].concat(i)):t(new Promise((function(e,t){A.apply(void 0,[Object.assign({},o,{success:e,fail:t})].concat(i)),Promise.prototype.finally=function(e){var t=this.constructor;return this.then((function(A){return t.resolve(e()).then((function(){return A}))}),(function(A){return t.resolve(e()).then((function(){throw A}))}))}})))}},s=[],r=void 0;function c(e){s.forEach((function(t){return t({origin:r,data:e})}))}var l=i.webview.currentWebview().id,u=new BroadcastChannel("UNI-APP-SUBNVUE");function d(e){var t=i.webview.getWebviewById(e);return t&&!t.$processed&&function(e){e.$processed=!0;var t=i.webview.currentWebview().id===e.id,A="uniNView"===e.__uniapp_origin_type&&e.__uniapp_origin_id,a=e.id;if(e.postMessage=function(e){A?u.postMessage({data:e,to:t?A:a}):w({type:"UniAppSubNVue",data:e})},e.onMessage=function(e){s.push(e)},e.__uniapp_mask_id){r=e.__uniapp_host;var n=e.__uniapp_mask,o=i.webview.getWebviewById(e.__uniapp_mask_id);o=o.parent()||o;var c=e.show,l=e.hide,d=e.close,h=function(){o.setStyle({mask:n})},f=function(){o.setStyle({mask:"none"})};e.show=function(){h();for(var t=arguments.length,A=Array(t),a=0;a1&&void 0!==arguments[1]?arguments[1]:"GET",A=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"application/x-www-form-urlencoded";return"object"===(void 0===e?"undefined":j(e))?"POST"===t.toUpperCase()&&"application/json"===A.toLowerCase()?JSON.stringify(e):Object.keys(e).map((function(t){return encodeURIComponent(t)+"="+encodeURIComponent(e[t])})).join("&"):e},G=weex.requireModule("plusstorage"),T=weex.requireModule("clipboard"),Q=function(){if("function"==typeof getUniEmitter)return getUniEmitter;var e={$on:function(){console.warn("uni.$on failed")},$off:function(){console.warn("uni.$off failed")},$once:function(){console.warn("uni.$once failed")},$emit:function(){console.warn("uni.$emit failed")}};return function(){return e}}();function U(e,t,A){return e[t].apply(e,A)}var F=Object.freeze({loadFontFace:function(t){var A=t.family,a=t.source,i=(t.desc,t.success),n=(t.fail,t.complete);E.addRule("fontFace",{fontFamily:A,src:a.replace(/"/g,"'")});var o={errMsg:"loadFontFace:ok",status:"loaded"};e(i)&&i(o),e(n)&&n(o)},ready:N,request:function(t){var A=t.url,a=t.data,i=t.header,n=t.method,o=void 0===n?"GET":n,s=t.dataType,r=void 0===s?"json":s,c=(t.responseType,t.success),l=t.fail,u=t.complete,d=!1,h=!1,f={};if(i)for(var g in i)h||"content-type"!==g.toLowerCase()?f[g]=i[g]:(h=!0,f["Content-Type"]=i[g]);return"GET"===o&&a&&(A=A+(~A.indexOf("?")?"&"===A.substr(-1)||"?"===A.substr(-1)?"":"&":"?")+P(a)),O.fetch({url:A,method:o,headers:f,type:"json"===r?"json":"text",body:"GET"!==o?P(a,o,f["Content-Type"]):""},(function(t){var A=t.status,a=(t.ok,t.statusText,t.data),i=t.headers,n={};!A||-1===A||d?(n.errMsg="request:fail",e(l)&&l(n)):(n.data=a,n.statusCode=A,n.header=i,e(c)&&c(n)),e(u)&&u(n)})),{abort:function(){d=!0}}},getStorage:function(t){var A=t.key,a=(t.data,t.success),i=t.fail,n=t.complete;G.getItem(A+"__TYPE",(function(t){if("success"===t.result){var o=t.data;G.getItem(A,(function(t){if("success"===t.result){var A=t.data;o&&A?("String"!==o&&(A=JSON.parse(A)),e(a)&&a({errMsg:"getStorage:ok",data:A})):(t.errMsg="setStorage:fail",e(i)&&i(t))}else t.errMsg="setStorage:fail",e(i)&&i(t);e(n)&&n(t)}))}else t.errMsg="setStorage:fail",e(i)&&i(t),e(n)&&n(t)}))},setStorage:function(t){var A=t.key,a=t.data,i=t.success,n=t.fail,o=t.complete,s="String";"object"===(void 0===a?"undefined":j(a))&&(s="Object",a=JSON.stringify(a)),G.setItem(A,a,(function(t){"success"===t.result?G.setItem(A+"__TYPE",s,(function(t){"success"===t.result?e(i)&&i({errMsg:"setStorage:ok"}):(t.errMsg="setStorage:fail",e(n)&&n(t))})):(t.errMsg="setStorage:fail",e(n)&&n(t)),e(o)&&o(t)}))},removeStorage:function(t){var A=t.key,a=(t.data,t.success),i=t.fail,n=t.complete;G.removeItem(A,(function(t){"success"===t.result?e(a)&&a({errMsg:"removeStorage:ok"}):(t.errMsg="removeStorage:fail",e(i)&&i(t)),e(n)&&n(t)})),G.removeItem(A+"__TYPE")},clearStorage:function(e){e.key,e.data,e.success,e.fail,e.complete},getClipboardData:function(t){var A=t.success,a=(t.fail,t.complete);T.getString((function(t){var i={errMsg:"getClipboardData:ok",data:t.data};e(A)&&A(i),e(a)&&a(i)}))},setClipboardData:function(t){var A=t.data,a=t.success,i=(t.fail,t.complete),n={errMsg:"setClipboardData:ok"};T.setString(A),e(a)&&a(n),e(i)&&i(n)},onSubNVueMessage:c,getSubNVueById:d,getCurrentSubNVue:function(){return d(i.webview.currentWebview().id)},$on:function(){return U(Q(),"$on",[].concat(Array.prototype.slice.call(arguments)))},$off:function(){return U(Q(),"$off",[].concat(Array.prototype.slice.call(arguments)))},$once:function(){return U(Q(),"$once",[].concat(Array.prototype.slice.call(arguments)))},$emit:function(){return U(Q(),"$emit",[].concat(Array.prototype.slice.call(arguments)))}}),R={os:{nvue:!0}},V={};return"undefined"!=typeof Proxy?V=new Proxy({},{get:function(e,t){if("os"===t)return{nvue:!0};if("postMessage"===t)return w;if("requireNativePlugin"===t)return I;if("onNavigationBarButtonTap"===t)return S;if("onNavigationBarSearchInputChanged"===t)return C;if("onNavigationBarSearchInputConfirmed"===t)return D;if("onNavigationBarSearchInputClicked"===t)return L;var A=F[t];return A||(A=b(t)),n(t)?o(A):A}}):(Object.keys(R).forEach((function(e){V[e]=R[e]})),V.postMessage=w,V.requireNativePlugin=I,V.onNavigationBarButtonTap=S,V.onNavigationBarSearchInputChanged=C,V.onNavigationBarSearchInputConfirmed=D,V.onNavigationBarSearchInputClicked=L,Object.keys({uploadFile:!0,downloadFile:!0,chooseImage:!0,previewImage:!0,getImageInfo:!0,saveImageToPhotosAlbum:!0,chooseVideo:!0,saveVideoToPhotosAlbum:!0,saveFile:!0,getSavedFileList:!0,getSavedFileInfo:!0,removeSavedFile:!0,openDocument:!0,setStorage:!0,getStorage:!0,getStorageInfo:!0,removeStorage:!0,clearStorage:!0,getLocation:!0,chooseLocation:!0,openLocation:!0,getSystemInfo:!0,getNetworkType:!0,makePhoneCall:!0,scanCode:!0,setScreenBrightness:!0,getScreenBrightness:!0,setKeepScreenOn:!0,vibrateLong:!0,vibrateShort:!0,addPhoneContact:!0,showToast:!0,showLoading:!0,hideToast:!0,hideLoading:!0,showModal:!0,showActionSheet:!0,setNavigationBarTitle:!0,setNavigationBarColor:!0,navigateTo:!0,redirectTo:!0,reLaunch:!0,switchTab:!0,navigateBack:!0,getProvider:!0,login:!0,getUserInfo:!0,share:!0,requestPayment:!0,subscribePush:!0,unsubscribePush:!0,onPush:!0,offPush:!0}).forEach((function(e){var t=F[e];t||(t=b(e)),n(e)?V[e]=o(t):V[e]=t}))),V};var i=new WeexPlus(weex);t.weexPlus=i;var n=a(weex,i,BroadcastChannel);t.default=n},function(e,t,A){Vue.prototype.__$appStyle__={},Vue.prototype.__merge_style&&Vue.prototype.__merge_style(A(4).default,Vue.prototype.__$appStyle__)},function(e,t,A){"use strict";A.r(t);var a=A(0),i=A.n(a);for(var n in a)"default"!==n&&function(e){A.d(t,e,(function(){return a[e]}))}(n);t.default=i.a},function(e,t,A){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var A={onLoad:function(){this.initMessage()},methods:{initMessage:function(){var t=this,A=e.webview.currentWebview().extras||{},a=A.from,i=(A.callback,A.runtime),n=A.data,o=void 0===n?{}:n,s=A.useGlobalEvent;this.__from=a,this.__runtime=i,this.__page=e.webview.currentWebview().id,this.__useGlobalEvent=s,this.data=JSON.parse(JSON.stringify(o)),e.key.addEventListener("backbutton",(function(){"function"==typeof t.onClose?t.onClose():e.webview.currentWebview().close("auto")}));var r=this,c=function(e){var t=e.data&&e.data.__message;t&&r.__onMessageCallback&&r.__onMessageCallback(t.data)};this.__useGlobalEvent?weex.requireModule("globalEvent").addEventListener("plusMessage",c):new BroadcastChannel(this.__page).onmessage=c},postMessage:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},A=arguments.length>1&&void 0!==arguments[1]&&arguments[1],a=JSON.parse(JSON.stringify({__message:{__page:this.__page,data:t,keep:A}})),i=this.__from;if("v8"===this.__runtime)if(this.__useGlobalEvent)e.webview.postMessageToUniNView(a,i);else{var n=new BroadcastChannel(i);n.postMessage(a)}else{var o=e.webview.getWebviewById(i);o&&o.evalJS("__plusMessage&&__plusMessage(".concat(JSON.stringify({data:a}),")"))}},onMessage:function(e){this.__onMessageCallback=e}}};t.default=A}).call(this,A(2).weexPlus)},function(e,t,A){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var A={data:function(){return{locale:"en",fallbackLocale:"en",localization:{en:{done:"OK",cancel:"Cancel"},zh:{done:"完成",cancel:"取消"},"zh-hans":{},"zh-hant":{},messages:{}}}},onLoad:function(){this.initLocale()},created:function(){this.initLocale()},methods:{initLocale:function(){if(!this.__initLocale){this.__initLocale=!0;var t=(e.webview.currentWebview().extras||{}).data||{};if(t.messages&&(this.localization.messages=t.messages),t.locale)this.locale=t.locale.toLowerCase();else{var A=e.os.language.toLowerCase().split("/")[0].replace("_","-").split("-"),a=A[1];a&&(A[1]={chs:"hans",cn:"hans",sg:"hans",cht:"hant",tw:"hant",hk:"hant",mo:"hant"}[a]||a),A.length=A.length>2?2:A.length,this.locale=A.join("-")}}},localize:function(e){var t=this.locale,A=t.split("-")[0],a=this.fallbackLocale,i=this.localization;function n(e){return i[e]||{}}return n("messages")[e]||n(t)[e]||n(A)[e]||n(a)[e]||e}}};t.default=A}).call(this,A(2).weexPlus)},function(e,t,A){"use strict";var a=A(29),i=A(12),n=A(1);var o=Object(n.a)(i.default,a.b,a.c,!1,null,null,"14d2bcf2",!1,a.a,void 0);(function(e){this.options.style||(this.options.style={}),Vue.prototype.__merge_style&&Vue.prototype.__$appStyle__&&Vue.prototype.__merge_style(Vue.prototype.__$appStyle__,this.options.style),Vue.prototype.__merge_style?Vue.prototype.__merge_style(A(36).default,this.options.style):Object.assign(this.options.style,A(36).default)}).call(o),t.default=o.exports},,,,,function(e,t,A){"use strict";var a=A(13),i=A.n(a);t.default=i.a},function(e,t,A){"use strict";(function(e,a){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=o(A(5)),n=o(A(6));function o(e){return e&&e.__esModule?e:{default:e}}function s(e,t){var A=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),A.push.apply(A,a)}return A}function r(e,t,A){return t in e?Object.defineProperty(e,t,{value:A,enumerable:!0,configurable:!0,writable:!0}):e[t]=A,e}weex.requireModule("dom").addRule("fontFace",{fontFamily:"unichooselocation",src:"url('data:font/truetype;charset=utf-8;base64,AAEAAAALAIAAAwAwR1NVQrD+s+0AAAE4AAAAQk9TLzI8gE4kAAABfAAAAFZjbWFw4nGd6QAAAegAAAGyZ2x5Zn61L/EAAAOoAAACJGhlYWQXJ/zZAAAA4AAAADZoaGVhB94DhgAAALwAAAAkaG10eBQAAAAAAAHUAAAAFGxvY2EBUAGyAAADnAAAAAxtYXhwARMAZgAAARgAAAAgbmFtZWs+cdAAAAXMAAAC2XBvc3SV1XYLAAAIqAAAAE4AAQAAA4D/gABcBAAAAAAABAAAAQAAAAAAAAAAAAAAAAAAAAUAAQAAAAEAAFP+qyxfDzz1AAsEAAAAAADaBFxuAAAAANoEXG4AAP+gBAADYAAAAAgAAgAAAAAAAAABAAAABQBaAAQAAAAAAAIAAAAKAAoAAAD/AAAAAAAAAAEAAAAKAB4ALAABREZMVAAIAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAAAAQQAAZAABQAIAokCzAAAAI8CiQLMAAAB6wAyAQgAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA5grsMgOA/4AAXAOAAIAAAAABAAAAAAAABAAAAAQAAAAEAAAABAAAAAQAAAAAAAAFAAAAAwAAACwAAAAEAAABcgABAAAAAABsAAMAAQAAACwAAwAKAAABcgAEAEAAAAAKAAgAAgAC5grmHOZR7DL//wAA5grmHOZR7DL//wAAAAAAAAAAAAEACgAKAAoACgAAAAQAAwACAAEAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAEAAAAAAAAAABAAA5goAAOYKAAAABAAA5hwAAOYcAAAAAwAA5lEAAOZRAAAAAgAA7DIAAOwyAAAAAQAAAAAAAAB+AKAA0gESAAQAAP+gA+ADYAAAAAkAMQBZAAABIx4BMjY0JiIGBSMuASc1NCYiBh0BDgEHIyIGFBY7AR4BFxUUFjI2PQE+ATczMjY0JgE1NCYiBh0BLgEnMzI2NCYrAT4BNxUUFjI2PQEeARcjIgYUFjsBDgECAFABLUQtLUQtAg8iD9OcEhwSnNMPIg4SEg4iD9OcEhwSnNMPIg4SEv5SEhwSga8OPg4SEg4+Dq+BEhwSga8OPg4SEg4+Dq8BgCItLUQtLQKc0w8iDhISDiIP05wSHBKc0w8iDhISDiIP05wSHBL+gj4OEhIOPg6vgRIcEoGvDj4OEhIOPg6vgRIcEoGvAAEAAAAAA4ECgQAQAAABPgEeAQcBDgEvASY0NhYfAQM2DCIbAgz+TA0kDfcMGiIN1wJyDQIZIg3+IQ4BDf4NIhoBDd0AAQAAAAADAgKCAB0AAAE3PgEuAgYPAScmIgYUHwEHBhQWMj8BFxYyNjQnAjy4CAYGEBcWCLe3DSIaDLi4DBkjDbe3DSMZDAGAtwgWFxAGBgi4uAwaIg23tw0jGQy4uAwZIw0AAAIAAP/fA6EDHgAVACYAACUnPgE3LgEnDgEHHgEXMjY3FxYyNjQlBiIuAjQ+AjIeAhQOAQOX2CcsAQTCkpLCAwPCkj5uLdkJGRH+ijV0Z08rK09ndGdPLCxPE9MtckGSwgQEwpKSwgMoJdQIEhi3FixOaHNnTywsT2dzaE4AAAAAAAASAN4AAQAAAAAAAAAVAAAAAQAAAAAAAQARABUAAQAAAAAAAgAHACYAAQAAAAAAAwARAC0AAQAAAAAABAARAD4AAQAAAAAABQALAE8AAQAAAAAABgARAFoAAQAAAAAACgArAGsAAQAAAAAACwATAJYAAwABBAkAAAAqAKkAAwABBAkAAQAiANMAAwABBAkAAgAOAPUAAwABBAkAAwAiAQMAAwABBAkABAAiASUAAwABBAkABQAWAUcAAwABBAkABgAiAV0AAwABBAkACgBWAX8AAwABBAkACwAmAdUKQ3JlYXRlZCBieSBpY29uZm9udAp1bmljaG9vc2Vsb2NhdGlvblJlZ3VsYXJ1bmljaG9vc2Vsb2NhdGlvbnVuaWNob29zZWxvY2F0aW9uVmVyc2lvbiAxLjB1bmljaG9vc2Vsb2NhdGlvbkdlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAAoAQwByAGUAYQB0AGUAZAAgAGIAeQAgAGkAYwBvAG4AZgBvAG4AdAAKAHUAbgBpAGMAaABvAG8AcwBlAGwAbwBjAGEAdABpAG8AbgBSAGUAZwB1AGwAYQByAHUAbgBpAGMAaABvAG8AcwBlAGwAbwBjAGEAdABpAG8AbgB1AG4AaQBjAGgAbwBvAHMAZQBsAG8AYwBhAHQAaQBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAHUAbgBpAGMAaABvAG8AcwBlAGwAbwBjAGEAdABpAG8AbgBHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAAAAgAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAQIBAwEEAQUBBgAKbXlsb2NhdGlvbgZ4dWFuemUFY2xvc2UGc291c3VvAAAAAA==')"});var c=weex.requireModule("mapSearch"),l="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAACcCAMAAAC3Fl5oAAAB3VBMVEVMaXH/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/EhL/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/Dw//AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/GRn/NTX/Dw//Fhb/AAD/AAD/AAD/GRn/GRn/Y2P/AAD/AAD/ExP/Ghr/AAD/AAD/MzP/GRn/AAD/Hh7/AAD/RUX/AAD/AAD/AAD/AAD/AAD/AAD/Dg7/AAD/HR3/Dw//FRX/SUn/AAD/////kJD/DQ3/Zmb/+/v/wMD/mJj/6en/vb3/1NT//Pz/ODj/+fn/3Nz/nJz/j4//9/f/7e3/9vb/7Oz/2Nj/x8f/Ozv/+Pj/3d3/nZ3/2dn//f3/6Oj/2tr/v7//09P/vr7/mZn/l5cdSvP3AAAAe3RSTlMAAhLiZgTb/vztB/JMRhlp6lQW86g8mQ4KFPs3UCH5U8huwlesWtTYGI7RsdVeJGfTW5rxnutLsvXWF8vQNdo6qQbuz7D4hgVIx2xtw8GC1TtZaIw0i84P98tU0/fsj7PKaAgiZZxeVfo8Z52eg1P0nESrENnjXVPUgw/uuSmDAAADsUlEQVR42u3aZ3cTRxgF4GtbYleSLdnGcsENG2ODjbExEHrvhAQCIb1Bem+QdkeuuFMNBBJIfmuOckzZI8/srHYmH3Lm+QNXK632LTvQ03Tu/IWeU/tTGTKT2n+q58L5c00wpXJd47DHEt5w47pKxLbhdLdPKb/7dBYxVLxw1GcI/2h1BcpzKNFHLX2JQ4gumaiitqpEEhEdOMJI9h5AFC3feYzI+7IF2tpSLEOqDXpObPRYFm/jCWho/4Ble7MdoT7fzhhq9yHEz28wltU1UPrJZ0wd66HwicfYvEFIfePTAP8tSLTupBHvtGJFH9bSkNrNWEHzERrT34xSH9Ogr1CijkbVAUH1KRqVqkdQAw07iIAaGlcTqI+/0LjeJJ5J0IIEnkpXMdzs4sTtW9dnZq7fuj2xOMtwVWk88RHDjBYejYvnjD8qjOpfQsUqhvj7oSjxcJIhVj3pyKqpNjYvVjQ/RrXq5YABKi3MCYm5BSrtWO5v11DlmlC4RpU1WRS9SJU7QukOVbpQ9JLu549+Dd0AUOlTbkGEuk85vxLAK5QbuytC3R2j3HoAjZSbFxrmKTcCoJdSk0LLJKV6gSaPMqNTQsvUKGW8JrxKqUWhaZFSeWyh1LTQNE2pHF6mzOy40DQ+S5mLimJcENoKlOnBWsr8KbRNUGYt5LXgd6HtD3lNQIoyN4S2G5RJIUOZm0LbTcqsBqVmhLYZSlkPsP4VWf+Rrd+m1v9o9h8Vv5p42C1R5qL1x7WRglOgVN52yfwNOBu76P+lLPoYidu23KPciIHGa07ZeIW1jvcNtI7q5vexCPGYCmf+m/Y9a3sAwQ5bI9T7ukPgPcn9GToEao+xk1OixJT+GIsvNAbx6eAgPq0xiF+KtkpYKhRXCQ8eFFcJhSWGu3rZ8jJkCM8kz9K4TUnrC6mAgzTsB9tLwQ2W15qfosQ2GrQNpZr7aczbzVjBZsvLcaC1g0bsbIVEnU8DOr6H1KDH2LwtUBi0/JII6Dxm9zUXkH+XMWzfh1Dte1i2Pe3QkC77Zel7aehpO8wyHG6Dtt0NjKxhN6I4uSli/TqJiJJDUQ4NDCURXTrXRy1XcumyD24M+AzhD1RXIIZsl/LoyZmurJHDM7s8lvB2FQ/PmPJ6PseAXP5HGMYAAC7ABbgAF+ACXIALcAEuwAW4ABfgAlyAC3ABLsAFuID/d8Cx4NEt8/byOf0wLnis8zjMq9/Kp7bWw4JOj8u8TlhRl+G/Mp2wpOX48GffvvZ1CyL4B53LAS6zb08EAAAAAElFTkSuQmCC";var u={mixins:[i.default,n.default],data:function(){return{positionIcon:l,mapScale:16,userKeyword:"",showLocation:!0,latitude:39.908692,longitude:116.397477,nearList:[],nearSelectedIndex:-1,nearLoading:!1,nearLoadingEnd:!1,noNearData:!1,isUserLocation:!1,statusBarHeight:20,mapHeight:250,markers:[{id:"location",latitude:39.908692,longitude:116.397477,zIndex:"1",iconPath:l,width:26,height:36}],showSearch:!1,searchList:[],searchSelectedIndex:-1,searchLoading:!1,searchEnd:!1,noSearchData:!1,localization:{en:{search_tips:"Search for a place",no_found:"No results found",nearby:"Nearby",more:"More"},zh:{search_tips:"搜索地点",no_found:"对不起,没有搜索到相关数据",nearby:"附近",more:"更多"}},searchNearFlag:!0,searchMethod:"poiSearchNearBy"}},computed:{disableOK:function(){return this.nearSelectedIndex<0&&this.searchSelectedIndex<0},searchMethods:function(){return[{title:this.localize("nearby"),method:"poiSearchNearBy"},{title:this.localize("more"),method:"poiKeywordsSearch"}]}},filters:{distance:function(e){return e>100?"".concat(e>1e3?(e/1e3).toFixed(1)+"k":e.toFixed(0),"m | "):e>0?"100m内 | ":""}},watch:{searchMethod:function(){this._searchPageIndex=1,this.searchEnd=!1,this.searchList=[],this._searchKeyword&&this.search()}},onLoad:function(){this.statusBarHeight=e.navigator.getStatusbarHeight(),this.mapHeight=e.screen.resolutionHeight/2;var t=this.data;this.userKeyword=t.keyword||"",this._searchInputTimer=null,this._searchPageIndex=1,this._searchKeyword="",this._nearPageIndex=1,this._hasUserLocation=!1,this._userLatitude=0,this._userLongitude=0},onReady:function(){this.mapContext=this.$refs.map1,this.data.latitude&&this.data.longitude?(this._hasUserLocation=!0,this.moveToCenter({latitude:this.data.latitude,longitude:this.data.longitude})):this.getUserLocation()},onUnload:function(){this.clearSearchTimer()},methods:{cancelClick:function(){this.postMessage({event:"cancel"})},doneClick:function(){if(!this.disableOK){var e=this.showSearch&&this.searchSelectedIndex>=0?this.searchList[this.searchSelectedIndex]:this.nearList[this.nearSelectedIndex],t={name:e.name,address:e.address,latitude:e.location.latitude,longitude:e.location.longitude};this.postMessage({event:"selected",detail:t})}},getUserLocation:function(){var t=this;e.geolocation.getCurrentPosition((function(e){var A=e.coordsType,a=e.coords;"wgs84"===A.toLowerCase()?t.wgs84togcjo2(a,(function(e){t.getUserLocationSuccess(e)})):t.getUserLocationSuccess(a)}),(function(e){t._hasUserLocation=!0,a("log","Gelocation Error: code - "+e.code+"; message - "+e.message," at template/__uniappchooselocation.nvue:292")}),{geocode:!1})},getUserLocationSuccess:function(e){this._userLatitude=e.latitude,this._userLongitude=e.longitude,this._hasUserLocation=!0,this.moveToCenter({latitude:e.latitude,longitude:e.longitude})},searchclick:function(t){this.showSearch=t,!1===t&&e.key.hideSoftKeybord()},showSearchView:function(){this.searchList=[],this.showSearch=!0},hideSearchView:function(){this.showSearch=!1,e.key.hideSoftKeybord(),this.noSearchData=!1,this.searchSelectedIndex=-1,this._searchKeyword=""},onregionchange:function(e){var t=this,A=e.detail,a=A.type||e.type;"drag"===(A.causedBy||e.causedBy)&&"end"===a&&this.mapContext.getCenterLocation((function(e){t.searchNearFlag?t.moveToCenter({latitude:e.latitude,longitude:e.longitude}):t.searchNearFlag=!t.searchNearFlag}))},onItemClick:function(e,t){this.searchNearFlag=!1,t.stopPropagation&&t.stopPropagation(),this.nearSelectedIndex!==e&&(this.nearSelectedIndex=e),this.moveToLocation(this.nearList[e]&&this.nearList[e].location)},moveToCenter:function(e){this.latitude===e.latitude&&this.longitude===e.longitude||(this.latitude=e.latitude,this.longitude=e.longitude,this.updateCenter(e),this.moveToLocation(e),this.isUserLocation=this._userLatitude===e.latitude&&this._userLongitude===e.longitude)},updateCenter:function(e){var t=this;this.nearSelectedIndex=-1,this.nearList=[],this._hasUserLocation&&(this._nearPageIndex=1,this.nearLoadingEnd=!1,this.reverseGeocode(e),this.searchNearByPoint(e),this.onItemClick(0,{stopPropagation:function(){t.searchNearFlag=!0}}),this.$refs.nearListLoadmore.resetLoadmore())},searchNear:function(){this.nearLoadingEnd||this.searchNearByPoint({latitude:this.latitude,longitude:this.longitude})},searchNearByPoint:function(e){var t=this;this.noNearData=!1,this.nearLoading=!0,c.poiSearchNearBy({point:{latitude:e.latitude,longitude:e.longitude},key:this.userKeyword,sortrule:1,index:this._nearPageIndex,radius:1e3},(function(e){t.nearLoading=!1,t._nearPageIndex=e.pageIndex+1,t.nearLoadingEnd=e.pageIndex===e.pageNumber,e.poiList&&e.poiList.length?(t.fixPois(e.poiList),t.nearList=t.nearList.concat(e.poiList),t.fixNearList()):t.noNearData=0===t.nearList.length}))},moveToLocation:function(e){e&&this.mapContext.moveToLocation(function(e){for(var t=1;t=2&&"地图位置"===e[0].name){var t=this.getAddressStart(e[1]),A=e[0].address;A.startsWith(t)&&(e[0].name=A.substring(t.length))}},onsearchinput:function(e){var t=this,A=e.detail.value.replace(/^\s+|\s+$/g,"");this.clearSearchTimer(),this._searchInputTimer=setTimeout((function(){clearTimeout(t._searchInputTimer),t._searchPageIndex=1,t.searchEnd=!1,t._searchKeyword=A,t.searchList=[],t.search()}),300)},clearSearchTimer:function(){this._searchInputTimer&&clearTimeout(this._searchInputTimer)},search:function(){var e=this;0===this._searchKeyword.length||this._searchEnd||this.searchLoading||(this.searchLoading=!0,this.noSearchData=!1,c[this.searchMethod]({point:{latitude:this.latitude,longitude:this.longitude},key:this._searchKeyword,sortrule:1,index:this._searchPageIndex,radius:5e4},(function(t){e.searchLoading=!1,e._searchPageIndex=t.pageIndex+1,e.searchEnd=t.pageIndex===t.pageNumber,t.poiList&&t.poiList.length?(e.fixPois(t.poiList),e.searchList=e.searchList.concat(t.poiList)):e.noSearchData=0===e.searchList.length})))},onSearchListTouchStart:function(){e.key.hideSoftKeybord()},onSearchItemClick:function(e,t){t.stopPropagation(),this.searchSelectedIndex!==e&&(this.searchSelectedIndex=e),this.moveToLocation(this.searchList[e]&&this.searchList[e].location)},getAddressStart:function(e){var t=e.addressOrigin||e.address;return e.province+(e.province===e.city?"":e.city)+(/^\d+$/.test(e.district)?"":t.startsWith(e.district)?"":e.district)},fixPois:function(e){for(var t=0;t1?t-1:0),a=1;a1){var r=o.pop();s=o.join("---COMMA---"),0===r.indexOf(" at ")?s+=r:s+="---COMMA---"+r}else s=o[0];console[n](s)}},function(e,t,A){"use strict";A.r(t);var a=A(14),i=A.n(a);for(var n in a)"default"!==n&&function(e){A.d(t,e,(function(){return a[e]}))}(n);t.default=i.a},,,,,function(e,t,A){"use strict";A.r(t);A(3);var a=A(7);a.default.mpType="page",a.default.route="template/__uniappchooselocation",a.default.el="#root",new Vue(a.default)}]); \ No newline at end of file diff --git a/unpackage/dist/build/app-plus/__uniapperror.png b/unpackage/dist/build/app-plus/__uniapperror.png new file mode 100644 index 00000000..4743b25e Binary files /dev/null and b/unpackage/dist/build/app-plus/__uniapperror.png differ diff --git a/unpackage/dist/build/app-plus/__uniappes6.js b/unpackage/dist/build/app-plus/__uniappes6.js new file mode 100644 index 00000000..d4018e8a --- /dev/null +++ b/unpackage/dist/build/app-plus/__uniappes6.js @@ -0,0 +1 @@ +!function(t){"use strict";!function(t){var r={};function n(e){if(r[e])return r[e].exports;var o=r[e]={i:e,l:!1,exports:{}};return t[e].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=t,n.c=r,n.d=function(t,r,e){n.o(t,r)||Object.defineProperty(t,r,{enumerable:!0,get:e})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,r){if(1&r&&(t=n(t)),8&r)return t;if(4&r&&"object"==typeof t&&t&&t.__esModule)return t;var e=Object.create(null);if(n.r(e),Object.defineProperty(e,"default",{enumerable:!0,value:t}),2&r&&"string"!=typeof t)for(var o in t)n.d(e,o,function(r){return t[r]}.bind(null,o));return e},n.n=function(t){var r=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(r,"a",r),r},n.o=function(t,r){return Object.prototype.hasOwnProperty.call(t,r)},n.p="",n(n.s=0)}([function(t,r,n){n(1),n(54),n(61),n(66),n(68),n(69),n(70),n(71),n(73),n(74),n(76),n(84),n(85),n(86),n(95),n(96),n(98),n(99),n(100),n(102),n(103),n(104),n(105),n(106),n(107),n(109),n(110),n(111),n(112),n(121),n(124),n(125),n(127),n(129),n(130),n(131),n(132),n(133),n(135),n(137),n(140),n(141),n(143),n(145),n(146),n(147),n(148),n(150),n(151),n(152),n(153),n(154),n(156),n(157),n(159),n(160),n(161),n(162),n(163),n(164),n(165),n(166),n(167),n(168),n(170),n(171),n(172),n(174),n(178),n(179),n(180),n(181),n(187),n(189),n(192),n(193),n(194),n(195),n(196),n(197),n(198),n(199),n(201),n(202),n(203),n(206),n(207),n(208),n(209),n(210),n(211),n(212),n(213),n(214),n(215),n(216),t.exports=n(217)},function(r,n,e){var o=e(2),i=e(6),u=e(45),c=e(14),a=e(46),f=e(39),s=e(47),l=e(48),p=e(51),g=e(49),v=e(52),h=g("isConcatSpreadable"),d=v>=51||!i(function(){var t=[];return t[h]=!1,t.concat()[0]!==t}),x=p("concat"),y=function(r){if(!c(r))return!1;var n=r[h];return n!==t?!!n:u(r)};o({target:"Array",proto:!0,forced:!d||!x},{concat:function(t){var r,n,e,o,i,u=a(this),c=l(u,0),p=0;for(r=-1,e=arguments.length;r9007199254740991)throw TypeError("Maximum allowed index exceeded");for(n=0;n=9007199254740991)throw TypeError("Maximum allowed index exceeded");s(c,p++,i)}return c.length=p,c}})},function(r,n,e){var o=e(3),i=e(4).f,u=e(18),c=e(21),a=e(25),f=e(32),s=e(44);r.exports=function(r,n){var e,l,p,g,v,h=r.target,d=r.global,x=r.stat;if(e=d?o:x?o[h]||a(h,{}):(o[h]||{}).prototype)for(l in n){if(g=n[l],p=r.noTargetGet?(v=i(e,l))&&v.value:e[l],!s(d?l:h+(x?".":"#")+l,r.forced)&&p!==t){if(typeof g==typeof p)continue;f(g,p)}(r.sham||p&&p.sham)&&u(g,"sham",!0),c(e,l,g,r)}}},function(t,r){var n=function(t){return t&&t.Math==Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof global&&global)||Function("return this")()},function(t,r,n){var e=n(5),o=n(7),i=n(8),u=n(9),c=n(13),a=n(15),f=n(16),s=Object.getOwnPropertyDescriptor;r.f=e?s:function(t,r){if(t=u(t),r=c(r,!0),f)try{return s(t,r)}catch(t){}if(a(t,r))return i(!o.f.call(t,r),t[r])}},function(t,r,n){var e=n(6);t.exports=!e(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},function(t,r){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,r,n){var e={}.propertyIsEnumerable,o=Object.getOwnPropertyDescriptor,i=o&&!e.call({1:2},1);r.f=i?function(t){var r=o(this,t);return!!r&&r.enumerable}:e},function(t,r){t.exports=function(t,r){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:r}}},function(t,r,n){var e=n(10),o=n(12);t.exports=function(t){return e(o(t))}},function(t,r,n){var e=n(6),o=n(11),i="".split;t.exports=e(function(){return!Object("z").propertyIsEnumerable(0)})?function(t){return"String"==o(t)?i.call(t,""):Object(t)}:Object},function(t,r){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},function(r,n){r.exports=function(r){if(r==t)throw TypeError("Can't call method on "+r);return r}},function(t,r,n){var e=n(14);t.exports=function(t,r){if(!e(t))return t;var n,o;if(r&&"function"==typeof(n=t.toString)&&!e(o=n.call(t)))return o;if("function"==typeof(n=t.valueOf)&&!e(o=n.call(t)))return o;if(!r&&"function"==typeof(n=t.toString)&&!e(o=n.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},function(t,r){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,r){var n={}.hasOwnProperty;t.exports=function(t,r){return n.call(t,r)}},function(t,r,n){var e=n(5),o=n(6),i=n(17);t.exports=!e&&!o(function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a})},function(t,r,n){var e=n(3),o=n(14),i=e.document,u=o(i)&&o(i.createElement);t.exports=function(t){return u?i.createElement(t):{}}},function(t,r,n){var e=n(5),o=n(19),i=n(8);t.exports=e?function(t,r,n){return o.f(t,r,i(1,n))}:function(t,r,n){return t[r]=n,t}},function(t,r,n){var e=n(5),o=n(16),i=n(20),u=n(13),c=Object.defineProperty;r.f=e?c:function(t,r,n){if(i(t),r=u(r,!0),i(n),o)try{return c(t,r,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(t[r]=n.value),t}},function(t,r,n){var e=n(14);t.exports=function(t){if(!e(t))throw TypeError(String(t)+" is not an object");return t}},function(t,r,n){var e=n(3),o=n(22),i=n(18),u=n(15),c=n(25),a=n(26),f=n(27),s=f.get,l=f.enforce,p=String(a).split("toString");o("inspectSource",function(t){return a.call(t)}),(t.exports=function(t,r,n,o){var a=!!o&&!!o.unsafe,f=!!o&&!!o.enumerable,s=!!o&&!!o.noTargetGet;"function"==typeof n&&("string"!=typeof r||u(n,"name")||i(n,"name",r),l(n).source=p.join("string"==typeof r?r:"")),t!==e?(a?!s&&t[r]&&(f=!0):delete t[r],f?t[r]=n:i(t,r,n)):f?t[r]=n:c(r,n)})(Function.prototype,"toString",function(){return"function"==typeof this&&s(this).source||a.call(this)})},function(r,n,e){var o=e(23),i=e(24);(r.exports=function(r,n){return i[r]||(i[r]=n!==t?n:{})})("versions",[]).push({version:"3.3.6",mode:o?"pure":"global",copyright:"© 2019 Denis Pushkarev (zloirock.ru)"})},function(t,r){t.exports=!1},function(t,r,n){var e=n(3),o=n(25),i=e["__core-js_shared__"]||o("__core-js_shared__",{});t.exports=i},function(t,r,n){var e=n(3),o=n(18);t.exports=function(t,r){try{o(e,t,r)}catch(n){e[t]=r}return r}},function(t,r,n){var e=n(22);t.exports=e("native-function-to-string",Function.toString)},function(t,r,n){var e,o,i,u=n(28),c=n(3),a=n(14),f=n(18),s=n(15),l=n(29),p=n(31),g=c.WeakMap;if(u){var v=new g,h=v.get,d=v.has,x=v.set;e=function(t,r){return x.call(v,t,r),r},o=function(t){return h.call(v,t)||{}},i=function(t){return d.call(v,t)}}else{var y=l("state");p[y]=!0,e=function(t,r){return f(t,y,r),r},o=function(t){return s(t,y)?t[y]:{}},i=function(t){return s(t,y)}}t.exports={set:e,get:o,has:i,enforce:function(t){return i(t)?o(t):e(t,{})},getterFor:function(t){return function(r){var n;if(!a(r)||(n=o(r)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return n}}}},function(t,r,n){var e=n(3),o=n(26),i=e.WeakMap;t.exports="function"==typeof i&&/native code/.test(o.call(i))},function(t,r,n){var e=n(22),o=n(30),i=e("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},function(r,n){var e=0,o=Math.random();r.exports=function(r){return"Symbol("+String(r===t?"":r)+")_"+(++e+o).toString(36)}},function(t,r){t.exports={}},function(t,r,n){var e=n(15),o=n(33),i=n(4),u=n(19);t.exports=function(t,r){for(var n=o(r),c=u.f,a=i.f,f=0;fa;)e(c,n=r[a++])&&(~i(f,n)||f.push(n));return f}},function(t,r,n){var e=n(9),o=n(39),i=n(41),u=function(t){return function(r,n,u){var c,a=e(r),f=o(a.length),s=i(u,f);if(t&&n!=n){for(;f>s;)if((c=a[s++])!=c)return!0}else for(;f>s;s++)if((t||s in a)&&a[s]===n)return t||s||0;return!t&&-1}};t.exports={includes:u(!0),indexOf:u(!1)}},function(t,r,n){var e=n(40),o=Math.min;t.exports=function(t){return t>0?o(e(t),9007199254740991):0}},function(t,r){var n=Math.ceil,e=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?e:n)(t)}},function(t,r,n){var e=n(40),o=Math.max,i=Math.min;t.exports=function(t,r){var n=e(t);return n<0?o(n+r,0):i(n,r)}},function(t,r){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(t,r){r.f=Object.getOwnPropertySymbols},function(t,r,n){var e=n(6),o=/#|\.prototype\./,i=function(t,r){var n=c[u(t)];return n==f||n!=a&&("function"==typeof r?e(r):!!r)},u=i.normalize=function(t){return String(t).replace(o,".").toLowerCase()},c=i.data={},a=i.NATIVE="N",f=i.POLYFILL="P";t.exports=i},function(t,r,n){var e=n(11);t.exports=Array.isArray||function(t){return"Array"==e(t)}},function(t,r,n){var e=n(12);t.exports=function(t){return Object(e(t))}},function(t,r,n){var e=n(13),o=n(19),i=n(8);t.exports=function(t,r,n){var u=e(r);u in t?o.f(t,u,i(0,n)):t[u]=n}},function(r,n,e){var o=e(14),i=e(45),u=e(49)("species");r.exports=function(r,n){var e;return i(r)&&("function"!=typeof(e=r.constructor)||e!==Array&&!i(e.prototype)?o(e)&&null===(e=e[u])&&(e=t):e=t),new(e===t?Array:e)(0===n?0:n)}},function(t,r,n){var e=n(3),o=n(22),i=n(30),u=n(50),c=e.Symbol,a=o("wks");t.exports=function(t){return a[t]||(a[t]=u&&c[t]||(u?c:i)("Symbol."+t))}},function(t,r,n){var e=n(6);t.exports=!!Object.getOwnPropertySymbols&&!e(function(){return!String(Symbol())})},function(t,r,n){var e=n(6),o=n(49),i=n(52),u=o("species");t.exports=function(t){return i>=51||!e(function(){var r=[];return(r.constructor={})[u]=function(){return{foo:1}},1!==r[t](Boolean).foo})}},function(t,r,n){var e,o,i=n(3),u=n(53),c=i.process,a=c&&c.versions,f=a&&a.v8;f?o=(e=f.split("."))[0]+e[1]:u&&(!(e=u.match(/Edge\/(\d+)/))||e[1]>=74)&&(e=u.match(/Chrome\/(\d+)/))&&(o=e[1]),t.exports=o&&+o},function(t,r,n){var e=n(34);t.exports=e("navigator","userAgent")||""},function(t,r,n){var e=n(2),o=n(55),i=n(56);e({target:"Array",proto:!0},{copyWithin:o}),i("copyWithin")},function(r,n,e){var o=e(46),i=e(41),u=e(39),c=Math.min;r.exports=[].copyWithin||function(r,n){var e=o(this),a=u(e.length),f=i(r,a),s=i(n,a),l=arguments.length>2?arguments[2]:t,p=c((l===t?a:i(l,a))-s,a-f),g=1;for(s0;)s in e?e[f]=e[s]:delete e[f],f+=g,s+=g;return e}},function(r,n,e){var o=e(49),i=e(57),u=e(18),c=o("unscopables"),a=Array.prototype;a[c]==t&&u(a,c,i(null)),r.exports=function(t){a[c][t]=!0}},function(r,n,e){var o=e(20),i=e(58),u=e(42),c=e(31),a=e(60),f=e(17),s=e(29)("IE_PROTO"),l=function(){},p=function(){var t,r=f("iframe"),n=u.length;for(r.style.display="none",a.appendChild(r),r.src=String("javascript:"),(t=r.contentWindow.document).open(),t.write(" + View + + + + +
+ + + + + + diff --git a/unpackage/dist/build/app-plus/app-config-service.js b/unpackage/dist/build/app-plus/app-config-service.js new file mode 100644 index 00000000..d4bfc482 --- /dev/null +++ b/unpackage/dist/build/app-plus/app-config-service.js @@ -0,0 +1,8 @@ + +var isReady=false;var onReadyCallbacks=[]; +var isServiceReady=false;var onServiceReadyCallbacks=[]; +var __uniConfig = {"pages":["pages/index/index","pages/index/userInfo","pages/card/card","pages/weight/weight","pages/weight/components/report","pages/history/history","pages/history/historyDetail","pages/compk/contrast","pages/compk/pkdetail","pages/skipping/skipping","pages/charts/charts","pages/lung/lung","pages/me/me","pages/me/manage","pages/score/score","pages/score/history","pages/score/report","pages/login/forgetPassword","pages/login/login"],"window":{"navigationBarTextStyle":"black","navigationBarTitleText":"uni-app","navigationBarBackgroundColor":"#F8F8F8","backgroundColor":"#F8F8F8"},"tabBar":{"color":"#333","selectedColor":"#477EFF","backgroundColor":"#fff","list":[{"pagePath":"pages/index/index","iconPath":"static/shou.png","selectedIconPath":"static/shou2.png","text":"首页"},{"pagePath":"pages/score/score","iconPath":"static/ping.png","selectedIconPath":"static/ping2.png","text":"估分"},{"pagePath":"pages/me/me","iconPath":"static/wo.png","selectedIconPath":"static/wo2.png","text":"我的"}]},"darkmode":false,"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"examTeamApp","compilerVersion":"3.99","entryPagePath":"pages/index/index","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000},"locale":"","fallbackLocale":"en","locales":{"en":{"index.title":"Hello i18n","index.home":"Home","index.component":"Component","index.api":"API","index.schema":"Schema","index.demo":"uni-app globalization","index.demo-description":"Include uni-framework, manifest.json, pages.json, tabbar, Page, Component, API, Schema","index.detail":"Detail","index.language":"Language","index.language-info":"Settings","index.system-language":"System language","index.application-language":"Application language","index.language-change-confirm":"Applying this setting will restart the app"},"ja":{"index.title":"Hello i18n","index.home":"ホーム","index.component":"コンポーネント","index.api":"API","index.schema":"Schema","index.demo":"uni-app globalization","index.demo-description":"ユニフレームワーク、manifest.json、pages.json、タブバー、ページ、コンポーネント、APIを含める、Schema","index.detail":"詳細","index.language":"言語","index.language-info":"設定","index.system-language":"システム言語","index.application-language":"アプリケーション言語","index.language-change-confirm":"この設定を適用すると、アプリが再起動します","uni.app.quit":"もう一度押すと、アプリケーションが終了します","uni.async.error":"サーバーへの接続がタイムアウトしました。画面をクリックして再試行してください","uni.showActionSheet.cancel":"キャンセル","uni.showToast.unpaired":"使用するには、showToastとhideToastをペアにする必要があることに注意してください","uni.showLoading.unpaired":"使用するには、showLoadingとhideLoadingをペアにする必要があることに注意してください","uni.showModal.cancel":"キャンセル","uni.showModal.confirm":"OK","uni.chooseImage.cancel":"キャンセル","uni.chooseImage.sourceType.album":"アルバムから選択","uni.chooseImage.sourceType.camera":"カメラ","uni.chooseVideo.cancel":"キャンセル","uni.chooseVideo.sourceType.album":"アルバムから選択","uni.chooseVideo.sourceType.camera":"カメラ","uni.previewImage.cancel":"キャンセル","uni.previewImage.button.save":"画像を保存","uni.previewImage.save.success":"画像をアルバムに正常に保存します","uni.previewImage.save.fail":"画像をアルバムに保存できませんでした","uni.setClipboardData.success":"コンテンツがコピーされました","uni.scanCode.title":"スキャンコード","uni.scanCode.album":"アルバム","uni.scanCode.fail":"認識に失敗しました","uni.scanCode.flash.on":"タッチして点灯","uni.scanCode.flash.off":"タップして閉じる","uni.startSoterAuthentication.authContent":"指紋認識...","uni.picker.done":"完了","uni.picker.cancel":"キャンセル","uni.video.danmu":"「弾幕」","uni.video.volume":"ボリューム","uni.button.feedback.title":"質問のフィードバック","uni.button.feedback.send":"送信"},"zh-Hans":{"login.title":"登录","login.phone":"手机号/邮箱","login.code":"验证码","login.sendcode":"发送验证码","login.agreement":"我已阅读并授权","login.agreementContnt":"《中招体测用户隐私协议》","login.btn":"登录","login.ForgotPassword":"忘记密码","login.register":"马上注册","login.valtips":"请勾选同意《中招体测用户隐私协议》","login.phonetip":"请输入手机号码","login.phonetipsTwo":"请输入正确的手机号码","login.codeTips":"请输入验证码","index.home":"主页","index.age":"年龄","index.birthday":"出生日期","index.region":"当前地区","index.body":"身体数据","index.height":"身高","index.weight":"体重","index.BMI":"BMI","index.none":"暂无","index.look":"查看详情"},"zh-Hant":{"index.title":"Hello i18n","index.home":"主頁","index.component":"組件","index.api":"API","index.schema":"Schema","index.demo":"uni-app 國際化演示","index.demo-description":"包含 uni-framework、manifest.json、pages.json、tabbar、頁面、組件、API、Schema","index.detail":"詳情","index.language":"語言","index.language-info":"語言信息","index.system-language":"系統語言","index.application-language":"應用語言","index.language-change-confirm":"應用此設置將重啟App"}}}; +var __uniRoutes = [{"path":"/pages/index/index","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"首页","titleNView":{"backgroundImage":"linear-gradient(to right, #477EFF , #39D9C9)"}}},{"path":"/pages/index/userInfo","meta":{},"window":{"navigationBarTitleText":"资料","titleNView":{"backgroundImage":"linear-gradient(to right, #477EFF, #39D9C9)"}}},{"path":"/pages/card/card","meta":{},"window":{"navigationBarTitleText":"卡片设置","enablePullDownRefresh":false,"titleNView":{"backgroundImage":"linear-gradient(to right, #477EFF, #39D9C9)"}}},{"path":"/pages/weight/weight","meta":{},"window":{"navigationBarTitleText":"身体数据","enablePullDownRefresh":false,"titleNView":{"backgroundImage":"linear-gradient(to right, #477EFF, #39D9C9)"}}},{"path":"/pages/weight/components/report","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false,"titleNView":{"backgroundImage":"linear-gradient(to right, #477EFF, #39D9C9)"}}},{"path":"/pages/history/history","meta":{},"window":{"navigationBarTitleText":"历史记录","enablePullDownRefresh":false,"titleNView":{"backgroundImage":"linear-gradient(to right, #477EFF, #39D9C9)"}}},{"path":"/pages/history/historyDetail","meta":{},"window":{"navigationBarTitleText":"记录详情","enablePullDownRefresh":false,"titleNView":{"backgroundImage":"linear-gradient(to right, #477EFF, #39D9C9)"}}},{"path":"/pages/compk/contrast","meta":{},"window":{"navigationBarTitleText":"数据对比","enablePullDownRefresh":false,"titleNView":{"backgroundImage":"linear-gradient(to right, #477EFF, #39D9C9)"}}},{"path":"/pages/compk/pkdetail","meta":{},"window":{"navigationBarTitleText":"对比详情","enablePullDownRefresh":false,"titleNView":{"backgroundImage":"linear-gradient(to right, #477EFF, #39D9C9)"}}},{"path":"/pages/skipping/skipping","meta":{},"window":{"navigationBarTitleText":"跳绳数据","enablePullDownRefresh":false,"titleNView":{"backgroundImage":"#000000"}}},{"path":"/pages/charts/charts","meta":{},"window":{"navigationBarTitleText":"运动曲线","enablePullDownRefresh":false,"titleNView":{"backgroundImage":"linear-gradient(to right, #477EFF, #39D9C9)"}}},{"path":"/pages/lung/lung","meta":{},"window":{"navigationBarTitleText":"肺活量数据","enablePullDownRefresh":false,"titleNView":{"backgroundImage":"#000000"}}},{"path":"/pages/me/me","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"我的","enablePullDownRefresh":false}},{"path":"/pages/me/manage","meta":{},"window":{"navigationBarTitleText":"成员管理","enablePullDownRefresh":false}},{"path":"/pages/score/score","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"分数评估","enablePullDownRefresh":false}},{"path":"/pages/score/history","meta":{},"window":{"navigationBarTitleText":"估分历史","enablePullDownRefresh":false}},{"path":"/pages/score/report","meta":{},"window":{"navigationBarTitleText":"估分报告","enablePullDownRefresh":false}},{"path":"/pages/login/forgetPassword","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/login/login","meta":{},"window":{"navigationBarTitleText":"登录","enablePullDownRefresh":false,"navigationStyle":"custom"}}]; +__uniConfig.onReady=function(callback){if(__uniConfig.ready){callback()}else{onReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"ready",{get:function(){return isReady},set:function(val){isReady=val;if(!isReady){return}const callbacks=onReadyCallbacks.slice(0);onReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}}); +__uniConfig.onServiceReady=function(callback){if(__uniConfig.serviceReady){callback()}else{onServiceReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"serviceReady",{get:function(){return isServiceReady},set:function(val){isServiceReady=val;if(!isServiceReady){return}const callbacks=onServiceReadyCallbacks.slice(0);onServiceReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}}); +service.register("uni-app-config",{create(a,b,c){if(!__uniConfig.viewport){var d=b.weex.config.env.scale,e=b.weex.config.env.deviceWidth,f=Math.ceil(e/d);Object.assign(__uniConfig,{viewport:f,defaultFontSize:Math.round(f/20)})}return{instance:{__uniConfig:__uniConfig,__uniRoutes:__uniRoutes,global:void 0,window:void 0,document:void 0,frames:void 0,self:void 0,location:void 0,navigator:void 0,localStorage:void 0,history:void 0,Caches:void 0,screen:void 0,alert:void 0,confirm:void 0,prompt:void 0,fetch:void 0,XMLHttpRequest:void 0,WebSocket:void 0,webkit:void 0,print:void 0}}}}); diff --git a/unpackage/dist/build/app-plus/app-config.js b/unpackage/dist/build/app-plus/app-config.js new file mode 100644 index 00000000..d899cd3d --- /dev/null +++ b/unpackage/dist/build/app-plus/app-config.js @@ -0,0 +1 @@ +(function(e){function r(r){for(var n,l,i=r[0],p=r[1],a=r[2],c=0,s=[];cDate.parse(this.endTime))return void this.$tools.msg("\u8bf7\u9009\u62e9\u6b63\u786e\u7684\u65f6\u95f4")}else if(Date.parse(t.target.value)>Date.parse(this.endDate))return void this.$tools.msg("\u8bf7\u9009\u62e9\u6b63\u786e\u7684\u65f6\u95f4");this.startTime=t.target.value;var e=this.endTime?this.endTime:this.endDate;this.getList(this.startTime,e)},handEndTimeH:function(t){if(this.startTime){if(Date.parse(t.target.value)1?e-1:0),n=1;n1){var u=c.pop();l=c.join("---COMMA---"),0===u.indexOf(" at ")?l+=u:l+="---COMMA---"+u}else l=c[0];console[o](l)}n.r(i),n.d(i,"log",(function(){return o})),n.d(i,"default",(function(){return c}))},"0ea5":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{selectllist:[],addlist:[]}},onLoad:function(){this.selectllist=this.$json.selectllist,this.addlist=this.$json.addlist},methods:{deleteCard:function(t,e){this.selectllist.splice(e,1),this.addlist.push(t)},addCard:function(t,e){this.addlist.splice(e,1),this.selectllist.push(t)}}}},"0f06":function(t,e,i){"use strict";i.r(e);var n=i("027b"),a=i("b470");for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);var s=i("f0c5"),o=Object(s["a"])(a["default"],n["b"],n["c"],!1,null,"fcb66c2c",null,!1,n["a"],void 0);e["default"]=o.exports},"0f2f":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return t._$s(0,"i",t.isTarget)?i("view",{staticClass:t._$s(0,"sc","wrapper"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","bg"),attrs:{_i:1},on:{click:t.onTap}},[i("view",{staticClass:t._$s(2,"sc","edit"),attrs:{_i:2},on:{click:function(t){t.stopPropagation()}}},[i("view",{staticClass:t._$s(3,"sc","title"),attrs:{_i:3}}),i("view",{staticClass:t._$s(4,"sc","editem"),attrs:{_i:4}},[i("view",{staticClass:t._$s(5,"sc","left"),attrs:{_i:5}}),i("view",{staticClass:t._$s(6,"sc","right"),attrs:{_i:6}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.inputvalue,expression:"inputvalue"}],staticClass:t._$s(7,"sc","text"),attrs:{_i:7},domProps:{value:t._$s(7,"v-model",t.inputvalue)},on:{input:function(e){e.target.composing||(t.inputvalue=e.target.value)}}})])]),i("view",{staticClass:t._$s(8,"sc","btn close"),attrs:{_i:8},on:{click:function(e){return t.onTap()}}}),i("view",{staticClass:t._$s(9,"sc","btn"),attrs:{_i:9},on:{click:t.handleWeight}})])])]):t._e()},a=[]},"10db":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return n}));var n={uniCollapse:i("4f6b").default,uniCollapseItem:i("7e94").default,uniIcons:i("49ce").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",[i("view",{staticClass:t._$s(1,"sc","box"),attrs:{_i:1}},[i("view",{staticClass:t._$s(2,"sc","time"),attrs:{_i:2}}),i("view",{staticClass:t._$s(3,"sc","item"),attrs:{_i:3}},[i("view",{staticClass:t._$s(4,"sc","data borderR"),attrs:{_i:4}},[i("view",{staticClass:t._$s(5,"sc","c666 mb-5"),attrs:{_i:5}}),i("view",[i("text")])]),i("view",{staticClass:t._$s(8,"sc","data borderR"),attrs:{_i:8}},[i("view",{staticClass:t._$s(9,"sc","c666 mb-5"),attrs:{_i:9}}),i("view",[i("text")])]),i("view",{staticClass:t._$s(12,"sc","data"),attrs:{_i:12}},[i("view",{staticClass:t._$s(13,"sc","c666 mb-5"),attrs:{_i:13}}),i("view",[i("text")])])])]),i("view",{staticClass:t._$s(16,"sc","box"),attrs:{_i:16}},[i("view"),i("view")]),i("view",{staticClass:t._$s(19,"sc","info"),attrs:{_i:19}},[i("view",{staticClass:t._$s(20,"sc","item"),attrs:{_i:20},on:{click:function(e){return t.$store.commit("changeRecord",!0)}}},[i("text",{staticClass:t._$s(21,"sc","t-icon-jilu1 t-icon"),attrs:{_i:21}}),i("view")]),i("view",{staticClass:t._$s(23,"sc","item"),attrs:{_i:23},on:{click:function(e){return t.$tools.msg("\u5f00\u53d1\u4e2d\uff0c\u656c\u8bf7\u671f\u5f85\uff01")}}},[i("text",{staticClass:t._$s(24,"sc","t-icon-wulianjie t-icon"),attrs:{_i:24}}),i("view")])]),i("view",{staticClass:t._$s(26,"sc","bold mt-10"),attrs:{_i:26}}),i("view",{staticClass:t._$s(27,"sc","myinfoPage"),attrs:{_i:27}},[i("view",{staticClass:t._$s(28,"sc","box1"),attrs:{_i:28}},[i("uni-collapse",{attrs:{accordion:!0,_i:29}},t._l(t._$s(30,"f",{forItems:t.infoList}),(function(e,n,a,r){return i("uni-collapse-item",{key:t._$s(30,"f",{forIndex:a,key:n}),staticClass:t._$s("30-"+r,"sc","list"),attrs:{_i:"30-"+r},scopedSlots:t._u([{key:"title",fn:function(n,a,s){return[i("uni-list-item",{staticClass:a._$s("32-"+r+"-"+s,"sc","block"),attrs:{_i:"32-"+r+"-"+s}},[i("view",{staticClass:a._$s("33-"+r+"-"+s,"sc","name"),attrs:{_i:"33-"+r+"-"+s}},[i("icon",{staticClass:a._$s("34-"+r+"-"+s,"sc","t-icon iconfont"),class:a._$s("34-"+r+"-"+s,"c","t-icon-"+e.name),attrs:{_i:"34-"+r+"-"+s}}),t._v(a._$s("33-"+r+"-"+s,"t1-0",t._s(e.title)))]),a._$s("35-"+r+"-"+s,"i","\u80a5\u80d6\u7b49\u7ea7"==e.title||"\u4f53\u578b"==e.title)?i("view",{staticClass:a._$s("35-"+r+"-"+s,"sc","val"),attrs:{_i:"35-"+r+"-"+s}},[t._v("-")]):i("view",{staticClass:a._$s("36-"+r,"sc","val"),attrs:{_i:"36-"+r}},[t._v(a._$s("36-"+r+s,"t0-0",t._s(e.value?e.value:"0"))+a._$s("36-"+r+s,"t0-1",t._s(e.unit)))]),i("view",{staticClass:a._$s("37-"+r+"-"+s,"sc","level"),attrs:{_i:"37-"+r+"-"+s}},[i("view",{staticClass:a._$s("38-"+r+"-"+s,"sc","btnf"),class:a._$s("38-"+r+"-"+s,"c",["\u5f02\u5e38"==e.level?"btnC":""]),style:a._$s("38-"+r+"-"+s,"s",{backgroundColor:"\u5f02\u5e38"==e.level?"#FFF":e.color}),attrs:{_i:"38-"+r+"-"+s}},[t._v(a._$s("38-"+r+"-"+s,"t0-0",t._s("\u5f02\u5e38"==e.level?"-":e.level)))])])])]}}],null,!0)},[i("view",{staticClass:t._$s("39-"+r,"sc","desc"),attrs:{_i:"39-"+r}},[t._$s("40-"+r,"i",e.desc)?i("view",{staticClass:t._$s("40-"+r,"sc","ming"),attrs:{_i:"40-"+r}},[t._v(t._$s("40-"+r,"t0-0",t._s(e.desc)))]):t._e(),t._$s("41-"+r,"i",e.ishasscale)?i("view",{staticClass:t._$s("41-"+r,"sc","scale"),attrs:{_i:"41-"+r}},[t._v(t._$s("41-"+r,"t0-0",t._s(e.scale)))]):t._e(),t._$s("42-"+r,"i",e.list)?i("view",{class:t._$s("42-"+r,"c",[e.list.length?"statuevue":""]),attrs:{_i:"42-"+r}},[t._$s("43-"+r,"i","\u57fa\u7840\u4ee3\u8c22"!=e.title)?i("view",{staticClass:t._$s("43-"+r,"sc","bi"),attrs:{_i:"43-"+r}},[i("view",{staticClass:t._$s("44-"+r,"sc","peobox"),style:t._$s("44-"+r,"s","left:"+e.offset+"%"),attrs:{_i:"44-"+r}},[i("view",{staticClass:t._$s("45-"+r,"sc","xx"),attrs:{_i:"45-"+r}})]),t._l(t._$s("46-"+r,"f",{forItems:e.list}),(function(n,a,s,o){return i("view",{key:t._$s("46-"+r,"f",{forIndex:s,key:a}),staticClass:t._$s("46-"+r+"-"+o,"sc","item"),style:t._$s("46-"+r+"-"+o,"s",{backgroundColor:n.color}),attrs:{_i:"46-"+r+"-"+o}},[i("view",{staticClass:t._$s("47-"+r+"-"+o,"sc","span1"),attrs:{_i:"47-"+r+"-"+o}},[t._v(t._$s("47-"+r+"-"+o,"t0-0",t._s(n.text)))]),t._$s("48-"+r+"-"+o,"i",ao?a-o:7-o+a}(),l=7-(c+r)%7;7==l&&(l=0);for(var u=1;u<=c;u++)i.push({date:this.formatNum(s-c+u),day:o+u-1||7,month:n-1>=0?this.formatNum(n-1):12,year:n-1>=0?t:t-1});for(var d=1;d<=r;d++)i.push({date:this.formatNum(d),day:d%7+a-1||7,month:this.formatNum(n),year:t,isCurM:!0});for(var f=1;f<=l;f++)i.push({date:this.formatNum(f),day:(r+c+o+f-1)%7||7,month:n+1<=11?this.formatNum(n+1):0,year:n+1<=11?t:t+1});return i},isWorkDay:function(t,e,i){var n="".concat(t,"/").concat(e,"/").concat(i),a=new Date(n.replace(/-/g,"/")),r=a.getDay();return 0!=r&&6!=r},isFutureDay:function(t,e,i){var n="".concat(t,"/").concat(e,"/").concat(i),a=new Date(n.replace(/-/g,"/")),r=a.getTime(),s=(new Date).getTime();return r>s},isMarkDay:function(t,e,i){for(var n=!1,a=0;ar){if(this.disabledAfter)return t("log","\u672a\u6765\u65e5\u671f\u4e0d\u53ef\u9009"," at components/ren-calendar/ren-calendar.vue:247"),!1;this.choose=n,this.$emit("onDayClick",c)}else this.choose=n,this.$emit("onDayClick",c);t("log",c," at components/ren-calendar/ren-calendar.vue:257")},changYearMonth:function(t,e){this.dates=this.monthDay(t,e),this.y=t,this.m=e},changeMonth:function(t){"pre"==t?(this.m+1==2?(this.m=12,this.y=this.y-1):this.m=this.m-1,this.month=this.$tools.getMonth(this.month,-1),this.$emit("onMonthClickPre",this.month)):(this.m+1==13?(this.m=1,this.y=this.y+1):this.m=this.m+1,this.month=this.$tools.getMonth(this.month,1),this.$emit("onMonthClickPre",this.month)),this.dates=this.monthDay(this.y,this.m)}}};e.default=i}).call(this,i("0de9")["default"])},"1d03":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this.$createElement,e=this._self._c||t;return e("view",{staticClass:this._$s(0,"sc","container loading2"),attrs:{_i:0}},[e("view",{staticClass:this._$s(1,"sc","shape shape1"),attrs:{_i:1}}),e("view",{staticClass:this._$s(2,"sc","shape shape2"),attrs:{_i:2}}),e("view",{staticClass:this._$s(3,"sc","shape shape3"),attrs:{_i:3}}),e("view",{staticClass:this._$s(4,"sc","shape shape4"),attrs:{_i:4}})])},a=[]},"1d7a":function(t,e,i){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={data:function(){return{phone:"",code:"",password:"",disabled:!1,second:60,value:0,isCode:!0}},methods:{checkboxChange:function(t){this.value=t.detail.value.length?t.detail.value[0]:"0"},handleTelLogin:function(){var t=this;0!=this.value?this.phone?/^1[3456789]\d{9}$/.test(t.phone)?t.code?this.$model.getRegister({code:t.code,phone:t.phone,sessionId:uni.getStorageSync("sessionid")}).then((function(e){0==e.code?(uni.setStorageSync("token",e.data.token),uni.setStorageSync("iswxphone",e.data.iswxphone),uni.setStorageSync("refreshtoken",e.data.refreshtoken),uni.setStorageSync("sessionid",e.data.sessionid),uni.reLaunch({url:"/pages/index/index"})):t.$tools.msg(e.message)})).catch((function(t){})):t.$tools.msg(t.$t("login.codeTips")):t.$tools.msg(t.$t("login.phonetipsTwo")):t.$tools.msg(t.$t("login.phonetip")):t.$tools.msg(t.$t("login.valtips"))},handleCode:function(){var e=this;e.phone?/^1[3456789]\d{9}$/.test(e.phone)?e.$model.getSendCode({phone:e.phone}).then((function(i){if(t("log",i," at pages/login/login.vue:121"),0==i.code){e.disabled=!0;var n=setInterval((function(){--e.second}),1e3);setTimeout((function(){clearInterval(n),e.disabled=!1,e.second=60}),6e4)}else e.$tools.msg(i.message)})).catch((function(t){})):e.$tools.msg(e.$t("login.phonetipsTwo")):e.$tools.msg(e.$t("login.phonetip"))},handleToggle:function(){this.phone="",this.isCode=!this.isCode},handlePassword:function(){uni.navigateTo({url:"/pages/login/forgetPassword"})},handlexieyi:function(){uni.navigateTo({url:"/pages/index/index"})}}};e.default=i}).call(this,i("0de9")["default"])},"1da4":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"loading2",data:function(){return{}}}},"1db8":function(t,e,i){"use strict";i.r(e);var n=i("3493"),a=i.n(n);for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);e["default"]=a.a},"1f1e":function(t,e,i){"use strict";i.r(e);var n=i("d0c6"),a=i("b293");for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);var s=i("f0c5"),o=Object(s["a"])(a["default"],n["b"],n["c"],!1,null,"472283d4",null,!1,n["a"],void 0);e["default"]=o.exports},"1f20":function(t,e,i){"use strict";i.r(e);var n=i("c1a6"),a=i("70ed");for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);var s=i("f0c5"),o=Object(s["a"])(a["default"],n["b"],n["c"],!1,null,"0d057e6c",null,!1,n["a"],void 0);e["default"]=o.exports},2236:function(t,e,i){var n=i("5a43");t.exports=function(t){if(Array.isArray(t))return n(t)},t.exports.__esModule=!0,t.exports["default"]=t.exports},2370:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this.$createElement,e=this._self._c||t;return e("view",{staticClass:this._$s(0,"sc","container loading1"),attrs:{_i:0}},[e("view",{staticClass:this._$s(1,"sc","shape shape1"),attrs:{_i:1}}),e("view",{staticClass:this._$s(2,"sc","shape shape2"),attrs:{_i:2}}),e("view",{staticClass:this._$s(3,"sc","shape shape3"),attrs:{_i:3}}),e("view",{staticClass:this._$s(4,"sc","shape shape4"),attrs:{_i:4}})])},a=[]},2457:function(t,e,i){"use strict";i.r(e);var n=i("f11c"),a=i("8c1a");for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);var s=i("f0c5"),o=Object(s["a"])(a["default"],n["b"],n["c"],!1,null,"8d1019ca",null,!1,n["a"],void 0);e["default"]=o.exports},2578:function(t,e,i){"use strict";i.r(e);var n=i("ff2b"),a=i.n(n);for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);e["default"]=a.a},"26cb":function(t,i,n){"use strict";(function(i){var n="undefined"!==typeof window?window:"undefined"!==typeof i?i:{},a=n.__VUE_DEVTOOLS_GLOBAL_HOOK__;function r(t,e){if(void 0===e&&(e=[]),null===t||"object"!==typeof t)return t;var i=function(t,e){return t.filter(e)[0]}(e,(function(e){return e.original===t}));if(i)return i.copy;var n=Array.isArray(t)?[]:{};return e.push({original:t,copy:n}),Object.keys(t).forEach((function(i){n[i]=r(t[i],e)})),n}function s(t,e){Object.keys(t).forEach((function(i){return e(t[i],i)}))}function o(t){return null!==t&&"object"===typeof t}var c=function(t,e){this.runtime=e,this._children=Object.create(null),this._rawModule=t;var i=t.state;this.state=("function"===typeof i?i():i)||{}},l={namespaced:{configurable:!0}};l.namespaced.get=function(){return!!this._rawModule.namespaced},c.prototype.addChild=function(t,e){this._children[t]=e},c.prototype.removeChild=function(t){delete this._children[t]},c.prototype.getChild=function(t){return this._children[t]},c.prototype.hasChild=function(t){return t in this._children},c.prototype.update=function(t){this._rawModule.namespaced=t.namespaced,t.actions&&(this._rawModule.actions=t.actions),t.mutations&&(this._rawModule.mutations=t.mutations),t.getters&&(this._rawModule.getters=t.getters)},c.prototype.forEachChild=function(t){s(this._children,t)},c.prototype.forEachGetter=function(t){this._rawModule.getters&&s(this._rawModule.getters,t)},c.prototype.forEachAction=function(t){this._rawModule.actions&&s(this._rawModule.actions,t)},c.prototype.forEachMutation=function(t){this._rawModule.mutations&&s(this._rawModule.mutations,t)},Object.defineProperties(c.prototype,l);var u=function(t){this.register([],t,!1)};u.prototype.get=function(t){return t.reduce((function(t,e){return t.getChild(e)}),this.root)},u.prototype.getNamespace=function(t){var e=this.root;return t.reduce((function(t,i){return e=e.getChild(i),t+(e.namespaced?i+"/":"")}),"")},u.prototype.update=function(t){(function t(e,i,n){0;if(i.update(n),n.modules)for(var a in n.modules){if(!i.getChild(a))return void 0;t(e.concat(a),i.getChild(a),n.modules[a])}})([],this.root,t)},u.prototype.register=function(t,e,i){var n=this;void 0===i&&(i=!0);var a=new c(e,i);if(0===t.length)this.root=a;else{var r=this.get(t.slice(0,-1));r.addChild(t[t.length-1],a)}e.modules&&s(e.modules,(function(e,a){n.register(t.concat(a),e,i)}))},u.prototype.unregister=function(t){var e=this.get(t.slice(0,-1)),i=t[t.length-1],n=e.getChild(i);n&&n.runtime&&e.removeChild(i)},u.prototype.isRegistered=function(t){var e=this.get(t.slice(0,-1)),i=t[t.length-1];return!!e&&e.hasChild(i)};var d;var f=function(t){var e=this;void 0===t&&(t={}),!d&&"undefined"!==typeof window&&window.Vue&&x(window.Vue);var i=t.plugins;void 0===i&&(i=[]);var n=t.strict;void 0===n&&(n=!1),this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new u(t),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._watcherVM=new d,this._makeLocalGettersCache=Object.create(null);var r=this,s=this.dispatch,o=this.commit;this.dispatch=function(t,e){return s.call(r,t,e)},this.commit=function(t,e,i){return o.call(r,t,e,i)},this.strict=n;var c=this._modules.root.state;m(this,c,[],this._modules.root),v(this,c),i.forEach((function(t){return t(e)}));var l=void 0!==t.devtools?t.devtools:d.config.devtools;l&&function(t){a&&(t._devtoolHook=a,a.emit("vuex:init",t),a.on("vuex:travel-to-state",(function(e){t.replaceState(e)})),t.subscribe((function(t,e){a.emit("vuex:mutation",t,e)}),{prepend:!0}),t.subscribeAction((function(t,e){a.emit("vuex:action",t,e)}),{prepend:!0}))}(this)},h={state:{configurable:!0}};function p(t,e,i){return e.indexOf(t)<0&&(i&&i.prepend?e.unshift(t):e.push(t)),function(){var i=e.indexOf(t);i>-1&&e.splice(i,1)}}function g(t,e){t._actions=Object.create(null),t._mutations=Object.create(null),t._wrappedGetters=Object.create(null),t._modulesNamespaceMap=Object.create(null);var i=t.state;m(t,i,[],t._modules.root,!0),v(t,i,e)}function v(t,e,i){var n=t._vm;t.getters={},t._makeLocalGettersCache=Object.create(null);var a=t._wrappedGetters,r={};s(a,(function(e,i){r[i]=function(t,e){return function(){return t(e)}}(e,t),Object.defineProperty(t.getters,i,{get:function(){return t._vm[i]},enumerable:!0})}));var o=d.config.silent;d.config.silent=!0,t._vm=new d({data:{$$state:e},computed:r}),d.config.silent=o,t.strict&&function(t){t._vm.$watch((function(){return this._data.$$state}),(function(){0}),{deep:!0,sync:!0})}(t),n&&(i&&t._withCommit((function(){n._data.$$state=null})),d.nextTick((function(){return n.$destroy()})))}function m(t,e,i,n,a){var r=!i.length,s=t._modules.getNamespace(i);if(n.namespaced&&(t._modulesNamespaceMap[s],t._modulesNamespaceMap[s]=n),!r&&!a){var o=_(e,i.slice(0,-1)),c=i[i.length-1];t._withCommit((function(){d.set(o,c,n.state)}))}var l=n.context=function(t,e,i){var n=""===e,a={dispatch:n?t.dispatch:function(i,n,a){var r=y(i,n,a),s=r.payload,o=r.options,c=r.type;return o&&o.root||(c=e+c),t.dispatch(c,s)},commit:n?t.commit:function(i,n,a){var r=y(i,n,a),s=r.payload,o=r.options,c=r.type;o&&o.root||(c=e+c),t.commit(c,s,o)}};return Object.defineProperties(a,{getters:{get:n?function(){return t.getters}:function(){return function(t,e){if(!t._makeLocalGettersCache[e]){var i={},n=e.length;Object.keys(t.getters).forEach((function(a){if(a.slice(0,n)===e){var r=a.slice(n);Object.defineProperty(i,r,{get:function(){return t.getters[a]},enumerable:!0})}})),t._makeLocalGettersCache[e]=i}return t._makeLocalGettersCache[e]}(t,e)}},state:{get:function(){return _(t.state,i)}}}),a}(t,s,i);n.forEachMutation((function(e,i){var n=s+i;(function(t,e,i,n){var a=t._mutations[e]||(t._mutations[e]=[]);a.push((function(e){i.call(t,n.state,e)}))})(t,n,e,l)})),n.forEachAction((function(e,i){var n=e.root?i:s+i,a=e.handler||e;(function(t,e,i,n){var a=t._actions[e]||(t._actions[e]=[]);a.push((function(e){var a=i.call(t,{dispatch:n.dispatch,commit:n.commit,getters:n.getters,state:n.state,rootGetters:t.getters,rootState:t.state},e);return function(t){return t&&"function"===typeof t.then}(a)||(a=Promise.resolve(a)),t._devtoolHook?a.catch((function(e){throw t._devtoolHook.emit("vuex:error",e),e})):a}))})(t,n,a,l)})),n.forEachGetter((function(e,i){var n=s+i;(function(t,e,i,n){if(t._wrappedGetters[e])return void 0;t._wrappedGetters[e]=function(t){return i(n.state,n.getters,t.state,t.getters)}})(t,n,e,l)})),n.forEachChild((function(n,r){m(t,e,i.concat(r),n,a)}))}function _(t,e){return e.reduce((function(t,e){return t[e]}),t)}function y(t,e,i){return o(t)&&t.type&&(i=e,e=t,t=t.type),{type:t,payload:e,options:i}}function x(t){d&&t===d||(d=t, +/*! + * vuex v3.6.2 + * (c) 2021 Evan You + * @license MIT + */ +function(t){var e=Number(t.version.split(".")[0]);if(e>=2)t.mixin({beforeCreate:n});else{var i=t.prototype._init;t.prototype._init=function(t){void 0===t&&(t={}),t.init=t.init?[n].concat(t.init):n,i.call(this,t)}}function n(){var t=this.$options;t.store?this.$store="function"===typeof t.store?t.store():t.store:t.parent&&t.parent.$store&&(this.$store=t.parent.$store)}}(d))}h.state.get=function(){return this._vm._data.$$state},h.state.set=function(t){0},f.prototype.commit=function(t,e,i){var n=this,a=y(t,e,i),r=a.type,s=a.payload,o=(a.options,{type:r,payload:s}),c=this._mutations[r];c&&(this._withCommit((function(){c.forEach((function(t){t(s)}))})),this._subscribers.slice().forEach((function(t){return t(o,n.state)})))},f.prototype.dispatch=function(t,i){var n=this,a=y(t,i),r=a.type,s=a.payload,o={type:r,payload:s},c=this._actions[r];if(c){try{this._actionSubscribers.slice().filter((function(t){return t.before})).forEach((function(t){return t.before(o,n.state)}))}catch(e){0}var l=c.length>1?Promise.all(c.map((function(t){return t(s)}))):c[0](s);return new Promise((function(t,i){l.then((function(i){try{n._actionSubscribers.filter((function(t){return t.after})).forEach((function(t){return t.after(o,n.state)}))}catch(e){0}t(i)}),(function(t){try{n._actionSubscribers.filter((function(t){return t.error})).forEach((function(e){return e.error(o,n.state,t)}))}catch(e){0}i(t)}))}))}},f.prototype.subscribe=function(t,e){return p(t,this._subscribers,e)},f.prototype.subscribeAction=function(t,e){var i="function"===typeof t?{before:t}:t;return p(i,this._actionSubscribers,e)},f.prototype.watch=function(t,e,i){var n=this;return this._watcherVM.$watch((function(){return t(n.state,n.getters)}),e,i)},f.prototype.replaceState=function(t){var e=this;this._withCommit((function(){e._vm._data.$$state=t}))},f.prototype.registerModule=function(t,e,i){void 0===i&&(i={}),"string"===typeof t&&(t=[t]),this._modules.register(t,e),m(this,this.state,t,this._modules.get(t),i.preserveState),v(this,this.state)},f.prototype.unregisterModule=function(t){var e=this;"string"===typeof t&&(t=[t]),this._modules.unregister(t),this._withCommit((function(){var i=_(e.state,t.slice(0,-1));d.delete(i,t[t.length-1])})),g(this)},f.prototype.hasModule=function(t){return"string"===typeof t&&(t=[t]),this._modules.isRegistered(t)},f.prototype[[104,111,116,85,112,100,97,116,101].map((function(t){return String.fromCharCode(t)})).join("")]=function(t){this._modules.update(t),g(this,!0)},f.prototype._withCommit=function(t){var e=this._committing;this._committing=!0,t(),this._committing=e},Object.defineProperties(f.prototype,h);var b=S((function(t,e){var i={};return $(e).forEach((function(e){var n=e.key,a=e.val;i[n]=function(){var e=this.$store.state,i=this.$store.getters;if(t){var n=T(this.$store,"mapState",t);if(!n)return;e=n.context.state,i=n.context.getters}return"function"===typeof a?a.call(this,e,i):e[a]},i[n].vuex=!0})),i})),w=S((function(t,e){var i={};return $(e).forEach((function(e){var n=e.key,a=e.val;i[n]=function(){var e=[],i=arguments.length;while(i--)e[i]=arguments[i];var n=this.$store.commit;if(t){var r=T(this.$store,"mapMutations",t);if(!r)return;n=r.context.commit}return"function"===typeof a?a.apply(this,[n].concat(e)):n.apply(this.$store,[a].concat(e))}})),i})),C=S((function(t,e){var i={};return $(e).forEach((function(e){var n=e.key,a=e.val;a=t+a,i[n]=function(){if(!t||T(this.$store,"mapGetters",t))return this.$store.getters[a]},i[n].vuex=!0})),i})),k=S((function(t,e){var i={};return $(e).forEach((function(e){var n=e.key,a=e.val;i[n]=function(){var e=[],i=arguments.length;while(i--)e[i]=arguments[i];var n=this.$store.dispatch;if(t){var r=T(this.$store,"mapActions",t);if(!r)return;n=r.context.dispatch}return"function"===typeof a?a.apply(this,[n].concat(e)):n.apply(this.$store,[a].concat(e))}})),i}));function $(t){return function(t){return Array.isArray(t)||o(t)}(t)?Array.isArray(t)?t.map((function(t){return{key:t,val:t}})):Object.keys(t).map((function(e){return{key:e,val:t[e]}})):[]}function S(t){return function(e,i){return"string"!==typeof e?(i=e,e=""):"/"!==e.charAt(e.length-1)&&(e+="/"),t(e,i)}}function T(t,e,i){var n=t._modulesNamespaceMap[i];return n}function P(t,i,n){var a=n?t.groupCollapsed:t.group;try{a.call(t,i)}catch(e){t.log(i)}}function A(t){try{t.groupEnd()}catch(e){t.log("\u2014\u2014 log end \u2014\u2014")}}function O(){var t=new Date;return" @ "+D(t.getHours(),2)+":"+D(t.getMinutes(),2)+":"+D(t.getSeconds(),2)+"."+D(t.getMilliseconds(),3)}function D(t,e){return function(t,e){return new Array(e+1).join(t)}("0",e-t.toString().length)+t}var I={Store:f,install:x,version:"3.6.2",mapState:b,mapMutations:w,mapGetters:C,mapActions:k,createNamespacedHelpers:function(t){return{mapState:b.bind(null,t),mapGetters:C.bind(null,t),mapMutations:w.bind(null,t),mapActions:k.bind(null,t)}},createLogger:function(t){void 0===t&&(t={});var e=t.collapsed;void 0===e&&(e=!0);var i=t.filter;void 0===i&&(i=function(t,e,i){return!0});var n=t.transformer;void 0===n&&(n=function(t){return t});var a=t.mutationTransformer;void 0===a&&(a=function(t){return t});var s=t.actionFilter;void 0===s&&(s=function(t,e){return!0});var o=t.actionTransformer;void 0===o&&(o=function(t){return t});var c=t.logMutations;void 0===c&&(c=!0);var l=t.logActions;void 0===l&&(l=!0);var u=t.logger;return void 0===u&&(u=console),function(t){var d=r(t.state);"undefined"!==typeof u&&(c&&t.subscribe((function(t,s){var o=r(s);if(i(t,d,o)){var c=O(),l=a(t),f="mutation "+t.type+c;P(u,f,e),u.log("%c prev state","color: #9E9E9E; font-weight: bold",n(d)),u.log("%c mutation","color: #03A9F4; font-weight: bold",l),u.log("%c next state","color: #4CAF50; font-weight: bold",n(o)),A(u)}d=o})),l&&t.subscribeAction((function(t,i){if(s(t,i)){var n=O(),a=o(t),r="action "+t.type+n;P(u,r,e),u.log("%c action","color: #03A9F4; font-weight: bold",a),A(u)}})))}}};t.exports=I}).call(this,n("c8ba"))},"273d":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.fontData=void 0;e.fontData=[{font_class:"arrow-down",unicode:"\ue6be"},{font_class:"arrow-left",unicode:"\ue6bc"},{font_class:"arrow-right",unicode:"\ue6bb"},{font_class:"arrow-up",unicode:"\ue6bd"},{font_class:"auth",unicode:"\ue6ab"},{font_class:"auth-filled",unicode:"\ue6cc"},{font_class:"back",unicode:"\ue6b9"},{font_class:"bars",unicode:"\ue627"},{font_class:"calendar",unicode:"\ue6a0"},{font_class:"calendar-filled",unicode:"\ue6c0"},{font_class:"camera",unicode:"\ue65a"},{font_class:"camera-filled",unicode:"\ue658"},{font_class:"cart",unicode:"\ue631"},{font_class:"cart-filled",unicode:"\ue6d0"},{font_class:"chat",unicode:"\ue65d"},{font_class:"chat-filled",unicode:"\ue659"},{font_class:"chatboxes",unicode:"\ue696"},{font_class:"chatboxes-filled",unicode:"\ue692"},{font_class:"chatbubble",unicode:"\ue697"},{font_class:"chatbubble-filled",unicode:"\ue694"},{font_class:"checkbox",unicode:"\ue62b"},{font_class:"checkbox-filled",unicode:"\ue62c"},{font_class:"checkmarkempty",unicode:"\ue65c"},{font_class:"circle",unicode:"\ue65b"},{font_class:"circle-filled",unicode:"\ue65e"},{font_class:"clear",unicode:"\ue66d"},{font_class:"close",unicode:"\ue673"},{font_class:"closeempty",unicode:"\ue66c"},{font_class:"cloud-download",unicode:"\ue647"},{font_class:"cloud-download-filled",unicode:"\ue646"},{font_class:"cloud-upload",unicode:"\ue645"},{font_class:"cloud-upload-filled",unicode:"\ue648"},{font_class:"color",unicode:"\ue6cf"},{font_class:"color-filled",unicode:"\ue6c9"},{font_class:"compose",unicode:"\ue67f"},{font_class:"contact",unicode:"\ue693"},{font_class:"contact-filled",unicode:"\ue695"},{font_class:"down",unicode:"\ue6b8"},{font_class:"bottom",unicode:"\ue6b8"},{font_class:"download",unicode:"\ue68d"},{font_class:"download-filled",unicode:"\ue681"},{font_class:"email",unicode:"\ue69e"},{font_class:"email-filled",unicode:"\ue69a"},{font_class:"eye",unicode:"\ue651"},{font_class:"eye-filled",unicode:"\ue66a"},{font_class:"eye-slash",unicode:"\ue6b3"},{font_class:"eye-slash-filled",unicode:"\ue6b4"},{font_class:"fire",unicode:"\ue6a1"},{font_class:"fire-filled",unicode:"\ue6c5"},{font_class:"flag",unicode:"\ue65f"},{font_class:"flag-filled",unicode:"\ue660"},{font_class:"folder-add",unicode:"\ue6a9"},{font_class:"folder-add-filled",unicode:"\ue6c8"},{font_class:"font",unicode:"\ue6a3"},{font_class:"forward",unicode:"\ue6ba"},{font_class:"gear",unicode:"\ue664"},{font_class:"gear-filled",unicode:"\ue661"},{font_class:"gift",unicode:"\ue6a4"},{font_class:"gift-filled",unicode:"\ue6c4"},{font_class:"hand-down",unicode:"\ue63d"},{font_class:"hand-down-filled",unicode:"\ue63c"},{font_class:"hand-up",unicode:"\ue63f"},{font_class:"hand-up-filled",unicode:"\ue63e"},{font_class:"headphones",unicode:"\ue630"},{font_class:"heart",unicode:"\ue639"},{font_class:"heart-filled",unicode:"\ue641"},{font_class:"help",unicode:"\ue679"},{font_class:"help-filled",unicode:"\ue674"},{font_class:"home",unicode:"\ue662"},{font_class:"home-filled",unicode:"\ue663"},{font_class:"image",unicode:"\ue670"},{font_class:"image-filled",unicode:"\ue678"},{font_class:"images",unicode:"\ue650"},{font_class:"images-filled",unicode:"\ue64b"},{font_class:"info",unicode:"\ue669"},{font_class:"info-filled",unicode:"\ue649"},{font_class:"left",unicode:"\ue6b7"},{font_class:"link",unicode:"\ue6a5"},{font_class:"list",unicode:"\ue644"},{font_class:"location",unicode:"\ue6ae"},{font_class:"location-filled",unicode:"\ue6af"},{font_class:"locked",unicode:"\ue66b"},{font_class:"locked-filled",unicode:"\ue668"},{font_class:"loop",unicode:"\ue633"},{font_class:"mail-open",unicode:"\ue643"},{font_class:"mail-open-filled",unicode:"\ue63a"},{font_class:"map",unicode:"\ue667"},{font_class:"map-filled",unicode:"\ue666"},{font_class:"map-pin",unicode:"\ue6ad"},{font_class:"map-pin-ellipse",unicode:"\ue6ac"},{font_class:"medal",unicode:"\ue6a2"},{font_class:"medal-filled",unicode:"\ue6c3"},{font_class:"mic",unicode:"\ue671"},{font_class:"mic-filled",unicode:"\ue677"},{font_class:"micoff",unicode:"\ue67e"},{font_class:"micoff-filled",unicode:"\ue6b0"},{font_class:"minus",unicode:"\ue66f"},{font_class:"minus-filled",unicode:"\ue67d"},{font_class:"more",unicode:"\ue64d"},{font_class:"more-filled",unicode:"\ue64e"},{font_class:"navigate",unicode:"\ue66e"},{font_class:"navigate-filled",unicode:"\ue67a"},{font_class:"notification",unicode:"\ue6a6"},{font_class:"notification-filled",unicode:"\ue6c1"},{font_class:"paperclip",unicode:"\ue652"},{font_class:"paperplane",unicode:"\ue672"},{font_class:"paperplane-filled",unicode:"\ue675"},{font_class:"person",unicode:"\ue699"},{font_class:"person-filled",unicode:"\ue69d"},{font_class:"personadd",unicode:"\ue69f"},{font_class:"personadd-filled",unicode:"\ue698"},{font_class:"personadd-filled-copy",unicode:"\ue6d1"},{font_class:"phone",unicode:"\ue69c"},{font_class:"phone-filled",unicode:"\ue69b"},{font_class:"plus",unicode:"\ue676"},{font_class:"plus-filled",unicode:"\ue6c7"},{font_class:"plusempty",unicode:"\ue67b"},{font_class:"pulldown",unicode:"\ue632"},{font_class:"pyq",unicode:"\ue682"},{font_class:"qq",unicode:"\ue680"},{font_class:"redo",unicode:"\ue64a"},{font_class:"redo-filled",unicode:"\ue655"},{font_class:"refresh",unicode:"\ue657"},{font_class:"refresh-filled",unicode:"\ue656"},{font_class:"refreshempty",unicode:"\ue6bf"},{font_class:"reload",unicode:"\ue6b2"},{font_class:"right",unicode:"\ue6b5"},{font_class:"scan",unicode:"\ue62a"},{font_class:"search",unicode:"\ue654"},{font_class:"settings",unicode:"\ue653"},{font_class:"settings-filled",unicode:"\ue6ce"},{font_class:"shop",unicode:"\ue62f"},{font_class:"shop-filled",unicode:"\ue6cd"},{font_class:"smallcircle",unicode:"\ue67c"},{font_class:"smallcircle-filled",unicode:"\ue665"},{font_class:"sound",unicode:"\ue684"},{font_class:"sound-filled",unicode:"\ue686"},{font_class:"spinner-cycle",unicode:"\ue68a"},{font_class:"staff",unicode:"\ue6a7"},{font_class:"staff-filled",unicode:"\ue6cb"},{font_class:"star",unicode:"\ue688"},{font_class:"star-filled",unicode:"\ue68f"},{font_class:"starhalf",unicode:"\ue683"},{font_class:"trash",unicode:"\ue687"},{font_class:"trash-filled",unicode:"\ue685"},{font_class:"tune",unicode:"\ue6aa"},{font_class:"tune-filled",unicode:"\ue6ca"},{font_class:"undo",unicode:"\ue64f"},{font_class:"undo-filled",unicode:"\ue64c"},{font_class:"up",unicode:"\ue6b6"},{font_class:"top",unicode:"\ue6b6"},{font_class:"upload",unicode:"\ue690"},{font_class:"upload-filled",unicode:"\ue68e"},{font_class:"videocam",unicode:"\ue68c"},{font_class:"videocam-filled",unicode:"\ue689"},{font_class:"vip",unicode:"\ue6a8"},{font_class:"vip-filled",unicode:"\ue6c6"},{font_class:"wallet",unicode:"\ue6b1"},{font_class:"wallet-filled",unicode:"\ue6c2"},{font_class:"weibo",unicode:"\ue68b"},{font_class:"weixin",unicode:"\ue691"}]},"278c":function(t,e,i){var n=i("c135"),a=i("9b42"),r=i("6613"),s=i("c240");t.exports=function(t,e){return n(t)||a(t,e)||r(t,e)||s()},t.exports.__esModule=!0,t.exports["default"]=t.exports},"27b2":function(t,e,i){"use strict";var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("fe7f")),r=n(i("f457")),s=n(i("3d85")),o=n(i("b61a")),c={en:a.default,"zh-Hans":r.default,"zh-Hant":s.default,ja:o.default};e.default=c},"282f":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("49ce").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","bg"),attrs:{_i:1}}),i("view",{staticClass:t._$s(2,"sc","login box_shadow"),attrs:{_i:2}},[i("view",{staticClass:t._$s(3,"sc","title"),attrs:{_i:3}},[t._v(t._$s(3,"t0-0",t._s(t.$t("login.title"))))]),i("view",{staticClass:t._$s(4,"sc","toggle cblue"),attrs:{_i:4},on:{click:t.handleToggle}},[i("uni-icons",{staticClass:t._$s(5,"sc","iconfont icon-qiehuan cblue mr-5"),attrs:{_i:5}})],1),i("view",{staticClass:t._$s(6,"sc","editem"),attrs:{_i:6}},[i("view",{staticClass:t._$s(7,"sc","item"),attrs:{_i:7}},[i("view",{staticClass:t._$s(8,"sc","text"),attrs:{_i:8}},[t._v(t._$s(8,"t0-0",t._s(t.$t("login.phone"))))]),i("view",{staticClass:t._$s(9,"sc","input"),attrs:{_i:9}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.phone,expression:"phone"}],attrs:{_i:10},domProps:{value:t._$s(10,"v-model",t.phone)},on:{input:function(e){e.target.composing||(t.phone=e.target.value)}}})])]),t._$s(11,"i",t.isCode)?i("view",{staticClass:t._$s(11,"sc","item "),attrs:{_i:11}},[i("view",{staticClass:t._$s(12,"sc","text"),attrs:{_i:12}},[t._v(t._$s(12,"t0-0",t._s(t.$t("login.code"))))]),i("view",{staticClass:t._$s(13,"sc","input yanzhengma"),attrs:{_i:13}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.code,expression:"code"}],staticClass:t._$s(14,"sc","uni-input"),attrs:{_i:14},domProps:{value:t._$s(14,"v-model",t.code)},on:{input:function(e){e.target.composing||(t.code=e.target.value)}}}),i("button",{staticClass:t._$s(15,"sc","code"),attrs:{disabled:t._$s(15,"a-disabled",t.disabled),_i:15},on:{click:t.handleCode},model:{value:t._$s(15,"v-model",t.code),callback:function(e){t.code=e},expression:"code"}},[t._v(t._$s(15,"t0-0",t._s(t.second<60?t.second+"S\u540e\u91cd\u53d1":t.$t("login.sendcode"))))])])]):i("view",{staticClass:t._$s(16,"sc","item "),attrs:{_i:16}},[i("view",{staticClass:t._$s(17,"sc","text"),attrs:{_i:17}}),i("view",{staticClass:t._$s(18,"sc","input yanzhengma"),attrs:{_i:18}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.password,expression:"password"}],staticClass:t._$s(19,"sc","uni-input"),attrs:{_i:19},domProps:{value:t._$s(19,"v-model",t.password)},on:{input:function(e){e.target.composing||(t.password=e.target.value)}}}),i("text",{staticClass:t._$s(20,"sc","forget code"),attrs:{_i:20},on:{click:t.handlePassword}})])])]),i("view",{staticClass:t._$s(21,"sc","xieyi"),attrs:{_i:21}},[i("checkbox-group",{staticClass:t._$s(22,"sc","group"),attrs:{_i:22},on:{change:t.checkboxChange}},[i("label",[i("checkbox",{attrs:{_i:24}}),t._v(t._$s(23,"t1-0",t._s(t.$t("login.agreement")))),i("text",{attrs:{_i:25},on:{click:[t.handlexieyi,function(t){t.stopPropagation()}]}},[t._v(t._$s(25,"t0-0",t._s(t.$t("login.agreementContnt"))))])])])]),i("view",{staticClass:t._$s(26,"sc","btnlogin"),attrs:{_i:26},on:{click:t.handleTelLogin}},[t._v(t._$s(26,"t0-0",t._s(t.$t("login.btn"))))]),i("view",{staticClass:t._$s(27,"sc","btngroup"),attrs:{_i:27},on:{click:t.handlePassword}},[i("text",[t._v(t._$s(28,"t0-0",t._s(t.$t("login.register"))))])])])])},r=[]},"294e":function(t,e,i){"use strict";i.r(e);var n=i("6e3d"),a=i.n(n);for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);e["default"]=a.a},2959:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={};e.default=n},"2c81":function(t,e){t.exports="/static/add.png"},"2df0":function(t,e,i){"use strict";(function(t){var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;i("26cb");var a=n(i("645e")),r={data:function(){return{active:1,isEdit:!1,weight:500,timeList:[],timesTndex:[0,0]}},components:{record:a.default},mounted:function(){this.timeList=this.$tools.gethms(),t("log","11111",this.timeList," at pages/skipping/skipping.vue:128")},methods:{bindTimeChange:function(e){t("log","picker\u643a\u5e26\u503c",e.target.vaule," at pages/skipping/skipping.vue:132"),this.timesTndex=e.target.vaule},handleBlur:function(){},navTo:function(t){uni.navigateTo({url:t})}}};e.default=r}).call(this,i("0de9")["default"])},"2f87":function(t,e,i){"use strict";var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("d122")),r=n(i("151e")),s=n(i("0f06")),o=n(i("b4a4")),c=n(i("14ce")),l={components:{Loading1:a.default,Loading2:r.default,Loading3:s.default,Loading4:o.default,Loading5:c.default},name:"qiun-loading",props:{loadingType:{type:Number,default:2}},data:function(){return{}}};e.default=l},"32af":function(t,e,i){"use strict";i.r(e);var n=i("a941"),a=i.n(n);for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);e["default"]=a.a},"32da":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this.$createElement,e=this._self._c||t;return e("view",{staticClass:this._$s(0,"sc","container loading6"),attrs:{_i:0}},[e("view",{staticClass:this._$s(1,"sc","shape shape1"),attrs:{_i:1}}),e("view",{staticClass:this._$s(2,"sc","shape shape2"),attrs:{_i:2}}),e("view",{staticClass:this._$s(3,"sc","shape shape3"),attrs:{_i:3}}),e("view",{staticClass:this._$s(4,"sc","shape shape4"),attrs:{_i:4}})])},a=[]},"32fe":function(t,e,i){"use strict";var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("9523")),r=i("26cb");function s(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}var o={data:function(){return{visible:!1,ranklist:[]}},computed:function(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:{},e=arguments.length,i=new Array(e>1?e-1:0),n=1;n=1&&i<=9&&(i="0"+i),n>=0&&n<=9&&(n="0"+n);var a=e+"-"+i+"-"+n;return a}var u={name:"qiun-data-charts",mixins:[t.mixinDatacom],props:{type:{type:String,default:null},canvasId:{type:String,default:"uchartsid"},canvas2d:{type:Boolean,default:!1},background:{type:String,default:"none"},animation:{type:Boolean,default:!0},chartData:{type:Object,default:function(){return{categories:[],series:[]}}},opts:{type:Object,default:function(){return{}}},eopts:{type:Object,default:function(){return{}}},loadingType:{type:Number,default:2},errorShow:{type:Boolean,default:!0},errorReload:{type:Boolean,default:!0},errorMessage:{type:String,default:null},inScrollView:{type:Boolean,default:!1},reshow:{type:Boolean,default:!1},reload:{type:Boolean,default:!1},disableScroll:{type:Boolean,default:!1},optsWatch:{type:Boolean,default:!0},onzoom:{type:Boolean,default:!1},ontap:{type:Boolean,default:!0},ontouch:{type:Boolean,default:!1},onmouse:{type:Boolean,default:!0},onmovetip:{type:Boolean,default:!1},echartsH5:{type:Boolean,default:!1},echartsApp:{type:Boolean,default:!1},tooltipShow:{type:Boolean,default:!0},tooltipFormat:{type:String,default:void 0},tooltipCustom:{type:Object,default:void 0},startDate:{type:String,default:void 0},endDate:{type:String,default:void 0},textEnum:{type:Array,default:function(){return[]}},groupEnum:{type:Array,default:function(){return[]}},pageScrollTop:{type:Number,default:0},directory:{type:String,default:"/"},tapLegend:{type:Boolean,default:!0},menus:{type:Array,default:function(){return[]}}},data:function(){return{cid:"uchartsid",inWx:!1,inAli:!1,inTt:!1,inBd:!1,inH5:!1,inApp:!1,inWin:!1,type2d:!0,disScroll:!1,openmouse:!1,pixel:1,cWidth:375,cHeight:250,showchart:!1,echarts:!1,echartsResize:{state:!1},uchartsOpts:{},echartsOpts:{},drawData:{},lastDrawTime:null}},created:function(){if(this.cid=this.canvasId,"uchartsid"==this.canvasId||""==this.canvasId){for(var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",e=t.length,i="",n=0;n<32;n++)i+=t.charAt(Math.floor(Math.random()*e));this.cid=i}var a=uni.getSystemInfoSync();"windows"!==a.platform&&"mac"!==a.platform||(this.inWin=!0),this.type2d=!1,this.disScroll=this.disableScroll},mounted:function(){var t=this;this.inApp=!0,!0===this.echartsApp&&(this.echarts=!0,this.openmouse=!1),this.$nextTick((function(){t.beforeInit()}))},destroyed:function(){!0===this.echarts?(delete o.default.option[this.cid],delete o.default.instance[this.cid]):(delete s.default.option[this.cid],delete s.default.instance[this.cid]),uni.offWindowResize((function(){}))},watch:{chartDataProps:{handler:function(t,e){"object"===(0,r.default)(t)?JSON.stringify(t)!==JSON.stringify(e)&&(this._clearChart(),t.series&&t.series.length>0?this.beforeInit():(this.mixinDatacomLoading=!0,this.showchart=!1,this.mixinDatacomErrorMessage=null)):(this.mixinDatacomLoading=!1,this._clearChart(),this.showchart=!1,this.mixinDatacomErrorMessage="\u53c2\u6570\u9519\u8bef\uff1achartData\u6570\u636e\u7c7b\u578b\u9519\u8bef")},immediate:!1,deep:!0},localdata:{handler:function(t,e){JSON.stringify(t)!==JSON.stringify(e)&&(t.length>0?this.beforeInit():(this.mixinDatacomLoading=!0,this._clearChart(),this.showchart=!1,this.mixinDatacomErrorMessage=null))},immediate:!1,deep:!0},optsProps:{handler:function(t,e){"object"===(0,r.default)(t)?JSON.stringify(t)!==JSON.stringify(e)&&!1===this.echarts&&1==this.optsWatch&&this.checkData(this.drawData):(this.mixinDatacomLoading=!1,this._clearChart(),this.showchart=!1,this.mixinDatacomErrorMessage="\u53c2\u6570\u9519\u8bef\uff1aopts\u6570\u636e\u7c7b\u578b\u9519\u8bef")},immediate:!1,deep:!0},eoptsProps:{handler:function(t,e){"object"===(0,r.default)(t)?JSON.stringify(t)!==JSON.stringify(e)&&!0===this.echarts&&this.checkData(this.drawData):(this.mixinDatacomLoading=!1,this.showchart=!1,this.mixinDatacomErrorMessage="\u53c2\u6570\u9519\u8bef\uff1aeopts\u6570\u636e\u7c7b\u578b\u9519\u8bef")},immediate:!1,deep:!0},reshow:function(t,e){var i=this;!0===t&&!1===this.mixinDatacomLoading&&setTimeout((function(){i.mixinDatacomErrorMessage=null,i.echartsResize.state=!i.echartsResize.state,i.checkData(i.drawData)}),200)},reload:function(t,e){!0===t&&(this.showchart=!1,this.mixinDatacomErrorMessage=null,this.reloading())},mixinDatacomErrorMessage:function(t,e){t&&(this.emitMsg({name:"error",params:{type:"error",errorShow:this.errorShow,msg:t,id:this.cid}}),this.errorShow&&n("log","[\u79cb\u4e91\u56fe\u8868\u7ec4\u4ef6]"+t," at uni_modules/qiun-data-charts/components/qiun-data-charts/qiun-data-charts.vue:611"))},errorMessage:function(t,e){t&&this.errorShow&&null!==t&&"null"!==t&&""!==t?(this.showchart=!1,this.mixinDatacomLoading=!1,this.mixinDatacomErrorMessage=t):(this.showchart=!1,this.mixinDatacomErrorMessage=null,this.reloading())}},computed:{optsProps:function(){return JSON.parse(JSON.stringify(this.opts))},eoptsProps:function(){return JSON.parse(JSON.stringify(this.eopts))},chartDataProps:function(){return JSON.parse(JSON.stringify(this.chartData))}},methods:{beforeInit:function(){this.mixinDatacomErrorMessage=null,"object"===(0,r.default)(this.chartData)&&null!=this.chartData&&void 0!==this.chartData.series&&this.chartData.series.length>0?(this.drawData=c({},this.chartData),this.mixinDatacomLoading=!1,this.showchart=!0,this.checkData(this.chartData)):this.localdata.length>0?(this.mixinDatacomLoading=!1,this.showchart=!0,this.localdataInit(this.localdata)):""!==this.collection?(this.mixinDatacomLoading=!1,this.getCloudData()):this.mixinDatacomLoading=!0},localdataInit:function(t){if(this.groupEnum.length>0)for(var e=0;e0)for(var n=0;n0)d=this.chartData.categories;else if(this.startDate&&this.endDate){var h=new Date(this.startDate),p=new Date(this.endDate);while(h<=p)d.push(l(h)),h=h.setDate(h.getDate()+1),h=new Date(h)}else{var g={};t.map((function(t,e){void 0==t.text||g[t.text]||(d.push(t.text),g[t.text]=!0)}))}u.categories=d}var v={};if(t.map((function(t,e){void 0==t.group||v[t.group]||(f.push({name:t.group,data:[]}),v[t.group]=!0)})),0==f.length)if(f=[{name:"\u9ed8\u8ba4\u5206\u7ec4",data:[]}],!0===r)for(var m=0;m0)for(var w=0;w0&&(this.mixinDatacomErrorMessage=null,!0===this.echarts?(o.default.option[i].chartData=n,this.$nextTick((function(){e.init()}))):(s.default.option[i].categories=n.categories,s.default.option[i].series=n.series,this.$nextTick((function(){e.init()}))))},resizeHandler:function(){var t=this,e=Date.now(),i=this.lastDrawTime?this.lastDrawTime:e-3e3,n=e-i;if(!(n<1e3))uni.createSelectorQuery().in(this).select("#ChartBoxId"+this.cid).boundingClientRect((function(e){t.showchart=!0,e.width>0&&e.height>0&&(e.width===t.cWidth&&e.height===t.cHeight||t.checkData(t.drawData))})).exec()},getCloudData:function(){var t=this;1!=this.mixinDatacomLoading&&(this.mixinDatacomLoading=!0,this.mixinDatacomGet().then((function(e){t.mixinDatacomResData=e.result.data,t.localdataInit(t.mixinDatacomResData)})).catch((function(e){t.mixinDatacomLoading=!1,t.showchart=!1,t.mixinDatacomErrorMessage="\u8bf7\u6c42\u9519\u8bef\uff1a"+e})))},onMixinDatacomPropsChange:function(t,e){1==t&&""!==this.collection&&(this.showchart=!1,this.mixinDatacomErrorMessage=null,this._clearChart(),this.getCloudData())},_clearChart:function(){var t=this.cid;if(!0!==this.echarts&&s.default.option[t]&&s.default.option[t].context){var e=s.default.option[t].context;"object"!==(0,r.default)(e)||s.default.option[t].update||(e.clearRect(0,0,this.cWidth*this.pixel,this.cHeight*this.pixel),e.draw())}},init:function(){var t=this,e=this.cid;uni.createSelectorQuery().in(this).select("#ChartBoxId"+e).boundingClientRect((function(i){i.width>0&&i.height>0?(t.mixinDatacomLoading=!1,t.showchart=!0,t.lastDrawTime=Date.now(),t.cWidth=i.width,t.cHeight=i.height,!0!==t.echarts&&(s.default.option[e].background="rgba(0,0,0,0)"==t.background?"#FFFFFF":t.background,s.default.option[e].canvas2d=t.type2d,s.default.option[e].pixelRatio=t.pixel,s.default.option[e].animation=t.animation,s.default.option[e].width=i.width*t.pixel,s.default.option[e].height=i.height*t.pixel,s.default.option[e].onzoom=t.onzoom,s.default.option[e].ontap=t.ontap,s.default.option[e].ontouch=t.ontouch,s.default.option[e].onmouse=t.openmouse,s.default.option[e].onmovetip=t.onmovetip,s.default.option[e].tooltipShow=t.tooltipShow,s.default.option[e].tooltipFormat=t.tooltipFormat,s.default.option[e].tooltipCustom=t.tooltipCustom,s.default.option[e].inScrollView=t.inScrollView,s.default.option[e].lastDrawTime=t.lastDrawTime,s.default.option[e].tapLegend=t.tapLegend),t.inH5||t.inApp?1==t.echarts?(o.default.option[e].ontap=t.ontap,o.default.option[e].onmouse=t.openmouse,o.default.option[e].tooltipShow=t.tooltipShow,o.default.option[e].tooltipFormat=t.tooltipFormat,o.default.option[e].tooltipCustom=t.tooltipCustom,o.default.option[e].lastDrawTime=t.lastDrawTime,t.echartsOpts=c({},o.default.option[e])):(s.default.option[e].rotateLock=s.default.option[e].rotate,t.uchartsOpts=c({},s.default.option[e])):(s.default.option[e]=function t(e,i){for(var n in e)e.hasOwnProperty(n)&&null!==e[n]&&"object"===(0,r.default)(e[n])?t(e[n],i):"format"===n&&"string"===typeof e[n]&&(e["formatter"]=i[e[n]]?i[e[n]]:void 0);return e}(s.default.option[e],s.default.formatter),t.mixinDatacomErrorMessage=null,t.mixinDatacomLoading=!1,t.showchart=!0,t.$nextTick((function(){if(!0===t.type2d){var n=uni.createSelectorQuery().in(t);n.select("#"+e).fields({node:!0,size:!0}).exec((function(n){if(n[0]){var a=n[0].node,r=a.getContext("2d");s.default.option[e].context=r,s.default.option[e].rotateLock=s.default.option[e].rotate,s.default.instance[e]&&s.default.option[e]&&!0===s.default.option[e].update?t._updataUChart(e):(a.width=i.width*t.pixel,a.height=i.height*t.pixel,a._width=i.width*t.pixel,a._height=i.height*t.pixel,setTimeout((function(){s.default.option[e].context.restore(),s.default.option[e].context.save(),t._newChart(e)}),100))}else t.showchart=!1,t.mixinDatacomErrorMessage="\u53c2\u6570\u9519\u8bef\uff1a\u5f00\u542f2d\u6a21\u5f0f\u540e\uff0c\u672a\u83b7\u53d6\u5230dom\u8282\u70b9\uff0ccanvas-id:"+e}))}else t.inAli&&(s.default.option[e].rotateLock=s.default.option[e].rotate),s.default.option[e].context=uni.createCanvasContext(e,t),s.default.instance[e]&&s.default.option[e]&&!0===s.default.option[e].update?t._updataUChart(e):setTimeout((function(){s.default.option[e].context.restore(),s.default.option[e].context.save(),t._newChart(e)}),100)})))):(t.mixinDatacomLoading=!1,t.showchart=!1,1==t.reshow&&(t.mixinDatacomErrorMessage="\u5e03\u5c40\u9519\u8bef\uff1a\u672a\u83b7\u53d6\u5230\u7236\u5143\u7d20\u5bbd\u9ad8\u5c3a\u5bf8\uff01canvas-id:"+e))})).exec()},saveImage:function(){uni.canvasToTempFilePath({canvasId:this.cid,success:function(t){uni.saveImageToPhotosAlbum({filePath:t.tempFilePath,success:function(){uni.showToast({title:"\u4fdd\u5b58\u6210\u529f",duration:2e3})}})}},this)},getImage:function(){var t=this;if(0==this.type2d)uni.canvasToTempFilePath({canvasId:this.cid,success:function(e){t.emitMsg({name:"getImage",params:{type:"getImage",base64:e.tempFilePath}})}},this);else{var e=uni.createSelectorQuery().in(this);e.select("#"+this.cid).fields({node:!0,size:!0}).exec((function(e){if(e[0]){var i=e[0].node;t.emitMsg({name:"getImage",params:{type:"getImage",base64:i.toDataURL("image/png")}})}}))}},_error:function(t){this.mixinDatacomErrorMessage=t.detail.errMsg},emitMsg:function(t){this.$emit(t.name,t.params)},getRenderType:function(){!0===this.echarts&&!1===this.mixinDatacomLoading&&this.beforeInit()},toJSON:function(){return this}}};e.default=u}).call(this,i("a9ff")["default"],i("0de9")["default"])},"359a":function(t,e,i){"use strict";i.r(e);var n=i("e63e"),a=i("7772");for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);var s=i("f0c5"),o=Object(s["a"])(a["default"],n["b"],n["c"],!1,null,"b7e262b2",null,!1,n["a"],void 0);e["default"]=o.exports},"36c6":function(t,e){function i(e){return t.exports=i=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},t.exports.__esModule=!0,t.exports["default"]=t.exports,i(e)}t.exports=i,t.exports.__esModule=!0,t.exports["default"]=t.exports},3892:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("49ce").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[i("headerIndex",{attrs:{isArea:!1,_i:1}}),i("view",{staticClass:t._$s(2,"sc","wxlist borderRadius"),attrs:{_i:2}},[i("view",{staticClass:t._$s(3,"sc","list"),attrs:{_i:3},on:{click:function(e){return t.navTo("/pages/me/manage")}}},[i("view",{staticClass:t._$s(4,"sc","item border-bottom"),attrs:{_i:4}},[i("view",{staticClass:t._$s(5,"sc","left"),attrs:{_i:5}},[i("view",{staticClass:t._$s(6,"sc","name"),attrs:{_i:6}})]),i("view",{staticClass:t._$s(7,"sc","right"),attrs:{_i:7}},[i("uni-icons",{attrs:{type:"right",_i:8}})],1)])]),i("view",{staticClass:t._$s(9,"sc","list"),attrs:{_i:9},on:{click:function(e){return t.navTo("/pages/card/card")}}},[i("view",{staticClass:t._$s(10,"sc","item border-bottom"),attrs:{_i:10}},[i("view",{staticClass:t._$s(11,"sc","left"),attrs:{_i:11}},[i("view",{staticClass:t._$s(12,"sc","name"),attrs:{_i:12}})]),i("view",{staticClass:t._$s(13,"sc","right"),attrs:{_i:13}},[i("uni-icons",{attrs:{type:"right",_i:14}})],1)])]),i("view",{staticClass:t._$s(15,"sc","list"),attrs:{_i:15},on:{click:function(e){return t.navTo("/pages/score/history")}}},[i("view",{staticClass:t._$s(16,"sc","item border-bottom"),attrs:{_i:16}},[i("view",{staticClass:t._$s(17,"sc","left"),attrs:{_i:17}},[i("view",{staticClass:t._$s(18,"sc","name"),attrs:{_i:18}})]),i("view",{staticClass:t._$s(19,"sc","right"),attrs:{_i:19}},[i("uni-icons",{attrs:{type:"right",_i:20}})],1)])]),i("view",{staticClass:t._$s(21,"sc","list"),attrs:{_i:21},on:{click:function(e){return t.navTo("/pages/login/forgetPassword")}}},[i("view",{staticClass:t._$s(22,"sc","item border-bottom"),attrs:{_i:22}},[i("view",{staticClass:t._$s(23,"sc","left"),attrs:{_i:23}},[i("view",{staticClass:t._$s(24,"sc","name"),attrs:{_i:24}})]),i("view",{staticClass:t._$s(25,"sc","right"),attrs:{_i:25}},[i("uni-icons",{attrs:{type:"right",_i:26}})],1)])])]),t._$s(27,"i",t.token)?i("view",{staticClass:t._$s(27,"sc","btn mb-15"),attrs:{_i:27},on:{click:t.handleOutLogin}}):t._e()],1)},r=[]},3946:function(t,e,i){"use strict";i.r(e);var n=i("a370"),a=i("f436");for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);var s=i("f0c5"),o=Object(s["a"])(a["default"],n["b"],n["c"],!1,null,"63045544",null,!1,n["a"],void 0);e["default"]=o.exports},"3a91":function(t,e,i){"use strict";i.r(e);var n=i("ab42"),a=i.n(n);for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);e["default"]=a.a},"3c96":function(t,e){t.exports=function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t},t.exports.__esModule=!0,t.exports["default"]=t.exports},"3ca2":function(t,e,i){"use strict";i.r(e);var n=i("9288"),a=i("c9d0");for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);var s=i("f0c5"),o=Object(s["a"])(a["default"],n["b"],n["c"],!1,null,"5ae4aa0c",null,!1,n["a"],void 0);e["default"]=o.exports},"3d38":function(t,e,i){"use strict";(function(t){var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("359a")),r=n(i("645e")),s={data:function(){return{token:null,rtype:"",selectllist:[]}},components:{record:r.default,headerIndex:a.default},onLoad:function(){var t=this;this.selectllist=this.$json.selectllist;var e=uni.getSystemInfoSync();this.isAndroid="android"===e.platform.toLowerCase(),uni.onLocaleChange((function(e){t.isAndroid?uni.showModal({content:t.$t("index.language-change-confirm"),success:function(t){t.confirm&&uni.setLocale(e.code)}}):(uni.setLocale(e.code),t.$i18n.locale=e.code)}))},methods:{handleCard:function(){uni.navigateTo({url:"/pages/card/card"})},handlerRecord:function(t){this.rtype=t,this.$store.commit("changeRecord",!0)},navTo:function(e){t("log","url",e," at pages/index/index.vue:151"),uni.navigateTo({url:e})}}};e.default=s}).call(this,i("0de9")["default"])},"3d85":function(t){t.exports=JSON.parse('{"index.title":"Hello i18n","index.home":"\u4e3b\u9801","index.component":"\u7d44\u4ef6","index.api":"API","index.schema":"Schema","index.demo":"uni-app \u570b\u969b\u5316\u6f14\u793a","index.demo-description":"\u5305\u542b uni-framework\u3001manifest.json\u3001pages.json\u3001tabbar\u3001\u9801\u9762\u3001\u7d44\u4ef6\u3001API\u3001Schema","index.detail":"\u8a73\u60c5","index.language":"\u8a9e\u8a00","index.language-info":"\u8a9e\u8a00\u4fe1\u606f","index.system-language":"\u7cfb\u7d71\u8a9e\u8a00","index.application-language":"\u61c9\u7528\u8a9e\u8a00","index.language-change-confirm":"\u61c9\u7528\u6b64\u8a2d\u7f6e\u5c07\u91cd\u555fApp"}')},"3ed0":function(t,e,i){"use strict";i.r(e);var n=i("a746"),a=i("d077");for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);var s=i("f0c5"),o=Object(s["a"])(a["default"],n["b"],n["c"],!1,null,"51e04818",null,!1,n["a"],void 0);e["default"]=o.exports},"3f9c":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","tabbar"),attrs:{_i:1}},[i("view",{class:t._$s(2,"c",[1==t.active?"active":""]),attrs:{_i:2},on:{click:function(e){t.active=1}}}),i("view",{class:t._$s(3,"c",[2==t.active?"active":""]),attrs:{_i:3},on:{click:function(e){t.active=2}}})]),t._$s(4,"i",1==t.active)?i("view",[i("report",{attrs:{_i:5}})],1):t._e(),t._$s(6,"i",2==t.active)?i("view",[i("charts",{attrs:{_i:7}})],1):t._e()])},a=[]},"3fd8":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=["#1890FF","#91CB74","#FAC858","#EE6666","#73C0DE","#3CA272","#FC8452","#9A60B4","#ea7ccc"],a={type:["pie","ring","rose","word","funnel","map","arcbar","line","column","mount","bar","area","radar","gauge","candle","mix","tline","tarea","scatter","bubble","demotype"],range:["\u997c\u72b6\u56fe","\u5706\u73af\u56fe","\u73ab\u7470\u56fe","\u8bcd\u4e91\u56fe","\u6f0f\u6597\u56fe","\u5730\u56fe","\u5706\u5f27\u8fdb\u5ea6\u6761","\u6298\u7ebf\u56fe","\u67f1\u72b6\u56fe","\u5c71\u5cf0\u56fe","\u6761\u72b6\u56fe","\u533a\u57df\u56fe","\u96f7\u8fbe\u56fe","\u4eea\u8868\u76d8","K\u7ebf\u56fe","\u6df7\u5408\u56fe","\u65f6\u95f4\u8f74\u6298\u7ebf","\u65f6\u95f4\u8f74\u533a\u57df","\u6563\u70b9\u56fe","\u6c14\u6ce1\u56fe","\u81ea\u5b9a\u4e49\u7c7b\u578b"],categories:["line","column","mount","bar","area","radar","gauge","candle","mix","demotype"],instance:{},option:{},formatter:{yAxisDemo1:function(t,e,i){return t+"\u5143"},yAxisDemo2:function(t,e,i){return t.toFixed(2)},xAxisDemo1:function(t,e,i){return t+"\u5e74"},xAxisDemo2:function(t,e,i){return function(t,e){var i=new Date;i.setTime(1e3*t);var n=i.getFullYear(),a=i.getMonth()+1;a=a<10?"0"+a:a;var r=i.getDate();r=r<10?"0"+r:r;var s=i.getHours();s=s<10?"0"+s:s;var o=i.getMinutes(),c=i.getSeconds();return o=o<10?"0"+o:o,c=c<10?"0"+c:c,"full"==e?n+"-"+a+"-"+r+" "+s+":"+o+":"+c:"y-m-d"==e?n+"-"+a+"-"+r:"h:m"==e?s+":"+o:"h:m:s"==e?s+":"+o+":"+c:[n,a,r,s,o,c]}(t,"h:m")},seriesDemo1:function(t,e,i,n){return t+"\u5143"},tooltipDemo1:function(t,e,i,n){return 0==i?"\u968f\u4fbf\u7528"+t.data+"\u5e74":"\u5176\u4ed6\u6211\u6ca1\u6539"+t.data+"\u5929"},pieDemo:function(t,e,i,n){if(void 0!==e)return i[e].name+"\uff1a"+i[e].data+"\u5143"}},demotype:{type:"line",color:n,padding:[15,10,0,15],xAxis:{disableGrid:!0},yAxis:{gridType:"dash",dashLength:2},legend:{},extra:{line:{type:"curve",width:2}}},pie:{type:"pie",color:n,padding:[5,5,5,5],extra:{pie:{activeOpacity:.5,activeRadius:10,offsetAngle:0,labelWidth:15,border:!0,borderWidth:3,borderColor:"#FFFFFF"}}},ring:{type:"ring",color:n,padding:[5,5,5,5],rotate:!1,dataLabel:!0,legend:{show:!0,position:"right",lineHeight:25},title:{name:"\u6536\u76ca\u7387",fontSize:15,color:"#666666"},subtitle:{name:"70%",fontSize:25,color:"#7cb5ec"},extra:{ring:{ringWidth:30,activeOpacity:.5,activeRadius:10,offsetAngle:0,labelWidth:15,border:!0,borderWidth:3,borderColor:"#FFFFFF"}}},rose:{type:"rose",color:n,padding:[5,5,5,5],legend:{show:!0,position:"left",lineHeight:25},extra:{rose:{type:"area",minRadius:50,activeOpacity:.5,activeRadius:10,offsetAngle:0,labelWidth:15,border:!1,borderWidth:2,borderColor:"#FFFFFF"}}},word:{type:"word",color:n,extra:{word:{type:"normal",autoColors:!1}}},funnel:{type:"funnel",color:n,padding:[15,15,0,15],extra:{funnel:{activeOpacity:.3,activeWidth:10,border:!0,borderWidth:2,borderColor:"#FFFFFF",fillOpacity:1,labelAlign:"right"}}},map:{type:"map",color:n,padding:[0,0,0,0],dataLabel:!0,extra:{map:{border:!0,borderWidth:1,borderColor:"#666666",fillOpacity:.6,activeBorderColor:"#F04864",activeFillColor:"#FACC14",activeFillOpacity:1}}},arcbar:{type:"arcbar",color:n,title:{name:"",fontSize:25,color:"#00FF00"},subtitle:{name:"",fontSize:15,color:"#666666"},extra:{arcbar:{type:"circle",width:12,backgroundColor:"#E9E9E9",startAngle:1.5,endAngle:.25,gap:2}}},line:{type:"line",color:n,padding:[15,10,0,15],xAxis:{disableGrid:!0},yAxis:{gridType:"dash",dashLength:2},legend:{},extra:{line:{type:"straight",width:2,activeType:"hollow"}}},tline:{type:"line",color:n,padding:[15,10,0,15],xAxis:{disableGrid:!1,boundaryGap:"justify"},yAxis:{gridType:"dash",dashLength:2,data:[{min:0,max:80}]},legend:{},extra:{line:{type:"curve",width:2,activeType:"hollow"}}},tarea:{type:"area",color:n,padding:[15,10,0,15],xAxis:{disableGrid:!0,boundaryGap:"justify"},yAxis:{gridType:"dash",dashLength:2,data:[{min:0,max:80}]},legend:{},extra:{area:{type:"curve",opacity:.2,addLine:!0,width:2,gradient:!0,activeType:"hollow"}}},column:{type:"column",color:n,padding:[15,15,0,5],xAxis:{disableGrid:!0},yAxis:{gridType:"dash",disableGrid:!0,gridColor:"#ffffff",data:[{min:0}]},extra:{column:{type:"group",width:30,activeBgColor:"#000000",activeBgOpacity:.08}}},mount:{type:"mount",color:n,padding:[15,15,0,5],xAxis:{disableGrid:!0},yAxis:{data:[{min:0}]},legend:{},extra:{mount:{type:"mount",widthRatio:1.5}}},bar:{type:"bar",color:n,padding:[15,30,0,5],xAxis:{boundaryGap:"justify",disableGrid:!1,min:0,axisLine:!1},yAxis:{},legend:{},extra:{bar:{type:"group",width:30,meterBorde:1,meterFillColor:"#FFFFFF",activeBgColor:"#000000",activeBgOpacity:.08}}},area:{type:"area",color:n,padding:[15,15,0,15],xAxis:{disableGrid:!0},yAxis:{gridType:"dash",disableGrid:!0,gridColor:"#ffffff",data:[{tofix:1,min:0}]},legend:{show:!1},extra:{area:{type:"curve",opacity:.2,addLine:!0,width:2,gradient:!1,activeType:"hollow"}}},radar:{type:"radar",color:n,padding:[5,5,5,5],dataLabel:!1,legend:{show:!0,position:"right",lineHeight:25},extra:{radar:{gridType:"radar",gridColor:"#CCCCCC",gridCount:3,opacity:.2,max:200,labelShow:!0}}},gauge:{type:"gauge",color:n,title:{name:"66Km/H",fontSize:25,color:"#2fc25b",offsetY:50},subtitle:{name:"\u5b9e\u65f6\u901f\u5ea6",fontSize:15,color:"#1890ff",offsetY:-50},extra:{gauge:{type:"default",width:30,labelColor:"#666666",startAngle:.75,endAngle:.25,startNumber:0,endNumber:100,labelFormat:"",splitLine:{fixRadius:0,splitNumber:10,width:30,color:"#FFFFFF",childNumber:5,childWidth:12},pointer:{width:24,color:"auto"}}}},candle:{type:"candle",color:n,padding:[15,15,0,15],enableScroll:!0,enableMarkLine:!0,dataLabel:!1,xAxis:{labelCount:4,itemCount:40,disableGrid:!0,gridColor:"#CCCCCC",gridType:"solid",dashLength:4,scrollShow:!0,scrollAlign:"left",scrollColor:"#A6A6A6",scrollBackgroundColor:"#EFEBEF"},yAxis:{},legend:{},extra:{candle:{color:{upLine:"#f04864",upFill:"#f04864",downLine:"#2fc25b",downFill:"#2fc25b"},average:{show:!0,name:["MA5","MA10","MA30"],day:[5,10,20],color:["#1890ff","#2fc25b","#facc14"]}},markLine:{type:"dash",dashLength:5,data:[{value:2150,lineColor:"#f04864",showLabel:!0},{value:2350,lineColor:"#f04864",showLabel:!0}]}}},mix:{type:"mix",color:n,padding:[15,15,0,15],xAxis:{disableGrid:!0},yAxis:{disabled:!1,disableGrid:!1,splitNumber:5,gridType:"dash",dashLength:4,gridColor:"#CCCCCC",padding:10,showTitle:!0,data:[]},legend:{},extra:{mix:{column:{width:20}}}},scatter:{type:"scatter",color:n,padding:[15,15,0,15],dataLabel:!1,xAxis:{disableGrid:!1,gridType:"dash",splitNumber:5,boundaryGap:"justify",min:0},yAxis:{disableGrid:!1,gridType:"dash"},legend:{},extra:{scatter:{}}},bubble:{type:"bubble",color:n,padding:[15,15,0,15],xAxis:{disableGrid:!1,gridType:"dash",splitNumber:5,boundaryGap:"justify",min:0,max:250},yAxis:{disableGrid:!1,gridType:"dash",data:[{min:0,max:150}]},legend:{},extra:{bubble:{border:2,opacity:.5}}}},r=a;e.default=r},4127:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this.$createElement,e=this._self._c||t;return e("view",[this._t("default",null,{_i:1})],2)},a=[]},4311:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return t._$s(0,"i",t.isRecord)?i("view",{staticClass:t._$s(0,"sc","wrapper"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","bg"),attrs:{_i:1},on:{click:t.onTap}},[i("view",{staticClass:t._$s(2,"sc","edit"),attrs:{_i:2},on:{click:function(t){t.stopPropagation()}}},[i("view",{staticClass:t._$s(3,"sc","title"),attrs:{_i:3}}),i("view",{staticClass:t._$s(4,"sc","editem"),attrs:{_i:4},on:{click:t.hideKeyboard}},[i("view",{staticClass:t._$s(5,"sc","left"),attrs:{_i:5}}),i("view",{staticClass:t._$s(6,"sc","right"),attrs:{_i:6}},[i("picker",{attrs:{value:t._$s(7,"a-value",t.regTime),end:t._$s(7,"a-end",t.endDate),_i:7},on:{change:t.bindDateChange}},[i("view",{staticClass:t._$s(8,"sc","text"),attrs:{_i:8}},[t._v(t._$s(8,"t0-0",t._s(t.regTime?t.regTime:"\u8bf7\u9009\u62e9")))])])])]),t._$s(9,"i","Weight"==t.rtype)?i("view",[i("view",{staticClass:t._$s(10,"sc","editem"),attrs:{_i:10}},[i("view",{staticClass:t._$s(11,"sc","name"),attrs:{_i:11}}),i("view",{staticClass:t._$s(12,"sc","right"),attrs:{_i:12}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.height,expression:"height"}],attrs:{_i:13},domProps:{value:t._$s(13,"v-model",t.height)},on:{input:function(e){e.target.composing||(t.height=e.target.value)}}})])]),i("view",{staticClass:t._$s(14,"sc","editem"),attrs:{_i:14}},[i("view",{staticClass:t._$s(15,"sc","name"),attrs:{_i:15}}),i("view",{staticClass:t._$s(16,"sc","right"),attrs:{_i:16}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.weight,expression:"weight"}],attrs:{_i:17},domProps:{value:t._$s(17,"v-model",t.weight)},on:{input:function(e){e.target.composing||(t.weight=e.target.value)}}})])])]):t._e(),t._$s(18,"i","Skip"==t.rtype)?i("view",[i("view",{staticClass:t._$s(19,"sc","editem"),attrs:{_i:19}},[i("view",{staticClass:t._$s(20,"sc","name"),attrs:{_i:20}}),i("view",{staticClass:t._$s(21,"sc","right"),attrs:{_i:21}},[i("picker",{attrs:{range:t._$s(22,"a-range",t.timeList),value:t._$s(22,"a-value",t.timesTndex),_i:22},on:{change:t.bindTimeChange}},[i("view",[t._v(t._$s(23,"t0-0",t._s(t.timeList[0][t.timesTndex[0]]))+t._$s(23,"t0-1",t._s(t.timeList[1][t.timesTndex[1]])))])])])]),i("view",{staticClass:t._$s(24,"sc","editem"),attrs:{_i:24}},[i("view",{staticClass:t._$s(25,"sc","name"),attrs:{_i:25}}),i("view",{staticClass:t._$s(26,"sc","right"),attrs:{_i:26}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.number,expression:"number"}],attrs:{_i:27},domProps:{value:t._$s(27,"v-model",t.number)},on:{input:function(e){e.target.composing||(t.number=e.target.value)}}})])])]):t._e(),t._$s(28,"i","Lung"==t.rtype)?i("view",[i("view",{staticClass:t._$s(29,"sc","editem"),attrs:{_i:29}},[i("view",{staticClass:t._$s(30,"sc","name"),attrs:{_i:30}}),i("view",{staticClass:t._$s(31,"sc","right"),attrs:{_i:31}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.number1,expression:"number1"}],attrs:{_i:32},domProps:{value:t._$s(32,"v-model",t.number1)},on:{input:function(e){e.target.composing||(t.number1=e.target.value)}}})])]),i("view",{staticClass:t._$s(33,"sc","editem"),attrs:{_i:33}},[i("view",{staticClass:t._$s(34,"sc","name"),attrs:{_i:34}}),i("view",{staticClass:t._$s(35,"sc","right"),attrs:{_i:35}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.number2,expression:"number2"}],attrs:{_i:36},domProps:{value:t._$s(36,"v-model",t.number2)},on:{input:function(e){e.target.composing||(t.number2=e.target.value)}}})])]),i("view",{staticClass:t._$s(37,"sc","editem"),attrs:{_i:37}},[i("view",{staticClass:t._$s(38,"sc","name"),attrs:{_i:38}}),i("view",{staticClass:t._$s(39,"sc","right"),attrs:{_i:39}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.number3,expression:"number3"}],attrs:{_i:40},domProps:{value:t._$s(40,"v-model",t.number3)},on:{input:function(e){e.target.composing||(t.number3=e.target.value)}}})])])]):t._e(),i("view",{staticClass:t._$s(41,"sc","btn close"),attrs:{_i:41},on:{click:function(e){return t.onTap()}}}),i("view",{staticClass:t._$s(42,"sc","btn"),attrs:{_i:42},on:{click:t.handleTarget}})])])]):t._e()},a=[]},"448a":function(t,e,i){var n=i("2236"),a=i("11b0"),r=i("6613"),s=i("0676");t.exports=function(t){return n(t)||a(t)||r(t)||s()},t.exports.__esModule=!0,t.exports["default"]=t.exports},"44c9":function(t,e,i){"use strict";(function(t){var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;i("26cb");var a=n(i("645e")),r={data:function(){return{infoList:[]}},components:{record:a.default},mounted:function(){this.infoList=this.$json.infoList,t("log","infolist",this.infoList," at pages/weight/components/report.vue:110")},methods:{handleToggle:function(t){if(this.MeasureResult){for(var e=this.weightInfo.infoList(this.MeasureResult).slice(1,14),i=0;it.length)&&(e=t.length);for(var i=0,n=new Array(e);i0?"1":"0",i[a].num=Math.abs(r).toFixed(2),n[i[a].level]&&(i[a].sevaluation=n[i[a].level]),t("log","listStr[i].title",i[a].title," at pages/compk/pkdetail.vue:134")}this.listStr=i,t("log","listStr[i]",this.memInfo,i," at pages/compk/pkdetail.vue:146")}},data:function(){return{infoID:{},memInfo:{},listStr:[]}}};e.default=o}).call(this,i("0de9")["default"])},"6a2e":function(t,e){var i=["#1890FF","#91CB74","#FAC858","#EE6666","#73C0DE","#3CA272","#FC8452","#9A60B4","#ea7ccc"];t.exports={type:["pie","ring","rose","word","funnel","map","arcbar","line","column","area","radar","gauge","candle","mix","tline","tarea","scatter","bubble","demotype"],range:["\u997c\u72b6\u56fe","\u5706\u73af\u56fe","\u73ab\u7470\u56fe","\u8bcd\u4e91\u56fe","\u6f0f\u6597\u56fe","\u5730\u56fe","\u5706\u5f27\u8fdb\u5ea6\u6761","\u6298\u7ebf\u56fe","\u67f1\u72b6\u56fe","\u533a\u57df\u56fe","\u96f7\u8fbe\u56fe","\u4eea\u8868\u76d8","K\u7ebf\u56fe","\u6df7\u5408\u56fe","\u65f6\u95f4\u8f74\u6298\u7ebf","\u65f6\u95f4\u8f74\u533a\u57df","\u6563\u70b9\u56fe","\u6c14\u6ce1\u56fe","\u81ea\u5b9a\u4e49\u7c7b\u578b"],categories:["line","column","area","radar","gauge","candle","mix","demotype"],instance:{},option:{},formatter:{yAxisDemo1:function(t){return t+"\u5143"},yAxisDemo2:function(t){return t.toFixed(2)},xAxisDemo1:function(t){return t+"\u5e74"},xAxisDemo2:function(t){return function(t,e){var i=new Date;i.setTime(1e3*t);var n=i.getFullYear(),a=i.getMonth()+1;a=a<10?"0"+a:a;var r=i.getDate();r=r<10?"0"+r:r;var s=i.getHours();s=s<10?"0"+s:s;var o=i.getMinutes(),c=i.getSeconds();return o=o<10?"0"+o:o,c=c<10?"0"+c:c,"full"==e?n+"-"+a+"-"+r+" "+s+":"+o+":"+c:"y-m-d"==e?n+"-"+a+"-"+r:"h:m"==e?s+":"+o:"h:m:s"==e?s+":"+o+":"+c:[n,a,r,s,o,c]}(t,"h:m")},seriesDemo1:function(t){return t+"\u5143"},tooltipDemo1:function(t,e,i,n){return 0==i?"\u968f\u4fbf\u7528"+t.data+"\u5e74":"\u5176\u4ed6\u6211\u6ca1\u6539"+t.data+"\u5929"},pieDemo:function(t,e,i){if(void 0!==e)return i[e].name+"\uff1a"+i[e].data+"\u5143"}},demotype:{type:"line",color:i,padding:[15,10,0,15],xAxis:{disableGrid:!0},yAxis:{gridType:"dash",dashLength:2},legend:{},extra:{line:{type:"curve",width:2}}},pie:{type:"pie",color:i,padding:[5,5,5,5],extra:{pie:{activeOpacity:.5,activeRadius:10,offsetAngle:0,labelWidth:15,border:!0,borderWidth:3,borderColor:"#FFFFFF"}}},ring:{type:"ring",color:i,padding:[5,5,5,5],rotate:!1,dataLabel:!0,legend:{show:!0,position:"right",lineHeight:25},title:{name:"\u6536\u76ca\u7387",fontSize:15,color:"#666666"},subtitle:{name:"70%",fontSize:25,color:"#7cb5ec"},extra:{ring:{ringWidth:30,activeOpacity:.5,activeRadius:10,offsetAngle:0,labelWidth:15,border:!0,borderWidth:3,borderColor:"#FFFFFF"}}},rose:{type:"rose",color:i,padding:[5,5,5,5],legend:{show:!0,position:"left",lineHeight:25},extra:{rose:{type:"area",minRadius:50,activeOpacity:.5,activeRadius:10,offsetAngle:0,labelWidth:15,border:!1,borderWidth:2,borderColor:"#FFFFFF"}}},word:{type:"word",color:i,extra:{word:{type:"normal",autoColors:!1}}},funnel:{type:"funnel",color:i,padding:[15,15,0,15],extra:{funnel:{activeOpacity:.3,activeWidth:10,border:!0,borderWidth:2,borderColor:"#FFFFFF",fillOpacity:1,labelAlign:"right"}}},map:{type:"map",color:i,padding:[0,0,0,0],dataLabel:!0,extra:{map:{border:!0,borderWidth:1,borderColor:"#666666",fillOpacity:.6,activeBorderColor:"#F04864",activeFillColor:"#FACC14",activeFillOpacity:1}}},arcbar:{type:"arcbar",color:i,title:{name:"\u767e\u5206\u6bd4",fontSize:25,color:"#00FF00"},subtitle:{name:"\u9ed8\u8ba4\u6807\u9898",fontSize:15,color:"#666666"},extra:{arcbar:{type:"default",width:12,backgroundColor:"#E9E9E9",startAngle:.75,endAngle:.25,gap:2}}},line:{type:"line",color:i,padding:[15,10,0,15],xAxis:{disableGrid:!0},yAxis:{gridType:"dash",dashLength:2},legend:{},extra:{line:{type:"straight",width:2}}},tline:{type:"line",color:i,padding:[15,10,0,15],xAxis:{disableGrid:!1,boundaryGap:"justify"},yAxis:{gridType:"dash",dashLength:2,data:[{min:0,max:80}]},legend:{},extra:{line:{type:"curve",width:2}}},tarea:{type:"area",color:i,padding:[0,15,15,5],xAxis:{disableGrid:!0,boundaryGap:"justify"},yAxis:{gridType:"dash",dashLength:2,data:[{min:0,max:80}]},legend:{},extra:{area:{type:"curve",opacity:.2,addLine:!0,width:2,gradient:!0}}},column:{type:"column",color:i,padding:[15,15,0,5],xAxis:{disableGrid:!0},yAxis:{gridType:"dash",disableGrid:!0,gridColor:"#ffffff",data:[{tofix:1,min:0}]},legend:{},extra:{column:{type:"group",width:20,seriesGap:5,meterFillColor:"#FFFFFF",activeBgColor:"#000000",activeBgOpacity:.5,barBorderCircle:!0,linearType:"opacity",linearOpacity:1}}},area:{type:"area",color:i,padding:[20,15,5,10],xAxis:{disableGrid:!0},yAxis:{gridType:"dash",disableGrid:!0,gridColor:"#ffffff",data:[{tofix:1,min:0}]},legend:{show:!1},extra:{area:{type:"curve",opacity:.2,addLine:!0,width:1,gradient:!0}}},radar:{type:"radar",color:i,padding:[5,5,5,5],legend:{show:!0,position:"right",lineHeight:25},extra:{radar:{gridType:"radar",gridColor:"#CCCCCC",gridCount:3,opacity:.2,max:200}}},gauge:{type:"gauge",color:i,title:{name:"66Km/H",fontSize:25,color:"#2fc25b",offsetY:50},subtitle:{name:"\u5b9e\u65f6\u901f\u5ea6",fontSize:15,color:"#1890ff",offsetY:-50},extra:{gauge:{type:"default",width:30,labelColor:"#666666",startAngle:.75,endAngle:.25,startNumber:0,endNumber:100,labelFormat:"",splitLine:{fixRadius:0,splitNumber:10,width:30,color:"#FFFFFF",childNumber:5,childWidth:12},pointer:{width:24,color:"auto"}}}},candle:{type:"candle",color:i,padding:[15,15,0,15],enableScroll:!0,enableMarkLine:!0,dataLabel:!1,xAxis:{labelCount:4,itemCount:40,disableGrid:!0,gridColor:"#CCCCCC",gridType:"solid",dashLength:4,scrollShow:!0,scrollAlign:"left",scrollColor:"#A6A6A6",scrollBackgroundColor:"#EFEBEF"},yAxis:{},legend:{},extra:{candle:{color:{upLine:"#f04864",upFill:"#f04864",downLine:"#2fc25b",downFill:"#2fc25b"},average:{show:!0,name:["MA5","MA10","MA30"],day:[5,10,20],color:["#1890ff","#2fc25b","#facc14"]}},markLine:{type:"dash",dashLength:5,data:[{value:2150,lineColor:"#f04864",showLabel:!0},{value:2350,lineColor:"#f04864",showLabel:!0}]}}},mix:{type:"mix",color:i,padding:[15,15,0,15],xAxis:{disableGrid:!0},yAxis:{disabled:!1,disableGrid:!1,splitNumber:5,gridType:"dash",dashLength:4,gridColor:"#CCCCCC",padding:10,showTitle:!0,data:[]},legend:{},extra:{mix:{column:{width:20}}}},scatter:{type:"scatter",color:i,padding:[15,15,0,15],dataLabel:!1,xAxis:{disableGrid:!1,gridType:"dash",splitNumber:5,boundaryGap:"justify",min:0},yAxis:{disableGrid:!1,gridType:"dash"},legend:{},extra:{scatter:{}}},bubble:{type:"bubble",color:i,padding:[15,15,0,15],xAxis:{disableGrid:!1,gridType:"dash",splitNumber:5,boundaryGap:"justify",min:0,max:250},yAxis:{disableGrid:!1,gridType:"dash",data:[{min:0,max:150}]},legend:{},extra:{bubble:{border:2,opacity:.5}}}}},"6a74":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return t._$s(0,"i",t.isSlider)?i("view",{staticClass:t._$s(0,"sc","wrapper"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","bg"),attrs:{_i:1},on:{click:t.onTap}},[i("view",{staticClass:t._$s(2,"sc","edit"),attrs:{_i:2},on:{click:function(t){t.stopPropagation()}}},[i("view",{staticClass:t._$s(3,"sc","title"),attrs:{_i:3}}),i("view",{staticClass:t._$s(4,"sc","editem"),attrs:{_i:4}},[i("view",{staticClass:t._$s(5,"sc","left"),attrs:{_i:5}}),i("view",{staticClass:t._$s(6,"sc","right"),attrs:{_i:6}},[i("slider",{attrs:{_i:7},on:{change:t.sliderChange}})])]),i("view",{staticClass:t._$s(8,"sc","editem"),attrs:{_i:8}},[i("view",{staticClass:t._$s(9,"sc","left"),attrs:{_i:9}}),i("view",{staticClass:t._$s(10,"sc","right"),attrs:{_i:10}},[i("slider",{attrs:{_i:11},on:{change:function(e){return t.sliderChange(e,2)}}})])]),i("view",{staticClass:t._$s(12,"sc","editem"),attrs:{_i:12}},[i("view",{staticClass:t._$s(13,"sc","left"),attrs:{_i:13}}),i("view",{staticClass:t._$s(14,"sc","right"),attrs:{_i:14}},[i("slider",{attrs:{_i:15},on:{change:t.sliderChange}})])]),i("view",{staticClass:t._$s(16,"sc","tips"),attrs:{_i:16}}),i("view",{staticClass:t._$s(17,"sc","btn close"),attrs:{_i:17},on:{click:function(e){return t.onTap()}}}),i("view",{staticClass:t._$s(18,"sc","btn"),attrs:{_i:18},on:{click:t.handleTarget}})])])]):t._e()},a=[]},"6b58":function(t,e,i){var n=i("7037")["default"],a=i("3c96");t.exports=function(t,e){if(e&&("object"===n(e)||"function"===typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return a(t)},t.exports.__esModule=!0,t.exports["default"]=t.exports},"6cd5":function(t,e,i){"use strict";var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a,r=n(i("9523")),s=n(i("be0b")),o=(n(i("7f8e")),n(i("cd91")),a={onlogin:function(t){return s.default.post("/api/shop/user/onlogin",t).then((function(t){return t}))},getlogin:function(t){return s.default.post("/api/shop/user/login",t).then((function(t){return t}))},getloginOut:function(t){return s.default.post("/api/shop/user/loginout",t).then((function(t){return t}))},getShopChange:function(t){return s.default.post("/api/shop/user/change",t).then((function(t){return t}))},getUserShopList:function(t){return s.default.post("/api/shop/user/shoplist",t).then((function(t){return t}))},getSendCode:function(t){return s.default.post("/api/shop/user/sendcode",t).then((function(t){return t}))},getinfo:function(t){return s.default.post("/api/shop/user/info",t).then((function(t){return t}))},getnoticelist:function(t){return s.default.post("/api/shop/notice/list",t).then((function(t){return t}))},getServeList:function(t){return s.default.post("/api/shop/member/serve/list",t).then((function(t){return t}))},getBodyandproductList:function(t){return s.default.post("/api/shop/member/bodyandproduct/list",t).then((function(t){return t}))},getServeCompletebody:function(t){return s.default.post("/api/shop/member/serve/completebody",t).then((function(t){return t}))},getServeAddbody:function(t){return s.default.post("/api/shop/member/serve/addbody",t).then((function(t){return t}))},getAddOrder:function(t){return s.default.post("/api/shop/member/addorder",t).then((function(t){return t}))},getEditOrder:function(t){return s.default.post("/api/shop/member/editorder",t).then((function(t){return t}))},getOrderList:function(t){return s.default.post("/api/shop/member/orderlist",t).then((function(t){return t}))},getServeComplete:function(t){return s.default.post("/api/shop/member/serve/complete",t).then((function(t){return t}))},getServeSubmit:function(t){return s.default.post("/api/shop/member/serve/submit",t).then((function(t){return t}))},getMemberApply:function(t){return s.default.post("/api/shop/member/apply",t).then((function(t){return t}))},getMemberEdit:function(t){return s.default.post("/api/shop/member/edit",t).then((function(t){return t}))},getMemberTodayList:function(t){return s.default.post("/api/shop/member/todaylist",t).then((function(t){return t}))},getMemberList:function(t){return s.default.post("/api/shop/member/list",t).then((function(t){return t}))},getMemberInfo:function(t){return s.default.post("/api/shop/member/info",t).then((function(t){return t}))},getMemberTrendlist:function(t){return s.default.post("/api/shop/member/trendlist",t).then((function(t){var e;0==t.code&&function(){var i=t.data,n={categories:[],series:[{data:[]}]};for(e=0;e1?e-1:0),n=1;nt.end.x||e.end.xt.start.y||e.start.y1&&(a.extra.mount.widthRatio>2&&(a.extra.mount.widthRatio=2),s+=(a.extra.mount.widthRatio-1)*i.eachSpacing);var o=e;return e>=0?(o=0,t.uevent.trigger("scrollLeft"),t.scrollOption.position="left",a.xAxis.scrollPosition="left"):Math.abs(e)>=s-r?(o=r-s,t.uevent.trigger("scrollRight"),t.scrollOption.position="right",a.xAxis.scrollPosition="right"):(t.scrollOption.position=e,a.xAxis.scrollPosition=e),o}function h(t,e,i){function n(t){while(t<0)t+=2*Math.PI;while(t>2*Math.PI)t-=2*Math.PI;return t}return t=n(t),e=n(e),i=n(i),e>i&&(i+=2*Math.PI,t=e&&t<=i}function p(t,e){function i(t,e){return!(!t[e-1]||!t[e+1])&&(t[e].y>=Math.max(t[e-1].y,t[e+1].y)||t[e].y<=Math.min(t[e-1].y,t[e+1].y))}function n(t,e){return!(!t[e-1]||!t[e+1])&&(t[e].x>=Math.max(t[e-1].x,t[e+1].x)||t[e].x<=Math.min(t[e-1].x,t[e+1].x))}var a=.2,r=.2,s=null,o=null,c=null,l=null;if(e<1?(s=t[0].x+(t[1].x-t[0].x)*a,o=t[0].y+(t[1].y-t[0].y)*a):(s=t[e].x+(t[e+1].x-t[e-1].x)*a,o=t[e].y+(t[e+1].y-t[e-1].y)*a),e>t.length-3){var u=t.length-1;c=t[u].x-(t[u].x-t[u-1].x)*r,l=t[u].y-(t[u].y-t[u-1].y)*r}else c=t[e+1].x-(t[e+2].x-t[e].x)*r,l=t[e+1].y-(t[e+2].y-t[e].y)*r;return i(t,e+1)&&(l=t[e+1].y),i(t,e)&&(o=t[e].y),n(t,e+1)&&(c=t[e+1].x),n(t,e)&&(s=t[e].x),(o>=Math.max(t[e].y,t[e+1].y)||o<=Math.min(t[e].y,t[e+1].y))&&(o=t[e].y),(l>=Math.max(t[e].y,t[e+1].y)||l<=Math.min(t[e].y,t[e+1].y))&&(l=t[e+1].y),(s>=Math.max(t[e].x,t[e+1].x)||s<=Math.min(t[e].x,t[e+1].x))&&(s=t[e].x),(c>=Math.max(t[e].x,t[e+1].x)||c<=Math.min(t[e].x,t[e+1].x))&&(c=t[e+1].x),{ctrA:{x:s,y:o},ctrB:{x:c,y:l}}}function g(t,e,i){return{x:i.x+t,y:i.y-e}}function v(t,e){if(e)while(l.isCollision(t,e))t.start.x>0?t.start.y--:t.start.x<0||t.start.y>0?t.start.y++:t.start.y--;return t}function m(t,e,i){for(var n=0,a=0;a=1e4?1e3:n>=1e3?100:n>=100?10:n>=10?5:n>=1?1:n>=.1?.1:n>=.01?.01:n>=.001?.001:n>=1e-4?1e-4:n>=1e-5?1e-5:1e-6,{minRange:d(t,"lower",i),maxRange:d(e,"upper",i)}}function x(t,e,i){var n=0;if(t=String(t),!1!==i&&void 0!==i&&i.setFontSize&&i.measureText)return i.setFontSize(e),i.measureText(t).width;t=t.split("");for(var a=0;a-1;if(r)for(var s=O(t),o=0;o5&&void 0!==arguments[5]?arguments[5]:{},s=e.chartData.calPoints?e.chartData.calPoints:[],o={};if(n.length>0){for(var c=[],l=0;l0&&(n=a[i]),{text:r.formatter?r.formatter(t,n,i,e):t.name+": "+t.data,color:t.color,legendShape:"auto"==e.extra.tooltip.legendShape?t.legendShape:e.extra.tooltip.legendShape}})),f={x:Math.round(o.x),y:Math.round(o.y)};return{textList:d,offset:f}}function P(t,e,i,n){var a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{},r=e.chartData.xAxisPoints[i]+e.chartData.eachSpacing/2,s=t.map((function(t){return{text:a.formatter?a.formatter(t,n[i],i,e):t.name+": "+t.data,color:t.color,disableLegend:!!t.disableLegend,legendShape:"auto"==e.extra.tooltip.legendShape?t.legendShape:e.extra.tooltip.legendShape}}));s=s.filter((function(t){if(!0!==t.disableLegend)return t}));var o={x:Math.round(r),y:0};return{textList:s,offset:o}}function A(t,e,i,n,a,r){var s=i.chartData.calPoints,o=r.color.upFill,c=r.color.downFill,l=[o,o,c,o],u=[];e.map((function(e){0==n?e.data[1]-e.data[0]<0?l[1]=c:l[1]=o:(e.data[0]t[n-1][1]&&(l[2]=o),e.data[3]=e.area[3]-10&&t.y>=e.area[0]&&t.y<=e.height-e.area[2]}function I(t,e,i){return Math.pow(t.x-e.x,2)+Math.pow(t.y-e.y,2)<=Math.pow(i,2)}function L(t,e){var i=[],n=[];return t.forEach((function(t,a){e.connectNulls?null!==t&&n.push(t):null!==t?n.push(t):(n.length&&i.push(n),n=[])})),n.length&&i.push(n),i}function M(t,e,i,n,a){var r={angle:0,xAxisHeight:e.xAxis.lineHeight*e.pix+e.xAxis.marginTop*e.pix},s=e.xAxis.fontSize*e.pix,o=t.map((function(t,i){var n=e.xAxis.formatter?e.xAxis.formatter(t,i,e):t;return x(String(n),s,a)})),c=Math.max.apply(this,o);if(1==e.xAxis.rotateLabel){r.angle=e.xAxis.rotateAngle*Math.PI/180;var l=e.xAxis.marginTop*e.pix*2+Math.abs(c*Math.sin(r.angle));l=l4&&void 0!==arguments[4]?arguments[4]:-1;a="stack"==n?w(t,e.categories.length):b(t);var o=[];a=a.filter((function(t){return"object"===(0,s.default)(t)&&null!==t?t.constructor.toString().indexOf("Array")>-1?null!==t:null!==t.value:null!==t})),a.map((function(t){"object"===(0,s.default)(t)?t.constructor.toString().indexOf("Array")>-1?"candle"==e.type?t.map((function(t){o.push(t)})):o.push(t[0]):o.push(t.value):o.push(t)}));var c=0,l=0;if(o.length>0&&(c=Math.min.apply(this,o),l=Math.max.apply(this,o)),r>-1?("number"===typeof e.xAxis.data[r].min&&(c=Math.min(e.xAxis.data[r].min,c)),"number"===typeof e.xAxis.data[r].max&&(l=Math.max(e.xAxis.data[r].max,l))):("number"===typeof e.xAxis.min&&(c=Math.min(e.xAxis.min,c)),"number"===typeof e.xAxis.max&&(l=Math.max(e.xAxis.max,l))),c===l){var u=l||10;l+=u}for(var d=c,f=l,h=[],p=(f-d)/e.xAxis.splitNumber,g=0;g<=e.xAxis.splitNumber;g++)h.push(d+p*g);return h}(t,e,i,a.type),r.rangesFormat=r.ranges.map((function(t){return t=l.toFixed(t,2),t}));var o=r.ranges.map((function(t){return t=l.toFixed(t,2),t}));r=Object.assign(r,J(o,e,i));r.eachSpacing,o.map((function(t){return x(t,e.xAxis.fontSize*e.pix,n)}));return!0===e.xAxis.disabled&&(r.xAxisHeight=0),r}function j(t,e,i,n,a){var r=arguments.length>5&&void 0!==arguments[5]?arguments[5]:1,s=a.extra.radar||{};s.max=s.max||0;for(var o=Math.max(s.max,Math.max.apply(null,b(n))),c=[],l=function(a){var s=n[a],l={};l.color=s.color,l.legendShape=s.legendShape,l.pointShape=s.pointShape,l.data=[],s.data.forEach((function(n,a){var s={};s.angle=t[a],s.proportion=n/o,s.value=n,s.position=g(i*s.proportion*r*Math.cos(s.angle),i*s.proportion*r*Math.sin(s.angle),e),l.data.push(s)})),c.push(l)},u=0;u2&&void 0!==arguments[2]?arguments[2]:1,n=0,a=0,r=0;r4&&void 0!==arguments[4]?arguments[4]:1,r=0;r4&&void 0!==arguments[4]?arguments[4]:1,r=0,s=0,o=[],c=0;c2&&void 0!==arguments[2]?arguments[2]:1;1==i&&(i=.999999);for(var n=0;n=2&&(a._proportion_=a._proportion_%2)}return t}function z(t,e){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1;1==i&&(i=.999999);for(var n=0;n=2&&(a._proportion_=a._proportion_%2)}return t}function W(t,e,i){var n;n=i=2&&(t[r]._endAngle_=t[r]._endAngle_%2),a=t[r]._endAngle_;return t}function U(t,e,i){for(var n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1,a=0;a=i.oldData?r._proportion_=(r._endAngle_-r._oldAngle_)*n+i.oldAngle:r._proportion_=r._oldAngle_-(r._oldAngle_-r._endAngle_)*n,r._proportion_>=2&&(r._proportion_=r._proportion_%2)}return t}function q(t,e,i,n,a,r){return t.map((function(t){if(null===t)return null;var a=0,s=0;return"mix"==r.type?(a=r.extra.mix.column.seriesGap*r.pix||0,s=r.extra.mix.column.categoryGap*r.pix||0):(a=r.extra.column.seriesGap*r.pix||0,s=r.extra.column.categoryGap*r.pix||0),a=Math.min(a,e/i),s=Math.min(s,e/i),t.width=Math.ceil((e-2*s-a*(i-1))/i),r.extra.mix&&r.extra.mix.column.width&&+r.extra.mix.column.width>0&&(t.width=Math.min(t.width,+r.extra.mix.column.width*r.pix)),r.extra.column&&r.extra.column.width&&+r.extra.column.width>0&&(t.width=Math.min(t.width,+r.extra.column.width*r.pix)),t.width<=0&&(t.width=1),t.x+=(n+.5-i/2)*(t.width+a),t}))}function H(t,e,i,n,a,r){return t.map((function(t){if(null===t)return null;var a=0,s=0;return a=r.extra.bar.seriesGap*r.pix||0,s=r.extra.bar.categoryGap*r.pix||0,a=Math.min(a,e/i),s=Math.min(s,e/i),t.width=Math.ceil((e-2*s-a*(i-1))/i),r.extra.bar&&r.extra.bar.width&&+r.extra.bar.width>0&&(t.width=Math.min(t.width,+r.extra.bar.width*r.pix)),t.width<=0&&(t.width=1),t.y+=(n+.5-i/2)*(t.width+a),t}))}function G(t,e,i,n,a,r,s){var o=r.extra.column.categoryGap*r.pix||0;return t.map((function(t){return null===t?null:(t.width=e-2*o,r.extra.column&&r.extra.column.width&&+r.extra.column.width>0&&(t.width=Math.min(t.width,+r.extra.column.width*r.pix)),n>0&&(t.width-=s),t)}))}function V(t,e,i,n,a,r,s){var o=r.extra.column.categoryGap*r.pix||0;return t.map((function(t,i){return null===t?null:(t.width=Math.ceil(e-2*o),r.extra.column&&r.extra.column.width&&+r.extra.column.width>0&&(t.width=Math.min(t.width,+r.extra.column.width*r.pix)),t.width<=0&&(t.width=1),t)}))}function K(t,e,i,n,a,r,s){var o=r.extra.bar.categoryGap*r.pix||0;return t.map((function(t,i){return null===t?null:(t.width=Math.ceil(e-2*o),r.extra.bar&&r.extra.bar.width&&+r.extra.bar.width>0&&(t.width=Math.min(t.width,+r.extra.bar.width*r.pix)),t.width<=0&&(t.width=1),t)}))}function J(t,e,i){var n=e.width-e.area[1]-e.area[3],a=e.enableScroll?Math.min(e.xAxis.itemCount,t.length):t.length;("line"==e.type||"area"==e.type||"scatter"==e.type||"bubble"==e.type||"bar"==e.type)&&a>1&&"justify"==e.xAxis.boundaryGap&&(a-=1);var r=0;"mount"==e.type&&e.extra&&e.extra.mount&&e.extra.mount.widthRatio&&e.extra.mount.widthRatio>1&&(e.extra.mount.widthRatio>2&&(e.extra.mount.widthRatio=2),r=e.extra.mount.widthRatio-1,a+=r);var s=n/a,o=[],c=e.area[3],l=e.width-e.area[1];return t.forEach((function(t,e){o.push(c+r/2*s+e*s)})),"justify"!==e.xAxis.boundaryGap&&(!0===e.enableScroll?o.push(c+r*s+t.length*s):o.push(l)),{xAxisPoints:o,startX:c,endX:l,eachSpacing:s}}function X(t,e,i,n,a,r,s){var o=arguments.length>7&&void 0!==arguments[7]?arguments[7]:1,c=[],l=r.height-r.area[0]-r.area[2];return t.forEach((function(t,s){if(null===t)c.push(null);else{var u=[];t.forEach((function(t,c){var d={};d.x=n[s]+Math.round(a/2);var f=t.value||t,h=l*(f-e)/(i-e);h*=o,d.y=r.height-Math.round(h)-r.area[2],u.push(d)})),c.push(u)}})),c}function Y(t,e,i,n,a,r,o){var c=arguments.length>7&&void 0!==arguments[7]?arguments[7]:1,l="center";"line"!=r.type&&"area"!=r.type&&"scatter"!=r.type&&"bubble"!=r.type||(l=r.xAxis.boundaryGap);var u=[],d=r.height-r.area[0]-r.area[2],f=r.width-r.area[1]-r.area[3];return t.forEach((function(t,o){if(null===t)u.push(null);else{var h={};h.color=t.color,h.x=n[o];var p,g,v,m=t;if("object"===(0,s.default)(t)&&null!==t)if(t.constructor.toString().indexOf("Array")>-1)p=[].concat(r.chartData.xAxisData.ranges),g=p.shift(),v=p.pop(),m=t[1],h.x=r.area[3]+f*(t[0]-g)/(v-g),"bubble"==r.type&&(h.r=t[2],h.t=t[3]);else m=t.value;"center"==l&&(h.x+=a/2);var _=d*(m-e)/(i-e);_*=c,h.y=r.height-_-r.area[2],u.push(h)}})),u}function Q(t,e,i,n,a,r,o,c,l){l=arguments.length>8&&void 0!==arguments[8]?arguments[8]:1;var u=r.xAxis.boundaryGap,d=[],f=r.height-r.area[0]-r.area[2],h=r.width-r.area[1]-r.area[3];return t.forEach((function(t,o){if(null===t)d.push(null);else{var p={};if(p.color=t.color,"vertical"==c.animation){p.x=n[o];var g,v,m,_=t;if("object"===(0,s.default)(t)&&null!==t)if(t.constructor.toString().indexOf("Array")>-1)g=[].concat(r.chartData.xAxisData.ranges),v=g.shift(),m=g.pop(),_=t[1],p.x=r.area[3]+h*(t[0]-v)/(m-v);else _=t.value;"center"==u&&(p.x+=a/2);var y=f*(_-e)/(i-e);y*=l,p.y=r.height-y-r.area[2],d.push(p)}else{p.x=n[0]+a*o*l;_=t;"center"==u&&(p.x+=a/2);y=f*(_-e)/(i-e);p.y=r.height-y-r.area[2],d.push(p)}}})),d}function Z(t,e,i,n,a,r,o,c,l){l=arguments.length>8&&void 0!==arguments[8]?arguments[8]:1;var u=[],d=r.height-r.area[0]-r.area[2],f=r.width-r.area[1]-r.area[3];return t.forEach((function(t,o){if(null===t)u.push(null);else{var c={};c.color=t.color,c.x=n[o];var h,p,g,v=t;if("object"===(0,s.default)(t)&&null!==t)if(t.constructor.toString().indexOf("Array")>-1)h=[].concat(r.chartData.xAxisData.ranges),p=h.shift(),g=h.pop(),v=t[1],c.x=r.area[3]+f*(t[0]-p)/(g-p);else v=t.value;c.x+=a/2;var m=d*(v*l-e)/(i-e);c.y=r.height-m-r.area[2],u.push(c)}})),u}function tt(t,e,i,n,a,r,s,o){var c=arguments.length>8&&void 0!==arguments[8]?arguments[8]:1,l=[],u=r.height-r.area[0]-r.area[2],d=(r.width,r.area[1],r.area[3],a*s.widthRatio);return t.forEach((function(t,s){if(null===t)l.push(null);else{var o={};o.color=t.color,o.x=n[s],o.x+=a/2;var f=t.data,h=u*(f*c-e)/(i-e);o.y=r.height-h-r.area[2],o.value=f,o.width=d,l.push(o)}})),l}function et(t,e,i,n,a,r,o){var c=arguments.length>7&&void 0!==arguments[7]?arguments[7]:1,l=[],u=(r.height,r.area[0],r.area[2],r.width-r.area[1]-r.area[3]);return t.forEach((function(t,a){if(null===t)l.push(null);else{var o={};o.color=t.color,o.y=n[a];var d=t;"object"===(0,s.default)(t)&&null!==t&&(d=t.value);var f=u*(d-e)/(i-e);f*=c,o.height=f,o.value=d,o.x=f+r.area[3],l.push(o)}})),l}function it(t,e,i,n,a,r,o,c,l){var u=arguments.length>9&&void 0!==arguments[9]?arguments[9]:1,d=[],f=r.height-r.area[0]-r.area[2];return t.forEach((function(t,o){if(null===t)d.push(null);else{var h={};if(h.color=t.color,h.x=n[o]+Math.round(a/2),c>0){for(var p=0,g=0;g<=c;g++)p+=l[g].data[o];var v=p-t,m=f*(p-e)/(i-e),_=f*(v-e)/(i-e)}else{p=t;"object"===(0,s.default)(t)&&null!==t&&(p=t.value);m=f*(p-e)/(i-e),_=0}var y=_;m*=u,y*=u,h.y=r.height-Math.round(m)-r.area[2],h.y0=r.height-Math.round(y)-r.area[2],d.push(h)}})),d}function nt(t,e,i,n,a,r,o,c,l){var u=arguments.length>9&&void 0!==arguments[9]?arguments[9]:1,d=[],f=r.width-r.area[1]-r.area[3];return t.forEach((function(t,a){if(null===t)d.push(null);else{var o={};if(o.color=t.color,o.y=n[a],c>0){for(var h=0,p=0;p<=c;p++)h+=l[p].data[a];var g=h-t,v=f*(h-e)/(i-e),m=f*(g-e)/(i-e)}else{h=t;"object"===(0,s.default)(t)&&null!==t&&(h=t.value);v=f*(h-e)/(i-e),m=0}var _=m;v*=u,_*=u,o.height=v-_,o.x=r.area[3]+v,o.x0=r.area[3]+_,d.push(o)}})),d}function at(t,e,i,n,a){var r;r="stack"==n?w(t,e.categories.length):b(t);var o=[];r=r.filter((function(t){return"object"===(0,s.default)(t)&&null!==t?t.constructor.toString().indexOf("Array")>-1?null!==t:null!==t.value:null!==t})),r.map((function(t){"object"===(0,s.default)(t)?t.constructor.toString().indexOf("Array")>-1?"candle"==e.type?t.map((function(t){o.push(t)})):o.push(t[1]):o.push(t.value):o.push(t)}));var c=a.min||0,l=a.max||0;o.length>0&&(c=Math.min.apply(this,o),l=Math.max.apply(this,o)),c===l&&(0==l?l=10:c=0);for(var u=y(c,l),d=void 0===a.min||null===a.min?u.minRange:a.min,f=void 0===a.max||null===a.max?u.maxRange:a.max,h=(f-d)/e.yAxis.splitNumber,p=[],g=0;g<=e.yAxis.splitNumber;g++)p.push(d+h*g);return p.reverse()}function rt(t,e,i,n){var a=c({},{type:""},e.extra.column),r=e.yAxis.data.length,s=new Array(r);if(r>0){for(var o=0;o0&&0==a.tooltip.group.includes(s))){var o="number"===typeof a.tooltip.index?a.tooltip.index:a.tooltip.index[a.tooltip.group.indexOf(s)];if(n.beginPath(),"hollow"==r.activeType?(n.setStrokeStyle(e),n.setFillStyle(a.background),n.setLineWidth(2*a.pix)):(n.setStrokeStyle("#ffffff"),n.setFillStyle(e),n.setLineWidth(1*a.pix)),"diamond"===i)t.forEach((function(t,e){null!==t&&o==e&&(n.moveTo(t.x,t.y-4.5),n.lineTo(t.x-4.5,t.y),n.lineTo(t.x,t.y+4.5),n.lineTo(t.x+4.5,t.y),n.lineTo(t.x,t.y-4.5))}));else if("circle"===i)t.forEach((function(t,e){null!==t&&o==e&&(n.moveTo(t.x+2.5*a.pix,t.y),n.arc(t.x,t.y,3*a.pix,0,2*Math.PI,!1))}));else if("square"===i)t.forEach((function(t,e){null!==t&&o==e&&(n.moveTo(t.x-3.5,t.y-3.5),n.rect(t.x-3.5,t.y-3.5,7,7))}));else if("triangle"===i)t.forEach((function(t,e){null!==t&&o==e&&(n.moveTo(t.x,t.y-4.5),n.lineTo(t.x-4.5,t.y+4.5),n.lineTo(t.x+4.5,t.y+4.5),n.lineTo(t.x,t.y-4.5))}));else if("none"===i)return;n.closePath(),n.fill(),n.stroke()}}function lt(t,e,i,n){var a=t.title.fontSize||e.titleFontSize,r=t.subtitle.fontSize||e.subtitleFontSize,s=t.title.name||"",o=t.subtitle.name||"",c=t.title.color||t.fontColor,l=t.subtitle.color||t.fontColor,u=s?a:0,d=o?r:0;if(o){var f=x(o,r*t.pix,i),h=n.x-f/2+(t.subtitle.offsetX||0)*t.pix,p=n.y+r*t.pix/2+(t.subtitle.offsetY||0)*t.pix;s&&(p+=(u*t.pix+5)/2),i.beginPath(),i.setFontSize(r*t.pix),i.setFillStyle(l),i.fillText(o,h,p),i.closePath(),i.stroke()}if(s){var g=x(s,a*t.pix,i),v=n.x-g/2+(t.title.offsetX||0),m=n.y+a*t.pix/2+(t.title.offsetY||0)*t.pix;o&&(m-=(d*t.pix+5)/2),i.beginPath(),i.setFontSize(a*t.pix),i.setFillStyle(c),i.fillText(s,v,m),i.closePath(),i.stroke()}}function ut(t,e,i,n,a){var r=e.data,o=e.textOffset?e.textOffset:0;t.forEach((function(t,c){if(null!==t){n.beginPath();var l=e.textSize?e.textSize*a.pix:i.fontSize;n.setFontSize(l),n.setFillStyle(e.textColor||a.fontColor);var u=r[c];"object"===(0,s.default)(r[c])&&null!==r[c]&&(u=r[c].constructor.toString().indexOf("Array")>-1?r[c][1]:r[c].value);var d=e.formatter?e.formatter(u,c,e,a):u;n.setTextAlign("center"),n.fillText(String(d),t.x,t.y-4+o*a.pix),n.closePath(),n.stroke(),n.setTextAlign("left")}}))}function dt(t,e,i,n,a){var r=e.data,o=e.textOffset?e.textOffset:0,c=a.extra.column.labelPosition;t.forEach((function(t,l){if(null!==t){n.beginPath();var u=e.textSize?e.textSize*a.pix:i.fontSize;n.setFontSize(u),n.setFillStyle(e.textColor||a.fontColor);var d=r[l];"object"===(0,s.default)(r[l])&&null!==r[l]&&(d=r[l].constructor.toString().indexOf("Array")>-1?r[l][1]:r[l].value);var f=e.formatter?e.formatter(d,l,e,a):d;n.setTextAlign("center");var h=t.y-4*a.pix+o*a.pix;t.y>e.zeroPoints&&(h=t.y+o*a.pix+u),"insideTop"==c&&(h=t.y+u+o*a.pix,t.y>e.zeroPoints&&(h=t.y-o*a.pix-4*a.pix)),"center"==c&&(h=t.y+o*a.pix+(a.height-a.area[2]-t.y+u)/2,e.zeroPointse.zeroPoints&&(h=t.y-o*a.pix-(t.y-e.zeroPoints-u)/2),"stack"==a.extra.column.type&&(h=t.y+o*a.pix+(t.y0-t.y+u)/2)),"bottom"==c&&(h=a.height-a.area[2]+o*a.pix-4*a.pix,e.zeroPointse.zeroPoints&&(h=e.zeroPoints-o*a.pix+u+2*a.pix),"stack"==a.extra.column.type&&(h=t.y0+o*a.pix-4*a.pix)),n.fillText(String(f),t.x,h),n.closePath(),n.stroke(),n.setTextAlign("left")}}))}function ft(t,e,i,n,a,r){e.data;var s=e.textOffset?e.textOffset:0;a.extra.mount.labelPosition;t.forEach((function(t,o){if(null!==t){n.beginPath();var c=e[o].textSize?e[o].textSize*a.pix:i.fontSize;n.setFontSize(c),n.setFillStyle(e[o].textColor||a.fontColor);var l=t.value,u=e[o].formatter?e[o].formatter(l,o,e,a):l;n.setTextAlign("center");var d=t.y-4*a.pix+s*a.pix;t.y>r&&(d=t.y+s*a.pix+c),n.fillText(String(u),t.x,d),n.closePath(),n.stroke(),n.setTextAlign("left")}}))}function ht(t,e,i,n,a){var r=e.data;e.textOffset&&e.textOffset;t.forEach((function(t,o){if(null!==t){n.beginPath();var c=e.textSize?e.textSize*a.pix:i.fontSize;n.setFontSize(c),n.setFillStyle(e.textColor||a.fontColor);var l=r[o];"object"===(0,s.default)(r[o])&&null!==r[o]&&(l=r[o].value);var u=e.formatter?e.formatter(l,o,e,a):l;n.setTextAlign("left"),n.fillText(String(u),t.x+4*a.pix,t.y+c/2-3),n.closePath(),n.stroke()}}))}function pt(t,e,i,n,a,r){var s;e-=t.width/2+t.labelOffset*n.pix,e=e<10?10:e,s=t.endAngle=2&&(u%=2),d+=l}}function gt(t,e,i,n,a,r){var s=n.extra.radar||{};t.forEach((function(t,o){if(!0===s.labelPointShow&&""!==n.categories[o]){var c={x:e*Math.cos(t),y:e*Math.sin(t)},u=g(c.x,c.y,i);r.setFillStyle(s.labelPointColor),r.beginPath(),r.arc(u.x,u.y,s.labelPointRadius*n.pix,0,2*Math.PI,!1),r.closePath(),r.fill()}if(!0===s.labelShow){var d={x:(e+a.radarLabelTextMargin*n.pix)*Math.cos(t),y:(e+a.radarLabelTextMargin*n.pix)*Math.sin(t)},f=g(d.x,d.y,i),h=f.x,p=f.y;l.approximatelyEqual(d.x,0)?h-=x(n.categories[o]||"",a.fontSize,r)/2:d.x<0&&(h-=x(n.categories[o]||"",a.fontSize,r)),r.beginPath(),r.setFontSize(a.fontSize),r.setFillStyle(s.labelColor||n.fontColor),r.fillText(n.categories[o]||"",h,p+a.fontSize/2),r.closePath(),r.stroke()}}))}function vt(t,e,i,n,a,r){for(var s=i.pieChartLinePadding,o=[],c=null,u=t.map((function(i,n){var a=i.formatter?i.formatter(i,n,t,e):l.toFixed(100*i._proportion_.toFixed(4))+"%";a=i.labelText?i.labelText:a;var r=2*Math.PI-(i._start_+2*Math.PI*i._proportion_/2);i._rose_proportion_&&(r=2*Math.PI-(i._start_+2*Math.PI*i._rose_proportion_/2));var s=i.color,o=i._radius_;return{arc:r,text:a,color:s,radius:o,textColor:i.textColor,textSize:i.textSize,labelShow:i.labelShow}})),d=0;d=0?h+i.pieChartTextPadding:h-i.pieChartTextPadding,b=p,w=x(f.text,f.textSize*e.pix||i.fontSize,n),C=b;c&&l.isSameXCoordinateArea(c.start,{x:y})&&(C=y>0?Math.min(b,c.start.y):h<0||b>0?Math.max(b,c.start.y):Math.min(b,c.start.y)),y<0&&(y-=w);var k={lineStart:{x:m,y:_},lineEnd:{x:h,y:p},start:{x:y,y:C},width:w,height:i.fontSize,text:f.text,color:f.color,textColor:f.textColor,textSize:f.textSize};c=v(k,c),o.push(c)}for(var $=0;$a?a:r.activeWidth;var s=e.area[0],o=e.height-e.area[2];n.beginPath(),n.setFillStyle(u(r.activeBgColor,r.activeBgOpacity)),n.rect(t-r.activeWidth/2,s,r.activeWidth,o-s),n.closePath(),n.fill(),n.setFillStyle("#FFFFFF")}function xt(t,e,i,n,a){var r=c({},{activeBgColor:"#000000",activeBgOpacity:.08},e.extra.bar),s=e.area[3],o=e.width-e.area[1];n.beginPath(),n.setFillStyle(u(r.activeBgColor,r.activeBgOpacity)),n.rect(s,t-a/2,o-s,a),n.closePath(),n.fill(),n.setFillStyle("#FFFFFF")}function bt(t,e,i,n,a,r,s){var o=c({},{showBox:!0,showArrow:!0,showCategory:!1,bgColor:"#000000",bgOpacity:.7,borderColor:"#000000",borderWidth:0,borderRadius:0,borderOpacity:.7,boxPadding:3,fontColor:"#FFFFFF",fontSize:13,lineHeight:20,legendShow:!0,legendShape:"auto",splitLine:!0},i.extra.tooltip);1==o.showCategory&&i.categories&&t.unshift({text:i.categories[i.tooltip.index],color:null});var l=o.fontSize*i.pix,d=o.lineHeight*i.pix,f=o.boxPadding*i.pix,h=l,p=5*i.pix;0==o.legendShow&&(h=0,p=0);var g=o.showArrow?8*i.pix:0,v=!1;"line"!=i.type&&"mount"!=i.type&&"area"!=i.type&&"candle"!=i.type&&"mix"!=i.type||1==o.splitLine&&function(t,e,i,n){var a=e.extra.tooltip||{};a.gridType=void 0==a.gridType?"solid":a.gridType,a.dashLength=void 0==a.dashLength?4:a.dashLength;var r=e.area[0],s=e.height-e.area[2];if("dash"==a.gridType&&n.setLineDash([a.dashLength,a.dashLength]),n.setStrokeStyle(a.gridColor||"#cccccc"),n.setLineWidth(1*e.pix),n.beginPath(),n.moveTo(t,r),n.lineTo(t,s),n.stroke(),n.setLineDash([]),a.xAxisLabel){var o=e.categories[e.tooltip.index];n.setFontSize(i.fontSize);var c=x(o,i.fontSize,n),l=t-.5*c,d=s+2*e.pix;n.beginPath(),n.setFillStyle(u(a.labelBgColor||i.toolTipBackground,a.labelBgOpacity||i.toolTipOpacity)),n.setStrokeStyle(a.labelBgColor||i.toolTipBackground),n.setLineWidth(1*e.pix),n.rect(l-a.boxPadding*e.pix,d,c+2*a.boxPadding*e.pix,i.fontSize+2*a.boxPadding*e.pix),n.closePath(),n.stroke(),n.fill(),n.beginPath(),n.setFontSize(i.fontSize),n.setFillStyle(a.labelFontColor||e.fontColor),n.fillText(String(o),l,d+a.boxPadding*e.pix+i.fontSize),n.closePath(),n.stroke()}}(i.tooltip.offset.x,i,n,a),e=c({x:0,y:0},e),e.y-=8*i.pix;var m=t.map((function(t){return x(t.text,l,a)})),_=h+p+4*f+Math.max.apply(null,m),y=2*f+t.length*d;if(0!=o.showBox){e.x-Math.abs(i._scrollDistance_||0)+g+_>i.width&&(v=!0),y+e.y>i.height&&(e.y=i.height-y),a.beginPath(),a.setFillStyle(u(o.bgColor,o.bgOpacity)),a.setLineWidth(o.borderWidth*i.pix),a.setStrokeStyle(u(o.borderColor,o.borderOpacity));var b=o.borderRadius;v?(_+g>i.width&&(e.x=i.width+Math.abs(i._scrollDistance_||0)+g+(_-i.width)),_>e.x&&(e.x=i.width+Math.abs(i._scrollDistance_||0)+g+(_-i.width)),o.showArrow&&(a.moveTo(e.x,e.y+10*i.pix),a.lineTo(e.x-g,e.y+10*i.pix+5*i.pix)),a.arc(e.x-g-b,e.y+y-b,b,0,Math.PI/2,!1),a.arc(e.x-g-Math.round(_)+b,e.y+y-b,b,Math.PI/2,Math.PI,!1),a.arc(e.x-g-Math.round(_)+b,e.y+b,b,-Math.PI,-Math.PI/2,!1),a.arc(e.x-g-b,e.y+b,b,-Math.PI/2,0,!1),o.showArrow&&(a.lineTo(e.x-g,e.y+10*i.pix-5*i.pix),a.lineTo(e.x,e.y+10*i.pix))):(o.showArrow&&(a.moveTo(e.x,e.y+10*i.pix),a.lineTo(e.x+g,e.y+10*i.pix-5*i.pix)),a.arc(e.x+g+b,e.y+b,b,-Math.PI,-Math.PI/2,!1),a.arc(e.x+g+Math.round(_)-b,e.y+b,b,-Math.PI/2,0,!1),a.arc(e.x+g+Math.round(_)-b,e.y+y-b,b,0,Math.PI/2,!1),a.arc(e.x+g+b,e.y+y-b,b,Math.PI/2,Math.PI,!1),o.showArrow&&(a.lineTo(e.x+g,e.y+10*i.pix+5*i.pix),a.lineTo(e.x,e.y+10*i.pix))),a.closePath(),a.fill(),o.borderWidth>0&&a.stroke(),o.legendShow&&t.forEach((function(t,n){if(null!==t.color){a.beginPath(),a.setFillStyle(t.color);var r=e.x+g+2*f,s=e.y+(d-l)/2+d*n+f+1;switch(v&&(r=e.x-_-g+2*f),t.legendShape){case"line":a.moveTo(r,s+.5*h-2*i.pix),a.fillRect(r,s+.5*h-2*i.pix,h,4*i.pix);break;case"triangle":a.moveTo(r+7.5*i.pix,s+.5*h-5*i.pix),a.lineTo(r+2.5*i.pix,s+.5*h+5*i.pix),a.lineTo(r+12.5*i.pix,s+.5*h+5*i.pix),a.lineTo(r+7.5*i.pix,s+.5*h-5*i.pix);break;case"diamond":a.moveTo(r+7.5*i.pix,s+.5*h-5*i.pix),a.lineTo(r+2.5*i.pix,s+.5*h),a.lineTo(r+7.5*i.pix,s+.5*h+5*i.pix),a.lineTo(r+12.5*i.pix,s+.5*h),a.lineTo(r+7.5*i.pix,s+.5*h-5*i.pix);break;case"circle":a.moveTo(r+7.5*i.pix,s+.5*h),a.arc(r+7.5*i.pix,s+.5*h,5*i.pix,0,2*Math.PI);break;case"rect":a.moveTo(r,s+.5*h-5*i.pix),a.fillRect(r,s+.5*h-5*i.pix,15*i.pix,10*i.pix);break;case"square":a.moveTo(r+2*i.pix,s+.5*h-5*i.pix),a.fillRect(r+2*i.pix,s+.5*h-5*i.pix,10*i.pix,10*i.pix);break;default:a.moveTo(r,s+.5*h-5*i.pix),a.fillRect(r,s+.5*h-5*i.pix,15*i.pix,10*i.pix)}a.closePath(),a.fill()}})),t.forEach((function(t,i){var n=e.x+g+2*f+h+p;v&&(n=e.x-_-g+2*f+h+p);var r=e.y+d*i+(d-l)/2-1+f+l;a.beginPath(),a.setFontSize(l),a.setTextBaseline("normal"),a.setFillStyle(o.fontColor),a.fillText(t.text,n,r),a.closePath(),a.stroke()}))}}function wt(t,e,i,n,a,r){var s=t.extra.tooltip||{};s.horizentalLine&&t.tooltip&&1===n&&("line"==t.type||"area"==t.type||"column"==t.type||"mount"==t.type||"candle"==t.type||"mix"==t.type)&&_t(t,e,i),i.save(),t._scrollDistance_&&0!==t._scrollDistance_&&!0===t.enableScroll&&i.translate(t._scrollDistance_,0),t.tooltip&&t.tooltip.textList&&t.tooltip.textList.length&&1===n&&bt(t.tooltip.textList,t.tooltip.offset,t,e,i),i.restore()}function Ct(t,e,i,n){var a=e.chartData.xAxisData,r=a.xAxisPoints,s=a.startX,o=a.endX,c=a.eachSpacing,l="center";"bar"!=e.type&&"line"!=e.type&&"area"!=e.type&&"scatter"!=e.type&&"bubble"!=e.type||(l=e.xAxis.boundaryGap);var u=e.height-e.area[2],d=e.area[0];if(e.enableScroll&&e.xAxis.scrollShow){var f=e.height-e.area[2]+i.xAxisHeight,h=o-s,p=c*(r.length-1);"mount"==e.type&&e.extra&&e.extra.mount&&e.extra.mount.widthRatio&&e.extra.mount.widthRatio>1&&(e.extra.mount.widthRatio>2&&(e.extra.mount.widthRatio=2),p+=(e.extra.mount.widthRatio-1)*c);var g=h*h/p,v=0;e._scrollDistance_&&(v=-e._scrollDistance_*h/p),n.beginPath(),n.setLineCap("round"),n.setLineWidth(6*e.pix),n.setStrokeStyle(e.xAxis.scrollBackgroundColor||"#EFEBEF"),n.moveTo(s,f),n.lineTo(o,f),n.stroke(),n.closePath(),n.beginPath(),n.setLineCap("round"),n.setLineWidth(6*e.pix),n.setStrokeStyle(e.xAxis.scrollColor||"#A6A6A6"),n.moveTo(s+v,f),n.lineTo(s+v+g,f),n.stroke(),n.closePath(),n.setLineCap("butt")}if(n.save(),e._scrollDistance_&&0!==e._scrollDistance_&&n.translate(e._scrollDistance_,0),!0===e.xAxis.calibration&&(n.setStrokeStyle(e.xAxis.gridColor||"#cccccc"),n.setLineCap("butt"),n.setLineWidth(1*e.pix),r.forEach((function(t,i){i>0&&(n.beginPath(),n.moveTo(t-c/2,u),n.lineTo(t-c/2,u+3*e.pix),n.closePath(),n.stroke())}))),!0!==e.xAxis.disableGrid&&(n.setStrokeStyle(e.xAxis.gridColor||"#cccccc"),n.setLineCap("butt"),n.setLineWidth(1*e.pix),"dash"==e.xAxis.gridType&&n.setLineDash([e.xAxis.dashLength*e.pix,e.xAxis.dashLength*e.pix]),e.xAxis.gridEval=e.xAxis.gridEval||1,r.forEach((function(t,i){i%e.xAxis.gridEval==0&&(n.beginPath(),n.moveTo(t,u),n.lineTo(t,d),n.stroke())})),n.setLineDash([])),!0!==e.xAxis.disabled){var m=t.length;e.xAxis.labelCount&&(m=e.xAxis.itemCount?Math.ceil(t.length/e.xAxis.itemCount*e.xAxis.labelCount):e.xAxis.labelCount,m-=1);for(var _=Math.ceil(t.length/m),y=[],b=t.length,w=0;w=e.area[3]-1&&d-Math.abs(o)<=e.width-e.area[1]+1&&(n.beginPath(),n.setFontSize(C),n.setFillStyle(e.xAxis.fontColor||e.fontColor),n.fillText(String(a),r[i]+s,u+e.xAxis.marginTop*e.pix+(e.xAxis.lineHeight-e.xAxis.fontSize)*e.pix/2+e.xAxis.fontSize*e.pix),n.closePath(),n.stroke())})):y.forEach((function(t,a){var s=e.xAxis.formatter?e.xAxis.formatter(t):t,o=e._scrollDistance_||0,d="center"==l?r[a]+c/2:r[a];if(d-Math.abs(o)>=e.area[3]-1&&d-Math.abs(o)<=e.width-e.area[1]+1){n.save(),n.beginPath(),n.setFontSize(C),n.setFillStyle(e.xAxis.fontColor||e.fontColor);var f=x(String(s),C,n),h=r[a];"center"==l&&(h=r[a]+c/2);e.xAxis.scrollShow&&6*e.pix;var p=u+e.xAxis.marginTop*e.pix+C-C*Math.abs(Math.sin(i._xAxisTextAngle_));e.xAxis.rotateAngle<0?(h-=C/2,f=0):(h+=C/2,f=-f),n.translate(h,p),n.rotate(-1*i._xAxisTextAngle_),n.fillText(String(s),f,0),n.closePath(),n.stroke(),n.restore()}}))}n.restore(),e.xAxis.title&&(n.beginPath(),n.setFontSize(e.xAxis.titleFontSize*e.pix),n.setFillStyle(e.xAxis.titleFontColor),n.fillText(String(e.xAxis.title),e.width-e.area[1]+e.xAxis.titleOffsetX*e.pix,e.height-e.area[2]+e.xAxis.marginTop*e.pix+(e.xAxis.lineHeight-e.xAxis.titleFontSize)*e.pix/2+(e.xAxis.titleFontSize+e.xAxis.titleOffsetY)*e.pix),n.closePath(),n.stroke()),e.xAxis.axisLine&&(n.beginPath(),n.setStrokeStyle(e.xAxis.axisLineColor),n.setLineWidth(1*e.pix),n.moveTo(s,e.height-e.area[2]),n.lineTo(o,e.height-e.area[2]),n.stroke())}function kt(t,e,i,n){if(!0!==e.yAxis.disableGrid){var a=e.height-e.area[0]-e.area[2],r=a/e.yAxis.splitNumber,s=e.area[3],o=e.chartData.xAxisData.xAxisPoints,c=e.chartData.xAxisData.eachSpacing,l=c*(o.length-1);"mount"==e.type&&e.extra&&e.extra.mount&&e.extra.mount.widthRatio&&e.extra.mount.widthRatio>1&&(e.extra.mount.widthRatio>2&&(e.extra.mount.widthRatio=2),l+=(e.extra.mount.widthRatio-1)*c);var u=s+l,d=[],f=1;!1===e.xAxis.axisLine&&(f=0);for(var h=f;h4&&void 0!==arguments[4]?arguments[4]:1,r=c({},{activeOpacity:.5,activeRadius:10,offsetAngle:0,labelWidth:15,ringWidth:30,customRadius:0,border:!1,borderWidth:2,borderColor:"#FFFFFF",centerColor:"#FFFFFF",linearType:"none",customColor:[]},"pie"==e.type?e.extra.pie:e.extra.ring),s={x:e.area[3]+(e.width-e.area[1]-e.area[3])/2,y:e.area[0]+(e.height-e.area[0]-e.area[2])/2};0==i.pieChartLinePadding&&(i.pieChartLinePadding=r.activeRadius*e.pix);var o=Math.min((e.width-e.area[1]-e.area[3])/2-i.pieChartLinePadding-i.pieChartTextPadding-i._pieTextMaxLength_,(e.height-e.area[0]-e.area[2])/2-i.pieChartLinePadding-i.pieChartTextPadding);o=o<10?10:o,r.customRadius>0&&(o=r.customRadius*e.pix),t=E(t,o,a);var l=r.activeRadius*e.pix;if(r.customColor=_(r.linearType,r.customColor,t,i),t=t.map((function(t){return t._start_+=r.offsetAngle*Math.PI/180,t})),t.forEach((function(t,i){e.tooltip&&e.tooltip.index==i&&(n.beginPath(),n.setFillStyle(u(t.color,r.activeOpacity||.5)),n.moveTo(s.x,s.y),n.arc(s.x,s.y,t._radius_+l,t._start_,t._start_+2*t._proportion_*Math.PI),n.closePath(),n.fill()),n.beginPath(),n.setLineWidth(r.borderWidth*e.pix),n.lineJoin="round",n.setStrokeStyle(r.borderColor);var a,o=t.color;"custom"==r.linearType&&(a=n.createCircularGradient?n.createCircularGradient(s.x,s.y,t._radius_):n.createRadialGradient(s.x,s.y,0,s.x,s.y,t._radius_),a.addColorStop(0,u(r.customColor[t.linearIndex],1)),a.addColorStop(1,u(t.color,1)),o=a);n.setFillStyle(o),n.moveTo(s.x,s.y),n.arc(s.x,s.y,t._radius_,t._start_,t._start_+2*t._proportion_*Math.PI),n.closePath(),n.fill(),1==r.border&&n.stroke()})),"ring"===e.type){var d=.6*o;"number"===typeof r.ringWidth&&r.ringWidth>0&&(d=Math.max(0,o-r.ringWidth*e.pix)),n.beginPath(),n.setFillStyle(r.centerColor),n.moveTo(s.x,s.y),n.arc(s.x,s.y,d,0,2*Math.PI),n.closePath(),n.fill()}return!1!==e.dataLabel&&1===a&&vt(t,e,i,n,0,s),1===a&&"ring"===e.type&<(e,i,n,s),{center:s,radius:o,series:t}}function Pt(t,e){var i=Array(2),n=20037508.34*t/180,a=Math.log(Math.tan((90+e)*Math.PI/360))/(Math.PI/180);return a=20037508.34*a/180,i[0]=n,i[1]=a,i}function At(t,e,i,n,a,r){return{x:(e-i.xMin)*n+a,y:(i.yMax-t)*n+r}}function Ot(t,e,i){if(e[1]==i[1])return!1;if(e[1]>t[1]&&i[1]>t[1])return!1;if(e[1]t[1])return!1;if(i[1]==t[1]&&e[1]>t[1])return!1;if(e[0]e[r].area[2]||t[1]>e[r].area[3]||t[2]i||t[3]>n){a=!0;break}a=!1}return a}function Mt(t,e,i){var n=t.series;switch(e){case"normal":for(var a=0;a.7},p=0;p0&&t[0].data.constructor.toString().indexOf("Array")>-1){e._pieSeries_=t;for(var a=t[0].data,r=0;re.width-e.area[1]-e.area[3]?(f.push(g),p.push(h-e.legend.itemGap*e.pix),h=y,g=[m]):(h+=y,g.push(m))}if(g.length){f.push(g),p.push(h-e.legend.itemGap*e.pix),r.widthArr=p;var b=Math.max.apply(null,p);switch(e.legend.float){case"left":r.area.start.x=e.area[3],r.area.end.x=e.area[3]+b+2*s;break;case"right":r.area.start.x=e.width-e.area[1]-b-2*s,r.area.end.x=e.width-e.area[1];break;default:r.area.start.x=(e.width-b)/2-s,r.area.end.x=(e.width+b)/2+s}r.area.width=b+2*s,r.area.wholeWidth=b+2*s,r.area.height=f.length*d+2*s,r.area.wholeHeight=f.length*d+2*s+2*o,r.points=f}}else{var w=t.length,C=e.height-e.area[0]-e.area[2]-2*o-2*s,k=Math.min(Math.floor(C/d),w);switch(r.area.height=k*d+2*s,r.area.wholeHeight=k*d+2*s,e.legend.float){case"top":r.area.start.y=e.area[0]+o,r.area.end.y=e.area[0]+o+r.area.height;break;case"bottom":r.area.start.y=e.height-e.area[2]-o-r.area.height,r.area.end.y=e.height-e.area[2]-o;break;default:r.area.start.y=(e.height-r.area.height)/2,r.area.end.y=(e.height+r.area.height)/2}for(var $=w%k===0?w/k:Math.floor(w/k+1),S=[],T=0;T<$;T++){var P=t.slice(T*k,T*k+k);S.push(P)}if(r.points=S,S.length){for(var A=0;AD&&(D=L)}r.widthArr.push(D),r.heightArr.push(O.length*d+2*s)}for(var M=0,F=0;F0?A[bt].width+e.yAxis.padding*e.pix:A[bt].width,_t+=1):"right"==A[bt].position&&(e.area[1]+=at>0?A[bt].width+e.yAxis.padding*e.pix:A[bt].width,at+=1)}else i.yAxisWidth=A;if(e.chartData.yAxisData=P,e.categories&&e.categories.length&&"radar"!==e.type&&"gauge"!==e.type&&"bar"!==e.type){e.chartData.xAxisData=J(e.categories,e);var Ot=M(e.categories,e,0,e.chartData.xAxisData.eachSpacing,n),Dt=Ot.xAxisHeight,It=Ot.angle;i.xAxisHeight=Dt,i._xAxisTextAngle_=It,e.area[2]+=Dt,e.chartData.categoriesData=Ot}else if("line"===e.type||"area"===e.type||"scatter"===e.type||"bubble"===e.type||"bar"===e.type){e.chartData.xAxisData=F(o,e,i,n),d=e.chartData.xAxisData.rangesFormat;var Lt=M(d,e,0,e.chartData.xAxisData.eachSpacing,n),Rt=Lt.xAxisHeight,Bt=Lt.angle;i.xAxisHeight=Rt,i._xAxisTextAngle_=Bt,e.area[2]+=Rt,e.chartData.categoriesData=Lt}else e.chartData.xAxisData={xAxisPoints:[]};if(e.enableScroll&&"right"==e.xAxis.scrollAlign&&void 0===e._scrollDistance_){var zt,Wt=e.chartData.xAxisData.xAxisPoints,Ut=e.chartData.xAxisData.startX,qt=e.chartData.xAxisData.endX,Ht=e.chartData.xAxisData.eachSpacing,Gt=Ht*(Wt.length-1),Vt=qt-Ut;zt=Vt-Gt,s.scrollOption.currentOffset=zt,s.scrollOption.startTouchX=zt,s.scrollOption.distance=0,s.scrollOption.lastMoveTime=0,e._scrollDistance_=zt}switch("pie"!==t&&"ring"!==t&&"rose"!==t||(i._pieTextMaxLength_=!1===e.dataLabel?0:function(t,e,i,n){t=E(t);for(var a=0,r=0;r4&&void 0!==arguments[4]?arguments[4]:1,r=c({},{type:"normal",autoColors:!0},e.extra.word);e.chartData.wordCloudData||(e.chartData.wordCloudData=Mt(e,r.type,n)),n.beginPath(),n.setFillStyle(e.background),n.rect(0,0,e.width,e.height),n.fill(),n.save();var s=e.chartData.wordCloudData;n.translate(e.width/2,e.height/2);for(var o=0;o0&&(e.tooltip&&e.tooltip.index==o?n.strokeText(l,(s[o].areav[0]+5-e.width/2)*a-d*(1-a)/2,(s[o].areav[1]+5+u-e.height/2)*a):n.fillText(l,(s[o].areav[0]+5-e.width/2)*a-d*(1-a)/2,(s[o].areav[1]+5+u-e.height/2)*a)):s[o].area[0]>0&&(e.tooltip&&e.tooltip.index==o?n.strokeText(l,(s[o].area[0]+5-e.width/2)*a-d*(1-a)/2,(s[o].area[1]+5+u-e.height/2)*a):n.fillText(l,(s[o].area[0]+5-e.width/2)*a-d*(1-a)/2,(s[o].area[1]+5+u-e.height/2)*a)),n.stroke(),n.restore()}n.restore()}(o,e,i,n,t),Et(0,n)},onAnimationFinish:function(){s.uevent.trigger("renderComplete")}});break;case"map":n.clearRect(0,0,e.width,e.height),function(t,e,i,n){var a,r,s=c({},{border:!0,mercator:!1,borderWidth:1,active:!0,borderColor:"#666666",fillOpacity:.6,activeBorderColor:"#f04864",activeFillColor:"#facc14",activeFillOpacity:1},e.extra.map),o=t,l=function(t){for(var e,i={xMin:180,xMax:0,yMin:90,yMax:0},n=0;nl.x?i.xMax:l.x,i.yMin=i.yMinl.y?i.yMax:l.y}}return i}(o);if(s.mercator){var d=Pt(l.xMax,l.yMax),f=Pt(l.xMin,l.yMin);l.xMax=d[0],l.yMax=d[1],l.xMin=f[0],l.yMin=f[1]}for(var h=e.width/Math.abs(l.xMax-l.xMin),p=e.height/Math.abs(l.yMax-l.yMin),g=h4&&void 0!==arguments[4]?arguments[4]:1,r=c({},{type:"funnel",activeWidth:10,activeOpacity:.3,border:!1,borderWidth:2,borderColor:"#FFFFFF",fillOpacity:1,minSize:0,labelAlign:"right",linearType:"none",customColor:[]},e.extra.funnel),s=(e.height-e.area[0]-e.area[2])/t.length,o={x:e.area[3]+(e.width-e.area[1]-e.area[3])/2,y:e.height-e.area[2]},l=r.activeWidth*e.pix,d=Math.min((e.width-e.area[1]-e.area[3])/2-l,(e.height-e.area[0]-e.area[2])/2-l),f=R(t,d,r,s,a);if(n.save(),n.translate(o.x,o.y),r.customColor=_(r.linearType,r.customColor,t,i),"pyramid"==r.type)for(var h=0;h4&&void 0!==arguments[4]?arguments[4]:1,r=c({},{type:"straight",width:2,activeType:"none",linearType:"none",onShadow:!1,animation:"vertical"},e.extra.line);r.width*=e.pix;var s=e.chartData.xAxisData,o=s.xAxisPoints,l=s.eachSpacing,d=[];n.save();var f=0,h=e.width+l;return e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(n.translate(e._scrollDistance_,0),f=-e._scrollDistance_-2*l+e.area[3],h=f+(e.xAxis.itemCount+4)*l),t.forEach((function(t,s){var c,g,v;n.beginPath(),n.setStrokeStyle(t.color),n.moveTo(-1e4,-1e4),n.lineTo(-10001,-10001),n.stroke(),c=[].concat(e.chartData.yAxisData.ranges[t.index]),g=c.pop(),v=c.shift();var m=t.data,_=Q(m,g,v,o,l,e,i,r,a);d.push(_);var y=L(_,t);if("dash"==t.lineType){var x=t.dashLength?t.dashLength:8;x*=e.pix,n.setLineDash([x,x])}n.beginPath();var b=t.color;if("none"!==r.linearType&&t.linearColor&&t.linearColor.length>0){for(var w=n.createLinearGradient(e.chartData.xAxisData.startX,e.height/2,e.chartData.xAxisData.endX,e.height/2),C=0;C0?n.setShadow(t.setShadow[0],t.setShadow[1],t.setShadow[2],t.setShadow[3]):n.setShadow(0,0,0,"rgba(0,0,0,0)"),n.setLineWidth(r.width),y.forEach((function(t,e){if(1===t.length)n.moveTo(t[0].x,t[0].y);else{n.moveTo(t[0].x,t[0].y);var i=0;if("curve"===r.type)for(var a=0;af&&(n.moveTo(s.x,s.y),i=1),a>0&&s.x>f&&s.xf&&(n.moveTo(l.x,l.y),i=1),c>0&&l.x>f&&l.xf&&(n.moveTo(d.x,d.y),i=1),u>0&&d.x>f&&d.x4&&void 0!==arguments[4]?arguments[4]:1,r=(c({},{type:"circle"},e.extra.scatter),e.chartData.xAxisData),s=r.xAxisPoints,o=r.eachSpacing,l=[];n.save();return e.width,e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(n.translate(e._scrollDistance_,0),-e._scrollDistance_-2*o+e.area[3],e.xAxis.itemCount),t.forEach((function(t,r){var c,l,u;c=[].concat(e.chartData.yAxisData.ranges[t.index]),l=c.pop(),u=c.shift();var d=t.data,f=Y(d,l,u,s,o,e,i,a);n.beginPath(),n.setStrokeStyle(t.color),n.setFillStyle(t.color),n.setLineWidth(1*e.pix);var h=t.pointShape;if("diamond"===h)f.forEach((function(t,e){null!==t&&(n.moveTo(t.x,t.y-4.5),n.lineTo(t.x-4.5,t.y),n.lineTo(t.x,t.y+4.5),n.lineTo(t.x+4.5,t.y),n.lineTo(t.x,t.y-4.5))}));else if("circle"===h)f.forEach((function(t,i){null!==t&&(n.moveTo(t.x+2.5*e.pix,t.y),n.arc(t.x,t.y,3*e.pix,0,2*Math.PI,!1))}));else if("square"===h)f.forEach((function(t,e){null!==t&&(n.moveTo(t.x-3.5,t.y-3.5),n.rect(t.x-3.5,t.y-3.5,7,7))}));else if("triangle"===h)f.forEach((function(t,e){null!==t&&(n.moveTo(t.x,t.y-4.5),n.lineTo(t.x-4.5,t.y+4.5),n.lineTo(t.x+4.5,t.y+4.5),n.lineTo(t.x,t.y-4.5))}));else if("triangle"===h)return;n.closePath(),n.fill(),n.stroke()})),!1!==e.dataLabel&&1===a&&t.forEach((function(t,r){var c,l,u;c=[].concat(e.chartData.yAxisData.ranges[t.index]),l=c.pop(),u=c.shift();var d=t.data,f=Y(d,l,u,s,o,e,i,a);ut(f,t,i,n,e)})),n.restore(),{xAxisPoints:s,calPoints:l,eachSpacing:o}}(o,e,i,n,t),r=a.xAxisPoints,s=a.calPoints,l=a.eachSpacing;e.chartData.xAxisPoints=r,e.chartData.calPoints=s,e.chartData.eachSpacing=l,$t(0,e,i,n),!1!==e.enableMarkLine&&1===t&&mt(e,0,n),St(e.series,e,i,n,e.chartData),wt(e,i,n,t),Et(0,n)},onAnimationFinish:function(){s.uevent.trigger("renderComplete")}});break;case"bubble":this.animationInstance=new Nt({timing:e.timing,duration:h,onProcess:function(t){n.clearRect(0,0,e.width,e.height),e.rotate&&st(n,e),kt(0,e,0,n),Ct(d,e,i,n);var a=function(t,e,i,n){var a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,r=c({},{opacity:1,border:2},e.extra.bubble),s=e.chartData.xAxisData,o=s.xAxisPoints,l=s.eachSpacing,d=[];n.save();return e.width,e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(n.translate(e._scrollDistance_,0),-e._scrollDistance_-2*l+e.area[3],e.xAxis.itemCount),t.forEach((function(t,s){var c,d,f;c=[].concat(e.chartData.yAxisData.ranges[t.index]),d=c.pop(),f=c.shift();var h=t.data,p=Y(h,d,f,o,l,e,i,a);n.beginPath(),n.setStrokeStyle(t.color),n.setLineWidth(r.border*e.pix),n.setFillStyle(u(t.color,r.opacity)),p.forEach((function(t,i){n.moveTo(t.x+t.r,t.y),n.arc(t.x,t.y,t.r*e.pix,0,2*Math.PI,!1)})),n.closePath(),n.fill(),n.stroke(),!1!==e.dataLabel&&1===a&&p.forEach((function(a,r){n.beginPath();var s=t.textSize*e.pix||i.fontSize;n.setFontSize(s),n.setFillStyle(t.textColor||"#FFFFFF"),n.setTextAlign("center"),n.fillText(String(a.t),a.x,a.y+s/2),n.closePath(),n.stroke(),n.setTextAlign("left")}))})),n.restore(),{xAxisPoints:o,calPoints:d,eachSpacing:l}}(o,e,i,n,t),r=a.xAxisPoints,s=a.calPoints,l=a.eachSpacing;e.chartData.xAxisPoints=r,e.chartData.calPoints=s,e.chartData.eachSpacing=l,$t(0,e,i,n),!1!==e.enableMarkLine&&1===t&&mt(e,0,n),St(e.series,e,i,n,e.chartData),wt(e,i,n,t),Et(0,n)},onAnimationFinish:function(){s.uevent.trigger("renderComplete")}});break;case"mix":this.animationInstance=new Nt({timing:e.timing,duration:h,onProcess:function(t){n.clearRect(0,0,e.width,e.height),e.rotate&&st(n,e),kt(0,e,0,n),Ct(d,e,i,n);var a=function(t,e,i,n){var a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,s=e.chartData.xAxisData,o=s.xAxisPoints,l=s.eachSpacing,d=c({},{width:l/2,barBorderCircle:!1,barBorderRadius:[],seriesGap:2,linearType:"none",linearOpacity:1,customColor:[],colorStop:0},e.extra.mix.column),f=c({},{opacity:.2,gradient:!1},e.extra.mix.area),h=c({},{width:2},e.extra.mix.line),g=e.height-e.area[2],v=[],m=0,y=0;t.forEach((function(t,e){"column"==t.type&&(y+=1)})),n.save();var x=-2,b=o.length+2,w=0,C=e.width+l;if(e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(n.translate(e._scrollDistance_,0),x=Math.floor(-e._scrollDistance_/l)-2,b=x+e.xAxis.itemCount+4,w=-e._scrollDistance_-2*l+e.area[3],C=w+(e.xAxis.itemCount+4)*l),d.customColor=_(d.linearType,d.customColor,t,i),t.forEach((function(t,s){var c,_,k;c=[].concat(e.chartData.yAxisData.ranges[t.index]),_=c.pop(),k=c.shift();var $=t.data,S=Y($,_,k,o,l,e,i,a);if(v.push(S),"column"==t.type){S=q(S,l,y,m,0,e);for(var T=0;Tx&&TU?U:N,B=B>U?U:B,z=z>U?U:z,W=W>U?U:W,N=N<0?0:N,B=B<0?0:B,z=z<0?0:z,W=W<0?0:W,n.arc(M+N,F+N,N,-Math.PI,-Math.PI/2),n.arc(M+j-B,F+B,B,-Math.PI/2,0),n.arc(M+j-z,F+E-z,z,0,Math.PI/2),n.arc(M+W,F+E-W,W,Math.PI/2,Math.PI)}else n.moveTo(A,P.y),n.lineTo(A+P.width,P.y),n.lineTo(A+P.width,e.height-e.area[2]),n.lineTo(A,e.height-e.area[2]),n.lineTo(A,P.y),n.setLineWidth(1),n.setStrokeStyle(D);n.setFillStyle(O),n.closePath(),n.fill()}}m+=1}if("area"==t.type)for(var H=L(S,t),G=0;G1){var J=V[0],X=V[V.length-1];n.moveTo(J.x,J.y);var Q=0;if("curve"===t.style)for(var Z=0;Zw&&(n.moveTo(tt.x,tt.y),Q=1),Z>0&&tt.x>w&&tt.xw&&(n.moveTo(nt.x,nt.y),Q=1),it>0&&nt.x>w&&nt.xw&&(n.moveTo(c.x,c.y),s=1),o>0&&c.x>w&&c.xw&&(n.moveTo(d.x,d.y),s=1),u>0&&d.x>w&&d.x4&&void 0!==arguments[4]?arguments[4]:1,s=e.chartData.xAxisData,o=s.xAxisPoints,l=s.eachSpacing,d=c({},{type:"group",width:l/2,meterBorder:4,meterFillColor:"#FFFFFF",barBorderCircle:!1,barBorderRadius:[],seriesGap:2,linearType:"none",linearOpacity:1,customColor:[],colorStop:0,labelPosition:"outside"},e.extra.column),f=[];n.save();var h=-2,p=o.length+2;return e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(n.translate(e._scrollDistance_,0),h=Math.floor(-e._scrollDistance_/l)-2,p=h+e.xAxis.itemCount+4),e.tooltip&&e.tooltip.textList&&e.tooltip.textList.length&&1===a&&yt(e.tooltip.offset.x,e,0,n,l),d.customColor=_(d.linearType,d.customColor,t,i),t.forEach((function(s,c){var g,v,m;g=[].concat(e.chartData.yAxisData.ranges[s.index]),v=g.pop(),m=g.shift();var _=e.height-e.area[0]-e.area[2],y=_*(0-v)/(m-v),x=e.height-Math.round(y)-e.area[2];s.zeroPoints=x;var b=s.data;switch(d.type){case"group":var w=Z(b,v,m,o,l,e,i,x,a),C=it(b,v,m,o,l,e,i,c,t,a);f.push(C),w=q(w,l,t.length,c,0,e);for(var k=0;kh&&kx?x:$.y,L=$.width,M=Math.abs(x-$.y);d.barBorderCircle&&(d.barBorderRadius=[L/2,L/2,0,0]),$.y>x&&(d.barBorderRadius=[0,0,L/2,L/2]);var F=(0,r.default)(d.barBorderRadius,4),j=F[0],E=F[1],R=F[2],N=F[3],B=Math.min(L/2,M/2);j=j>B?B:j,E=E>B?B:E,R=R>B?B:R,N=N>B?B:N,j=j<0?0:j,E=E<0?0:E,R=R<0?0:R,N=N<0?0:N,n.arc(D+j,I+j,j,-Math.PI,-Math.PI/2),n.arc(D+L-E,I+E,E,-Math.PI/2,0),n.arc(D+L-R,I+M-R,R,0,Math.PI/2),n.arc(D+N,I+M-N,N,Math.PI/2,Math.PI)}else n.moveTo(S,$.y),n.lineTo(S+$.width,$.y),n.lineTo(S+$.width,x),n.lineTo(S,x),n.lineTo(S,$.y),n.setLineWidth(1),n.setStrokeStyle(A);n.setFillStyle(P),n.closePath(),n.fill()}}break;case"stack":w=it(b,v,m,o,l,e,i,c,t,a);f.push(w),w=V(w,l,t.length,0,0,e);for(var z=0;zh&&z0&&(T-=U),n.setFillStyle(P),n.moveTo(S,W.y),n.fillRect(S,W.y,W.width,T),n.closePath(),n.fill()}}break;case"meter":w=Y(b,v,m,o,l,e,i,a);f.push(w),w=G(w,l,t.length,c,0,e,d.meterBorder);for(var H=0;Hh&&H0&&(n.setStrokeStyle(s.color),n.setLineWidth(d.meterBorder*e.pix)),0==c?n.setFillStyle(d.meterFillColor):n.setFillStyle(K.color||s.color);S=K.x-K.width/2,T=e.height-K.y-e.area[2];if(d.barBorderRadius&&4===d.barBorderRadius.length||!0===d.barBorderCircle){var J=S,X=K.y,Q=K.width,tt=x-K.y;d.barBorderCircle&&(d.barBorderRadius=[Q/2,Q/2,0,0]);var et=(0,r.default)(d.barBorderRadius,4),nt=et[0],at=et[1],rt=et[2],st=et[3],ot=Math.min(Q/2,tt/2);nt=nt>ot?ot:nt,at=at>ot?ot:at,rt=rt>ot?ot:rt,st=st>ot?ot:st,nt=nt<0?0:nt,at=at<0?0:at,rt=rt<0?0:rt,st=st<0?0:st,n.arc(J+nt,X+nt,nt,-Math.PI,-Math.PI/2),n.arc(J+Q-at,X+at,at,-Math.PI/2,0),n.arc(J+Q-rt,X+tt-rt,rt,0,Math.PI/2),n.arc(J+st,X+tt-st,st,Math.PI/2,Math.PI),n.fill()}else n.moveTo(S,K.y),n.lineTo(S+K.width,K.y),n.lineTo(S+K.width,x),n.lineTo(S,x),n.lineTo(S,K.y),n.fill();0==c&&d.meterBorder>0&&(n.closePath(),n.stroke())}}break}})),!1!==e.dataLabel&&1===a&&t.forEach((function(r,s){var c,u,f;c=[].concat(e.chartData.yAxisData.ranges[r.index]),u=c.pop(),f=c.shift();var h=r.data;switch(d.type){case"group":var p=Z(h,u,f,o,l,e,i,a);p=q(p,l,t.length,s,0,e),dt(p,r,i,n,e);break;case"stack":p=it(h,u,f,o,l,e,i,s,t,a);dt(p,r,i,n,e);break;case"meter":p=Y(h,u,f,o,l,e,i,a);dt(p,r,i,n,e);break}})),n.restore(),{xAxisPoints:o,calPoints:f,eachSpacing:l}}(o,e,i,n,t),s=a.xAxisPoints,l=a.calPoints,f=a.eachSpacing;e.chartData.xAxisPoints=s,e.chartData.calPoints=l,e.chartData.eachSpacing=f,$t(0,e,i,n),!1!==e.enableMarkLine&&1===t&&mt(e,0,n),St(e.series,e,i,n,e.chartData),wt(e,i,n,t),Et(0,n)},onAnimationFinish:function(){s.uevent.trigger("renderComplete")}});break;case"mount":this.animationInstance=new Nt({timing:e.timing,duration:h,onProcess:function(t){n.clearRect(0,0,e.width,e.height),e.rotate&&st(n,e),kt(0,e,0,n),Ct(d,e,i,n);var a=function(t,e,i,n){var a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,s=e.chartData.xAxisData,o=s.xAxisPoints,l=s.eachSpacing,d=c({},{type:"mount",widthRatio:1,borderWidth:1,barBorderCircle:!1,barBorderRadius:[],linearType:"none",linearOpacity:1,customColor:[],colorStop:0},e.extra.mount);d.widthRatio=d.widthRatio<=0?0:d.widthRatio,d.widthRatio=d.widthRatio>=2?2:d.widthRatio,n.save();var f,h,p,g=-2,v=o.length+2;e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(n.translate(e._scrollDistance_,0),g=Math.floor(-e._scrollDistance_/l)-2,v=g+e.xAxis.itemCount+4),d.customColor=_(d.linearType,d.customColor,t,i),f=[].concat(e.chartData.yAxisData.ranges[0]),h=f.pop(),p=f.shift();var m=e.height-e.area[0]-e.area[2],y=m*(0-h)/(p-h),x=e.height-Math.round(y)-e.area[2],b=tt(t,h,p,o,l,e,d,x,a);switch(d.type){case"bar":for(var w=0;wg&&wx?x:C.y,D=C.width,I=Math.abs(x-C.y);d.barBorderCircle&&(d.barBorderRadius=[D/2,D/2,0,0]),C.y>x&&(d.barBorderRadius=[0,0,D/2,D/2]);var L=(0,r.default)(d.barBorderRadius,4),M=L[0],F=L[1],j=L[2],E=L[3],R=Math.min(D/2,I/2);M=M>R?R:M,F=F>R?R:F,j=j>R?R:j,E=E>R?R:E,M=M<0?0:M,F=F<0?0:F,j=j<0?0:j,E=E<0?0:E,n.arc(A+M,O+M,M,-Math.PI,-Math.PI/2),n.arc(A+D-F,O+F,F,-Math.PI/2,0),n.arc(A+D-j,O+I-j,j,0,Math.PI/2),n.arc(A+E,O+I-E,E,Math.PI/2,Math.PI)}else n.moveTo(k,C.y),n.lineTo(k+C.width,C.y),n.lineTo(k+C.width,x),n.lineTo(k,x),n.lineTo(k,C.y);n.setStrokeStyle(T),n.setFillStyle(S),d.borderWidth>0&&(n.setLineWidth(d.borderWidth*e.pix),n.closePath(),n.stroke()),n.fill()}}break;case"triangle":for(var N=0;Ng&&N0&&(n.setLineWidth(d.borderWidth*e.pix),n.stroke()),n.fill()}}break;case"mount":for(var z=0;zg&&z0&&(n.setLineWidth(d.borderWidth*e.pix),n.stroke()),n.fill()}}break;case"sharp":for(var U=0;Ug&&U0&&(n.setLineWidth(d.borderWidth*e.pix),n.stroke()),n.fill()}}break}if(!1!==e.dataLabel&&1===a){var H,G,V;H=[].concat(e.chartData.yAxisData.ranges[0]),G=H.pop(),V=H.shift();b=tt(t,G,V,o,l,e,d,x,a);ft(b,t,i,n,e,x)}return n.restore(),{xAxisPoints:o,calPoints:b,eachSpacing:l}}(o,e,i,n,t),s=a.xAxisPoints,l=a.calPoints,f=a.eachSpacing;e.chartData.xAxisPoints=s,e.chartData.calPoints=l,e.chartData.eachSpacing=f,$t(0,e,i,n),!1!==e.enableMarkLine&&1===t&&mt(e,0,n),St(e.series,e,i,n,e.chartData),wt(e,i,n,t),Et(0,n)},onAnimationFinish:function(){s.uevent.trigger("renderComplete")}});break;case"bar":this.animationInstance=new Nt({timing:e.timing,duration:h,onProcess:function(t){n.clearRect(0,0,e.width,e.height),e.rotate&&st(n,e),Ct(d,e,i,n);var a=function(t,e,i,n){for(var a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,s=[],o=(e.height-e.area[0]-e.area[2])/e.categories.length,l=0;lh&&bE?E:L,M=M>E?E:M,F=F>E?E:F,j=j>E?E:j,L=L<0?0:L,M=M<0?0:M,F=F<0?0:F,j=j<0?0:j,n.arc(P+j,O+j,j,-Math.PI,-Math.PI/2),n.arc(w.x-L,O+L,L,-Math.PI/2,0),n.arc(w.x-M,O+A-M,M,0,Math.PI/2),n.arc(P+F,O+A-F,F,Math.PI/2,Math.PI)}else n.moveTo(C,k),n.lineTo(w.x,k),n.lineTo(w.x,k+w.width),n.lineTo(C,k+w.width),n.lineTo(C,k),n.setLineWidth(1),n.setStrokeStyle(S);n.setFillStyle($),n.closePath(),n.fill()}}break;case"stack":y=nt(_,v,m,s,o,e,i,l,t,a);f.push(y),y=K(y,o,t.length,0,0,e);for(var R=0;Rh&&R4&&void 0!==arguments[4]?arguments[4]:1,r=c({},{type:"straight",opacity:.2,addLine:!1,width:2,gradient:!1,activeType:"none"},e.extra.area),s=e.chartData.xAxisData,o=s.xAxisPoints,l=s.eachSpacing,d=e.height-e.area[2],f=[];n.save();var h=0,g=e.width+l;return e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(n.translate(e._scrollDistance_,0),h=-e._scrollDistance_-2*l+e.area[3],g=h+(e.xAxis.itemCount+4)*l),t.forEach((function(t,s){var c,v,m;c=[].concat(e.chartData.yAxisData.ranges[t.index]),v=c.pop(),m=c.shift();var _=t.data,y=Y(_,v,m,o,l,e,i,a);f.push(y);for(var x=L(y,t),b=0;b1){var k=w[0],$=w[w.length-1];n.moveTo(k.x,k.y);var S=0;if("curve"===r.type)for(var T=0;Th&&(n.moveTo(P.x,P.y),S=1),T>0&&P.x>h&&P.xh&&(n.moveTo(D.x,D.y),S=1),O>0&&D.x>h&&D.xh&&(n.moveTo(M.x,M.y),S=1),I>0&&M.x>h&&M.xh&&(n.moveTo(N.x,N.y),E=1),R>0&&N.x>h&&N.xh&&(n.moveTo(W.x,W.y),E=1),z>0&&W.x>h&&W.xh&&(n.moveTo(q.x,q.y),E=1),U>0&&q.x>h&&q.x4&&void 0!==arguments[4]?arguments[4]:1,r=c({},{type:"area",activeOpacity:.5,activeRadius:10,offsetAngle:0,labelWidth:15,border:!1,borderWidth:2,borderColor:"#FFFFFF",linearType:"none",customColor:[]},e.extra.rose);0==i.pieChartLinePadding&&(i.pieChartLinePadding=r.activeRadius*e.pix);var s={x:e.area[3]+(e.width-e.area[1]-e.area[3])/2,y:e.area[0]+(e.height-e.area[0]-e.area[2])/2},o=Math.min((e.width-e.area[1]-e.area[3])/2-i.pieChartLinePadding-i.pieChartTextPadding-i._pieTextMaxLength_,(e.height-e.area[0]-e.area[2])/2-i.pieChartLinePadding-i.pieChartTextPadding);o=o<10?10:o;var l=r.minRadius||.5*o;o4&&void 0!==arguments[4]?arguments[4]:1,r=c({},{gridColor:"#cccccc",gridType:"radar",gridEval:1,axisLabel:!1,axisLabelTofix:0,labelShow:!0,labelColor:"#666666",labelPointShow:!1,labelPointRadius:3,labelPointColor:"#cccccc",opacity:.2,gridCount:3,border:!1,borderWidth:2,linearType:"none",customColor:[]},e.extra.radar),s=S(e.categories.length),o={x:e.area[3]+(e.width-e.area[1]-e.area[3])/2,y:e.area[0]+(e.height-e.area[0]-e.area[2])/2},l=(e.width-e.area[1]-e.area[3])/2,d=(e.height-e.area[0]-e.area[2])/2,f=Math.min(l-($(e.categories,i.fontSize,n)+i.radarLabelTextMargin),d-i.radarLabelTextMargin);f-=i.radarLabelTextMargin*e.pix,f=f<10?10:f,f=r.radius?r.radius:f,n.beginPath(),n.setLineWidth(1*e.pix),n.setStrokeStyle(r.gridColor),s.forEach((function(t,e){var i=g(f*Math.cos(t),f*Math.sin(t),o);n.moveTo(o.x,o.y),e%r.gridEval==0&&n.lineTo(i.x,i.y)})),n.stroke(),n.closePath();for(var h=function(t){var i={};if(n.beginPath(),n.setLineWidth(1*e.pix),n.setStrokeStyle(r.gridColor),"radar"==r.gridType)s.forEach((function(e,a){var s=g(f/r.gridCount*t*Math.cos(e),f/r.gridCount*t*Math.sin(e),o);0===a?(i=s,n.moveTo(s.x,s.y)):n.lineTo(s.x,s.y)})),n.lineTo(i.x,i.y);else{var a=g(f/r.gridCount*t*Math.cos(1.5),f/r.gridCount*t*Math.sin(1.5),o);n.arc(o.x,o.y,o.y-a.y,0,2*Math.PI,!1)}n.stroke(),n.closePath()},p=1;p<=r.gridCount;p++)h(p);r.customColor=_(r.linearType,r.customColor,t,i);var v=j(s,o,f,t,e,a);if(v.forEach((function(i,a){n.beginPath(),n.setLineWidth(r.borderWidth*e.pix),n.setStrokeStyle(i.color);var s,c=u(i.color,r.opacity);"custom"==r.linearType&&(s=n.createCircularGradient?n.createCircularGradient(o.x,o.y,f):n.createRadialGradient(o.x,o.y,0,o.x,o.y,f),s.addColorStop(0,u(r.customColor[t[a].linearIndex],r.opacity)),s.addColorStop(1,u(i.color,r.opacity)),c=s);if(n.setFillStyle(c),i.data.forEach((function(t,e){0===e?n.moveTo(t.position.x,t.position.y):n.lineTo(t.position.x,t.position.y)})),n.closePath(),n.fill(),!0===r.border&&n.stroke(),n.closePath(),!1!==e.dataPointShape){var l=i.data.map((function(t){return t.position}));ot(l,i.color,i.pointShape,n,e)}})),!0===r.axisLabel){var m=Math.max(r.max,Math.max.apply(null,b(t))),y=f/r.gridCount,x=e.fontSize*e.pix;n.setFontSize(x),n.setFillStyle(e.fontColor),n.setTextAlign("left");for(p=0;p4&&void 0!==arguments[4]?arguments[4]:1,o=c({},{startAngle:.75,endAngle:.25,type:"default",direction:"cw",lineCap:"round",width:12,gap:2,linearType:"none",customColor:[]},e.extra.arcbar);t=B(t,o,s),a=o.centerX||o.centerY?{x:o.centerX?o.centerX:e.width/2,y:o.centerY?o.centerY:e.height/2}:{x:e.width/2,y:e.height/2},o.radius?r=o.radius:(r=Math.min(a.x,a.y),r-=5*e.pix,r-=o.width/2),r=r<10?10:r,o.customColor=_(o.linearType,o.customColor,t,i);for(var l=0;l5&&void 0!==arguments[5]?arguments[5]:1,s=c({},{type:"default",startAngle:.75,endAngle:.25,width:15,labelOffset:13,splitLine:{fixRadius:0,splitNumber:10,width:15,color:"#FFFFFF",childNumber:5,childWidth:5},pointer:{width:15,color:"auto"}},i.extra.gauge);void 0==s.oldAngle&&(s.oldAngle=s.startAngle),void 0==s.oldData&&(s.oldData=0),t=W(t,s.startAngle,s.endAngle);var o={x:i.width/2,y:i.height/2},l=Math.min(o.x,o.y);l-=5*i.pix,l-=s.width/2,l=l<10?10:l;var d=l-s.width,f=0;if("progress"==s.type){var h=l-3*s.width;a.beginPath();var p=a.createLinearGradient(o.x,o.y-h,o.x,o.y+h);p.addColorStop("0",u(e[0].color,.3)),p.addColorStop("1.0",u("#FFFFFF",.1)),a.setFillStyle(p),a.arc(o.x,o.y,h,0,2*Math.PI,!1),a.fill(),a.setLineWidth(s.width),a.setStrokeStyle(u(e[0].color,.3)),a.setLineCap("round"),a.beginPath(),a.arc(o.x,o.y,d,s.startAngle*Math.PI,s.endAngle*Math.PI,!1),a.stroke(),f=s.endAnglex/_?a.setStrokeStyle(u(e[0].color,1)):a.setStrokeStyle(u(e[0].color,.3)),a.setLineWidth(3*i.pix),a.moveTo(v,0),a.lineTo(m,0),a.stroke(),a.rotate(g*Math.PI);a.restore(),e=z(e,s,r),a.setLineWidth(s.width),a.setStrokeStyle(e[0].color),a.setLineCap("round"),a.beginPath(),a.arc(o.x,o.y,d,s.startAngle*Math.PI,e[0]._proportion_*Math.PI,!1),a.stroke();var b=l-2.5*s.width;a.save(),a.translate(o.x,o.y),a.rotate((e[0]._proportion_-1)*Math.PI),a.beginPath(),a.setLineWidth(s.width/3);var w=a.createLinearGradient(0,.6*-b,0,.6*b);w.addColorStop("0",u("#FFFFFF",0)),w.addColorStop("0.5",u(e[0].color,1)),w.addColorStop("1.0",u("#FFFFFF",0)),a.setStrokeStyle(w),a.arc(0,0,b,.85*Math.PI,1.15*Math.PI,!1),a.stroke(),a.beginPath(),a.setLineWidth(1),a.setStrokeStyle(e[0].color),a.setFillStyle(e[0].color),a.moveTo(-b-s.width/3/2,-4),a.lineTo(-b-s.width/3/2-4,0),a.lineTo(-b-s.width/3/2,4),a.lineTo(-b-s.width/3/2,-4),a.stroke(),a.fill(),a.restore()}else{a.setLineWidth(s.width),a.setLineCap("butt");for(var C=0;C5&&void 0!==arguments[5]?arguments[5]:1,s=c({},{color:{},average:{}},i.extra.candle);s.color=c({},{upLine:"#f04864",upFill:"#f04864",downLine:"#2fc25b",downFill:"#2fc25b"},s.color),s.average=c({},{show:!1,name:[],day:[],color:n.color},s.average),i.extra.candle=s;var o=i.chartData.xAxisData,l=o.xAxisPoints,u=o.eachSpacing,d=[];a.save();var f=-2,h=l.length+2,g=0,v=i.width+u;return i._scrollDistance_&&0!==i._scrollDistance_&&!0===i.enableScroll&&(a.translate(i._scrollDistance_,0),f=Math.floor(-i._scrollDistance_/u)-2,h=f+i.xAxis.itemCount+4,g=-i._scrollDistance_-2*u+i.area[3],v=g+(i.xAxis.itemCount+4)*u),(s.average.show||e)&&e.forEach((function(t,e){var s,o,c;s=[].concat(i.chartData.yAxisData.ranges[t.index]),o=s.pop(),c=s.shift();for(var d=t.data,f=Y(d,o,c,l,u,i,n,r),h=L(f,t),m=0;mg&&(a.moveTo(b.x,b.y),y=1),x>0&&b.x>g&&b.xf&&_0?(a.setStrokeStyle(s.color.upLine),a.setFillStyle(s.color.upFill),a.setLineWidth(1*i.pix),a.moveTo(y[3].x,y[3].y),a.lineTo(y[1].x,y[1].y),a.lineTo(y[1].x-u/4,y[1].y),a.lineTo(y[0].x-u/4,y[0].y),a.lineTo(y[0].x,y[0].y),a.lineTo(y[2].x,y[2].y),a.lineTo(y[0].x,y[0].y),a.lineTo(y[0].x+u/4,y[0].y),a.lineTo(y[1].x+u/4,y[1].y),a.lineTo(y[1].x,y[1].y),a.moveTo(y[3].x,y[3].y)):(a.setStrokeStyle(s.color.downLine),a.setFillStyle(s.color.downFill),a.setLineWidth(1*i.pix),a.moveTo(y[3].x,y[3].y),a.lineTo(y[0].x,y[0].y),a.lineTo(y[0].x-u/4,y[0].y),a.lineTo(y[1].x-u/4,y[1].y),a.lineTo(y[1].x,y[1].y),a.lineTo(y[2].x,y[2].y),a.lineTo(y[1].x,y[1].y),a.lineTo(y[1].x+u/4,y[1].y),a.lineTo(y[0].x+u/4,y[0].y),a.lineTo(y[0].x,y[0].y),a.moveTo(y[3].x,y[3].y)),a.closePath(),a.fill(),a.stroke()}})),a.restore(),{xAxisPoints:l,calPoints:d,eachSpacing:u}}(o,v,e,i,n,t),r=a.xAxisPoints,s=a.calPoints,l=a.eachSpacing;e.chartData.xAxisPoints=r,e.chartData.calPoints=s,e.chartData.eachSpacing=l,$t(0,e,i,n),!1!==e.enableMarkLine&&1===t&&mt(e,0,n),St(v?0:e.series,e,i,n,e.chartData),wt(e,i,n,t),Et(0,n)},onAnimationFinish:function(){s.uevent.trigger("renderComplete")}});break}}function zt(){this.events={}}Nt.prototype.stop=function(){this.isStop=!0},zt.prototype.addEventListener=function(t,e){this.events[t]=this.events[t]||[],this.events[t].push(e)},zt.prototype.delEventListener=function(t){this.events[t]=[]},zt.prototype.trigger=function(){for(var t=arguments.length,i=Array(t),n=0;n0&&void 0!==arguments[0]?arguments[0]:{};this.opts=c({},this.opts,t),this.opts.updateData=!0;var e=t.scrollPosition||"current";switch(e){case"current":this.opts._scrollDistance_=this.scrollOption.currentOffset;break;case"left":this.opts._scrollDistance_=0,this.scrollOption={currentOffset:0,startTouchX:0,distance:0,lastMoveTime:0};break;case"right":var i=rt(this.opts.series,this.opts,this.config,this.context),n=i.yAxisWidth;this.config.yAxisWidth=n;var a=0,r=J(this.opts.categories,this.opts,this.config),s=r.xAxisPoints,o=r.startX,l=r.endX,u=r.eachSpacing,d=u*(s.length-1),f=l-o;a=f-d,this.scrollOption={currentOffset:a,startTouchX:a,distance:0,lastMoveTime:0},this.opts._scrollDistance_=a;break}Bt.call(this,this.opts.type,this.opts,this.config,this.context)},Wt.prototype.zoom=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.opts.xAxis.itemCount;if(!0===this.opts.enableScroll){var i=Math.round(Math.abs(this.scrollOption.currentOffset)/this.opts.chartData.eachSpacing)+Math.round(this.opts.xAxis.itemCount/2);this.opts.animation=!1,this.opts.xAxis.itemCount=e.itemCount;var n=rt(this.opts.series,this.opts,this.config,this.context),a=n.yAxisWidth;this.config.yAxisWidth=a;var r=0,s=J(this.opts.categories,this.opts,this.config),o=s.xAxisPoints,c=s.startX,l=s.endX,u=s.eachSpacing,d=u*i,h=l-c,p=h-u*(o.length-1);r=h/2-d,r>0&&(r=0),r=this.opts.categories.length?this.opts.categories.length:h,this.opts.animation=!1,this.opts.xAxis.itemCount=h;var p=0,g=J(this.opts.categories,this.opts,this.config),v=g.xAxisPoints,m=g.startX,_=g.endX,y=g.eachSpacing,x=y*this.scrollOption.moveCurrent1,b=_-m,w=b-y*(v.length-1);p=-x+Math.min(a[0].x,a[1].x)-this.opts.area[3]-y,p>0&&(p=0),p2*Math.PI&&(t-=2*Math.PI),t},s=Math.atan2(e.center.y-t.y,t.x-e.center.x);s*=-1,s<0&&(s+=2*Math.PI);var o=e.angleList.map((function(t){return t=r(-1*t),t}));o.forEach((function(t,e){var i=r(t-n/2),o=r(t+n/2);o=i&&s<=o||s+2*Math.PI>=i&&s+2*Math.PI<=o)&&(a=e)}))}return a}({x:i.x,y:i.y},this.opts.chartData.radarData,this.opts.categories.length):"funnel"===this.opts.type?function(t,e){for(var i=-1,n=0,a=e.series.length;nr.funnelArea[0]&&t.xr.funnelArea[1]&&t.yr.area[0]&&t.xr.area[1]&&t.y4&&void 0!==arguments[4]?arguments[4]:0,r={index:-1,group:[]},s=i.chartData.eachSpacing/2,o=i.chartData.yAxisPoints;return e&&e.length>0&&D(t,i,n)&&o.forEach((function(e,i){t.y+a+s>e&&(r.index=i)})),r}({x:i.x,y:i.y},this.opts.chartData.calPoints,this.opts,this.config,Math.abs(this.scrollOption.currentOffset)):function(t,e,i,n){var a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,r={index:-1,group:[]},s=i.chartData.eachSpacing/2,o=[];if(e&&e.length>0){if(i.categories){for(var c=1;ce&&(r.index=i)}));else{for(var l=Array(e.length),u=0;ue.start.x&&t.xe.start.y&&t.yu[0]-0&&t.xu[1]-0&&t.y1&&void 0!==arguments[1]?arguments[1]:{},i=null;if(i=t.changedTouches?t.changedTouches[0]:t.mp.changedTouches[0],i){C(i,this.opts,t);var n=this.getLegendDataIndex(t);n>=0&&("candle"==this.opts.type?this.opts.seriesMA[n].show=!this.opts.seriesMA[n].show:this.opts.series[n].show=!this.opts.series[n].show,this.opts.animation=!!e.animation,this.opts._scrollDistance_=this.scrollOption.currentOffset,Bt.call(this,this.opts.type,this.opts,this.config,this.context))}},Wt.prototype.showToolTip=function(e){var i=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=null;a=e.changedTouches?e.changedTouches[0]:e.mp.changedTouches[0],a||t("log","[uCharts] \u672a\u83b7\u53d6\u5230event\u5750\u6807\u4fe1\u606f"," at uni_modules/qiun-data-charts/js_sdk/u-charts/u-charts.js:7411");var r=C(a,this.opts,e),s=this.scrollOption.currentOffset,o=c({},this.opts,{_scrollDistance_:s,animation:!1});if("line"===this.opts.type||"area"===this.opts.type||"column"===this.opts.type||"scatter"===this.opts.type||"bubble"===this.opts.type){var l=this.getCurrentDataIndex(e),u=void 0==n.index?l.index:n.index;if(u>-1||u.length>0){var d=k(this.opts.series,u,l.group);if(0!==d.length){var f=T(d,this.opts,u,l.group,this.opts.categories,n),h=f.textList,p=f.offset;p.y=r.y,o.tooltip={textList:void 0!==n.textList?n.textList:h,offset:void 0!==n.offset?n.offset:p,option:n,index:u,group:l.group}}}Bt.call(this,o.type,o,this.config,this.context)}if("mount"===this.opts.type){u=void 0==n.index?this.getCurrentDataIndex(e).index:n.index;if(u>-1){o=c({},this.opts,{animation:!1}),d=c({},o._series_[u]),h=[{text:n.formatter?n.formatter(d,void 0,u,o):d.name+": "+d.data,color:d.color,legendShape:"auto"==this.opts.extra.tooltip.legendShape?d.legendShape:this.opts.extra.tooltip.legendShape}],p={x:o.chartData.calPoints[u].x,y:r.y};o.tooltip={textList:n.textList?n.textList:h,offset:void 0!==n.offset?n.offset:p,option:n,index:u}}Bt.call(this,o.type,o,this.config,this.context)}if("bar"===this.opts.type){l=this.getCurrentDataIndex(e),u=void 0==n.index?l.index:n.index;if(u>-1||u.length>0){d=k(this.opts.series,u,l.group);if(0!==d.length){f=T(d,this.opts,u,l.group,this.opts.categories,n),h=f.textList,p=f.offset;p.x=r.x,o.tooltip={textList:void 0!==n.textList?n.textList:h,offset:void 0!==n.offset?n.offset:p,option:n,index:u}}}Bt.call(this,o.type,o,this.config,this.context)}if("mix"===this.opts.type){l=this.getCurrentDataIndex(e),u=void 0==n.index?l.index:n.index;if(u>-1){s=this.scrollOption.currentOffset,o=c({},this.opts,{_scrollDistance_:s,animation:!1}),d=k(this.opts.series,u);if(0!==d.length){var g=P(d,this.opts,u,this.opts.categories,n);h=g.textList,p=g.offset;p.y=r.y,o.tooltip={textList:n.textList?n.textList:h,offset:void 0!==n.offset?n.offset:p,option:n,index:u}}}Bt.call(this,o.type,o,this.config,this.context)}if("candle"===this.opts.type){l=this.getCurrentDataIndex(e),u=void 0==n.index?l.index:n.index;if(u>-1){s=this.scrollOption.currentOffset,o=c({},this.opts,{_scrollDistance_:s,animation:!1}),d=k(this.opts.series,u);if(0!==d.length){f=A(this.opts.series[0].data,d,this.opts,u,this.opts.categories,this.opts.extra.candle,n),h=f.textList,p=f.offset;p.y=r.y,o.tooltip={textList:n.textList?n.textList:h,offset:void 0!==n.offset?n.offset:p,option:n,index:u}}}Bt.call(this,o.type,o,this.config,this.context)}if("pie"===this.opts.type||"ring"===this.opts.type||"rose"===this.opts.type||"funnel"===this.opts.type){u=void 0==n.index?this.getCurrentDataIndex(e):n.index;if(u>-1){o=c({},this.opts,{animation:!1}),d=c({},o._series_[u]),h=[{text:n.formatter?n.formatter(d,void 0,u,o):d.name+": "+d.data,color:d.color,legendShape:"auto"==this.opts.extra.tooltip.legendShape?d.legendShape:this.opts.extra.tooltip.legendShape}],p={x:r.x,y:r.y};o.tooltip={textList:n.textList?n.textList:h,offset:void 0!==n.offset?n.offset:p,option:n,index:u}}Bt.call(this,o.type,o,this.config,this.context)}if("map"===this.opts.type){u=void 0==n.index?this.getCurrentDataIndex(e):n.index;if(u>-1){o=c({},this.opts,{animation:!1}),d=c({},this.opts.series[u]);d.name=d.properties.name;h=[{text:n.formatter?n.formatter(d,void 0,u,this.opts):d.name,color:d.color,legendShape:"auto"==this.opts.extra.tooltip.legendShape?d.legendShape:this.opts.extra.tooltip.legendShape}],p={x:r.x,y:r.y};o.tooltip={textList:n.textList?n.textList:h,offset:void 0!==n.offset?n.offset:p,option:n,index:u}}o.updateData=!1,Bt.call(this,o.type,o,this.config,this.context)}if("word"===this.opts.type){u=void 0==n.index?this.getCurrentDataIndex(e):n.index;if(u>-1){o=c({},this.opts,{animation:!1}),d=c({},this.opts.series[u]),h=[{text:n.formatter?n.formatter(d,void 0,u,this.opts):d.name,color:d.color,legendShape:"auto"==this.opts.extra.tooltip.legendShape?d.legendShape:this.opts.extra.tooltip.legendShape}],p={x:r.x,y:r.y};o.tooltip={textList:n.textList?n.textList:h,offset:void 0!==n.offset?n.offset:p,option:n,index:u}}o.updateData=!1,Bt.call(this,o.type,o,this.config,this.context)}if("radar"===this.opts.type){u=void 0==n.index?this.getCurrentDataIndex(e):n.index;if(u>-1){o=c({},this.opts,{animation:!1}),d=k(this.opts.series,u);if(0!==d.length){h=d.map((function(t){return{text:n.formatter?n.formatter(t,i.opts.categories[u],u,i.opts):t.name+": "+t.data,color:t.color,legendShape:"auto"==i.opts.extra.tooltip.legendShape?t.legendShape:i.opts.extra.tooltip.legendShape}})),p={x:r.x,y:r.y};o.tooltip={textList:n.textList?n.textList:h,offset:void 0!==n.offset?n.offset:p,option:n,index:u}}}Bt.call(this,o.type,o,this.config,this.context)}},Wt.prototype.translate=function(t){this.scrollOption={currentOffset:t,startTouchX:t,distance:0,lastMoveTime:0};var e=c({},this.opts,{_scrollDistance_:t,animation:!1});Bt.call(this,this.opts.type,e,this.config,this.context)},Wt.prototype.scrollStart=function(t){var e=null;e=t.changedTouches?t.changedTouches[0]:t.mp.changedTouches[0];var i=C(e,this.opts,t);e&&!0===this.opts.enableScroll&&(this.scrollOption.startTouchX=i.x)},Wt.prototype.scroll=function(t){0===this.scrollOption.lastMoveTime&&(this.scrollOption.lastMoveTime=Date.now());var e=this.opts.touchMoveLimit||60,i=Date.now(),n=i-this.scrollOption.lastMoveTime;if(!(n=t.lastPage)?i("view",{staticClass:t._$s(8,"sc","endtext"),attrs:{_i:8}}):t._e()],2),t._$s(9,"i",!t.lastPage)?i("view",{staticClass:t._$s(9,"sc","nolist"),attrs:{_i:9}},[i("uni-icons",{staticClass:t._$s(10,"sc","iconfont icon-zanwu1"),attrs:{_i:10}})],1):t._e()])},r=[]},"7cf0":function(t,e,i){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={name:"uniCollapse",emits:["change","activeItem","input","update:modelValue"],props:{value:{type:[String,Array],default:""},modelValue:{type:[String,Array],default:""},accordion:{type:[Boolean,String],default:!1}},data:function(){return{}},computed:{dataValue:function(){var t="string"===typeof this.value&&""===this.value||Array.isArray(this.value)&&0===this.value.length;"string"===typeof this.modelValue&&""===this.modelValue||Array.isArray(this.modelValue)&&this.modelValue.length;return t?this.modelValue:this.value}},watch:{dataValue:function(t){this.setOpen(t)}},created:function(){this.childrens=[],this.names=[]},mounted:function(){var t=this;this.$nextTick((function(){t.setOpen(t.dataValue)}))},methods:{setOpen:function(e){var i=this,n="string"===typeof e,a=Array.isArray(e);this.childrens.forEach((function(r,s){if(n&&e===r.nameSync){if(!i.accordion)return void t("warn","accordion \u5c5e\u6027\u4e3a false ,v-model \u7c7b\u578b\u5e94\u8be5\u4e3a array"," at uni_modules/uni-collapse/components/uni-collapse/uni-collapse.vue:75");r.isOpen=!0}a&&e.forEach((function(e){if(e===r.nameSync){if(i.accordion)return void t("warn","accordion \u5c5e\u6027\u4e3a true ,v-model \u7c7b\u578b\u5e94\u8be5\u4e3a string"," at uni_modules/uni-collapse/components/uni-collapse/uni-collapse.vue:85");r.isOpen=!0}}))})),this.emit(e)},setAccordion:function(t){this.accordion&&this.childrens.forEach((function(e,i){t!==e&&(e.isOpen=!1)}))},resize:function(){this.childrens.forEach((function(t,e){t.getCollapseHeight()}))},onChange:function(t,e){var i=[];this.accordion?i=t?e.nameSync:"":this.childrens.forEach((function(t,e){t.isOpen&&i.push(t.nameSync)})),this.$emit("change",i),this.emit(i)},emit:function(t){this.$emit("input",t),this.$emit("update:modelValue",t)}}};e.default=i}).call(this,i("0de9")["default"])},"7d6f":function(t,e,i){"use strict";i.r(e);var n=i("1d7a"),a=i.n(n);for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);e["default"]=a.a},"7dc3":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("49ce").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","uni-collapse-item"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","uni-collapse-item__title"),class:t._$s(1,"c",{"is-open":t.isOpen&&"auto"===t.titleBorder,"uni-collapse-item-border":"none"!==t.titleBorder}),attrs:{_i:1},on:{click:function(e){return t.onClick(!t.isOpen)}}},[i("view",{staticClass:t._$s(2,"sc","uni-collapse-item__title-wrap"),attrs:{_i:2}},[t._t("title",[i("view",{staticClass:t._$s(4,"sc","uni-collapse-item__title-box"),class:t._$s(4,"c",{"is-disabled":t.disabled}),attrs:{_i:4}},[t._$s(5,"i",t.thumb)?i("image",{staticClass:t._$s(5,"sc","uni-collapse-item__title-img"),attrs:{src:t._$s(5,"a-src",t.thumb),_i:5}}):t._e(),i("text",{staticClass:t._$s(6,"sc","uni-collapse-item__title-text"),attrs:{_i:6}},[t._v(t._$s(6,"t0-0",t._s(t.title)))])])],{_i:3})],2),t._$s(7,"i",t.showArrow)?i("view",{staticClass:t._$s(7,"sc","uni-collapse-item__title-arrow"),class:t._$s(7,"c",{"uni-collapse-item__title-arrow-active":t.isOpen,"uni-collapse-item--animation":!0===t.showAnimation}),attrs:{_i:7}},[i("uni-icons",{attrs:{color:t.disabled?"#ddd":"#bbb",size:"14",type:"bottom",_i:8}})],1):t._e()]),i("view",{staticClass:t._$s(9,"sc","uni-collapse-item__wrap"),class:t._$s(9,"c",{"is--transition":t.showAnimation}),style:t._$s(9,"s",{height:(t.isOpen?t.height:0)+"px"}),attrs:{_i:9}},[i("view",{ref:"collapse--hook",staticClass:t._$s(10,"sc","uni-collapse-item__wrap-content"),class:t._$s(10,"c",{open:t.isheight,"uni-collapse-item--border":t.border&&t.isOpen}),attrs:{id:t._$s(10,"a-id",t.elId),_i:10}},[t._t("default",null,{_i:11})],2)])])},r=[]},"7e94":function(t,e,i){"use strict";i.r(e);var n=i("7dc3"),a=i("b5b9");for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);var s=i("f0c5"),o=Object(s["a"])(a["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],void 0);e["default"]=o.exports},"7ec2":function(t,e,i){var n=i("7037")["default"];function a(){"use strict"; +/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */t.exports=a=function(){return e},t.exports.__esModule=!0,t.exports["default"]=t.exports;var e={},i=Object.prototype,r=i.hasOwnProperty,s=Object.defineProperty||function(t,e,i){t[e]=i.value},o="function"==typeof Symbol?Symbol:{},c=o.iterator||"@@iterator",l=o.asyncIterator||"@@asyncIterator",u=o.toStringTag||"@@toStringTag";function d(t,e,i){return Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{d({},"")}catch(D){d=function(t,e,i){return t[e]=i}}function f(t,e,i,n){var a=e&&e.prototype instanceof g?e:g,r=Object.create(a.prototype),o=new P(n||[]);return s(r,"_invoke",{value:k(t,i,o)}),r}function h(t,e,i){try{return{type:"normal",arg:t.call(e,i)}}catch(D){return{type:"throw",arg:D}}}e.wrap=f;var p={};function g(){}function v(){}function m(){}var _={};d(_,c,(function(){return this}));var y=Object.getPrototypeOf,x=y&&y(y(A([])));x&&x!==i&&r.call(x,c)&&(_=x);var b=m.prototype=g.prototype=Object.create(_);function w(t){["next","throw","return"].forEach((function(e){d(t,e,(function(t){return this._invoke(e,t)}))}))}function C(t,e){var i;s(this,"_invoke",{value:function(a,s){function o(){return new e((function(i,o){(function i(a,s,o,c){var l=h(t[a],t,s);if("throw"!==l.type){var u=l.arg,d=u.value;return d&&"object"==n(d)&&r.call(d,"__await")?e.resolve(d.__await).then((function(t){i("next",t,o,c)}),(function(t){i("throw",t,o,c)})):e.resolve(d).then((function(t){u.value=t,o(u)}),(function(t){return i("throw",t,o,c)}))}c(l.arg)})(a,s,i,o)}))}return i=i?i.then(o,o):o()}})}function k(t,e,i){var n="suspendedStart";return function(a,r){if("executing"===n)throw new Error("Generator is already running");if("completed"===n){if("throw"===a)throw r;return O()}for(i.method=a,i.arg=r;;){var s=i.delegate;if(s){var o=$(s,i);if(o){if(o===p)continue;return o}}if("next"===i.method)i.sent=i._sent=i.arg;else if("throw"===i.method){if("suspendedStart"===n)throw n="completed",i.arg;i.dispatchException(i.arg)}else"return"===i.method&&i.abrupt("return",i.arg);n="executing";var c=h(t,e,i);if("normal"===c.type){if(n=i.done?"completed":"suspendedYield",c.arg===p)continue;return{value:c.arg,done:i.done}}"throw"===c.type&&(n="completed",i.method="throw",i.arg=c.arg)}}}function $(t,e){var i=e.method,n=t.iterator[i];if(void 0===n)return e.delegate=null,"throw"===i&&t.iterator["return"]&&(e.method="return",e.arg=void 0,$(t,e),"throw"===e.method)||"return"!==i&&(e.method="throw",e.arg=new TypeError("The iterator does not provide a '"+i+"' method")),p;var a=h(n,t.iterator,e.arg);if("throw"===a.type)return e.method="throw",e.arg=a.arg,e.delegate=null,p;var r=a.arg;return r?r.done?(e[t.resultName]=r.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=void 0),e.delegate=null,p):r:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,p)}function S(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function T(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function P(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(S,this),this.reset(!0)}function A(t){if(t){var e=t[c];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var i=-1,n=function e(){for(;++i=0;--n){var a=this.tryEntries[n],s=a.completion;if("root"===a.tryLoc)return i("end");if(a.tryLoc<=this.prev){var o=r.call(a,"catchLoc"),c=r.call(a,"finallyLoc");if(o&&c){if(this.prev=0;--i){var n=this.tryEntries[i];if(n.tryLoc<=this.prev&&r.call(n,"finallyLoc")&&this.prev=0;--e){var i=this.tryEntries[e];if(i.finallyLoc===t)return this.complete(i.completion,i.afterLoc),T(i),p}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var i=this.tryEntries[e];if(i.tryLoc===t){var n=i.completion;if("throw"===n.type){var a=n.arg;T(i)}return a}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,i){return this.delegate={iterator:A(t),resultName:e,nextLoc:i},"next"===this.method&&(this.arg=void 0),p}},e}t.exports=a,t.exports.__esModule=!0,t.exports["default"]=t.exports},"7f27":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("49ce").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","box"),attrs:{_i:1}},[i("view",{staticClass:t._$s(2,"sc","tips"),attrs:{_i:2}}),i("view",{staticClass:t._$s(3,"sc","list"),attrs:{_i:3}},[i("view",{staticClass:t._$s(4,"sc","item"),attrs:{_i:4}},[i("view",{staticClass:t._$s(5,"sc","info"),attrs:{_i:5}},[i("text"),i("view")])]),t._l(t._$s(8,"f",{forItems:t.selectllist}),(function(e,n,a,r){return i("view",{key:t._$s(8,"f",{forIndex:a,key:"8-"+r}),staticClass:t._$s("8-"+r,"sc","item"),attrs:{_i:"8-"+r}},[i("uni-icons",{attrs:{type:"minus-filled",size:"18",color:"#FF6D66",_i:"9-"+r},on:{click:function(i){return t.deleteCard(e,n)}}}),i("view",{staticClass:t._$s("10-"+r,"sc","info"),attrs:{_i:"10-"+r}},[i("text"),i("view",[t._v(t._$s("12-"+r,"t0-0",t._s(e.name)))])])],1)}))],2)]),i("view",{staticClass:t._$s(13,"sc","box"),attrs:{_i:13}},[i("view",{staticClass:t._$s(14,"sc","tips2 tips"),attrs:{_i:14}}),i("view",{staticClass:t._$s(15,"sc","list"),attrs:{_i:15}},t._l(t._$s(16,"f",{forItems:t.addlist}),(function(e,n,a,r){return i("view",{key:t._$s(16,"f",{forIndex:a,key:"16-"+r}),staticClass:t._$s("16-"+r,"sc","item"),attrs:{_i:"16-"+r}},[i("uni-icons",{attrs:{type:"plus-filled",size:"18",color:"#05BD79",_i:"17-"+r},on:{click:function(i){return t.addCard(e,n)}}}),i("view",{staticClass:t._$s("18-"+r,"sc","info"),attrs:{_i:"18-"+r}},[i("text"),i("view",[t._v(t._$s("20-"+r,"t0-0",t._s(e.name)))])])],1)})),0)])])},r=[]},"7f8e":function(t,e,i){"use strict";var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("7037")),r=(n(i("cd91")),{msg:function(t){uni.showToast({title:t,icon:"none"})},gethms:function(t){for(var e=[],i=[],n=[],a=1;a<=59;a++)a=a>9?a:"0"+a,e.push(a+"\u5206");for(a=0;a<=59;a++)a=a>9?a:"0"+a,i.push(a+"\u79d2");return n[0]=e,n[1]=i,n},str2hex:function(t){var e=new TextEncoder("utf8");return e.encode(t)},hex2str:function(t){var e=new TextDecoder("utf8"),i=new Uint8Array(t),n=e.decode(i);return n},ab2hex:function(t,e){var i=Array.prototype.map.call(new Uint8Array(t),(function(t){return("00"+t.toString(16)).slice(-2)}));return i.join(e)},inArray:function(t,e,i){if(!t||!t.length||"object"!=(0,a.default)(t)||!Array.isArray(t))return-1;for(var n=0;n9?n:"0"+n,a=a>9?a:"0"+a,"tow"===t)return i-=2,"".concat(i,"-").concat(n,"-").concat(a);if("start"===t)return i=i,"".concat(i,"-").concat(n,"-").concat(a);if("end"===t)return i+=60,"".concat(i,"-").concat(n,"-").concat(a);if("year"===t)return i=i,"".concat(i);if("month"===t)return i=i,"".concat(i,"-").concat(n);if("m"==t)return"01"==n||"03"==n||"05"==n||"07"==n||"08"==n||"10"==n||"12"==n?i+"/"+n+"/01~"+i+"/"+n+"/31":"02"==n?i%4==0&&i%100!=0||i%100==0&&i%400==0?i+"/"+n+"/01~"+i+"/"+n+"/29":i+"/"+n+"/01~"+i+"/"+n+"/28":i+"/"+n+"/01~"+i+"/"+n+"/30"},GetDateStr:function(t){var e=new Date;e.setDate(e.getDate()+t);var i=e.getFullYear(),n=e.getMonth()+1<10?"0"+(e.getMonth()+1):e.getMonth()+1,a=e.getDate()<10?"0"+e.getDate():e.getDate();return i+"-"+n+"-"+a},PrefixZero:function(t,e){return(Array(e).join(0)+t).slice(-e)}});e.default=r},"832a":function(t,e,i){"use strict";i.r(e);var n=i("282f"),a=i("7d6f");for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);var s=i("f0c5"),o=Object(s["a"])(a["default"],n["b"],n["c"],!1,null,"535c99aa",null,!1,n["a"],void 0);e["default"]=o.exports},8736:function(t,e,i){"use strict";(function(t){var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("9523")),r=n(i("ecdb")),s=i("26cb");function o(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function c(t){for(var e=1;e2&&(this.isActive.splice(0,1),this.ActiveDays.splice(0,1))},handlePK:function(){t("log","1111"," at pages/compk/contrast.vue:143"),uni.navigateTo({url:"/pages/compk/pkdetail?info="+JSON.stringify({})})}},data:function(){return{markDays:[],infoList:[],list:[],isActive:[],ActiveDays:[],token:null,startM:null,endM:null,isShow:!0}}};e.default=l}).call(this,i("0de9")["default"])},8801:function(t,e,i){"use strict";i.r(e);var n=i("b2a4"),a=i.n(n);for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);e["default"]=a.a},"88dc":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={name:"qiun-error",props:{errorMessage:{type:String,default:null}},data:function(){return{}}};e.default=n},"8abd":function(t,e,i){"use strict";i.r(e);var n=i("0893"),a=i("2578");for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);var s=i("f0c5"),o=Object(s["a"])(a["default"],n["b"],n["c"],!1,null,"345a2bf6",null,!1,n["a"],void 0);e["default"]=o.exports},"8b28":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this.$createElement,e=this._self._c||t;return e("view",{staticClass:this._$s(0,"sc","container loading5"),attrs:{_i:0}},[e("view",{staticClass:this._$s(1,"sc","shape shape1"),attrs:{_i:1}}),e("view",{staticClass:this._$s(2,"sc","shape shape2"),attrs:{_i:2}}),e("view",{staticClass:this._$s(3,"sc","shape shape3"),attrs:{_i:3}}),e("view",{staticClass:this._$s(4,"sc","shape shape4"),attrs:{_i:4}})])},a=[]},"8bbf":function(t,e){t.exports=Vue},"8c1a":function(t,e,i){"use strict";i.r(e);var n=i("8736"),a=i.n(n);for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);e["default"]=a.a},"8edc":function(t,e,i){"use strict";i.r(e);var n=i("4ea2"),a=i("e5d9");for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);var s=i("f0c5"),o=Object(s["a"])(a["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],void 0);e["default"]=o.exports},"8f10":function(t,e,i){"use strict";i.r(e);var n=i("a588"),a=i("c7db");for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);var s=i("f0c5"),o=Object(s["a"])(a["default"],n["b"],n["c"],!1,null,"3de4e682",null,!1,n["a"],void 0);e["default"]=o.exports},"902a":function(t,e,i){"use strict";i.r(e);var n=i("db8d"),a=i.n(n);for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);e["default"]=a.a},9124:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("49ce").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",[i("view",{staticClass:t._$s(1,"sc","TrendPage"),attrs:{_i:1}},[i("view",{staticClass:t._$s(2,"sc","boxTime"),attrs:{_i:2}},[i("view",{staticClass:t._$s(3,"sc","one"),attrs:{_i:3}},[i("picker",{staticClass:t._$s(4,"sc","f-l"),attrs:{value:t._$s(4,"a-value",t.startTime?t.startTime:t.startDate),_i:4},on:{change:t.handStartTimeH}},[i("view",{staticClass:t._$s(5,"sc","uni-input"),attrs:{_i:5}},[t._v(t._$s(5,"t0-0",t._s(t.startTime?t.startTime:t.startDate))),i("uni-icons",{attrs:{type:"down",_i:6}})],1)]),i("view"),i("picker",{staticClass:t._$s(8,"sc","f-r"),attrs:{end:t._$s(8,"a-end",t.endDate),value:t._$s(8,"a-value",t.endDate),_i:8},on:{change:t.handEndTimeH}},[i("view",{staticClass:t._$s(9,"sc","uni-input"),attrs:{_i:9}},[t._v(t._$s(9,"t0-0",t._s(t.endTime?t.endTime:t.endDate))),i("uni-icons",{attrs:{type:"down",_i:10}})],1)])])]),i("view",{staticClass:t._$s(11,"sc","box"),attrs:{_i:11}},[i("view",{staticClass:t._$s(12,"sc","listC"),attrs:{_i:12}},t._l(t._$s(13,"f",{forItems:t.weightList}),(function(e,n,a,r){return i("view",{key:t._$s(13,"f",{forIndex:a,key:n}),staticClass:t._$s("13-"+r,"sc","name"),class:t._$s("13-"+r,"c",{active2:n==t.active1}),attrs:{_i:"13-"+r},on:{click:function(e){return t.showbox(n)}}},[t._v(t._$s("13-"+r,"t0-0",t._s(e.title)))])})),0),i("view",{staticClass:t._$s(14,"sc","blockC"),attrs:{_i:14}},[t._$s(15,"i",t.lineData&&t.lineData.categories.length&&t.handTrue)?i("view",[i("qiunDataCharts",{attrs:{type:"area",chartData:t.lineData,canvas2d:!0,canvasId:"charts09",cHeight:480,cWidth:680,animation:!1,opts:{enableScroll:!0,xAxis:{scrollShow:!1,itemCount:3}},ontouch:!0,_i:16}})],1):i("view",{staticClass:t._$s(17,"sc","nolist"),attrs:{_i:17}},[i("uni-icons",{staticClass:t._$s(18,"sc","iconfont icon-zanwu"),attrs:{_i:18}})],1)])])]),i("view",{staticClass:t._$s(19,"sc","gridList"),attrs:{_i:19}},[i("view",{staticClass:t._$s(20,"sc","info"),attrs:{_i:20}},[i("view",{staticClass:t._$s(21,"sc","item"),attrs:{_i:21},on:{click:function(e){return t.navTo("/pages/history/history?type=w")}}},[i("text",{staticClass:t._$s(22,"sc","t-icon-lishi t-icon"),attrs:{_i:22}}),i("view")]),i("view",{staticClass:t._$s(24,"sc","item"),attrs:{_i:24},on:{click:function(e){return t.navTo("/pages/compk/contrast?type=w")}}},[i("text",{staticClass:t._$s(25,"sc","t-icon-renshiduibifenxi t-icon"),attrs:{_i:25}}),i("view")])]),i("view",{staticClass:t._$s(27,"sc","data"),attrs:{_i:27}},[i("view",{staticClass:t._$s(28,"sc","item"),attrs:{_i:28},on:{click:function(e){return t.handleClick(0)}}},[i("view",{staticClass:t._$s(29,"sc","val"),attrs:{_i:29}},[t._v(t._$s(29,"t0-0",t._s(t.userInfo.targetweight?t.userInfo.targetweight:0))),i("text")]),i("view",{staticClass:t._$s(31,"sc","name"),attrs:{_i:31}},[i("uni-icons",{staticClass:t._$s(32,"sc","iconfont icon-bianji"),attrs:{color:"#FEC407",_i:32}})],1)]),i("view",{staticClass:t._$s(33,"sc","item"),attrs:{_i:33}},[i("view",{staticClass:t._$s(34,"sc","val"),attrs:{_i:34}},[t._v(t._$s(34,"t0-0",t._s(t.userInfo.totalweight?Math.abs(t.userInfo.totalweight):0))),i("text")]),t._$s(36,"i",Number(t.userInfo.totalweight)<0)?i("view",{staticClass:t._$s(36,"sc","name"),attrs:{_i:36}}):i("view",{staticClass:t._$s(37,"sc","name"),attrs:{_i:37}})]),i("view",{staticClass:t._$s(38,"sc","item"),attrs:{_i:38},on:{click:function(e){return t.handleClick(1)}}},[i("view",{staticClass:t._$s(39,"sc","val"),attrs:{_i:39}},[t._v(t._$s(39,"t0-0",t._s(t.userInfo.firstweight?t.userInfo.firstweight:0))),i("text")]),i("view",{staticClass:t._$s(41,"sc","name"),attrs:{_i:41}},[i("uni-icons",{staticClass:t._$s(42,"sc","iconfont icon-bianji"),attrs:{color:"#FEC407",_i:42}})],1)]),i("view",{staticClass:t._$s(43,"sc","item"),attrs:{_i:43}},[i("view",{staticClass:t._$s(44,"sc","val"),attrs:{_i:44}},[t._v(t._$s(44,"t0-0",t._s(t.userInfo.day?t.userInfo.day:0))),i("text")]),i("view",{staticClass:t._$s(46,"sc","name"),attrs:{_i:46}})])])]),i("firstweight",{attrs:{_i:47}}),i("targetWeight",{attrs:{_i:48}})],1)},r=[]},9288:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","box"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","lanBox"),attrs:{_i:1}},[i("view",{staticClass:t._$s(2,"sc","headbox"),attrs:{_i:2}},[i("view",{staticClass:t._$s(3,"sc","touxiang"),attrs:{_i:3}},[t._$s(4,"i",t.headimg)?i("image",{staticClass:t._$s(4,"sc","headimage"),attrs:{src:t._$s(4,"a-src",t.headimg),_i:4}}):i("icon",{staticClass:t._$s(5,"sc","iconfont icon-user-filling headimage"),attrs:{_i:5},on:{click:t.handleUpImg}})])]),i("view",{staticClass:t._$s(6,"sc","lan border-bottom"),attrs:{_i:6}},[i("view",{staticClass:t._$s(7,"sc","left"),attrs:{_i:7}}),i("view",{staticClass:t._$s(8,"sc","right"),attrs:{_i:8}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.name,expression:"name"}],attrs:{_i:9},domProps:{value:t._$s(9,"v-model",t.name)},on:{input:function(e){e.target.composing||(t.name=e.target.value)}}})])]),i("view",{staticClass:t._$s(10,"sc","lan border-bottom"),attrs:{_i:10}},[i("view",{staticClass:t._$s(11,"sc","left"),attrs:{_i:11}}),i("view",{staticClass:t._$s(12,"sc","right"),attrs:{_i:12}},[i("picker",{attrs:{range:t._$s(13,"a-range",t.sexItem),_i:13},on:{change:t.onsexArr}},[i("view",{staticClass:t._$s(14,"sc","uni-input"),attrs:{_i:14}},[t._v(t._$s(14,"t0-0",t._s(0==t.sex?"\u8bf7\u9009\u62e9":1==t.sex?"\u7537":"\u5973")))]),i("icon",{staticClass:t._$s(15,"sc","iconfont icon-arrow-down-bold"),attrs:{_i:15}})])])]),i("view",{staticClass:t._$s(16,"sc","lan border-bottom"),attrs:{_i:16}},[i("view",{staticClass:t._$s(17,"sc","left"),attrs:{_i:17}}),i("view",{staticClass:t._$s(18,"sc","right"),attrs:{_i:18}},[i("picker",{staticClass:t._$s(19,"sc","picker"),attrs:{end:t._$s(19,"a-end",t.startDate),value:t._$s(19,"a-value",t.birthday),_i:19},on:{change:t.bindDateChange}},[i("view",{staticClass:t._$s(20,"sc","uni-input"),attrs:{_i:20}},[t._v(t._$s(20,"t0-0",t._s(t.birthday?t.birthday:"\u8bf7\u9009\u62e9")))]),i("icon",{staticClass:t._$s(21,"sc","iconfont icon-arrow-down-bold"),attrs:{_i:21}})])])]),i("view",{staticClass:t._$s(22,"sc","lan border-bottom"),attrs:{_i:22}},[i("view",{staticClass:t._$s(23,"sc","left"),attrs:{_i:23}}),i("view",{staticClass:t._$s(24,"sc","right"),attrs:{_i:24}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.name,expression:"name"}],attrs:{_i:25},domProps:{value:t._$s(25,"v-model",t.name)},on:{input:function(e){e.target.composing||(t.name=e.target.value)}}})])])]),i("view",{staticClass:t._$s(26,"sc","btn"),attrs:{_i:26},on:{click:t.confirmInfo}})])},a=[]},9490:function(t,e,i){"use strict";i.r(e);var n=i("edd8"),a=i.n(n);for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);e["default"]=a.a},9523:function(t,e,i){var n=i("a395");t.exports=function(t,e,i){return e=n(e),e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t},t.exports.__esModule=!0,t.exports["default"]=t.exports},"970b":function(t,e){t.exports=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")},t.exports.__esModule=!0,t.exports["default"]=t.exports},9747:function(t,e,i){"use strict";i.r(e);var n=i("ce71"),a=i.n(n);for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);e["default"]=a.a},"976d":function(t,e,i){"use strict";i.r(e);var n=i("7f27"),a=i("ee6e");for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);var s=i("f0c5"),o=Object(s["a"])(a["default"],n["b"],n["c"],!1,null,"3166db0d",null,!1,n["a"],void 0);e["default"]=o.exports},"9aef":function(t,e,i){"use strict";i.r(e);var n=i("b135");for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);var r=i("f0c5"),s=Object(r["a"])(n["default"],void 0,void 0,!1,null,null,null,!1,void 0,void 0);e["default"]=s.exports},"9b42":function(t,e){t.exports=function(t,e){var i=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=i){var n,a,r,s,o=[],c=!0,l=!1;try{if(r=(i=i.call(t)).next,0===e){if(Object(i)!==i)return;c=!1}else for(;!(c=(n=r.call(i)).done)&&(o.push(n.value),o.length!==e);c=!0);}catch(u){l=!0,a=u}finally{try{if(!c&&null!=i["return"]&&(s=i["return"](),Object(s)!==s))return}finally{if(l)throw a}}return o}},t.exports.__esModule=!0,t.exports["default"]=t.exports},"9e03":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return n}));var n={qiunDataCharts:i("ecc4").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","box"),attrs:{_i:1}},[i("view",{staticClass:t._$s(2,"sc","title bold"),attrs:{_i:2}}),i("view",{staticClass:t._$s(3,"sc","charts"),attrs:{_i:3}},[i("qiun-data-charts",{attrs:{type:"arcbar",opts:t.opts,chartData:t.chartData,_i:4}})],1),i("view",{staticClass:t._$s(5,"sc","time text_c"),attrs:{_i:5}})]),i("view",{staticClass:t._$s(6,"sc","indexCarList"),attrs:{_i:6}},t._l(t._$s(7,"f",{forItems:t.selectllist}),(function(e,n,a,r){return i("view",{key:t._$s(7,"f",{forIndex:a,key:"7-"+r})},[i("view",{staticClass:t._$s("8-"+r,"sc","card box"),attrs:{_i:"8-"+r}},[i("view",{staticClass:t._$s("9-"+r,"sc","title border-bottom"),attrs:{_i:"9-"+r},on:{click:function(i){return t.handleHistory(e.key)}}},[i("view",{staticClass:t._$s("10-"+r,"sc","name"),attrs:{_i:"10-"+r}},[i("text",[t._v(t._$s("11-"+r,"t0-0",t._s(e.name)))])]),i("view",[i("text",{staticClass:t._$s("13-"+r,"sc","cblue"),attrs:{_i:"13-"+r}})])]),t._$s("14-"+r,"i","\u8eab\u4f53\u6570\u636e"==e.name)?i("view",{staticClass:t._$s("14-"+r,"sc","item title"),attrs:{_i:"14-"+r}},[i("view",[i("text"),i("view",{staticClass:t._$s("17-"+r,"sc","weight"),attrs:{_i:"17-"+r}},[i("text")]),i("view",{staticClass:t._$s("19-"+r,"sc","standardBtn"),attrs:{_i:"19-"+r}})]),i("view",[i("text"),i("view",{staticClass:t._$s("22-"+r,"sc","weight"),attrs:{_i:"22-"+r}},[i("text")]),i("view",{staticClass:t._$s("24-"+r,"sc","standardBtn"),attrs:{_i:"24-"+r}})]),i("view",[i("text"),i("view",{staticClass:t._$s("27-"+r,"sc","weight"),attrs:{_i:"27-"+r}},[i("text")]),i("view",{staticClass:t._$s("29-"+r,"sc","standardBtn"),attrs:{_i:"29-"+r}})])]):i("view",{staticClass:t._$s("30-"+r,"sc","item title"),attrs:{_i:"30-"+r}},[i("view",{staticClass:t._$s("31-"+r,"sc","item2"),attrs:{_i:"31-"+r}},[i("text",{staticClass:t._$s("32-"+r,"sc","name"),attrs:{_i:"32-"+r}}),i("view",{staticClass:t._$s("33-"+r,"sc","weight"),attrs:{_i:"33-"+r}},[i("text",[t._v(t._$s("34-"+r,"t0-0",t._s(e.cnt?e.cnt:"-")))]),t._v(t._$s("33-"+r,"t1-0",t._s(e.unit)))])])])])])})),0)])},r=[]},"9f40":function(t,e,i){"use strict";i.r(e);var n=i("795c"),a=i("768f");for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);var s=i("f0c5"),o=i("e06f"),c=Object(s["a"])(a["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],void 0);"function"===typeof o["a"]&&Object(o["a"])(c),e["default"]=c.exports},a055:function(t,e,i){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={name:"uniCollapseItem",props:{title:{type:String,default:""},name:{type:[Number,String],default:""},disabled:{type:Boolean,default:!1},showAnimation:{type:Boolean,default:!1},open:{type:Boolean,default:!1},thumb:{type:String,default:""},titleBorder:{type:String,default:"auto"},border:{type:Boolean,default:!0},showArrow:{type:Boolean,default:!0}},data:function(){var t="Uni_".concat(Math.ceil(1e6*Math.random()).toString(36));return{isOpen:!1,isheight:null,height:0,elId:t,nameSync:0}},watch:{open:function(t){this.isOpen=t,this.onClick(t,"init")}},updated:function(t){var e=this;this.$nextTick((function(){e.init(!0)}))},created:function(){this.collapse=this.getCollapse(),this.oldHeight=0,this.onClick(this.open,"init")},destroyed:function(){this.__isUnmounted||this.uninstall()},mounted:function(){this.collapse&&(""!==this.name?this.nameSync=this.name:this.nameSync=this.collapse.childrens.length+"",-1===this.collapse.names.indexOf(this.nameSync)?this.collapse.names.push(this.nameSync):t("warn","name \u503c ".concat(this.nameSync," \u91cd\u590d")," at uni_modules/uni-collapse/components/uni-collapse-item/uni-collapse-item.vue:154"),-1===this.collapse.childrens.indexOf(this)&&this.collapse.childrens.push(this),this.init())},methods:{init:function(t){this.getCollapseHeight(t)},uninstall:function(){var t=this;this.collapse&&(this.collapse.childrens.forEach((function(e,i){e===t&&t.collapse.childrens.splice(i,1)})),this.collapse.names.forEach((function(e,i){e===t.nameSync&&t.collapse.names.splice(i,1)})))},onClick:function(t,e){this.disabled||(this.isOpen=t,this.isOpen&&this.collapse&&this.collapse.setAccordion(this),"init"!==e&&this.collapse.onChange(t,this))},getCollapseHeight:function(t){var e=this,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=uni.createSelectorQuery().in(this);n.select("#".concat(this.elId)).fields({size:!0},(function(n){if(!(i>=10)){if(!n)return i++,void e.getCollapseHeight(!1,i);e.height=n.height,e.isheight=!0,t||e.onClick(e.isOpen,"init")}})).exec()},getNvueHwight:function(t){var e=this;dom.getComponentRect(this.$refs["collapse--hook"],(function(i){if(i&&i.result&&i.size){if(e.height=i.size.height,e.isheight=!0,t)return;e.onClick(e.open,"init")}}))},getCollapse:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"uniCollapse",e=this.$parent,i=e.$options.name;while(i!==t){if(e=e.$parent,!e)return!1;i=e.$options.name}return e}}};e.default=i}).call(this,i("0de9")["default"])},a128:function(t,e,i){var n=i("36c6"),a=i("4a4b"),r=i("c5f7"),s=i("b17c");function o(e){var i="function"===typeof Map?new Map:void 0;return t.exports=o=function(t){if(null===t||!r(t))return t;if("function"!==typeof t)throw new TypeError("Super expression must either be null or a function");if("undefined"!==typeof i){if(i.has(t))return i.get(t);i.set(t,e)}function e(){return s(t,arguments,n(this).constructor)}return e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),a(e,t)},t.exports.__esModule=!0,t.exports["default"]=t.exports,o(e)}t.exports=o,t.exports.__esModule=!0,t.exports["default"]=t.exports},a1de:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("49ce").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content indexCarList"),attrs:{_i:0}},[i("headerIndex",{attrs:{_i:1}}),i("view",{staticClass:t._$s(2,"sc","list"),attrs:{_i:2}},t._l(t._$s(3,"f",{forItems:t.selectllist}),(function(e,n,a,r){return i("view",{key:t._$s(3,"f",{forIndex:a,key:"3-"+r}),attrs:{_i:"3-"+r},on:{click:function(i){return t.navTo(e.detailurl)}}},[i("view",{staticClass:t._$s("4-"+r,"sc","card box"),attrs:{_i:"4-"+r}},[i("view",{staticClass:t._$s("5-"+r,"sc","title border-bottom"),attrs:{_i:"5-"+r}},[i("view",{staticClass:t._$s("6-"+r,"sc","name"),attrs:{_i:"6-"+r}},[i("text",[t._v(t._$s("7-"+r,"t0-0",t._s(e.name)))]),t._v(t._$s("6-"+r,"t1-0",t._s(e.time)))]),i("uni-icons",{attrs:{type:"right",size:"20",_i:"8-"+r}})],1),t._$s("9-"+r,"i","\u8eab\u4f53\u6570\u636e"==e.name)?i("view",{staticClass:t._$s("9-"+r,"sc","item title"),attrs:{_i:"9-"+r}},[i("view",[i("text"),i("view",{staticClass:t._$s("12-"+r,"sc","weight"),attrs:{_i:"12-"+r}},[i("text")]),i("view",{staticClass:t._$s("14-"+r,"sc","standardBtn"),attrs:{_i:"14-"+r}})]),i("view",[i("text"),i("view",{staticClass:t._$s("17-"+r,"sc","weight"),attrs:{_i:"17-"+r}},[i("text")]),i("view",{staticClass:t._$s("19-"+r,"sc","standardBtn"),attrs:{_i:"19-"+r}})]),i("view",[i("text"),i("view",{staticClass:t._$s("22-"+r,"sc","weight"),attrs:{_i:"22-"+r}},[i("text")]),i("view",{staticClass:t._$s("24-"+r,"sc","standardBtn"),attrs:{_i:"24-"+r}})])]):i("view",{staticClass:t._$s("25-"+r,"sc","item title"),style:t._$s("25-"+r,"s",{justifyContent:e.taketime?"space-between":"center"}),attrs:{_i:"25-"+r}},[t._$s("26-"+r,"i",e.taketime)?i("view",{staticClass:t._$s("26-"+r,"sc","item2"),attrs:{_i:"26-"+r}},[i("text",{staticClass:t._$s("27-"+r,"sc","name"),attrs:{_i:"27-"+r}}),i("view",{staticClass:t._$s("28-"+r,"sc","weight"),attrs:{_i:"28-"+r}},[i("text",[t._v(t._$s("29-"+r,"t0-0",t._s(e.taketime?e.taketime:"--\uff1a--\uff1a--")))])])]):t._e(),i("view",{staticClass:t._$s("30-"+r,"sc","item2"),attrs:{_i:"30-"+r}},[i("text",{staticClass:t._$s("31-"+r,"sc","name"),attrs:{_i:"31-"+r}}),i("view",{staticClass:t._$s("32-"+r,"sc","weight"),attrs:{_i:"32-"+r}},[i("text",[t._v(t._$s("33-"+r,"t0-0",t._s(e.cnt?e.cnt:"-")))]),t._v(t._$s("32-"+r,"t1-0",t._s(e.unit)))]),t._$s("34-"+r,"i",e.standardtext)?i("view",{staticClass:t._$s("34-"+r,"sc","standardBtn"),style:t._$s("34-"+r,"s",{backgroundColor:e.standardcolor}),attrs:{_i:"34-"+r}},[t._v(t._$s("34-"+r,"t0-0",t._s(e.standardtext)))]):t._e()])]),t._$s("35-"+r,"i",e.averagecnt)?i("view",{staticClass:t._$s("35-"+r,"sc","item title"),attrs:{_i:"35-"+r}},[i("view",{staticClass:t._$s("36-"+r,"sc","item2"),attrs:{_i:"36-"+r}},[i("text",{staticClass:t._$s("37-"+r,"sc","name"),attrs:{_i:"37-"+r}}),i("view",{staticClass:t._$s("38-"+r,"sc","weight"),attrs:{_i:"38-"+r}},[i("text",[t._v(t._$s("39-"+r,"t0-0",t._s(e.averagecnt?e.averagecnt:"-")))]),t._v(t._$s("38-"+r,"t1-0",t._s(e.unit)))])]),i("view",{staticClass:t._$s("40-"+r,"sc","item2"),attrs:{_i:"40-"+r}},[i("text",{staticClass:t._$s("41-"+r,"sc","name"),attrs:{_i:"41-"+r}}),i("view",{staticClass:t._$s("42-"+r,"sc","weight"),attrs:{_i:"42-"+r}},[i("text",[t._v(t._$s("43-"+r,"t0-0",t._s(e.kcal?e.kcal:"-")))])])])]):t._e(),i("view",{staticClass:t._$s("44-"+r,"sc","target"),attrs:{_i:"44-"+r},on:{click:function(t){t.stopPropagation()}}},[i("view",{staticClass:t._$s("45-"+r,"sc","left"),attrs:{_i:"45-"+r}}),i("view",{staticClass:t._$s("46-"+r,"sc","targetBtn"),attrs:{_i:"46-"+r},on:{click:function(i){return t.handlerRecord(e.Tutorialurl)}}})])])])})),0),i("view",{staticClass:t._$s(47,"sc","setcard"),attrs:{_i:47},on:{click:t.handleCard}}),i("record",{attrs:{rtype:t.rtype,_i:48}})],1)},r=[]},a2c7:function(t){t.exports=JSON.parse('{"selectllist":[{"id":"1","key":"Weight","disabled":true,"size":"big","name":"\u8eab\u4f53\u6570\u636e","time":"2024/2/29","detailurl":"/pages/weight/weight","Tutorialurl":"Weight","height":"176.00","heightUnit":"CM","Hstandardtext":"\u8fbe\u6807","Hstandardcolor":"#4DA2CA","Weight":"76","WeightUnit":"KG","Wstandardtext":"\u8fbe\u6807","Wstandardcolor":"#4DA2CA","BMI":"176","BMIUnit":"","BMIstandardtext":"\u8fbe\u6807","Bstandardcolor":"#4DA2CA"},{"id":"2","size":"big","key":"Skip","disabled":true,"unit":"\u4e2a","name":"\u8df3\u7ef3\u6570\u636e","time":"2024/2/29","taketime":"00:05:03","cnt":"20","averagecnt":"48","kcal":"4250","detailurl":"/pages/skipping/skipping","Tutorialurl":"Skip","standardtext":"\u8fbe\u6807","standardcolor":"#4DA2CA"},{"id":"3","disabled":true,"key":"Lung","size":"small","name":"\u80ba\u6d3b\u91cf","unit":"ml","time":"2024/2/29","detailurl":"/pages/lung/lung","Tutorialurl":"Lung","standardtext":"\u8fbe\u6807","standardcolor":"#EC808D"}],"addlist":[{"id":"2","size":"small","name":"\u80ba\u6d3b\u91cf","unit":"ml","time":"2024/2/29","taketime":"00:05:03","cnt":"20","averagecnt":"48","kcal":"4250","detailurl":"","Tutorialurl":"","standardtext":"\u8fbe\u6807","standardcolor":"#EC808D"}],"TrendList":[{"id":"08dbd378-27d1-42d2-87fc-dca513adb60f","fat_r":0,"muscle":0,"createtime":"2023-10-23","bmi":24.6,"weight":78,"height":178,"time":"2023-10-23 11:28"},{"id":"08dbd378-20a5-4991-84f4-a9702018f416","fat_r":0,"muscle":0,"createtime":"2023-10-23","bmi":23.6,"weight":75,"height":178,"time":"2023-10-23 11:28"},{"id":"08dbd378-1992-47be-8971-a99543d68e26","fat_r":0,"muscle":0,"createtime":"2023-10-23","bmi":25.2,"weight":80,"height":178,"time":"2023-10-23 11:28"},{"id":"08dbd377-eb1c-426c-8ceb-294f45773aca","fat_r":0,"muscle":0,"createtime":"2023-10-23","bmi":26.8,"weight":85,"height":178,"time":"2023-10-23 11:27"},{"id":"08dbd377-a553-4543-8231-086b3a71ed0a","fat_r":0,"muscle":0,"createtime":"2023-10-23","bmi":22,"weight":70,"height":178,"time":"2023-10-23 11:25"}],"historylist":[{"createtime":"2023-10-23 11:28:42.0000000","month":0,"id":"08dbd378-27d1-42d2-87fc-dca513adb60f","height":178,"fat_r":0,"muscle":0,"water":0,"bone":0,"kcal":0,"fat_w":0,"visceral":0,"protein":0,"bodyage":0,"bmi":24.6,"cmi":87.8,"sfr":0,"sfrval":0,"muscleval":0,"proteinval":0,"lbm":78,"body":"\u5f02\u5e38","fatlevel":"\u504f\u91cd","weight":78,"age":"28\u5c81","idealweight":0,"skeletalmuscle":0},{"createtime":"2023-10-23 11:28:30.0000000","month":0,"id":"08dbd378-20a5-4991-84f4-a9702018f416","height":178,"fat_r":0,"muscle":0,"water":0,"bone":0,"kcal":0,"fat_w":0,"visceral":0,"protein":0,"bodyage":0,"bmi":23.6,"cmi":91.5,"sfr":0,"sfrval":0,"muscleval":0,"proteinval":0,"lbm":75,"body":"\u5f02\u5e38","fatlevel":"\u6807\u51c6","weight":75,"age":"28\u5c81","idealweight":0,"skeletalmuscle":0},{"createtime":"2023-10-23 11:28:18.0000000","month":0,"id":"08dbd378-1992-47be-8971-a99543d68e26","height":178,"fat_r":0,"muscle":0,"water":0,"bone":0,"kcal":0,"fat_w":0,"visceral":0,"protein":0,"bodyage":0,"bmi":25.2,"cmi":85.7,"sfr":0,"sfrval":0,"muscleval":0,"proteinval":0,"lbm":80,"body":"\u5f02\u5e38","fatlevel":"\u504f\u91cd","weight":80,"age":"28\u5c81","idealweight":0,"skeletalmuscle":0},{"createtime":"2023-09-26 15:03:12.3740116","month":0,"id":"08dbbe5e-a5f7-4ca0-8b44-0ddd8f7f15cd","height":162.5,"fat_r":23.6,"muscle":72.4,"water":59.2,"bone":2.4,"kcal":1227,"fat_w":11.63,"visceral":2,"protein":12.9,"bodyage":26,"bmi":18.6,"cmi":86.1,"sfr":22.3,"sfrval":0,"muscleval":35.69,"proteinval":6.35,"lbm":37.66,"body":"\u6807\u51c6\u808c\u8089\u578b","fatlevel":"\u504f\u7626","weight":49.3,"age":"28\u5c81","idealweight":0,"skeletalmuscle":0}],"infoList":[{"value":163,"desc":"\u4eba\u4f53\u7eb5\u5411\u90e8\u5206\u7684\u957f\u5ea6\uff0c\u6e90\u4e8e\u4eba\u4f53\u7684\u7eb5\u5411\u751f\u957f\uff0c\u53d7\u9057\u4f20\u56e0\u7d20\u7684\u5f71\u54cd\u8f83\u5927","offset":"0","color":"","scale":0,"ishasscale":false,"level":"","list":[],"title":"\u8eab\u9ad8","unit":"cm","name":"height"},{"value":50.23,"desc":"\u53cd\u6620\u548c\u8861\u91cf\u4e00\u4e2a\u4eba\u5065\u5eb7\u72b6\u51b5\u7684\u91cd\u8981\u6807\u5fd7\u4e4b\u4e00","offset":"0","color":"","scale":0,"ishasscale":false,"level":"","list":[],"title":"\u4f53\u91cd","unit":"kg","name":"weight"},{"value":18.9,"desc":"BMI\u662f\u8eab\u4f53\u8d28\u91cf\u6307\u6570,\u662f\u76ee\u524d\u56fd\u9645\u4e0a\u5e38\u7528\u7684\u8861\u91cf\u4eba\u4f53\u80d6\u7626\u7a0b\u5ea6\u4ee5\u53ca\u662f\u5426\u5065\u5eb7\u7684\u4e00\u4e2a\u6807\u51c6\u3002","offset":"26.5","color":"#5ad06d","scale":0,"ishasscale":false,"level":"\u6b63\u5e38","name":"bmi","title":"BMI","list":[{"maxvalue":18.5,"minvalue":0,"text":"\u6d88\u7626","color":"#ffda69","level":0},{"maxvalue":25,"minvalue":18.5,"text":"\u6b63\u5e38","color":"#5ad06d","level":0},{"maxvalue":30,"minvalue":25,"text":"\u504f\u91cd","color":"#ffab00","level":0},{"maxvalue":50,"minvalue":30,"text":"\u80a5\u80d6","color":"#ff5656","level":0}]}],"contrastList":[{"height":165,"weight":52.7,"head":0,"sex":1,"age":"29\u5c81","fat_r":14.1,"muscle":81.35,"water":34.17,"bone":2.4,"kcal":1311,"fat_w":7.43,"visceral":2,"protein":16.5,"bodyage":28,"bmi":19.3,"cmi":89.35,"sfr":12.7,"muscleval":42.87,"proteinval":8.7,"lbm":45.27,"body":"\u6807\u51c6\u808c\u8089\u578b","fatlevel":"\u504f\u7626","skeletalmuscle":0,"createtime":"2024/03/24","yeartime":"2024/03/24","id":"08dc4e20-f1c5-416c-84ca-5aa26925eb81"},{"height":175.9,"weight":64.5,"head":0,"sex":1,"age":"29\u5c81","fat_r":18,"muscle":77.66,"water":39.9,"bone":2.8,"kcal":1514,"fat_w":11.61,"visceral":3,"protein":15.8,"bodyage":28,"bmi":21,"cmi":97.22,"sfr":16.1,"muscleval":50.09,"proteinval":10.19,"lbm":52.89,"body":"\u6807\u51c6\u808c\u8089\u578b","fatlevel":"\u6807\u51c6","skeletalmuscle":0,"createtime":"2023/04/04","yeartime":"2023/04/04","id":"08db34b7-60c0-4571-8e66-29157695b9a9"}],"contrastDetail":{"time":"2023/04/04-2024/03/24","headimg":"https://klcz.pcxbc.com/image/adult_male.png","name":"\u6210\u4eba","gender":1,"day":355,"weightdiff":-11.8,"heightdiff":-10.9,"fat_wdiff":-3.9,"firstresult":{"age":"1994-04-04 00:00:00","height":175.9,"head":0,"weight":64.5,"fat_r":18,"muscle":77.66,"water":39.9,"bone":2.8,"kcal":1514,"fat_w":11.61,"visceral":3,"protein":15.8,"bodyage":28,"bmi":21,"cmi":97.22,"sfr":16.1,"muscleval":50.09,"proteinval":10.19,"lbm":52.89,"body":"\u6807\u51c6\u808c\u8089\u578b","fatlevel":"\u6807\u51c6","skeletalmuscle":0,"createtime":"2023-04-04 00:00:00","heightlevel":"","headlevel":null,"weightlevel":"","fat_rlevel":"\u6807\u51c6","musclelevel":"\u4f18\u79c0","waterlevel":"\u4e0d\u8db3","bonelevel":"\u4e0d\u8db3","kcallevel":"\u504f\u4f4e","fat_wlevel":"\u6807\u51c6","viscerallevel":"\u6807\u51c6","proteinlevel":"\u5f02\u5e38","bodyagelevel":"\u4f18\u79c0","bmilevel":"\u6b63\u5e38","musulevallevel":"\u4f18\u79c0","proteinvallevel":"\u4e0d\u8db3","sfrlevel":"\u5f02\u5e38","bodylevel":"\u6807\u51c6\u808c\u8089\u578b"},"secondresult":{"age":"1994-04-04 00:00:00","height":165,"head":0,"weight":52.7,"fat_r":14.1,"muscle":81.35,"water":34.17,"bone":2.4,"kcal":1311,"fat_w":7.43,"visceral":2,"protein":16.5,"bodyage":28,"bmi":19.3,"cmi":89.35,"sfr":12.7,"muscleval":42.87,"proteinval":8.7,"lbm":45.27,"body":"\u6807\u51c6\u808c\u8089\u578b","fatlevel":"\u504f\u7626","skeletalmuscle":0,"createtime":"2024-03-24 00:00:00","heightlevel":"","headlevel":null,"weightlevel":"","fat_rlevel":"\u6807\u51c6","musclelevel":"\u4f18\u79c0","waterlevel":"\u4e0d\u8db3","bonelevel":"\u6807\u51c6","kcallevel":"\u504f\u4f4e","fat_wlevel":"\u6807\u51c6","viscerallevel":"\u6807\u51c6","proteinlevel":"\u5f02\u5e38","bodyagelevel":"\u4f18\u79c0","bmilevel":"\u6b63\u5e38","musulevallevel":"\u4f18\u79c0","proteinvallevel":"\u6807\u51c6","sfrlevel":"\u5f02\u5e38","bodylevel":"\u6807\u51c6\u808c\u8089\u578b"}},"familayList":[{"name":"\u6817\u5b50","headimg":"https://ijt.pcxbc.com/image/adult_female.png","headimgsrc":null,"sex":2,"birthday":"1995-12-02","age":"28\u5c81","height":163,"weight":50.23,"lastresulttime":"2024/04/17 11:14","type":1,"code":"","id":"08db6332-e76a-4e3e-842c-b88a405f5178"},{"name":"\u6a59\u5b50\ud83c\udf4a","headimg":"https://ijt.pcxbc.com/image/child_female.png","headimgsrc":null,"sex":2,"birthday":"2014-11-02","age":"9\u5c81","height":0,"weight":0,"lastresulttime":"","type":2,"code":"","id":"08db6333-a5fa-48d8-82ab-44583a614434"}]}')},a34a:function(t,e,i){var n=i("7037"),a=i("7ec2")();t.exports=a;try{regeneratorRuntime=a}catch(r){"object"===("undefined"===typeof globalThis?"undefined":n(globalThis))?globalThis.regeneratorRuntime=a:Function("r","regeneratorRuntime = r")(a)}},a370:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","common"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","add"),attrs:{_i:1},on:{click:function(e){return t.addInfo("add")}}},[i("icon",{staticClass:t._$s(2,"sc","iconfont icon-tianjia"),attrs:{_i:2}})]),t._$s(3,"i",0!=t.familayList.lenght)?i("view",{staticClass:t._$s(3,"sc","box"),attrs:{_i:3}},t._l(t._$s(4,"f",{forItems:t.familayList}),(function(e,n,a,r){return i("view",{key:t._$s(4,"f",{forIndex:a,key:n}),staticClass:t._$s("4-"+r,"sc","list"),attrs:{_i:"4-"+r},on:{click:function(i){return t.datail(e.id)}}},[i("image",{staticClass:t._$s("5-"+r,"sc","image1"),attrs:{src:t._$s("5-"+r,"a-src",e.headimg),_i:"5-"+r}}),i("view",{staticClass:t._$s("6-"+r,"sc","left"),attrs:{_i:"6-"+r}},[i("view",{staticClass:t._$s("7-"+r,"sc","title"),attrs:{_i:"7-"+r}},[t._v(t._$s("7-"+r,"t0-0",t._s(e.name?e.name:"")))]),i("view",{staticClass:t._$s("8-"+r,"sc","title2"),attrs:{_i:"8-"+r}},[i("text",[t._v(t._$s("9-"+r,"t0-0",t._s(e.sex)))]),i("text",[t._v(t._$s("10-"+r,"t0-0",t._s(e.mage?e.mage:"0\u5c81")))]),i("text",[t._v(t._$s("11-"+r,"t0-0",t._s(e.type)))])]),i("view",{staticClass:t._$s("12-"+r,"sc","title2"),attrs:{_i:"12-"+r}},[t._v(t._$s("12-"+r,"t0-0",t._s(e.lasthearttime||"-")))])])])})),0):i("view")])},a=[]},a395:function(t,e,i){var n=i("7037")["default"],a=i("e50d");t.exports=function(t){var e=a(t,"string");return"symbol"===n(e)?e:String(e)},t.exports.__esModule=!0,t.exports["default"]=t.exports},a588:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return n}));var n={uniCollapse:i("4f6b").default,uniCollapseItem:i("7e94").default,uniIcons:i("49ce").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",[i("view",{staticClass:t._$s(1,"sc","box"),attrs:{_i:1}},[i("view",{staticClass:t._$s(2,"sc","time"),attrs:{_i:2}}),i("view",{staticClass:t._$s(3,"sc","item"),attrs:{_i:3}},[i("view",{staticClass:t._$s(4,"sc","data borderR"),attrs:{_i:4}},[i("view",{staticClass:t._$s(5,"sc","c666 mb-5"),attrs:{_i:5}}),i("view",[i("text")])]),i("view",{staticClass:t._$s(8,"sc","data borderR"),attrs:{_i:8}},[i("view",{staticClass:t._$s(9,"sc","c666 mb-5"),attrs:{_i:9}}),i("view",[i("text")])]),i("view",{staticClass:t._$s(12,"sc","data"),attrs:{_i:12}},[i("view",{staticClass:t._$s(13,"sc","c666 mb-5"),attrs:{_i:13}}),i("view",[i("text")])])])]),i("view",{staticClass:t._$s(16,"sc","box"),attrs:{_i:16}},[i("view"),i("view")]),i("view",{staticClass:t._$s(19,"sc","info"),attrs:{_i:19}},[i("view",{staticClass:t._$s(20,"sc","item"),attrs:{_i:20},on:{click:function(e){return t.$store.commit("changeRecord",!0)}}},[i("text",{staticClass:t._$s(21,"sc","t-icon-jilu1 t-icon"),attrs:{_i:21}}),i("view")]),i("view",{staticClass:t._$s(23,"sc","item"),attrs:{_i:23},on:{click:function(e){return t.$tools.msg("\u5f00\u53d1\u4e2d\uff0c\u656c\u8bf7\u671f\u5f85\uff01")}}},[i("text",{staticClass:t._$s(24,"sc","t-icon-wulianjie t-icon"),attrs:{_i:24}}),i("view")])]),i("view",{staticClass:t._$s(26,"sc","bold mt-10"),attrs:{_i:26}}),i("view",{staticClass:t._$s(27,"sc","myinfoPage"),attrs:{_i:27}},[i("view",{staticClass:t._$s(28,"sc","box1"),attrs:{_i:28}},[i("uni-collapse",{attrs:{accordion:!0,_i:29}},t._l(t._$s(30,"f",{forItems:t.infoList}),(function(e,n,a,r){return i("uni-collapse-item",{key:t._$s(30,"f",{forIndex:a,key:n}),staticClass:t._$s("30-"+r,"sc","list"),attrs:{_i:"30-"+r},scopedSlots:t._u([{key:"title",fn:function(n,a,s){return[i("uni-list-item",{staticClass:a._$s("32-"+r+"-"+s,"sc","block"),attrs:{_i:"32-"+r+"-"+s}},[i("view",{staticClass:a._$s("33-"+r+"-"+s,"sc","name"),attrs:{_i:"33-"+r+"-"+s}},[i("icon",{staticClass:a._$s("34-"+r+"-"+s,"sc","t-icon iconfont"),class:a._$s("34-"+r+"-"+s,"c","t-icon-"+e.name),attrs:{_i:"34-"+r+"-"+s}}),t._v(a._$s("33-"+r+"-"+s,"t1-0",t._s(e.title)))]),a._$s("35-"+r+"-"+s,"i","\u80a5\u80d6\u7b49\u7ea7"==e.title||"\u4f53\u578b"==e.title)?i("view",{staticClass:a._$s("35-"+r+"-"+s,"sc","val"),attrs:{_i:"35-"+r+"-"+s}},[t._v("-")]):i("view",{staticClass:a._$s("36-"+r,"sc","val"),attrs:{_i:"36-"+r}},[t._v(a._$s("36-"+r+s,"t0-0",t._s(e.value?e.value:"0"))+a._$s("36-"+r+s,"t0-1",t._s(e.unit)))]),i("view",{staticClass:a._$s("37-"+r+"-"+s,"sc","level"),attrs:{_i:"37-"+r+"-"+s}},[i("view",{staticClass:a._$s("38-"+r+"-"+s,"sc","btnf"),class:a._$s("38-"+r+"-"+s,"c",["\u5f02\u5e38"==e.level?"btnC":""]),style:a._$s("38-"+r+"-"+s,"s",{backgroundColor:"\u5f02\u5e38"==e.level?"#FFF":e.color}),attrs:{_i:"38-"+r+"-"+s}},[t._v(a._$s("38-"+r+"-"+s,"t0-0",t._s("\u5f02\u5e38"==e.level?"-":e.level)))])])])]}}],null,!0)},[i("view",{staticClass:t._$s("39-"+r,"sc","desc"),attrs:{_i:"39-"+r}},[t._$s("40-"+r,"i",e.desc)?i("view",{staticClass:t._$s("40-"+r,"sc","ming"),attrs:{_i:"40-"+r}},[t._v(t._$s("40-"+r,"t0-0",t._s(e.desc)))]):t._e(),t._$s("41-"+r,"i",e.ishasscale)?i("view",{staticClass:t._$s("41-"+r,"sc","scale"),attrs:{_i:"41-"+r}},[t._v(t._$s("41-"+r,"t0-0",t._s(e.scale)))]):t._e(),t._$s("42-"+r,"i",e.list)?i("view",{class:t._$s("42-"+r,"c",[e.list.length?"statuevue":""]),attrs:{_i:"42-"+r}},[t._$s("43-"+r,"i","\u57fa\u7840\u4ee3\u8c22"!=e.title)?i("view",{staticClass:t._$s("43-"+r,"sc","bi"),attrs:{_i:"43-"+r}},[i("view",{staticClass:t._$s("44-"+r,"sc","peobox"),style:t._$s("44-"+r,"s","left:"+e.offset+"%"),attrs:{_i:"44-"+r}},[i("view",{staticClass:t._$s("45-"+r,"sc","xx"),attrs:{_i:"45-"+r}})]),t._l(t._$s("46-"+r,"f",{forItems:e.list}),(function(n,a,s,o){return i("view",{key:t._$s("46-"+r,"f",{forIndex:s,key:a}),staticClass:t._$s("46-"+r+"-"+o,"sc","item"),style:t._$s("46-"+r+"-"+o,"s",{backgroundColor:n.color}),attrs:{_i:"46-"+r+"-"+o}},[i("view",{staticClass:t._$s("47-"+r+"-"+o,"sc","span1"),attrs:{_i:"47-"+r+"-"+o}},[t._v(t._$s("47-"+r+"-"+o,"t0-0",t._s(n.text)))]),t._$s("48-"+r+"-"+o,"i",a0),i("text"))]),i("view",{staticClass:t._$s(17,"sc","item"),attrs:{_i:17}},[i("view",[t._v(t._$s(18,"t0-0",t._s(Math.abs(t.memInfo.fat_wdiff))))]),(t._$s(19,"i",Number(t.memInfo.fat_wdiff)>0),i("text"))]),i("view",{staticClass:t._$s(21,"sc","time"),attrs:{_i:21}},[i("view",[i("icon",{staticClass:t._$s(23,"sc","yuanxing"),attrs:{_i:23}}),t._v(t._$s(22,"t1-0",t._s(t.memInfo.time)))])])]),i("view",{staticClass:t._$s(24,"sc","control"),attrs:{_i:24}},[i("view",{staticClass:t._$s(25,"sc","title"),attrs:{_i:25}},[i("view",{staticClass:t._$s(26,"sc","name"),attrs:{_i:26}}),i("view"),i("view"),i("view")]),t._l(t._$s(30,"f",{forItems:t.listStr}),(function(e,n,a,r){return i("view",{key:t._$s(30,"f",{forIndex:a,key:n}),staticClass:t._$s("30-"+r,"sc","li"),attrs:{_i:"30-"+r}},[i("view",{staticClass:t._$s("31-"+r,"sc","name"),attrs:{_i:"31-"+r}},[i("view",{staticClass:t._$s("32-"+r,"sc","icon"),attrs:{_i:"32-"+r}},[i("view",{staticClass:t._$s("33-"+r,"sc","t-icon"),class:t._$s("33-"+r,"c","t-icon-"+e.key),attrs:{_i:"33-"+r}})]),i("text",[t._v(t._$s("34-"+r,"t0-0",t._s(e.title)))])]),t._$s("35-"+r,"i","\u4f53\u578b"==e.title||"\u80a5\u80d6\u7b49\u7ea7"==e.title)?i("view",{staticClass:t._$s("35-"+r,"sc","num"),attrs:{_i:"35-"+r}},[i("view",{staticClass:t._$s("36-"+r,"sc","t-icon t-icon-hengxian"),attrs:{_i:"36-"+r}})]):i("view",{staticClass:t._$s("37-"+r,"sc","num"),attrs:{_i:"37-"+r}},[t._v(t._$s("37-"+r,"t0-0",t._s(e.num))),t._$s("38-"+r,"i","1"==e.vs)?i("text",{staticClass:t._$s("38-"+r,"sc","t-icon t-icon-shang"),attrs:{_i:"38-"+r}}):t._e(),t._$s("39-"+r,"i","-1"==e.vs)?i("text",{staticClass:t._$s("39-"+r,"sc","t-icon t-icon-xia"),attrs:{_i:"39-"+r}}):t._e(),t._$s("40-"+r,"i",!e.vs||"0"==e.vs||"0.00"==e.num)?i("text",{staticClass:t._$s("40-"+r,"sc","t-icon t-icon-hengxian"),attrs:{_i:"40-"+r}}):t._e()]),t._$s("41-"+r,"i","\u4f53\u578b"==e.title||"\u80a5\u80d6\u7b49\u7ea7"==e.title)?i("view",{staticClass:t._$s("41-"+r,"sc","f0"),attrs:{_i:"41-"+r}},[i("text",[t._v(t._$s("42-"+r,"t0-0",t._s(e.fevaluation)))])]):i("view",{staticClass:t._$s("43-"+r,"sc","f"),attrs:{_i:"43-"+r}},[i("view",[t._v(t._$s("44-"+r,"t0-0",t._s(e.fvalue)))]),t._$s("45-"+r,"i",e.fevaluation)?i("text",[t._v(t._$s("45-"+r,"t0-0",t._s(e.fevaluation)))]):t._e()]),t._$s("46-"+r,"i","\u4f53\u578b"==e.title||"\u80a5\u80d6\u7b49\u7ea7"==e.title)?i("view",{staticClass:t._$s("46-"+r,"sc","f0"),attrs:{_i:"46-"+r}},[i("text",[t._v(t._$s("47-"+r,"t0-0",t._s(e.sevaluation)))])]):i("view",{staticClass:t._$s("48-"+r,"sc","f"),attrs:{_i:"48-"+r}},[i("view",[t._v(t._$s("49-"+r,"t0-0",t._s(e.svalue)))]),t._$s("50-"+r,"i",e.fevaluation)?i("text",[t._v(t._$s("50-"+r,"t0-0",t._s(e.sevaluation)))]):t._e()])])}))],2)])},a=[]},a77d:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={appid:"__UNI__E0E1A21"}},a889:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return n}));var n={qiunLoading:i("8edc").default,qiunError:i("5a4f").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","chartsview"),attrs:{id:t._$s(0,"a-id","ChartBoxId"+t.cid),_i:0}},[t._$s(1,"i",t.mixinDatacomLoading)?i("view",[i("qiun-loading",{attrs:{loadingType:t.loadingType,_i:2}})],1):t._e(),t._$s(3,"i",t.mixinDatacomErrorMessage&&t.errorShow)?i("view",{attrs:{_i:3},on:{click:t.reloading}},[i("qiun-error",{attrs:{errorMessage:t.errorMessage,_i:4}})],1):t._e(),t._$s(5,"i",t.echarts)?[i("view",{directives:[{name:"show",rawName:"v-show",value:t._$s(6,"v-show",t.showchart),expression:"_$s(6,'v-show',showchart)"}],wxsProps:{"change:resize":"echartsResize","change:prop":"echartsOpts"},style:t._$s(6,"s",{background:t.background}),attrs:{"data-directory":t._$s(6,"a-data-directory",t.directory),id:t._$s(6,"a-id","EC"+t.cid),prop:t._$s(6,"change:echartsOpts",t.echartsOpts),resize:t._$s(6,"change:echartsResize",t.echartsResize),_i:6}})]:[i("view",{wxsProps:{"change:prop":"uchartsOpts"},attrs:{id:t._$s(8,"a-id","UC"+t.cid),prop:t._$s(8,"change:uchartsOpts",t.uchartsOpts),_i:8},on:{}},[i("canvas",{directives:[{name:"show",rawName:"v-show",value:t._$s(9,"v-show",t.showchart),expression:"_$s(9,'v-show',showchart)"}],style:t._$s(9,"s",{width:t.cWidth+"px",height:t.cHeight+"px",background:t.background}),attrs:{id:t._$s(9,"a-id",t.cid),canvasId:t._$s(9,"a-canvasId",t.cid),"disable-scroll":t._$s(9,"a-disable-scroll",t.disableScroll),_i:9},on:{error:t._error}})])]],2)},r=[]},a925:function(t,i,n){"use strict";n.r(i); +/*! + * vue-i18n v8.28.2 + * (c) 2022 kazuya kawaguchi + * Released under the MIT License. + */ +var a=["compactDisplay","currency","currencyDisplay","currencySign","localeMatcher","notation","numberingSystem","signDisplay","style","unit","unitDisplay","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits"],r=["dateStyle","timeStyle","calendar","localeMatcher","hour12","hourCycle","timeZone","formatMatcher","weekday","era","year","month","day","hour","minute","second","timeZoneName"];function s(t,e){"undefined"!==typeof console&&(console.warn("[vue-i18n] "+t),e&&console.warn(e.stack))}var o=Array.isArray;function c(t){return null!==t&&"object"===typeof t}function l(t){return"boolean"===typeof t}function u(t){return"string"===typeof t}var d=Object.prototype.toString;function f(t){return"[object Object]"===d.call(t)}function h(t){return null===t||void 0===t}function p(t){return"function"===typeof t}function g(){var t=[],e=arguments.length;while(e--)t[e]=arguments[e];var i=null,n=null;return 1===t.length?c(t[0])||o(t[0])?n=t[0]:"string"===typeof t[0]&&(i=t[0]):2===t.length&&("string"===typeof t[0]&&(i=t[0]),(c(t[1])||o(t[1]))&&(n=t[1])),{locale:i,params:n}}function v(t){return JSON.parse(JSON.stringify(t))}function m(t,e){return!!~t.indexOf(e)}var _=Object.prototype.hasOwnProperty;function y(t,e){return _.call(t,e)}function x(t){for(var e=arguments,i=Object(t),n=1;n/g,">").replace(/"/g,""").replace(/'/g,"'")}(t[e]))})),t}var C={name:"i18n",functional:!0,props:{tag:{type:[String,Boolean,Object],default:"span"},path:{type:String,required:!0},locale:{type:String},places:{type:[Array,Object]}},render:function(t,e){var i=e.data,n=e.parent,a=e.props,r=e.slots,s=n.$i18n;if(s){var o=a.path,c=a.locale,l=a.places,u=r(),d=s.i(o,c,function(t){var e;for(e in t)if("default"!==e)return!1;return Boolean(e)}(u)||l?function(t,e){var i=e?function(t){0;return Array.isArray(t)?t.reduce($,{}):Object.assign({},t)}(e):{};if(!t)return i;t=t.filter((function(t){return t.tag||""!==t.text.trim()}));var n=t.every(S);0;return t.reduce(n?k:$,i)}(u.default,l):u),f=a.tag&&!0!==a.tag||!1===a.tag?a.tag:"span";return f?t(f,i,d):d}}};function k(t,e){return e.data&&e.data.attrs&&e.data.attrs.place&&(t[e.data.attrs.place]=e),t}function $(t,e,i){return t[i]=e,t}function S(t){return Boolean(t.data&&t.data.attrs&&t.data.attrs.place)}var T,P={name:"i18n-n",functional:!0,props:{tag:{type:[String,Boolean,Object],default:"span"},value:{type:Number,required:!0},format:{type:[String,Object]},locale:{type:String}},render:function(t,e){var i=e.props,n=e.parent,r=e.data,s=n.$i18n;if(!s)return null;var o=null,l=null;u(i.format)?o=i.format:c(i.format)&&(i.format.key&&(o=i.format.key),l=Object.keys(i.format).reduce((function(t,e){var n;return m(a,e)?Object.assign({},t,(n={},n[e]=i.format[e],n)):t}),null));var d=i.locale||s.locale,f=s._ntp(i.value,d,o,l),h=f.map((function(t,e){var i,n=r.scopedSlots&&r.scopedSlots[t.type];return n?n((i={},i[t.type]=t.value,i.index=e,i.parts=f,i)):t.value})),p=i.tag&&!0!==i.tag||!1===i.tag?i.tag:"span";return p?t(p,{attrs:r.attrs,class:r["class"],staticClass:r.staticClass},h):h}};function A(t,e,i){I(t,i)&&L(t,e,i)}function O(t,e,i,n){if(I(t,i)){var a=i.context.$i18n;(function(t,e){var i=e.context;return t._locale===i.$i18n.locale})(t,i)&&b(e.value,e.oldValue)&&b(t._localeMessage,a.getLocaleMessage(a.locale))||L(t,e,i)}}function D(t,e,i,n){var a=i.context;if(a){var r=i.context.$i18n||{};e.modifiers.preserve||r.preserveDirectiveContent||(t.textContent=""),t._vt=void 0,delete t["_vt"],t._locale=void 0,delete t["_locale"],t._localeMessage=void 0,delete t["_localeMessage"]}else s("Vue instance does not exists in VNode context")}function I(t,e){var i=e.context;return i?!!i.$i18n||(s("VueI18n instance does not exists in Vue instance"),!1):(s("Vue instance does not exists in VNode context"),!1)}function L(t,e,i){var n,a,r=e.value,o=function(t){var e,i,n,a;u(t)?e=t:f(t)&&(e=t.path,i=t.locale,n=t.args,a=t.choice);return{path:e,locale:i,args:n,choice:a}}(r),c=o.path,l=o.locale,d=o.args,h=o.choice;if(c||l||d)if(c){var p=i.context;t._vt=t.textContent=null!=h?(n=p.$i18n).tc.apply(n,[c,h].concat(M(l,d))):(a=p.$i18n).t.apply(a,[c].concat(M(l,d))),t._locale=p.$i18n.locale,t._localeMessage=p.$i18n.getLocaleMessage(p.$i18n.locale)}else s("`path` is required in v-t directive");else s("value type not supported")}function M(t,e){var i=[];return t&&i.push(t),e&&(Array.isArray(e)||f(e))&&i.push(e),i}function F(t,i){void 0===i&&(i={bridge:!1}),F.installed=!0,T=t;T.version&&Number(T.version.split(".")[0]);(function(t){t.prototype.hasOwnProperty("$i18n")||Object.defineProperty(t.prototype,"$i18n",{get:function(){return this._i18n}}),t.prototype.$t=function(t){var e=[],i=arguments.length-1;while(i-- >0)e[i]=arguments[i+1];var n=this.$i18n;return n._t.apply(n,[t,n.locale,n._getMessages(),this].concat(e))},t.prototype.$tc=function(t,e){var i=[],n=arguments.length-2;while(n-- >0)i[n]=arguments[n+2];var a=this.$i18n;return a._tc.apply(a,[t,a.locale,a._getMessages(),this,e].concat(i))},t.prototype.$te=function(t,e){var i=this.$i18n;return i._te(t,i.locale,i._getMessages(),e)},t.prototype.$d=function(t){var e,i=[],n=arguments.length-1;while(n-- >0)i[n]=arguments[n+1];return(e=this.$i18n).d.apply(e,[t].concat(i))},t.prototype.$n=function(t){var e,i=[],n=arguments.length-1;while(n-- >0)i[n]=arguments[n+1];return(e=this.$i18n).n.apply(e,[t].concat(i))}})(T),T.mixin(function(t){function i(){this!==this.$root&&this.$options.__INTLIFY_META__&&this.$el&&this.$el.setAttribute("data-intlify",this.$options.__INTLIFY_META__)}return void 0===t&&(t=!1),t?{mounted:i}:{beforeCreate:function(){var t=this.$options;if(t.i18n=t.i18n||(t.__i18nBridge||t.__i18n?{}:null),t.i18n)if(t.i18n instanceof Y){if(t.__i18nBridge||t.__i18n)try{var i=t.i18n&&t.i18n.messages?t.i18n.messages:{},n=t.__i18nBridge||t.__i18n;n.forEach((function(t){i=x(i,JSON.parse(t))})),Object.keys(i).forEach((function(e){t.i18n.mergeLocaleMessage(e,i[e])}))}catch(e){0}this._i18n=t.i18n,this._i18nWatcher=this._i18n.watchI18nData()}else if(f(t.i18n)){var a=this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof Y?this.$root.$i18n:null;if(a&&(t.i18n.root=this.$root,t.i18n.formatter=a.formatter,t.i18n.fallbackLocale=a.fallbackLocale,t.i18n.formatFallbackMessages=a.formatFallbackMessages,t.i18n.silentTranslationWarn=a.silentTranslationWarn,t.i18n.silentFallbackWarn=a.silentFallbackWarn,t.i18n.pluralizationRules=a.pluralizationRules,t.i18n.preserveDirectiveContent=a.preserveDirectiveContent),t.__i18nBridge||t.__i18n)try{var r=t.i18n&&t.i18n.messages?t.i18n.messages:{},s=t.__i18nBridge||t.__i18n;s.forEach((function(t){r=x(r,JSON.parse(t))})),t.i18n.messages=r}catch(e){0}var o=t.i18n,c=o.sharedMessages;c&&f(c)&&(t.i18n.messages=x(t.i18n.messages,c)),this._i18n=new Y(t.i18n),this._i18nWatcher=this._i18n.watchI18nData(),(void 0===t.i18n.sync||t.i18n.sync)&&(this._localeWatcher=this.$i18n.watchLocale()),a&&a.onComponentInstanceCreated(this._i18n)}else 0;else this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof Y?this._i18n=this.$root.$i18n:t.parent&&t.parent.$i18n&&t.parent.$i18n instanceof Y&&(this._i18n=t.parent.$i18n)},beforeMount:function(){var t=this.$options;t.i18n=t.i18n||(t.__i18nBridge||t.__i18n?{}:null),t.i18n?(t.i18n instanceof Y||f(t.i18n))&&(this._i18n.subscribeDataChanging(this),this._subscribing=!0):(this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof Y||t.parent&&t.parent.$i18n&&t.parent.$i18n instanceof Y)&&(this._i18n.subscribeDataChanging(this),this._subscribing=!0)},mounted:i,beforeDestroy:function(){if(this._i18n){var t=this;this.$nextTick((function(){t._subscribing&&(t._i18n.unsubscribeDataChanging(t),delete t._subscribing),t._i18nWatcher&&(t._i18nWatcher(),t._i18n.destroyVM(),delete t._i18nWatcher),t._localeWatcher&&(t._localeWatcher(),delete t._localeWatcher)}))}}}}(i.bridge)),T.directive("t",{bind:A,update:O,unbind:D}),T.component(C.name,C),T.component(P.name,P);var n=T.config.optionMergeStrategies;n.i18n=function(t,e){return void 0===e?t:e}}var j=function(){this._caches=Object.create(null)};j.prototype.interpolate=function(t,e){if(!e)return[t];var i=this._caches[t];return i||(i=function(t){var e=[],i=0,n="";while(i0)d--,u=4,f[0]();else{if(d=0,void 0===i)return!1;if(i=W(i),!1===i)return!1;f[1]()}};while(null!==u)if(l++,e=t[l],"\\"!==e||!h()){if(a=z(e),o=N[u],r=o[a]||o["else"]||8,8===r)return;if(u=r[0],s=f[r[1]],s&&(n=r[2],n=void 0===n?e:n,!1===s()))return;if(7===u)return c}}(t),e&&(this._cache[t]=e)),e||[]},U.prototype.getPathValue=function(t,e){if(!c(t))return null;var i=this.parsePath(e);if(0===i.length)return null;var n=i.length,a=t,r=0;while(r/,G=/(?:@(?:\.[a-zA-Z]+)?:(?:[\w\-_|./]+|\([\w\-_:|./]+\)))/g,V=/^@(?:\.([a-zA-Z]+))?:/,K=/[()]/g,J={upper:function(t){return t.toLocaleUpperCase()},lower:function(t){return t.toLocaleLowerCase()},capitalize:function(t){return""+t.charAt(0).toLocaleUpperCase()+t.substr(1)}},X=new j,Y=function(t){var e=this;void 0===t&&(t={}),!T&&"undefined"!==typeof window&&window.Vue&&F(window.Vue);var i=t.locale||"en-US",n=!1!==t.fallbackLocale&&(t.fallbackLocale||"en-US"),a=t.messages||{},r=t.dateTimeFormats||t.datetimeFormats||{},s=t.numberFormats||{};this._vm=null,this._formatter=t.formatter||X,this._modifiers=t.modifiers||{},this._missing=t.missing||null,this._root=t.root||null,this._sync=void 0===t.sync||!!t.sync,this._fallbackRoot=void 0===t.fallbackRoot||!!t.fallbackRoot,this._fallbackRootWithEmptyString=void 0===t.fallbackRootWithEmptyString||!!t.fallbackRootWithEmptyString,this._formatFallbackMessages=void 0!==t.formatFallbackMessages&&!!t.formatFallbackMessages,this._silentTranslationWarn=void 0!==t.silentTranslationWarn&&t.silentTranslationWarn,this._silentFallbackWarn=void 0!==t.silentFallbackWarn&&!!t.silentFallbackWarn,this._dateTimeFormatters={},this._numberFormatters={},this._path=new U,this._dataListeners=new Set,this._componentInstanceCreatedListener=t.componentInstanceCreatedListener||null,this._preserveDirectiveContent=void 0!==t.preserveDirectiveContent&&!!t.preserveDirectiveContent,this.pluralizationRules=t.pluralizationRules||{},this._warnHtmlInMessage=t.warnHtmlInMessage||"off",this._postTranslation=t.postTranslation||null,this._escapeParameterHtml=t.escapeParameterHtml||!1,"__VUE_I18N_BRIDGE__"in t&&(this.__VUE_I18N_BRIDGE__=t.__VUE_I18N_BRIDGE__),this.getChoiceIndex=function(t,i){var n=Object.getPrototypeOf(e);if(n&&n.getChoiceIndex){var a=n.getChoiceIndex;return a.call(e,t,i)}return e.locale in e.pluralizationRules?e.pluralizationRules[e.locale].apply(e,[t,i]):function(t,e){return t=Math.abs(t),2===e?t?t>1?1:0:1:t?Math.min(t,2):0}(t,i)},this._exist=function(t,i){return!(!t||!i)&&(!h(e._path.getPathValue(t,i))||!!t[i])},"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||Object.keys(a).forEach((function(t){e._checkLocaleMessage(t,e._warnHtmlInMessage,a[t])})),this._initVM({locale:i,fallbackLocale:n,messages:a,dateTimeFormats:r,numberFormats:s})},Q={vm:{configurable:!0},messages:{configurable:!0},dateTimeFormats:{configurable:!0},numberFormats:{configurable:!0},availableLocales:{configurable:!0},locale:{configurable:!0},fallbackLocale:{configurable:!0},formatFallbackMessages:{configurable:!0},missing:{configurable:!0},formatter:{configurable:!0},silentTranslationWarn:{configurable:!0},silentFallbackWarn:{configurable:!0},preserveDirectiveContent:{configurable:!0},warnHtmlInMessage:{configurable:!0},postTranslation:{configurable:!0},sync:{configurable:!0}};Y.prototype._checkLocaleMessage=function(t,e,i){var n=function(t,e,i,a){if(f(i))Object.keys(i).forEach((function(r){var s=i[r];f(s)?(a.push(r),a.push("."),n(t,e,s,a),a.pop(),a.pop()):(a.push(r),n(t,e,s,a),a.pop())}));else if(o(i))i.forEach((function(i,r){f(i)?(a.push("["+r+"]"),a.push("."),n(t,e,i,a),a.pop(),a.pop()):(a.push("["+r+"]"),n(t,e,i,a),a.pop())}));else if(u(i)){var r=H.test(i);if(r){var c="Detected HTML in message '"+i+"' of keypath '"+a.join("")+"' at '"+e+"'. Consider component interpolation with '' to avoid XSS. See https://bit.ly/2ZqJzkp";"warn"===t?s(c):"error"===t&&function(t,e){"undefined"!==typeof console&&(console.error("[vue-i18n] "+t),e&&console.error(e.stack))}(c)}}};n(e,t,i,[])},Y.prototype._initVM=function(t){var e=T.config.silent;T.config.silent=!0,this._vm=new T({data:t,__VUE18N__INSTANCE__:!0}),T.config.silent=e},Y.prototype.destroyVM=function(){this._vm.$destroy()},Y.prototype.subscribeDataChanging=function(t){this._dataListeners.add(t)},Y.prototype.unsubscribeDataChanging=function(t){(function(t,e){if(t.delete(e));})(this._dataListeners,t)},Y.prototype.watchI18nData=function(){var t=this;return this._vm.$watch("$data",(function(){var e=function(t){var e=[];return t.forEach((function(t){return e.push(t)})),e}(t._dataListeners),i=e.length;while(i--)T.nextTick((function(){e[i]&&e[i].$forceUpdate()}))}),{deep:!0})},Y.prototype.watchLocale=function(t){if(t){if(!this.__VUE_I18N_BRIDGE__)return null;var e=this,i=this._vm;return this.vm.$watch("locale",(function(n){i.$set(i,"locale",n),e.__VUE_I18N_BRIDGE__&&t&&(t.locale.value=n),i.$forceUpdate()}),{immediate:!0})}if(!this._sync||!this._root)return null;var n=this._vm;return this._root.$i18n.vm.$watch("locale",(function(t){n.$set(n,"locale",t),n.$forceUpdate()}),{immediate:!0})},Y.prototype.onComponentInstanceCreated=function(t){this._componentInstanceCreatedListener&&this._componentInstanceCreatedListener(t,this)},Q.vm.get=function(){return this._vm},Q.messages.get=function(){return v(this._getMessages())},Q.dateTimeFormats.get=function(){return v(this._getDateTimeFormats())},Q.numberFormats.get=function(){return v(this._getNumberFormats())},Q.availableLocales.get=function(){return Object.keys(this.messages).sort()},Q.locale.get=function(){return this._vm.locale},Q.locale.set=function(t){this._vm.$set(this._vm,"locale",t)},Q.fallbackLocale.get=function(){return this._vm.fallbackLocale},Q.fallbackLocale.set=function(t){this._localeChainCache={},this._vm.$set(this._vm,"fallbackLocale",t)},Q.formatFallbackMessages.get=function(){return this._formatFallbackMessages},Q.formatFallbackMessages.set=function(t){this._formatFallbackMessages=t},Q.missing.get=function(){return this._missing},Q.missing.set=function(t){this._missing=t},Q.formatter.get=function(){return this._formatter},Q.formatter.set=function(t){this._formatter=t},Q.silentTranslationWarn.get=function(){return this._silentTranslationWarn},Q.silentTranslationWarn.set=function(t){this._silentTranslationWarn=t},Q.silentFallbackWarn.get=function(){return this._silentFallbackWarn},Q.silentFallbackWarn.set=function(t){this._silentFallbackWarn=t},Q.preserveDirectiveContent.get=function(){return this._preserveDirectiveContent},Q.preserveDirectiveContent.set=function(t){this._preserveDirectiveContent=t},Q.warnHtmlInMessage.get=function(){return this._warnHtmlInMessage},Q.warnHtmlInMessage.set=function(t){var e=this,i=this._warnHtmlInMessage;if(this._warnHtmlInMessage=t,i!==t&&("warn"===t||"error"===t)){var n=this._getMessages();Object.keys(n).forEach((function(t){e._checkLocaleMessage(t,e._warnHtmlInMessage,n[t])}))}},Q.postTranslation.get=function(){return this._postTranslation},Q.postTranslation.set=function(t){this._postTranslation=t},Q.sync.get=function(){return this._sync},Q.sync.set=function(t){this._sync=t},Y.prototype._getMessages=function(){return this._vm.messages},Y.prototype._getDateTimeFormats=function(){return this._vm.dateTimeFormats},Y.prototype._getNumberFormats=function(){return this._vm.numberFormats},Y.prototype._warnDefault=function(t,e,i,n,a,r){if(!h(i))return i;if(this._missing){var s=this._missing.apply(null,[t,e,n,a]);if(u(s))return s}else 0;if(this._formatFallbackMessages){var o=g.apply(void 0,a);return this._render(e,r,o.params,e)}return e},Y.prototype._isFallbackRoot=function(t){return(this._fallbackRootWithEmptyString?!t:h(t))&&!h(this._root)&&this._fallbackRoot},Y.prototype._isSilentFallbackWarn=function(t){return this._silentFallbackWarn instanceof RegExp?this._silentFallbackWarn.test(t):this._silentFallbackWarn},Y.prototype._isSilentFallback=function(t,e){return this._isSilentFallbackWarn(e)&&(this._isFallbackRoot()||t!==this.fallbackLocale)},Y.prototype._isSilentTranslationWarn=function(t){return this._silentTranslationWarn instanceof RegExp?this._silentTranslationWarn.test(t):this._silentTranslationWarn},Y.prototype._interpolate=function(t,e,i,n,a,r,s){if(!e)return null;var c,l=this._path.getPathValue(e,i);if(o(l)||f(l))return l;if(h(l)){if(!f(e))return null;if(c=e[i],!u(c)&&!p(c))return null}else{if(!u(l)&&!p(l))return null;c=l}return u(c)&&(c.indexOf("@:")>=0||c.indexOf("@.")>=0)&&(c=this._link(t,e,c,n,"raw",r,s)),this._render(c,a,r,i)},Y.prototype._link=function(t,e,i,n,a,r,s){var c=i,l=c.match(G);for(var u in l)if(l.hasOwnProperty(u)){var d=l[u],f=d.match(V),h=f[0],p=f[1],g=d.replace(h,"").replace(K,"");if(m(s,g))return c;s.push(g);var v=this._interpolate(t,e,g,n,"raw"===a?"string":a,"raw"===a?void 0:r,s);if(this._isFallbackRoot(v)){if(!this._root)throw Error("unexpected error");var _=this._root.$i18n;v=_._translate(_._getMessages(),_.locale,_.fallbackLocale,g,n,a,r)}v=this._warnDefault(t,g,v,n,o(r)?r:[r],a),this._modifiers.hasOwnProperty(p)?v=this._modifiers[p](v):J.hasOwnProperty(p)&&(v=J[p](v)),s.pop(),c=v?c.replace(d,v):c}return c},Y.prototype._createMessageContext=function(t,e,i,n){var a=this,r=o(t)?t:[],s=c(t)?t:{},l=this._getMessages(),u=this.locale;return{list:function(t){return r[t]},named:function(t){return s[t]},values:t,formatter:e,path:i,messages:l,locale:u,linked:function(t){return a._interpolate(u,l[u]||{},t,null,n,void 0,[t])}}},Y.prototype._render=function(t,e,i,n){if(p(t))return t(this._createMessageContext(i,this._formatter||X,n,e));var a=this._formatter.interpolate(t,i,n);return a||(a=X.interpolate(t,i,n)),"string"!==e||u(a)?a:a.join("")},Y.prototype._appendItemToChain=function(t,e,i){var n=!1;return m(t,e)||(n=!0,e&&(n="!"!==e[e.length-1],e=e.replace(/!/g,""),t.push(e),i&&i[e]&&(n=i[e]))),n},Y.prototype._appendLocaleToChain=function(t,e,i){var n,a=e.split("-");do{var r=a.join("-");n=this._appendItemToChain(t,r,i),a.splice(-1,1)}while(a.length&&!0===n);return n},Y.prototype._appendBlockToChain=function(t,e,i){for(var n=!0,a=0;a0)r[s]=arguments[s+4];if(!t)return"";var o=g.apply(void 0,r);this._escapeParameterHtml&&(o.params=w(o.params));var c=o.locale||e,l=this._translate(i,c,this.fallbackLocale,t,n,"string",o.params);if(this._isFallbackRoot(l)){if(!this._root)throw Error("unexpected error");return(a=this._root).$t.apply(a,[t].concat(r))}return l=this._warnDefault(c,t,l,n,r,"string"),this._postTranslation&&null!==l&&void 0!==l&&(l=this._postTranslation(l,t)),l},Y.prototype.t=function(t){var e,i=[],n=arguments.length-1;while(n-- >0)i[n]=arguments[n+1];return(e=this)._t.apply(e,[t,this.locale,this._getMessages(),null].concat(i))},Y.prototype._i=function(t,e,i,n,a){var r=this._translate(i,e,this.fallbackLocale,t,n,"raw",a);if(this._isFallbackRoot(r)){if(!this._root)throw Error("unexpected error");return this._root.$i18n.i(t,e,a)}return this._warnDefault(e,t,r,n,[a],"raw")},Y.prototype.i=function(t,e,i){return t?(u(e)||(e=this.locale),this._i(t,e,this._getMessages(),null,i)):""},Y.prototype._tc=function(t,e,i,n,a){var r,s=[],o=arguments.length-5;while(o-- >0)s[o]=arguments[o+5];if(!t)return"";void 0===a&&(a=1);var c={count:a,n:a},l=g.apply(void 0,s);return l.params=Object.assign(c,l.params),s=null===l.locale?[l.params]:[l.locale,l.params],this.fetchChoice((r=this)._t.apply(r,[t,e,i,n].concat(s)),a)},Y.prototype.fetchChoice=function(t,e){if(!t||!u(t))return null;var i=t.split("|");return e=this.getChoiceIndex(e,i.length),i[e]?i[e].trim():t},Y.prototype.tc=function(t,e){var i,n=[],a=arguments.length-2;while(a-- >0)n[a]=arguments[a+2];return(i=this)._tc.apply(i,[t,this.locale,this._getMessages(),null,e].concat(n))},Y.prototype._te=function(t,e,i){var n=[],a=arguments.length-3;while(a-- >0)n[a]=arguments[a+3];var r=g.apply(void 0,n).locale||e;return this._exist(i[r],t)},Y.prototype.te=function(t,e){return this._te(t,this.locale,this._getMessages(),e)},Y.prototype.getLocaleMessage=function(t){return v(this._vm.messages[t]||{})},Y.prototype.setLocaleMessage=function(t,e){"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||this._checkLocaleMessage(t,this._warnHtmlInMessage,e),this._vm.$set(this._vm.messages,t,e)},Y.prototype.mergeLocaleMessage=function(t,e){"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||this._checkLocaleMessage(t,this._warnHtmlInMessage,e),this._vm.$set(this._vm.messages,t,x("undefined"!==typeof this._vm.messages[t]&&Object.keys(this._vm.messages[t]).length?Object.assign({},this._vm.messages[t]):{},e))},Y.prototype.getDateTimeFormat=function(t){return v(this._vm.dateTimeFormats[t]||{})},Y.prototype.setDateTimeFormat=function(t,e){this._vm.$set(this._vm.dateTimeFormats,t,e),this._clearDateTimeFormat(t,e)},Y.prototype.mergeDateTimeFormat=function(t,e){this._vm.$set(this._vm.dateTimeFormats,t,x(this._vm.dateTimeFormats[t]||{},e)),this._clearDateTimeFormat(t,e)},Y.prototype._clearDateTimeFormat=function(t,e){for(var i in e){var n=t+"__"+i;this._dateTimeFormatters.hasOwnProperty(n)&&delete this._dateTimeFormatters[n]}},Y.prototype._localizeDateTime=function(t,e,i,n,a,r){for(var s=e,o=n[s],c=this._getLocaleChain(e,i),l=0;l0)e[i]=arguments[i+1];var n=this.locale,a=null,s=null;return 1===e.length?(u(e[0])?a=e[0]:c(e[0])&&(e[0].locale&&(n=e[0].locale),e[0].key&&(a=e[0].key)),s=Object.keys(e[0]).reduce((function(t,i){var n;return m(r,i)?Object.assign({},t,(n={},n[i]=e[0][i],n)):t}),null)):2===e.length&&(u(e[0])&&(a=e[0]),u(e[1])&&(n=e[1])),this._d(t,n,a,s)},Y.prototype.getNumberFormat=function(t){return v(this._vm.numberFormats[t]||{})},Y.prototype.setNumberFormat=function(t,e){this._vm.$set(this._vm.numberFormats,t,e),this._clearNumberFormat(t,e)},Y.prototype.mergeNumberFormat=function(t,e){this._vm.$set(this._vm.numberFormats,t,x(this._vm.numberFormats[t]||{},e)),this._clearNumberFormat(t,e)},Y.prototype._clearNumberFormat=function(t,e){for(var i in e){var n=t+"__"+i;this._numberFormatters.hasOwnProperty(n)&&delete this._numberFormatters[n]}},Y.prototype._getNumberFormatter=function(t,e,i,n,a,r){for(var s=e,o=n[s],c=this._getLocaleChain(e,i),l=0;l0)e[i]=arguments[i+1];var n=this.locale,r=null,s=null;return 1===e.length?u(e[0])?r=e[0]:c(e[0])&&(e[0].locale&&(n=e[0].locale),e[0].key&&(r=e[0].key),s=Object.keys(e[0]).reduce((function(t,i){var n;return m(a,i)?Object.assign({},t,(n={},n[i]=e[0][i],n)):t}),null)):2===e.length&&(u(e[0])&&(r=e[0]),u(e[1])&&(n=e[1])),this._n(t,n,r,s)},Y.prototype._ntp=function(t,e,i,n){if(!Y.availabilities.numberFormat)return[];if(!i){var a=n?new Intl.NumberFormat(e,n):new Intl.NumberFormat(e);return a.formatToParts(t)}var r=this._getNumberFormatter(t,e,this.fallbackLocale,this._getNumberFormats(),i,n),s=r&&r.formatToParts(t);if(this._isFallbackRoot(s)){if(!this._root)throw Error("unexpected error");return this._root.$i18n._ntp(t,e,i,n)}return s||[]},Object.defineProperties(Y.prototype,Q),Object.defineProperty(Y,"availabilities",{get:function(){if(!q){var t="undefined"!==typeof Intl;q={dateTimeFormat:t&&"undefined"!==typeof Intl.DateTimeFormat,numberFormat:t&&"undefined"!==typeof Intl.NumberFormat}}return q}}),Y.install=F,Y.version="8.28.2",i["default"]=Y},a941:function(t,e,i){"use strict";(function(t){var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("539b")),r=n(i("359a")),s=n(i("645e")),o=n(i("ecc4")),c=(i("8bbf"),{data:function(){return{opts:{title:{name:"75",fontSize:35,color:"#4687F9"}},chartData:{series:[{name:"\u6b63\u786e\u7387",color:"#4687F9",data:.75}]},rtype:"",isRefresh:!0}},components:{uslider:a.default,record:s.default,headerIndex:r.default,qiunDataCharts:o.default},onLoad:function(){this.selectllist=this.$json.selectllist},methods:{handlerRecord:function(t){this.rtype=t,this.$store.commit("changeRecord",!0)},handleHistory:function(e){t("log","1111",e," at pages/score/score.vue:130"),uni.navigateTo({url:"/pages/history/history?type=edit&key="+e})},handleBlur:function(t,e){this.selectllist[e].disabled=!0,this.$forceUpdate()},handleEdit:function(t){this.selectllist[t].disabled=!1,this.$forceUpdate()},navTo:function(t){uni.navigateTo({url:t})}}});e.default=c}).call(this,i("0de9")["default"])},a9ff:function(t,i,n){"use strict";(function(t,a){var r=n("4ea4");Object.defineProperty(i,"__esModule",{value:!0}),i.default=void 0;var s=r(n("a34a")),o=r(n("3c96")),c=r(n("278c")),l=r(n("7037")),u=r(n("448a")),d=r(n("c973")),f=r(n("9523")),h=r(n("ed6d")),p=r(n("6b58")),g=r(n("36c6")),v=r(n("a128")),m=r(n("970b")),_=r(n("5bc3")),y=r(n("ff31"));function x(t,e){var i="undefined"!==typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!i){if(Array.isArray(t)||(i=function(t,e){if(!t)return;if("string"===typeof t)return b(t,e);var i=Object.prototype.toString.call(t).slice(8,-1);"Object"===i&&t.constructor&&(i=t.constructor.name);if("Map"===i||"Set"===i)return Array.from(t);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return b(t,e)}(t))||e&&t&&"number"===typeof t.length){i&&(t=i);var n=0,a=function(){};return{s:a,n:function(){return n>=t.length?{done:!0}:{done:!1,value:t[n++]}},e:function(t){throw t},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,s=!0,o=!1;return{s:function(){i=i.call(t)},n:function(){var t=i.next();return s=t.done,t},e:function(t){o=!0,r=t},f:function(){try{s||null==i.return||i.return()}finally{if(o)throw r}}}}function b(t,e){(null==e||e>t.length)&&(e=t.length);for(var i=0,n=new Array(e);i>>2]>>>24-r%4*8&255;e[n+r>>>2]|=s<<24-(n+r)%4*8}else for(r=0;r>>2]=i[r>>>2];return this.sigBytes+=a,this},clamp:function(){var e=this.words,i=this.sigBytes;e[i>>>2]&=4294967295<<32-i%4*8,e.length=t.ceil(i/4)},clone:function(){var t=r.clone.call(this);return t.words=this.words.slice(0),t},random:function(e){for(var i,n=[],a=function(e){e=e;var i=987654321,n=4294967295;return function(){var a=((i=36969*(65535&i)+(i>>16)&n)<<16)+(e=18e3*(65535&e)+(e>>16)&n)&n;return a/=4294967296,(a+=.5)*(t.random()>.5?1:-1)}},r=0;r>>2]>>>24-a%4*8&255;n.push((r>>>4).toString(16)),n.push((15&r).toString(16))}return n.join("")},parse:function(t){for(var e=t.length,i=[],n=0;n>>3]|=parseInt(t.substr(n,2),16)<<24-n%8*4;return new s.init(i,e/2)}},l=o.Latin1={stringify:function(t){for(var e=t.words,i=t.sigBytes,n=[],a=0;a>>2]>>>24-a%4*8&255;n.push(String.fromCharCode(r))}return n.join("")},parse:function(t){for(var e=t.length,i=[],n=0;n>>2]|=(255&t.charCodeAt(n))<<24-n%4*8;return new s.init(i,e)}},u=o.Utf8={stringify:function(t){try{return decodeURIComponent(escape(l.stringify(t)))}catch(t){throw new Error("Malformed UTF-8 data")}},parse:function(t){return l.parse(unescape(encodeURIComponent(t)))}},d=a.BufferedBlockAlgorithm=r.extend({reset:function(){this._data=new s.init,this._nDataBytes=0},_append:function(t){"string"==typeof t&&(t=u.parse(t)),this._data.concat(t),this._nDataBytes+=t.sigBytes},_process:function(e){var i=this._data,n=i.words,a=i.sigBytes,r=this.blockSize,o=a/(4*r),c=(o=e?t.ceil(o):t.max((0|o)-this._minBufferSize,0))*r,l=t.min(4*c,a);if(c){for(var u=0;u>>24)|4278255360&(a<<24|a>>>8)}var r=this._hash.words,s=t[e+0],c=t[e+1],h=t[e+2],p=t[e+3],g=t[e+4],v=t[e+5],m=t[e+6],_=t[e+7],y=t[e+8],x=t[e+9],b=t[e+10],w=t[e+11],C=t[e+12],k=t[e+13],$=t[e+14],S=t[e+15],T=r[0],P=r[1],A=r[2],O=r[3];T=l(T,P,A,O,s,7,o[0]),O=l(O,T,P,A,c,12,o[1]),A=l(A,O,T,P,h,17,o[2]),P=l(P,A,O,T,p,22,o[3]),T=l(T,P,A,O,g,7,o[4]),O=l(O,T,P,A,v,12,o[5]),A=l(A,O,T,P,m,17,o[6]),P=l(P,A,O,T,_,22,o[7]),T=l(T,P,A,O,y,7,o[8]),O=l(O,T,P,A,x,12,o[9]),A=l(A,O,T,P,b,17,o[10]),P=l(P,A,O,T,w,22,o[11]),T=l(T,P,A,O,C,7,o[12]),O=l(O,T,P,A,k,12,o[13]),A=l(A,O,T,P,$,17,o[14]),T=u(T,P=l(P,A,O,T,S,22,o[15]),A,O,c,5,o[16]),O=u(O,T,P,A,m,9,o[17]),A=u(A,O,T,P,w,14,o[18]),P=u(P,A,O,T,s,20,o[19]),T=u(T,P,A,O,v,5,o[20]),O=u(O,T,P,A,b,9,o[21]),A=u(A,O,T,P,S,14,o[22]),P=u(P,A,O,T,g,20,o[23]),T=u(T,P,A,O,x,5,o[24]),O=u(O,T,P,A,$,9,o[25]),A=u(A,O,T,P,p,14,o[26]),P=u(P,A,O,T,y,20,o[27]),T=u(T,P,A,O,k,5,o[28]),O=u(O,T,P,A,h,9,o[29]),A=u(A,O,T,P,_,14,o[30]),T=d(T,P=u(P,A,O,T,C,20,o[31]),A,O,v,4,o[32]),O=d(O,T,P,A,y,11,o[33]),A=d(A,O,T,P,w,16,o[34]),P=d(P,A,O,T,$,23,o[35]),T=d(T,P,A,O,c,4,o[36]),O=d(O,T,P,A,g,11,o[37]),A=d(A,O,T,P,_,16,o[38]),P=d(P,A,O,T,b,23,o[39]),T=d(T,P,A,O,k,4,o[40]),O=d(O,T,P,A,s,11,o[41]),A=d(A,O,T,P,p,16,o[42]),P=d(P,A,O,T,m,23,o[43]),T=d(T,P,A,O,x,4,o[44]),O=d(O,T,P,A,C,11,o[45]),A=d(A,O,T,P,S,16,o[46]),T=f(T,P=d(P,A,O,T,h,23,o[47]),A,O,s,6,o[48]),O=f(O,T,P,A,_,10,o[49]),A=f(A,O,T,P,$,15,o[50]),P=f(P,A,O,T,v,21,o[51]),T=f(T,P,A,O,C,6,o[52]),O=f(O,T,P,A,p,10,o[53]),A=f(A,O,T,P,b,15,o[54]),P=f(P,A,O,T,c,21,o[55]),T=f(T,P,A,O,y,6,o[56]),O=f(O,T,P,A,S,10,o[57]),A=f(A,O,T,P,m,15,o[58]),P=f(P,A,O,T,k,21,o[59]),T=f(T,P,A,O,g,6,o[60]),O=f(O,T,P,A,w,10,o[61]),A=f(A,O,T,P,h,15,o[62]),P=f(P,A,O,T,x,21,o[63]),r[0]=r[0]+T|0,r[1]=r[1]+P|0,r[2]=r[2]+A|0,r[3]=r[3]+O|0},_doFinalize:function(){var e=this._data,i=e.words,n=8*this._nDataBytes,a=8*e.sigBytes;i[a>>>5]|=128<<24-a%32;var r=t.floor(n/4294967296),s=n;i[15+(a+64>>>9<<4)]=16711935&(r<<8|r>>>24)|4278255360&(r<<24|r>>>8),i[14+(a+64>>>9<<4)]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),e.sigBytes=4*(i.length+1),this._process();for(var o=this._hash,c=o.words,l=0;l<4;l++){var u=c[l];c[l]=16711935&(u<<8|u>>>24)|4278255360&(u<<24|u>>>8)}return o},clone:function(){var t=r.clone.call(this);return t._hash=this._hash.clone(),t}});function l(t,e,i,n,a,r,s){var o=t+(e&i|~e&n)+a+s;return(o<>>32-r)+e}function u(t,e,i,n,a,r,s){var o=t+(e&n|i&~n)+a+s;return(o<>>32-r)+e}function d(t,e,i,n,a,r,s){var o=t+(e^i^n)+a+s;return(o<>>32-r)+e}function f(t,e,i,n,a,r,s){var o=t+(i^(e|~n))+a+s;return(o<>>32-r)+e}e.MD5=r._createHelper(c),e.HmacMD5=r._createHmacHelper(c)}(Math),i.MD5)})),$((function(t,e){var i;t.exports=(i=T,void function(){var t=i,e=t.lib.Base,n=t.enc.Utf8;t.algo.HMAC=e.extend({init:function(t,e){t=this._hasher=new t.init,"string"==typeof e&&(e=n.parse(e));var i=t.blockSize,a=4*i;e.sigBytes>a&&(e=t.finalize(e)),e.clamp();for(var r=this._oKey=e.clone(),s=this._iKey=e.clone(),o=r.words,c=s.words,l=0;l>>6-s%4*2;a[r>>>2]|=(o|c)<<24-r%4*8,r++}return e.create(a,r)}t.enc.Base64={stringify:function(t){var e=t.words,i=t.sigBytes,n=this._map;t.clamp();for(var a=[],r=0;r>>2]>>>24-r%4*8&255)<<16|(e[r+1>>>2]>>>24-(r+1)%4*8&255)<<8|e[r+2>>>2]>>>24-(r+2)%4*8&255,o=0;o<4&&r+.75*o>>6*(3-o)&63));var c=n.charAt(64);if(c)for(;a.length%4;)a.push(c);return a.join("")},parse:function(t){var e=t.length,i=this._map,a=this._reverseMap;if(!a){a=this._reverseMap=[];for(var r=0;r0&&void 0!==arguments[0]?arguments[0]:{},i=e.createPromise,n=e.retryRule,a=void 0===n?B:n;(0,m.default)(this,t),this.createPromise=i,this.status=null,this.promise=null,this.retryRule=a}return(0,_.default)(t,[{key:"needRetry",get:function(){if(!this.status)return!0;switch(this.retryRule){case B:return this.status===F;case z:return this.status!==L}}},{key:"exec",value:function(){var t=this;return this.needRetry?(this.status=L,this.promise=this.createPromise().then((function(e){return t.status=M,Promise.resolve(e)}),(function(e){return t.status=F,Promise.reject(e)})),this.promise):this.promise}}]),t}();function U(t){return t&&"string"==typeof t?JSON.parse(t):t}var q=U([]),H="app",G=(U(void 0),U([])||[]);try{(n("a77d").default||n("a77d")).appid}catch(e){}var V={};function K(t){var e,i,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return e=V,i=t,Object.prototype.hasOwnProperty.call(e,i)||(V[t]=n),V[t]}"app"===H&&(V=uni._globalUniCloudObj?uni._globalUniCloudObj:uni._globalUniCloudObj={});var J=["invoke","success","fail","complete"],X=K("_globalUniCloudInterceptor");function Y(t,e){X[t]||(X[t]={}),E(e)&&Object.keys(e).forEach((function(i){J.indexOf(i)>-1&&function(t,e,i){var n=X[t][e];n||(n=X[t][e]=[]),-1===n.indexOf(i)&&R(i)&&n.push(i)}(t,i,e[i])}))}function Q(t,e){X[t]||(X[t]={}),E(e)?Object.keys(e).forEach((function(i){J.indexOf(i)>-1&&function(t,e,i){var n=X[t][e];if(n){var a=n.indexOf(i);a>-1&&n.splice(a,1)}}(t,i,e[i])})):delete X[t]}function Z(t,e){return t&&0!==t.length?t.reduce((function(t,i){return t.then((function(){return i(e)}))}),Promise.resolve()):Promise.resolve()}function tt(t,e){return X[t]&&X[t][e]||[]}function et(t){Y("callObject",t)}var it=K("_globalUniCloudListener"),nt="response",at="needLogin",rt="refreshToken",st="clientdb",ot="cloudfunction",ct="cloudobject";function lt(t){return it[t]||(it[t]=[]),it[t]}function ut(t,e){var i=lt(t);i.includes(e)||i.push(e)}function dt(t,e){var i=lt(t),n=i.indexOf(e);-1!==n&&i.splice(n,1)}function ft(t,e){for(var i=lt(t),n=0;n0&&void 0!==arguments[0]?arguments[0]:0;if(!(t>=10))return t++,{errCode:this.errCode,errMsg:this.errMsg,errSubject:this.errSubject,cause:this.cause&&this.cause.toJson?this.cause.toJson(t):this.cause}}}]),i}((0,v.default)(Error)),xt={request:function(t){return uni.request(t)},uploadFile:function(t){return uni.uploadFile(t)},setStorageSync:function(t,e){return uni.setStorageSync(t,e)},getStorageSync:function(t){return uni.getStorageSync(t)},removeStorageSync:function(t){return uni.removeStorageSync(t)},clearStorageSync:function(){return uni.clearStorageSync()}};function bt(){return{token:xt.getStorageSync("uni_id_token")||xt.getStorageSync("uniIdToken"),tokenExpired:xt.getStorageSync("uni_id_token_expired")}}function wt(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.token,i=t.tokenExpired;e&&xt.setStorageSync("uni_id_token",e),i&&xt.setStorageSync("uni_id_token_expired",i)}function Ct(){return mt||(mt=uni.getSystemInfoSync()),mt}function kt(){var t=uni.getLocale&&uni.getLocale()||"en";if(_t)return C(C({},_t),{},{locale:t,LOCALE:t});for(var e=Ct(),i=e.deviceId,n=e.osName,a=e.uniPlatform,r=e.appId,s=["pixelRatio","brand","model","system","language","version","platform","host","SDKVersion","swanNativeVersion","app","AppPlatform","fontSizeSetting"],o=0;o-1)return;var i=uni.getLaunchOptionsSync(),n=i.scene,a=i.channel;t=a,e=n}}catch(t){}return{channel:t,scene:e}}()),e),C(C({},_t),{},{locale:t,LOCALE:t})}var $t,St={sign:function(t,e){var i="";return Object.keys(t).sort().forEach((function(e){t[e]&&(i=i+"&"+e+"="+t[e])})),i=i.slice(1),P(i,e).toString()},wrappedRequest:function(t,e){return new Promise((function(i,n){e(Object.assign(t,{complete:function(t){t||(t={});var e=t.data&&t.data.header&&t.data.header["x-serverless-request-id"]||t.header&&t.header["request-id"];if(!t.statusCode||t.statusCode>=400)return n(new yt({code:"SYS_ERR",message:t.errMsg||"request:fail",requestId:e}));var a=t.data;if(a.error)return n(new yt({code:a.error.code,message:a.error.message,requestId:e}));a.result=a.data,a.requestId=e,delete a.data,i(a)}}))}))},toBase64:function(t){return O.stringify(A.parse(t))}},Tt=function(){function t(e){var i=this;(0,m.default)(this,t),["spaceId","clientSecret"].forEach((function(t){if(!Object.prototype.hasOwnProperty.call(e,t))throw new Error("".concat(t," required"))})),this.config=Object.assign({},{endpoint:0===e.spaceId.indexOf("mp-")?"https://api.next.bspapp.com":"https://api.bspapp.com"},e),this.config.provider="aliyun",this.config.requestUrl=this.config.endpoint+"/client",this.config.envType=this.config.envType||"public",this.config.accessTokenKey="access_token_"+this.config.spaceId,this.adapter=xt,this._getAccessTokenPromiseHub=new W({createPromise:function(){return i.requestAuth(i.setupRequest({method:"serverless.auth.user.anonymousAuthorize",params:"{}"},"auth")).then((function(t){if(!t.result||!t.result.accessToken)throw new yt({code:"AUTH_FAILED",message:"\u83b7\u53d6accessToken\u5931\u8d25"});i.setAccessToken(t.result.accessToken)}))},retryRule:z})}return(0,_.default)(t,[{key:"hasAccessToken",get:function(){return!!this.accessToken}},{key:"setAccessToken",value:function(t){this.accessToken=t}},{key:"requestWrapped",value:function(t){return St.wrappedRequest(t,this.adapter.request)}},{key:"requestAuth",value:function(t){return this.requestWrapped(t)}},{key:"request",value:function(t,e){var i=this;return Promise.resolve().then((function(){return i.hasAccessToken?e?i.requestWrapped(t):i.requestWrapped(t).catch((function(e){return new Promise((function(t,i){!e||"GATEWAY_INVALID_TOKEN"!==e.code&&"InvalidParameter.InvalidToken"!==e.code?i(e):t()})).then((function(){return i.getAccessToken()})).then((function(){var e=i.rebuildRequest(t);return i.request(e,!0)}))})):i.getAccessToken().then((function(){var e=i.rebuildRequest(t);return i.request(e,!0)}))}))}},{key:"rebuildRequest",value:function(t){var e=Object.assign({},t);return e.data.token=this.accessToken,e.header["x-basement-token"]=this.accessToken,e.header["x-serverless-sign"]=St.sign(e.data,this.config.clientSecret),e}},{key:"setupRequest",value:function(t,e){var i=Object.assign({},t,{spaceId:this.config.spaceId,timestamp:Date.now()}),n={"Content-Type":"application/json"};return"auth"!==e&&(i.token=this.accessToken,n["x-basement-token"]=this.accessToken),n["x-serverless-sign"]=St.sign(i,this.config.clientSecret),{url:this.config.requestUrl,method:"POST",data:i,dataType:"json",header:n}}},{key:"getAccessToken",value:function(){return this._getAccessTokenPromiseHub.exec()}},{key:"authorize",value:function(){var t=(0,d.default)(s.default.mark((function t(){return s.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,this.getAccessToken();case 2:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"callFunction",value:function(t){var e={method:"serverless.function.runtime.invoke",params:JSON.stringify({functionTarget:t.name,functionArgs:t.data||{}})};return this.request(this.setupRequest(e))}},{key:"getOSSUploadOptionsFromPath",value:function(t){var e={method:"serverless.file.resource.generateProximalSign",params:JSON.stringify(t)};return this.request(this.setupRequest(e))}},{key:"uploadFileToOSS",value:function(t){var e=this,i=t.url,n=t.formData,a=t.name,r=t.filePath,s=t.fileType,o=t.onUploadProgress;return new Promise((function(t,c){var l=e.adapter.uploadFile({url:i,formData:n,name:a,filePath:r,fileType:s,header:{"X-OSS-server-side-encrpytion":"AES256"},success:function(e){e&&e.statusCode<400?t(e):c(new yt({code:"UPLOAD_FAILED",message:"\u6587\u4ef6\u4e0a\u4f20\u5931\u8d25"}))},fail:function(t){c(new yt({code:t.code||"UPLOAD_FAILED",message:t.message||t.errMsg||"\u6587\u4ef6\u4e0a\u4f20\u5931\u8d25"}))}});"function"==typeof o&&l&&"function"==typeof l.onProgressUpdate&&l.onProgressUpdate((function(t){o({loaded:t.totalBytesSent,total:t.totalBytesExpectedToSend})}))}))}},{key:"reportOSSUpload",value:function(t){var e={method:"serverless.file.resource.report",params:JSON.stringify(t)};return this.request(this.setupRequest(e))}},{key:"uploadFile",value:function(){var t=(0,d.default)(s.default.mark((function t(e){var i,n,a,r,o,c,l,u,d,f,h,p,g,v,m,_,y,x,b,w,C,k;return s.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(i=e.filePath,n=e.cloudPath,a=e.fileType,r=void 0===a?"image":a,o=e.cloudPathAsRealPath,c=void 0!==o&&o,l=e.onUploadProgress,u=e.config,"string"===j(n)){t.next=3;break}throw new yt({code:"INVALID_PARAM",message:"cloudPath\u5fc5\u987b\u4e3a\u5b57\u7b26\u4e32\u7c7b\u578b"});case 3:if(n=n.trim()){t.next=5;break}throw new yt({code:"INVALID_PARAM",message:"cloudPath\u4e0d\u53ef\u4e3a\u7a7a"});case 5:if(!/:\/\//.test(n)){t.next=7;break}throw new yt({code:"INVALID_PARAM",message:"cloudPath\u4e0d\u5408\u6cd5"});case 7:if(d=u&&u.envType||this.config.envType,!(c&&("/"!==n[0]&&(n="/"+n),n.indexOf("\\")>-1))){t.next=10;break}throw new yt({code:"INVALID_PARAM",message:"\u4f7f\u7528cloudPath\u4f5c\u4e3a\u8def\u5f84\u65f6\uff0ccloudPath\u4e0d\u53ef\u5305\u542b\u201c\\\u201d"});case 10:return t.next=12,this.getOSSUploadOptionsFromPath({env:d,filename:c?n.split("/").pop():n,fileId:c?n:void 0});case 12:return f=t.sent.result,h="https://"+f.cdnDomain+"/"+f.ossPath,p=f.securityToken,g=f.accessKeyId,v=f.signature,m=f.host,_=f.ossPath,y=f.id,x=f.policy,b=f.ossCallbackUrl,w={"Cache-Control":"max-age=2592000","Content-Disposition":"attachment",OSSAccessKeyId:g,Signature:v,host:m,id:y,key:_,policy:x,success_action_status:200},p&&(w["x-oss-security-token"]=p),b&&(C=JSON.stringify({callbackUrl:b,callbackBody:JSON.stringify({fileId:y,spaceId:this.config.spaceId}),callbackBodyType:"application/json"}),w.callback=St.toBase64(C)),k={url:"https://"+f.host,formData:w,fileName:"file",name:"file",filePath:i,fileType:r},t.next=27,this.uploadFileToOSS(Object.assign({},k,{onUploadProgress:l}));case 27:if(!b){t.next=29;break}return t.abrupt("return",{success:!0,filePath:i,fileID:h});case 29:return t.next=31,this.reportOSSUpload({id:y});case 31:if(!t.sent.success){t.next=33;break}return t.abrupt("return",{success:!0,filePath:i,fileID:h});case 33:throw new yt({code:"UPLOAD_FAILED",message:"\u6587\u4ef6\u4e0a\u4f20\u5931\u8d25"});case 34:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"getTempFileURL",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.fileList;return new Promise((function(t,i){Array.isArray(e)&&0!==e.length||i(new yt({code:"INVALID_PARAM",message:"fileList\u7684\u5143\u7d20\u5fc5\u987b\u662f\u975e\u7a7a\u7684\u5b57\u7b26\u4e32"})),t({fileList:e.map((function(t){return{fileID:t,tempFileURL:t}}))})}))}},{key:"getFileInfo",value:function(){var t=(0,d.default)(s.default.mark((function t(){var e,i,n,a=arguments;return s.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(e=a.length>0&&void 0!==a[0]?a[0]:{},i=e.fileList,Array.isArray(i)&&0!==i.length){t.next=3;break}throw new yt({code:"INVALID_PARAM",message:"fileList\u7684\u5143\u7d20\u5fc5\u987b\u662f\u975e\u7a7a\u7684\u5b57\u7b26\u4e32"});case 3:return n={method:"serverless.file.resource.info",params:JSON.stringify({id:i.map((function(t){return t.split("?")[0]})).join(",")})},t.next=6,this.request(this.setupRequest(n));case 6:return t.t0=t.sent.result,t.abrupt("return",{fileList:t.t0});case 8:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()}]),t}(),Pt={init:function(t){var e=new Tt(t),i={signInAnonymously:function(){return e.authorize()},getLoginState:function(){return Promise.resolve(!1)}};return e.auth=function(){return i},e.customAuth=e.auth,e}},At="undefined"!=typeof location&&"http:"===location.protocol?"http:":"https:";!function(t){t.local="local",t.none="none",t.session="session"}($t||($t={}));var Ot,Dt=function(){},It=$((function(t,e){var i;t.exports=(i=T,function(t){var e=i,n=e.lib,a=n.WordArray,r=n.Hasher,s=e.algo,o=[],c=[];!function(){function e(e){for(var i=t.sqrt(e),n=2;n<=i;n++)if(!(e%n))return!1;return!0}function i(t){return 4294967296*(t-(0|t))|0}for(var n=2,a=0;a<64;)e(n)&&(a<8&&(o[a]=i(t.pow(n,.5))),c[a]=i(t.pow(n,1/3)),a++),n++}();var l=[],u=s.SHA256=r.extend({_doReset:function(){this._hash=new a.init(o.slice(0))},_doProcessBlock:function(t,e){for(var i=this._hash.words,n=i[0],a=i[1],r=i[2],s=i[3],o=i[4],u=i[5],d=i[6],f=i[7],h=0;h<64;h++){if(h<16)l[h]=0|t[e+h];else{var p=l[h-15],g=(p<<25|p>>>7)^(p<<14|p>>>18)^p>>>3,v=l[h-2],m=(v<<15|v>>>17)^(v<<13|v>>>19)^v>>>10;l[h]=g+l[h-7]+m+l[h-16]}var _=n&a^n&r^a&r,y=(n<<30|n>>>2)^(n<<19|n>>>13)^(n<<10|n>>>22),x=f+((o<<26|o>>>6)^(o<<21|o>>>11)^(o<<7|o>>>25))+(o&u^~o&d)+c[h]+l[h];f=d,d=u,u=o,o=s+x|0,s=r,r=a,a=n,n=x+(y+_)|0}i[0]=i[0]+n|0,i[1]=i[1]+a|0,i[2]=i[2]+r|0,i[3]=i[3]+s|0,i[4]=i[4]+o|0,i[5]=i[5]+u|0,i[6]=i[6]+d|0,i[7]=i[7]+f|0},_doFinalize:function(){var e=this._data,i=e.words,n=8*this._nDataBytes,a=8*e.sigBytes;return i[a>>>5]|=128<<24-a%32,i[14+(a+64>>>9<<4)]=t.floor(n/4294967296),i[15+(a+64>>>9<<4)]=n,e.sigBytes=4*i.length,this._process(),this._hash},clone:function(){var t=r.clone.call(this);return t._hash=this._hash.clone(),t}});e.SHA256=r._createHelper(u),e.HmacSHA256=r._createHmacHelper(u)}(Math),i.SHA256)})),Lt=It,Mt=$((function(t,e){t.exports=T.HmacSHA256})),Ft=function(){var t;if(!Promise){t=function(){},t.promise={};var e=function(){throw new yt({message:'Your Node runtime does support ES6 Promises. Set "global.Promise" to your preferred implementation of promises.'})};return Object.defineProperty(t.promise,"then",{get:e}),Object.defineProperty(t.promise,"catch",{get:e}),t}var i=new Promise((function(e,i){t=function(t,n){return t?i(t):e(n)}}));return t.promise=i,t};function jt(t){return void 0===t}function Et(t){return"[object Null]"===Object.prototype.toString.call(t)}!function(t){t.WEB="web",t.WX_MP="wx_mp"}(Ot||(Ot={}));var Rt={adapter:null,runtime:void 0},Nt=["anonymousUuidKey"],Bt=function(t){(0,h.default)(i,t);var e=k(i);function i(){var t;return(0,m.default)(this,i),t=e.call(this),Rt.adapter.root.tcbObject||(Rt.adapter.root.tcbObject={}),t}return(0,_.default)(i,[{key:"setItem",value:function(t,e){Rt.adapter.root.tcbObject[t]=e}},{key:"getItem",value:function(t){return Rt.adapter.root.tcbObject[t]}},{key:"removeItem",value:function(t){delete Rt.adapter.root.tcbObject[t]}},{key:"clear",value:function(){delete Rt.adapter.root.tcbObject}}]),i}(Dt);function zt(t,e){switch(t){case"local":return e.localStorage||new Bt;case"none":return new Bt;default:return e.sessionStorage||new Bt}}var Wt=function(){function t(e){if((0,m.default)(this,t),!this._storage){this._persistence=Rt.adapter.primaryStorage||e.persistence,this._storage=zt(this._persistence,Rt.adapter);var i="access_token_".concat(e.env),n="access_token_expire_".concat(e.env),a="refresh_token_".concat(e.env),r="anonymous_uuid_".concat(e.env),s="login_type_".concat(e.env),o="user_info_".concat(e.env);this.keys={accessTokenKey:i,accessTokenExpireKey:n,refreshTokenKey:a,anonymousUuidKey:r,loginTypeKey:s,userInfoKey:o}}}return(0,_.default)(t,[{key:"updatePersistence",value:function(t){if(t!==this._persistence){var e="local"===this._persistence;this._persistence=t;var i=zt(t,Rt.adapter);for(var n in this.keys){var a=this.keys[n];if(!e||!Nt.includes(n)){var r=this._storage.getItem(a);jt(r)||Et(r)||(i.setItem(a,r),this._storage.removeItem(a))}}this._storage=i}}},{key:"setStore",value:function(t,e,i){if(this._storage){var n={version:i||"localCachev1",content:e},a=JSON.stringify(n);try{this._storage.setItem(t,a)}catch(t){throw t}}}},{key:"getStore",value:function(t,e){try{if(!this._storage)return}catch(t){return""}e=e||"localCachev1";var i=this._storage.getItem(t);return i&&i.indexOf(e)>=0?JSON.parse(i).content:""}},{key:"removeStore",value:function(t){this._storage.removeItem(t)}}]),t}(),Ut={},qt={};function Ht(t){return Ut[t]}var Gt=(0,_.default)((function t(e,i){(0,m.default)(this,t),this.data=i||null,this.name=e})),Vt=function(t){(0,h.default)(i,t);var e=k(i);function i(t,n){var a;return(0,m.default)(this,i),a=e.call(this,"error",{error:t,data:n}),a.error=t,a}return(0,_.default)(i)}(Gt),Kt=new(function(){function t(){(0,m.default)(this,t),this._listeners={}}return(0,_.default)(t,[{key:"on",value:function(t,e){return function(t,e,i){i[t]=i[t]||[],i[t].push(e)}(t,e,this._listeners),this}},{key:"off",value:function(t,e){return function(t,e,i){if(i&&i[t]){var n=i[t].indexOf(e);-1!==n&&i[t].splice(n,1)}}(t,e,this._listeners),this}},{key:"fire",value:function(t,e){if(t instanceof Vt)return console.error(t.error),this;var i="string"==typeof t?new Gt(t,e||{}):t,n=i.name;if(this._listens(n)){i.target=this;var a,r=this._listeners[n]?(0,u.default)(this._listeners[n]):[],s=x(r);try{for(s.s();!(a=s.n()).done;){var o=a.value;o.call(this,i)}}catch(c){s.e(c)}finally{s.f()}}return this}},{key:"_listens",value:function(t){return this._listeners[t]&&this._listeners[t].length>0}}]),t}());function Jt(t,e){Kt.on(t,e)}function Xt(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};Kt.fire(t,e)}function Yt(t,e){Kt.off(t,e)}var Qt,Zt="loginStateChanged",te="loginStateExpire",ee="loginTypeChanged",ie="anonymousConverted",ne="refreshAccessToken";!function(t){t.ANONYMOUS="ANONYMOUS",t.WECHAT="WECHAT",t.WECHAT_PUBLIC="WECHAT-PUBLIC",t.WECHAT_OPEN="WECHAT-OPEN",t.CUSTOM="CUSTOM",t.EMAIL="EMAIL",t.USERNAME="USERNAME",t.NULL="NULL"}(Qt||(Qt={}));var ae=["auth.getJwt","auth.logout","auth.signInWithTicket","auth.signInAnonymously","auth.signIn","auth.fetchAccessTokenWithRefreshToken","auth.signUpWithEmailAndPassword","auth.activateEndUserMail","auth.sendPasswordResetEmail","auth.resetPasswordWithToken","auth.isUsernameRegistered"],re={"X-SDK-Version":"1.3.5"};function se(t,e,i){var n=t[e];t[e]=function(e){var a={},r={};i.forEach((function(i){var n=i.call(t,e),s=n.data,o=n.headers;Object.assign(a,s),Object.assign(r,o)}));var s=e.data;return s&&function(){var t;if(t=s,"[object FormData]"!==Object.prototype.toString.call(t))e.data=C(C({},s),a);else for(var i in a)s.append(i,a[i])}(),e.headers=C(C({},e.headers||{}),r),n.call(t,e)}}function oe(){var t=Math.random().toString(16).slice(2);return{data:{seqId:t},headers:C(C({},re),{},{"x-seqid":t})}}var ce=function(){function t(){var e,i=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};(0,m.default)(this,t),this.config=i,this._reqClass=new Rt.adapter.reqClass({timeout:this.config.timeout,timeoutMsg:"\u8bf7\u6c42\u5728".concat(this.config.timeout/1e3,"s\u5185\u672a\u5b8c\u6210\uff0c\u5df2\u4e2d\u65ad"),restrictedMethods:["post"]}),this._cache=Ht(this.config.env),this._localCache=(e=this.config.env,qt[e]),se(this._reqClass,"post",[oe]),se(this._reqClass,"upload",[oe]),se(this._reqClass,"download",[oe])}return(0,_.default)(t,[{key:"post",value:function(){var t=(0,d.default)(s.default.mark((function t(e){return s.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,this._reqClass.post(e);case 2:return t.abrupt("return",t.sent);case 3:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"upload",value:function(){var t=(0,d.default)(s.default.mark((function t(e){return s.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,this._reqClass.upload(e);case 2:return t.abrupt("return",t.sent);case 3:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"download",value:function(){var t=(0,d.default)(s.default.mark((function t(e){return s.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,this._reqClass.download(e);case 2:return t.abrupt("return",t.sent);case 3:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"refreshAccessToken",value:function(){var t=(0,d.default)(s.default.mark((function t(){var e,i;return s.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return this._refreshAccessTokenPromise||(this._refreshAccessTokenPromise=this._refreshAccessToken()),t.prev=1,t.next=4,this._refreshAccessTokenPromise;case 4:e=t.sent,t.next=10;break;case 7:t.prev=7,t.t0=t["catch"](1),i=t.t0;case 10:if(this._refreshAccessTokenPromise=null,this._shouldRefreshAccessTokenHook=null,!i){t.next=12;break}throw i;case 12:return t.abrupt("return",e);case 13:case"end":return t.stop()}}),t,this,[[1,7]])})));return function(){return t.apply(this,arguments)}}()},{key:"_refreshAccessToken",value:function(){var t=(0,d.default)(s.default.mark((function t(){var e,i,n,a,r,o,c,l,u,d,f,h,p;return s.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(e=this._cache.keys,i=e.accessTokenKey,n=e.accessTokenExpireKey,a=e.refreshTokenKey,r=e.loginTypeKey,o=e.anonymousUuidKey,this._cache.removeStore(i),this._cache.removeStore(n),c=this._cache.getStore(a),c){t.next=5;break}throw new yt({message:"\u672a\u767b\u5f55CloudBase"});case 5:return l={refresh_token:c},t.next=8,this.request("auth.fetchAccessTokenWithRefreshToken",l);case 8:if(u=t.sent,!u.data.code){t.next=21;break}if(d=u.data.code,"SIGN_PARAM_INVALID"!==d&&"REFRESH_TOKEN_EXPIRED"!==d&&"INVALID_REFRESH_TOKEN"!==d){t.next=20;break}if(this._cache.getStore(r)!==Qt.ANONYMOUS||"INVALID_REFRESH_TOKEN"!==d){t.next=19;break}return f=this._cache.getStore(o),h=this._cache.getStore(a),t.next=17,this.send("auth.signInAnonymously",{anonymous_uuid:f,refresh_token:h});case 17:return p=t.sent,t.abrupt("return",(this.setRefreshToken(p.refresh_token),this._refreshAccessToken()));case 19:Xt(te),this._cache.removeStore(a);case 20:throw new yt({code:u.data.code,message:"\u5237\u65b0access token\u5931\u8d25\uff1a".concat(u.data.code)});case 21:if(!u.data.access_token){t.next=23;break}return t.abrupt("return",(Xt(ne),this._cache.setStore(i,u.data.access_token),this._cache.setStore(n,u.data.access_token_expire+Date.now()),{accessToken:u.data.access_token,accessTokenExpire:u.data.access_token_expire}));case 23:u.data.refresh_token&&(this._cache.removeStore(a),this._cache.setStore(a,u.data.refresh_token),this._refreshAccessToken());case 24:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"getAccessToken",value:function(){var t=(0,d.default)(s.default.mark((function t(){var e,i,n,a,r,o,c;return s.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(e=this._cache.keys,i=e.accessTokenKey,n=e.accessTokenExpireKey,a=e.refreshTokenKey,this._cache.getStore(a)){t.next=3;break}throw new yt({message:"refresh token\u4e0d\u5b58\u5728\uff0c\u767b\u5f55\u72b6\u6001\u5f02\u5e38"});case 3:if(r=this._cache.getStore(i),o=this._cache.getStore(n),c=!0,t.t0=this._shouldRefreshAccessTokenHook,!t.t0){t.next=9;break}return t.next=8,this._shouldRefreshAccessTokenHook(r,o);case 8:t.t0=!t.sent;case 9:if(t.t1=t.t0,!t.t1){t.next=12;break}c=!1;case 12:return t.abrupt("return",(!r||!o||o2&&void 0!==arguments[2]?arguments[2]:{},n=/\?/.test(e),a="";for(var r in i)""===a?!n&&(e+="?"):a+="&",a+="".concat(r,"=").concat(encodeURIComponent(i[r]));return/^http(s)?\:\/\//.test(e+=a)?e:"".concat(t).concat(e)}(At,"//tcb-api.tencentcloudapi.com/web",m),v&&(_+=v),t.next=22,this.post(C({url:_,data:l},f));case 22:if(y=t.sent,x=y.header&&y.header["x-tcb-trace"],x&&this._localCache.setStore(a,x),(200===Number(y.status)||200===Number(y.statusCode))&&y.data){t.next=26;break}throw new yt({code:"NETWORK_ERROR",message:"network request error"});case 26:return t.abrupt("return",y);case 27:case"end":return t.stop()}}),t,this)})));return function(e,i,n){return t.apply(this,arguments)}}()},{key:"send",value:function(){var t=(0,d.default)(s.default.mark((function t(e){var i,n,a,r=arguments;return s.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return i=r.length>1&&void 0!==r[1]?r[1]:{},t.next=3,this.request(e,i,{onUploadProgress:i.onUploadProgress});case 3:if(n=t.sent,"ACCESS_TOKEN_EXPIRED"!==n.data.code||-1!==ae.indexOf(e)){t.next=13;break}return t.next=7,this.refreshAccessToken();case 7:return t.next=9,this.request(e,i,{onUploadProgress:i.onUploadProgress});case 9:if(a=t.sent,!a.data.code){t.next=12;break}throw new yt({code:a.data.code,message:a.data.message});case 12:return t.abrupt("return",a.data);case 13:if(!n.data.code){t.next=15;break}throw new yt({code:n.data.code,message:n.data.message});case 15:return t.abrupt("return",n.data);case 16:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"setRefreshToken",value:function(t){var e=this._cache.keys,i=e.accessTokenKey,n=e.accessTokenExpireKey,a=e.refreshTokenKey;this._cache.removeStore(i),this._cache.removeStore(n),this._cache.setStore(a,t)}}]),t}(),le={};function ue(t){return le[t]}var de=function(){function t(e){(0,m.default)(this,t),this.config=e,this._cache=Ht(e.env),this._request=ue(e.env)}return(0,_.default)(t,[{key:"setRefreshToken",value:function(t){var e=this._cache.keys,i=e.accessTokenKey,n=e.accessTokenExpireKey,a=e.refreshTokenKey;this._cache.removeStore(i),this._cache.removeStore(n),this._cache.setStore(a,t)}},{key:"setAccessToken",value:function(t,e){var i=this._cache.keys,n=i.accessTokenKey,a=i.accessTokenExpireKey;this._cache.setStore(n,t),this._cache.setStore(a,e)}},{key:"refreshUserInfo",value:function(){var t=(0,d.default)(s.default.mark((function t(){var e,i;return s.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,this._request.send("auth.getUserInfo",{});case 2:return e=t.sent,i=e.data,t.abrupt("return",(this.setLocalUserInfo(i),i));case 5:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"setLocalUserInfo",value:function(t){var e=this._cache.keys.userInfoKey;this._cache.setStore(e,t)}}]),t}(),fe=function(){function t(e){if((0,m.default)(this,t),!e)throw new yt({code:"PARAM_ERROR",message:"envId is not defined"});this._envId=e,this._cache=Ht(this._envId),this._request=ue(this._envId),this.setUserInfo()}return(0,_.default)(t,[{key:"linkWithTicket",value:function(t){if("string"!=typeof t)throw new yt({code:"PARAM_ERROR",message:"ticket must be string"});return this._request.send("auth.linkWithTicket",{ticket:t})}},{key:"linkWithRedirect",value:function(t){t.signInWithRedirect()}},{key:"updatePassword",value:function(t,e){return this._request.send("auth.updatePassword",{oldPassword:e,newPassword:t})}},{key:"updateEmail",value:function(t){return this._request.send("auth.updateEmail",{newEmail:t})}},{key:"updateUsername",value:function(t){if("string"!=typeof t)throw new yt({code:"PARAM_ERROR",message:"username must be a string"});return this._request.send("auth.updateUsername",{username:t})}},{key:"getLinkedUidList",value:function(){var t=(0,d.default)(s.default.mark((function t(){var e,i,n,a;return s.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,this._request.send("auth.getLinkedUidList",{});case 2:return e=t.sent,i=e.data,n=!1,a=i.users,t.abrupt("return",(a.forEach((function(t){t.wxOpenId&&t.wxPublicId&&(n=!0)})),{users:a,hasPrimaryUid:n}));case 7:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"setPrimaryUid",value:function(t){return this._request.send("auth.setPrimaryUid",{uid:t})}},{key:"unlink",value:function(t){return this._request.send("auth.unlink",{platform:t})}},{key:"update",value:function(){var t=(0,d.default)(s.default.mark((function t(e){var i,n,a,r,o,c,l,u;return s.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return i=e.nickName,n=e.gender,a=e.avatarUrl,r=e.province,o=e.country,c=e.city,t.next=8,this._request.send("auth.updateUserInfo",{nickName:i,gender:n,avatarUrl:a,province:r,country:o,city:c});case 8:l=t.sent,u=l.data,this.setLocalUserInfo(u);case 11:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"refresh",value:function(){var t=(0,d.default)(s.default.mark((function t(){var e,i;return s.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,this._request.send("auth.getUserInfo",{});case 2:return e=t.sent,i=e.data,t.abrupt("return",(this.setLocalUserInfo(i),i));case 5:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"setUserInfo",value:function(){var t=this,e=this._cache.keys.userInfoKey,i=this._cache.getStore(e);["uid","loginType","openid","wxOpenId","wxPublicId","unionId","qqMiniOpenId","email","hasPassword","customUserId","nickName","gender","avatarUrl"].forEach((function(e){t[e]=i[e]})),this.location={country:i.country,province:i.province,city:i.city}}},{key:"setLocalUserInfo",value:function(t){var e=this._cache.keys.userInfoKey;this._cache.setStore(e,t),this.setUserInfo()}}]),t}(),he=function(){function t(e){if((0,m.default)(this,t),!e)throw new yt({code:"PARAM_ERROR",message:"envId is not defined"});this._cache=Ht(e);var i=this._cache.keys,n=i.refreshTokenKey,a=i.accessTokenKey,r=i.accessTokenExpireKey,s=this._cache.getStore(n),o=this._cache.getStore(a),c=this._cache.getStore(r);this.credential={refreshToken:s,accessToken:o,accessTokenExpire:c},this.user=new fe(e)}return(0,_.default)(t,[{key:"isAnonymousAuth",get:function(){return this.loginType===Qt.ANONYMOUS}},{key:"isCustomAuth",get:function(){return this.loginType===Qt.CUSTOM}},{key:"isWeixinAuth",get:function(){return this.loginType===Qt.WECHAT||this.loginType===Qt.WECHAT_OPEN||this.loginType===Qt.WECHAT_PUBLIC}},{key:"loginType",get:function(){return this._cache.getStore(this._cache.keys.loginTypeKey)}}]),t}(),pe=function(t){(0,h.default)(i,t);var e=k(i);function i(){return(0,m.default)(this,i),e.apply(this,arguments)}return(0,_.default)(i,[{key:"signIn",value:function(){var t=(0,d.default)(s.default.mark((function t(){var e,i,n,a,r,o,c;return s.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return this._cache.updatePersistence("local"),e=this._cache.keys,i=e.anonymousUuidKey,n=e.refreshTokenKey,a=this._cache.getStore(i)||void 0,r=this._cache.getStore(n)||void 0,t.next=8,this._request.send("auth.signInAnonymously",{anonymous_uuid:a,refresh_token:r});case 8:if(o=t.sent,!o.uuid||!o.refresh_token){t.next=20;break}return this._setAnonymousUUID(o.uuid),this.setRefreshToken(o.refresh_token),t.next=14,this._request.refreshAccessToken();case 14:return Xt(Zt),Xt(ee,{env:this.config.env,loginType:Qt.ANONYMOUS,persistence:"local"}),c=new he(this.config.env),t.next=19,c.user.refresh();case 19:return t.abrupt("return",c);case 20:throw new yt({message:"\u533f\u540d\u767b\u5f55\u5931\u8d25"});case 21:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"linkAndRetrieveDataWithTicket",value:function(){var t=(0,d.default)(s.default.mark((function t(e){var i,n,a,r,o,c;return s.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return i=this._cache.keys,n=i.anonymousUuidKey,a=i.refreshTokenKey,r=this._cache.getStore(n),o=this._cache.getStore(a),t.next=7,this._request.send("auth.linkAndRetrieveDataWithTicket",{anonymous_uuid:r,refresh_token:o,ticket:e});case 7:if(c=t.sent,!c.refresh_token){t.next=16;break}return this._clearAnonymousUUID(),this.setRefreshToken(c.refresh_token),t.next=13,this._request.refreshAccessToken();case 13:return Xt(ie,{env:this.config.env}),Xt(ee,{loginType:Qt.CUSTOM,persistence:"local"}),t.abrupt("return",{credential:{refreshToken:c.refresh_token}});case 16:throw new yt({message:"\u533f\u540d\u8f6c\u5316\u5931\u8d25"});case 17:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"_setAnonymousUUID",value:function(t){var e=this._cache.keys,i=e.anonymousUuidKey,n=e.loginTypeKey;this._cache.removeStore(i),this._cache.setStore(i,t),this._cache.setStore(n,Qt.ANONYMOUS)}},{key:"_clearAnonymousUUID",value:function(){this._cache.removeStore(this._cache.keys.anonymousUuidKey)}}]),i}(de),ge=function(t){(0,h.default)(i,t);var e=k(i);function i(){return(0,m.default)(this,i),e.apply(this,arguments)}return(0,_.default)(i,[{key:"signIn",value:function(){var t=(0,d.default)(s.default.mark((function t(e){var i,n;return s.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if("string"==typeof e){t.next=2;break}throw new yt({code:"PARAM_ERROR",message:"ticket must be a string"});case 2:return i=this._cache.keys.refreshTokenKey,t.next=5,this._request.send("auth.signInWithTicket",{ticket:e,refresh_token:this._cache.getStore(i)||""});case 5:if(n=t.sent,!n.refresh_token){t.next=15;break}return this.setRefreshToken(n.refresh_token),t.next=10,this._request.refreshAccessToken();case 10:return Xt(Zt),Xt(ee,{env:this.config.env,loginType:Qt.CUSTOM,persistence:this.config.persistence}),t.next=14,this.refreshUserInfo();case 14:return t.abrupt("return",new he(this.config.env));case 15:throw new yt({message:"\u81ea\u5b9a\u4e49\u767b\u5f55\u5931\u8d25"});case 16:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()}]),i}(de),ve=function(t){(0,h.default)(i,t);var e=k(i);function i(){return(0,m.default)(this,i),e.apply(this,arguments)}return(0,_.default)(i,[{key:"signIn",value:function(){var t=(0,d.default)(s.default.mark((function t(e,i){var n,a,r,o,c;return s.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if("string"==typeof e){t.next=2;break}throw new yt({code:"PARAM_ERROR",message:"email must be a string"});case 2:return n=this._cache.keys.refreshTokenKey,t.next=5,this._request.send("auth.signIn",{loginType:"EMAIL",email:e,password:i,refresh_token:this._cache.getStore(n)||""});case 5:if(a=t.sent,r=a.refresh_token,o=a.access_token,c=a.access_token_expire,!r){t.next=22;break}if(this.setRefreshToken(r),!o||!c){t.next=15;break}this.setAccessToken(o,c),t.next=17;break;case 15:return t.next=17,this._request.refreshAccessToken();case 17:return t.next=19,this.refreshUserInfo();case 19:return Xt(Zt),Xt(ee,{env:this.config.env,loginType:Qt.EMAIL,persistence:this.config.persistence}),t.abrupt("return",new he(this.config.env));case 22:throw a.code?new yt({code:a.code,message:"\u90ae\u7bb1\u767b\u5f55\u5931\u8d25: ".concat(a.message)}):new yt({message:"\u90ae\u7bb1\u767b\u5f55\u5931\u8d25"});case 23:case"end":return t.stop()}}),t,this)})));return function(e,i){return t.apply(this,arguments)}}()},{key:"activate",value:function(){var t=(0,d.default)(s.default.mark((function t(e){return s.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.abrupt("return",this._request.send("auth.activateEndUserMail",{token:e}));case 1:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"resetPasswordWithToken",value:function(){var t=(0,d.default)(s.default.mark((function t(e,i){return s.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.abrupt("return",this._request.send("auth.resetPasswordWithToken",{token:e,newPassword:i}));case 1:case"end":return t.stop()}}),t,this)})));return function(e,i){return t.apply(this,arguments)}}()}]),i}(de),me=function(t){(0,h.default)(i,t);var e=k(i);function i(){return(0,m.default)(this,i),e.apply(this,arguments)}return(0,_.default)(i,[{key:"signIn",value:function(){var t=(0,d.default)(s.default.mark((function t(e,i){var n,a,r,o,c;return s.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if("string"==typeof e){t.next=2;break}throw new yt({code:"PARAM_ERROR",message:"username must be a string"});case 2:return"string"!=typeof i&&(i="",console.warn("password is empty")),n=this._cache.keys.refreshTokenKey,t.next=6,this._request.send("auth.signIn",{loginType:Qt.USERNAME,username:e,password:i,refresh_token:this._cache.getStore(n)||""});case 6:if(a=t.sent,r=a.refresh_token,o=a.access_token_expire,c=a.access_token,!r){t.next=23;break}if(this.setRefreshToken(r),!c||!o){t.next=16;break}this.setAccessToken(c,o),t.next=18;break;case 16:return t.next=18,this._request.refreshAccessToken();case 18:return t.next=20,this.refreshUserInfo();case 20:return Xt(Zt),Xt(ee,{env:this.config.env,loginType:Qt.USERNAME,persistence:this.config.persistence}),t.abrupt("return",new he(this.config.env));case 23:throw a.code?new yt({code:a.code,message:"\u7528\u6237\u540d\u5bc6\u7801\u767b\u5f55\u5931\u8d25: ".concat(a.message)}):new yt({message:"\u7528\u6237\u540d\u5bc6\u7801\u767b\u5f55\u5931\u8d25"});case 24:case"end":return t.stop()}}),t,this)})));return function(e,i){return t.apply(this,arguments)}}()}]),i}(de),_e=function(){function t(e){(0,m.default)(this,t),this.config=e,this._cache=Ht(e.env),this._request=ue(e.env),this._onAnonymousConverted=this._onAnonymousConverted.bind(this),this._onLoginTypeChanged=this._onLoginTypeChanged.bind(this),Jt(ee,this._onLoginTypeChanged)}return(0,_.default)(t,[{key:"currentUser",get:function(){var t=this.hasLoginState();return t&&t.user||null}},{key:"loginType",get:function(){return this._cache.getStore(this._cache.keys.loginTypeKey)}},{key:"anonymousAuthProvider",value:function(){return new pe(this.config)}},{key:"customAuthProvider",value:function(){return new ge(this.config)}},{key:"emailAuthProvider",value:function(){return new ve(this.config)}},{key:"usernameAuthProvider",value:function(){return new me(this.config)}},{key:"signInAnonymously",value:function(){var t=(0,d.default)(s.default.mark((function t(){return s.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.abrupt("return",new pe(this.config).signIn());case 1:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"signInWithEmailAndPassword",value:function(){var t=(0,d.default)(s.default.mark((function t(e,i){return s.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.abrupt("return",new ve(this.config).signIn(e,i));case 1:case"end":return t.stop()}}),t,this)})));return function(e,i){return t.apply(this,arguments)}}()},{key:"signInWithUsernameAndPassword",value:function(t,e){return new me(this.config).signIn(t,e)}},{key:"linkAndRetrieveDataWithTicket",value:function(){var t=(0,d.default)(s.default.mark((function t(e){return s.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return this._anonymousAuthProvider||(this._anonymousAuthProvider=new pe(this.config)),Jt(ie,this._onAnonymousConverted),t.next=3,this._anonymousAuthProvider.linkAndRetrieveDataWithTicket(e);case 3:return t.abrupt("return",t.sent);case 4:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"signOut",value:function(){var t=(0,d.default)(s.default.mark((function t(){var e,i,n,a,r,o;return s.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(this.loginType!==Qt.ANONYMOUS){t.next=2;break}throw new yt({message:"\u533f\u540d\u7528\u6237\u4e0d\u652f\u6301\u767b\u51fa\u64cd\u4f5c"});case 2:if(e=this._cache.keys,i=e.refreshTokenKey,n=e.accessTokenKey,a=e.accessTokenExpireKey,r=this._cache.getStore(i),r){t.next=5;break}return t.abrupt("return");case 5:return t.next=7,this._request.send("auth.logout",{refresh_token:r});case 7:return o=t.sent,t.abrupt("return",(this._cache.removeStore(i),this._cache.removeStore(n),this._cache.removeStore(a),Xt(Zt),Xt(ee,{env:this.config.env,loginType:Qt.NULL,persistence:this.config.persistence}),o));case 9:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"signUpWithEmailAndPassword",value:function(){var t=(0,d.default)(s.default.mark((function t(e,i){return s.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.abrupt("return",this._request.send("auth.signUpWithEmailAndPassword",{email:e,password:i}));case 1:case"end":return t.stop()}}),t,this)})));return function(e,i){return t.apply(this,arguments)}}()},{key:"sendPasswordResetEmail",value:function(){var t=(0,d.default)(s.default.mark((function t(e){return s.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.abrupt("return",this._request.send("auth.sendPasswordResetEmail",{email:e}));case 1:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"onLoginStateChanged",value:function(t){var e=this;Jt(Zt,(function(){var i=e.hasLoginState();t.call(e,i)}));var i=this.hasLoginState();t.call(this,i)}},{key:"onLoginStateExpired",value:function(t){Jt(te,t.bind(this))}},{key:"onAccessTokenRefreshed",value:function(t){Jt(ne,t.bind(this))}},{key:"onAnonymousConverted",value:function(t){Jt(ie,t.bind(this))}},{key:"onLoginTypeChanged",value:function(t){var e=this;Jt(ee,(function(){var i=e.hasLoginState();t.call(e,i)}))}},{key:"getAccessToken",value:function(){var t=(0,d.default)(s.default.mark((function t(){return s.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,this._request.getAccessToken();case 2:return t.t0=t.sent.accessToken,t.t1=this.config.env,t.abrupt("return",{accessToken:t.t0,env:t.t1});case 5:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"hasLoginState",value:function(){var t=this._cache.keys.refreshTokenKey;return this._cache.getStore(t)?new he(this.config.env):null}},{key:"isUsernameRegistered",value:function(){var t=(0,d.default)(s.default.mark((function t(e){var i,n;return s.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if("string"==typeof e){t.next=2;break}throw new yt({code:"PARAM_ERROR",message:"username must be a string"});case 2:return t.next=4,this._request.send("auth.isUsernameRegistered",{username:e});case 4:return i=t.sent,n=i.data,t.abrupt("return",n&&n.isRegistered);case 7:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"getLoginState",value:function(){return Promise.resolve(this.hasLoginState())}},{key:"signInWithTicket",value:function(){var t=(0,d.default)(s.default.mark((function t(e){return s.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.abrupt("return",new ge(this.config).signIn(e));case 1:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"shouldRefreshAccessToken",value:function(t){this._request._shouldRefreshAccessTokenHook=t.bind(this)}},{key:"getUserInfo",value:function(){return this._request.send("auth.getUserInfo",{}).then((function(t){return t.code?t:C(C({},t.data),{},{requestId:t.seqId})}))}},{key:"getAuthHeader",value:function(){var t=this._cache.keys,e=t.refreshTokenKey,i=t.accessTokenKey,n=this._cache.getStore(e);return{"x-cloudbase-credentials":this._cache.getStore(i)+"/@@/"+n}}},{key:"_onAnonymousConverted",value:function(t){var e=t.data.env;e===this.config.env&&this._cache.updatePersistence(this.config.persistence)}},{key:"_onLoginTypeChanged",value:function(t){var e=t.data,i=e.loginType,n=e.persistence,a=e.env;a===this.config.env&&(this._cache.updatePersistence(n),this._cache.setStore(this._cache.keys.loginTypeKey,i))}}]),t}(),ye=function(t,e){e=e||Ft();var i=ue(this.config.env),n=t.cloudPath,a=t.filePath,r=t.onUploadProgress,s=t.fileType,o=void 0===s?"image":s;return i.send("storage.getUploadMetadata",{path:n}).then((function(t){var s=t.data,c=s.url,l=s.authorization,u=s.token,d=s.fileId,f=s.cosFileId,h=t.requestId,p={key:n,signature:l,"x-cos-meta-fileid":f,success_action_status:"201","x-cos-security-token":u};i.upload({url:c,data:p,file:a,name:n,fileType:o,onUploadProgress:r}).then((function(t){201===t.statusCode?e(null,{fileID:d,requestId:h}):e(new yt({code:"STORAGE_REQUEST_FAIL",message:"STORAGE_REQUEST_FAIL: ".concat(t.data)}))})).catch((function(t){e(t)}))})).catch((function(t){e(t)})),e.promise},xe=function(t,e){e=e||Ft();var i=ue(this.config.env),n=t.cloudPath;return i.send("storage.getUploadMetadata",{path:n}).then((function(t){e(null,t)})).catch((function(t){e(t)})),e.promise},be=function(t,e){var i=t.fileList;if(e=e||Ft(),!i||!Array.isArray(i))return{code:"INVALID_PARAM",message:"fileList\u5fc5\u987b\u662f\u975e\u7a7a\u7684\u6570\u7ec4"};var n,a=x(i);try{for(a.s();!(n=a.n()).done;){var r=n.value;if(!r||"string"!=typeof r)return{code:"INVALID_PARAM",message:"fileList\u7684\u5143\u7d20\u5fc5\u987b\u662f\u975e\u7a7a\u7684\u5b57\u7b26\u4e32"}}}catch(o){a.e(o)}finally{a.f()}var s={fileid_list:i};return ue(this.config.env).send("storage.batchDeleteFile",s).then((function(t){t.code?e(null,t):e(null,{fileList:t.data.delete_list,requestId:t.requestId})})).catch((function(t){e(t)})),e.promise},we=function(t,e){var i=t.fileList;e=e||Ft(),i&&Array.isArray(i)||e(null,{code:"INVALID_PARAM",message:"fileList\u5fc5\u987b\u662f\u975e\u7a7a\u7684\u6570\u7ec4"});var n,a=[],r=x(i);try{for(r.s();!(n=r.n()).done;){var s=n.value;"object"==(0,l.default)(s)?(s.hasOwnProperty("fileID")&&s.hasOwnProperty("maxAge")||e(null,{code:"INVALID_PARAM",message:"fileList\u7684\u5143\u7d20\u5fc5\u987b\u662f\u5305\u542bfileID\u548cmaxAge\u7684\u5bf9\u8c61"}),a.push({fileid:s.fileID,max_age:s.maxAge})):"string"==typeof s?a.push({fileid:s}):e(null,{code:"INVALID_PARAM",message:"fileList\u7684\u5143\u7d20\u5fc5\u987b\u662f\u5b57\u7b26\u4e32"})}}catch(c){r.e(c)}finally{r.f()}var o={file_list:a};return ue(this.config.env).send("storage.batchGetDownloadUrl",o).then((function(t){t.code?e(null,t):e(null,{fileList:t.data.download_list,requestId:t.requestId})})).catch((function(t){e(t)})),e.promise},Ce=function(){var t=(0,d.default)(s.default.mark((function t(e,i){var n,a,r,o;return s.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return n=e.fileID,t.next=3,we.call(this,{fileList:[{fileID:n,maxAge:600}]});case 3:if(a=t.sent.fileList[0],"SUCCESS"===a.code){t.next=6;break}return t.abrupt("return",i?i(a):new Promise((function(t){t(a)})));case 6:if(r=ue(this.config.env),o=a.download_url,o=encodeURI(o),i){t.next=10;break}return t.abrupt("return",r.download({url:o}));case 10:return t.t0=i,t.next=13,r.download({url:o});case 13:t.t1=t.sent,(0,t.t0)(t.t1);case 15:case"end":return t.stop()}}),t,this)})));return function(e,i){return t.apply(this,arguments)}}(),ke=function(t,e){var i,n=t.name,a=t.data,r=t.query,s=t.parse,o=t.search,c=e||Ft();try{i=a?JSON.stringify(a):""}catch(n){return Promise.reject(n)}if(!n)return Promise.reject(new yt({code:"PARAM_ERROR",message:"\u51fd\u6570\u540d\u4e0d\u80fd\u4e3a\u7a7a"}));var l={inQuery:r,parse:s,search:o,function_name:n,request_data:i};return ue(this.config.env).send("functions.invokeFunction",l).then((function(t){if(t.code)c(null,t);else{var e=t.data.response_data;if(s)c(null,{result:e,requestId:t.requestId});else try{e=JSON.parse(t.data.response_data),c(null,{result:e,requestId:t.requestId})}catch(t){c(new yt({message:"response data must be json"}))}}return c.promise})).catch((function(t){c(t)})),c.promise},$e={timeout:15e3,persistence:"session"},Se={},Te=function(){function t(e){(0,m.default)(this,t),this.config=e||this.config,this.authObj=void 0}return(0,_.default)(t,[{key:"init",value:function(e){switch(Rt.adapter||(this.requestClient=new Rt.adapter.reqClass({timeout:e.timeout||5e3,timeoutMsg:"\u8bf7\u6c42\u5728".concat((e.timeout||5e3)/1e3,"s\u5185\u672a\u5b8c\u6210\uff0c\u5df2\u4e2d\u65ad")})),this.config=C(C({},$e),e),!0){case this.config.timeout>6e5:console.warn("timeout\u5927\u4e8e\u53ef\u914d\u7f6e\u4e0a\u9650[10\u5206\u949f]\uff0c\u5df2\u91cd\u7f6e\u4e3a\u4e0a\u9650\u6570\u503c"),this.config.timeout=6e5;break;case this.config.timeout<100:console.warn("timeout\u5c0f\u4e8e\u53ef\u914d\u7f6e\u4e0b\u9650[100ms]\uff0c\u5df2\u91cd\u7f6e\u4e3a\u4e0b\u9650\u6570\u503c"),this.config.timeout=100}return new t(this.config)}},{key:"auth",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.persistence;if(this.authObj)return this.authObj;var i,n=e||Rt.adapter.primaryStorage||$e.persistence;return n!==this.config.persistence&&(this.config.persistence=n),function(t){var e=t.env;Ut[e]=new Wt(t),qt[e]=new Wt(C(C({},t),{},{persistence:"local"}))}(this.config),i=this.config,le[i.env]=new ce(i),this.authObj=new _e(this.config),this.authObj}},{key:"on",value:function(t,e){return Jt.apply(this,[t,e])}},{key:"off",value:function(t,e){return Yt.apply(this,[t,e])}},{key:"callFunction",value:function(t,e){return ke.apply(this,[t,e])}},{key:"deleteFile",value:function(t,e){return be.apply(this,[t,e])}},{key:"getTempFileURL",value:function(t,e){return we.apply(this,[t,e])}},{key:"downloadFile",value:function(t,e){return Ce.apply(this,[t,e])}},{key:"uploadFile",value:function(t,e){return ye.apply(this,[t,e])}},{key:"getUploadMetadata",value:function(t,e){return xe.apply(this,[t,e])}},{key:"registerExtension",value:function(t){Se[t.name]=t}},{key:"invokeExtension",value:function(){var t=(0,d.default)(s.default.mark((function t(e,i){var n;return s.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(n=Se[e],n){t.next=3;break}throw new yt({message:"\u6269\u5c55".concat(e," \u5fc5\u987b\u5148\u6ce8\u518c")});case 3:return t.next=5,n.invoke(i,this);case 5:return t.abrupt("return",t.sent);case 6:case"end":return t.stop()}}),t,this)})));return function(e,i){return t.apply(this,arguments)}}()},{key:"useAdapters",value:function(t){var e=function(t){var e,i,n=(e=t,"[object Array]"===Object.prototype.toString.call(e)?t:[t]),a=x(n);try{for(a.s();!(i=a.n()).done;){var r=i.value,s=r.isMatch,o=r.genAdapter,c=r.runtime;if(s())return{adapter:o(),runtime:c}}}catch(l){a.e(l)}finally{a.f()}}(t)||{},i=e.adapter,n=e.runtime;i&&(Rt.adapter=i),n&&(Rt.runtime=n)}}]),t}(),Pe=new Te;function Ae(t,e,i){void 0===i&&(i={});var n=/\?/.test(e),a="";for(var r in i)""===a?!n&&(e+="?"):a+="&",a+=r+"="+encodeURIComponent(i[r]);return/^http(s)?:\/\//.test(e+=a)?e:""+t+e}var Oe=function(){function t(){(0,m.default)(this,t)}return(0,_.default)(t,[{key:"post",value:function(t){var e=t.url,i=t.data,n=t.headers;return new Promise((function(t,a){xt.request({url:Ae("https:",e),data:i,method:"POST",header:n,success:function(e){t(e)},fail:function(t){a(t)}})}))}},{key:"upload",value:function(t){return new Promise((function(e,i){var n=t.url,a=t.file,r=t.data,s=t.headers,o=t.fileType,c=xt.uploadFile({url:Ae("https:",n),name:"file",formData:Object.assign({},r),filePath:a,fileType:o,header:s,success:function(t){var i={statusCode:t.statusCode,data:t.data||{}};200===t.statusCode&&r.success_action_status&&(i.statusCode=parseInt(r.success_action_status,10)),e(i)},fail:function(t){i(new Error(t.errMsg||"uploadFile:fail"))}});"function"==typeof t.onUploadProgress&&c&&"function"==typeof c.onProgressUpdate&&c.onProgressUpdate((function(e){t.onUploadProgress({loaded:e.totalBytesSent,total:e.totalBytesExpectedToSend})}))}))}}]),t}(),De={setItem:function(t,e){xt.setStorageSync(t,e)},getItem:function(t){return xt.getStorageSync(t)},removeItem:function(t){xt.removeStorageSync(t)},clear:function(){xt.clearStorageSync()}},Ie={genAdapter:function(){return{root:{},reqClass:Oe,localStorage:De,primaryStorage:"local"}},isMatch:function(){return!0},runtime:"uni_app"};Pe.useAdapters(Ie);var Le=Pe,Me=Le.init;Le.init=function(t){t.env=t.spaceId;var e=Me.call(this,t);e.config.provider="tencent",e.config.spaceId=t.spaceId;var i=e.auth;return e.auth=function(t){var e=i.call(this,t);return["linkAndRetrieveDataWithTicket","signInAnonymously","signOut","getAccessToken","getLoginState","signInWithTicket","getUserInfo"].forEach((function(t){var i;e[t]=(i=e[t],function(t){t=t||{};var e=vt(t),n=e.success,a=e.fail,r=e.complete;if(!(n||a||r))return i.call(this,t);i.call(this,t).then((function(t){n&&n(t),r&&r(t)}),(function(t){a&&a(t),r&&r(t)}))}).bind(e)})),e},e.customAuth=e.auth,e};var Fe=Le,je=function(t){(0,h.default)(i,t);var e=k(i);function i(){return(0,m.default)(this,i),e.apply(this,arguments)}return(0,_.default)(i,[{key:"getAccessToken",value:function(){var t=this;return new Promise((function(e,i){var n="Anonymous_Access_token";t.setAccessToken(n),e(n)}))}},{key:"setupRequest",value:function(t,e){var i=Object.assign({},t,{spaceId:this.config.spaceId,timestamp:Date.now()}),n={"Content-Type":"application/json"};"auth"!==e&&(i.token=this.accessToken,n["x-basement-token"]=this.accessToken),n["x-serverless-sign"]=St.sign(i,this.config.clientSecret);var a=kt();n["x-client-info"]=encodeURIComponent(JSON.stringify(a));var r=bt(),s=r.token;return n["x-client-token"]=s,{url:this.config.requestUrl,method:"POST",data:i,dataType:"json",header:JSON.parse(JSON.stringify(n))}}},{key:"uploadFileToOSS",value:function(t){var e=this,i=t.url,n=t.formData,a=t.name,r=t.filePath,s=t.fileType,o=t.onUploadProgress;return new Promise((function(t,c){var l=e.adapter.uploadFile({url:i,formData:n,name:a,filePath:r,fileType:s,success:function(e){e&&e.statusCode<400?t(e):c(new yt({code:"UPLOAD_FAILED",message:"\u6587\u4ef6\u4e0a\u4f20\u5931\u8d25"}))},fail:function(t){c(new yt({code:t.code||"UPLOAD_FAILED",message:t.message||t.errMsg||"\u6587\u4ef6\u4e0a\u4f20\u5931\u8d25"}))}});"function"==typeof o&&l&&"function"==typeof l.onProgressUpdate&&l.onProgressUpdate((function(t){o({loaded:t.totalBytesSent,total:t.totalBytesExpectedToSend})}))}))}},{key:"uploadFile",value:function(t){var e,i=this,n=t.filePath,a=t.cloudPath,r=t.fileType,s=void 0===r?"image":r,o=t.onUploadProgress;if(!a)throw new yt({code:"CLOUDPATH_REQUIRED",message:"cloudPath\u4e0d\u53ef\u4e3a\u7a7a"});return this.getOSSUploadOptionsFromPath({cloudPath:a}).then((function(t){var a=t.result,r=a.url,c=a.formData,l=a.name;e=t.result.fileUrl;var u={url:r,formData:c,name:l,filePath:n,fileType:s};return i.uploadFileToOSS(Object.assign({},u,{onUploadProgress:o}))})).then((function(){return i.reportOSSUpload({cloudPath:a})})).then((function(t){return new Promise((function(i,a){t.success?i({success:!0,filePath:n,fileID:e}):a(new yt({code:"UPLOAD_FAILED",message:"\u6587\u4ef6\u4e0a\u4f20\u5931\u8d25"}))}))}))}},{key:"deleteFile",value:function(t){var e=t.fileList,i={method:"serverless.file.resource.delete",params:JSON.stringify({fileList:e})};return this.request(this.setupRequest(i)).then((function(t){if(t.success)return t.result;throw new yt({code:"DELETE_FILE_FAILED",message:"\u5220\u9664\u6587\u4ef6\u5931\u8d25"})}))}},{key:"getTempFileURL",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.fileList,i=t.maxAge;if(!Array.isArray(e)||0===e.length)throw new yt({code:"INVALID_PARAM",message:"fileList\u7684\u5143\u7d20\u5fc5\u987b\u662f\u975e\u7a7a\u7684\u5b57\u7b26\u4e32"});var n={method:"serverless.file.resource.getTempFileURL",params:JSON.stringify({fileList:e,maxAge:i})};return this.request(this.setupRequest(n)).then((function(t){if(t.success)return{fileList:t.result.fileList.map((function(t){return{fileID:t.fileID,tempFileURL:t.tempFileURL}}))};throw new yt({code:"GET_TEMP_FILE_URL_FAILED",message:"\u83b7\u53d6\u4e34\u65f6\u6587\u4ef6\u94fe\u63a5\u5931\u8d25"})}))}}]),i}(Tt),Ee={init:function(t){var e=new je(t),i={signInAnonymously:function(){return e.authorize()},getLoginState:function(){return Promise.resolve(!1)}};return e.auth=function(){return i},e.customAuth=e.auth,e}},Re=$((function(t,e){t.exports=T.enc.Hex}));function Ne(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=e.data,n=e.functionName,a=e.method,r=e.headers,s=e.signHeaderKeys,o=void 0===s?[]:s,l=e.config,u=Date.now(),d="xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(function(t){var e=16*Math.random()|0;return("x"===t?e:3&e|8).toString(16)})),f=Object.assign({},r,{"x-from-app-id":l.spaceAppId,"x-from-env-id":l.spaceId,"x-to-env-id":l.spaceId,"x-from-instance-id":u,"x-from-function-name":n,"x-client-timestamp":u,"x-alipay-source":"client","x-request-id":d,"x-alipay-callid":d,"x-trace-id":d}),h=["x-from-app-id","x-from-env-id","x-to-env-id","x-from-instance-id","x-from-function-name","x-client-timestamp"].concat(o),p=t.split("?")||[],g=(0,c.default)(p,2),v=g[0],m=void 0===v?"":v,_=g[1],y=void 0===_?"":_,x=function(t){var e=t.signedHeaders.join(";"),i=t.signedHeaders.map((function(e){return"".concat(e.toLowerCase(),":").concat(t.headers[e],"\n")})).join(""),n=Lt(t.body).toString(Re),a="".concat(t.method.toUpperCase(),"\n").concat(t.path,"\n").concat(t.query,"\n").concat(i,"\n").concat(e,"\n").concat(n,"\n"),r=Lt(a).toString(Re),s="HMAC-SHA256\n".concat(t.timestamp,"\n").concat(r,"\n"),o=Mt(s,t.secretKey).toString(Re);return"HMAC-SHA256 Credential=".concat(t.secretId,", SignedHeaders=").concat(e,", Signature=").concat(o)}({path:m,query:y,method:a,headers:f,timestamp:u,body:JSON.stringify(i),secretId:l.accessKey,secretKey:l.secretKey,signedHeaders:h.sort()});return{url:"".concat(l.endpoint).concat(t),headers:Object.assign({},f,{Authorization:x})}}function Be(t){var e=t.url,i=t.data,n=t.method,a=void 0===n?"POST":n,r=t.headers,s=void 0===r?{}:r;return new Promise((function(t,n){xt.request({url:e,method:a,data:i,header:s,dataType:"json",complete:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},i=s["x-trace-id"]||"";if(!e.statusCode||e.statusCode>=400){var a=e.data||{},r=a.message,o=a.errMsg,c=a.trace_id;return n(new yt({code:"SYS_ERR",message:r||o||"request:fail",requestId:c||i}))}t({status:e.statusCode,data:e.data,headers:e.header,requestId:i})}})}))}function ze(t,e){var i=t.path,n=t.data,a=t.method,r=void 0===a?"GET":a,s=Ne(i,{functionName:"",data:n,method:r,headers:{"x-alipay-cloud-mode":"oss","x-data-api-type":"oss","x-expire-timestamp":Date.now()+6e4},signHeaderKeys:["x-data-api-type","x-expire-timestamp"],config:e}),o=s.url,c=s.headers;return Be({url:o,data:n,method:r,headers:c}).then((function(t){var e=t.data||{};if(!e.success)throw new yt({code:t.errCode,message:t.errMsg,requestId:t.requestId});return e.data||{}})).catch((function(t){throw new yt({code:t.errCode,message:t.errMsg,requestId:t.requestId})}))}function We(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",e=t.trim().replace(/^cloud:\/\//,""),i=e.indexOf("/");if(i<=0)throw new yt({code:"INVALID_PARAM",message:"fileID\u4e0d\u5408\u6cd5"});var n=e.substring(0,i),a=e.substring(i+1);return n!==this.config.spaceId&&console.warn("file ".concat(t," does not belong to env ").concat(this.config.spaceId)),a}function Ue(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return"cloud://".concat(this.config.spaceId,"/").concat(t.replace(/^\/+/,""))}var qe=function(){function t(e){if((0,m.default)(this,t),["spaceId","spaceAppId","accessKey","secretKey"].forEach((function(t){if(!Object.prototype.hasOwnProperty.call(e,t))throw new Error("".concat(t," required"))})),e.endpoint){if("string"!=typeof e.endpoint)throw new Error("endpoint must be string");if(!/^https:\/\//.test(e.endpoint))throw new Error("endpoint must start with https://");e.endpoint=e.endpoint.replace(/\/$/,"")}this.config=Object.assign({},e,{endpoint:e.endpoint||"https://".concat(e.spaceId,".api-hz.cloudbasefunction.cn")})}return(0,_.default)(t,[{key:"callFunction",value:function(t){return function(t,e){var i=t.name,n=t.data,a="POST",r=Ne("/functions/invokeFunction",{functionName:i,data:n,method:a,headers:{"x-to-function-name":i},signHeaderKeys:["x-to-function-name"],config:e}),s=r.url,o=r.headers;return Be({url:s,data:n,method:a,headers:o}).then((function(t){return{errCode:0,success:!0,requestId:t.requestId,result:t.data}})).catch((function(t){throw new yt({code:t.errCode,message:t.errMsg,requestId:t.requestId})}))}(t,this.config)}},{key:"uploadFileToOSS",value:function(t){var e=t.url,i=t.filePath,n=t.fileType,a=t.formData,r=t.onUploadProgress;return new Promise((function(t,s){var o=xt.uploadFile({url:e,filePath:i,fileType:n,formData:a,name:"file",success:function(e){e&&e.statusCode<400?t(e):s(new yt({code:"UPLOAD_FAILED",message:"\u6587\u4ef6\u4e0a\u4f20\u5931\u8d25"}))},fail:function(t){s(new yt({code:t.code||"UPLOAD_FAILED",message:t.message||t.errMsg||"\u6587\u4ef6\u4e0a\u4f20\u5931\u8d25"}))}});"function"==typeof r&&o&&"function"==typeof o.onProgressUpdate&&o.onProgressUpdate((function(t){r({loaded:t.totalBytesSent,total:t.totalBytesExpectedToSend})}))}))}},{key:"uploadFile",value:function(){var t=(0,d.default)(s.default.mark((function t(e){var i,n,a,r,o,c,l,u,d,f,h;return s.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(i=e.filePath,n=e.cloudPath,a=void 0===n?"":n,r=e.fileType,o=void 0===r?"image":r,c=e.onUploadProgress,"string"===j(a)){t.next=3;break}throw new yt({code:"INVALID_PARAM",message:"cloudPath\u5fc5\u987b\u4e3a\u5b57\u7b26\u4e32\u7c7b\u578b"});case 3:if(a=a.trim()){t.next=5;break}throw new yt({code:"INVALID_PARAM",message:"cloudPath\u4e0d\u53ef\u4e3a\u7a7a"});case 5:if(!/:\/\//.test(a)){t.next=7;break}throw new yt({code:"INVALID_PARAM",message:"cloudPath\u4e0d\u5408\u6cd5"});case 7:return t.next=9,ze({path:"/".concat(a.replace(/^\//,""),"?post_url")},this.config);case 9:return l=t.sent,u=l.file_id,d=l.upload_url,f=l.form_data,h=f&&f.reduce((function(t,e){return t[e.key]=e.value,t}),{}),t.abrupt("return",this.uploadFileToOSS({url:d,filePath:i,fileType:o,formData:h,onUploadProgress:c}).then((function(){return{fileID:u}})));case 15:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"getTempFileURL",value:function(){var t=(0,d.default)(s.default.mark((function t(e){var i,n=this;return s.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return i=e.fileList,t.abrupt("return",new Promise((function(t,e){(!i||i.length<0)&&e(new yt({errCode:"INVALID_PARAM",errMsg:"fileList\u4e0d\u80fd\u4e3a\u7a7a\u6570\u7ec4"})),i.length>50&&e(new yt({errCode:"INVALID_PARAM",errMsg:"fileList\u6570\u7ec4\u957f\u5ea6\u4e0d\u80fd\u8d85\u8fc750"}));var a,r=[],s=x(i);try{for(s.s();!(a=s.n()).done;){var o=a.value;"string"!==j(o)&&e(new yt({errCode:"INVALID_PARAM",errMsg:"fileList\u7684\u5143\u7d20\u5fc5\u987b\u662f\u975e\u7a7a\u7684\u5b57\u7b26\u4e32"}));var c=We.call(n,o);r.push({file_id:c,expire:600})}}catch(l){s.e(l)}finally{s.f()}ze({path:"/?download_url",data:{file_list:r},method:"POST"},n.config).then((function(e){var i=e.file_list,a=void 0===i?[]:i;t({fileList:a.map((function(t){return{fileID:Ue.call(n,t.file_id),tempFileURL:t.download_url}}))})})).catch((function(t){return e(t)}))})));case 2:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}()}]),t}(),He={init:function(t){t.provider="alipay";var e=new qe(t);return e.auth=function(){return{signInAnonymously:function(){return Promise.resolve()},getLoginState:function(){return Promise.resolve(!0)}}},e}};function Ge(t){var e,i=t.data;e=kt();var n=JSON.parse(JSON.stringify(i||{}));if(Object.assign(n,{clientInfo:e}),!n.uniIdToken){var a=bt(),r=a.token;r&&(n.uniIdToken=r)}return n}var Ve=[{rule:/fc_function_not_found|FUNCTION_NOT_FOUND/,content:"\uff0c\u4e91\u51fd\u6570[{functionName}]\u5728\u4e91\u7aef\u4e0d\u5b58\u5728\uff0c\u8bf7\u68c0\u67e5\u6b64\u4e91\u51fd\u6570\u540d\u79f0\u662f\u5426\u6b63\u786e\u4ee5\u53ca\u8be5\u4e91\u51fd\u6570\u662f\u5426\u5df2\u4e0a\u4f20\u5230\u670d\u52a1\u7a7a\u95f4",mode:"append"}],Ke=/[\\^$.*+?()[\]{}|]/g,Je=RegExp(Ke.source);function Xe(t,e,i){return t.replace(new RegExp((n=e)&&Je.test(n)?n.replace(Ke,"\\$&"):n,"g"),i);var n}var Ye="request",Qe="response";var Ze;Ze="0123456789abcdef";var ti={code:2e4,message:"System error"},ei={code:20101,message:"Invalid client"};function ii(t){var e=t||{},i=e.errSubject,n=e.subject,a=e.errCode,r=e.errMsg,s=e.code,o=e.message,c=e.cause;return new yt({subject:i||n||"uni-secure-network",code:a||s||ti.code,message:r||o,cause:c})}var ni;function ai(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.secretType;return e===Ye||e===Qe||"both"===e}function ri(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.name,i=t.data,n=void 0===i?{}:i;return"app"===H&&"DCloud-clientDB"===e&&"encryption"===n.redirectTo&&"getAppClientKey"===n.action}function si(t){t.functionName,t.result,t.logPvd}function oi(t){var e=t.callFunction,i=function(i){var n=this,a=i.name;i.data=Ge.call(t,{data:i.data});var r={aliyun:"aliyun",tencent:"tcb",tcb:"tcb",alipay:"alipay"}[this.config.provider],s=ai(i),o=ri(i),c=s||o;return e.call(this,i).then((function(t){return t.errCode=0,!c&&si.call(n,{functionName:a,result:t,logPvd:r}),Promise.resolve(t)}),(function(t){return!c&&si.call(n,{functionName:a,result:t,logPvd:r}),t&&t.message&&(t.message=function(){for(var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.message,i=void 0===e?"":e,n=t.extraInfo,a=void 0===n?{}:n,r=t.formatter,s=void 0===r?[]:r,o=0;o0&&void 0!==arguments[0]?arguments[0]:{},e=t.provider,i=t.spaceId,n=t.functionName,a=Ct(),r=a.appId,s=a.uniPlatform,o=a.osName,c=s;"app"===s&&(c=o);var l=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.provider,i=t.spaceId,n=q;if(!n)return{};e=function(t){return"tencent"===t?"tcb":t}(e);var a=n.find((function(t){return t.provider===e&&t.spaceId===i}));return a&&a.config}({provider:e,spaceId:i});if(!l||!l.accessControl||!l.accessControl.enable)return!1;var u=l.accessControl.function||{},d=Object.keys(u);if(0===d.length)return!0;var f=function(t,e){for(var i,n,a,r=0;r-1&&(n=s):a=s:i=s}return i||n||a}(d,n);if(!f)return!1;if((u[f]||[]).find((function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return t.appId===r&&(t.platform||"").toLowerCase()===c.toLowerCase()})))return!0;throw console.error("\u6b64\u5e94\u7528[appId: ".concat(r,", platform: ").concat(c,"]\u4e0d\u5728\u4e91\u7aef\u914d\u7f6e\u7684\u5141\u8bb8\u8bbf\u95ee\u7684\u5e94\u7528\u5217\u8868\u5185\uff0c\u53c2\u8003\uff1ahttps://uniapp.dcloud.net.cn/uniCloud/secure-network.html#verify-client")),ii(ei)}({provider:s,spaceId:o,functionName:c})?new ni({secretType:e.secretType,uniCloudIns:t}).wrapVerifyClientCallFunction(i.bind(t))(e):n(e),Object.defineProperty(a,"result",{get:function(){return console.warn("\u5f53\u524d\u8fd4\u56de\u7ed3\u679c\u4e3aPromise\u7c7b\u578b\uff0c\u4e0d\u53ef\u76f4\u63a5\u8bbf\u95ee\u5176result\u5c5e\u6027\uff0c\u8be6\u60c5\u8bf7\u53c2\u8003\uff1ahttps://uniapp.dcloud.net.cn/uniCloud/faq?id=promise"),{}}}),a}}ni="mp-weixin"!==H&&"app"!==H?function(){return(0,_.default)((function t(){throw(0,m.default)(this,t),ii({message:"Platform ".concat(H," is not supported by secure network")})}))}():function(){return(0,_.default)((function t(){throw(0,m.default)(this,t),ii({message:"Platform ".concat(H," is not enabled, please check whether secure network module is enabled in your manifest.json")})}))}();var ci=Symbol("CLIENT_DB_INTERNAL");function li(t,e){return t.then="DoNotReturnProxyWithAFunctionNamedThen",t._internalType=ci,t.inspect=null,t.__ob__=void 0,new Proxy(t,{get:function(t,i,n){if("_uniClient"===i)return null;if("symbol"==(0,l.default)(i))return t[i];if(i in t||"string"!=typeof i){var a=t[i];return"function"==typeof a?a.bind(t):a}return e.get(t,i,n)}})}function ui(t){return{on:function(e,i){t[e]=t[e]||[],t[e].indexOf(i)>-1||t[e].push(i)},off:function(e,i){t[e]=t[e]||[];var n=t[e].indexOf(i);-1!==n&&t[e].splice(n,1)}}}var di=["db.Geo","db.command","command.aggregate"];function fi(t,e){return di.indexOf("".concat(t,".").concat(e))>-1}function hi(t){switch(j(t)){case"array":return t.map((function(t){return hi(t)}));case"object":return t._internalType===ci||Object.keys(t).forEach((function(e){t[e]=hi(t[e])})),t;case"regexp":return{$regexp:{source:t.source,flags:t.flags}};case"date":return{$date:t.toISOString()};default:return t}}function pi(t){return t&&t.content&&t.content.$method}var gi=function(){function t(e,i,n){(0,m.default)(this,t),this.content=e,this.prevStage=i||null,this.udb=null,this._database=n}return(0,_.default)(t,[{key:"toJSON",value:function(){for(var t=this,e=[t.content];t.prevStage;)t=t.prevStage,e.push(t.content);return{$db:e.reverse().map((function(t){return{$method:t.$method,$param:hi(t.$param)}}))}}},{key:"toString",value:function(){return JSON.stringify(this.toJSON())}},{key:"getAction",value:function(){var t=this.toJSON().$db.find((function(t){return"action"===t.$method}));return t&&t.$param&&t.$param[0]}},{key:"getCommand",value:function(){return{$db:this.toJSON().$db.filter((function(t){return"action"!==t.$method}))}}},{key:"isAggregate",get:function(){for(var t=this;t;){var e=pi(t),i=pi(t.prevStage);if("aggregate"===e&&"collection"===i||"pipeline"===e)return!0;t=t.prevStage}return!1}},{key:"isCommand",get:function(){for(var t=this;t;){if("command"===pi(t))return!0;t=t.prevStage}return!1}},{key:"isAggregateCommand",get:function(){for(var t=this;t;){var e=pi(t),i=pi(t.prevStage);if("aggregate"===e&&"command"===i)return!0;t=t.prevStage}return!1}},{key:"getNextStageFn",value:function(t){var e=this;return function(){return vi({$method:t,$param:hi(Array.from(arguments))},e,e._database)}}},{key:"count",get:function(){return this.isAggregate?this.getNextStageFn("count"):function(){return this._send("count",Array.from(arguments))}}},{key:"remove",get:function(){return this.isCommand?this.getNextStageFn("remove"):function(){return this._send("remove",Array.from(arguments))}}},{key:"get",value:function(){return this._send("get",Array.from(arguments))}},{key:"add",get:function(){return this.isCommand?this.getNextStageFn("add"):function(){return this._send("add",Array.from(arguments))}}},{key:"update",value:function(){return this._send("update",Array.from(arguments))}},{key:"end",value:function(){return this._send("end",Array.from(arguments))}},{key:"set",get:function(){return this.isCommand?this.getNextStageFn("set"):function(){throw new Error("JQL\u7981\u6b62\u4f7f\u7528set\u65b9\u6cd5")}}},{key:"_send",value:function(t,e){var i=this.getAction(),n=this.getCommand();return n.$db.push({$method:t,$param:hi(e)}),this._database._callCloudFunction({action:i,command:n})}}]),t}();function vi(t,e,i){return li(new gi(t,e,i),{get:function(t,e){var n="db";return t&&t.content&&(n=t.content.$method),fi(n,e)?vi({$method:e},t,i):function(){return vi({$method:e,$param:hi(Array.from(arguments))},t,i)}}})}function mi(t){var e=t.path,i=t.method;return function(){function t(){(0,m.default)(this,t),this.param=Array.from(arguments)}return(0,_.default)(t,[{key:"toJSON",value:function(){return{$newDb:[].concat((0,u.default)(e.map((function(t){return{$method:t}}))),[{$method:i,$param:this.param}])}}},{key:"toString",value:function(){return JSON.stringify(this.toJSON())}}]),t}()}function _i(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return li(new t(e),{get:function(t,e){return fi("db",e)?vi({$method:e},null,t):function(){return vi({$method:e,$param:hi(Array.from(arguments))},null,t)}}})}var yi=function(t){(0,h.default)(i,t);var e=k(i);function i(){return(0,m.default)(this,i),e.apply(this,arguments)}return(0,_.default)(i,[{key:"_parseResult",value:function(t){return this._isJQL?t.result:t}},{key:"_callCloudFunction",value:function(t){var e=this,i=t.action,n=t.command,a=t.multiCommand,r=t.queryList;function s(t,e){if(a&&r)for(var i=0;i0&&void 0!==arguments[0]?arguments[0]:{},i=e.uniClient,n=void 0===i?{}:i,a=e.isJQL,r=void 0!==a&&a;(0,m.default)(this,t),this._uniClient=n,this._authCallBacks={},this._dbCallBacks={},n._isDefault&&(this._dbCallBacks=K("_globalUniCloudDatabaseCallback")),r||(this.auth=ui(this._authCallBacks)),this._isJQL=r,Object.assign(this,ui(this._dbCallBacks)),this.env=li({},{get:function(t,e){return{$env:e}}}),this.Geo=li({},{get:function(t,e){return mi({path:["Geo"],method:e})}}),this.serverDate=mi({path:[],method:"serverDate"}),this.RegExp=mi({path:[],method:"RegExp"})}return(0,_.default)(t,[{key:"getCloudEnv",value:function(t){if("string"!=typeof t||!t.trim())throw new Error("getCloudEnv\u53c2\u6570\u9519\u8bef");return{$env:t.replace("$cloudEnv_","")}}},{key:"_callback",value:function(t,e){var i=this._dbCallBacks;i[t]&&i[t].forEach((function(t){t.apply(void 0,(0,u.default)(e))}))}},{key:"_callbackAuth",value:function(t,e){var i=this._authCallBacks;i[t]&&i[t].forEach((function(t){t.apply(void 0,(0,u.default)(e))}))}},{key:"multiSend",value:function(){var t=Array.from(arguments),e=t.map((function(t){var e=t.getAction(),i=t.getCommand();if("getTemp"!==i.$db[i.$db.length-1].$method)throw new Error("multiSend\u53ea\u652f\u6301\u5b50\u547d\u4ee4\u5185\u4f7f\u7528getTemp");return{action:e,command:i}}));return this._callCloudFunction({multiCommand:e,queryList:t})}}]),t}()),xi="token\u65e0\u6548\uff0c\u8df3\u8f6c\u767b\u5f55\u9875\u9762",bi="token\u8fc7\u671f\uff0c\u8df3\u8f6c\u767b\u5f55\u9875\u9762",wi={TOKEN_INVALID_TOKEN_EXPIRED:bi,TOKEN_INVALID_INVALID_CLIENTID:xi,TOKEN_INVALID:xi,TOKEN_INVALID_WRONG_TOKEN:xi,TOKEN_INVALID_ANONYMOUS_USER:xi},Ci={"uni-id-token-expired":bi,"uni-id-check-token-failed":xi,"uni-id-token-not-exist":xi,"uni-id-check-device-feature-failed":xi};function ki(t,e){var i="";return i=t?"".concat(t,"/").concat(e):e,i.replace(/^\//,"")}function $i(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",i=[],n=[];return t.forEach((function(t){!0===t.needLogin?i.push(ki(e,t.path)):!1===t.needLogin&&n.push(ki(e,t.path))})),{needLoginPage:i,notNeedLoginPage:n}}function Si(t){return t.split("?")[0].replace(/^\//,"")}function Ti(){return function(t){var e=t&&t.$page&&t.$page.fullPath||"";return e?("/"!==e.charAt(0)&&(e="/"+e),e):e}(function(){var t=getCurrentPages();return t[t.length-1]}())}function Pi(){return Si(Ti())}function Ai(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!t)return!1;if(!(e&&e.list&&e.list.length))return!1;var i=e.list,n=Si(t);return i.some((function(t){return t.pagePath===n}))}var Oi,Di=!!y.default.uniIdRouter,Ii=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:y.default,e=t.pages,i=void 0===e?[]:e,n=t.subPackages,a=void 0===n?[]:n,r=t.uniIdRouter,s=void 0===r?{}:r,o=t.tabBar,c=void 0===o?{}:o,l=s.loginPage,d=s.needLogin,f=void 0===d?[]:d,h=s.resToLogin,p=void 0===h||h,g=$i(i),v=g.needLoginPage,m=g.notNeedLoginPage,_=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=[],i=[];return t.forEach((function(t){var n=t.root,a=t.pages,r=void 0===a?[]:a,s=$i(r,n),o=s.needLoginPage,c=s.notNeedLoginPage;e.push.apply(e,(0,u.default)(o)),i.push.apply(i,(0,u.default)(c))})),{needLoginPage:e,notNeedLoginPage:i}}(a),x=_.needLoginPage,b=_.notNeedLoginPage;return{loginPage:l,routerNeedLogin:f,resToLogin:p,needLoginPage:[].concat((0,u.default)(v),(0,u.default)(x)),notNeedLoginPage:[].concat((0,u.default)(m),(0,u.default)(b)),loginPageInTabBar:Ai(l,c)}}(),Li=Ii.loginPage,Mi=Ii.routerNeedLogin,Fi=Ii.resToLogin,ji=Ii.needLoginPage,Ei=Ii.notNeedLoginPage,Ri=Ii.loginPageInTabBar;if(ji.indexOf(Li)>-1)throw new Error("Login page [".concat(Li,'] should not be "needLogin", please check your pages.json'));function Ni(t){var e=Pi();if("/"===t.charAt(0))return t;var i=t.split("?"),n=(0,c.default)(i,2),a=n[0],r=n[1],s=a.replace(/^\//,"").split("/"),o=e.split("/");o.pop();for(var l=0;l-1)&&(ji.indexOf(e)>-1||Mi.some((function(e){return function(t,e){return new RegExp(e).test(t)}(t,e)})))}function zi(t){var e=t.redirect,i=Si(e),n=Si(Li);return Pi()!==n&&i!==n}function Wi(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.api,i=t.redirect;if(i&&zi({redirect:i})){var n=function(t,e){return"/"!==t.charAt(0)&&(t="/"+t),e?t.indexOf("?")>-1?t+"&uniIdRedirectUrl=".concat(encodeURIComponent(e)):t+"?uniIdRedirectUrl=".concat(encodeURIComponent(e)):t}(Li,i);Ri?"navigateTo"!==e&&"redirectTo"!==e||(e="switchTab"):"switchTab"===e&&(e="navigateTo");var a={navigateTo:uni.navigateTo,redirectTo:uni.redirectTo,switchTab:uni.switchTab,reLaunch:uni.reLaunch};setTimeout((function(){a[e]({url:n})}))}}function Ui(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.url,i={abortLoginPageJump:!1,autoToLoginPage:!1},n=function(){var t,e=bt(),i=e.token,n=e.tokenExpired;if(i){if(n0)return setTimeout((function(){ft(at,n)}),0),i.abortLoginPageJump=!0,i;i.autoToLoginPage=!0}return i}function qi(){!function(){var t=Ti(),e=Ui({url:t}),i=e.abortLoginPageJump,n=e.autoToLoginPage;i||n&&Wi({api:"redirectTo",redirect:t})}();for(var t=["navigateTo","redirectTo","reLaunch","switchTab"],e=function(e){var i=t[e];uni.addInterceptor(i,{invoke:function(t){var e=Ui({url:t.url}),n=e.abortLoginPageJump,a=e.autoToLoginPage;return n?t:a?(Wi({api:i,redirect:Ni(t.url)}),!1):t}})},i=0;i0&&void 0!==arguments[0]?arguments[0]:{},e=lt(at);gt().then((function(){var i=Ti();if(i&&zi({redirect:i}))return e.length>0?ft(at,Object.assign({uniIdRedirectUrl:i},t)):void(Li&&Wi({api:"navigateTo",redirect:i}))}))}(i)}))}function Gi(t){!function(t){t.onResponse=function(t){ut(nt,t)},t.offResponse=function(t){dt(nt,t)}}(t),function(t){t.onNeedLogin=function(t){ut(at,t)},t.offNeedLogin=function(t){dt(at,t)},Di&&(K("_globalUniCloudStatus").needLoginInit||(K("_globalUniCloudStatus").needLoginInit=!0,gt().then((function(){qi.call(t)})),Fi&&Hi.call(t)))}(t),function(t){t.onRefreshToken=function(t){ut(rt,t)},t.offRefreshToken=function(t){dt(rt,t)}}(t)}var Vi="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",Ki=/^(?:[A-Za-z\d+/]{4})*?(?:[A-Za-z\d+/]{2}(?:==)?|[A-Za-z\d+/]{3}=?)?$/;function Ji(){var t,e,i=bt().token||"",n=i.split(".");if(!i||3!==n.length)return{uid:null,role:[],permission:[],tokenExpired:0};try{t=JSON.parse((e=n[1],decodeURIComponent(Oi(e).split("").map((function(t){return"%"+("00"+t.charCodeAt(0).toString(16)).slice(-2)})).join(""))))}catch(i){throw new Error("\u83b7\u53d6\u5f53\u524d\u7528\u6237\u4fe1\u606f\u51fa\u9519\uff0c\u8be6\u7ec6\u9519\u8bef\u4fe1\u606f\u4e3a\uff1a"+i.message)}return t.tokenExpired=1e3*t.exp,delete t.exp,delete t.iat,t}Oi="function"!=typeof atob?function(t){if(t=String(t).replace(/[\t\n\f\r ]+/g,""),!Ki.test(t))throw new Error("Failed to execute 'atob' on 'Window': The string to be decoded is not correctly encoded.");var e;t+="==".slice(2-(3&t.length));for(var i,n,a="",r=0;r>16&255):64===n?String.fromCharCode(e>>16&255,e>>8&255):String.fromCharCode(e>>16&255,e>>8&255,255&e);return a}:atob;var Xi=$((function(t,e){Object.defineProperty(e,"__esModule",{value:!0});var i="chooseAndUploadFile:ok",n="chooseAndUploadFile:fail";function r(t,e){return t.tempFiles.forEach((function(t,i){t.name||(t.name=t.path.substring(t.path.lastIndexOf("/")+1)),e&&(t.fileType=e),t.cloudPath=Date.now()+"_"+i+t.name.substring(t.name.lastIndexOf("."))})),t.tempFilePaths||(t.tempFilePaths=t.tempFiles.map((function(t){return t.path}))),t}function s(t,e,n){var a=n.onChooseFile,r=n.onUploadProgress;return e.then((function(t){if(a){var e=a(t);if(void 0!==e)return Promise.resolve(e).then((function(e){return void 0===e?t:e}))}return t})).then((function(e){return!1===e?{errMsg:i,tempFilePaths:[],tempFiles:[]}:function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:5,a=arguments.length>3?arguments[3]:void 0;(e=Object.assign({},e)).errMsg=i;var r=e.tempFiles,s=r.length,o=0;return new Promise((function(i){for(;o=s)!r.find((function(t){return!t.url&&!t.errMsg}))&&i(e);else{var l=r[n];t.uploadFile({filePath:l.path,cloudPath:l.cloudPath,fileType:l.fileType,cloudPathAsRealPath:l.cloudPathAsRealPath,onUploadProgress:function(t){t.index=n,t.tempFile=l,t.tempFilePath=l.path,a&&a(t)}}).then((function(t){l.url=t.fileID,n0&&void 0!==arguments[0]?arguments[0]:{type:"all"};return"image"===e.type?s(t,function(t){var e=t.count,i=t.sizeType,a=t.sourceType,s=void 0===a?["album","camera"]:a,o=t.extension;return new Promise((function(t,a){uni.chooseImage({count:e,sizeType:i,sourceType:s,extension:o,success:function(e){t(r(e,"image"))},fail:function(t){a({errMsg:t.errMsg.replace("chooseImage:fail",n)})}})}))}(e),e):"video"===e.type?s(t,function(t){var e=t.camera,i=t.compressed,a=t.maxDuration,s=t.sourceType,o=void 0===s?["album","camera"]:s,c=t.extension;return new Promise((function(t,s){uni.chooseVideo({camera:e,compressed:i,maxDuration:a,sourceType:o,extension:c,success:function(e){var i=e.tempFilePath,n=e.duration,a=e.size,s=e.height,o=e.width;t(r({errMsg:"chooseVideo:ok",tempFilePaths:[i],tempFiles:[{name:e.tempFile&&e.tempFile.name||"",path:i,size:a,type:e.tempFile&&e.tempFile.type||"",width:o,height:s,duration:n,fileType:"video",cloudPath:""}]},"video"))},fail:function(t){s({errMsg:t.errMsg.replace("chooseVideo:fail",n)})}})}))}(e),e):s(t,function(t){var e=t.count,i=t.extension;return new Promise((function(t,s){var o=uni.chooseFile;if("undefined"!=typeof a&&"function"==typeof a.chooseMessageFile&&(o=a.chooseMessageFile),"function"!=typeof o)return s({errMsg:n+" \u8bf7\u6307\u5b9a type \u7c7b\u578b\uff0c\u8be5\u5e73\u53f0\u4ec5\u652f\u6301\u9009\u62e9 image \u6216 video\u3002"});o({type:"all",count:e,extension:i,success:function(e){t(r(e))},fail:function(t){s({errMsg:t.errMsg.replace("chooseFile:fail",n)})}})}))}(e),e)}}})),Yi=function(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}(Xi);function Qi(t){return{props:{localdata:{type:Array,default:function(){return[]}},options:{type:[Object,Array],default:function(){return{}}},spaceInfo:{type:Object,default:function(){return{}}},collection:{type:[String,Array],default:""},action:{type:String,default:""},field:{type:String,default:""},orderby:{type:String,default:""},where:{type:[String,Object],default:""},pageData:{type:String,default:"add"},pageCurrent:{type:Number,default:1},pageSize:{type:Number,default:20},getcount:{type:[Boolean,String],default:!1},gettree:{type:[Boolean,String],default:!1},gettreepath:{type:[Boolean,String],default:!1},startwith:{type:String,default:""},limitlevel:{type:Number,default:10},groupby:{type:String,default:""},groupField:{type:String,default:""},distinct:{type:[Boolean,String],default:!1},foreignKey:{type:String,default:""},loadtime:{type:String,default:"auto"},manual:{type:Boolean,default:!1}},data:function(){return{mixinDatacomLoading:!1,mixinDatacomHasMore:!1,mixinDatacomResData:[],mixinDatacomErrorMessage:"",mixinDatacomPage:{}}},created:function(){var t=this;this.mixinDatacomPage={current:this.pageCurrent,size:this.pageSize,count:0},this.$watch((function(){var e=[];return["pageCurrent","pageSize","localdata","collection","action","field","orderby","where","getont","getcount","gettree","groupby","groupField","distinct"].forEach((function(i){e.push(t[i])})),e}),(function(e,i){if("manual"!==t.loadtime){for(var n=!1,a=[],r=2;r0&&void 0!==arguments[0]?arguments[0]:{},i=e.getone,n=void 0!==i&&i,a=e.success,r=e.fail;this.mixinDatacomLoading||(this.mixinDatacomLoading=!0,this.mixinDatacomErrorMessage="",this.mixinDatacomGet().then((function(e){t.mixinDatacomLoading=!1;var i=e.result,r=i.data,s=i.count;t.getcount&&(t.mixinDatacomPage.count=s),t.mixinDatacomHasMore=r.length0&&void 0!==arguments[0]?arguments[0]:{},n=t.database(this.spaceInfo),a=i.action||this.action;a&&(n=n.action(a));var r=i.collection||this.collection;n=Array.isArray(r)?(e=n).collection.apply(e,(0,u.default)(r)):n.collection(r);var s=i.where||this.where;s&&Object.keys(s).length&&(n=n.where(s));var o=i.field||this.field;o&&(n=n.field(o));var c=i.foreignKey||this.foreignKey;c&&(n=n.foreignKey(c));var l=i.groupby||this.groupby;l&&(n=n.groupBy(l));var d=i.groupField||this.groupField;d&&(n=n.groupField(d)),!0===(void 0!==i.distinct?i.distinct:this.distinct)&&(n=n.distinct());var f=i.orderby||this.orderby;f&&(n=n.orderBy(f));var h=void 0!==i.pageCurrent?i.pageCurrent:this.mixinDatacomPage.current,p=void 0!==i.pageSize?i.pageSize:this.mixinDatacomPage.size,g=void 0!==i.getcount?i.getcount:this.getcount,v=void 0!==i.gettree?i.gettree:this.gettree,m=void 0!==i.gettreepath?i.gettreepath:this.gettreepath,_={getCount:g},y={limitLevel:void 0!==i.limitlevel?i.limitlevel:this.limitlevel,startWith:void 0!==i.startwith?i.startwith:this.startwith};return v&&(_.getTree=y),m&&(_.getTreePath=y),n=n.skip(p*(h-1)).limit(p).get(_),n}}}}function Zi(t){return K("_globalUniCloudSecureNetworkCache__{spaceId}".replace("{spaceId}",t.config.spaceId))}function tn(){return en.apply(this,arguments)}function en(){return en=(0,d.default)(s.default.mark((function t(){var e,i,n,a,r,o,c,l=arguments;return s.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(e=l.length>0&&void 0!==l[0]?l[0]:{},i=e.openid,n=e.callLoginByWeixin,a=void 0!==n&&n,r=Zi(this),"mp-weixin"===H){t.next=4;break}throw new Error("[SecureNetwork] API `initSecureNetworkByWeixin` is not supported on platform `".concat(H,"`"));case 4:if(!i||!a){t.next=6;break}throw new Error("[SecureNetwork] openid and callLoginByWeixin cannot be passed at the same time");case 6:if(!i){t.next=8;break}return t.abrupt("return",(r.mpWeixinOpenid=i,{}));case 8:return t.next=10,new Promise((function(t,e){uni.login({success:function(e){t(e.code)},fail:function(t){e(new Error(t.errMsg))}})}));case 10:return o=t.sent,c=this.importObject("uni-id-co",{customUI:!0}),t.next=14,c.secureNetworkHandshakeByWeixin({code:o,callLoginByWeixin:a});case 14:return r.mpWeixinCode=o,t.abrupt("return",{code:o});case 16:case"end":return t.stop()}}),t,this)}))),en.apply(this,arguments)}function nn(t){return an.apply(this,arguments)}function an(){return an=(0,d.default)(s.default.mark((function t(e){var i;return s.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return i=Zi(this),t.abrupt("return",(i.initPromise||(i.initPromise=tn.call(this,e)),i.initPromise));case 2:case"end":return t.stop()}}),t,this)}))),an.apply(this,arguments)}function rn(t){var e={getSystemInfo:uni.getSystemInfo,getPushClientId:uni.getPushClientId};return function(i){return new Promise((function(n,a){e[t](C(C({},i),{},{success:function(t){n(t)},fail:function(t){a(t)}}))}))}}var sn=function(t){(0,h.default)(i,t);var e=k(i);function i(){var t;return(0,m.default)(this,i),t=e.call(this),t._uniPushMessageCallback=t._receivePushMessage.bind((0,o.default)(t)),t._currentMessageId=-1,t._payloadQueue=[],t}return(0,_.default)(i,[{key:"init",value:function(){var t=this;return Promise.all([rn("getSystemInfo")(),rn("getPushClientId")()]).then((function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],i=(0,c.default)(e,2),n=i[0];n=void 0===n?{}:n;var a=n.appId,r=i[1];r=void 0===r?{}:r;var s=r.cid;if(!a)throw new Error("Invalid appId, please check the manifest.json file");if(!s)throw new Error("Invalid push client id");t._appId=a,t._pushClientId=s,t._seqId=Date.now()+"-"+Math.floor(9e5*Math.random()+1e5),t.emit("open"),t._initMessageListener()}),(function(e){throw t.emit("error",e),t.close(),e}))}},{key:"open",value:function(){var t=(0,d.default)(s.default.mark((function t(){return s.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.abrupt("return",this.init());case 1:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"_isUniCloudSSE",value:function(t){if("receive"!==t.type)return!1;var e=t&&t.data&&t.data.payload;return!(!e||"UNI_CLOUD_SSE"!==e.channel||e.seqId!==this._seqId)}},{key:"_receivePushMessage",value:function(t){if(this._isUniCloudSSE(t)){var e=t&&t.data&&t.data.payload,i=e.action,n=e.messageId,a=e.message;this._payloadQueue.push({action:i,messageId:n,message:a}),this._consumMessage()}}},{key:"_consumMessage",value:function(){for(var t=this;;){var e=this._payloadQueue.find((function(e){return e.messageId===t._currentMessageId+1}));if(!e)break;this._currentMessageId++,this._parseMessagePayload(e)}}},{key:"_parseMessagePayload",value:function(t){var e=t.action,i=t.messageId,n=t.message;"end"===e?this._end({messageId:i,message:n}):"message"===e&&this._appendMessage({messageId:i,message:n})}},{key:"_appendMessage",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=(t.messageId,t.message);this.emit("message",e)}},{key:"_end",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=(t.messageId,t.message);this.emit("end",e),this.close()}},{key:"_initMessageListener",value:function(){uni.onPushMessage(this._uniPushMessageCallback)}},{key:"_destroy",value:function(){uni.offPushMessage(this._uniPushMessageCallback)}},{key:"toJSON",value:function(){return{appId:this._appId,pushClientId:this._pushClientId,seqId:this._seqId}}},{key:"close",value:function(){this._destroy(),this.emit("close")}}]),i}(function(){function t(){(0,m.default)(this,t),this._callback={}}return(0,_.default)(t,[{key:"addListener",value:function(t,e){this._callback[t]||(this._callback[t]=[]),this._callback[t].push(e)}},{key:"on",value:function(t,e){return this.addListener(t,e)}},{key:"removeListener",value:function(t,e){if(!e)throw new Error('The "listener" argument must be of type function. Received undefined');var i=this._callback[t];if(i){var n=function(t,e){for(var i=t.length-1;i>=0;i--)if(t[i]===e)return i;return-1}(i,e);i.splice(n,1)}}},{key:"off",value:function(t,e){return this.removeListener(t,e)}},{key:"removeAllListener",value:function(t){delete this._callback[t]}},{key:"emit",value:function(t){for(var e=this._callback[t],i=arguments.length,n=new Array(i>1?i-1:0),a=1;a0)return t.init(e).database();if(this._database)return this._database;var i=_i(yi,{uniClient:t});return this._database=i,i},t.databaseForJQL=function(e){if(e&&Object.keys(e).length>0)return t.init(e).databaseForJQL();if(this._databaseForJQL)return this._databaseForJQL;var i=_i(yi,{uniClient:t,isJQL:!0});return this._databaseForJQL=i,i}}(e),function(t){t.getCurrentUserInfo=Ji,t.chooseAndUploadFile=Yi.initChooseAndUploadFile(t),Object.assign(t,{get mixinDatacom(){return Qi(t)}}),t.SSEChannel=sn,t.initSecureNetworkByWeixin=function(t){return function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},i=e.openid,n=e.callLoginByWeixin,a=void 0!==n&&n;return nn.call(t,{openid:i,callLoginByWeixin:a})}}(t),t.importObject=function(t){return function(e){var i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};i=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return t.customUI=e.customUI||t.customUI,t.parseSystemError=e.parseSystemError||t.parseSystemError,Object.assign(t.loadingOptions,e.loadingOptions),Object.assign(t.errorOptions,e.errorOptions),"object"==(0,l.default)(e.secretMethods)&&(t.secretMethods=e.secretMethods),t}({customUI:!1,loadingOptions:{title:"\u52a0\u8f7d\u4e2d...",mask:!0},errorOptions:{type:"modal",retry:!1}},i);var n=i,a=n.customUI,r=n.loadingOptions,o=n.errorOptions,c=n.parseSystemError,u=!a;return new Proxy({},{get:function(n,a){switch(a){case"toString":return"[object UniCloudObject]";case"toJSON":return{}}return function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.fn,i=t.interceptorName,n=t.getCallbackArgs;return(0,d.default)(s.default.mark((function t(){var a,r,o,c,l,u,d=arguments;return s.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:for(a=d.length,r=new Array(a),o=0;o0&&void 0!==c[0]?c[0]:{},i=e.title,n=e.content,a=e.showCancel,r=e.cancelText,o=e.confirmText,t.abrupt("return",new Promise((function(t,e){uni.showModal({title:i,content:n,showCancel:a,cancelText:r,confirmText:o,success:function(e){t(e)},fail:function(){t({confirm:!1,cancel:!0})}})})));case 2:case"end":return t.stop()}}),t)})))({title:"\u63d0\u793a",content:$,showCancel:o.retry,cancelText:"\u53d6\u6d88",confirmText:o.retry?"\u91cd\u8bd5":"\u786e\u5b9a"});case 33:if(S=n.sent,T=S.confirm,!o.retry||!T){n.next=37;break}return n.abrupt("return",f.apply(void 0,g));case 37:throw P=new yt({subject:x,code:b,message:w,requestId:h.requestId}),P.detail=h.result,ft(nt,{type:ct,content:P}),P;case 39:return n.abrupt("return",(ft(nt,{type:ct,content:h.result}),h.result));case 40:case"end":return n.stop()}}),n,null,[[5,11]])})));function f(){return n.apply(this,arguments)}return f}(),interceptorName:"callObject",getCallbackArgs:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},i=t.params;return{objectName:e,methodName:a,params:i}}})}})}}(t)}(e),["callFunction","uploadFile","deleteFile","getTempFileURL","downloadFile","chooseAndUploadFile"].forEach((function(t){if(e[t]){var i=e[t];e[t]=function(){return i.apply(e,Array.from(arguments))},e[t]=function(t,e){return function(i){var n=this,a=!1;if("callFunction"===e){var r=i&&i.type||D;a=r!==D}var s="callFunction"===e&&!a,o=this._initPromiseHub.exec();i=i||{};var c=vt(i),l=c.success,u=c.fail,d=c.complete,f=o.then((function(){return a?Promise.resolve():Z(tt(e,"invoke"),i)})).then((function(){return t.call(n,i)})).then((function(t){return a?Promise.resolve(t):Z(tt(e,"success"),t).then((function(){return Z(tt(e,"complete"),t)})).then((function(){return s&&ft(nt,{type:ot,content:t}),Promise.resolve(t)}))}),(function(t){return a?Promise.reject(t):Z(tt(e,"fail"),t).then((function(){return Z(tt(e,"complete"),t)})).then((function(){return ft(nt,{type:ot,content:t}),Promise.reject(t)}))}));if(!(l||u||d))return f;f.then((function(t){l&&l(t),d&&d(t),s&&ft(nt,{type:ot,content:t})}),(function(t){u&&u(t),d&&d(t),s&&ft(nt,{type:ot,content:t})}))}}(e[t],t).bind(e)}})),e.init=this.init,e}}]),t}());(function(){var t=G,e={};if(t&&1===t.length)e=t[0],cn=cn.init(e),cn._isDefault=!0;else{var i;i=t&&t.length>0?"\u5e94\u7528\u6709\u591a\u4e2a\u670d\u52a1\u7a7a\u95f4\uff0c\u8bf7\u901a\u8fc7uniCloud.init\u65b9\u6cd5\u6307\u5b9a\u8981\u4f7f\u7528\u7684\u670d\u52a1\u7a7a\u95f4":"\u5e94\u7528\u672a\u5173\u8054\u670d\u52a1\u7a7a\u95f4\uff0c\u8bf7\u5728uniCloud\u76ee\u5f55\u53f3\u952e\u5173\u8054\u670d\u52a1\u7a7a\u95f4",["auth","callFunction","uploadFile","deleteFile","getTempFileURL","downloadFile","database","getCurrentUSerInfo","importObject"].forEach((function(t){cn[t]=function(){return console.error(i),Promise.reject(new yt({code:"SYS_ERR",message:i}))}}))}Object.assign(cn,{get mixinDatacom(){return Qi(cn)}}),Gi(cn),cn.addInterceptor=Y,cn.removeInterceptor=Q,cn.interceptObject=et})();var ln=cn;i.default=ln}).call(this,n("c8ba"),n("fe07")["default"])},ab42:function(t,e,i){"use strict";var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("9523")),r=i("26cb");function s(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function o(t){for(var e=1;e=this.lastPage?uni.showToast({title:"\u6ca1\u6709\u66f4\u591a\u6570\u636e\uff01",icon:"none"}):(this.page++,this.getList(this.page))},methods:{swipeClick:function(t,e){var i=this,n=i.ranklist[e].id;uni.showModal({title:"\u53cb\u60c5\u63d0\u793a",content:"\u662f\u5426\u5220\u9664\u5f53\u524d\u6d4b\u91cf\u8bb0\u5f55\uff1f",success:function(t){t.confirm?i.$model.gethistorydelete({id:n}).then((function(t){0==t.code?(i.ranklist.splice(e,1),i.$store.dispatch("getUserInfo",{familyid:i.user.familyid}),i.$store.dispatch("getResult",{birthday:i.user.birthday,familyid:i.user.familyid,height:i.user.height,sex:i.user.sex}),i.$tools.msg("\u5220\u9664\u6210\u529f")):i.$tools.msg(t.message)})):t.cancel&&i.$tools.msg("\u60a8\u5df2\u53d6\u6d88\u64cd\u4f5c\uff01")}})},clickItemMethod:function(t){uni.navigateTo({url:"/pages/score/report?id="+JSON.stringify(t.id)})},getList:function(e){var i=this;this.$model.getHistoryList({familyId:this.user.familyid,pageNo:e,pageSize:10}).then((function(e){t("log","\u5386\u53f2\u8bb0\u5f55",e," at pages/score/history.vue:132"),0==e.code&&(e.data.rows.forEach((function(t){t.slide_x=0})),i.ranklist=i.ranklist.concat(e.data.rows),i.lastPage=e.data.totalpage)}))}}};e.default=o}).call(this,i("0de9")["default"])},bbaf:function(t,e,i){"use strict";(function(t){var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("9523")),r=i("26cb");function s(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}var o={computed:function(t){for(var e=1;e=this.lastPage?uni.showToast({title:"\u6ca1\u6709\u66f4\u591a\u6570\u636e\uff01",icon:"none"}):(this.page++,this.getList(this.page))},methods:{swipeClick:function(t,e){var i=this,n=i.ranklist[e].id;uni.showModal({title:"\u53cb\u60c5\u63d0\u793a",content:"\u662f\u5426\u5220\u9664\u5f53\u524d\u6d4b\u91cf\u8bb0\u5f55\uff1f",success:function(t){t.confirm?i.$model.gethistorydelete({id:n}).then((function(t){0==t.code?(i.ranklist.splice(e,1),i.$store.dispatch("getUserInfo",{familyid:i.user.familyid}),i.$store.dispatch("getResult",{birthday:i.user.birthday,familyid:i.user.familyid,height:i.user.height,sex:i.user.sex}),i.$tools.msg("\u5220\u9664\u6210\u529f")):i.$tools.msg(t.message)})):t.cancel&&i.$tools.msg("\u60a8\u5df2\u53d6\u6d88\u64cd\u4f5c\uff01")}})},clickItemMethod:function(t){uni.navigateTo({url:"/pages/history/historyDetail?index="+JSON.stringify(t)})},handleEdit:function(t){this.isActive=t},getList:function(e){var i=this;this.$model.getHistoryList({familyId:this.user.familyid,pageNo:e,pageSize:10}).then((function(e){t("log","\u5386\u53f2\u8bb0\u5f55",e," at pages/history/history.vue:151"),0==e.code&&(e.data.rows.forEach((function(t){t.slide_x=0})),i.ranklist=i.ranklist.concat(e.data.rows),i.lastPage=e.data.totalpage)}))}}};e.default=o}).call(this,i("0de9")["default"])},be0b:function(t,e,i){"use strict";var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("7f8e")),r=(n(i("cd91")),function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"get",i=arguments.length>2?arguments[2]:void 0,n={url:""+t,data:i,method:e,header:{Authorization:"Bearer "+uni.getStorageSync("token"),"X-Authorization":"Bearer "+uni.getStorageSync("refreshtoken"),"X-Requested-With":"XMLHttpRequest","content-type":"application/json;charset=UTF-8"}},r=new Promise((function(t,e){uni.request(n).then((function(e){if(uni.hideLoading(),401==e[1].data.code)return uni.clearStorageSync(),uni.setStorageSync("token",null),uni.setStorageSync("refreshtoken",null),a.default.msg(e[1].data.message),void setTimeout((function(){uni.reLaunch({url:"/pages/login/login"})}),2e3);200==e[1].statusCode?t(e[1].data):a.default.msg(e[1].data.message)})).catch((function(t){uni.hideLoading(),e(t)}))}));return r}),s={baseUrl:"",get:function(t,e){return r(t,"get",e)},post:function(t,e){return r(t,"post",e)}};e.default=s},bfeb:function(t,e,i){"use strict";i.r(e);var n=i("f8e9"),a=i("db9e");for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);var s=i("f0c5"),o=Object(s["a"])(a["default"],n["b"],n["c"],!1,null,"6df8177b",null,!1,n["a"],void 0);e["default"]=o.exports},c135:function(t,e){t.exports=function(t){if(Array.isArray(t))return t},t.exports.__esModule=!0,t.exports["default"]=t.exports},c1a6:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return n}));var n={uniSwipeAction:i("462c").default,uniSwipeActionItem:i("9f40").default,uniIcons:i("49ce").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","common"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","history"),attrs:{_i:1}},[t._l(t._$s(2,"f",{forItems:t.ranklist}),(function(e,n,a,r){return i("view",{key:t._$s(2,"f",{forIndex:a,key:n}),staticClass:t._$s("2-"+r,"sc","list"),attrs:{_i:"2-"+r},on:{click:function(i){return t.clickItemMethod(e)}}},[i("uni-swipe-action",{attrs:{_i:"3-"+r}},[i("uni-swipe-action-item",{attrs:{"right-options":e.options,disabled:"edit"==t.type,_i:"4-"+r},on:{click:function(e){return t.swipeClick(e,n)}}},[i("view",{staticClass:t._$s("5-"+r,"sc","item"),attrs:{_i:"5-"+r}},[i("view",{staticClass:t._$s("6-"+r,"sc","time"),attrs:{_i:"6-"+r}},[i("icon",{staticClass:t._$s("7-"+r,"sc","t-icon t-icon-shijian-mianxing-0"),attrs:{_i:"7-"+r}}),i("text",[t._v(t._$s("8-"+r,"t0-0",t._s(e.createtime)))])]),i("view",[t._v(t._$s("9-"+r,"t0-0",t._s(e.weight))),i("text")]),i("view",[t._v(t._$s("11-"+r,"t0-0",t._s(e.bmi))),i("text")]),i("view",[t._v(t._$s("13-"+r,"t0-0",t._s(e.fat_r))),i("text")]),t._$s("15-"+r,"i","edit"==t.type)?i("view",{staticClass:t._$s("15-"+r,"sc","check"),attrs:{_i:"15-"+r},on:{click:function(t){t.stopPropagation()}}},[i("uni-icons",{attrs:{type:t.isActive==e.id?"checkbox-filled":"circle",size:"22",color:t.isActive==e.id?"#FEC407":"#dfdfdf",_i:"16-"+r},on:{click:function(i){return t.handleEdit(e.id)}}})],1):i("uni-icons",{attrs:{type:"right",_i:"17-"+r}})],1)])],1)],1)})),t._$s(18,"i",!t.lastPage||t.page>=t.lastPage)?i("view",{staticClass:t._$s(18,"sc","endtext"),attrs:{_i:18}}):t._e()],2),t._$s(19,"i",!t.lastPage)?i("view",{staticClass:t._$s(19,"sc","nolist"),attrs:{_i:19}},[i("uni-icons",{staticClass:t._$s(20,"sc","iconfont icon-zanwu1"),attrs:{_i:20}})],1):t._e()])},r=[]},c240:function(t,e){t.exports=function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},t.exports.__esModule=!0,t.exports["default"]=t.exports},c377:function(t,e,i){"use strict";i.r(e);var n=i("9124"),a=i("6cf1");for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);var s=i("f0c5"),o=Object(s["a"])(a["default"],n["b"],n["c"],!1,null,"318580c4",null,!1,n["a"],void 0);e["default"]=o.exports},c5f7:function(t,e){t.exports=function(t){return-1!==Function.toString.call(t).indexOf("[native code]")},t.exports.__esModule=!0,t.exports["default"]=t.exports},c7db:function(t,e,i){"use strict";i.r(e);var n=i("048f"),a=i.n(n);for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);e["default"]=a.a},c8ba:function(t,i){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"===typeof window&&(n=window)}t.exports=n},c973:function(t,e){function i(t,e,i,n,a,r,s){try{var o=t[r](s),c=o.value}catch(l){return void i(l)}o.done?e(c):Promise.resolve(c).then(n,a)}t.exports=function(t){return function(){var e=this,n=arguments;return new Promise((function(a,r){var s=t.apply(e,n);function o(t){i(s,a,r,o,c,"next",t)}function c(t){i(s,a,r,o,c,"throw",t)}o(void 0)}))}},t.exports.__esModule=!0,t.exports["default"]=t.exports},c9d0:function(t,e,i){"use strict";i.r(e);var n=i("5f2a"),a=i.n(n);for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);e["default"]=a.a},ca64:function(t,e,i){"use strict";i.r(e);var n=i("9e03"),a=i("5df8");for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);var s=i("f0c5"),o=Object(s["a"])(a["default"],n["b"],n["c"],!1,null,"7bd4d3f2",null,!1,n["a"],void 0);e["default"]=o.exports},cbb2:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={};e.default=n},cd91:function(t,e,i){"use strict";var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("8bbf")),r=n(i("26cb")),s=n(i("5752"));a.default.use(r.default);var o=new r.default.Store({state:{user:{headimg:null,name:"",nickname:"",targetweight:0,firstweight:0,weight:0,birthday:"",height:0,age:"0",sex:0,familyid:0,mage:"",firstresulttime:""},MeasureResult:{},familayList:[],historyList:[],Trend:{},TrendPk:{},isDrawe:!1,isedit:!1,isTarget:!1,isFirst:!1,isRecord:!1,isSlider:!1,isLogout:!0},mutations:{changeUser:function(t,e){e.familyid&&uni.setStorageSync("familyid",e.familyid),e.birthday&&uni.setStorageSync("birthday",e.birthday),e.height&&uni.setStorageSync("height",e.height),e.sex&&uni.setStorageSync("sex",e.sex),Object.assign(t.user,e)},changehistoryList:function(t,e){t.historyList=e},changeMeasureResult:function(t,e){t.MeasureResult=e},changeEdit:function(t,e){t.isedit=e},changeTarget:function(t,e){t.isTarget=e},changeFirst:function(t,e){t.isFirst=e},changeRecord:function(t,e){t.isRecord=e},changeSlider:function(t,e){t.isSlider=e},changeDrawe:function(t,e){t.isDrawe=e},changeFamilay:function(t,e){t.familayList=e},changeTrend:function(t,e){t.Trend=e},changeTrendPk:function(t,e){t.TrendPk=e},changeLogout:function(t,e){0==e&&(t.user={headimg:null,nickname:"",name:"",targetweight:0,firstweight:0,weight:0,birthday:"",height:0,age:0,sex:0,familyid:0,firstresulttime:""},t.Trend=null,t.historyList=null,t.devTypeList=null),t.isLogout=e}},modules:{},actions:s.default});e.default=o},ce71:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=i("273d"),a={name:"UniIcons",emits:["click"],props:{type:{type:String,default:""},color:{type:String,default:"#333333"},size:{type:[Number,String],default:16},customPrefix:{type:String,default:""},fontFamily:{type:String,default:""}},data:function(){return{icons:n.fontData}},computed:{unicode:function(){var t=this,e=this.icons.find((function(e){return e.font_class===t.type}));return e?e.unicode:""},iconSize:function(){return function(t){return"number"===typeof t||/^[0-9]*$/g.test(t)?t+"px":t}(this.size)},styleObj:function(){return""!==this.fontFamily?"color: ".concat(this.color,"; font-size: ").concat(this.iconSize,"; font-family: ").concat(this.fontFamily,";"):"color: ".concat(this.color,"; font-size: ").concat(this.iconSize,";")}},methods:{_onClick:function(){this.$emit("click")}}};e.default=a},cfc0:function(t,e,i){"use strict";i.r(e);var n=i("1a4c"),a=i.n(n);for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);e["default"]=a.a},cfef:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={onLaunch:function(){},onShow:function(){},onHide:function(){}}},d077:function(t,e,i){"use strict";i.r(e);var n=i("6975"),a=i.n(n);for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);e["default"]=a.a},d0c6:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","bg"),attrs:{_i:1}}),i("view",{staticClass:t._$s(2,"sc","login box_shadow"),attrs:{_i:2}},[i("view",{staticClass:t._$s(3,"sc","editem"),attrs:{_i:3}},[i("view",{staticClass:t._$s(4,"sc","item"),attrs:{_i:4}},[i("view",{staticClass:t._$s(5,"sc","text"),attrs:{_i:5}}),i("view",{staticClass:t._$s(6,"sc","input"),attrs:{_i:6}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.phone,expression:"phone"}],attrs:{_i:7},domProps:{value:t._$s(7,"v-model",t.phone)},on:{input:function(e){e.target.composing||(t.phone=e.target.value)}}})])]),i("view",{staticClass:t._$s(8,"sc","item "),attrs:{_i:8}},[i("view",{staticClass:t._$s(9,"sc","text"),attrs:{_i:9}}),i("view",{staticClass:t._$s(10,"sc","input yanzhengma"),attrs:{_i:10}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.code,expression:"code"}],staticClass:t._$s(11,"sc","uni-input"),attrs:{_i:11},domProps:{value:t._$s(11,"v-model",t.code)},on:{input:function(e){e.target.composing||(t.code=e.target.value)}}}),i("button",{staticClass:t._$s(12,"sc","code"),attrs:{disabled:t._$s(12,"a-disabled",t.disabled),_i:12},on:{click:t.handleCode},model:{value:t._$s(12,"v-model",t.code),callback:function(e){t.code=e},expression:"code"}},[t._v(t._$s(12,"t0-0",t._s(t.second<60?t.second+"S\u540e\u91cd\u53d1":t.$t("login.sendcode"))))])])]),i("view",{staticClass:t._$s(13,"sc","item"),attrs:{_i:13}},[i("view",{staticClass:t._$s(14,"sc","text"),attrs:{_i:14}}),i("view",{staticClass:t._$s(15,"sc","input"),attrs:{_i:15}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.password,expression:"password"}],staticClass:t._$s(16,"sc","uni-input"),attrs:{_i:16},domProps:{value:t._$s(16,"v-model",t.password)},on:{input:function(e){e.target.composing||(t.password=e.target.value)}}})])]),i("view",{staticClass:t._$s(17,"sc","item"),attrs:{_i:17}},[i("view",{staticClass:t._$s(18,"sc","text"),attrs:{_i:18}}),i("view",{staticClass:t._$s(19,"sc","input"),attrs:{_i:19}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.password2,expression:"password2"}],staticClass:t._$s(20,"sc","uni-input"),attrs:{_i:20},domProps:{value:t._$s(20,"v-model",t.password2)},on:{input:function(e){e.target.composing||(t.password2=e.target.value)}}})])])]),i("view",{staticClass:t._$s(21,"sc","xieyi"),attrs:{_i:21}},[i("checkbox-group",{staticClass:t._$s(22,"sc","group"),attrs:{_i:22},on:{change:t.checkboxChange}},[i("label",[i("checkbox",{attrs:{_i:24}}),t._v(t._$s(23,"t1-0",t._s(t.$t("login.agreement")))),i("text",{attrs:{_i:25},on:{click:[t.handlexieyi,function(t){t.stopPropagation()}]}},[t._v(t._$s(25,"t0-0",t._s(t.$t("login.agreementContnt"))))])])])]),i("view",{staticClass:t._$s(26,"sc","btnlogin"),attrs:{_i:26},on:{click:t.handleTelLogin}})])])},a=[]},d122:function(t,e,i){"use strict";i.r(e);var n=i("2370"),a=i("13fa");for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);var s=i("f0c5"),o=Object(s["a"])(a["default"],n["b"],n["c"],!1,null,"f4e86178",null,!1,n["a"],void 0);e["default"]=o.exports},d371:function(t,e){t.exports="/static/charts.png"},d38f:function(t,e,i){"use strict";i.r(e);var n=i("bb74"),a=i.n(n);for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);e["default"]=a.a},d500:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"loading6",data:function(){return{}}}},db6b:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return t._$s(0,"i",t.isFirst)?i("view",{staticClass:t._$s(0,"sc","wrapper"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","bg"),attrs:{_i:1},on:{click:t.onTap}},[i("view",{staticClass:t._$s(2,"sc","edit"),attrs:{_i:2},on:{click:function(t){t.stopPropagation()}}},[i("view",{staticClass:t._$s(3,"sc","title"),attrs:{_i:3}}),i("view",{staticClass:t._$s(4,"sc","editem"),attrs:{_i:4},on:{click:t.hideKeyboard}},[i("view",{staticClass:t._$s(5,"sc","name"),attrs:{_i:5}}),i("view",{staticClass:t._$s(6,"sc","right"),attrs:{_i:6}},[i("picker",{attrs:{value:t._$s(7,"a-value",t.regTime?t.regTime:t.user.firstresulttime),end:t._$s(7,"a-end",t.endDate),_i:7},on:{change:t.bindDateChange}},[i("view",{staticClass:t._$s(8,"sc","text"),attrs:{_i:8}},[t._v(t._$s(8,"t0-0",t._s(t.regTime?t.regTime:t.user.firstresulttime?t.user.firstresulttime:"\u8bf7\u9009\u62e9")))])])])]),i("view",{staticClass:t._$s(9,"sc","editem"),attrs:{_i:9}},[i("view",{staticClass:t._$s(10,"sc","name"),attrs:{_i:10}}),i("view",{staticClass:t._$s(11,"sc","right"),attrs:{_i:11}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.weight,expression:"weight"}],attrs:{_i:12},domProps:{value:t._$s(12,"v-model",t.weight)},on:{input:function(e){e.target.composing||(t.weight=e.target.value)}}})])]),i("view",{staticClass:t._$s(13,"sc","btn close"),attrs:{_i:13},on:{click:function(e){return t.onTap()}}}),i("view",{staticClass:t._$s(14,"sc","btn"),attrs:{_i:14},on:{click:t.handleTarget}})])])]):t._e()},a=[]},db8d:function(t,e,i){"use strict";(function(t){var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("9523")),r=i("26cb");function s(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function o(t){for(var e=1;ee&&t>10)return"horizontal";if(e>t&&e>10)return"vertical";return""}(n.offsetX,n.offsetY)}(t),"horizontal"===s.direction&&(t.preventDefault&&t.preventDefault(),r(s.x+s.deltaX,n,i)))}function a(t,e){var i=t.instance,n=i.getDataset().disabled,a=i.getState();n=("string"===typeof n?JSON.parse(n):n)||!1,n||function(t,e,i){var n=e.getState(),a=n.threshold,r=(n.position,n.isopen||"none"),s=n.leftWidth,c=n.rightWidth;if(0===n.deltaX)return void o("none",e,i);o("none"===r&&c>0&&-t>a||"none"!==r&&c>0&&c+t0&&t>a||"none"!==r&&s>0&&s-t0){i=!1;break}return i}"object"===typeof window&&(e=!0);var u=!1;return t.exports={showWatch:function(t,e,i,n){var a=n.getState();s(n,i),t&&"none"!==t?o(t,n,i):(a.left&&o("none",n,i),c(n))},touchstart:i,touchmove:n,touchend:a,mousedown:function(t,n){e&&l()&&(i(t,n),u=!0)},mousemove:function(t,i){e&&l()&&u&&n(t,i)},mouseup:function(t,i){e&&l()&&(a(t,i),u=!1)},mouseleave:function(t,i){e&&l()&&(u=!1)}},t.exports}({exports:{}})}},e21a:function(t,e,i){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={data:function(){return{phone:"",code:"",password:"",password2:"",disabled:!1,second:60,value:0}},methods:{checkboxChange:function(t){this.value=t.detail.value.length?t.detail.value[0]:"0"},handleTelLogin:function(){var t=this;0!=this.value?this.phone?/^1[3456789]\d{9}$/.test(t.phone)?t.code?t.password?t.password2?t.password2==t.password?this.$model.getRegister({code:t.code,phone:t.phone,sessionId:uni.getStorageSync("sessionid")}).then((function(e){0==e.code?(uni.setStorageSync("token",e.data.token),uni.setStorageSync("iswxphone",e.data.iswxphone),uni.setStorageSync("refreshtoken",e.data.refreshtoken),uni.setStorageSync("sessionid",e.data.sessionid),uni.reLaunch({url:"/pages/index/index"})):t.$tools.msg(e.message)})).catch((function(t){})):t.$tools.msg("\u8bf7\u786e\u8ba4\u4e24\u6b21\u5bc6\u7801\u586b\u5199\u4e00\u81f4"):t.$tools.msg("\u8bf7\u786e\u8ba4\u5bc6\u7801"):t.$tools.msg("\u8bf7\u586b\u5199\u5bc6\u7801"):t.$tools.msg("\u8bf7\u586b\u5199\u9a8c\u8bc1\u7801"):t.$tools.msg("\u8bf7\u8f93\u5165\u6b63\u786e\u7684\u624b\u673a\u53f7"):t.$tools.msg("\u8bf7\u586b\u5199\u8d26\u53f7"):t.$tools.msg("\u8bf7\u5148\u786e\u8ba4\u52fe\u9009\u534f\u8bae")},handleCode:function(){var e=this;e.phone?/^1[3456789]\d{9}$/.test(e.phone)?e.$model.getSendCode({phone:e.phone}).then((function(i){if(t("log",i," at pages/login/forgetPassword.vue:129"),0==i.code){e.disabled=!0;var n=setInterval((function(){--e.second}),1e3);setTimeout((function(){clearInterval(n),e.disabled=!1,e.second=60}),6e4)}else e.$tools.msg(i.message)})).catch((function(t){})):e.$tools.msg(e.$t("login.phonetipsTwo")):e.$tools.msg(e.$t("login.phonetip"))},handleToggle:function(){this.phone="",this.isCode=!this.isCode},handlePassword:function(){uni.navigateTo({url:"/pages/login/forgetPassword"})},handlexieyi:function(){uni.navigateTo({url:"/pages/index/index"})}}};e.default=i}).call(this,i("0de9")["default"])},e50d:function(t,e,i){var n=i("7037")["default"];t.exports=function(t,e){if("object"!==n(t)||null===t)return t;var i=t[Symbol.toPrimitive];if(void 0!==i){var a=i.call(t,e||"default");if("object"!==n(a))return a;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)},t.exports.__esModule=!0,t.exports["default"]=t.exports},e5d9:function(t,e,i){"use strict";i.r(e);var n=i("2f87"),a=i.n(n);for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);e["default"]=a.a},e63e:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",[i("view",{staticClass:t._$s(1,"sc","header"),attrs:{_i:1}},[t._$s(2,"i",t.token)?i("view",{staticClass:t._$s(2,"sc","top"),attrs:{_i:2}},[i("view",{staticClass:t._$s(3,"sc","headimg"),attrs:{_i:3}},[i("image",{attrs:{_i:4}})]),i("view",{staticClass:t._$s(5,"sc","info"),attrs:{_i:5}},[i("view",{staticClass:t._$s(6,"sc","size20 bold"),attrs:{_i:6}}),i("view",{staticClass:t._$s(7,"sc","mt-5"),attrs:{_i:7}},[t._v(t._$s(7,"t0-0",t._s(t.$t("index.age"))))]),i("view",[t._v(t._$s(8,"t0-0",t._s(t.$t("index.birthday"))))])]),i("text",{staticClass:t._$s(9,"sc","t-icon t-icon-qiehuan1"),attrs:{_i:9},on:{click:function(e){return t.$store.commit("changeDrawe",!0)}}})]):i("view",{staticClass:t._$s(10,"sc","top"),attrs:{_i:10}},[i("view",{staticClass:t._$s(11,"sc","headimg"),attrs:{_i:11},on:{click:t.handleLogin}},[i("image",{attrs:{_i:12}})]),i("view",{staticClass:t._$s(13,"sc","info"),attrs:{_i:13}}),i("view",{staticClass:t._$s(14,"sc","add"),attrs:{_i:14},on:{click:t.handleAddUser}})])]),t._$s(15,"i",t.isArea)?i("view",{staticClass:t._$s(15,"sc","area"),attrs:{_i:15}},[i("view",[i("text"),i("text")])]):t._e(),i("drawer",{attrs:{_i:19}})],1)},a=[]},e651:function(t,e,i){"use strict";i.r(e);var n=i("dfb6"),a=i.n(n);for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);e["default"]=a.a},e772:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this.$createElement,e=this._self._c||t;return e("view",{staticClass:this._$s(0,"sc","uni-collapse"),attrs:{_i:0}},[this._t("default",null,{_i:1})],2)},a=[]},ecc4:function(t,e,i){"use strict";i.r(e);var n=i("a889"),a=i("1db8");for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);var s=i("f0c5"),o=Object(s["a"])(a["default"],n["b"],n["c"],!1,null,"489427b0",null,!1,n["a"],void 0);e["default"]=o.exports},ecdb:function(t,e,i){"use strict";i.r(e);var n=i("08f6"),a=i("cfc0");for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);var s=i("f0c5"),o=Object(s["a"])(a["default"],n["b"],n["c"],!1,null,"3906f2a6",null,!1,n["a"],void 0);e["default"]=o.exports},ed6d:function(t,e,i){var n=i("4a4b");t.exports=function(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&n(t,e)},t.exports.__esModule=!0,t.exports["default"]=t.exports},edc8:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"loading1",data:function(){return{}}}},edd8:function(t,e,i){"use strict";var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;i("26cb");var a=n(i("645e")),r={data:function(){return{}},components:{record:a.default},mounted:function(){},methods:{navTo:function(t){uni.navigateTo({url:t})}}};e.default=r},ee6e:function(t,e,i){"use strict";i.r(e);var n=i("0ea5"),a=i.n(n);for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);e["default"]=a.a},f0c5:function(t,e,i){"use strict";function n(t,e,i,n,a,r,s,o,c,l){var u,d="function"===typeof t?t.options:t;if(c){d.components||(d.components={});var f=Object.prototype.hasOwnProperty;for(var h in c)f.call(c,h)&&!f.call(d.components,h)&&(d.components[h]=c[h])}if(l&&("function"===typeof l.beforeCreate&&(l.beforeCreate=[l.beforeCreate]),(l.beforeCreate||(l.beforeCreate=[])).unshift((function(){this[l.__module]=this})),(d.mixins||(d.mixins=[])).push(l)),e&&(d.render=e,d.staticRenderFns=i,d._compiled=!0),n&&(d.functional=!0),r&&(d._scopeId="data-v-"+r),s?(u=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"===typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),a&&a.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(s)},d._ssrRegister=u):a&&(u=o?function(){a.call(this,this.$root.$options.shadowRoot)}:a),u)if(d.functional){d._injectStyles=u;var p=d.render;d.render=function(t,e){return u.call(e),p(t,e)}}else{var g=d.beforeCreate;d.beforeCreate=g?[].concat(g,u):[u]}return{exports:t,options:d}}i.d(e,"a",(function(){return n}))},f11c:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return n}));var n={renCalendar:i("ecdb").default,uniIcons:i("49ce").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc"," calendar"),attrs:{_i:1}},[t._$s(2,"i",t.isShow)?i("ren-calendar",{ref:"ren",attrs:{markDays:t.markDays,_i:2},on:{onDayClick:t.onDayClick,onMonthClickPre:t.onMonthClickPre}}):t._e(),t._$s(3,"i",t.infoList.length)?i("view",{staticClass:t._$s(3,"sc","box"),attrs:{_i:3}},t._l(t._$s(4,"f",{forItems:t.infoList}),(function(e,n,a,r){return i("view",{key:t._$s(4,"f",{forIndex:a,key:n}),staticClass:t._$s("4-"+r,"sc","list"),attrs:{_i:"4-"+r},on:{click:function(i){return t.addMemberTags(e.id,e)}}},[i("view",{staticClass:t._$s("5-"+r,"sc","item"),attrs:{_i:"5-"+r}},[i("view",{staticClass:t._$s("6-"+r,"sc","check"),attrs:{_i:"6-"+r}},[i("uni-icons",{attrs:{type:-1!=t.isActive.indexOf(e.id)?"checkbox-filled":"circle",size:"22",color:-1!=t.isActive.indexOf(e.id)?"#FEC407":"#dfdfdf",_i:"7-"+r}})],1),i("view",[t._v(t._$s("8-"+r,"t0-0",t._s(e.height))),i("text")]),i("view",[t._v(t._$s("10-"+r,"t0-0",t._s(e.weight))),i("text")]),i("view",[t._v(t._$s("12-"+r,"t0-0",t._s(e.bmi))),i("text")])])])})),0):t._e(),i("view",{staticClass:t._$s(14,"sc","bottom"),attrs:{_i:14}},[t._l(t._$s(15,"f",{forItems:t.ActiveDays}),(function(e,n,a,r){return t._$s("15-"+r,"i",t.isActive)?i("view",{key:t._$s(15,"f",{forIndex:a,key:n}),staticClass:t._$s("15-"+r,"sc","list"),attrs:{_i:"15-"+r},on:{click:function(i){return t.addMemberTags(e.id,e)}}},[i("view",{staticClass:t._$s("16-"+r,"sc","item borderRadius"),attrs:{_i:"16-"+r}},[i("view",{staticClass:t._$s("17-"+r,"sc","time"),attrs:{_i:"17-"+r}},[t._v(t._$s("17-"+r,"t0-0",t._s(e.createtime)))]),i("view",[t._v(t._$s("18-"+r,"t0-0",t._s(e.height))),i("text")]),i("view",[t._v(t._$s("20-"+r,"t0-0",t._s(e.weight))),i("text")]),i("view",[t._v(t._$s("22-"+r,"t0-0",t._s(e.bmi))),i("text")]),i("view",{staticClass:t._$s("24-"+r,"sc","check"),attrs:{_i:"24-"+r}},[i("uni-icons",{attrs:{type:"clear",size:"22",color:"#999",_i:"25-"+r}})],1)])]):t._e()})),t._$s(26,"i",2==t.length)?i("view",{staticClass:t._$s(26,"sc","pkclass"),attrs:{_i:26}}):t._e(),i("view",{staticClass:t._$s(27,"sc","btn"),class:t._$s(27,"c",{active:2!=t.length}),attrs:{_i:27},on:{click:t.handlePK}})],2)],1)])},r=[]},f3dd:function(t,e,i){"use strict";i.r(e);var n=i("ade1"),a=i("9490");for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);var s=i("f0c5"),o=Object(s["a"])(a["default"],n["b"],n["c"],!1,null,"061eb378",null,!1,n["a"],void 0);e["default"]=o.exports},f436:function(t,e,i){"use strict";i.r(e);var n=i("32fe"),a=i.n(n);for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);e["default"]=a.a},f457:function(t){t.exports=JSON.parse('{"login.title":"\u767b\u5f55","login.phone":"\u624b\u673a\u53f7/\u90ae\u7bb1","login.code":"\u9a8c\u8bc1\u7801","login.sendcode":"\u53d1\u9001\u9a8c\u8bc1\u7801","login.agreement":"\u6211\u5df2\u9605\u8bfb\u5e76\u6388\u6743","login.agreementContnt":"\u300a\u4e2d\u62db\u4f53\u6d4b\u7528\u6237\u9690\u79c1\u534f\u8bae\u300b","login.btn":"\u767b\u5f55","login.ForgotPassword":"\u5fd8\u8bb0\u5bc6\u7801","login.register":"\u9a6c\u4e0a\u6ce8\u518c","login.valtips":"\u8bf7\u52fe\u9009\u540c\u610f\u300a\u4e2d\u62db\u4f53\u6d4b\u7528\u6237\u9690\u79c1\u534f\u8bae\u300b","login.phonetip":"\u8bf7\u8f93\u5165\u624b\u673a\u53f7\u7801","login.phonetipsTwo":"\u8bf7\u8f93\u5165\u6b63\u786e\u7684\u624b\u673a\u53f7\u7801","login.codeTips":"\u8bf7\u8f93\u5165\u9a8c\u8bc1\u7801","index.home":"\u4e3b\u9875","index.age":"\u5e74\u9f84","index.birthday":"\u51fa\u751f\u65e5\u671f","index.region":"\u5f53\u524d\u5730\u533a","index.body":"\u8eab\u4f53\u6570\u636e","index.height":"\u8eab\u9ad8","index.weight":"\u4f53\u91cd","index.BMI":"BMI","index.none":"\u6682\u65e0","index.look":"\u67e5\u770b\u8be6\u60c5"}')},f4c0:function(t,e,i){"use strict";var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("6684")),r=n(i("cbb2")),s=n(i("2959")),o={mixins:[a.default,r.default,s.default],emits:["click","change"],props:{show:{type:String,default:"none"},disabled:{type:Boolean,default:!1},autoClose:{type:Boolean,default:!0},threshold:{type:Number,default:20},leftOptions:{type:Array,default:function(){return[]}},rightOptions:{type:Array,default:function(){return[]}}},destroyed:function(){this.__isUnmounted||this.uninstall()},methods:{uninstall:function(){var t=this;this.swipeaction&&this.swipeaction.children.forEach((function(e,i){e===t&&t.swipeaction.children.splice(i,1)}))},getSwipeAction:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"uniSwipeAction",e=this.$parent,i=e.$options.name;while(i!==t){if(e=e.$parent,!e)return!1;i=e.$options.name}return e}}};e.default=o},f634:function(t,e,i){"use strict";i.r(e);var n=i("3f9c"),a=i("6196");for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);var s=i("f0c5"),o=Object(s["a"])(a["default"],n["b"],n["c"],!1,null,"6df789e0",null,!1,n["a"],void 0);e["default"]=o.exports},f707:function(t,e){t.exports="/static/history.png"},f77f:function(t,e,i){"use strict";i.r(e);var n=i("88dc"),a=i.n(n);for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);e["default"]=a.a},f8e9:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("49ce").default},a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("view",{staticClass:t._$s(0,"sc","content skipping"),attrs:{_i:0}},[n("view",{staticClass:t._$s(1,"sc","skiptop"),attrs:{_i:1}},[n("view",{staticClass:t._$s(2,"sc","item"),attrs:{_i:2}},[n("view",{staticClass:t._$s(3,"sc","item-ite"),attrs:{_i:3}},[n("text")]),n("view",{staticClass:t._$s(5,"sc","item-ite"),attrs:{_i:5}},[n("text")]),n("view",{staticClass:t._$s(7,"sc","item-ite"),attrs:{_i:7}},[n("text")])])]),t._$s(9,"i",1==t.active)?n("view",{staticClass:t._$s(9,"sc","box1 box"),attrs:{_i:9}},[n("view",{staticClass:t._$s(10,"sc","time"),attrs:{_i:10}}),n("view",{staticClass:t._$s(11,"sc","item"),attrs:{_i:11}},[n("text",{staticClass:t._$s(12,"sc","item-ite"),attrs:{_i:12}}),n("text")]),n("view",{staticClass:t._$s(14,"sc","item"),attrs:{_i:14}},[n("text",{staticClass:t._$s(15,"sc","item-ite"),attrs:{_i:15}}),n("text")]),n("view",{staticClass:t._$s(17,"sc","item"),attrs:{_i:17}},[n("text",{staticClass:t._$s(18,"sc","item-ite"),attrs:{_i:18}}),n("text")])]):t._e(),t._$s(20,"i",2==t.active)?n("view",{staticClass:t._$s(20,"sc","box1 box"),attrs:{_i:20}},[n("view",{staticClass:t._$s(21,"sc","time"),attrs:{_i:21}}),n("view",{staticClass:t._$s(22,"sc","item"),attrs:{_i:22}},[n("view",{staticClass:t._$s(23,"sc","item-set"),attrs:{_i:23}},[n("picker",{attrs:{range:t._$s(24,"a-range",t.timeList),value:t._$s(24,"a-value",t.timesTndex),_i:24},on:{change:t.bindTimeChange}},[n("view",{staticClass:t._$s(25,"sc","size26"),attrs:{_i:25}},[t._v(t._$s(25,"t0-0",t._s(t.timeList[0][t.timesTndex[0]]))+t._$s(25,"t0-1",t._s(t.timeList[1][t.timesTndex[1]])))])]),n("uni-icons",{staticClass:t._$s(26,"sc","iconfont icon-bianji"),attrs:{color:"#FEC407",size:"20",_i:26}})],1),n("text",{staticClass:t._$s(27,"sc","tips"),attrs:{_i:27}})]),n("view",{staticClass:t._$s(28,"sc","item"),attrs:{_i:28}},[n("text",{staticClass:t._$s(29,"sc","item-ite"),attrs:{_i:29}}),n("text")]),n("view",{staticClass:t._$s(31,"sc","item"),attrs:{_i:31}},[n("text",{staticClass:t._$s(32,"sc","item-ite"),attrs:{_i:32}}),n("text")])]):t._e(),t._$s(34,"i",3==t.active)?n("view",{staticClass:t._$s(34,"sc","box1 box"),attrs:{_i:34}},[n("view",{staticClass:t._$s(35,"sc","time"),attrs:{_i:35}}),n("view",{staticClass:t._$s(36,"sc","item"),attrs:{_i:36}},[n("view",{staticClass:t._$s(37,"sc","item-set"),attrs:{_i:37}},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.weight,expression:"weight"}],attrs:{_i:38},domProps:{value:t._$s(38,"v-model",t.weight)},on:{blur:t.handleBlur,input:function(e){e.target.composing||(t.weight=e.target.value)}}}),n("uni-icons",{staticClass:t._$s(39,"sc","iconfont icon-bianji"),attrs:{color:"#FEC407",size:"20",_i:39}})],1),n("text",{staticClass:t._$s(40,"sc","tips"),attrs:{_i:40}})]),n("view",{staticClass:t._$s(41,"sc","item"),attrs:{_i:41}},[n("text",{staticClass:t._$s(42,"sc","item-ite"),attrs:{_i:42}}),n("text")]),n("view",{staticClass:t._$s(44,"sc","item"),attrs:{_i:44}},[n("text",{staticClass:t._$s(45,"sc","item-ite"),attrs:{_i:45}}),n("text")])]):t._e(),n("view",{staticClass:t._$s(47,"sc","gridList"),attrs:{_i:47}},[n("view",{staticClass:t._$s(48,"sc","data"),attrs:{_i:48}},[n("view",{staticClass:t._$s(49,"sc","item"),attrs:{_i:49},on:{click:function(e){return t.navTo("/pages/charts/charts?type=t")}}},[n("view",{staticClass:t._$s(50,"sc","image"),attrs:{_i:50}},[n("image",{attrs:{src:t._$s(51,"a-src",i("d371")),_i:51}})]),n("view",{staticClass:t._$s(52,"sc","name"),attrs:{_i:52}})]),n("view",{staticClass:t._$s(53,"sc","item"),attrs:{_i:53},on:{click:function(e){return t.navTo("/pages/history/history?type=t")}}},[n("view",{staticClass:t._$s(54,"sc","image"),attrs:{_i:54}},[n("image",{attrs:{src:t._$s(55,"a-src",i("2c81")),_i:55}})]),n("view",{staticClass:t._$s(56,"sc","name"),attrs:{_i:56}})]),n("view",{staticClass:t._$s(57,"sc","item"),attrs:{_i:57},on:{click:function(e){return t.navTo("/pages/compk/contrast?type=t")}}},[n("view",{staticClass:t._$s(58,"sc","image"),attrs:{_i:58}},[n("image",{attrs:{src:t._$s(59,"a-src",i("0834")),_i:59}})]),n("view",{staticClass:t._$s(60,"sc","name"),attrs:{_i:60}})]),n("view",{staticClass:t._$s(61,"sc","item"),attrs:{_i:61},on:{click:function(e){return t.$store.commit("changeRecord",!0)}}},[n("view",{staticClass:t._$s(62,"sc","image"),attrs:{_i:62}},[n("image",{attrs:{src:t._$s(63,"a-src",i("f707")),_i:63}})]),n("view",{staticClass:t._$s(64,"sc","name"),attrs:{_i:64}})])])]),n("record",{attrs:{rtype:"Skip",_i:65}})],1)},r=[]},fa2a:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return t._$s(0,"i",t.isDrawe)?i("view",{staticClass:t._$s(0,"sc","wrapper"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","bg"),attrs:{_i:1},on:{click:t.clear}}),i("view",{staticClass:t._$s(2,"sc","wrapper_box"),attrs:{_i:2}},[i("view",{staticClass:t._$s(3,"sc","top"),attrs:{_i:3}},[t._$s(4,"i",t.userinfo.headimg)?i("image",{staticClass:t._$s(4,"sc","headimage mt-10"),attrs:{src:t._$s(4,"a-src",t.userinfo.headimg),_i:4}}):t._e(),i("view",{staticClass:t._$s(5,"sc","overflow"),attrs:{_i:5}},[t._v(t._$s(5,"t0-0",t._s(t.userinfo.nickname||t.userinfo.name)))])]),i("view",{staticClass:t._$s(6,"sc","drawerList"),attrs:{_i:6}},[t._l(t._$s(7,"f",{forItems:t.List}),(function(e,n,a,r){return t._$s("7-"+r,"i",t.List.length)?i("view",{key:t._$s(7,"f",{forIndex:a,key:n}),staticClass:t._$s("7-"+r,"sc","drawerList_item"),attrs:{_i:"7-"+r},on:{click:function(i){return t.toggle(e)}}},[t._$s("8-"+r,"i",e.headimg)?i("image",{staticClass:t._$s("8-"+r,"sc","image1"),attrs:{src:t._$s("8-"+r,"a-src",e.headimg),_i:"8-"+r}}):t._e(),i("view",{staticClass:t._$s("9-"+r,"sc","right"),attrs:{_i:"9-"+r}},[i("view",{staticClass:t._$s("10-"+r,"sc","name"),attrs:{_i:"10-"+r}},[i("view",{staticClass:t._$s("11-"+r,"sc","overflow"),attrs:{_i:"11-"+r}},[t._v(t._$s("11-"+r,"t0-0",t._s(e.name)))]),t._$s("12-"+r,"i",e.id==t.userinfo.id)?i("view",{staticClass:t._$s("12-"+r,"sc","dangqian"),attrs:{_i:"12-"+r}}):t._e()]),i("view",{staticClass:t._$s("13-"+r,"sc","info"),attrs:{_i:"13-"+r}},[i("view",[t._v(t._$s("14-"+r,"t0-0",t._s(e.mage)))]),i("view",[t._v(t._$s("15-"+r,"t0-0",t._s(e.sex)))]),i("view",[t._v(t._$s("16-"+r,"t0-0",t._s(e.type)))])])])]):t._e()})),i("view",{staticClass:t._$s(17,"sc","add"),attrs:{_i:17},on:{click:function(e){return t.addInfo("add")}}})],2)])]):t._e()},a=[]},fa40:function(t,e,i){"use strict";i.r(e);var n=i("0f2f"),a=i("8801");for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);var s=i("f0c5"),o=Object(s["a"])(a["default"],n["b"],n["c"],!1,null,"1ef60f36",null,!1,n["a"],void 0);e["default"]=o.exports},fce1:function(t,e,i){"use strict";i.r(e);var n=i("44c9"),a=i.n(n);for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);e["default"]=a.a},fd6f:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","chartsview"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","charts-error"),attrs:{_i:1}}),i("view",{staticClass:t._$s(2,"sc","charts-font"),attrs:{_i:2}},[t._v(t._$s(2,"t0-0",t._s(null==t.errorMessage?"\u8bf7\u70b9\u51fb\u91cd\u8bd5":t.errorMessage)))])])},a=[]},fe07:function(t,e,i){"use strict";(function(t){var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.Behavior=function(t){return t},e.Component=function(e){var i=function(e){var i=e.data,n=e.options,a=e.methods,r=e.behaviors,s=e.lifetimes,o=e.observers,u=e.relations,d=e.properties,h=e.pageLifetimes,p=e.externalClasses,g={mixins:[],props:{},watch:{},mpOptions:{mpObservers:[]}};return l(g),c(i,g),function(t,e){if(!t)return;e.mpOptions.options=t}(n,g),k(a,g),A(r,g),function(t,e){if(!t)return;$(t,e)}(s,g),function(t,e){if(!t)return;var i=e.mpOptions.mpObservers;Object.keys(t).forEach((function(e){i.push({paths:O(e),observer:t[e]})}))}(o,g),function(e,i){if(!e)return;Object.keys(e).forEach((function(i){var n=e[i];n.name=i,n.target=n.target?String(n.target):function(t,e){0===e.indexOf("/")&&(t="");var i=t.split("/"),n=e.split("/");i.pop();while(n.length){var a=n.shift();""!==a&&"."!==a&&(".."!==a?i.push(a):i.pop())}return i.join("/")}(t.__wxRoute,i)})),i.mpOptions.relations=e}(u,g),C(d,g),function(t,e){if(!t)return;b.forEach((function(i){var n=t[i];f(n)&&(e[x[i]]=n)}))}(h,g),function(t,e){if(!t)return;Array.isArray(t)||(t=[t]);e.mpOptions.externalClasses=t,e.mpOptions.properties||(e.mpOptions.properties=Object.create(null));t.forEach((function(t){e.mpOptions.properties[m(t)]={type:String,value:""}}))}(p,g),$(e,g),T(e),g}(e);i.mixins.unshift(Y),i.mpOptions.path=t.__wxRoute,function(t){t.onServiceAttached||(t.onServiceAttached=[]);t.onServiceAttached.push((function(){E(this,"linked")}))}(i),t.__wxComponents[t.__wxRoute]=i},e.Page=function(e){var i=function(t){var e={mixins:[],mpOptions:{}};return l(e),c(t.data,e),function(t,e){var i=Object.create(null);Object.keys(t).forEach((function(e){var n=t[e];f(n)&&-1===w.indexOf(e)&&(i[e]=n)})),e.methods=i}(t,e),function(t,e){Object.keys(t).forEach((function(i){-1!==w.indexOf(i)&&(e[i]=t[i])}))}(t,e),e}(e);i.mixins.unshift(Y),i.mpOptions.path=t.__wxRoute,t.__wxComponents[t.__wxRoute]=i},e.nextTick=e.default=void 0;var a,r=n(i("9523")),s=n(i("278c")),o=n(i("8bbf"));function c(t,e){t&&(e.mpOptions.data=t)}function l(e){e.components=t.__wxVueOptions.components}var u=Object.prototype.toString,d=Object.prototype.hasOwnProperty;function f(t){return"function"===typeof t}function h(t){return"[object Object]"===u.call(t)}function p(t,e){return d.call(t,e)}function g(){}var v=/-(\w)/g,m=function(t){var e=Object.create(null);return function(i){var n=e[i];return n||(e[i]=t(i))}}((function(t){return t.replace(v,(function(t,e){return e?e.toUpperCase():""}))})),_={created:"onServiceCreated",attached:"onServiceAttached",ready:"mounted",moved:"moved",detached:"destroyed"},y=Object.keys(_),x={show:"onPageShow",hide:"onPageHide",resize:"onPageResize"},b=Object.keys(x),w=["onLoad","onShow","onReady","onHide","onUnload","onPullDownRefresh","onReachBottom","onShareAppMessage","onPageScroll","onResize","onTabItemTap"];function C(t,e){t&&(e.mpOptions.properties=t)}function k(t,e){t&&(t.$emit&&(console.warn('Method "$emit" conflicts with an existing Vue instance method'),delete t.$emit),e.methods=t)}function $(t,e){y.forEach((function(i){p(t,i)&&(e[_[i]]||(e[_[i]]=[])).push(t[i])}))}var S={"wx://form-field":{},"wx://component-export":{}};function T(t,e){(function(t){var e=t.behaviors,i=t.definitionFilter,n=[];if(Array.isArray(e)&&e.forEach((function(e){e="string"===typeof e?S[e]:e,e.definitionFilter&&(n.push(e.definitionFilter),e.definitionFilter.call(null,t,[]))})),f(i));})(t)}var P={"wx://form-field":{beforeCreate:function(){var t=this.$options.mpOptions;t.properties||(t.properties=Object.create(null));var e=t.properties;p(e,"name")||(e.name={type:String}),p(e,"value")||(e.value={type:String})}}};function A(t,e){t&&t.forEach((function(t){"string"===typeof t?P[t]&&e.mixins.push(P[t]):e.mixins.push(function(t){var e=t.data,i=t.methods,n=t.behaviors,a=t.properties,r={watch:{},mpOptions:{mpObservers:[]}};return c(e,r),k(i,r),A(n,r),C(a,r),$(t,r),T(t),r}(t))}))}function O(t){return t.split(",").map((function(t){return function(t){return t.split(".")}(t)}))}function D(t,e,i,n){if(e){var a="_$".concat(t,"Handlers");(n[a]||(n[a]=[])).push((function(){e.call(n,i)}))}}function I(t,e,i){var n=t.name,a=i._$relationNodes||(i._$relationNodes=Object.create(null));(a[n]||(a[n]=[])).push(e),D("linked",t["linked"],e,i)}function L(t,e,i){D("unlinked",t["unlinked"],e,i)}function M(t,e,i){var n=t&&t.$options.mpOptions&&t.$options.mpOptions.relations;if(!n)return[];var a=Object.keys(n).find((function(t){var a=n[t];return a.target===e&&a.type===i}));return a?[n[a],t]:[]}function F(t,e,i){var n=i(t,t.$options.mpOptions.path),a=(0,s.default)(n,2),r=a[0],o=a[1];r&&(I(r,t,o),I(e,o,t),L(r,t,o),L(e,o,t))}function j(t){var e=t.$options.mpOptions||{},i=e.relations;i&&Object.keys(i).forEach((function(e){(function(t,e){var i=t.type;"parent"===i?F(e,t,(function(t,e){return M(t.$parent,e,"child")})):"ancestor"===i&&F(e,t,(function(t,e){var i=t.$parent;while(i){var n=M(i,e,"descendant");if(n.length)return n;i=i.$parent}return[]}))})(i[e],t)}))}function E(t,e){var i=t["_$".concat(e,"Handlers")];i&&i.forEach((function(t){return t()}))}var R={enumerable:!0,configurable:!0,get:g,set:g};function N(t,e,i){R.get=function(){return this[e][i]},R.set=function(t){this[e][i]=t},Object.defineProperty(t,i,R)}function B(t,e){var i=this;h(t)&&(Object.keys(t).forEach((function(e){(function(t,e,i){var n=t.replace(/\[(\d+?)\]/g,".$1").split(".");return n.reduce((function(t,i,a){if(a!==n.length-1)return"undefined"===typeof t[i]&&(t[i]={}),t[i];t[i]=e}),i),1===n.length})(e,t[e],i.data)&&!p(i,e)&&N(i,"__data__",e)})),this.$forceUpdate(),f(e)&&this.$nextTick(e))}var z=Object.prototype.toString,W=function(t){return function t(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},i=arguments.length>1?arguments[1]:void 0,n=z.call(i);if("[object Array]"===n)return e=i.slice(0),e;if("[object Object]"===n){for(var a in i)e[a]=t(e[a],i[a]);return e}if("[object Date]"===n)return new Date(i.getTime());if("[object RegExp]"===n){var r=String(i),s=r.lastIndexOf("/");return new RegExp(r.slice(1,s),r.slice(s+1))}return i}("[object Array]"===z.call(t)?[]:{},t)},U=(a={},(0,r.default)(a,String,""),(0,r.default)(a,Number,0),(0,r.default)(a,Boolean,!1),(0,r.default)(a,Object,null),(0,r.default)(a,Array,[]),(0,r.default)(a,null,null),a);function q(t){return U[t]}function H(t){return h(t)?t.type:t}function G(t,e,i,n){var a=i[t];if(void 0!==a){var r=e[t],s=H(r);a=V(a,s);var o=r&&r.observer;return o&&setTimeout((function(){K(o,n,a)}),4),a}return function(t){return h(t)?p(t,"value")?t.value:q(t.type):q(t)}(e[t])}function V(t,e){return e===Boolean?!!t:e===String?String(t):t}function K(t,e,i,n){try{"function"===typeof t?t.call(e,i,n):"string"===typeof t&&"function"===typeof e[t]&&e[t](i,n)}catch(a){console.error("execute observer ".concat(t," callback fail! err: ").concat(a))}}function J(t){var e=t.$options.mpOptions&&t.$options.mpOptions.properties,i=t.$options.propsData;i&&e&&Object.keys(e).forEach((function(n){p(i,n)&&(t[n]=V(i[n],H(e[n])))}))}function X(t){var e=JSON.parse(JSON.stringify(t.$options.mpOptions.data||{}));t["__data__"]=e;var i={get:function(){return t["__data__"]},set:function(e){t["__data__"]=e}};Object.defineProperties(t,{data:i,properties:i}),t.setData=B,function(t,e){var i=t.$options.mpOptions.properties;if(i){var n=W(t.$options.propsData)||{},a=function(a){var r=!!h(i[a])&&i[a].observer,s=G(a,i,n,t);Object.defineProperty(e,a,{enumerable:!0,configurable:!0,get:function(){return s},set:function(e){var i=s;e===s||e!==e&&s!==s||(s=Array.isArray(e)?e.slice(0):e,r&&K(r,t,e,i),t.$forceUpdate())}})};for(var r in i)a(r)}}(t,e),Object.keys(e).forEach((function(e){N(t,"__data__",e)}))}var Y={beforeCreate:function(){this._renderProxy=this,this._$self=this,this._$noop=g},created:function(){X(this),function(t){var e=t.$emit;t.triggerEvent=function(i,n,a){var r={dataset:t.$el.dataset},s={target:r,currentTarget:r,detail:n,preventDefault:g,stopPropagation:g};e.call(t,i,s)},t.$emit=function(){t.triggerEvent.apply(t,arguments)},t.getRelationNodes=function(e){return(t._$relationNodes&&t._$relationNodes[e]||[]).filter((function(t){return!t._isDestroyed}))},t._$updateProperties=J}(this),j(this)},mounted:function(){(function(t){var e=t.$options.watch;e&&Object.keys(e).forEach((function(i){var n=e[i];if(n.mounted){var a=t[i],r=n.handler;"string"===typeof r&&(r=t[r]),r&&r.call(t,a,a)}}))})(this)},destroyed:function(){E(this,"unlinked")}};t.__wxRoute="",t.__wxComponents=Object.create(null),t.__wxVueOptions=Object.create(null);var Q=o.default.nextTick;e.nextTick=Q;var Z=uni.__$wx__,tt=Z;e.default=tt}).call(this,i("c8ba"))},fe32:function(t,e,i){"use strict";i.r(e);var n=i("a1de"),a=i("5a8e");for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);var s=i("f0c5"),o=Object(s["a"])(a["default"],n["b"],n["c"],!1,null,"26214a5a",null,!1,n["a"],void 0);e["default"]=o.exports},fe7f:function(t){t.exports=JSON.parse('{"index.title":"Hello i18n","index.home":"Home","index.component":"Component","index.api":"API","index.schema":"Schema","index.demo":"uni-app globalization","index.demo-description":"Include uni-framework, manifest.json, pages.json, tabbar, Page, Component, API, Schema","index.detail":"Detail","index.language":"Language","index.language-info":"Settings","index.system-language":"System language","index.application-language":"Application language","index.language-change-confirm":"Applying this setting will restart the app"}')},feca:function(t,e){t.exports="/static/bae.png"},ff2b:function(t,e,i){"use strict";(function(t){var n=i("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("9523")),r=i("26cb"),s=n(i("ecc4"));function o(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function c(t){for(var e=1;e1?e-1:0),i=1;i1){var c=s.pop();l=s.join("---COMMA---"),0===c.indexOf(" at ")?l+=c:l+="---COMMA---"+c}else l=s[0];console[o](l)}a.r(e),a.d(e,"log",(function(){return o})),a.d(e,"default",(function(){return s}))},"0e7a":function(t,e,a){"use strict";var i=a("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=i(a("fa40")),r=i(a("7bce")),o=i(a("ecc4")),s={data:function(){return{wxsProps:{}}},components:{targetWeight:n.default,firstweight:r.default,qiunDataCharts:o.default}};e.default=s},"0e99":function(t,e,a){"use strict";var i=a("1d36"),n=a.n(i);n.a},"0ef0":function(t,e,a){"use strict";a.d(e,"b",(function(){return i})),a.d(e,"c",(function(){return n})),a.d(e,"a",(function(){}));var i=function(){var t=this.$createElement,e=this._self._c||t;return e("uni-view",{staticClass:this._$g(0,"sc"),attrs:{_i:0}},[this._t("default",null,{_i:1})],2)},n=[]},"0f06":function(t,e,a){"use strict";a.r(e);var i=a("4a0b"),n=a("b470");for(var r in n)["default"].indexOf(r)<0&&function(t){a.d(e,t,(function(){return n[t]}))}(r);a("8d00");var o=a("f0c5"),s=Object(o["a"])(n["default"],i["b"],i["c"],!1,null,"4e1c1bfa",null,!1,i["a"],void 0);e["default"]=s.exports},"10db":function(t,e,a){"use strict";a.d(e,"b",(function(){return n})),a.d(e,"c",(function(){return r})),a.d(e,"a",(function(){return i}));var i={uniCollapse:a("4f6b").default,uniCollapseItem:a("7e94").default,uniIcons:a("49ce").default},n=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("uni-view",{attrs:{_i:0}},[a("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[a("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[t._v("2024\u5e743\u670825\u65e516:23:42")]),a("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[a("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[a("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._v("\u4f53\u91cd")]),a("uni-view",{attrs:{_i:6}},[a("v-uni-text",{attrs:{_i:7}},[t._v("45.3")]),t._v("kg")],1)],1),a("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[a("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[t._v("\u8eab\u9ad8")]),a("uni-view",{attrs:{_i:10}},[a("v-uni-text",{attrs:{_i:11}},[t._v("160.2")]),t._v("CM")],1)],1),a("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}},[a("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[t._v("BMI")]),a("uni-view",{attrs:{_i:14}},[a("v-uni-text",{attrs:{_i:15}},[t._v("23.6")])],1)],1)],1)],1),a("uni-view",{staticClass:t._$g(16,"sc"),attrs:{_i:16}},[a("uni-view",{attrs:{_i:17}},[t._v("\u8eab\u4f53\u5f97\u5206\uff1a91\u5206")]),a("uni-view",{attrs:{_i:18}},[t._v("\u8eab\u4f53\u7c7b\u578b\uff1a\u6807\u51c6")])],1),a("uni-view",{staticClass:t._$g(19,"sc"),attrs:{_i:19}},[a("uni-view",{staticClass:t._$g(20,"sc"),attrs:{_i:20},on:{click:function(e){return t.$handleViewEvent(e)}}},[a("v-uni-text",{staticClass:t._$g(21,"sc"),attrs:{_i:21}}),a("uni-view",{attrs:{_i:22}},[t._v("\u624b\u52a8\u8bb0\u5f55")])],1),a("uni-view",{staticClass:t._$g(23,"sc"),attrs:{_i:23},on:{click:function(e){return t.$handleViewEvent(e)}}},[a("v-uni-text",{staticClass:t._$g(24,"sc"),attrs:{_i:24}}),a("uni-view",{attrs:{_i:25}},[t._v("\u8fde\u63a5\u8bbe\u5907")])],1)],1),a("uni-view",{staticClass:t._$g(26,"sc"),attrs:{_i:26}},[t._v("\u5176\u4ed6\u6570\u636e")]),a("uni-view",{staticClass:t._$g(27,"sc"),attrs:{_i:27}},[a("uni-view",{staticClass:t._$g(28,"sc"),attrs:{_i:28}},[a("uni-collapse",{attrs:{_i:29}},t._l(t._$g(30,"f"),(function(e,i,n,r){return a("uni-collapse-item",{key:e,staticClass:t._$g("30-"+r,"sc"),attrs:{_i:"30-"+r},scopedSlots:t._u([{key:"title",fn:function(e,i,n){return[a("uni-list-item",{staticClass:i._$g("32-"+r+"-"+n,"sc"),attrs:{_i:"32-"+r+"-"+n}},[a("uni-view",{staticClass:i._$g("33-"+r+"-"+n,"sc"),attrs:{_i:"33-"+r+"-"+n}},[a("v-uni-icon",{staticClass:i._$g("34-"+r+"-"+n,"sc"),class:i._$g("34-"+r+"-"+n,"c"),attrs:{_i:"34-"+r+"-"+n}}),t._v(i._$g("33-"+r+"-"+n,"t1-0"))],1),i._$g("35-"+r+"-"+n,"i")?a("uni-view",{staticClass:i._$g("35-"+r+"-"+n,"sc"),attrs:{_i:"35-"+r+"-"+n}},[t._v("-")]):a("uni-view",{staticClass:i._$g("36-"+r,"sc"),attrs:{_i:"36-"+r}},[t._v(i._$g("36-"+r+n,"t0-0")+i._$g("36-"+r+n,"t0-1"))]),a("uni-view",{staticClass:i._$g("37-"+r+"-"+n,"sc"),attrs:{_i:"37-"+r+"-"+n}},[a("uni-view",{staticClass:i._$g("38-"+r+"-"+n,"sc"),class:i._$g("38-"+r+"-"+n,"c"),style:i._$g("38-"+r+"-"+n,"s"),attrs:{_i:"38-"+r+"-"+n}},[t._v(i._$g("38-"+r+"-"+n,"t0-0"))])],1)],1)]}}],null,!0)},[a("uni-view",{staticClass:t._$g("39-"+r,"sc"),attrs:{_i:"39-"+r}},[t._$g("40-"+r,"i")?a("uni-view",{staticClass:t._$g("40-"+r,"sc"),attrs:{_i:"40-"+r}},[t._v(t._$g("40-"+r,"t0-0"))]):t._e(),t._$g("41-"+r,"i")?a("uni-view",{staticClass:t._$g("41-"+r,"sc"),attrs:{_i:"41-"+r}},[t._v("\u672c\u6b21\u8bc4\u5206\uff1a"+t._$g("41-"+r,"t0-0"))]):t._e(),t._$g("42-"+r,"i")?a("uni-view",{class:t._$g("42-"+r,"c"),attrs:{_i:"42-"+r}},[t._$g("43-"+r,"i")?a("uni-view",{staticClass:t._$g("43-"+r,"sc"),attrs:{_i:"43-"+r}},[a("uni-view",{staticClass:t._$g("44-"+r,"sc"),style:t._$g("44-"+r,"s"),attrs:{_i:"44-"+r}},[a("uni-view",{staticClass:t._$g("45-"+r,"sc"),attrs:{_i:"45-"+r}})],1),t._l(t._$g("46-"+r,"f"),(function(e,i,n,o){return a("uni-view",{key:e,staticClass:t._$g("46-"+r+"-"+o,"sc"),style:t._$g("46-"+r+"-"+o,"s"),attrs:{_i:"46-"+r+"-"+o}},[a("uni-view",{staticClass:t._$g("47-"+r+"-"+o,"sc"),attrs:{_i:"47-"+r+"-"+o}},[t._v(t._$g("47-"+r+"-"+o,"t0-0"))]),t._$g("48-"+r+"-"+o,"i")?a("uni-view",{staticClass:t._$g("48-"+r+"-"+o,"sc"),attrs:{_i:"48-"+r+"-"+o}},[t._v(t._$g("48-"+r+"-"+o,"t0-0"))]):t._e()],1)}))],2):a("uni-view",{attrs:{_i:"49-"+r}},[t._$g("50-"+r,"i")?a("uni-view",{staticClass:t._$g("50-"+r,"sc"),attrs:{_i:"50-"+r}},[t._v("\u6807\u51c6\u503c:"+t._$g("50-"+r,"t0-0")+"kcal")]):t._e()],1)],1):t._e()],1)],1)})),1)],1),a("uni-view",{staticClass:t._$g(51,"sc"),attrs:{_i:51}},[a("uni-icons",{attrs:{_i:52}}),t._v("\u6b64\u6d4b\u91cf\u6570\u636e\u4ec5\u4f9b\u53c2\u8003\uff0c\u4e0d\u53ef\u4ee3\u66ff\u533b\u5b66\u4e13\u4e1a\u6d4b\u8bd5\uff01")],1)],1),a("uni-view",{staticClass:t._$g(53,"sc"),attrs:{_i:53}},[a("v-uni-icon",{staticClass:t._$g(54,"sc"),attrs:{_i:54}})],1),a("record",{attrs:{_i:55}})],1)},r=[]},"12fd":function(t,e,a){"use strict";a.d(e,"b",(function(){return i})),a.d(e,"c",(function(){return n})),a.d(e,"a",(function(){}));var i=function(){var t=this.$createElement,e=this._self._c||t;return e("uni-view",{staticClass:this._$g(0,"sc"),attrs:{_i:0}},[e("uni-view",{staticClass:this._$g(1,"sc"),attrs:{_i:1}}),e("uni-view",{staticClass:this._$g(2,"sc"),attrs:{_i:2}}),e("uni-view",{staticClass:this._$g(3,"sc"),attrs:{_i:3}}),e("uni-view",{staticClass:this._$g(4,"sc"),attrs:{_i:4}})],1)},n=[]},"13d9":function(t,e,a){var i=a("f715");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var n=a("7f7e").default;n("9a6d9f04",i,!0,{sourceMap:!1,shadowMode:!1})},"13fa":function(t,e,a){"use strict";a.r(e);var i=a("9234"),n=a.n(i);for(var r in i)["default"].indexOf(r)<0&&function(t){a.d(e,t,(function(){return i[t]}))}(r);e["default"]=n.a},"13fa3":function(t,e){t.exports="/uni_modules/uni-icons/components/uni-icons/uniicons.ttf"},"14ce":function(t,e,a){"use strict";a.r(e);var i=a("671e"),n=a("70ca");for(var r in n)["default"].indexOf(r)<0&&function(t){a.d(e,t,(function(){return n[t]}))}(r);a("649b");var o=a("f0c5"),s=Object(o["a"])(n["default"],i["b"],i["c"],!1,null,"6e5d9c90",null,!1,i["a"],void 0);e["default"]=s.exports},"151e":function(t,e,a){"use strict";a.r(e);var i=a("16c6"),n=a("acbd");for(var r in n)["default"].indexOf(r)<0&&function(t){a.d(e,t,(function(){return n[t]}))}(r);a("730b");var o=a("f0c5"),s=Object(o["a"])(n["default"],i["b"],i["c"],!1,null,"2ef93b2c",null,!1,i["a"],void 0);e["default"]=s.exports},1635:function(t,e,a){var i=a("24fb");e=i(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-6df789e0]{padding:15px;font-size:14px;background-color:#f5f6fa;min-height:100vh}.tabbar[data-v-6df789e0]{width:100%;padding:15px;display:flex;align-items:center;justify-content:space-around}.tabbar uni-view[data-v-6df789e0]{position:relative}.tabbar .active[data-v-6df789e0]:after{content:"";height:3px;width:100%;position:absolute;bottom:-5px;left:0;border-radius:5px;background:linear-gradient(90deg,#477eff,#39d9c9)}',""]),t.exports=e},"16c6":function(t,e,a){"use strict";a.d(e,"b",(function(){return i})),a.d(e,"c",(function(){return n})),a.d(e,"a",(function(){}));var i=function(){var t=this.$createElement,e=this._self._c||t;return e("uni-view",{staticClass:this._$g(0,"sc"),attrs:{_i:0}},[e("uni-view",{staticClass:this._$g(1,"sc"),attrs:{_i:1}}),e("uni-view",{staticClass:this._$g(2,"sc"),attrs:{_i:2}}),e("uni-view",{staticClass:this._$g(3,"sc"),attrs:{_i:3}}),e("uni-view",{staticClass:this._$g(4,"sc"),attrs:{_i:4}})],1)},n=[]},1894:function(t,e,a){"use strict";var i=a("e1e8"),n=a.n(i);n.a},1994:function(t,e,a){var i=a("24fb");e=i(!1),e.push([t.i,".container[data-v-37562626]{width:30px;height:30px;position:relative}.container.loading5 .shape[data-v-37562626]{width:15px;height:15px}.container .shape[data-v-37562626]{position:absolute;width:10px;height:10px;border-radius:1px}.container .shape.shape1[data-v-37562626]{left:0;background-color:#1890ff}.container .shape.shape2[data-v-37562626]{right:0;background-color:#91cb74}.container .shape.shape3[data-v-37562626]{bottom:0;background-color:#fac858}.container .shape.shape4[data-v-37562626]{bottom:0;right:0;background-color:#e66}.loading5 .shape1[data-v-37562626]{animation:animation5shape1-data-v-37562626 2s ease 0s infinite reverse}@-webkit-keyframes animation5shape1-data-v-37562626{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translateY(15px);transform:translateY(15px)}50%{-webkit-transform:translate(15px,15px);transform:translate(15px,15px)}75%{-webkit-transform:translate(15px);transform:translate(15px)}}@keyframes animation5shape1-data-v-37562626{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translateY(15px);transform:translateY(15px)}50%{-webkit-transform:translate(15px,15px);transform:translate(15px,15px)}75%{-webkit-transform:translate(15px);transform:translate(15px)}}.loading5 .shape2[data-v-37562626]{animation:animation5shape2-data-v-37562626 2s ease 0s infinite reverse}@-webkit-keyframes animation5shape2-data-v-37562626{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translate(-15px);transform:translate(-15px)}50%{-webkit-transform:translate(-15px,15px);transform:translate(-15px,15px)}75%{-webkit-transform:translateY(15px);transform:translateY(15px)}}@keyframes animation5shape2-data-v-37562626{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translate(-15px);transform:translate(-15px)}50%{-webkit-transform:translate(-15px,15px);transform:translate(-15px,15px)}75%{-webkit-transform:translateY(15px);transform:translateY(15px)}}.loading5 .shape3[data-v-37562626]{animation:animation5shape3-data-v-37562626 2s ease 0s infinite reverse}@-webkit-keyframes animation5shape3-data-v-37562626{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translate(15px);transform:translate(15px)}50%{-webkit-transform:translate(15px,-15px);transform:translate(15px,-15px)}75%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes animation5shape3-data-v-37562626{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translate(15px);transform:translate(15px)}50%{-webkit-transform:translate(15px,-15px);transform:translate(15px,-15px)}75%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}.loading5 .shape4[data-v-37562626]{animation:animation5shape4-data-v-37562626 2s ease 0s infinite reverse}@-webkit-keyframes animation5shape4-data-v-37562626{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}50%{-webkit-transform:translate(-15px,-15px);transform:translate(-15px,-15px)}75%{-webkit-transform:translate(-15px);transform:translate(-15px)}}@keyframes animation5shape4-data-v-37562626{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}50%{-webkit-transform:translate(-15px,-15px);transform:translate(-15px,-15px)}75%{-webkit-transform:translate(-15px);transform:translate(-15px)}}",""]),t.exports=e},"1a2f":function(t,e,a){var i=a("24fb");e=i(!1),e.push([t.i,'@charset "UTF-8";.common[data-v-0d057e6c]{width:100%;min-height:100.5vh;overflow-y:scroll;background-color:#f7f7f7}.history[data-v-0d057e6c]{width:calc(100% - 30px);height:auto;margin:15px 15px 0;padding-bottom:40px}.history .list[data-v-0d057e6c]{width:100%;margin-bottom:12px;position:relative}.history .list .item[data-v-0d057e6c]{width:calc(100% - 20px);height:auto;background:#fff;padding:6px 10px;display:flex;justify-content:space-between;border-radius:10px;align-items:center;text-align:center;font-weight:700;line-height:50rpx;font-size:18px!important}.history .list .item uni-text[data-v-0d057e6c]{display:block;color:#666;text-align:center;font-weight:500;font-size:14px}.history .list .time[data-v-0d057e6c]{font-size:28rpx;color:#666;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;width:35%}.history .list .time uni-icon[data-v-0d057e6c]{width:40rpx;height:40rpx;margin-right:5px}.history .list .time uni-text[data-v-0d057e6c]{width:100%;font-size:28rpx;margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}',""]),t.exports=e},"1b7b":function(t,e,a){var i=a("24fb");e=i(!1),e.push([t.i,'@charset "UTF-8";.wrapper[data-v-7145b49c]{position:fixed;left:0;right:0;top:0;bottom:0;z-index:999}.wrapper .bg[data-v-7145b49c]{position:fixed;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,.4);z-index:99}.wrapper .edit[data-v-7145b49c]{width:15rem;height:auto;background:#fff;border-radius:10px;padding:15px;position:relative;top:15%;margin:auto;z-index:99999;overflow:hidden}.wrapper .edit .title[data-v-7145b49c]{text-align:center;width:100%;color:#333;font-size:18px;font-weight:700}.wrapper .edit .editem[data-v-7145b49c]{position:relative;display:flex;font-size:14px;border-radius:10px;margin-top:15px;height:40px;justify-content:space-between;background:#eee;padding:0 10px;align-items:center}.wrapper .edit .editem .name[data-v-7145b49c]{width:4rem;color:#333}.wrapper .edit .editem .right[data-v-7145b49c]{width:60%;height:40px;line-height:40px;text-align:right;display:flex;justify-content:flex-end}.wrapper .edit .editem .right uni-input[data-v-7145b49c]{margin-right:10px;height:40px;line-height:40px;text-align:left}.wrapper .edit .editem .right uni-picker[data-v-7145b49c]{width:100%;text-align:left}.wrapper .edit .editem .right .uni-input[data-v-7145b49c]{position:absolute;right:30px;top:0;left:0;height:40px;line-height:40px;text-align:right;z-index:9999}.wrapper .edit .editem .value[data-v-7145b49c]{position:relative;z-index:999;width:3rem;text-align:center;float:left;margin-right:10px}.wrapper .edit .editem .iconfont[data-v-7145b49c]{margin-left:10px;float:right;display:flex}.wrapper .edit .tips[data-v-7145b49c]{font-size:.75rem;color:#999;text-align:center;margin-top:15px;margin-bottom:20px;display:flex}.btn[data-v-7145b49c]{width:40%;float:right;margin-top:15px;background:linear-gradient(90deg,#477eff,#39d9c9)!important}.edit[data-v-7145b49c]{top:20%}.close[data-v-7145b49c]{background:#dfdfdf!important;float:left}',""]),t.exports=e},"1d36":function(t,e,a){var i=a("c592");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var n=a("7f7e").default;n("c78b5202",i,!0,{sourceMap:!1,shadowMode:!1})},"1db8":function(t,e,a){"use strict";a.r(e);var i=a("5815"),n=a.n(i);for(var r in i)["default"].indexOf(r)<0&&function(t){a.d(e,t,(function(){return i[t]}))}(r);e["default"]=n.a},"1f1e":function(t,e,a){"use strict";a.r(e);var i=a("d0c6"),n=a("b293");for(var r in n)["default"].indexOf(r)<0&&function(t){a.d(e,t,(function(){return n[t]}))}(r);a("9e9f");var o=a("f0c5"),s=Object(o["a"])(n["default"],i["b"],i["c"],!1,null,"472283d4",null,!1,i["a"],void 0);e["default"]=s.exports},"1f20":function(t,e,a){"use strict";a.r(e);var i=a("c1a6"),n=a("70ed");for(var r in n)["default"].indexOf(r)<0&&function(t){a.d(e,t,(function(){return n[t]}))}(r);a("09b9");var o=a("f0c5"),s=Object(o["a"])(n["default"],i["b"],i["c"],!1,null,"0d057e6c",null,!1,i["a"],void 0);e["default"]=s.exports},"1f5d":function(t,e,a){var i=a("631b");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var n=a("7f7e").default;n("44921a6a",i,!0,{sourceMap:!1,shadowMode:!1})},"23d0":function(t,e,a){"use strict";a.d(e,"b",(function(){return n})),a.d(e,"c",(function(){return r})),a.d(e,"a",(function(){return i}));var i={qiunLoading:a("8edc").default,qiunError:a("5a4f").default},n=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("uni-view",{staticClass:t._$g(0,"sc"),attrs:{id:t._$g(0,"a-id"),_i:0}},[t._$g(1,"i")?a("uni-view",{attrs:{_i:1}},[a("qiun-loading",{attrs:{_i:2}})],1):t._e(),t._$g(3,"i")?a("uni-view",{attrs:{_i:3},on:{click:function(e){return t.$handleViewEvent(e)}}},[a("qiun-error",{attrs:{_i:4}})],1):t._e(),t._$g(5,"i")?[a("uni-view",{directives:[{name:"show",rawName:"v-show",value:t._$g(6,"v-show"),expression:"_$g(6,'v-show')"}],wxsProps:{"change:resize":"echartsResize","change:prop":"echartsOpts"},staticStyle:{width:"100%",height:"100%"},style:t._$g(6,"s"),attrs:{"data-directory":t._$g(6,"a-data-directory"),id:t._$g(6,"a-id"),prop:t._$gc(6,"change:echartsOpts"),"change:prop":t.rdcharts.ecinit,resize:t._$gc(6,"change:echartsResize"),"change:resize":t.rdcharts.ecresize,_i:6}})]:[a("uni-view",{wxsProps:{"change:prop":"uchartsOpts"},attrs:{id:t._$g(8,"a-id"),prop:t._$gc(8,"change:uchartsOpts"),"change:prop":t.rdcharts.ucinit,_i:8},on:{mousemove:function(e){e=t.$handleWxsEvent(e),t.rdcharts.mouseMove(e,t.$getComponentDescriptor())},mousedown:function(e){e=t.$handleWxsEvent(e),t.rdcharts.mouseDown(e,t.$getComponentDescriptor())},mouseup:function(e){e=t.$handleWxsEvent(e),t.rdcharts.mouseUp(e,t.$getComponentDescriptor())},touchstart:function(e){e=t.$handleWxsEvent(e),t.rdcharts.touchStart(e,t.$getComponentDescriptor())},touchmove:function(e){e=t.$handleWxsEvent(e),t.rdcharts.touchMove(e,t.$getComponentDescriptor())},touchend:function(e){e=t.$handleWxsEvent(e),t.rdcharts.touchEnd(e,t.$getComponentDescriptor())},click:function(e){e=t.$handleWxsEvent(e),t.rdcharts.tap(e,t.$getComponentDescriptor())}}},[a("v-uni-canvas",{directives:[{name:"show",rawName:"v-show",value:t._$g(9,"v-show"),expression:"_$g(9,'v-show')"}],style:t._$g(9,"s"),attrs:{id:t._$g(9,"a-id"),canvasId:t._$g(9,"a-canvasId"),"disable-scroll":t._$g(9,"a-disable-scroll"),_i:9},on:{error:function(e){return t.$handleViewEvent(e)}}})],1)]],2)},r=[]},2457:function(t,e,a){"use strict";a.r(e);var i=a("f11c"),n=a("8c1a");for(var r in n)["default"].indexOf(r)<0&&function(t){a.d(e,t,(function(){return n[t]}))}(r);var o=a("f0c5"),s=Object(o["a"])(n["default"],i["b"],i["c"],!1,null,"8d1019ca",null,!1,i["a"],void 0);e["default"]=s.exports},"24fb":function(t,e,a){"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var a=function(t,e){var a=t[1]||"",i=t[3];if(!i)return a;if(e&&"function"===typeof btoa){var n=function(t){var e=btoa(unescape(encodeURIComponent(JSON.stringify(t)))),a="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(e);return"/*# ".concat(a," */")}(i),r=i.sources.map((function(t){return"/*# sourceURL=".concat(i.sourceRoot||"").concat(t," */")}));return[a].concat(r).concat([n]).join("\n")}return[a].join("\n")}(e,t);return e[2]?"@media ".concat(e[2]," {").concat(a,"}"):a})).join("")},e.i=function(t,a,i){"string"===typeof t&&(t=[[null,t,""]]);var n={};if(i)for(var r=0;r0&&void 0!==arguments[0]?arguments[0]:{},e=arguments.length,a=new Array(e>1?e-1:0),i=1;i3||Math.abs(l[t].$el.children[0].clientHeight-s.default.instance[t].getHeight())>3)&&this.ecresize()},tooltipPosition:function(){return function(t,e,a,i,n){var r=t[0],o=t[1],s=n.viewSize[0],l=n.viewSize[1],c=n.contentSize[0],d=n.contentSize[1],u=r+30,f=o+30;return u+c>s&&(u=r-c-30),f+d>l&&(f=o-d-30),[u,f]}},ucinit:function(t,e,a,i){var n=this;if(JSON.stringify(t)!=JSON.stringify(e)&&t.canvasId){var r=JSON.parse(JSON.stringify(t.canvasId));this.rid=r,l[r]=this.$ownerInstance||i,o.default.option[r]=JSON.parse(JSON.stringify(t)),o.default.option[r]=u(o.default.option[r],o.default.formatter);var s=document.getElementById(r);s&&s.children[0]&&(o.default.option[r].context=s.children[0].getContext("2d"),o.default.instance[r]&&o.default.option[r]&&!0===o.default.option[r].update?this.updataUChart():setTimeout((function(){o.default.option[r].context.restore(),o.default.option[r].context.save(),n.newUChart()}),100))}},newUChart:function(){var t=this.rid;o.default.instance[t]=new r.default(o.default.option[t]),o.default.instance[t].addEventListener("renderComplete",(function(){l[t].callMethod("emitMsg",{name:"complete",params:{type:"complete",complete:!0,id:t,opts:o.default.instance[t].opts}}),o.default.instance[t].delEventListener("renderComplete")})),o.default.instance[t].addEventListener("scrollLeft",(function(){l[t].callMethod("emitMsg",{name:"scrollLeft",params:{type:"scrollLeft",scrollLeft:!0,id:t,opts:o.default.instance[t].opts}})})),o.default.instance[t].addEventListener("scrollRight",(function(){l[t].callMethod("emitMsg",{name:"scrollRight",params:{type:"scrollRight",scrollRight:!0,id:t,opts:o.default.instance[t].opts}})}))},updataUChart:function(){var t=this.rid;o.default.instance[t].updateData(o.default.option[t])},tooltipDefault:function(t,e,a,i){if(e){var r=t.data;return"object"===(0,n.default)(t.data)&&(r=t.data.value),e+" "+t.name+":"+r}return t.properties&&t.properties.name?t.properties.name:t.name+":"+t.data},showTooltip:function(t,e){var a=this,i=o.default.option[e].tooltipCustom;if(i&&void 0!==i&&null!==i){var n=void 0;i.x>=0&&i.y>=0&&(n={x:i.x,y:i.y+10}),o.default.instance[e].showToolTip(t,{index:i.index,offset:n,textList:i.textList,formatter:function(t,i,n,r){return"string"===typeof o.default.option[e].tooltipFormat&&o.default.formatter[o.default.option[e].tooltipFormat]?o.default.formatter[o.default.option[e].tooltipFormat](t,i,n,r):a.tooltipDefault(t,i,n,r)}})}else o.default.instance[e].showToolTip(t,{formatter:function(t,i,n,r){return"string"===typeof o.default.option[e].tooltipFormat&&o.default.formatter[o.default.option[e].tooltipFormat]?o.default.formatter[o.default.option[e].tooltipFormat](t,i,n,r):a.tooltipDefault(t,i,n,r)}})},tap:function(t){var e=this.rid,a=o.default.option[e].ontap,i=o.default.option[e].tooltipShow,n=o.default.option[e].tapLegend;if(0!=a){var r,s,d=document.getElementById("UC"+e).getBoundingClientRect(),u={};u=t.detail.x?{x:t.detail.x-d.left,y:t.detail.y-d.top+c.top}:{x:t.clientX-d.left,y:t.clientY-d.top+c.top},t.changedTouches=[],t.changedTouches.unshift(u),r=o.default.instance[e].getCurrentDataIndex(t),s=o.default.instance[e].getLegendDataIndex(t),!0===n&&o.default.instance[e].touchLegend(t),1==i&&this.showTooltip(t,e),l[e].callMethod("emitMsg",{name:"getIndex",params:{type:"getIndex",event:u,currentIndex:r,legendIndex:s,id:e,opts:o.default.instance[e].opts}})}},touchStart:function(t){var e=this.rid,a=o.default.option[e].ontouch;0!=a&&(!0===o.default.option[e].enableScroll&&1==t.touches.length&&o.default.instance[e].scrollStart(t),l[e].callMethod("emitMsg",{name:"getTouchStart",params:{type:"touchStart",event:t.changedTouches[0],id:e,opts:o.default.instance[e].opts}}))},touchMove:function(t){var e=this.rid,a=o.default.option[e].ontouch;if(0!=a){if(!0===o.default.option[e].enableScroll&&1==t.changedTouches.length&&o.default.instance[e].scroll(t),!0===o.default.option[e].ontap&&!1===o.default.option[e].enableScroll&&!0===o.default.option[e].onmovetip){var i=document.getElementById("UC"+e).getBoundingClientRect(),n={x:t.changedTouches[0].clientX-i.left,y:t.changedTouches[0].clientY-i.top+c.top};t.changedTouches.unshift(n),!0===o.default.option[e].tooltipShow&&this.showTooltip(t,e)}!0===a&&!0===o.default.option[e].enableScroll&&!0===o.default.option[e].onzoom&&2==t.changedTouches.length&&o.default.instance[e].dobuleZoom(t),l[e].callMethod("emitMsg",{name:"getTouchMove",params:{type:"touchMove",event:t.changedTouches[0],id:e,opts:o.default.instance[e].opts}})}},touchEnd:function(t){var e=this.rid,a=o.default.option[e].ontouch;0!=a&&(!0===o.default.option[e].enableScroll&&0==t.touches.length&&o.default.instance[e].scrollEnd(t),l[e].callMethod("emitMsg",{name:"getTouchEnd",params:{type:"touchEnd",event:t.changedTouches[0],id:e,opts:o.default.instance[e].opts}}))},mouseDown:function(t){var e=this.rid,a=o.default.option[e].onmouse;if(0!=a){var i,n=document.getElementById("UC"+e).getBoundingClientRect();i={x:t.clientX-n.left,y:t.clientY-n.top+c.top},t.changedTouches=[],t.changedTouches.unshift(i),o.default.instance[e].scrollStart(t),o.default.option[e].mousedown=!0,l[e].callMethod("emitMsg",{name:"getTouchStart",params:{type:"mouseDown",event:i,id:e,opts:o.default.instance[e].opts}})}},mouseMove:function(t){var e=this.rid,a=o.default.option[e].onmouse,i=o.default.option[e].tooltipShow;if(0!=a){var n,r=document.getElementById("UC"+e).getBoundingClientRect();n={x:t.clientX-r.left,y:t.clientY-r.top+c.top},t.changedTouches=[],t.changedTouches.unshift(n),o.default.option[e].mousedown?(o.default.instance[e].scroll(t),l[e].callMethod("emitMsg",{name:"getTouchMove",params:{type:"mouseMove",event:n,id:e,opts:o.default.instance[e].opts}})):o.default.instance[e]&&1==i&&this.showTooltip(t,e)}},mouseUp:function(t){var e=this.rid,a=o.default.option[e].onmouse;if(0!=a){var i,n=document.getElementById("UC"+e).getBoundingClientRect();i={x:t.clientX-n.left,y:t.clientY-n.top+c.top},t.changedTouches=[],t.changedTouches.unshift(i),o.default.instance[e].scrollEnd(t),o.default.option[e].mousedown=!1,l[e].callMethod("emitMsg",{name:"getTouchEnd",params:{type:"mouseUp",event:i,id:e,opts:o.default.instance[e].opts}})}}}};e.default=f},3216:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"32af":function(t,e,a){"use strict";a.r(e);var i=a("d32b"),n=a.n(i);for(var r in i)["default"].indexOf(r)<0&&function(t){a.d(e,t,(function(){return i[t]}))}(r);e["default"]=n.a},"32bc":function(t,e,a){"use strict";var i=a("57da"),n=a.n(i);n.a},3343:function(t,e,a){"use strict";var i=a("4b49"),n=a.n(i);n.a},"33e4":function(t,e,a){"use strict";var i=a("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=i(a("645e")),r={data:function(){return{wxsProps:{}}},components:{record:n.default}};e.default=r},3509:function(t,e,a){var i=a("24fb");e=i(!1),e.push([t.i,'.chartsview[data-v-06f9c5d4]{width:100%;height:100%;display:flex;flex-direction:column;flex:1;justify-content:center;align-items:center}.charts-font[data-v-06f9c5d4]{font-size:14px;color:#ccc;margin-top:10px}.charts-error[data-v-06f9c5d4]{width:128px;height:128px;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAUz0lEQVR4Xu1de3Bc1X3+zmp3jYVWfkPAgCWwY8zLEglNQCSW0yT9o2SQaDKdNulUykwfM+k09p+J3ImYIPJXi9yZzDSZZiwyaZuZBCwnNG1DMogEmUAAy7xs/MAyNhCMjWWtsK1deU/n23OvtLu6j3Pv3t29d71nxjOSde455/5+3/m9z7kCjRY4BR7eK7fkcmhrasLT37hbTAY+QYADigDHagwFYGhc7gZwHMAUgG4hMPzNe8RoWInTAECAnHl4r+yREt0DXWIbhx3cJ5fHP8TYjntFR4DTBDqUIwBmMrJDCtyPHDoQw0Q8jkeXinCLtECp43Gwh56R22IxTBbu+KFxOTbQJbo9DlW17rYASGdlNySeKl2JADpbkmKiait0mWhoXHZkmzE52CkocmvavvOsbMvl8MhAl+jlQrg2CQzu6BI9NV2Yw+T2AJiVo+DuL2kSeLQ1KfrC8kLcYbkYBv/pbjEWhjUNjUvSpk9KSAicm2tGXxjAaUcbewBkJAm6xeLBp1PJ2os06ttcDl8H0CEEaGnvGegSg2EAQZTW4B0AEntSS2ov0mhgJc5jmwT6IDEWi2E0zNZ2WEFhC4CZjCRxH7GwAfpbkmIkLC9EFQBg20BXeOySsNBGZx2OXkB6Vg5CgAbMZgD7BTDSkhTDOgM3+kSDAr7iANNz8n4hQRdxojUu9kTjVRurtKKAJwBIKZfPZPOuYWFgY6wlgV4hau+GNVjsnQKeAJDOSIp/Wt6lbSKeQG8jSOSdAbV+wisA7FxDSGAqBmwNS5DIiGIucyNwKiGedutTz3/3BgCb4JBJoGqDIJ2VW4REmxRog0S3lGgT/NlfY3RzCgJjQmJSCkxeDuDwBgCb8HAhvQkCIdCbSgQfmSPDmWGDzHsm1UqwjBEUAMbqERCeAEBGz2RknwR2uW0yAZQdL6DR+WEW90syXLmjtW8So0Jg9MoE9tSD4esZANUAAd1M5NAjGOULaaOkAzCKGEaj7Ar7AoBHEGxrSYqdOnxMZ+W3ZA59ZehxnWkC7yMlJkUMIy1x7IyaVPANAAMEHTlgTACO1rYERlqTot+J8nbp58C5VcEBDftnOEpAKAsAgYPAPgNZQbYFP3QeCAybJ/Bg2CVC2QDwCoJUAtudiJKuExCQLoZbPKirAoOHovuIThVByuXii2jE/C9I2TaXBYsfmThyahMtCWy1A4ERbj7rvvRI9aCa3F7pINm3n5XdXgtjFgHAYCQrW4v8bBo6MYFep5cwmEefuSwQpDNSRoq9+osdrqRaGBqXMhfDVi8gWASAdEbuswuyGCKNSLatBygXBHUqAQohMmHESAKrqzSro4TIS2yOq10dVQQAuyKQUoC7BXnIxHQWwwL4ay/qIM/8DHaFJuijv7M99QzaNmAx6hzQFsvhKSmxvakJo7oHUooA4MUA0wHBTDYfQnVUB6bFnLc1JHqiFgPwxPnSzhKjLUn0B+UpsDoqFkOfLvO5HN8AMN5lOJUU2+2IMD0ne0QOtCcq0k7OANe1VGToag7qaBRXeiFFAJjOyBENsV20Jqcgj2FQHgvyJWYvAQfPAJuvAv7198ADm4DMHJBKAmuag5ypemPpGNiVWk2pDcCDDDQCPTU7EOgmjrxMRgA8dgBYmwJOXwBuWgH87m3gz26OLgDy6q9G9RSLvIAymFZUGsaCjJzE7qB1+vvngXRGQebG5QB/P30eaF2iQBHllk8wxdDfGq/eYVLLQJBfEOQNOpk3/Bg86hbA8iAZwt2/a78asX8zsKRJ/fzYQeDttFIHUbcJqi0JnM4FaOX9g2Sw7lgHTgPTs0DHRxTjT5wDtqzTfTr8/aoJArfTwX055P1519q6apGV4v8/XlU6nzv/vo8CvzwK3L0W2LS6Wquo/DzVAoFrMiivyzVSvpUnycIMVAUU///2kgIC9b+pDqq5jirMVXEX0RUAfMkwgoDrMoFQBUbUcoqxVFJsrdQCtAAQZhBUijChGlfiwdSSypx81gaAAQLLA6OhIlaNF2MGqriMm1cFqJoEtlai0lobAIzqZbPYF7RrV2N+BT79L99c8Eh+dzI474RGYSqB9qDyBuaLawMgnZE8Exjau24C56TPAZ8+vsD0594GPrHW50DWjwVuD2gBwDgm/q1AX6VOB/v5YeDWNerlXnsf+MKGYF/ULQvrdTZXAFQioeN1kVHqTxuAgSo2xiWCdk+DVgWuAEjPyt31XqARJYAZa92ZSqq7CMttjgCoh1r9cgkU1ueDuq7PEQDTs/JY0Nm8sBI0gusKxCCMZDIogsyqzJIDiA3YAqCx+yvDs4BHLVsKBFoPEPDLNYbToUCZUsASAFHY/SfTCxWtq5qBK4ziEB2a1VmfsqTAIgBUupLXL/Evshj0NNCaBM7NAr89sTDSp64HOj/id+ToP1eOR7AYAD4qg6tBwufeARhabV8BfPJaFWxZEgeSMWDTmstaApD8vuMCRQAI47Gs37wFrG4GrksBR882mG212VhW3rpEtPvZiL6OhvmZyOszFPm7D6qqX+76L6xfGIH/l7mkVMGNKy773Z8njIyh1081cfHBkJAEfgqZv2kV8Cmj4HP/H4ADZ1RBqNmYbfvEtV7hVX/9/X7HYR4AYUr6PPmmYjSZ/7kblRT47yOK8Uyu8DxA6xXqHADVw2XsARQhuSWBFV7rBeYBoHsyuNJ7582zwBNHgNVLgb+8TTH/8YOq/o+7ffPVCwynpAiC+W+cUfOcnwOuvlIdO4ti86MG5gGQdrkFtFoE2fUykJ4F+u4AknHgx6+pnf/ZduCW1QD9f3oDPA/A5tcFpA3x8ingxXcVuPJ61Dgt27MRuKG1Wm8c6DyevYE8AMJk/f/nq8BNK5VeN10/k8mvnwZ+ZRw1pfjnYdCOq1VZuJd2/Bzwv0cXGL9hpdr1PGNIgMUF8Oe3AquWehk1FH0nUknR6WUleQCENe37vZeUFOi/AyhUDbQL/JwE5q4ngI4YNxBxl7NiZ5kBoCePAb9/R4mBq64EejcGX9DhhTl++sYTaPdya7sCgPoySM1LvujzM8Dzd3cuMNy08ikZeBqYqoE7njv1t28p3c3f/+hapSLs2jszAI1Luo40JMn4j64s7v3PzympQNeSgLtnLfDxiHkYXkvGFAA0r2Yjsf3sPF0km/r/H+9aEP8P8ORPEhh5ecErIPNpGLJxF7/3oWLcfesV80rboQ+UyDf7f3HTYuPx+XeAX00Ct68BPn0D8O8TasyvbgZakrpvEIp+nuyAPACmM/KsW7k3b+N4/ABA5lSq8cIH0/o39f9f3KoYQYab0uDnR4BjZ4Gv3LYAgB+9qiQB+xe2X0+q4kw22hL8V9roTXz3BTXP1z6mVAJzDfxHqUIDNELN02f9hI7/T6v7zSklbml8MfFCXzzoRp1Pv57n/Wj5M/RrJnn2/QG4rlVJIPM4+DfvWVjB9/YpFfFJIzBEZv7iMHAirUT+59qBO2zcu7zuf1ftfrOKtxAUVElBF3cGTTtzPBaNtiaFhRy0nlHoGIDc/a+fUlez0Dq/ZY26kiXoRoCR0G5WvRkoMnf0/xwFXnwPiAFINgE3LAOmLwKnjPEoKejfW7Xj0+q0Mef92seLVQNLvF95H/iTm4CNJfZC0O8e5HheAkJCNwBkHsv++zuDXKq/sSgd/uu1xf47gfnWOR5mVeNe1Qx8adOClW8l+n8woQzDL9682Cik7fDTg8D1KaD3Zn9rrdRTlHA0mmmvLJJOHopERFg8AK+EIgiomo6dAy7OKdXwNx3AiRngRy8DOQl0XgN8Zp19tJDMJZMLRX/pOh7eqwhMNRCmZtpkVreiePEECADLj0SH6WWd1kIgPP6G2sVty4Av36pE/+43gDMX1K6+b8NiEJhGHqXEV263Bwm9AY731Q6gJVF7qnDnT7ynbCS6zDx8QpXJgNi8JPBwmljouoC1f3X7FdDHH30DmMsBG1YosU+m0Vg8exG4pkV5B2begCFg5htIMCf7gDOadsCXbgGusbEjqkkbMp+iv7QR5POG+eUGADL/rWmgSQBzEui4CvjT9cBUBnjikPqbCYJzF4EfGBdNMW5g5xmYBKY3cOgMsGEVcClXTVY7z+WkArxUCIkoFIA6keLXx4DXTiuDb2ubihdkcsCnDZ+fDPzZIRX+pYvJRBPF6GfbVPRQt124FE4AULJZBOe0YwFUAZG9mv2Fd4G9J4tdOEb0fnNCVQxtuQHoug4gCH5yADgxrdjtZPRZeQqvnFISgEmiMDV6ZjbueP0DgBm9PYes9Tizhr84mr98Ol9Qwps66OszZOyF+WS2GSQKiw2gCcD6BkBMABT9DNLY6XFKgicnVWCIuQR6BMwb0Ojz0hhipg3x5dsilR6ubwA0xwGCgDvaLsJHJtPPP/yBKvQg862SQG5gYByArZI5ELc1+Pi7PgCmM5JfuArNRZBuL0uGMkdg5dsXPktwcPfS4PMq9s1xzDAxS9KZlYxQ0wdAlOIAFOPU5Wxm1s6KKfTzqbvLYT7HNWMANCZZixihVp8AYHSPlrxdWpcMMiN8/Pmua1QW0E+LajbQeNf6A4BZ1MGw5z98bDFLybAnDqvYPptOkMcJGBGuB+BraReFRCYU/OPXgVMfWjOW+p4Gn1nu5RbedZMIHOe7L6pevJa+EqlvtzWU9XdPoeCQ1AM6vbCp+0t3P3c96wJZzMHG6l4WdJR7VuCR54ELc6q4xEu0sCymBfiwp2ygbj1AgOvzPBQjcU8dL9bpNPQops1dT7sgCGYxScSxGURa2+rubXh+mWo84KkeICu7IcFbQEPb6Pqx6mdpXBV9HvlgoRiktLS7nJcw9X4ipuIM9CJWXqHSxVFqXkrDRZgOhdgROZsDvv8ScMnMWgiV9uWOXxfACR6qErp8BJpVY7KF2UW3UrUwgEQC51qTQrtiU1UFz8pJIRDqj67MzAGPva5EPsO7zPkHwXyO98NX1IeomE4myFgnQHAxysiQMkPBLIZlsWoEmrYLyHfxdC6g1i/PxfJkD9O/bOWIf/OaGep7Nur8eEwBoNCFpHQw6wb/9s7yDcwq0FDbBVwAQAQ8gULCUVSPn1y4J4BlX+uWqfIv85iXFaHN4g7uaJ4INr84wtLzrAReeFs99Ve3Fx8O/ZfnVd3hXdeqbxOFuXnxAOYBENaLoZwITWnA3ct6APN0L/tTbFOEXxFXP3OnT11UI5HxhY2HPnjYhCqFpeY8+8BWGGnk89/fB9AOYWPRCXMLYW1eDMB5APCHqBaGEAisDWCI+PDZ4ttDSplEYKxfody79uUKKOapI55J4Glg2gIsJqF6IYAIMvZh/2MGQG5bA3ymLXgI0IATAj3ml0G8VmxLieOtS4SnlYXufoByydoUUwdHeUhkdk6dLqbzwCNndO8KG5nO8DGZblYHs2bwJweLgWQGmFgbyDgBG08OXx+AB1K0IAv/3ctHPP1cExO6G0LKBYDu82Q+q4a52ynSWTlUGEFkKpht+ZJiu4L/T8/g8+1Ac6JY/ejObdcvlRSWRWc8vSUlRt3S9mXdEKJzRrDcFwzL86ynZ7qYzW+tAA3Knx5Qhaa0GcotrHQ706f16T6J0ZYk+r3cE1SEuHRGTgDYHBZGVWIdhcz3WhlcuJ7CdDGDUn/crozJcprbDtYCAeDpY5PFAIiYO+iV2Nz15udcyk0Xc+7CqiPeKPLAxvJAoPO5WOOr7KMugTttEBQBoJ7VQCHzGS9wqiX0AiyCwKxBqBYIjPA9v9LuJK0n4gn0ul0XE5m7gr0wpbSveYqmnDF0nw3qWhm3gI4OCHQkyiIA6NwXoEuMsPSjH8/IX2ausiuiIcjawXJtAXOVgYBAYjKVRKedYWj3vYDQJ4cqy8rwjO4GAq502uWGdyfjsvHFkPDw2n4lAoOphHjQaalOIHACkSUAqF/SWUy6BR6iQLt6WaMERlqTot8rCBheTiTQYWcM2h539BKCrBcih/09dEBAvuWAYW5eMh8x9JnXyBu5hS359xQYa4ljp+N51ygUioSdaUGvjyBIJbDdLdpHKV7YxyqxxNyBIwDq0SMImiE1Gk870GOuz+oEGN1E1xPvUTo6ViNm1GpaTyCwC/O7AoChRwnsq9VbNuZ1pIA2CCy9BIk9rgDg9OmMHAbw9QYzQkkBLRAYkcNRAMoIBPYLoE8LAAYI6j5TGEr26i3KUyFo4ZDaANBMReott9ErUAq41RI4TaYNAA4ShWNkgVI2QoPZVRO5vYItAIbGZYcQWJZZiv2DncIoh8x/XCLSN4u6ESSqfw8UAEPjeaOvj1+kBLCuqQmd37hb8Gfz+0Juueio0jGS6/ZTDGq+6CIJMLhPLk+cx9lYDO1k+kPPyBEhMDnQJQbNh1g4ks1iopErqDhe9scT6JnLYBgC91vN5hbrd1vhIgB851nZlsvhWLYZKyj6DWmAgS6xrXCwhlHoRtry/s4a/1QSHWY4l6FcKbCtcNOxT0ygpyUp6KH5apY2gLHrt1AFCIHOWAwdpgoonKURKvZFc9eHuKtjQHcpY/Mle3NoQw7dsgkTfr4VXDq5rRH48F7Zk8uhrakJo1bMNwdqZA1d+empgx3zPQ3iobMnN9Bu3AYIPFDcoWu1mc+lBAIADsQDpshhpGEY+gNDLZgfCADoNSQvqPLkTSuxfuNq7IwJhODTCv4YUYunsjkc3f8+Bo7M4v8KYy5cixmPKVxXaWymnDWXLQGGxiVjAmaCoZy1XPbPSon9O+4VHSYhaIdJid2lhJESUzvu1f80nBNhywYA3cY5oOhI8uqlaLk+hfWXPUc1CHAijSOnL2CGXePAZKHBzd0PgEG50jZR6pZrTGXZpWwA+J248Vw4KNAAQDj4ULNVBA6Abz8ru8Ul9SVyITCVbUY/DRsjxLxLSmhdYSYEHh3oEiMch2rm0iXssqHSxI57xfZKU/ChZ+QjAOb1c6XnM+g3T4NKzRc4AIbGZR8TSeaCYzH0Ua8ZIeY8QzXbSBEAcvlSZyvwBKYPndb10LjkBQ1a4NV8P51u8zTQ6eynT+AA8LOIxjO1o0ADALWjfShmjhwACgNPoaCgsnWOO+VLwrJOq3VEDgCGLrbMjdeK0EEGZqr9DpEDgFXgqdpEK50vlsPUQJf/nHwt1///89bqDjCPWPAAAAAASUVORK5CYII=");background-position:50%}',""]),t.exports=e},"359a":function(t,e,a){"use strict";a.r(e);var i=a("8cc9"),n=a("7772");for(var r in n)["default"].indexOf(r)<0&&function(t){a.d(e,t,(function(){return n[t]}))}(r);a("b9f4");var o=a("f0c5"),s=Object(o["a"])(n["default"],i["b"],i["c"],!1,null,"36523dde",null,!1,i["a"],void 0);e["default"]=s.exports},3892:function(t,e,a){"use strict";a.d(e,"b",(function(){return n})),a.d(e,"c",(function(){return r})),a.d(e,"a",(function(){return i}));var i={uniIcons:a("49ce").default},n=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[a("headerIndex",{attrs:{_i:1}}),a("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[a("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3},on:{click:function(e){return t.$handleViewEvent(e)}}},[a("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[a("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[a("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[t._v("\u7528\u6237\u7ba1\u7406")])],1),a("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},[a("uni-icons",{attrs:{_i:8}})],1)],1)],1),a("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9},on:{click:function(e){return t.$handleViewEvent(e)}}},[a("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[a("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[a("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}},[t._v("\u5361\u7247\u7ba1\u7406")])],1),a("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[a("uni-icons",{attrs:{_i:14}})],1)],1)],1),a("uni-view",{staticClass:t._$g(15,"sc"),attrs:{_i:15},on:{click:function(e){return t.$handleViewEvent(e)}}},[a("uni-view",{staticClass:t._$g(16,"sc"),attrs:{_i:16}},[a("uni-view",{staticClass:t._$g(17,"sc"),attrs:{_i:17}},[a("uni-view",{staticClass:t._$g(18,"sc"),attrs:{_i:18}},[t._v("\u4f30\u5206\u5386\u53f2")])],1),a("uni-view",{staticClass:t._$g(19,"sc"),attrs:{_i:19}},[a("uni-icons",{attrs:{_i:20}})],1)],1)],1),a("uni-view",{staticClass:t._$g(21,"sc"),attrs:{_i:21},on:{click:function(e){return t.$handleViewEvent(e)}}},[a("uni-view",{staticClass:t._$g(22,"sc"),attrs:{_i:22}},[a("uni-view",{staticClass:t._$g(23,"sc"),attrs:{_i:23}},[a("uni-view",{staticClass:t._$g(24,"sc"),attrs:{_i:24}},[t._v("\u91cd\u7f6e\u5bc6\u7801")])],1),a("uni-view",{staticClass:t._$g(25,"sc"),attrs:{_i:25}},[a("uni-icons",{attrs:{_i:26}})],1)],1)],1)],1),t._$g(27,"i")?a("uni-view",{staticClass:t._$g(27,"sc"),attrs:{_i:27},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u9000\u51fa\u767b\u5f55")]):t._e()],1)},r=[]},3946:function(t,e,a){"use strict";a.r(e);var i=a("a370"),n=a("f436");for(var r in n)["default"].indexOf(r)<0&&function(t){a.d(e,t,(function(){return n[t]}))}(r);a("f0b3");var o=a("f0c5"),s=Object(o["a"])(n["default"],i["b"],i["c"],!1,null,"63045544",null,!1,i["a"],void 0);e["default"]=s.exports},"3a91":function(t,e,a){"use strict";a.r(e);var i=a("8f56"),n=a.n(i);for(var r in i)["default"].indexOf(r)<0&&function(t){a.d(e,t,(function(){return i[t]}))}(r);e["default"]=n.a},"3adc":function(t,e,a){var i=a("3d73");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var n=a("7f7e").default;n("fd244e20",i,!0,{sourceMap:!1,shadowMode:!1})},"3b57":function(t,e,a){var i=a("1b7b");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var n=a("7f7e").default;n("c946d6c0",i,!0,{sourceMap:!1,shadowMode:!1})},"3ca2":function(t,e,a){"use strict";a.r(e);var i=a("9288"),n=a("c9d0");for(var r in n)["default"].indexOf(r)<0&&function(t){a.d(e,t,(function(){return n[t]}))}(r);a("76d7");var o=a("f0c5"),s=Object(o["a"])(n["default"],i["b"],i["c"],!1,null,"5ae4aa0c",null,!1,i["a"],void 0);e["default"]=s.exports},"3d2e":function(t,e,a){var i=a("f0aa");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var n=a("7f7e").default;n("7894fa42",i,!0,{sourceMap:!1,shadowMode:!1})},"3d73":function(t,e,a){var i=a("24fb");e=i(!1),e.push([t.i,'@charset "UTF-8";.boxTime[data-v-5b279148]{display:flex;justify-content:center;align-items:center;background-color:#fff;border-radius:10px 10px 0 0}.boxTime .one[data-v-5b279148]{width:80%;display:flex;line-height:25px;justify-content:space-between;align-items:center}.box[data-v-5b279148]{width:100%;padding:0;margin:0;display:flex;flex-wrap:wrap;border-radius:0 0 10px 10px;justify-content:space-between}.box .listC[data-v-5b279148]{background-color:#fff}.box .listC .name[data-v-5b279148]{width:20%;padding:0 15px;font-size:14px;text-align:center;border-radius:5px;height:30px;line-height:30px}.box .listC .active2[data-v-5b279148]{color:#fff;background:linear-gradient(90deg,#477eff,#39d9c9)}.box .blockC[data-v-5b279148]{clear:both;width:100%;height:250px;background-color:#fff;border-radius:0 0 10px 10px;padding-bottom:15px}.gridList[data-v-5b279148]{margin:0!important;width:100%!important}.gridList .data .item[data-v-5b279148]{display:block!important}',""]),t.exports=e},"3d96":function(t,e,a){var i=a("24fb");e=i(!1),e.push([t.i,'@charset "UTF-8";.wrapper[data-v-4a112be0]{position:fixed;left:0;right:0;top:0;bottom:0;z-index:999}.wrapper .bg[data-v-4a112be0]{position:fixed;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,.4);z-index:99}@-webkit-keyframes wrapper_box-data-v-4a112be0{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes wrapper_box-data-v-4a112be0{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}',""]),t.exports=e},"3ed0":function(t,e,a){"use strict";a.r(e);var i=a("a746"),n=a("d077");for(var r in n)["default"].indexOf(r)<0&&function(t){a.d(e,t,(function(){return n[t]}))}(r);a("43d9");var o=a("f0c5"),s=Object(o["a"])(n["default"],i["b"],i["c"],!1,null,"51e04818",null,!1,i["a"],void 0);e["default"]=s.exports},"3f9c":function(t,e,a){"use strict";a.d(e,"b",(function(){return i})),a.d(e,"c",(function(){return n})),a.d(e,"a",(function(){}));var i=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[a("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[a("uni-view",{class:t._$g(2,"c"),attrs:{_i:2},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u62a5\u544a")]),a("uni-view",{class:t._$g(3,"c"),attrs:{_i:3},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u66f2\u7ebf")])],1),t._$g(4,"i")?a("uni-view",{attrs:{_i:4}},[a("report",{attrs:{_i:5}})],1):t._e(),t._$g(6,"i")?a("uni-view",{attrs:{_i:6}},[a("charts",{attrs:{_i:7}})],1):t._e()],1)},n=[]},"3fd8":function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i=["#1890FF","#91CB74","#FAC858","#EE6666","#73C0DE","#3CA272","#FC8452","#9A60B4","#ea7ccc"],n={type:["pie","ring","rose","word","funnel","map","arcbar","line","column","mount","bar","area","radar","gauge","candle","mix","tline","tarea","scatter","bubble","demotype"],range:["\u997c\u72b6\u56fe","\u5706\u73af\u56fe","\u73ab\u7470\u56fe","\u8bcd\u4e91\u56fe","\u6f0f\u6597\u56fe","\u5730\u56fe","\u5706\u5f27\u8fdb\u5ea6\u6761","\u6298\u7ebf\u56fe","\u67f1\u72b6\u56fe","\u5c71\u5cf0\u56fe","\u6761\u72b6\u56fe","\u533a\u57df\u56fe","\u96f7\u8fbe\u56fe","\u4eea\u8868\u76d8","K\u7ebf\u56fe","\u6df7\u5408\u56fe","\u65f6\u95f4\u8f74\u6298\u7ebf","\u65f6\u95f4\u8f74\u533a\u57df","\u6563\u70b9\u56fe","\u6c14\u6ce1\u56fe","\u81ea\u5b9a\u4e49\u7c7b\u578b"],categories:["line","column","mount","bar","area","radar","gauge","candle","mix","demotype"],instance:{},option:{},formatter:{yAxisDemo1:function(t,e,a){return t+"\u5143"},yAxisDemo2:function(t,e,a){return t.toFixed(2)},xAxisDemo1:function(t,e,a){return t+"\u5e74"},xAxisDemo2:function(t,e,a){return function(t,e){var a=new Date;a.setTime(1e3*t);var i=a.getFullYear(),n=a.getMonth()+1;n=n<10?"0"+n:n;var r=a.getDate();r=r<10?"0"+r:r;var o=a.getHours();o=o<10?"0"+o:o;var s=a.getMinutes(),l=a.getSeconds();return s=s<10?"0"+s:s,l=l<10?"0"+l:l,"full"==e?i+"-"+n+"-"+r+" "+o+":"+s+":"+l:"y-m-d"==e?i+"-"+n+"-"+r:"h:m"==e?o+":"+s:"h:m:s"==e?o+":"+s+":"+l:[i,n,r,o,s,l]}(t,"h:m")},seriesDemo1:function(t,e,a,i){return t+"\u5143"},tooltipDemo1:function(t,e,a,i){return 0==a?"\u968f\u4fbf\u7528"+t.data+"\u5e74":"\u5176\u4ed6\u6211\u6ca1\u6539"+t.data+"\u5929"},pieDemo:function(t,e,a,i){if(void 0!==e)return a[e].name+"\uff1a"+a[e].data+"\u5143"}},demotype:{type:"line",color:i,padding:[15,10,0,15],xAxis:{disableGrid:!0},yAxis:{gridType:"dash",dashLength:2},legend:{},extra:{line:{type:"curve",width:2}}},pie:{type:"pie",color:i,padding:[5,5,5,5],extra:{pie:{activeOpacity:.5,activeRadius:10,offsetAngle:0,labelWidth:15,border:!0,borderWidth:3,borderColor:"#FFFFFF"}}},ring:{type:"ring",color:i,padding:[5,5,5,5],rotate:!1,dataLabel:!0,legend:{show:!0,position:"right",lineHeight:25},title:{name:"\u6536\u76ca\u7387",fontSize:15,color:"#666666"},subtitle:{name:"70%",fontSize:25,color:"#7cb5ec"},extra:{ring:{ringWidth:30,activeOpacity:.5,activeRadius:10,offsetAngle:0,labelWidth:15,border:!0,borderWidth:3,borderColor:"#FFFFFF"}}},rose:{type:"rose",color:i,padding:[5,5,5,5],legend:{show:!0,position:"left",lineHeight:25},extra:{rose:{type:"area",minRadius:50,activeOpacity:.5,activeRadius:10,offsetAngle:0,labelWidth:15,border:!1,borderWidth:2,borderColor:"#FFFFFF"}}},word:{type:"word",color:i,extra:{word:{type:"normal",autoColors:!1}}},funnel:{type:"funnel",color:i,padding:[15,15,0,15],extra:{funnel:{activeOpacity:.3,activeWidth:10,border:!0,borderWidth:2,borderColor:"#FFFFFF",fillOpacity:1,labelAlign:"right"}}},map:{type:"map",color:i,padding:[0,0,0,0],dataLabel:!0,extra:{map:{border:!0,borderWidth:1,borderColor:"#666666",fillOpacity:.6,activeBorderColor:"#F04864",activeFillColor:"#FACC14",activeFillOpacity:1}}},arcbar:{type:"arcbar",color:i,title:{name:"",fontSize:25,color:"#00FF00"},subtitle:{name:"",fontSize:15,color:"#666666"},extra:{arcbar:{type:"circle",width:12,backgroundColor:"#E9E9E9",startAngle:1.5,endAngle:.25,gap:2}}},line:{type:"line",color:i,padding:[15,10,0,15],xAxis:{disableGrid:!0},yAxis:{gridType:"dash",dashLength:2},legend:{},extra:{line:{type:"straight",width:2,activeType:"hollow"}}},tline:{type:"line",color:i,padding:[15,10,0,15],xAxis:{disableGrid:!1,boundaryGap:"justify"},yAxis:{gridType:"dash",dashLength:2,data:[{min:0,max:80}]},legend:{},extra:{line:{type:"curve",width:2,activeType:"hollow"}}},tarea:{type:"area",color:i,padding:[15,10,0,15],xAxis:{disableGrid:!0,boundaryGap:"justify"},yAxis:{gridType:"dash",dashLength:2,data:[{min:0,max:80}]},legend:{},extra:{area:{type:"curve",opacity:.2,addLine:!0,width:2,gradient:!0,activeType:"hollow"}}},column:{type:"column",color:i,padding:[15,15,0,5],xAxis:{disableGrid:!0},yAxis:{gridType:"dash",disableGrid:!0,gridColor:"#ffffff",data:[{min:0}]},extra:{column:{type:"group",width:30,activeBgColor:"#000000",activeBgOpacity:.08}}},mount:{type:"mount",color:i,padding:[15,15,0,5],xAxis:{disableGrid:!0},yAxis:{data:[{min:0}]},legend:{},extra:{mount:{type:"mount",widthRatio:1.5}}},bar:{type:"bar",color:i,padding:[15,30,0,5],xAxis:{boundaryGap:"justify",disableGrid:!1,min:0,axisLine:!1},yAxis:{},legend:{},extra:{bar:{type:"group",width:30,meterBorde:1,meterFillColor:"#FFFFFF",activeBgColor:"#000000",activeBgOpacity:.08}}},area:{type:"area",color:i,padding:[15,15,0,15],xAxis:{disableGrid:!0},yAxis:{gridType:"dash",disableGrid:!0,gridColor:"#ffffff",data:[{tofix:1,min:0}]},legend:{show:!1},extra:{area:{type:"curve",opacity:.2,addLine:!0,width:2,gradient:!1,activeType:"hollow"}}},radar:{type:"radar",color:i,padding:[5,5,5,5],dataLabel:!1,legend:{show:!0,position:"right",lineHeight:25},extra:{radar:{gridType:"radar",gridColor:"#CCCCCC",gridCount:3,opacity:.2,max:200,labelShow:!0}}},gauge:{type:"gauge",color:i,title:{name:"66Km/H",fontSize:25,color:"#2fc25b",offsetY:50},subtitle:{name:"\u5b9e\u65f6\u901f\u5ea6",fontSize:15,color:"#1890ff",offsetY:-50},extra:{gauge:{type:"default",width:30,labelColor:"#666666",startAngle:.75,endAngle:.25,startNumber:0,endNumber:100,labelFormat:"",splitLine:{fixRadius:0,splitNumber:10,width:30,color:"#FFFFFF",childNumber:5,childWidth:12},pointer:{width:24,color:"auto"}}}},candle:{type:"candle",color:i,padding:[15,15,0,15],enableScroll:!0,enableMarkLine:!0,dataLabel:!1,xAxis:{labelCount:4,itemCount:40,disableGrid:!0,gridColor:"#CCCCCC",gridType:"solid",dashLength:4,scrollShow:!0,scrollAlign:"left",scrollColor:"#A6A6A6",scrollBackgroundColor:"#EFEBEF"},yAxis:{},legend:{},extra:{candle:{color:{upLine:"#f04864",upFill:"#f04864",downLine:"#2fc25b",downFill:"#2fc25b"},average:{show:!0,name:["MA5","MA10","MA30"],day:[5,10,20],color:["#1890ff","#2fc25b","#facc14"]}},markLine:{type:"dash",dashLength:5,data:[{value:2150,lineColor:"#f04864",showLabel:!0},{value:2350,lineColor:"#f04864",showLabel:!0}]}}},mix:{type:"mix",color:i,padding:[15,15,0,15],xAxis:{disableGrid:!0},yAxis:{disabled:!1,disableGrid:!1,splitNumber:5,gridType:"dash",dashLength:4,gridColor:"#CCCCCC",padding:10,showTitle:!0,data:[]},legend:{},extra:{mix:{column:{width:20}}}},scatter:{type:"scatter",color:i,padding:[15,15,0,15],dataLabel:!1,xAxis:{disableGrid:!1,gridType:"dash",splitNumber:5,boundaryGap:"justify",min:0},yAxis:{disableGrid:!1,gridType:"dash"},legend:{},extra:{scatter:{}}},bubble:{type:"bubble",color:i,padding:[15,15,0,15],xAxis:{disableGrid:!1,gridType:"dash",splitNumber:5,boundaryGap:"justify",min:0,max:250},yAxis:{disableGrid:!1,gridType:"dash",data:[{min:0,max:150}]},legend:{},extra:{bubble:{border:2,opacity:.5}}}},r=n;e.default=r},4089:function(t,e,a){var i=a("24fb");e=i(!1),e.push([t.i,".container[data-v-2ef93b2c]{width:30px;height:30px;position:relative}.container.loading2[data-v-2ef93b2c]{-webkit-transform:rotate(10deg);transform:rotate(10deg)}.container.loading2 .shape[data-v-2ef93b2c]{border-radius:5px}.container.loading2[data-v-2ef93b2c]{-webkit-animation:rotation 1s infinite;animation:rotation 1s infinite}.container .shape[data-v-2ef93b2c]{position:absolute;width:10px;height:10px;border-radius:1px}.container .shape.shape1[data-v-2ef93b2c]{left:0;background-color:#1890ff}.container .shape.shape2[data-v-2ef93b2c]{right:0;background-color:#91cb74}.container .shape.shape3[data-v-2ef93b2c]{bottom:0;background-color:#fac858}.container .shape.shape4[data-v-2ef93b2c]{bottom:0;right:0;background-color:#e66}.loading2 .shape1[data-v-2ef93b2c]{-webkit-animation:animation2shape1-data-v-2ef93b2c .5s ease 0s infinite alternate;animation:animation2shape1-data-v-2ef93b2c .5s ease 0s infinite alternate}@-webkit-keyframes animation2shape1-data-v-2ef93b2c{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(20px,20px);transform:translate(20px,20px)}}@keyframes animation2shape1-data-v-2ef93b2c{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(20px,20px);transform:translate(20px,20px)}}.loading2 .shape2[data-v-2ef93b2c]{-webkit-animation:animation2shape2-data-v-2ef93b2c .5s ease 0s infinite alternate;animation:animation2shape2-data-v-2ef93b2c .5s ease 0s infinite alternate}@-webkit-keyframes animation2shape2-data-v-2ef93b2c{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-20px,20px);transform:translate(-20px,20px)}}@keyframes animation2shape2-data-v-2ef93b2c{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-20px,20px);transform:translate(-20px,20px)}}.loading2 .shape3[data-v-2ef93b2c]{-webkit-animation:animation2shape3-data-v-2ef93b2c .5s ease 0s infinite alternate;animation:animation2shape3-data-v-2ef93b2c .5s ease 0s infinite alternate}@-webkit-keyframes animation2shape3-data-v-2ef93b2c{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(20px,-20px);transform:translate(20px,-20px)}}@keyframes animation2shape3-data-v-2ef93b2c{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(20px,-20px);transform:translate(20px,-20px)}}.loading2 .shape4[data-v-2ef93b2c]{-webkit-animation:animation2shape4-data-v-2ef93b2c .5s ease 0s infinite alternate;animation:animation2shape4-data-v-2ef93b2c .5s ease 0s infinite alternate}@-webkit-keyframes animation2shape4-data-v-2ef93b2c{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-20px,-20px);transform:translate(-20px,-20px)}}@keyframes animation2shape4-data-v-2ef93b2c{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-20px,-20px);transform:translate(-20px,-20px)}}",""]),t.exports=e},"40ee":function(t,e,a){"use strict";a.d(e,"b",(function(){return n})),a.d(e,"c",(function(){return r})),a.d(e,"a",(function(){return i}));var i={uniCollapse:a("4f6b").default,uniCollapseItem:a("7e94").default,uniIcons:a("49ce").default},n=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("uni-view",{attrs:{_i:0}},[a("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[a("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[t._v("2024\u5e743\u670825\u65e516:23:42")]),a("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[a("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[a("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._v("\u4f53\u91cd")]),a("uni-view",{attrs:{_i:6}},[a("v-uni-text",{attrs:{_i:7}},[t._v("45.3")]),t._v("kg")],1)],1),a("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[a("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[t._v("\u8eab\u9ad8")]),a("uni-view",{attrs:{_i:10}},[a("v-uni-text",{attrs:{_i:11}},[t._v("160.2")]),t._v("CM")],1)],1),a("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}},[a("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[t._v("BMI")]),a("uni-view",{attrs:{_i:14}},[a("v-uni-text",{attrs:{_i:15}},[t._v("23.6")])],1)],1)],1)],1),a("uni-view",{staticClass:t._$g(16,"sc"),attrs:{_i:16}},[a("uni-view",{attrs:{_i:17}},[t._v("\u8eab\u4f53\u5f97\u5206\uff1a91\u5206")]),a("uni-view",{attrs:{_i:18}},[t._v("\u8eab\u4f53\u7c7b\u578b\uff1a\u6807\u51c6")])],1),a("uni-view",{staticClass:t._$g(19,"sc"),attrs:{_i:19}},[a("uni-view",{staticClass:t._$g(20,"sc"),attrs:{_i:20},on:{click:function(e){return t.$handleViewEvent(e)}}},[a("v-uni-text",{staticClass:t._$g(21,"sc"),attrs:{_i:21}}),a("uni-view",{attrs:{_i:22}},[t._v("\u624b\u52a8\u8bb0\u5f55")])],1),a("uni-view",{staticClass:t._$g(23,"sc"),attrs:{_i:23},on:{click:function(e){return t.$handleViewEvent(e)}}},[a("v-uni-text",{staticClass:t._$g(24,"sc"),attrs:{_i:24}}),a("uni-view",{attrs:{_i:25}},[t._v("\u8fde\u63a5\u8bbe\u5907")])],1)],1),a("uni-view",{staticClass:t._$g(26,"sc"),attrs:{_i:26}},[t._v("\u5176\u4ed6\u6570\u636e")]),a("uni-view",{staticClass:t._$g(27,"sc"),attrs:{_i:27}},[a("uni-view",{staticClass:t._$g(28,"sc"),attrs:{_i:28}},[a("uni-collapse",{attrs:{_i:29}},t._l(t._$g(30,"f"),(function(e,i,n,r){return a("uni-collapse-item",{key:e,staticClass:t._$g("30-"+r,"sc"),attrs:{_i:"30-"+r},scopedSlots:t._u([{key:"title",fn:function(e,i,n){return[a("uni-list-item",{staticClass:i._$g("32-"+r+"-"+n,"sc"),attrs:{_i:"32-"+r+"-"+n}},[a("uni-view",{staticClass:i._$g("33-"+r+"-"+n,"sc"),attrs:{_i:"33-"+r+"-"+n}},[a("v-uni-icon",{staticClass:i._$g("34-"+r+"-"+n,"sc"),class:i._$g("34-"+r+"-"+n,"c"),attrs:{_i:"34-"+r+"-"+n}}),t._v(i._$g("33-"+r+"-"+n,"t1-0"))],1),i._$g("35-"+r+"-"+n,"i")?a("uni-view",{staticClass:i._$g("35-"+r+"-"+n,"sc"),attrs:{_i:"35-"+r+"-"+n}},[t._v("-")]):a("uni-view",{staticClass:i._$g("36-"+r,"sc"),attrs:{_i:"36-"+r}},[t._v(i._$g("36-"+r+n,"t0-0")+i._$g("36-"+r+n,"t0-1"))]),a("uni-view",{staticClass:i._$g("37-"+r+"-"+n,"sc"),attrs:{_i:"37-"+r+"-"+n}},[a("uni-view",{staticClass:i._$g("38-"+r+"-"+n,"sc"),class:i._$g("38-"+r+"-"+n,"c"),style:i._$g("38-"+r+"-"+n,"s"),attrs:{_i:"38-"+r+"-"+n}},[t._v(i._$g("38-"+r+"-"+n,"t0-0"))])],1)],1)]}}],null,!0)},[a("uni-view",{staticClass:t._$g("39-"+r,"sc"),attrs:{_i:"39-"+r}},[t._$g("40-"+r,"i")?a("uni-view",{staticClass:t._$g("40-"+r,"sc"),attrs:{_i:"40-"+r}},[t._v(t._$g("40-"+r,"t0-0"))]):t._e(),t._$g("41-"+r,"i")?a("uni-view",{staticClass:t._$g("41-"+r,"sc"),attrs:{_i:"41-"+r}},[t._v("\u672c\u6b21\u8bc4\u5206\uff1a"+t._$g("41-"+r,"t0-0"))]):t._e(),t._$g("42-"+r,"i")?a("uni-view",{class:t._$g("42-"+r,"c"),attrs:{_i:"42-"+r}},[t._$g("43-"+r,"i")?a("uni-view",{staticClass:t._$g("43-"+r,"sc"),attrs:{_i:"43-"+r}},[a("uni-view",{staticClass:t._$g("44-"+r,"sc"),style:t._$g("44-"+r,"s"),attrs:{_i:"44-"+r}},[a("uni-view",{staticClass:t._$g("45-"+r,"sc"),attrs:{_i:"45-"+r}})],1),t._l(t._$g("46-"+r,"f"),(function(e,i,n,o){return a("uni-view",{key:e,staticClass:t._$g("46-"+r+"-"+o,"sc"),style:t._$g("46-"+r+"-"+o,"s"),attrs:{_i:"46-"+r+"-"+o}},[a("uni-view",{staticClass:t._$g("47-"+r+"-"+o,"sc"),attrs:{_i:"47-"+r+"-"+o}},[t._v(t._$g("47-"+r+"-"+o,"t0-0"))]),t._$g("48-"+r+"-"+o,"i")?a("uni-view",{staticClass:t._$g("48-"+r+"-"+o,"sc"),attrs:{_i:"48-"+r+"-"+o}},[t._v(t._$g("48-"+r+"-"+o,"t0-0"))]):t._e()],1)}))],2):a("uni-view",{attrs:{_i:"49-"+r}},[t._$g("50-"+r,"i")?a("uni-view",{staticClass:t._$g("50-"+r,"sc"),attrs:{_i:"50-"+r}},[t._v("\u6807\u51c6\u503c:"+t._$g("50-"+r,"t0-0")+"kcal")]):t._e()],1)],1):t._e()],1)],1)})),1)],1),a("uni-view",{staticClass:t._$g(51,"sc"),attrs:{_i:51}},[a("uni-icons",{attrs:{_i:52}}),t._v("\u6b64\u6d4b\u91cf\u6570\u636e\u4ec5\u4f9b\u53c2\u8003\uff0c\u4e0d\u53ef\u4ee3\u66ff\u533b\u5b66\u4e13\u4e1a\u6d4b\u8bd5\uff01")],1)],1),a("uni-view",{staticClass:t._$g(53,"sc"),attrs:{_i:53}},[a("v-uni-icon",{staticClass:t._$g(54,"sc"),attrs:{_i:54}})],1),a("record",{attrs:{_i:55}})],1)},r=[]},"43d9":function(t,e,a){"use strict";var i=a("f7ca"),n=a.n(i);n.a},4418:function(t,e,a){"use strict";var i=a("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=i(a("645e")),r=i(a("359a")),o={data:function(){return{wxsProps:{}}},components:{record:n.default,headerIndex:r.default}};e.default=o},4467:function(t,e,a){var i=a("24fb");e=i(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-26214a5a]{min-height:100vh;padding-bottom:15px;background-color:#f7f7f7}',""]),t.exports=e},"45b3":function(t,e,a){"use strict";a.d(e,"b",(function(){return i})),a.d(e,"c",(function(){return n})),a.d(e,"a",(function(){}));var i=function(){var t=this.$createElement,e=this._self._c||t;return e("uni-view",{attrs:{_i:0}},[this._t("default",null,{_i:1})],2)},n=[]},"45b9":function(t,e,a){var i=a("24fb");e=i(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-535c99aa]{width:100%;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.bg[data-v-535c99aa]{position:absolute;top:0;width:100%;height:50vh;z-index:9;background:linear-gradient(90deg,#477eff,#39d9c9)}.login[data-v-535c99aa]{width:75%;height:auto;background:#fff;border-radius:10px;padding:10px 15px;background-color:#fff;z-index:99;position:relative;margin-left:calc(10% - 40px);box-shadow:0 1px 5px 2px rgba(223,226,225,.9882352941176471)}.login .title[data-v-535c99aa]{text-align:left;color:#333;font-size:40rpx;font-weight:700;margin-bottom:15px}.login .toggle[data-v-535c99aa]{position:absolute;right:15px;top:20px}.login .editem[data-v-535c99aa]{position:relative;display:flex;align-items:center;font-size:28rpx;justify-content:space-between;flex-wrap:wrap}.login .editem .item[data-v-535c99aa]{width:100%;margin-bottom:15px}.login .editem .item .text[data-v-535c99aa]{font-size:14px;margin-bottom:10px}.login .editem .item .input[data-v-535c99aa]{height:35px;line-height:35px;display:flex;position:relative;border:#dfdfdf 1px solid;padding:0 10px;border-radius:5px}.login .editem .item uni-input[data-v-535c99aa]{height:40px;line-height:40px;position:absolute;left:10px;right:0;z-index:88;font-size:14px}.login .editem .item .yanzhengma uni-input[data-v-535c99aa]{right:120px;font-size:28rpx}.login .editem .code[data-v-535c99aa]{width:110px;background:#dfdfdf;font-size:12px;margin:0;line-height:40px;border-radius:5px;text-align:center;position:absolute;right:0;top:0;bottom:0;z-index:99}.login .editem .forget[data-v-535c99aa]{width:80px;background:#fff;color:#477eff}.login .btngroup[data-v-535c99aa]{width:100%;height:35px;line-height:35px;display:flex;justify-content:center}.login .btngroup uni-text[data-v-535c99aa]{display:block;color:#477eff}.login .btnlogin[data-v-535c99aa]{width:100%;margin:15px 0;height:42px;line-height:42px;background:#fec407;font-weight:700;border-radius:15px;text-align:center;color:#fff!important}.xieyi[data-v-535c99aa]{font-size:12px;color:#477eff}.xieyi uni-text[data-v-535c99aa]{border-bottom:1px solid #477eff}',""]),t.exports=e},"45d1":function(t,e,a){"use strict";var i=a("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=i(a("645e")),r={data:function(){return{wxsProps:{}}},components:{record:n.default}};e.default=r},"461d":function(t,e,a){"use strict";var i=a("3b57"),n=a.n(i);n.a},"462c":function(t,e,a){"use strict";a.r(e);var i=a("45b3"),n=a("b9e3");for(var r in n)["default"].indexOf(r)<0&&function(t){a.d(e,t,(function(){return n[t]}))}(r);var o=a("f0c5"),s=Object(o["a"])(n["default"],i["b"],i["c"],!1,null,"44d8bc26",null,!1,i["a"],void 0);e["default"]=s.exports},"49ce":function(t,e,a){"use strict";a.r(e);var i=a("b6fb"),n=a("9747");for(var r in n)["default"].indexOf(r)<0&&function(t){a.d(e,t,(function(){return n[t]}))}(r);a("32bc");var o=a("f0c5"),s=Object(o["a"])(n["default"],i["b"],i["c"],!1,null,"45a6b600",null,!1,i["a"],void 0);e["default"]=s.exports},"4a0b":function(t,e,a){"use strict";a.d(e,"b",(function(){return i})),a.d(e,"c",(function(){return n})),a.d(e,"a",(function(){}));var i=function(){var t=this.$createElement,e=this._self._c||t;return e("uni-view",{staticClass:this._$g(0,"sc"),attrs:{_i:0}},[e("uni-view",{staticClass:this._$g(1,"sc"),attrs:{_i:1}}),e("uni-view",{staticClass:this._$g(2,"sc"),attrs:{_i:2}}),e("uni-view",{staticClass:this._$g(3,"sc"),attrs:{_i:3}}),e("uni-view",{staticClass:this._$g(4,"sc"),attrs:{_i:4}})],1)},n=[]},"4b49":function(t,e,a){var i=a("45b9");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var n=a("7f7e").default;n("235b1995",i,!0,{sourceMap:!1,shadowMode:!1})},"4c45":function(t,e,a){"use strict";var i=a("3adc"),n=a.n(i);n.a},"4d26":function(t,e,a){"use strict";a.r(e);var i=a("7c63"),n=a("d38f");for(var r in n)["default"].indexOf(r)<0&&function(t){a.d(e,t,(function(){return n[t]}))}(r);a("c3f3");var o=a("f0c5"),s=Object(o["a"])(n["default"],i["b"],i["c"],!1,null,"17d5f22e",null,!1,i["a"],void 0);e["default"]=s.exports},"4ea4":function(t,e){t.exports=function(t){return t&&t.__esModule?t:{default:t}},t.exports.__esModule=!0,t.exports["default"]=t.exports},"4ef9":function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"ren-calendar",props:["weekstart","markDays","headerBar","open","collapsible","disabledAfter"],data:function(){return{wxsProps:{}}},components:{}}},"4f6b":function(t,e,a){"use strict";a.r(e);var i=a("0ef0"),n=a("03f2");for(var r in n)["default"].indexOf(r)<0&&function(t){a.d(e,t,(function(){return n[t]}))}(r);a("751e");var o=a("f0c5"),s=Object(o["a"])(n["default"],i["b"],i["c"],!1,null,"1de8c812",null,!1,i["a"],void 0);e["default"]=s.exports},"4fcd":function(t,e,a){var i=a("24fb");e=i(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-061eb378]{width:100%;padding-top:10px;min-height:100vh;background-color:#000}.top[data-v-061eb378]{background:linear-gradient(90deg,#477eff,#39d9c9);border-radius:10px;margin:0 15px 10px;font-size:14px;padding:15px 10px;color:#fff}.top .status[data-v-061eb378]{margin-bottom:25px}.top .status uni-text[data-v-061eb378]{width:auto;color:#333;background-color:#fff;border-radius:15px;padding:5px 10px}.top .item[data-v-061eb378]{display:flex;justify-content:space-between}.top .item uni-text[data-v-061eb378]{display:block;width:100%;text-align:center;margin-top:15px}.box1[data-v-061eb378]{color:#fff;margin:15px;width:calc(100%- 30px)}.box1 .time[data-v-061eb378]{width:100%;font-size:14px;margin-bottom:20px}.box1 .item[data-v-061eb378]{width:100%;font-size:14px;padding:10px 0;border-radius:15px;display:flex;align-items:center;justify-content:center;margin-bottom:15px;position:relative}.box1 .item .image[data-v-061eb378]{width:80%}.box1 .item .image uni-image[data-v-061eb378]{width:100%}.box1 .item .center[data-v-061eb378]{top:-10px;bottom:20px;position:absolute;width:55px;margin:auto;text-align:center;background-color:#333;border-radius:10px;z-index:9}.box1 .item .level-bg[data-v-061eb378]{position:absolute;width:55px;margin:auto;text-align:center;background-color:#4d6c7b;border-radius:0 0 10px 10px;bottom:0;z-index:19}.box1 .item .level-item[data-v-061eb378]{width:55px;height:100%;position:absolute;z-index:99}.box1 .item .level-item[data-v-061eb378] :last-child{border-bottom:none}.box1 .item .ite[data-v-061eb378]{margin:0 5px;width:calc(100% - 10px);height:40px;line-height:40px;font-size:12px;color:#fff;z-index:99;border-bottom:1px solid #999}.box1 .val[data-v-061eb378]{width:100%;text-align:center;margin:20px 0;color:#fff;font-size:14px}.box1 .val uni-text[data-v-061eb378]{display:block;color:#39d9c9!important;font-size:32px;margin-bottom:10px}.box[data-v-061eb378]{padding:0;display:flex;flex-wrap:wrap;border-radius:10px;margin:15px;width:calc(100%- 30px);justify-content:space-between}.box .data[data-v-061eb378]{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;width:100%}.box .item[data-v-061eb378]{width:47.5%;font-size:14px;background:#fff;padding:10px 0;border-radius:15px;display:flex;align-items:center;justify-content:center;margin-bottom:15px}.box .val[data-v-061eb378]{width:40px;height:40px;border-radius:50%}.box .val uni-image[data-v-061eb378]{width:70%;height:70%}',""]),t.exports=e},"52b7":function(t,e,a){"use strict";var i=a("c004"),n=a.n(i);n.a},5378:function(t,e,a){"use strict";var i=a("cf97"),n=a.n(i);n.a},"539b":function(t,e,a){"use strict";a.r(e);var i=a("0364"),n=a("a72c");for(var r in n)["default"].indexOf(r)<0&&function(t){a.d(e,t,(function(){return n[t]}))}(r);a("d1e8");var o=a("f0c5"),s=Object(o["a"])(n["default"],i["b"],i["c"],!1,null,"30038543",null,!1,i["a"],void 0);e["default"]=s.exports},"57da":function(t,e,a){var i=a("ef29");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var n=a("7f7e").default;n("630fcfa5",i,!0,{sourceMap:!1,shadowMode:!1})},5815:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"qiun-data-charts",props:["type","canvasId","canvas2d","background","animation","chartData","opts","eopts","loadingType","errorShow","errorReload","errorMessage","inScrollView","reshow","reload","disableScroll","optsWatch","onzoom","ontap","ontouch","onmouse","onmovetip","echartsH5","echartsApp","tooltipShow","tooltipFormat","tooltipCustom","startDate","endDate","textEnum","groupEnum","pageScrollTop","directory","tapLegend","menus"],data:function(){return{wxsProps:{}}},components:{}}},5821:function(t,e,a){"use strict";a.r(e);var i=a("10db"),n=a("fce1");for(var r in n)["default"].indexOf(r)<0&&function(t){a.d(e,t,(function(){return n[t]}))}(r);a("d35d");var o=a("f0c5"),s=Object(o["a"])(n["default"],i["b"],i["c"],!1,null,"4fc878e2",null,!1,i["a"],void 0);e["default"]=s.exports},5874:function(t,e,a){"use strict";a.d(e,"b",(function(){return i})),a.d(e,"c",(function(){return n})),a.d(e,"a",(function(){}));var i=function(){var t=this,e=t.$createElement,a=t._self._c||e;return t._$g(0,"i")?a("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[a("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1},on:{click:function(e){return t.$handleViewEvent(e)}}},[a("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2},on:{click:function(e){return t.$handleViewEvent(e,{stop:!0})}}},[a("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v("\u624b\u52a8\u8bb0\u5f55")]),a("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4},on:{click:function(e){return t.$handleViewEvent(e)}}},[a("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._v("\u65e5\u671f")]),a("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[a("v-uni-picker",{attrs:{mode:"date",value:t._$g(7,"a-value"),end:t._$g(7,"a-end"),_i:7},on:{change:function(e){return t.$handleViewEvent(e)}}},[a("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[t._v(t._$g(8,"t0-0"))])],1)],1)],1),t._$g(9,"i")?a("uni-view",{attrs:{_i:9}},[a("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[a("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[t._v("\u8eab\u9ad8")]),a("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}},[a("v-uni-input",{attrs:{type:"digit",placeholder:"\u8bf7\u8f93\u5165\u8eab\u9ad8",_i:13},model:{value:t._$g(13,"v-model"),callback:function(e){t.$handleVModelEvent(13,e)},expression:"height"}}),t._v("cm")],1)],1),a("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[a("uni-view",{staticClass:t._$g(15,"sc"),attrs:{_i:15}},[t._v("\u4f53\u91cd")]),a("uni-view",{staticClass:t._$g(16,"sc"),attrs:{_i:16}},[a("v-uni-input",{attrs:{type:"number",placeholder:"\u8bf7\u8f93\u5165",_i:17},model:{value:t._$g(17,"v-model"),callback:function(e){t.$handleVModelEvent(17,e)},expression:"weight"}}),t._v("\u4e2a")],1)],1)],1):t._e(),t._$g(18,"i")?a("uni-view",{attrs:{_i:18}},[a("uni-view",{staticClass:t._$g(19,"sc"),attrs:{_i:19}},[a("uni-view",{staticClass:t._$g(20,"sc"),attrs:{_i:20}},[t._v("\u65f6\u957f")]),a("uni-view",{staticClass:t._$g(21,"sc"),attrs:{_i:21}},[a("v-uni-picker",{attrs:{mode:"multiSelector",range:t._$g(22,"a-range"),value:t._$g(22,"a-value"),_i:22},on:{change:function(e){return t.$handleViewEvent(e)}}},[a("uni-view",{attrs:{_i:23}},[t._v(t._$g(23,"t0-0")+t._$g(23,"t0-1"))])],1)],1)],1),a("uni-view",{staticClass:t._$g(24,"sc"),attrs:{_i:24}},[a("uni-view",{staticClass:t._$g(25,"sc"),attrs:{_i:25}},[t._v("\u4e2a\u6570")]),a("uni-view",{staticClass:t._$g(26,"sc"),attrs:{_i:26}},[a("v-uni-input",{attrs:{type:"digit",placeholder:"\u8bf7\u8f93\u5165",_i:27},model:{value:t._$g(27,"v-model"),callback:function(e){t.$handleVModelEvent(27,e)},expression:"number"}}),t._v("\u4e2a")],1)],1)],1):t._e(),t._$g(28,"i")?a("uni-view",{attrs:{_i:28}},[a("uni-view",{staticClass:t._$g(29,"sc"),attrs:{_i:29}},[a("uni-view",{staticClass:t._$g(30,"sc"),attrs:{_i:30}},[t._v("\u7b2c\u4e00\u6b21")]),a("uni-view",{staticClass:t._$g(31,"sc"),attrs:{_i:31}},[a("v-uni-input",{attrs:{type:"digit",placeholder:"\u8bf7\u8f93\u5165",_i:32},model:{value:t._$g(32,"v-model"),callback:function(e){t.$handleVModelEvent(32,e)},expression:"number1"}}),t._v("ml")],1)],1),a("uni-view",{staticClass:t._$g(33,"sc"),attrs:{_i:33}},[a("uni-view",{staticClass:t._$g(34,"sc"),attrs:{_i:34}},[t._v("\u7b2c\u4e8c\u6b21")]),a("uni-view",{staticClass:t._$g(35,"sc"),attrs:{_i:35}},[a("v-uni-input",{attrs:{type:"digit",placeholder:"\u8bf7\u8f93\u5165",_i:36},model:{value:t._$g(36,"v-model"),callback:function(e){t.$handleVModelEvent(36,e)},expression:"number2"}}),t._v("ml")],1)],1),a("uni-view",{staticClass:t._$g(37,"sc"),attrs:{_i:37}},[a("uni-view",{staticClass:t._$g(38,"sc"),attrs:{_i:38}},[t._v("\u7b2c\u4e09\u6b21")]),a("uni-view",{staticClass:t._$g(39,"sc"),attrs:{_i:39}},[a("v-uni-input",{attrs:{type:"digit",placeholder:"\u8bf7\u8f93\u5165",_i:40},model:{value:t._$g(40,"v-model"),callback:function(e){t.$handleVModelEvent(40,e)},expression:"number3"}}),t._v("ml")],1)],1)],1):t._e(),a("uni-view",{staticClass:t._$g(41,"sc"),attrs:{_i:41},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u53d6\u6d88")]),a("uni-view",{staticClass:t._$g(42,"sc"),attrs:{_i:42},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u786e\u5b9a")])],1)],1)],1):t._e()},n=[]},"5a43":function(t,e){t.exports=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var a=0,i=new Array(e);a1?e-1:0),i=1;it.end.x||e.end.xt.start.y||e.start.y1&&(n.extra.mount.widthRatio>2&&(n.extra.mount.widthRatio=2),o+=(n.extra.mount.widthRatio-1)*a.eachSpacing);var s=e;return e>=0?(s=0,t.uevent.trigger("scrollLeft"),t.scrollOption.position="left",n.xAxis.scrollPosition="left"):Math.abs(e)>=o-r?(s=r-o,t.uevent.trigger("scrollRight"),t.scrollOption.position="right",n.xAxis.scrollPosition="right"):(t.scrollOption.position=e,n.xAxis.scrollPosition=e),s}function f(t,e,a){function i(t){while(t<0)t+=2*Math.PI;while(t>2*Math.PI)t-=2*Math.PI;return t}return t=i(t),e=i(e),a=i(a),e>a&&(a+=2*Math.PI,t=e&&t<=a}function p(t,e){function a(t,e){return!(!t[e-1]||!t[e+1])&&(t[e].y>=Math.max(t[e-1].y,t[e+1].y)||t[e].y<=Math.min(t[e-1].y,t[e+1].y))}function i(t,e){return!(!t[e-1]||!t[e+1])&&(t[e].x>=Math.max(t[e-1].x,t[e+1].x)||t[e].x<=Math.min(t[e-1].x,t[e+1].x))}var n=.2,r=.2,o=null,s=null,l=null,c=null;if(e<1?(o=t[0].x+(t[1].x-t[0].x)*n,s=t[0].y+(t[1].y-t[0].y)*n):(o=t[e].x+(t[e+1].x-t[e-1].x)*n,s=t[e].y+(t[e+1].y-t[e-1].y)*n),e>t.length-3){var d=t.length-1;l=t[d].x-(t[d].x-t[d-1].x)*r,c=t[d].y-(t[d].y-t[d-1].y)*r}else l=t[e+1].x-(t[e+2].x-t[e].x)*r,c=t[e+1].y-(t[e+2].y-t[e].y)*r;return a(t,e+1)&&(c=t[e+1].y),a(t,e)&&(s=t[e].y),i(t,e+1)&&(l=t[e+1].x),i(t,e)&&(o=t[e].x),(s>=Math.max(t[e].y,t[e+1].y)||s<=Math.min(t[e].y,t[e+1].y))&&(s=t[e].y),(c>=Math.max(t[e].y,t[e+1].y)||c<=Math.min(t[e].y,t[e+1].y))&&(c=t[e+1].y),(o>=Math.max(t[e].x,t[e+1].x)||o<=Math.min(t[e].x,t[e+1].x))&&(o=t[e].x),(l>=Math.max(t[e].x,t[e+1].x)||l<=Math.min(t[e].x,t[e+1].x))&&(l=t[e+1].x),{ctrA:{x:o,y:s},ctrB:{x:l,y:c}}}function h(t,e,a){return{x:a.x+t,y:a.y-e}}function g(t,e){if(e)while(l.isCollision(t,e))t.start.x>0?t.start.y--:t.start.x<0||t.start.y>0?t.start.y++:t.start.y--;return t}function v(t,e,a){for(var i=0,n=0;n=1e4?1e3:i>=1e3?100:i>=100?10:i>=10?5:i>=1?1:i>=.1?.1:i>=.01?.01:i>=.001?.001:i>=1e-4?1e-4:i>=1e-5?1e-5:1e-6,{minRange:d(t,"lower",a),maxRange:d(e,"upper",a)}}function m(t,e,a){var i=0;if(t=String(t),!1!==a&&void 0!==a&&a.setFontSize&&a.measureText)return a.setFontSize(e),a.measureText(t).width;t=t.split("");for(var n=0;n-1;if(r)for(var o=z(t),s=0;s5&&void 0!==arguments[5]?arguments[5]:{},o=e.chartData.calPoints?e.chartData.calPoints:[],s={};if(i.length>0){for(var l=[],c=0;c0&&(i=n[a]),{text:r.formatter?r.formatter(t,i,a,e):t.name+": "+t.data,color:t.color,legendShape:"auto"==e.extra.tooltip.legendShape?t.legendShape:e.extra.tooltip.legendShape}})),f={x:Math.round(s.x),y:Math.round(s.y)};return{textList:u,offset:f}}function A(t,e,a,i){var n=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{},r=e.chartData.xAxisPoints[a]+e.chartData.eachSpacing/2,o=t.map((function(t){return{text:n.formatter?n.formatter(t,i[a],a,e):t.name+": "+t.data,color:t.color,disableLegend:!!t.disableLegend,legendShape:"auto"==e.extra.tooltip.legendShape?t.legendShape:e.extra.tooltip.legendShape}}));o=o.filter((function(t){if(!0!==t.disableLegend)return t}));var s={x:Math.round(r),y:0};return{textList:o,offset:s}}function S(t,e,a,i,n,r){var o=a.chartData.calPoints,s=r.color.upFill,l=r.color.downFill,c=[s,s,l,s],d=[];e.map((function(e){0==i?e.data[1]-e.data[0]<0?c[1]=l:c[1]=s:(e.data[0]t[i-1][1]&&(c[2]=s),e.data[3]=e.area[3]-10&&t.y>=e.area[0]&&t.y<=e.height-e.area[2]}function P(t,e,a){return Math.pow(t.x-e.x,2)+Math.pow(t.y-e.y,2)<=Math.pow(a,2)}function T(t,e){var a=[],i=[];return t.forEach((function(t,n){e.connectNulls?null!==t&&i.push(t):null!==t?i.push(t):(i.length&&a.push(i),i=[])})),i.length&&a.push(i),a}function F(t,e,a,i,n){var r={angle:0,xAxisHeight:e.xAxis.lineHeight*e.pix+e.xAxis.marginTop*e.pix},o=e.xAxis.fontSize*e.pix,s=t.map((function(t,a){var i=e.xAxis.formatter?e.xAxis.formatter(t,a,e):t;return m(String(i),o,n)})),l=Math.max.apply(this,s);if(1==e.xAxis.rotateLabel){r.angle=e.xAxis.rotateAngle*Math.PI/180;var c=e.xAxis.marginTop*e.pix*2+Math.abs(l*Math.sin(r.angle));c=c4&&void 0!==arguments[4]?arguments[4]:-1;n="stack"==i?w(t,e.categories.length):_(t);var s=[];n=n.filter((function(t){return"object"===(0,r.default)(t)&&null!==t?t.constructor.toString().indexOf("Array")>-1?null!==t:null!==t.value:null!==t})),n.map((function(t){"object"===(0,r.default)(t)?t.constructor.toString().indexOf("Array")>-1?"candle"==e.type?t.map((function(t){s.push(t)})):s.push(t[0]):s.push(t.value):s.push(t)}));var l=0,c=0;if(s.length>0&&(l=Math.min.apply(this,s),c=Math.max.apply(this,s)),o>-1?("number"===typeof e.xAxis.data[o].min&&(l=Math.min(e.xAxis.data[o].min,l)),"number"===typeof e.xAxis.data[o].max&&(c=Math.max(e.xAxis.data[o].max,c))):("number"===typeof e.xAxis.min&&(l=Math.min(e.xAxis.min,l)),"number"===typeof e.xAxis.max&&(c=Math.max(e.xAxis.max,c))),l===c){var d=c||10;c+=d}for(var u=l,f=c,p=[],h=(f-u)/e.xAxis.splitNumber,g=0;g<=e.xAxis.splitNumber;g++)p.push(u+h*g);return p}(t,e,a,n.type),o.rangesFormat=o.ranges.map((function(t){return t=l.toFixed(t,2),t}));var c=o.ranges.map((function(t){return t=l.toFixed(t,2),t}));o=Object.assign(o,q(c,e,a));o.eachSpacing,c.map((function(t){return m(t,e.xAxis.fontSize*e.pix,i)}));return!0===e.xAxis.disabled&&(o.xAxisHeight=0),o}function D(t,e,a,i,n){var r=arguments.length>5&&void 0!==arguments[5]?arguments[5]:1,o=n.extra.radar||{};o.max=o.max||0;for(var s=Math.max(o.max,Math.max.apply(null,_(i))),l=[],c=function(n){var o=i[n],c={};c.color=o.color,c.legendShape=o.legendShape,c.pointShape=o.pointShape,c.data=[],o.data.forEach((function(i,n){var o={};o.angle=t[n],o.proportion=i/s,o.value=i,o.position=h(a*o.proportion*r*Math.cos(o.angle),a*o.proportion*r*Math.sin(o.angle),e),c.data.push(o)})),l.push(c)},d=0;d2&&void 0!==arguments[2]?arguments[2]:1,i=0,n=0,r=0;r4&&void 0!==arguments[4]?arguments[4]:1,r=0;r4&&void 0!==arguments[4]?arguments[4]:1,r=0,o=0,s=[],l=0;l2&&void 0!==arguments[2]?arguments[2]:1;1==a&&(a=.999999);for(var i=0;i=2&&(n._proportion_=n._proportion_%2)}return t}function I(t,e){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1;1==a&&(a=.999999);for(var i=0;i=2&&(n._proportion_=n._proportion_%2)}return t}function H(t,e,a){var i;i=a=2&&(t[r]._endAngle_=t[r]._endAngle_%2),n=t[r]._endAngle_;return t}function W(t,e,a){for(var i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1,n=0;n=a.oldData?r._proportion_=(r._endAngle_-r._oldAngle_)*i+a.oldAngle:r._proportion_=r._oldAngle_-(r._oldAngle_-r._endAngle_)*i,r._proportion_>=2&&(r._proportion_=r._proportion_%2)}return t}function R(t,e,a,i,n,r){return t.map((function(t){if(null===t)return null;var n=0,o=0;return"mix"==r.type?(n=r.extra.mix.column.seriesGap*r.pix||0,o=r.extra.mix.column.categoryGap*r.pix||0):(n=r.extra.column.seriesGap*r.pix||0,o=r.extra.column.categoryGap*r.pix||0),n=Math.min(n,e/a),o=Math.min(o,e/a),t.width=Math.ceil((e-2*o-n*(a-1))/a),r.extra.mix&&r.extra.mix.column.width&&+r.extra.mix.column.width>0&&(t.width=Math.min(t.width,+r.extra.mix.column.width*r.pix)),r.extra.column&&r.extra.column.width&&+r.extra.column.width>0&&(t.width=Math.min(t.width,+r.extra.column.width*r.pix)),t.width<=0&&(t.width=1),t.x+=(i+.5-a/2)*(t.width+n),t}))}function G(t,e,a,i,n,r){return t.map((function(t){if(null===t)return null;var n=0,o=0;return n=r.extra.bar.seriesGap*r.pix||0,o=r.extra.bar.categoryGap*r.pix||0,n=Math.min(n,e/a),o=Math.min(o,e/a),t.width=Math.ceil((e-2*o-n*(a-1))/a),r.extra.bar&&r.extra.bar.width&&+r.extra.bar.width>0&&(t.width=Math.min(t.width,+r.extra.bar.width*r.pix)),t.width<=0&&(t.width=1),t.y+=(i+.5-a/2)*(t.width+n),t}))}function Y(t,e,a,i,n,r,o){var s=r.extra.column.categoryGap*r.pix||0;return t.map((function(t){return null===t?null:(t.width=e-2*s,r.extra.column&&r.extra.column.width&&+r.extra.column.width>0&&(t.width=Math.min(t.width,+r.extra.column.width*r.pix)),i>0&&(t.width-=o),t)}))}function N(t,e,a,i,n,r,o){var s=r.extra.column.categoryGap*r.pix||0;return t.map((function(t,a){return null===t?null:(t.width=Math.ceil(e-2*s),r.extra.column&&r.extra.column.width&&+r.extra.column.width>0&&(t.width=Math.min(t.width,+r.extra.column.width*r.pix)),t.width<=0&&(t.width=1),t)}))}function X(t,e,a,i,n,r,o){var s=r.extra.bar.categoryGap*r.pix||0;return t.map((function(t,a){return null===t?null:(t.width=Math.ceil(e-2*s),r.extra.bar&&r.extra.bar.width&&+r.extra.bar.width>0&&(t.width=Math.min(t.width,+r.extra.bar.width*r.pix)),t.width<=0&&(t.width=1),t)}))}function q(t,e,a){var i=e.width-e.area[1]-e.area[3],n=e.enableScroll?Math.min(e.xAxis.itemCount,t.length):t.length;("line"==e.type||"area"==e.type||"scatter"==e.type||"bubble"==e.type||"bar"==e.type)&&n>1&&"justify"==e.xAxis.boundaryGap&&(n-=1);var r=0;"mount"==e.type&&e.extra&&e.extra.mount&&e.extra.mount.widthRatio&&e.extra.mount.widthRatio>1&&(e.extra.mount.widthRatio>2&&(e.extra.mount.widthRatio=2),r=e.extra.mount.widthRatio-1,n+=r);var o=i/n,s=[],l=e.area[3],c=e.width-e.area[1];return t.forEach((function(t,e){s.push(l+r/2*o+e*o)})),"justify"!==e.xAxis.boundaryGap&&(!0===e.enableScroll?s.push(l+r*o+t.length*o):s.push(c)),{xAxisPoints:s,startX:l,endX:c,eachSpacing:o}}function U(t,e,a,i,n,r,o){var s=arguments.length>7&&void 0!==arguments[7]?arguments[7]:1,l=[],c=r.height-r.area[0]-r.area[2];return t.forEach((function(t,o){if(null===t)l.push(null);else{var d=[];t.forEach((function(t,l){var u={};u.x=i[o]+Math.round(n/2);var f=t.value||t,p=c*(f-e)/(a-e);p*=s,u.y=r.height-Math.round(p)-r.area[2],d.push(u)})),l.push(d)}})),l}function J(t,e,a,i,n,o,s){var l=arguments.length>7&&void 0!==arguments[7]?arguments[7]:1,c="center";"line"!=o.type&&"area"!=o.type&&"scatter"!=o.type&&"bubble"!=o.type||(c=o.xAxis.boundaryGap);var d=[],u=o.height-o.area[0]-o.area[2],f=o.width-o.area[1]-o.area[3];return t.forEach((function(t,s){if(null===t)d.push(null);else{var p={};p.color=t.color,p.x=i[s];var h,g,v,x=t;if("object"===(0,r.default)(t)&&null!==t)if(t.constructor.toString().indexOf("Array")>-1)h=[].concat(o.chartData.xAxisData.ranges),g=h.shift(),v=h.pop(),x=t[1],p.x=o.area[3]+f*(t[0]-g)/(v-g),"bubble"==o.type&&(p.r=t[2],p.t=t[3]);else x=t.value;"center"==c&&(p.x+=n/2);var b=u*(x-e)/(a-e);b*=l,p.y=o.height-b-o.area[2],d.push(p)}})),d}function Q(t,e,a,i,n,o,s,l,c){c=arguments.length>8&&void 0!==arguments[8]?arguments[8]:1;var d=o.xAxis.boundaryGap,u=[],f=o.height-o.area[0]-o.area[2],p=o.width-o.area[1]-o.area[3];return t.forEach((function(t,s){if(null===t)u.push(null);else{var h={};if(h.color=t.color,"vertical"==l.animation){h.x=i[s];var g,v,x,b=t;if("object"===(0,r.default)(t)&&null!==t)if(t.constructor.toString().indexOf("Array")>-1)g=[].concat(o.chartData.xAxisData.ranges),v=g.shift(),x=g.pop(),b=t[1],h.x=o.area[3]+p*(t[0]-v)/(x-v);else b=t.value;"center"==d&&(h.x+=n/2);var m=f*(b-e)/(a-e);m*=c,h.y=o.height-m-o.area[2],u.push(h)}else{h.x=i[0]+n*s*c;b=t;"center"==d&&(h.x+=n/2);m=f*(b-e)/(a-e);h.y=o.height-m-o.area[2],u.push(h)}}})),u}function Z(t,e,a,i,n,o,s,l,c){c=arguments.length>8&&void 0!==arguments[8]?arguments[8]:1;var d=[],u=o.height-o.area[0]-o.area[2],f=o.width-o.area[1]-o.area[3];return t.forEach((function(t,s){if(null===t)d.push(null);else{var l={};l.color=t.color,l.x=i[s];var p,h,g,v=t;if("object"===(0,r.default)(t)&&null!==t)if(t.constructor.toString().indexOf("Array")>-1)p=[].concat(o.chartData.xAxisData.ranges),h=p.shift(),g=p.pop(),v=t[1],l.x=o.area[3]+f*(t[0]-h)/(g-h);else v=t.value;l.x+=n/2;var x=u*(v*c-e)/(a-e);l.y=o.height-x-o.area[2],d.push(l)}})),d}function K(t,e,a,i,n,r,o,s){var l=arguments.length>8&&void 0!==arguments[8]?arguments[8]:1,c=[],d=r.height-r.area[0]-r.area[2],u=(r.width,r.area[1],r.area[3],n*o.widthRatio);return t.forEach((function(t,o){if(null===t)c.push(null);else{var s={};s.color=t.color,s.x=i[o],s.x+=n/2;var f=t.data,p=d*(f*l-e)/(a-e);s.y=r.height-p-r.area[2],s.value=f,s.width=u,c.push(s)}})),c}function tt(t,e,a,i,n,o,s){var l=arguments.length>7&&void 0!==arguments[7]?arguments[7]:1,c=[],d=(o.height,o.area[0],o.area[2],o.width-o.area[1]-o.area[3]);return t.forEach((function(t,n){if(null===t)c.push(null);else{var s={};s.color=t.color,s.y=i[n];var u=t;"object"===(0,r.default)(t)&&null!==t&&(u=t.value);var f=d*(u-e)/(a-e);f*=l,s.height=f,s.value=u,s.x=f+o.area[3],c.push(s)}})),c}function et(t,e,a,i,n,o,s,l,c){var d=arguments.length>9&&void 0!==arguments[9]?arguments[9]:1,u=[],f=o.height-o.area[0]-o.area[2];return t.forEach((function(t,s){if(null===t)u.push(null);else{var p={};if(p.color=t.color,p.x=i[s]+Math.round(n/2),l>0){for(var h=0,g=0;g<=l;g++)h+=c[g].data[s];var v=h-t,x=f*(h-e)/(a-e),b=f*(v-e)/(a-e)}else{h=t;"object"===(0,r.default)(t)&&null!==t&&(h=t.value);x=f*(h-e)/(a-e),b=0}var m=b;x*=d,m*=d,p.y=o.height-Math.round(x)-o.area[2],p.y0=o.height-Math.round(m)-o.area[2],u.push(p)}})),u}function at(t,e,a,i,n,o,s,l,c){var d=arguments.length>9&&void 0!==arguments[9]?arguments[9]:1,u=[],f=o.width-o.area[1]-o.area[3];return t.forEach((function(t,n){if(null===t)u.push(null);else{var s={};if(s.color=t.color,s.y=i[n],l>0){for(var p=0,h=0;h<=l;h++)p+=c[h].data[n];var g=p-t,v=f*(p-e)/(a-e),x=f*(g-e)/(a-e)}else{p=t;"object"===(0,r.default)(t)&&null!==t&&(p=t.value);v=f*(p-e)/(a-e),x=0}var b=x;v*=d,b*=d,s.height=v-b,s.x=o.area[3]+v,s.x0=o.area[3]+b,u.push(s)}})),u}function it(t,e,a,i,n){var o;o="stack"==i?w(t,e.categories.length):_(t);var s=[];o=o.filter((function(t){return"object"===(0,r.default)(t)&&null!==t?t.constructor.toString().indexOf("Array")>-1?null!==t:null!==t.value:null!==t})),o.map((function(t){"object"===(0,r.default)(t)?t.constructor.toString().indexOf("Array")>-1?"candle"==e.type?t.map((function(t){s.push(t)})):s.push(t[1]):s.push(t.value):s.push(t)}));var l=n.min||0,c=n.max||0;s.length>0&&(l=Math.min.apply(this,s),c=Math.max.apply(this,s)),l===c&&(0==c?c=10:l=0);for(var d=b(l,c),u=void 0===n.min||null===n.min?d.minRange:n.min,f=void 0===n.max||null===n.max?d.maxRange:n.max,p=(f-u)/e.yAxis.splitNumber,h=[],g=0;g<=e.yAxis.splitNumber;g++)h.push(u+p*g);return h.reverse()}function nt(t,e,a,i){var n=s({},{type:""},e.extra.column),r=e.yAxis.data.length,o=new Array(r);if(r>0){for(var c=0;c0&&0==n.tooltip.group.includes(o))){var s="number"===typeof n.tooltip.index?n.tooltip.index:n.tooltip.index[n.tooltip.group.indexOf(o)];if(i.beginPath(),"hollow"==r.activeType?(i.setStrokeStyle(e),i.setFillStyle(n.background),i.setLineWidth(2*n.pix)):(i.setStrokeStyle("#ffffff"),i.setFillStyle(e),i.setLineWidth(1*n.pix)),"diamond"===a)t.forEach((function(t,e){null!==t&&s==e&&(i.moveTo(t.x,t.y-4.5),i.lineTo(t.x-4.5,t.y),i.lineTo(t.x,t.y+4.5),i.lineTo(t.x+4.5,t.y),i.lineTo(t.x,t.y-4.5))}));else if("circle"===a)t.forEach((function(t,e){null!==t&&s==e&&(i.moveTo(t.x+2.5*n.pix,t.y),i.arc(t.x,t.y,3*n.pix,0,2*Math.PI,!1))}));else if("square"===a)t.forEach((function(t,e){null!==t&&s==e&&(i.moveTo(t.x-3.5,t.y-3.5),i.rect(t.x-3.5,t.y-3.5,7,7))}));else if("triangle"===a)t.forEach((function(t,e){null!==t&&s==e&&(i.moveTo(t.x,t.y-4.5),i.lineTo(t.x-4.5,t.y+4.5),i.lineTo(t.x+4.5,t.y+4.5),i.lineTo(t.x,t.y-4.5))}));else if("none"===a)return;i.closePath(),i.fill(),i.stroke()}}function lt(t,e,a,i){var n=t.title.fontSize||e.titleFontSize,r=t.subtitle.fontSize||e.subtitleFontSize,o=t.title.name||"",s=t.subtitle.name||"",l=t.title.color||t.fontColor,c=t.subtitle.color||t.fontColor,d=o?n:0,u=s?r:0;if(s){var f=m(s,r*t.pix,a),p=i.x-f/2+(t.subtitle.offsetX||0)*t.pix,h=i.y+r*t.pix/2+(t.subtitle.offsetY||0)*t.pix;o&&(h+=(d*t.pix+5)/2),a.beginPath(),a.setFontSize(r*t.pix),a.setFillStyle(c),a.fillText(s,p,h),a.closePath(),a.stroke()}if(o){var g=m(o,n*t.pix,a),v=i.x-g/2+(t.title.offsetX||0),x=i.y+n*t.pix/2+(t.title.offsetY||0)*t.pix;s&&(x-=(u*t.pix+5)/2),a.beginPath(),a.setFontSize(n*t.pix),a.setFillStyle(l),a.fillText(o,v,x),a.closePath(),a.stroke()}}function ct(t,e,a,i,n){var o=e.data,s=e.textOffset?e.textOffset:0;t.forEach((function(t,l){if(null!==t){i.beginPath();var c=e.textSize?e.textSize*n.pix:a.fontSize;i.setFontSize(c),i.setFillStyle(e.textColor||n.fontColor);var d=o[l];"object"===(0,r.default)(o[l])&&null!==o[l]&&(d=o[l].constructor.toString().indexOf("Array")>-1?o[l][1]:o[l].value);var u=e.formatter?e.formatter(d,l,e,n):d;i.setTextAlign("center"),i.fillText(String(u),t.x,t.y-4+s*n.pix),i.closePath(),i.stroke(),i.setTextAlign("left")}}))}function dt(t,e,a,i,n){var o=e.data,s=e.textOffset?e.textOffset:0,l=n.extra.column.labelPosition;t.forEach((function(t,c){if(null!==t){i.beginPath();var d=e.textSize?e.textSize*n.pix:a.fontSize;i.setFontSize(d),i.setFillStyle(e.textColor||n.fontColor);var u=o[c];"object"===(0,r.default)(o[c])&&null!==o[c]&&(u=o[c].constructor.toString().indexOf("Array")>-1?o[c][1]:o[c].value);var f=e.formatter?e.formatter(u,c,e,n):u;i.setTextAlign("center");var p=t.y-4*n.pix+s*n.pix;t.y>e.zeroPoints&&(p=t.y+s*n.pix+d),"insideTop"==l&&(p=t.y+d+s*n.pix,t.y>e.zeroPoints&&(p=t.y-s*n.pix-4*n.pix)),"center"==l&&(p=t.y+s*n.pix+(n.height-n.area[2]-t.y+d)/2,e.zeroPointse.zeroPoints&&(p=t.y-s*n.pix-(t.y-e.zeroPoints-d)/2),"stack"==n.extra.column.type&&(p=t.y+s*n.pix+(t.y0-t.y+d)/2)),"bottom"==l&&(p=n.height-n.area[2]+s*n.pix-4*n.pix,e.zeroPointse.zeroPoints&&(p=e.zeroPoints-s*n.pix+d+2*n.pix),"stack"==n.extra.column.type&&(p=t.y0+s*n.pix-4*n.pix)),i.fillText(String(f),t.x,p),i.closePath(),i.stroke(),i.setTextAlign("left")}}))}function ut(t,e,a,i,n,r){e.data;var o=e.textOffset?e.textOffset:0;n.extra.mount.labelPosition;t.forEach((function(t,s){if(null!==t){i.beginPath();var l=e[s].textSize?e[s].textSize*n.pix:a.fontSize;i.setFontSize(l),i.setFillStyle(e[s].textColor||n.fontColor);var c=t.value,d=e[s].formatter?e[s].formatter(c,s,e,n):c;i.setTextAlign("center");var u=t.y-4*n.pix+o*n.pix;t.y>r&&(u=t.y+o*n.pix+l),i.fillText(String(d),t.x,u),i.closePath(),i.stroke(),i.setTextAlign("left")}}))}function ft(t,e,a,i,n){var o=e.data;e.textOffset&&e.textOffset;t.forEach((function(t,s){if(null!==t){i.beginPath();var l=e.textSize?e.textSize*n.pix:a.fontSize;i.setFontSize(l),i.setFillStyle(e.textColor||n.fontColor);var c=o[s];"object"===(0,r.default)(o[s])&&null!==o[s]&&(c=o[s].value);var d=e.formatter?e.formatter(c,s,e,n):c;i.setTextAlign("left"),i.fillText(String(d),t.x+4*n.pix,t.y+l/2-3),i.closePath(),i.stroke()}}))}function pt(t,e,a,i,n,r){var o;e-=t.width/2+t.labelOffset*i.pix,e=e<10?10:e,o=t.endAngle=2&&(d%=2),u+=c}}function ht(t,e,a,i,n,r){var o=i.extra.radar||{};t.forEach((function(t,s){if(!0===o.labelPointShow&&""!==i.categories[s]){var c={x:e*Math.cos(t),y:e*Math.sin(t)},d=h(c.x,c.y,a);r.setFillStyle(o.labelPointColor),r.beginPath(),r.arc(d.x,d.y,o.labelPointRadius*i.pix,0,2*Math.PI,!1),r.closePath(),r.fill()}if(!0===o.labelShow){var u={x:(e+n.radarLabelTextMargin*i.pix)*Math.cos(t),y:(e+n.radarLabelTextMargin*i.pix)*Math.sin(t)},f=h(u.x,u.y,a),p=f.x,g=f.y;l.approximatelyEqual(u.x,0)?p-=m(i.categories[s]||"",n.fontSize,r)/2:u.x<0&&(p-=m(i.categories[s]||"",n.fontSize,r)),r.beginPath(),r.setFontSize(n.fontSize),r.setFillStyle(o.labelColor||i.fontColor),r.fillText(i.categories[s]||"",p,g+n.fontSize/2),r.closePath(),r.stroke()}}))}function gt(t,e,a,i,n,r){for(var o=a.pieChartLinePadding,s=[],c=null,d=t.map((function(a,i){var n=a.formatter?a.formatter(a,i,t,e):l.toFixed(100*a._proportion_.toFixed(4))+"%";n=a.labelText?a.labelText:n;var r=2*Math.PI-(a._start_+2*Math.PI*a._proportion_/2);a._rose_proportion_&&(r=2*Math.PI-(a._start_+2*Math.PI*a._rose_proportion_/2));var o=a.color,s=a._radius_;return{arc:r,text:n,color:o,radius:s,textColor:a.textColor,textSize:a.textSize,labelShow:a.labelShow}})),u=0;u=0?p+a.pieChartTextPadding:p-a.pieChartTextPadding,w=v,y=m(f.text,f.textSize*e.pix||a.fontSize,i),C=w;c&&l.isSameXCoordinateArea(c.start,{x:_})&&(C=_>0?Math.min(w,c.start.y):p<0||w>0?Math.max(w,c.start.y):Math.min(w,c.start.y)),_<0&&(_-=y);var $={lineStart:{x:x,y:b},lineEnd:{x:p,y:v},start:{x:_,y:C},width:y,height:a.fontSize,text:f.text,color:f.color,textColor:f.textColor,textSize:f.textSize};c=g($,c),s.push(c)}for(var k=0;kn?n:r.activeWidth;var o=e.area[0],l=e.height-e.area[2];i.beginPath(),i.setFillStyle(c(r.activeBgColor,r.activeBgOpacity)),i.rect(t-r.activeWidth/2,o,r.activeWidth,l-o),i.closePath(),i.fill(),i.setFillStyle("#FFFFFF")}function mt(t,e,a,i,n){var r=s({},{activeBgColor:"#000000",activeBgOpacity:.08},e.extra.bar),o=e.area[3],l=e.width-e.area[1];i.beginPath(),i.setFillStyle(c(r.activeBgColor,r.activeBgOpacity)),i.rect(o,t-n/2,l-o,n),i.closePath(),i.fill(),i.setFillStyle("#FFFFFF")}function _t(t,e,a,i,n,r,o){var l=s({},{showBox:!0,showArrow:!0,showCategory:!1,bgColor:"#000000",bgOpacity:.7,borderColor:"#000000",borderWidth:0,borderRadius:0,borderOpacity:.7,boxPadding:3,fontColor:"#FFFFFF",fontSize:13,lineHeight:20,legendShow:!0,legendShape:"auto",splitLine:!0},a.extra.tooltip);1==l.showCategory&&a.categories&&t.unshift({text:a.categories[a.tooltip.index],color:null});var d=l.fontSize*a.pix,u=l.lineHeight*a.pix,f=l.boxPadding*a.pix,p=d,h=5*a.pix;0==l.legendShow&&(p=0,h=0);var g=l.showArrow?8*a.pix:0,v=!1;"line"!=a.type&&"mount"!=a.type&&"area"!=a.type&&"candle"!=a.type&&"mix"!=a.type||1==l.splitLine&&function(t,e,a,i){var n=e.extra.tooltip||{};n.gridType=void 0==n.gridType?"solid":n.gridType,n.dashLength=void 0==n.dashLength?4:n.dashLength;var r=e.area[0],o=e.height-e.area[2];if("dash"==n.gridType&&i.setLineDash([n.dashLength,n.dashLength]),i.setStrokeStyle(n.gridColor||"#cccccc"),i.setLineWidth(1*e.pix),i.beginPath(),i.moveTo(t,r),i.lineTo(t,o),i.stroke(),i.setLineDash([]),n.xAxisLabel){var s=e.categories[e.tooltip.index];i.setFontSize(a.fontSize);var l=m(s,a.fontSize,i),d=t-.5*l,u=o+2*e.pix;i.beginPath(),i.setFillStyle(c(n.labelBgColor||a.toolTipBackground,n.labelBgOpacity||a.toolTipOpacity)),i.setStrokeStyle(n.labelBgColor||a.toolTipBackground),i.setLineWidth(1*e.pix),i.rect(d-n.boxPadding*e.pix,u,l+2*n.boxPadding*e.pix,a.fontSize+2*n.boxPadding*e.pix),i.closePath(),i.stroke(),i.fill(),i.beginPath(),i.setFontSize(a.fontSize),i.setFillStyle(n.labelFontColor||e.fontColor),i.fillText(String(s),d,u+n.boxPadding*e.pix+a.fontSize),i.closePath(),i.stroke()}}(a.tooltip.offset.x,a,i,n),e=s({x:0,y:0},e),e.y-=8*a.pix;var x=t.map((function(t){return m(t.text,d,n)})),b=p+h+4*f+Math.max.apply(null,x),_=2*f+t.length*u;if(0!=l.showBox){e.x-Math.abs(a._scrollDistance_||0)+g+b>a.width&&(v=!0),_+e.y>a.height&&(e.y=a.height-_),n.beginPath(),n.setFillStyle(c(l.bgColor,l.bgOpacity)),n.setLineWidth(l.borderWidth*a.pix),n.setStrokeStyle(c(l.borderColor,l.borderOpacity));var w=l.borderRadius;v?(b+g>a.width&&(e.x=a.width+Math.abs(a._scrollDistance_||0)+g+(b-a.width)),b>e.x&&(e.x=a.width+Math.abs(a._scrollDistance_||0)+g+(b-a.width)),l.showArrow&&(n.moveTo(e.x,e.y+10*a.pix),n.lineTo(e.x-g,e.y+10*a.pix+5*a.pix)),n.arc(e.x-g-w,e.y+_-w,w,0,Math.PI/2,!1),n.arc(e.x-g-Math.round(b)+w,e.y+_-w,w,Math.PI/2,Math.PI,!1),n.arc(e.x-g-Math.round(b)+w,e.y+w,w,-Math.PI,-Math.PI/2,!1),n.arc(e.x-g-w,e.y+w,w,-Math.PI/2,0,!1),l.showArrow&&(n.lineTo(e.x-g,e.y+10*a.pix-5*a.pix),n.lineTo(e.x,e.y+10*a.pix))):(l.showArrow&&(n.moveTo(e.x,e.y+10*a.pix),n.lineTo(e.x+g,e.y+10*a.pix-5*a.pix)),n.arc(e.x+g+w,e.y+w,w,-Math.PI,-Math.PI/2,!1),n.arc(e.x+g+Math.round(b)-w,e.y+w,w,-Math.PI/2,0,!1),n.arc(e.x+g+Math.round(b)-w,e.y+_-w,w,0,Math.PI/2,!1),n.arc(e.x+g+w,e.y+_-w,w,Math.PI/2,Math.PI,!1),l.showArrow&&(n.lineTo(e.x+g,e.y+10*a.pix+5*a.pix),n.lineTo(e.x,e.y+10*a.pix))),n.closePath(),n.fill(),l.borderWidth>0&&n.stroke(),l.legendShow&&t.forEach((function(t,i){if(null!==t.color){n.beginPath(),n.setFillStyle(t.color);var r=e.x+g+2*f,o=e.y+(u-d)/2+u*i+f+1;switch(v&&(r=e.x-b-g+2*f),t.legendShape){case"line":n.moveTo(r,o+.5*p-2*a.pix),n.fillRect(r,o+.5*p-2*a.pix,p,4*a.pix);break;case"triangle":n.moveTo(r+7.5*a.pix,o+.5*p-5*a.pix),n.lineTo(r+2.5*a.pix,o+.5*p+5*a.pix),n.lineTo(r+12.5*a.pix,o+.5*p+5*a.pix),n.lineTo(r+7.5*a.pix,o+.5*p-5*a.pix);break;case"diamond":n.moveTo(r+7.5*a.pix,o+.5*p-5*a.pix),n.lineTo(r+2.5*a.pix,o+.5*p),n.lineTo(r+7.5*a.pix,o+.5*p+5*a.pix),n.lineTo(r+12.5*a.pix,o+.5*p),n.lineTo(r+7.5*a.pix,o+.5*p-5*a.pix);break;case"circle":n.moveTo(r+7.5*a.pix,o+.5*p),n.arc(r+7.5*a.pix,o+.5*p,5*a.pix,0,2*Math.PI);break;case"rect":n.moveTo(r,o+.5*p-5*a.pix),n.fillRect(r,o+.5*p-5*a.pix,15*a.pix,10*a.pix);break;case"square":n.moveTo(r+2*a.pix,o+.5*p-5*a.pix),n.fillRect(r+2*a.pix,o+.5*p-5*a.pix,10*a.pix,10*a.pix);break;default:n.moveTo(r,o+.5*p-5*a.pix),n.fillRect(r,o+.5*p-5*a.pix,15*a.pix,10*a.pix)}n.closePath(),n.fill()}})),t.forEach((function(t,a){var i=e.x+g+2*f+p+h;v&&(i=e.x-b-g+2*f+p+h);var r=e.y+u*a+(u-d)/2-1+f+d;n.beginPath(),n.setFontSize(d),n.setTextBaseline("normal"),n.setFillStyle(l.fontColor),n.fillText(t.text,i,r),n.closePath(),n.stroke()}))}}function wt(t,e,a,i,n,r){var o=t.extra.tooltip||{};o.horizentalLine&&t.tooltip&&1===i&&("line"==t.type||"area"==t.type||"column"==t.type||"mount"==t.type||"candle"==t.type||"mix"==t.type)&&xt(t,e,a),a.save(),t._scrollDistance_&&0!==t._scrollDistance_&&!0===t.enableScroll&&a.translate(t._scrollDistance_,0),t.tooltip&&t.tooltip.textList&&t.tooltip.textList.length&&1===i&&_t(t.tooltip.textList,t.tooltip.offset,t,e,a),a.restore()}function yt(t,e,a,i){var n=e.chartData.xAxisData,r=n.xAxisPoints,o=n.startX,s=n.endX,l=n.eachSpacing,c="center";"bar"!=e.type&&"line"!=e.type&&"area"!=e.type&&"scatter"!=e.type&&"bubble"!=e.type||(c=e.xAxis.boundaryGap);var d=e.height-e.area[2],u=e.area[0];if(e.enableScroll&&e.xAxis.scrollShow){var f=e.height-e.area[2]+a.xAxisHeight,p=s-o,h=l*(r.length-1);"mount"==e.type&&e.extra&&e.extra.mount&&e.extra.mount.widthRatio&&e.extra.mount.widthRatio>1&&(e.extra.mount.widthRatio>2&&(e.extra.mount.widthRatio=2),h+=(e.extra.mount.widthRatio-1)*l);var g=p*p/h,v=0;e._scrollDistance_&&(v=-e._scrollDistance_*p/h),i.beginPath(),i.setLineCap("round"),i.setLineWidth(6*e.pix),i.setStrokeStyle(e.xAxis.scrollBackgroundColor||"#EFEBEF"),i.moveTo(o,f),i.lineTo(s,f),i.stroke(),i.closePath(),i.beginPath(),i.setLineCap("round"),i.setLineWidth(6*e.pix),i.setStrokeStyle(e.xAxis.scrollColor||"#A6A6A6"),i.moveTo(o+v,f),i.lineTo(o+v+g,f),i.stroke(),i.closePath(),i.setLineCap("butt")}if(i.save(),e._scrollDistance_&&0!==e._scrollDistance_&&i.translate(e._scrollDistance_,0),!0===e.xAxis.calibration&&(i.setStrokeStyle(e.xAxis.gridColor||"#cccccc"),i.setLineCap("butt"),i.setLineWidth(1*e.pix),r.forEach((function(t,a){a>0&&(i.beginPath(),i.moveTo(t-l/2,d),i.lineTo(t-l/2,d+3*e.pix),i.closePath(),i.stroke())}))),!0!==e.xAxis.disableGrid&&(i.setStrokeStyle(e.xAxis.gridColor||"#cccccc"),i.setLineCap("butt"),i.setLineWidth(1*e.pix),"dash"==e.xAxis.gridType&&i.setLineDash([e.xAxis.dashLength*e.pix,e.xAxis.dashLength*e.pix]),e.xAxis.gridEval=e.xAxis.gridEval||1,r.forEach((function(t,a){a%e.xAxis.gridEval==0&&(i.beginPath(),i.moveTo(t,d),i.lineTo(t,u),i.stroke())})),i.setLineDash([])),!0!==e.xAxis.disabled){var x=t.length;e.xAxis.labelCount&&(x=e.xAxis.itemCount?Math.ceil(t.length/e.xAxis.itemCount*e.xAxis.labelCount):e.xAxis.labelCount,x-=1);for(var b=Math.ceil(t.length/x),_=[],w=t.length,y=0;y=e.area[3]-1&&u-Math.abs(s)<=e.width-e.area[1]+1&&(i.beginPath(),i.setFontSize(C),i.setFillStyle(e.xAxis.fontColor||e.fontColor),i.fillText(String(n),r[a]+o,d+e.xAxis.marginTop*e.pix+(e.xAxis.lineHeight-e.xAxis.fontSize)*e.pix/2+e.xAxis.fontSize*e.pix),i.closePath(),i.stroke())})):_.forEach((function(t,n){var o=e.xAxis.formatter?e.xAxis.formatter(t):t,s=e._scrollDistance_||0,u="center"==c?r[n]+l/2:r[n];if(u-Math.abs(s)>=e.area[3]-1&&u-Math.abs(s)<=e.width-e.area[1]+1){i.save(),i.beginPath(),i.setFontSize(C),i.setFillStyle(e.xAxis.fontColor||e.fontColor);var f=m(String(o),C,i),p=r[n];"center"==c&&(p=r[n]+l/2);e.xAxis.scrollShow&&6*e.pix;var h=d+e.xAxis.marginTop*e.pix+C-C*Math.abs(Math.sin(a._xAxisTextAngle_));e.xAxis.rotateAngle<0?(p-=C/2,f=0):(p+=C/2,f=-f),i.translate(p,h),i.rotate(-1*a._xAxisTextAngle_),i.fillText(String(o),f,0),i.closePath(),i.stroke(),i.restore()}}))}i.restore(),e.xAxis.title&&(i.beginPath(),i.setFontSize(e.xAxis.titleFontSize*e.pix),i.setFillStyle(e.xAxis.titleFontColor),i.fillText(String(e.xAxis.title),e.width-e.area[1]+e.xAxis.titleOffsetX*e.pix,e.height-e.area[2]+e.xAxis.marginTop*e.pix+(e.xAxis.lineHeight-e.xAxis.titleFontSize)*e.pix/2+(e.xAxis.titleFontSize+e.xAxis.titleOffsetY)*e.pix),i.closePath(),i.stroke()),e.xAxis.axisLine&&(i.beginPath(),i.setStrokeStyle(e.xAxis.axisLineColor),i.setLineWidth(1*e.pix),i.moveTo(o,e.height-e.area[2]),i.lineTo(s,e.height-e.area[2]),i.stroke())}function Ct(t,e,a,i){if(!0!==e.yAxis.disableGrid){var n=e.height-e.area[0]-e.area[2],r=n/e.yAxis.splitNumber,o=e.area[3],s=e.chartData.xAxisData.xAxisPoints,l=e.chartData.xAxisData.eachSpacing,c=l*(s.length-1);"mount"==e.type&&e.extra&&e.extra.mount&&e.extra.mount.widthRatio&&e.extra.mount.widthRatio>1&&(e.extra.mount.widthRatio>2&&(e.extra.mount.widthRatio=2),c+=(e.extra.mount.widthRatio-1)*l);var d=o+c,u=[],f=1;!1===e.xAxis.axisLine&&(f=0);for(var p=f;p4&&void 0!==arguments[4]?arguments[4]:1,r=s({},{activeOpacity:.5,activeRadius:10,offsetAngle:0,labelWidth:15,ringWidth:30,customRadius:0,border:!1,borderWidth:2,borderColor:"#FFFFFF",centerColor:"#FFFFFF",linearType:"none",customColor:[]},"pie"==e.type?e.extra.pie:e.extra.ring),o={x:e.area[3]+(e.width-e.area[1]-e.area[3])/2,y:e.area[0]+(e.height-e.area[0]-e.area[2])/2};0==a.pieChartLinePadding&&(a.pieChartLinePadding=r.activeRadius*e.pix);var l=Math.min((e.width-e.area[1]-e.area[3])/2-a.pieChartLinePadding-a.pieChartTextPadding-a._pieTextMaxLength_,(e.height-e.area[0]-e.area[2])/2-a.pieChartLinePadding-a.pieChartTextPadding);l=l<10?10:l,r.customRadius>0&&(l=r.customRadius*e.pix),t=O(t,l,n);var d=r.activeRadius*e.pix;if(r.customColor=x(r.linearType,r.customColor,t,a),t=t.map((function(t){return t._start_+=r.offsetAngle*Math.PI/180,t})),t.forEach((function(t,a){e.tooltip&&e.tooltip.index==a&&(i.beginPath(),i.setFillStyle(c(t.color,r.activeOpacity||.5)),i.moveTo(o.x,o.y),i.arc(o.x,o.y,t._radius_+d,t._start_,t._start_+2*t._proportion_*Math.PI),i.closePath(),i.fill()),i.beginPath(),i.setLineWidth(r.borderWidth*e.pix),i.lineJoin="round",i.setStrokeStyle(r.borderColor);var n,s=t.color;"custom"==r.linearType&&(n=i.createCircularGradient?i.createCircularGradient(o.x,o.y,t._radius_):i.createRadialGradient(o.x,o.y,0,o.x,o.y,t._radius_),n.addColorStop(0,c(r.customColor[t.linearIndex],1)),n.addColorStop(1,c(t.color,1)),s=n);i.setFillStyle(s),i.moveTo(o.x,o.y),i.arc(o.x,o.y,t._radius_,t._start_,t._start_+2*t._proportion_*Math.PI),i.closePath(),i.fill(),1==r.border&&i.stroke()})),"ring"===e.type){var u=.6*l;"number"===typeof r.ringWidth&&r.ringWidth>0&&(u=Math.max(0,l-r.ringWidth*e.pix)),i.beginPath(),i.setFillStyle(r.centerColor),i.moveTo(o.x,o.y),i.arc(o.x,o.y,u,0,2*Math.PI),i.closePath(),i.fill()}return!1!==e.dataLabel&&1===n&>(t,e,a,i,0,o),1===n&&"ring"===e.type&<(e,a,i,o),{center:o,radius:l,series:t}}function At(t,e){var a=Array(2),i=20037508.34*t/180,n=Math.log(Math.tan((90+e)*Math.PI/360))/(Math.PI/180);return n=20037508.34*n/180,a[0]=i,a[1]=n,a}function St(t,e,a,i,n,r){return{x:(e-a.xMin)*i+n,y:(a.yMax-t)*i+r}}function zt(t,e,a){if(e[1]==a[1])return!1;if(e[1]>t[1]&&a[1]>t[1])return!1;if(e[1]t[1])return!1;if(a[1]==t[1]&&e[1]>t[1])return!1;if(e[0]e[r].area[2]||t[1]>e[r].area[3]||t[2]a||t[3]>i){n=!0;break}n=!1}return n}function Ft(t,e,a){var i=t.series;switch(e){case"normal":for(var n=0;n.7},h=0;h0&&t[0].data.constructor.toString().indexOf("Array")>-1){e._pieSeries_=t;for(var n=t[0].data,r=0;re.width-e.area[1]-e.area[3]?(f.push(g),h.push(p-e.legend.itemGap*e.pix),p=_,g=[x]):(p+=_,g.push(x))}if(g.length){f.push(g),h.push(p-e.legend.itemGap*e.pix),r.widthArr=h;var w=Math.max.apply(null,h);switch(e.legend.float){case"left":r.area.start.x=e.area[3],r.area.end.x=e.area[3]+w+2*o;break;case"right":r.area.start.x=e.width-e.area[1]-w-2*o,r.area.end.x=e.width-e.area[1];break;default:r.area.start.x=(e.width-w)/2-o,r.area.end.x=(e.width+w)/2+o}r.area.width=w+2*o,r.area.wholeWidth=w+2*o,r.area.height=f.length*u+2*o,r.area.wholeHeight=f.length*u+2*o+2*s,r.points=f}}else{var y=t.length,C=e.height-e.area[0]-e.area[2]-2*s-2*o,$=Math.min(Math.floor(C/u),y);switch(r.area.height=$*u+2*o,r.area.wholeHeight=$*u+2*o,e.legend.float){case"top":r.area.start.y=e.area[0]+s,r.area.end.y=e.area[0]+s+r.area.height;break;case"bottom":r.area.start.y=e.height-e.area[2]-s-r.area.height,r.area.end.y=e.height-e.area[2]-s;break;default:r.area.start.y=(e.height-r.area.height)/2,r.area.end.y=(e.height+r.area.height)/2}for(var k=y%$===0?y/$:Math.floor(y/$+1),M=[],A=0;AP&&(P=F)}r.widthArr.push(P),r.heightArr.push(E.length*u+2*o)}for(var L=0,D=0;D0?E[zt].width+e.yAxis.padding*e.pix:E[zt].width,_t+=1):"right"==E[zt].position&&(e.area[1]+=xt>0?E[zt].width+e.yAxis.padding*e.pix:E[zt].width,xt+=1)}else a.yAxisWidth=E;if(e.chartData.yAxisData=S,e.categories&&e.categories.length&&"radar"!==e.type&&"gauge"!==e.type&&"bar"!==e.type){e.chartData.xAxisData=q(e.categories,e);var Et=F(e.categories,e,0,e.chartData.xAxisData.eachSpacing,i),Pt=Et.xAxisHeight,Tt=Et.angle;a.xAxisHeight=Pt,a._xAxisTextAngle_=Tt,e.area[2]+=Pt,e.chartData.categoriesData=Et}else if("line"===e.type||"area"===e.type||"scatter"===e.type||"bubble"===e.type||"bar"===e.type){e.chartData.xAxisData=L(d,e,a,i),u=e.chartData.xAxisData.rangesFormat;var Bt=F(u,e,0,e.chartData.xAxisData.eachSpacing,i),jt=Bt.xAxisHeight,It=Bt.angle;a.xAxisHeight=jt,a._xAxisTextAngle_=It,e.area[2]+=jt,e.chartData.categoriesData=Bt}else e.chartData.xAxisData={xAxisPoints:[]};if(e.enableScroll&&"right"==e.xAxis.scrollAlign&&void 0===e._scrollDistance_){var Ht,Wt=e.chartData.xAxisData.xAxisPoints,Rt=e.chartData.xAxisData.startX,Gt=e.chartData.xAxisData.endX,Yt=e.chartData.xAxisData.eachSpacing,Nt=Yt*(Wt.length-1),Xt=Gt-Rt;Ht=Xt-Nt,o.scrollOption.currentOffset=Ht,o.scrollOption.startTouchX=Ht,o.scrollOption.distance=0,o.scrollOption.lastMoveTime=0,e._scrollDistance_=Ht}switch("pie"!==t&&"ring"!==t&&"rose"!==t||(a._pieTextMaxLength_=!1===e.dataLabel?0:function(t,e,a,i){t=O(t);for(var n=0,r=0;r4&&void 0!==arguments[4]?arguments[4]:1,r=s({},{type:"normal",autoColors:!0},e.extra.word);e.chartData.wordCloudData||(e.chartData.wordCloudData=Ft(e,r.type,i)),i.beginPath(),i.setFillStyle(e.background),i.rect(0,0,e.width,e.height),i.fill(),i.save();var o=e.chartData.wordCloudData;i.translate(e.width/2,e.height/2);for(var l=0;l0&&(e.tooltip&&e.tooltip.index==l?i.strokeText(c,(o[l].areav[0]+5-e.width/2)*n-u*(1-n)/2,(o[l].areav[1]+5+d-e.height/2)*n):i.fillText(c,(o[l].areav[0]+5-e.width/2)*n-u*(1-n)/2,(o[l].areav[1]+5+d-e.height/2)*n)):o[l].area[0]>0&&(e.tooltip&&e.tooltip.index==l?i.strokeText(c,(o[l].area[0]+5-e.width/2)*n-u*(1-n)/2,(o[l].area[1]+5+d-e.height/2)*n):i.fillText(c,(o[l].area[0]+5-e.width/2)*n-u*(1-n)/2,(o[l].area[1]+5+d-e.height/2)*n)),i.stroke(),i.restore()}i.restore()}(d,e,a,i,t),Ot(0,i)},onAnimationFinish:function(){o.uevent.trigger("renderComplete")}});break;case"map":i.clearRect(0,0,e.width,e.height),function(t,e,a,i){var n,r,o=s({},{border:!0,mercator:!1,borderWidth:1,active:!0,borderColor:"#666666",fillOpacity:.6,activeBorderColor:"#f04864",activeFillColor:"#facc14",activeFillOpacity:1},e.extra.map),l=t,d=function(t){for(var e,a={xMin:180,xMax:0,yMin:90,yMax:0},i=0;ic.x?a.xMax:c.x,a.yMin=a.yMinc.y?a.yMax:c.y}}return a}(l);if(o.mercator){var u=At(d.xMax,d.yMax),f=At(d.xMin,d.yMin);d.xMax=u[0],d.yMax=u[1],d.xMin=f[0],d.yMin=f[1]}for(var p=e.width/Math.abs(d.xMax-d.xMin),h=e.height/Math.abs(d.yMax-d.yMin),g=p4&&void 0!==arguments[4]?arguments[4]:1,r=s({},{type:"funnel",activeWidth:10,activeOpacity:.3,border:!1,borderWidth:2,borderColor:"#FFFFFF",fillOpacity:1,minSize:0,labelAlign:"right",linearType:"none",customColor:[]},e.extra.funnel),o=(e.height-e.area[0]-e.area[2])/t.length,l={x:e.area[3]+(e.width-e.area[1]-e.area[3])/2,y:e.height-e.area[2]},d=r.activeWidth*e.pix,u=Math.min((e.width-e.area[1]-e.area[3])/2-d,(e.height-e.area[0]-e.area[2])/2-d),f=B(t,u,r,o,n);if(i.save(),i.translate(l.x,l.y),r.customColor=x(r.linearType,r.customColor,t,a),"pyramid"==r.type)for(var p=0;p4&&void 0!==arguments[4]?arguments[4]:1,r=s({},{type:"straight",width:2,activeType:"none",linearType:"none",onShadow:!1,animation:"vertical"},e.extra.line);r.width*=e.pix;var o=e.chartData.xAxisData,l=o.xAxisPoints,d=o.eachSpacing,u=[];i.save();var f=0,h=e.width+d;return e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(i.translate(e._scrollDistance_,0),f=-e._scrollDistance_-2*d+e.area[3],h=f+(e.xAxis.itemCount+4)*d),t.forEach((function(t,o){var s,g,v;i.beginPath(),i.setStrokeStyle(t.color),i.moveTo(-1e4,-1e4),i.lineTo(-10001,-10001),i.stroke(),s=[].concat(e.chartData.yAxisData.ranges[t.index]),g=s.pop(),v=s.shift();var x=t.data,b=Q(x,g,v,l,d,e,a,r,n);u.push(b);var m=T(b,t);if("dash"==t.lineType){var _=t.dashLength?t.dashLength:8;_*=e.pix,i.setLineDash([_,_])}i.beginPath();var w=t.color;if("none"!==r.linearType&&t.linearColor&&t.linearColor.length>0){for(var y=i.createLinearGradient(e.chartData.xAxisData.startX,e.height/2,e.chartData.xAxisData.endX,e.height/2),C=0;C0?i.setShadow(t.setShadow[0],t.setShadow[1],t.setShadow[2],t.setShadow[3]):i.setShadow(0,0,0,"rgba(0,0,0,0)"),i.setLineWidth(r.width),m.forEach((function(t,e){if(1===t.length)i.moveTo(t[0].x,t[0].y);else{i.moveTo(t[0].x,t[0].y);var a=0;if("curve"===r.type)for(var n=0;nf&&(i.moveTo(o.x,o.y),a=1),n>0&&o.x>f&&o.xf&&(i.moveTo(c.x,c.y),a=1),l>0&&c.x>f&&c.xf&&(i.moveTo(u.x,u.y),a=1),d>0&&u.x>f&&u.x4&&void 0!==arguments[4]?arguments[4]:1,r=(s({},{type:"circle"},e.extra.scatter),e.chartData.xAxisData),o=r.xAxisPoints,l=r.eachSpacing,c=[];i.save();return e.width,e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(i.translate(e._scrollDistance_,0),-e._scrollDistance_-2*l+e.area[3],e.xAxis.itemCount),t.forEach((function(t,r){var s,c,d;s=[].concat(e.chartData.yAxisData.ranges[t.index]),c=s.pop(),d=s.shift();var u=t.data,f=J(u,c,d,o,l,e,a,n);i.beginPath(),i.setStrokeStyle(t.color),i.setFillStyle(t.color),i.setLineWidth(1*e.pix);var p=t.pointShape;if("diamond"===p)f.forEach((function(t,e){null!==t&&(i.moveTo(t.x,t.y-4.5),i.lineTo(t.x-4.5,t.y),i.lineTo(t.x,t.y+4.5),i.lineTo(t.x+4.5,t.y),i.lineTo(t.x,t.y-4.5))}));else if("circle"===p)f.forEach((function(t,a){null!==t&&(i.moveTo(t.x+2.5*e.pix,t.y),i.arc(t.x,t.y,3*e.pix,0,2*Math.PI,!1))}));else if("square"===p)f.forEach((function(t,e){null!==t&&(i.moveTo(t.x-3.5,t.y-3.5),i.rect(t.x-3.5,t.y-3.5,7,7))}));else if("triangle"===p)f.forEach((function(t,e){null!==t&&(i.moveTo(t.x,t.y-4.5),i.lineTo(t.x-4.5,t.y+4.5),i.lineTo(t.x+4.5,t.y+4.5),i.lineTo(t.x,t.y-4.5))}));else if("triangle"===p)return;i.closePath(),i.fill(),i.stroke()})),!1!==e.dataLabel&&1===n&&t.forEach((function(t,r){var s,c,d;s=[].concat(e.chartData.yAxisData.ranges[t.index]),c=s.pop(),d=s.shift();var u=t.data,f=J(u,c,d,o,l,e,a,n);ct(f,t,a,i,e)})),i.restore(),{xAxisPoints:o,calPoints:c,eachSpacing:l}}(d,e,a,i,t),r=n.xAxisPoints,o=n.calPoints,l=n.eachSpacing;e.chartData.xAxisPoints=r,e.chartData.calPoints=o,e.chartData.eachSpacing=l,$t(0,e,a,i),!1!==e.enableMarkLine&&1===t&&vt(e,0,i),kt(e.series,e,a,i,e.chartData),wt(e,a,i,t),Ot(0,i)},onAnimationFinish:function(){o.uevent.trigger("renderComplete")}});break;case"bubble":this.animationInstance=new Vt({timing:e.timing,duration:g,onProcess:function(t){i.clearRect(0,0,e.width,e.height),e.rotate&&rt(i,e),Ct(0,e,0,i),yt(u,e,a,i);var n=function(t,e,a,i){var n=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,r=s({},{opacity:1,border:2},e.extra.bubble),o=e.chartData.xAxisData,l=o.xAxisPoints,d=o.eachSpacing,u=[];i.save();return e.width,e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(i.translate(e._scrollDistance_,0),-e._scrollDistance_-2*d+e.area[3],e.xAxis.itemCount),t.forEach((function(t,o){var s,u,f;s=[].concat(e.chartData.yAxisData.ranges[t.index]),u=s.pop(),f=s.shift();var p=t.data,h=J(p,u,f,l,d,e,a,n);i.beginPath(),i.setStrokeStyle(t.color),i.setLineWidth(r.border*e.pix),i.setFillStyle(c(t.color,r.opacity)),h.forEach((function(t,a){i.moveTo(t.x+t.r,t.y),i.arc(t.x,t.y,t.r*e.pix,0,2*Math.PI,!1)})),i.closePath(),i.fill(),i.stroke(),!1!==e.dataLabel&&1===n&&h.forEach((function(n,r){i.beginPath();var o=t.textSize*e.pix||a.fontSize;i.setFontSize(o),i.setFillStyle(t.textColor||"#FFFFFF"),i.setTextAlign("center"),i.fillText(String(n.t),n.x,n.y+o/2),i.closePath(),i.stroke(),i.setTextAlign("left")}))})),i.restore(),{xAxisPoints:l,calPoints:u,eachSpacing:d}}(d,e,a,i,t),r=n.xAxisPoints,o=n.calPoints,l=n.eachSpacing;e.chartData.xAxisPoints=r,e.chartData.calPoints=o,e.chartData.eachSpacing=l,$t(0,e,a,i),!1!==e.enableMarkLine&&1===t&&vt(e,0,i),kt(e.series,e,a,i,e.chartData),wt(e,a,i,t),Ot(0,i)},onAnimationFinish:function(){o.uevent.trigger("renderComplete")}});break;case"mix":this.animationInstance=new Vt({timing:e.timing,duration:g,onProcess:function(t){i.clearRect(0,0,e.width,e.height),e.rotate&&rt(i,e),Ct(0,e,0,i),yt(u,e,a,i);var r=function(t,e,a,i){var r=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,o=e.chartData.xAxisData,l=o.xAxisPoints,d=o.eachSpacing,u=s({},{width:d/2,barBorderCircle:!1,barBorderRadius:[],seriesGap:2,linearType:"none",linearOpacity:1,customColor:[],colorStop:0},e.extra.mix.column),f=s({},{opacity:.2,gradient:!1},e.extra.mix.area),h=s({},{width:2},e.extra.mix.line),g=e.height-e.area[2],v=[],b=0,m=0;t.forEach((function(t,e){"column"==t.type&&(m+=1)})),i.save();var _=-2,w=l.length+2,y=0,C=e.width+d;if(e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(i.translate(e._scrollDistance_,0),_=Math.floor(-e._scrollDistance_/d)-2,w=_+e.xAxis.itemCount+4,y=-e._scrollDistance_-2*d+e.area[3],C=y+(e.xAxis.itemCount+4)*d),u.customColor=x(u.linearType,u.customColor,t,a),t.forEach((function(t,o){var s,x,$;s=[].concat(e.chartData.yAxisData.ranges[t.index]),x=s.pop(),$=s.shift();var k=t.data,M=J(k,x,$,l,d,e,a,r);if(v.push(M),"column"==t.type){M=R(M,d,m,b,0,e);for(var A=0;A_&&AG?G:j,I=I>G?G:I,H=H>G?G:H,W=W>G?G:W,j=j<0?0:j,I=I<0?0:I,H=H<0?0:H,W=W<0?0:W,i.arc(L+j,D+j,j,-Math.PI,-Math.PI/2),i.arc(L+O-I,D+I,I,-Math.PI/2,0),i.arc(L+O-H,D+B-H,H,0,Math.PI/2),i.arc(L+W,D+B-W,W,Math.PI/2,Math.PI)}else i.moveTo(z,S.y),i.lineTo(z+S.width,S.y),i.lineTo(z+S.width,e.height-e.area[2]),i.lineTo(z,e.height-e.area[2]),i.lineTo(z,S.y),i.setLineWidth(1),i.setStrokeStyle(P);i.setFillStyle(E),i.closePath(),i.fill()}}b+=1}if("area"==t.type)for(var Y=T(M,t),N=0;N1){var U=X[0],Q=X[X.length-1];i.moveTo(U.x,U.y);var Z=0;if("curve"===t.style)for(var K=0;Ky&&(i.moveTo(tt.x,tt.y),Z=1),K>0&&tt.x>y&&tt.xy&&(i.moveTo(it.x,it.y),Z=1),at>0&&it.x>y&&it.xy&&(i.moveTo(l.x,l.y),o=1),s>0&&l.x>y&&l.xy&&(i.moveTo(u.x,u.y),o=1),d>0&&u.x>y&&u.x4&&void 0!==arguments[4]?arguments[4]:1,o=e.chartData.xAxisData,l=o.xAxisPoints,d=o.eachSpacing,u=s({},{type:"group",width:d/2,meterBorder:4,meterFillColor:"#FFFFFF",barBorderCircle:!1,barBorderRadius:[],seriesGap:2,linearType:"none",linearOpacity:1,customColor:[],colorStop:0,labelPosition:"outside"},e.extra.column),f=[];i.save();var p=-2,h=l.length+2;return e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(i.translate(e._scrollDistance_,0),p=Math.floor(-e._scrollDistance_/d)-2,h=p+e.xAxis.itemCount+4),e.tooltip&&e.tooltip.textList&&e.tooltip.textList.length&&1===r&&bt(e.tooltip.offset.x,e,0,i,d),u.customColor=x(u.linearType,u.customColor,t,a),t.forEach((function(o,s){var g,v,x;g=[].concat(e.chartData.yAxisData.ranges[o.index]),v=g.pop(),x=g.shift();var b=e.height-e.area[0]-e.area[2],m=b*(0-v)/(x-v),_=e.height-Math.round(m)-e.area[2];o.zeroPoints=_;var w=o.data;switch(u.type){case"group":var y=Z(w,v,x,l,d,e,a,_,r),C=et(w,v,x,l,d,e,a,s,t,r);f.push(C),y=R(y,d,t.length,s,0,e);for(var $=0;$p&&$_?_:k.y,F=k.width,L=Math.abs(_-k.y);u.barBorderCircle&&(u.barBorderRadius=[F/2,F/2,0,0]),k.y>_&&(u.barBorderRadius=[0,0,F/2,F/2]);var D=(0,n.default)(u.barBorderRadius,4),O=D[0],B=D[1],V=D[2],j=D[3],I=Math.min(F/2,L/2);O=O>I?I:O,B=B>I?I:B,V=V>I?I:V,j=j>I?I:j,O=O<0?0:O,B=B<0?0:B,V=V<0?0:V,j=j<0?0:j,i.arc(P+O,T+O,O,-Math.PI,-Math.PI/2),i.arc(P+F-B,T+B,B,-Math.PI/2,0),i.arc(P+F-V,T+L-V,V,0,Math.PI/2),i.arc(P+j,T+L-j,j,Math.PI/2,Math.PI)}else i.moveTo(M,k.y),i.lineTo(M+k.width,k.y),i.lineTo(M+k.width,_),i.lineTo(M,_),i.lineTo(M,k.y),i.setLineWidth(1),i.setStrokeStyle(z);i.setFillStyle(S),i.closePath(),i.fill()}}break;case"stack":y=et(w,v,x,l,d,e,a,s,t,r);f.push(y),y=N(y,d,t.length,0,0,e);for(var H=0;Hp&&H0&&(A-=G),i.setFillStyle(S),i.moveTo(M,W.y),i.fillRect(M,W.y,W.width,A),i.closePath(),i.fill()}}break;case"meter":y=J(w,v,x,l,d,e,a,r);f.push(y),y=Y(y,d,t.length,s,0,e,u.meterBorder);for(var X=0;Xp&&X0&&(i.setStrokeStyle(o.color),i.setLineWidth(u.meterBorder*e.pix)),0==s?i.setFillStyle(u.meterFillColor):i.setFillStyle(q.color||o.color);M=q.x-q.width/2,A=e.height-q.y-e.area[2];if(u.barBorderRadius&&4===u.barBorderRadius.length||!0===u.barBorderCircle){var U=M,Q=q.y,K=q.width,tt=_-q.y;u.barBorderCircle&&(u.barBorderRadius=[K/2,K/2,0,0]);var at=(0,n.default)(u.barBorderRadius,4),it=at[0],nt=at[1],rt=at[2],ot=at[3],st=Math.min(K/2,tt/2);it=it>st?st:it,nt=nt>st?st:nt,rt=rt>st?st:rt,ot=ot>st?st:ot,it=it<0?0:it,nt=nt<0?0:nt,rt=rt<0?0:rt,ot=ot<0?0:ot,i.arc(U+it,Q+it,it,-Math.PI,-Math.PI/2),i.arc(U+K-nt,Q+nt,nt,-Math.PI/2,0),i.arc(U+K-rt,Q+tt-rt,rt,0,Math.PI/2),i.arc(U+ot,Q+tt-ot,ot,Math.PI/2,Math.PI),i.fill()}else i.moveTo(M,q.y),i.lineTo(M+q.width,q.y),i.lineTo(M+q.width,_),i.lineTo(M,_),i.lineTo(M,q.y),i.fill();0==s&&u.meterBorder>0&&(i.closePath(),i.stroke())}}break}})),!1!==e.dataLabel&&1===r&&t.forEach((function(n,o){var s,c,f;s=[].concat(e.chartData.yAxisData.ranges[n.index]),c=s.pop(),f=s.shift();var p=n.data;switch(u.type){case"group":var h=Z(p,c,f,l,d,e,a,r);h=R(h,d,t.length,o,0,e),dt(h,n,a,i,e);break;case"stack":h=et(p,c,f,l,d,e,a,o,t,r);dt(h,n,a,i,e);break;case"meter":h=J(p,c,f,l,d,e,a,r);dt(h,n,a,i,e);break}})),i.restore(),{xAxisPoints:l,calPoints:f,eachSpacing:d}}(d,e,a,i,t),o=r.xAxisPoints,l=r.calPoints,f=r.eachSpacing;e.chartData.xAxisPoints=o,e.chartData.calPoints=l,e.chartData.eachSpacing=f,$t(0,e,a,i),!1!==e.enableMarkLine&&1===t&&vt(e,0,i),kt(e.series,e,a,i,e.chartData),wt(e,a,i,t),Ot(0,i)},onAnimationFinish:function(){o.uevent.trigger("renderComplete")}});break;case"mount":this.animationInstance=new Vt({timing:e.timing,duration:g,onProcess:function(t){i.clearRect(0,0,e.width,e.height),e.rotate&&rt(i,e),Ct(0,e,0,i),yt(u,e,a,i);var r=function(t,e,a,i){var r=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,o=e.chartData.xAxisData,l=o.xAxisPoints,d=o.eachSpacing,u=s({},{type:"mount",widthRatio:1,borderWidth:1,barBorderCircle:!1,barBorderRadius:[],linearType:"none",linearOpacity:1,customColor:[],colorStop:0},e.extra.mount);u.widthRatio=u.widthRatio<=0?0:u.widthRatio,u.widthRatio=u.widthRatio>=2?2:u.widthRatio,i.save();var f,p,h,g=-2,v=l.length+2;e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(i.translate(e._scrollDistance_,0),g=Math.floor(-e._scrollDistance_/d)-2,v=g+e.xAxis.itemCount+4),u.customColor=x(u.linearType,u.customColor,t,a),f=[].concat(e.chartData.yAxisData.ranges[0]),p=f.pop(),h=f.shift();var b=e.height-e.area[0]-e.area[2],m=b*(0-p)/(h-p),_=e.height-Math.round(m)-e.area[2],w=K(t,p,h,l,d,e,u,_,r);switch(u.type){case"bar":for(var y=0;yg&&y_?_:C.y,P=C.width,T=Math.abs(_-C.y);u.barBorderCircle&&(u.barBorderRadius=[P/2,P/2,0,0]),C.y>_&&(u.barBorderRadius=[0,0,P/2,P/2]);var F=(0,n.default)(u.barBorderRadius,4),L=F[0],D=F[1],O=F[2],B=F[3],V=Math.min(P/2,T/2);L=L>V?V:L,D=D>V?V:D,O=O>V?V:O,B=B>V?V:B,L=L<0?0:L,D=D<0?0:D,O=O<0?0:O,B=B<0?0:B,i.arc(z+L,E+L,L,-Math.PI,-Math.PI/2),i.arc(z+P-D,E+D,D,-Math.PI/2,0),i.arc(z+P-O,E+T-O,O,0,Math.PI/2),i.arc(z+B,E+T-B,B,Math.PI/2,Math.PI)}else i.moveTo($,C.y),i.lineTo($+C.width,C.y),i.lineTo($+C.width,_),i.lineTo($,_),i.lineTo($,C.y);i.setStrokeStyle(A),i.setFillStyle(M),u.borderWidth>0&&(i.setLineWidth(u.borderWidth*e.pix),i.closePath(),i.stroke()),i.fill()}}break;case"triangle":for(var j=0;jg&&j0&&(i.setLineWidth(u.borderWidth*e.pix),i.stroke()),i.fill()}}break;case"mount":for(var H=0;Hg&&H0&&(i.setLineWidth(u.borderWidth*e.pix),i.stroke()),i.fill()}}break;case"sharp":for(var R=0;Rg&&R0&&(i.setLineWidth(u.borderWidth*e.pix),i.stroke()),i.fill()}}break}if(!1!==e.dataLabel&&1===r){var Y,N,X;Y=[].concat(e.chartData.yAxisData.ranges[0]),N=Y.pop(),X=Y.shift();w=K(t,N,X,l,d,e,u,_,r);ut(w,t,a,i,e,_)}return i.restore(),{xAxisPoints:l,calPoints:w,eachSpacing:d}}(d,e,a,i,t),o=r.xAxisPoints,l=r.calPoints,f=r.eachSpacing;e.chartData.xAxisPoints=o,e.chartData.calPoints=l,e.chartData.eachSpacing=f,$t(0,e,a,i),!1!==e.enableMarkLine&&1===t&&vt(e,0,i),kt(e.series,e,a,i,e.chartData),wt(e,a,i,t),Ot(0,i)},onAnimationFinish:function(){o.uevent.trigger("renderComplete")}});break;case"bar":this.animationInstance=new Vt({timing:e.timing,duration:g,onProcess:function(t){i.clearRect(0,0,e.width,e.height),e.rotate&&rt(i,e),yt(u,e,a,i);var r=function(t,e,a,i){for(var r=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,o=[],l=(e.height-e.area[0]-e.area[2])/e.categories.length,d=0;dp&&wB?B:F,L=L>B?B:L,D=D>B?B:D,O=O>B?B:O,F=F<0?0:F,L=L<0?0:L,D=D<0?0:D,O=O<0?0:O,i.arc(S+O,E+O,O,-Math.PI,-Math.PI/2),i.arc(y.x-F,E+F,F,-Math.PI/2,0),i.arc(y.x-L,E+z-L,L,0,Math.PI/2),i.arc(S+D,E+z-D,D,Math.PI/2,Math.PI)}else i.moveTo(C,$),i.lineTo(y.x,$),i.lineTo(y.x,$+y.width),i.lineTo(C,$+y.width),i.lineTo(C,$),i.setLineWidth(1),i.setStrokeStyle(M);i.setFillStyle(k),i.closePath(),i.fill()}}break;case"stack":m=at(b,v,x,o,l,e,a,d,t,r);f.push(m),m=X(m,l,t.length,0,0,e);for(var V=0;Vp&&V4&&void 0!==arguments[4]?arguments[4]:1,r=s({},{type:"straight",opacity:.2,addLine:!1,width:2,gradient:!1,activeType:"none"},e.extra.area),o=e.chartData.xAxisData,l=o.xAxisPoints,d=o.eachSpacing,u=e.height-e.area[2],f=[];i.save();var h=0,g=e.width+d;return e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(i.translate(e._scrollDistance_,0),h=-e._scrollDistance_-2*d+e.area[3],g=h+(e.xAxis.itemCount+4)*d),t.forEach((function(t,o){var s,v,x;s=[].concat(e.chartData.yAxisData.ranges[t.index]),v=s.pop(),x=s.shift();var b=t.data,m=J(b,v,x,l,d,e,a,n);f.push(m);for(var _=T(m,t),w=0;w<_.length;w++){var y=_[w];if(i.beginPath(),i.setStrokeStyle(c(t.color,r.opacity)),r.gradient){var C=i.createLinearGradient(0,e.area[0],0,e.height-e.area[2]);C.addColorStop("0",c(t.color,r.opacity)),C.addColorStop("1.0",c("#FFFFFF",.1)),i.setFillStyle(C)}else i.setFillStyle(c(t.color,r.opacity));if(i.setLineWidth(r.width*e.pix),y.length>1){var $=y[0],k=y[y.length-1];i.moveTo($.x,$.y);var M=0;if("curve"===r.type)for(var A=0;Ah&&(i.moveTo(S.x,S.y),M=1),A>0&&S.x>h&&S.xh&&(i.moveTo(P.x,P.y),M=1),E>0&&P.x>h&&P.xh&&(i.moveTo(L.x,L.y),M=1),F>0&&L.x>h&&L.xh&&(i.moveTo(j.x,j.y),B=1),V>0&&j.x>h&&j.xh&&(i.moveTo(W.x,W.y),B=1),H>0&&W.x>h&&W.xh&&(i.moveTo(G.x,G.y),B=1),R>0&&G.x>h&&G.x4&&void 0!==arguments[4]?arguments[4]:1,r=s({},{type:"area",activeOpacity:.5,activeRadius:10,offsetAngle:0,labelWidth:15,border:!1,borderWidth:2,borderColor:"#FFFFFF",linearType:"none",customColor:[]},e.extra.rose);0==a.pieChartLinePadding&&(a.pieChartLinePadding=r.activeRadius*e.pix);var o={x:e.area[3]+(e.width-e.area[1]-e.area[3])/2,y:e.area[0]+(e.height-e.area[0]-e.area[2])/2},l=Math.min((e.width-e.area[1]-e.area[3])/2-a.pieChartLinePadding-a.pieChartTextPadding-a._pieTextMaxLength_,(e.height-e.area[0]-e.area[2])/2-a.pieChartLinePadding-a.pieChartTextPadding);l=l<10?10:l;var d=r.minRadius||.5*l;l4&&void 0!==arguments[4]?arguments[4]:1,r=s({},{gridColor:"#cccccc",gridType:"radar",gridEval:1,axisLabel:!1,axisLabelTofix:0,labelShow:!0,labelColor:"#666666",labelPointShow:!1,labelPointRadius:3,labelPointColor:"#cccccc",opacity:.2,gridCount:3,border:!1,borderWidth:2,linearType:"none",customColor:[]},e.extra.radar),o=k(e.categories.length),l={x:e.area[3]+(e.width-e.area[1]-e.area[3])/2,y:e.area[0]+(e.height-e.area[0]-e.area[2])/2},d=(e.width-e.area[1]-e.area[3])/2,u=(e.height-e.area[0]-e.area[2])/2,f=Math.min(d-($(e.categories,a.fontSize,i)+a.radarLabelTextMargin),u-a.radarLabelTextMargin);f-=a.radarLabelTextMargin*e.pix,f=f<10?10:f,f=r.radius?r.radius:f,i.beginPath(),i.setLineWidth(1*e.pix),i.setStrokeStyle(r.gridColor),o.forEach((function(t,e){var a=h(f*Math.cos(t),f*Math.sin(t),l);i.moveTo(l.x,l.y),e%r.gridEval==0&&i.lineTo(a.x,a.y)})),i.stroke(),i.closePath();for(var p=function(t){var a={};if(i.beginPath(),i.setLineWidth(1*e.pix),i.setStrokeStyle(r.gridColor),"radar"==r.gridType)o.forEach((function(e,n){var o=h(f/r.gridCount*t*Math.cos(e),f/r.gridCount*t*Math.sin(e),l);0===n?(a=o,i.moveTo(o.x,o.y)):i.lineTo(o.x,o.y)})),i.lineTo(a.x,a.y);else{var n=h(f/r.gridCount*t*Math.cos(1.5),f/r.gridCount*t*Math.sin(1.5),l);i.arc(l.x,l.y,l.y-n.y,0,2*Math.PI,!1)}i.stroke(),i.closePath()},g=1;g<=r.gridCount;g++)p(g);r.customColor=x(r.linearType,r.customColor,t,a);var v=D(o,l,f,t,e,n);if(v.forEach((function(a,n){i.beginPath(),i.setLineWidth(r.borderWidth*e.pix),i.setStrokeStyle(a.color);var o,s=c(a.color,r.opacity);"custom"==r.linearType&&(o=i.createCircularGradient?i.createCircularGradient(l.x,l.y,f):i.createRadialGradient(l.x,l.y,0,l.x,l.y,f),o.addColorStop(0,c(r.customColor[t[n].linearIndex],r.opacity)),o.addColorStop(1,c(a.color,r.opacity)),s=o);if(i.setFillStyle(s),a.data.forEach((function(t,e){0===e?i.moveTo(t.position.x,t.position.y):i.lineTo(t.position.x,t.position.y)})),i.closePath(),i.fill(),!0===r.border&&i.stroke(),i.closePath(),!1!==e.dataPointShape){var d=a.data.map((function(t){return t.position}));ot(d,a.color,a.pointShape,i,e)}})),!0===r.axisLabel){var b=Math.max(r.max,Math.max.apply(null,_(t))),m=f/r.gridCount,w=e.fontSize*e.pix;i.setFontSize(w),i.setFillStyle(e.fontColor),i.setTextAlign("left");for(g=0;g4&&void 0!==arguments[4]?arguments[4]:1,l=s({},{startAngle:.75,endAngle:.25,type:"default",direction:"cw",lineCap:"round",width:12,gap:2,linearType:"none",customColor:[]},e.extra.arcbar);t=j(t,l,o),n=l.centerX||l.centerY?{x:l.centerX?l.centerX:e.width/2,y:l.centerY?l.centerY:e.height/2}:{x:e.width/2,y:e.height/2},l.radius?r=l.radius:(r=Math.min(n.x,n.y),r-=5*e.pix,r-=l.width/2),r=r<10?10:r,l.customColor=x(l.linearType,l.customColor,t,a);for(var d=0;d5&&void 0!==arguments[5]?arguments[5]:1,o=s({},{type:"default",startAngle:.75,endAngle:.25,width:15,labelOffset:13,splitLine:{fixRadius:0,splitNumber:10,width:15,color:"#FFFFFF",childNumber:5,childWidth:5},pointer:{width:15,color:"auto"}},a.extra.gauge);void 0==o.oldAngle&&(o.oldAngle=o.startAngle),void 0==o.oldData&&(o.oldData=0),t=H(t,o.startAngle,o.endAngle);var l={x:a.width/2,y:a.height/2},d=Math.min(l.x,l.y);d-=5*a.pix,d-=o.width/2,d=d<10?10:d;var u=d-o.width,f=0;if("progress"==o.type){var p=d-3*o.width;n.beginPath();var h=n.createLinearGradient(l.x,l.y-p,l.x,l.y+p);h.addColorStop("0",c(e[0].color,.3)),h.addColorStop("1.0",c("#FFFFFF",.1)),n.setFillStyle(h),n.arc(l.x,l.y,p,0,2*Math.PI,!1),n.fill(),n.setLineWidth(o.width),n.setStrokeStyle(c(e[0].color,.3)),n.setLineCap("round"),n.beginPath(),n.arc(l.x,l.y,u,o.startAngle*Math.PI,o.endAngle*Math.PI,!1),n.stroke(),f=o.endAngle_/b?n.setStrokeStyle(c(e[0].color,1)):n.setStrokeStyle(c(e[0].color,.3)),n.setLineWidth(3*a.pix),n.moveTo(v,0),n.lineTo(x,0),n.stroke(),n.rotate(g*Math.PI);n.restore(),e=I(e,o,r),n.setLineWidth(o.width),n.setStrokeStyle(e[0].color),n.setLineCap("round"),n.beginPath(),n.arc(l.x,l.y,u,o.startAngle*Math.PI,e[0]._proportion_*Math.PI,!1),n.stroke();var w=d-2.5*o.width;n.save(),n.translate(l.x,l.y),n.rotate((e[0]._proportion_-1)*Math.PI),n.beginPath(),n.setLineWidth(o.width/3);var y=n.createLinearGradient(0,.6*-w,0,.6*w);y.addColorStop("0",c("#FFFFFF",0)),y.addColorStop("0.5",c(e[0].color,1)),y.addColorStop("1.0",c("#FFFFFF",0)),n.setStrokeStyle(y),n.arc(0,0,w,.85*Math.PI,1.15*Math.PI,!1),n.stroke(),n.beginPath(),n.setLineWidth(1),n.setStrokeStyle(e[0].color),n.setFillStyle(e[0].color),n.moveTo(-w-o.width/3/2,-4),n.lineTo(-w-o.width/3/2-4,0),n.lineTo(-w-o.width/3/2,4),n.lineTo(-w-o.width/3/2,-4),n.stroke(),n.fill(),n.restore()}else{n.setLineWidth(o.width),n.setLineCap("butt");for(var C=0;C5&&void 0!==arguments[5]?arguments[5]:1,o=s({},{color:{},average:{}},a.extra.candle);o.color=s({},{upLine:"#f04864",upFill:"#f04864",downLine:"#2fc25b",downFill:"#2fc25b"},o.color),o.average=s({},{show:!1,name:[],day:[],color:i.color},o.average),a.extra.candle=o;var l=a.chartData.xAxisData,c=l.xAxisPoints,d=l.eachSpacing,u=[];n.save();var f=-2,h=c.length+2,g=0,v=a.width+d;return a._scrollDistance_&&0!==a._scrollDistance_&&!0===a.enableScroll&&(n.translate(a._scrollDistance_,0),f=Math.floor(-a._scrollDistance_/d)-2,h=f+a.xAxis.itemCount+4,g=-a._scrollDistance_-2*d+a.area[3],v=g+(a.xAxis.itemCount+4)*d),(o.average.show||e)&&e.forEach((function(t,e){var o,s,l;o=[].concat(a.chartData.yAxisData.ranges[t.index]),s=o.pop(),l=o.shift();for(var u=t.data,f=J(u,s,l,c,d,a,i,r),h=T(f,t),x=0;xg&&(n.moveTo(w.x,w.y),m=1),_>0&&w.x>g&&w.xf&&b0?(n.setStrokeStyle(o.color.upLine),n.setFillStyle(o.color.upFill),n.setLineWidth(1*a.pix),n.moveTo(m[3].x,m[3].y),n.lineTo(m[1].x,m[1].y),n.lineTo(m[1].x-d/4,m[1].y),n.lineTo(m[0].x-d/4,m[0].y),n.lineTo(m[0].x,m[0].y),n.lineTo(m[2].x,m[2].y),n.lineTo(m[0].x,m[0].y),n.lineTo(m[0].x+d/4,m[0].y),n.lineTo(m[1].x+d/4,m[1].y),n.lineTo(m[1].x,m[1].y),n.moveTo(m[3].x,m[3].y)):(n.setStrokeStyle(o.color.downLine),n.setFillStyle(o.color.downFill),n.setLineWidth(1*a.pix),n.moveTo(m[3].x,m[3].y),n.lineTo(m[0].x,m[0].y),n.lineTo(m[0].x-d/4,m[0].y),n.lineTo(m[1].x-d/4,m[1].y),n.lineTo(m[1].x,m[1].y),n.lineTo(m[2].x,m[2].y),n.lineTo(m[1].x,m[1].y),n.lineTo(m[1].x+d/4,m[1].y),n.lineTo(m[0].x+d/4,m[0].y),n.lineTo(m[0].x,m[0].y),n.moveTo(m[3].x,m[3].y)),n.closePath(),n.fill(),n.stroke()}})),n.restore(),{xAxisPoints:c,calPoints:u,eachSpacing:d}}(d,b,e,a,i,t),r=n.xAxisPoints,o=n.calPoints,l=n.eachSpacing;e.chartData.xAxisPoints=r,e.chartData.calPoints=o,e.chartData.eachSpacing=l,$t(0,e,a,i),!1!==e.enableMarkLine&&1===t&&vt(e,0,i),kt(b?0:e.series,e,a,i,e.chartData),wt(e,a,i,t),Ot(0,i)},onAnimationFinish:function(){o.uevent.trigger("renderComplete")}});break}}function It(){this.events={}}Vt.prototype.stop=function(){this.isStop=!0},It.prototype.addEventListener=function(t,e){this.events[t]=this.events[t]||[],this.events[t].push(e)},It.prototype.delEventListener=function(t){this.events[t]=[]},It.prototype.trigger=function(){for(var t=arguments.length,e=Array(t),a=0;a0&&void 0!==arguments[0]?arguments[0]:{};this.opts=s({},this.opts,t),this.opts.updateData=!0;var e=t.scrollPosition||"current";switch(e){case"current":this.opts._scrollDistance_=this.scrollOption.currentOffset;break;case"left":this.opts._scrollDistance_=0,this.scrollOption={currentOffset:0,startTouchX:0,distance:0,lastMoveTime:0};break;case"right":var a=nt(this.opts.series,this.opts,this.config,this.context),i=a.yAxisWidth;this.config.yAxisWidth=i;var n=0,r=q(this.opts.categories,this.opts,this.config),o=r.xAxisPoints,l=r.startX,c=r.endX,d=r.eachSpacing,u=d*(o.length-1),f=c-l;n=f-u,this.scrollOption={currentOffset:n,startTouchX:n,distance:0,lastMoveTime:0},this.opts._scrollDistance_=n;break}jt.call(this,this.opts.type,this.opts,this.config,this.context)},Ht.prototype.zoom=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.opts.xAxis.itemCount;if(!0===this.opts.enableScroll){var a=Math.round(Math.abs(this.scrollOption.currentOffset)/this.opts.chartData.eachSpacing)+Math.round(this.opts.xAxis.itemCount/2);this.opts.animation=!1,this.opts.xAxis.itemCount=e.itemCount;var i=nt(this.opts.series,this.opts,this.config,this.context),n=i.yAxisWidth;this.config.yAxisWidth=n;var r=0,o=q(this.opts.categories,this.opts,this.config),s=o.xAxisPoints,l=o.startX,c=o.endX,d=o.eachSpacing,f=d*a,p=c-l,h=p-d*(s.length-1);r=p/2-f,r>0&&(r=0),r=this.opts.categories.length?this.opts.categories.length:p,this.opts.animation=!1,this.opts.xAxis.itemCount=p;var h=0,g=q(this.opts.categories,this.opts,this.config),v=g.xAxisPoints,x=g.startX,b=g.endX,m=g.eachSpacing,_=m*this.scrollOption.moveCurrent1,w=b-x,C=w-m*(v.length-1);h=-_+Math.min(n[0].x,n[1].x)-this.opts.area[3]-m,h>0&&(h=0),h2*Math.PI&&(t-=2*Math.PI),t},o=Math.atan2(e.center.y-t.y,t.x-e.center.x);o*=-1,o<0&&(o+=2*Math.PI);var s=e.angleList.map((function(t){return t=r(-1*t),t}));s.forEach((function(t,e){var a=r(t-i/2),s=r(t+i/2);s=a&&o<=s||o+2*Math.PI>=a&&o+2*Math.PI<=s)&&(n=e)}))}return n}({x:a.x,y:a.y},this.opts.chartData.radarData,this.opts.categories.length):"funnel"===this.opts.type?function(t,e){for(var a=-1,i=0,n=e.series.length;ir.funnelArea[0]&&t.xr.funnelArea[1]&&t.yr.area[0]&&t.xr.area[1]&&t.y4&&void 0!==arguments[4]?arguments[4]:0,r={index:-1,group:[]},o=a.chartData.eachSpacing/2,s=a.chartData.yAxisPoints;return e&&e.length>0&&E(t,a,i)&&s.forEach((function(e,a){t.y+n+o>e&&(r.index=a)})),r}({x:a.x,y:a.y},this.opts.chartData.calPoints,this.opts,this.config,Math.abs(this.scrollOption.currentOffset)):function(t,e,a,i){var n=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,r={index:-1,group:[]},o=a.chartData.eachSpacing/2,s=[];if(e&&e.length>0){if(a.categories){for(var l=1;le&&(r.index=a)}));else{for(var c=Array(e.length),d=0;de.start.x&&t.xe.start.y&&t.yd[0]-0&&t.xd[1]-0&&t.y1&&void 0!==arguments[1]?arguments[1]:{},a=null;if(a=t.changedTouches?t.changedTouches[0]:t.mp.changedTouches[0],a){y(a,this.opts,t);var i=this.getLegendDataIndex(t);i>=0&&("candle"==this.opts.type?this.opts.seriesMA[i].show=!this.opts.seriesMA[i].show:this.opts.series[i].show=!this.opts.series[i].show,this.opts.animation=!!e.animation,this.opts._scrollDistance_=this.scrollOption.currentOffset,jt.call(this,this.opts.type,this.opts,this.config,this.context))}},Ht.prototype.showToolTip=function(e){var a=this,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=null;n=e.changedTouches?e.changedTouches[0]:e.mp.changedTouches[0],n||t("log","[uCharts] \u672a\u83b7\u53d6\u5230event\u5750\u6807\u4fe1\u606f"," at uni_modules/qiun-data-charts/js_sdk/u-charts/u-charts.js:7411");var r=y(n,this.opts,e),o=this.scrollOption.currentOffset,l=s({},this.opts,{_scrollDistance_:o,animation:!1});if("line"===this.opts.type||"area"===this.opts.type||"column"===this.opts.type||"scatter"===this.opts.type||"bubble"===this.opts.type){var c=this.getCurrentDataIndex(e),d=void 0==i.index?c.index:i.index;if(d>-1||d.length>0){var u=C(this.opts.series,d,c.group);if(0!==u.length){var f=M(u,this.opts,d,c.group,this.opts.categories,i),p=f.textList,h=f.offset;h.y=r.y,l.tooltip={textList:void 0!==i.textList?i.textList:p,offset:void 0!==i.offset?i.offset:h,option:i,index:d,group:c.group}}}jt.call(this,l.type,l,this.config,this.context)}if("mount"===this.opts.type){d=void 0==i.index?this.getCurrentDataIndex(e).index:i.index;if(d>-1){l=s({},this.opts,{animation:!1}),u=s({},l._series_[d]),p=[{text:i.formatter?i.formatter(u,void 0,d,l):u.name+": "+u.data,color:u.color,legendShape:"auto"==this.opts.extra.tooltip.legendShape?u.legendShape:this.opts.extra.tooltip.legendShape}],h={x:l.chartData.calPoints[d].x,y:r.y};l.tooltip={textList:i.textList?i.textList:p,offset:void 0!==i.offset?i.offset:h,option:i,index:d}}jt.call(this,l.type,l,this.config,this.context)}if("bar"===this.opts.type){c=this.getCurrentDataIndex(e),d=void 0==i.index?c.index:i.index;if(d>-1||d.length>0){u=C(this.opts.series,d,c.group);if(0!==u.length){f=M(u,this.opts,d,c.group,this.opts.categories,i),p=f.textList,h=f.offset;h.x=r.x,l.tooltip={textList:void 0!==i.textList?i.textList:p,offset:void 0!==i.offset?i.offset:h,option:i,index:d}}}jt.call(this,l.type,l,this.config,this.context)}if("mix"===this.opts.type){c=this.getCurrentDataIndex(e),d=void 0==i.index?c.index:i.index;if(d>-1){o=this.scrollOption.currentOffset,l=s({},this.opts,{_scrollDistance_:o,animation:!1}),u=C(this.opts.series,d);if(0!==u.length){var g=A(u,this.opts,d,this.opts.categories,i);p=g.textList,h=g.offset;h.y=r.y,l.tooltip={textList:i.textList?i.textList:p,offset:void 0!==i.offset?i.offset:h,option:i,index:d}}}jt.call(this,l.type,l,this.config,this.context)}if("candle"===this.opts.type){c=this.getCurrentDataIndex(e),d=void 0==i.index?c.index:i.index;if(d>-1){o=this.scrollOption.currentOffset,l=s({},this.opts,{_scrollDistance_:o,animation:!1}),u=C(this.opts.series,d);if(0!==u.length){f=S(this.opts.series[0].data,u,this.opts,d,this.opts.categories,this.opts.extra.candle,i),p=f.textList,h=f.offset;h.y=r.y,l.tooltip={textList:i.textList?i.textList:p,offset:void 0!==i.offset?i.offset:h,option:i,index:d}}}jt.call(this,l.type,l,this.config,this.context)}if("pie"===this.opts.type||"ring"===this.opts.type||"rose"===this.opts.type||"funnel"===this.opts.type){d=void 0==i.index?this.getCurrentDataIndex(e):i.index;if(d>-1){l=s({},this.opts,{animation:!1}),u=s({},l._series_[d]),p=[{text:i.formatter?i.formatter(u,void 0,d,l):u.name+": "+u.data,color:u.color,legendShape:"auto"==this.opts.extra.tooltip.legendShape?u.legendShape:this.opts.extra.tooltip.legendShape}],h={x:r.x,y:r.y};l.tooltip={textList:i.textList?i.textList:p,offset:void 0!==i.offset?i.offset:h,option:i,index:d}}jt.call(this,l.type,l,this.config,this.context)}if("map"===this.opts.type){d=void 0==i.index?this.getCurrentDataIndex(e):i.index;if(d>-1){l=s({},this.opts,{animation:!1}),u=s({},this.opts.series[d]);u.name=u.properties.name;p=[{text:i.formatter?i.formatter(u,void 0,d,this.opts):u.name,color:u.color,legendShape:"auto"==this.opts.extra.tooltip.legendShape?u.legendShape:this.opts.extra.tooltip.legendShape}],h={x:r.x,y:r.y};l.tooltip={textList:i.textList?i.textList:p,offset:void 0!==i.offset?i.offset:h,option:i,index:d}}l.updateData=!1,jt.call(this,l.type,l,this.config,this.context)}if("word"===this.opts.type){d=void 0==i.index?this.getCurrentDataIndex(e):i.index;if(d>-1){l=s({},this.opts,{animation:!1}),u=s({},this.opts.series[d]),p=[{text:i.formatter?i.formatter(u,void 0,d,this.opts):u.name,color:u.color,legendShape:"auto"==this.opts.extra.tooltip.legendShape?u.legendShape:this.opts.extra.tooltip.legendShape}],h={x:r.x,y:r.y};l.tooltip={textList:i.textList?i.textList:p,offset:void 0!==i.offset?i.offset:h,option:i,index:d}}l.updateData=!1,jt.call(this,l.type,l,this.config,this.context)}if("radar"===this.opts.type){d=void 0==i.index?this.getCurrentDataIndex(e):i.index;if(d>-1){l=s({},this.opts,{animation:!1}),u=C(this.opts.series,d);if(0!==u.length){p=u.map((function(t){return{text:i.formatter?i.formatter(t,a.opts.categories[d],d,a.opts):t.name+": "+t.data,color:t.color,legendShape:"auto"==a.opts.extra.tooltip.legendShape?t.legendShape:a.opts.extra.tooltip.legendShape}})),h={x:r.x,y:r.y};l.tooltip={textList:i.textList?i.textList:p,offset:void 0!==i.offset?i.offset:h,option:i,index:d}}}jt.call(this,l.type,l,this.config,this.context)}},Ht.prototype.translate=function(t){this.scrollOption={currentOffset:t,startTouchX:t,distance:0,lastMoveTime:0};var e=s({},this.opts,{_scrollDistance_:t,animation:!1});jt.call(this,this.opts.type,e,this.config,this.context)},Ht.prototype.scrollStart=function(t){var e=null;e=t.changedTouches?t.changedTouches[0]:t.mp.changedTouches[0];var a=y(e,this.opts,t);e&&!0===this.opts.enableScroll&&(this.scrollOption.startTouchX=a.x)},Ht.prototype.scroll=function(t){0===this.scrollOption.lastMoveTime&&(this.scrollOption.lastMoveTime=Date.now());var e=this.opts.touchMoveLimit||60,a=Date.now(),i=a-this.scrollOption.lastMoveTime;if(!(ia.parts.length&&(i.parts.length=a.parts.length)}else{var o=[];for(n=0;n0&&-t>r||"none"!==o&&l>0&&l+t0&&t>r||"none"!==o&&s>0&&s-te&&t>10?"horizontal":e>t&&e>10?"vertical":""},resetTouchStatus:function(t,e){var a=e.state;a.direction="",a.deltaX=0,a.deltaY=0,a.offsetX=0,a.offsetY=0},stopTouchStart:function(t,e,a){var i=t.instance,n=a.state;this.resetTouchStatus(i,a);var r=t.touches[0];n.startX=r.clientX,n.startY=r.clientY},stopTouchMove:function(t,e){t.instance;var a=e.state,i=t.touches[0];a.deltaX=i.clientX-a.startX,a.deltaY=i.clientY-a.startY,a.offsetY=Math.abs(a.deltaY),a.offsetX=Math.abs(a.deltaX),a.direction=a.direction||this.getDirection(a.offsetX,a.offsetY)}};e.default=i},d724:function(t,e,a){"use strict";var i=a("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=i(a("6e02")),r={name:"headerIndex",props:["isArea"],data:function(){return{wxsProps:{}}},components:{drawer:n.default}};e.default=r},db9e:function(t,e,a){"use strict";a.r(e);var i=a("890b"),n=a.n(i);for(var r in i)["default"].indexOf(r)<0&&function(t){a.d(e,t,(function(){return i[t]}))}(r);e["default"]=n.a},dbb1:function(t,e,a){"use strict";var i=a("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=i(a("645e")),r={data:function(){return{wxsProps:{}}},components:{record:n.default}};e.default=r},dc21:function(t,e,a){"use strict";a.r(e);var i=a("b6d4"),n=a("6ce9");for(var r in n)["default"].indexOf(r)<0&&function(t){a.d(e,t,(function(){return n[t]}))}(r);a("2c67");var o=a("f0c5"),s=Object(o["a"])(n["default"],i["b"],i["c"],!1,null,"8683268e",null,!1,i["a"],void 0);e["default"]=s.exports},dc35:function(t,e,a){"use strict";var i=a("9dfe"),n=a.n(i);n.a},de2a:function(t,e,a){var i=a("24fb");e=i(!1),e.push([t.i,'@charset "UTF-8";.uni-collapse[data-v-1de8c812]{width:100%;display:flex;flex-direction:column;background-color:#fff}',""]),t.exports=e},defb:function(t,e,a){var i=a("83e2");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var n=a("7f7e").default;n("53ac4da0",i,!0,{sourceMap:!1,shadowMode:!1})},dfe5:function(t,e,a){var i=a("a6ca");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var n=a("7f7e").default;n("2a67b9e8",i,!0,{sourceMap:!1,shadowMode:!1})},e025:function(t,e,a){var i=a("24fb");e=i(!1),e.push([t.i,'@charset "UTF-8";.wrapper[data-v-5415ed00]{position:fixed;left:0;right:0;top:0;bottom:0;z-index:999}.wrapper .bg[data-v-5415ed00]{position:fixed;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,.4);z-index:99}.wrapper .edit[data-v-5415ed00]{width:15rem;height:auto;background:#fff;border-radius:10px;padding:15px;position:relative;top:15%;margin:auto;z-index:99999;overflow:hidden}.wrapper .edit .title[data-v-5415ed00]{text-align:center;width:100%;color:#333;font-size:18px;font-weight:700}.wrapper .edit .editem[data-v-5415ed00]{position:relative;display:flex;font-size:14px;border-radius:10px;margin-top:15px;height:40px;justify-content:space-between;background:#eee;padding:0 10px;align-items:center}.wrapper .edit .editem .radioimg[data-v-5415ed00]{font-size:22px;color:#fec407}.wrapper .edit .editem .radio[data-v-5415ed00]{width:50%;text-align:right;display:flex;justify-content:center;align-items:center}.wrapper .edit .editem .name[data-v-5415ed00]{width:4rem;color:#333}.wrapper .edit .editem .right[data-v-5415ed00]{width:60%;height:40px;line-height:40px;text-align:right;display:flex;justify-content:flex-end}.wrapper .edit .editem .right uni-input[data-v-5415ed00]{margin-right:10px;height:40px;line-height:40px;text-align:left}.wrapper .edit .editem .right uni-picker[data-v-5415ed00]{width:100%;text-align:left}.wrapper .edit .editem .right .uni-input[data-v-5415ed00]{position:absolute;right:30px;top:0;left:0;height:40px;line-height:40px;text-align:right;z-index:9999}.wrapper .edit .editem .value[data-v-5415ed00]{position:relative;z-index:999;width:3rem;text-align:center;float:left;margin-right:10px}.wrapper .edit .editem .iconfont[data-v-5415ed00]{margin-left:10px;float:right;display:flex}.wrapper .edit .tips[data-v-5415ed00]{font-size:.75rem;color:#999;text-align:center;margin-top:15px;margin-bottom:20px;display:flex}.btn[data-v-5415ed00]{width:40%;float:right;margin-top:15px;background:linear-gradient(90deg,#477eff,#39d9c9)!important}.edit[data-v-5415ed00]{top:20%}.close[data-v-5415ed00]{background:#dfdfdf!important;float:left}',""]),t.exports=e},e06f:function(t,e,a){"use strict";e["a"]=function(t){(t.options.wxs||(t.options.wxs={}))["wxsswipe"]=function(t){var e=!1;function a(t,a){var i=t.instance,n=i.getDataset().disabled,r=i.getState();o(i,a),n=("string"===typeof n?JSON.parse(n):n)||!1,n||(i.requestAnimationFrame((function(){i.removeClass("ani"),a.callMethod("closeSwipe")})),r.x=r.left||0,function(t){var a=t.instance,i=a.getState();l(a);var n=t.touches[0];e&&c()&&(n=t);i.startX=n.clientX,i.startY=n.clientY}(t))}function i(t,a){var i=t.instance,n=i.getDataset().disabled,o=i.getState();n=("string"===typeof n?JSON.parse(n):n)||!1,n||(function(t){var a=t.instance,i=a.getState(),n=t.touches[0];e&&c()&&(n=t);i.deltaX=n.clientX-i.startX,i.deltaY=n.clientY-i.startY,i.offsetY=Math.abs(i.deltaY),i.offsetX=Math.abs(i.deltaX),i.direction=i.direction||function(t,e){if(t>e&&t>10)return"horizontal";if(e>t&&e>10)return"vertical";return""}(i.offsetX,i.offsetY)}(t),"horizontal"===o.direction&&(t.preventDefault&&t.preventDefault(),r(o.x+o.deltaX,i,a)))}function n(t,e){var a=t.instance,i=a.getDataset().disabled,n=a.getState();i=("string"===typeof i?JSON.parse(i):i)||!1,i||function(t,e,a){var i=e.getState(),n=i.threshold,r=(i.position,i.isopen||"none"),o=i.leftWidth,l=i.rightWidth;if(0===i.deltaX)return void s("none",e,a);s("none"===r&&l>0&&-t>n||"none"!==r&&l>0&&l+t0&&t>n||"none"!==r&&o>0&&o-t0){a=!1;break}return a}"object"===typeof window&&(e=!0);var d=!1;return t.exports={showWatch:function(t,e,a,i){var n=i.getState();o(i,a),t&&"none"!==t?s(t,i,a):(n.left&&s("none",i,a),l(i))},touchstart:a,touchmove:i,touchend:n,mousedown:function(t,i){e&&c()&&(a(t,i),d=!0)},mousemove:function(t,a){e&&c()&&d&&i(t,a)},mouseup:function(t,a){e&&c()&&(n(t,a),d=!1)},mouseleave:function(t,a){e&&c()&&(d=!1)}},t.exports}({exports:{}})}},e083:function(t,e,a){var i=a("24fb");e=i(!1),e.push([t.i,".container[data-v-6e5d9c90]{width:30px;height:30px;position:relative}.container.loading6[data-v-6e5d9c90]{-webkit-animation:rotation 1s infinite;animation:rotation 1s infinite}.container.loading6 .shape[data-v-6e5d9c90]{width:12px;height:12px;border-radius:2px}.container .shape[data-v-6e5d9c90]{position:absolute;width:10px;height:10px;border-radius:1px}.container .shape.shape1[data-v-6e5d9c90]{left:0;background-color:#1890ff}.container .shape.shape2[data-v-6e5d9c90]{right:0;background-color:#91cb74}.container .shape.shape3[data-v-6e5d9c90]{bottom:0;background-color:#fac858}.container .shape.shape4[data-v-6e5d9c90]{bottom:0;right:0;background-color:#e66}.loading6 .shape1[data-v-6e5d9c90]{-webkit-animation:animation6shape1-data-v-6e5d9c90 2s linear 0s infinite normal;animation:animation6shape1-data-v-6e5d9c90 2s linear 0s infinite normal}@-webkit-keyframes animation6shape1-data-v-6e5d9c90{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translateY(18px);transform:translateY(18px)}50%{-webkit-transform:translate(18px,18px);transform:translate(18px,18px)}75%{-webkit-transform:translate(18px);transform:translate(18px)}}@keyframes animation6shape1-data-v-6e5d9c90{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translateY(18px);transform:translateY(18px)}50%{-webkit-transform:translate(18px,18px);transform:translate(18px,18px)}75%{-webkit-transform:translate(18px);transform:translate(18px)}}.loading6 .shape2[data-v-6e5d9c90]{-webkit-animation:animation6shape2-data-v-6e5d9c90 2s linear 0s infinite normal;animation:animation6shape2-data-v-6e5d9c90 2s linear 0s infinite normal}@-webkit-keyframes animation6shape2-data-v-6e5d9c90{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translate(-18px);transform:translate(-18px)}50%{-webkit-transform:translate(-18px,18px);transform:translate(-18px,18px)}75%{-webkit-transform:translateY(18px);transform:translateY(18px)}}@keyframes animation6shape2-data-v-6e5d9c90{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translate(-18px);transform:translate(-18px)}50%{-webkit-transform:translate(-18px,18px);transform:translate(-18px,18px)}75%{-webkit-transform:translateY(18px);transform:translateY(18px)}}.loading6 .shape3[data-v-6e5d9c90]{-webkit-animation:animation6shape3-data-v-6e5d9c90 2s linear 0s infinite normal;animation:animation6shape3-data-v-6e5d9c90 2s linear 0s infinite normal}@-webkit-keyframes animation6shape3-data-v-6e5d9c90{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translate(18px);transform:translate(18px)}50%{-webkit-transform:translate(18px,-18px);transform:translate(18px,-18px)}75%{-webkit-transform:translateY(-18px);transform:translateY(-18px)}}@keyframes animation6shape3-data-v-6e5d9c90{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translate(18px);transform:translate(18px)}50%{-webkit-transform:translate(18px,-18px);transform:translate(18px,-18px)}75%{-webkit-transform:translateY(-18px);transform:translateY(-18px)}}.loading6 .shape4[data-v-6e5d9c90]{-webkit-animation:animation6shape4-data-v-6e5d9c90 2s linear 0s infinite normal;animation:animation6shape4-data-v-6e5d9c90 2s linear 0s infinite normal}@-webkit-keyframes animation6shape4-data-v-6e5d9c90{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translateY(-18px);transform:translateY(-18px)}50%{-webkit-transform:translate(-18px,-18px);transform:translate(-18px,-18px)}75%{-webkit-transform:translate(-18px);transform:translate(-18px)}}@keyframes animation6shape4-data-v-6e5d9c90{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translateY(-18px);transform:translateY(-18px)}50%{-webkit-transform:translate(-18px,-18px);transform:translate(-18px,-18px)}75%{-webkit-transform:translate(-18px);transform:translate(-18px)}}",""]),t.exports=e},e1bf:function(t,e,a){var i=a("24fb");e=i(!1),e.push([t.i,'@charset "UTF-8";.age[data-v-51e04818]{margin-right:20px}.icon[data-v-51e04818]{width:18px;height:18px;padding:3px;margin-right:7px;background-color:#aaa;border-radius:50%;display:flex;align-items:center;justify-content:center}.t-icon-hengxian[data-v-51e04818]{height:4px!important}',""]),t.exports=e},e1e8:function(t,e,a){var i=a("3d96");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var n=a("7f7e").default;n("0d7493ee",i,!0,{sourceMap:!1,shadowMode:!1})},e2d4:function(t,e,a){"use strict";a.d(e,"b",(function(){return i})),a.d(e,"c",(function(){return n})),a.d(e,"a",(function(){}));var i=function(){var t=this.$createElement,e=this._self._c||t;return e("uni-view",{staticClass:this._$g(0,"sc"),attrs:{_i:0}},[e("uni-view",{staticClass:this._$g(1,"sc"),attrs:{_i:1}}),e("uni-view",{staticClass:this._$g(2,"sc"),attrs:{_i:2}}),e("uni-view",{staticClass:this._$g(3,"sc"),attrs:{_i:3}}),e("uni-view",{staticClass:this._$g(4,"sc"),attrs:{_i:4}})],1)},n=[]},e353:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},e5d9:function(t,e,a){"use strict";a.r(e);var i=a("9da6"),n=a.n(i);for(var r in i)["default"].indexOf(r)<0&&function(t){a.d(e,t,(function(){return i[t]}))}(r);e["default"]=n.a},e651:function(t,e,a){"use strict";a.r(e);var i=a("61dd"),n=a.n(i);for(var r in i)["default"].indexOf(r)<0&&function(t){a.d(e,t,(function(){return i[t]}))}(r);e["default"]=n.a},e7f3:function(t,e,a){"use strict";var i=a("d3e5"),n=a.n(i);n.a},ea07:function(t,e,a){"use strict";a.d(e,"b",(function(){return n})),a.d(e,"c",(function(){return r})),a.d(e,"a",(function(){return i}));var i={uniIcons:a("49ce").default},n=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[a("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[a("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2},on:{click:function(e){return t.$handleViewEvent(e)}}},[a("uni-icons",{attrs:{_i:3}})],1),a("uni-view",{attrs:{_i:4}},[t._v(t._$g(4,"t0-0"))]),a("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5},on:{click:function(e){return t.$handleViewEvent(e)}}},[a("uni-icons",{attrs:{_i:6}})],1)],1),a("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},t._l(t._$g(8,"f"),(function(e,i,n,r){return a("uni-view",{key:e,staticClass:t._$g("8-"+r,"sc"),attrs:{_i:"8-"+r}},[t._v(t._$g("8-"+r,"t0-0"))])})),1),a("uni-view",{staticClass:t._$g(9,"sc"),class:t._$g(9,"c"),style:t._$g(9,"s"),attrs:{_i:9}},[a("uni-view",{staticClass:t._$g(10,"sc"),style:t._$g(10,"s"),attrs:{_i:10}},t._l(t._$g(11,"f"),(function(e,i,n,r){return a("uni-view",{key:e,staticClass:t._$g("11-"+r,"sc"),attrs:{_i:"11-"+r}},[a("uni-view",{staticClass:t._$g("12-"+r,"sc"),class:t._$g("12-"+r,"c"),attrs:{_i:"12-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g("12-"+r,"t0-0"))]),t._$g("13-"+r,"i")?a("uni-view",{staticClass:t._$g("13-"+r,"sc"),attrs:{_i:"13-"+r}}):t._e()],1)})),1)],1),t._$g(14,"i")?a("v-uni-image",{staticClass:t._$g(14,"sc"),class:t._$g(14,"c"),attrs:{src:"https://i.loli.net/2020/07/16/2MmZsucVTlRjSwK.png",mode:"scaleToFill",_i:14},on:{click:function(e){return t.$handleViewEvent(e)}}}):t._e()],1)},r=[]},eabb:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"loading2",data:function(){return{wxsProps:{}}},components:{}}},ec70:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},ecc4:function(t,e,a){"use strict";a.r(e);var i=a("23d0"),n=a("8cb5");for(var r in n)["default"].indexOf(r)<0&&function(t){a.d(e,t,(function(){return n[t]}))}(r);var o=a("1db8");for(var r in o)["default"].indexOf(r)<0&&function(t){a.d(e,t,(function(){return o[t]}))}(r);a("c5f4");var s=a("f0c5");n["default"].__module="rdcharts";var l=Object(s["a"])(o["default"],i["b"],i["c"],!1,null,"f66a47f0",null,!1,i["a"],n["default"]);e["default"]=l.exports},ecdb:function(t,e,a){"use strict";a.r(e);var i=a("ea07"),n=a("cfc0");for(var r in n)["default"].indexOf(r)<0&&function(t){a.d(e,t,(function(){return n[t]}))}(r);a("945b");var o=a("f0c5"),s=Object(o["a"])(n["default"],i["b"],i["c"],!1,null,"64ea3656",null,!1,i["a"],void 0);e["default"]=s.exports},edc7:function(t,e,a){"use strict";a.d(e,"b",(function(){return n})),a.d(e,"c",(function(){return r})),a.d(e,"a",(function(){return i}));var i={uniIcons:a("49ce").default},n=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("uni-view",{attrs:{_i:0}},[a("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[a("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[a("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[a("v-uni-picker",{staticClass:t._$g(4,"sc"),attrs:{mode:"date",value:t._$g(4,"a-value"),_i:4},on:{change:function(e){return t.$handleViewEvent(e)}}},[a("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._v(t._$g(5,"t0-0")),a("uni-icons",{attrs:{_i:6}})],1)],1),a("uni-view",{attrs:{_i:7}},[t._v("~")]),a("v-uni-picker",{staticClass:t._$g(8,"sc"),attrs:{mode:"date",end:t._$g(8,"a-end"),value:t._$g(8,"a-value"),_i:8},on:{change:function(e){return t.$handleViewEvent(e)}}},[a("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[t._v(t._$g(9,"t0-0")),a("uni-icons",{attrs:{_i:10}})],1)],1)],1)],1),a("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[a("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}},t._l(t._$g(13,"f"),(function(e,i,n,r){return a("uni-view",{key:e,staticClass:t._$g("13-"+r,"sc"),class:t._$g("13-"+r,"c"),attrs:{_i:"13-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g("13-"+r,"t0-0"))])})),1),a("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[t._$g(15,"i")?a("uni-view",{attrs:{_i:15}},[a("qiunDataCharts",{attrs:{_i:16}})],1):a("uni-view",{staticClass:t._$g(17,"sc"),attrs:{_i:17}},[a("uni-icons",{staticClass:t._$g(18,"sc"),attrs:{_i:18}})],1)],1)],1)],1),a("uni-view",{staticClass:t._$g(19,"sc"),attrs:{_i:19}},[a("uni-view",{staticClass:t._$g(20,"sc"),attrs:{_i:20}},[a("uni-view",{staticClass:t._$g(21,"sc"),attrs:{_i:21},on:{click:function(e){return t.$handleViewEvent(e)}}},[a("v-uni-text",{staticClass:t._$g(22,"sc"),attrs:{_i:22}}),a("uni-view",{attrs:{_i:23}},[t._v("\u5386\u53f2\u8bb0\u5f55")])],1),a("uni-view",{staticClass:t._$g(24,"sc"),attrs:{_i:24},on:{click:function(e){return t.$handleViewEvent(e)}}},[a("v-uni-text",{staticClass:t._$g(25,"sc"),attrs:{_i:25}}),a("uni-view",{attrs:{_i:26}},[t._v("\u6570\u636e\u5bf9\u6bd4")])],1)],1),a("uni-view",{staticClass:t._$g(27,"sc"),attrs:{_i:27}},[a("uni-view",{staticClass:t._$g(28,"sc"),attrs:{_i:28},on:{click:function(e){return t.$handleViewEvent(e)}}},[a("uni-view",{staticClass:t._$g(29,"sc"),attrs:{_i:29}},[t._v(t._$g(29,"t0-0")),a("v-uni-text",{attrs:{_i:30}},[t._v("kg")])],1),a("uni-view",{staticClass:t._$g(31,"sc"),attrs:{_i:31}},[t._v("\u76ee\u6807\u4f53\u91cd"),a("uni-icons",{staticClass:t._$g(32,"sc"),attrs:{_i:32}})],1)],1),a("uni-view",{staticClass:t._$g(33,"sc"),attrs:{_i:33}},[a("uni-view",{staticClass:t._$g(34,"sc"),attrs:{_i:34}},[t._v(t._$g(34,"t0-0")),a("v-uni-text",{attrs:{_i:35}},[t._v("kg")])],1),t._$g(36,"i")?a("uni-view",{staticClass:t._$g(36,"sc"),attrs:{_i:36}},[t._v("\u7d2f\u8ba1\u589e\u91cd")]):a("uni-view",{staticClass:t._$g(37,"sc"),attrs:{_i:37}},[t._v("\u7d2f\u8ba1\u51cf\u91cd")])],1),a("uni-view",{staticClass:t._$g(38,"sc"),attrs:{_i:38},on:{click:function(e){return t.$handleViewEvent(e)}}},[a("uni-view",{staticClass:t._$g(39,"sc"),attrs:{_i:39}},[t._v(t._$g(39,"t0-0")),a("v-uni-text",{attrs:{_i:40}},[t._v("kg")])],1),a("uni-view",{staticClass:t._$g(41,"sc"),attrs:{_i:41}},[t._v("\u521d\u59cb\u4f53\u91cd"),a("uni-icons",{staticClass:t._$g(42,"sc"),attrs:{_i:42}})],1)],1),a("uni-view",{staticClass:t._$g(43,"sc"),attrs:{_i:43}},[a("uni-view",{staticClass:t._$g(44,"sc"),attrs:{_i:44}},[t._v(t._$g(44,"t0-0")),a("v-uni-text",{attrs:{_i:45}},[t._v("\u5929")])],1),a("uni-view",{staticClass:t._$g(46,"sc"),attrs:{_i:46}},[t._v("\u51cf\u91cd\u5929\u6570")])],1)],1)],1),a("firstweight",{attrs:{_i:47}}),a("targetWeight",{attrs:{_i:48}})],1)},r=[]},ee6e:function(t,e,a){"use strict";a.r(e);var i=a("ec70"),n=a.n(i);for(var r in i)["default"].indexOf(r)<0&&function(t){a.d(e,t,(function(){return i[t]}))}(r);e["default"]=n.a},eeb0:function(t,e,a){var i=a("24fb");e=i(!1),e.push([t.i,"@charset \"UTF-8\";@font-face{font-family:iconfont;src:url(https://at.alicdn.com/t/c/font_4480141_hz0q93zw76b.woff2?t=1711354474072) format(\"woff2\"),url(https://at.alicdn.com/t/c/font_4480141_hz0q93zw76b.woff?t=1711354474072) format(\"woff\"),url(https://at.alicdn.com/t/c/font_4480141_hz0q93zw76b.ttf?t=1711354474072) format(\"truetype\")}.iconfont{font-family:iconfont!important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-wulianjie:before{content:\"\\e64e\"}.icon-renshiduibifenxi:before{content:\"\\e62e\"}.icon-huihanduibi:before{content:\"\\e822\"}.icon-jinxiaoduibi:before{content:\"\\e6b1\"}.icon-lishishuju:before{content:\"\\e601\"}.icon-moxingduibi-huang:before{content:\"\\e61b\"}.icon-jilu:before{content:\"\\e6df\"}.icon-shujuquxian:before{content:\"\\e614\"}.icon-lishi:before{content:\"\\ecdd\"}.icon-jilu1:before{content:\"\\10110\"}.icon-lishijilu:before{content:\"\\e62f\"}.icon-duibifenxi:before{content:\"\\e7bd\"}.icon-pinggufenxi-copy:before{content:\"\\1024b\"}.icon-shouye-copy:before{content:\"\\1024f\"}.icon-wode-copy:before{content:\"\\1024d\"}.icon-pinggufenxi-copy-copy:before{content:\"\\1024e\"}.icon-wode:before{content:\"\\e635\"}.icon-shouye:before{content:\"\\e660\"}.icon-shijian-mianxing-0:before{content:\"\\e6a2\"}.icon-kehuguanli:before{content:\"\\e6a4\"}.icon-qiapianjihuo:before{content:\"\\e669\"}.icon-kapian:before{content:\"\\e608\"}.icon-kapiananniu:before{content:\"\\e6de\"}.icon-xiangmuchaxun-chakanshebei:before{content:\"\\e655\"}.icon-shebeishu:before{content:\"\\e66a\"}.icon-lishihenji:before{content:\"\\e612\"}.icon-qiehuan1:before{content:\"\\e61a\"}.icon-tishi6:before{content:\"\\e619\"}.icon-bianji:before{content:\"\\e607\"}.icon-caidan:before{content:\"\\e624\"}.icon-xiaoxi:before{content:\"\\e654\"}.icon-add-circle:before{content:\"\\e664\"}.icon-ashbin:before{content:\"\\e665\"}.icon-chart-bar:before{content:\"\\e667\"}.icon-close:before{content:\"\\e668\"}.icon-error:before{content:\"\\e670\"}.icon-menu:before{content:\"\\e677\"}.icon-minus-circle:before{content:\"\\e678\"}.icon-modular:before{content:\"\\e679\"}.icon-notification:before{content:\"\\e67a\"}.icon-prompt:before{content:\"\\e67b\"}.icon-success:before{content:\"\\e67f\"}.icon-add-bold:before{content:\"\\e685\"}.icon-arrow-left-bold:before{content:\"\\e686\"}.icon-arrow-up-bold:before{content:\"\\e687\"}.icon-arrow-down-bold:before{content:\"\\e688\"}.icon-arrow-right-bold:before{content:\"\\e689\"}.icon-user-filling:before{content:\"\\e68b\"}.icon-fatlevel:before{content:\"\\e63d\"}.icon-baogao1:before{content:\"\\e620\"}.icon-fat_r:before{content:\"\\e62d\"}.icon-hengxian:before{content:\"\\e657\"}.icon-fat_w:before{content:\"\\e78e\"}.icon-jiantou_xiangxia:before{content:\"\\eb0a\"}.icon-jiantou_xiangshang:before{content:\"\\eb0b\"}.icon-bone:before{content:\"\\e610\"}.icon-lbm:before{content:\"\\e6b7\"}.icon-biaozhunhua:before{content:\"\\e60b\"}.icon-cellin:before{content:\"\\e7a9\"}.icon-kcal:before{content:\"\\e60c\"}.icon-visceral:before{content:\"\\e60d\"}.icon-muscle:before{content:\"\\e60e\"}.icon-body:before{content:\"\\e638\"}.icon-zanwushuju:before{content:\"\\e611\"}.icon-water:before{content:\"\\e651\"}.icon-tizhong1:before{content:\"\\e616\"}.icon-sharpicons_checklist:before{content:\"\\e804\"}.icon-shejiguifan:before{content:\"\\e640\"}.icon-muscleval:before{content:\"\\e949\"}.icon-protein:before{content:\"\\e94a\"}.icon-proteinval:before{content:\"\\e60f\"}.icon-bodyage:before{content:\"\\e6b2\"}.icon-cellout:before{content:\"\\e68f\"}.icon-height1:before{content:\"\\e6eb\"}.icon-shang:before{content:\"\\e68a\"}.icon-xia:before{content:\"\\e798\"}.icon-sfrval:before{content:\"\\e652\"}.icon-sfr:before{content:\"\\e617\"}.icon-waterper:before{content:\"\\e692\"}.icon-skeletalmuscle:before{content:\"\\e6af\"}.icon-inorganic:before{content:\"\\e61c\"}.icon-kongradio:before{content:\"\\e602\"}.icon-radio:before{content:\"\\e653\"}.icon-nv:before{content:\"\\e7a5\"}.icon-qiehuan:before{content:\"\\e66f\"}.icon-nan:before{content:\"\\1024a\"}.icon-zanwu1:before{content:\"\\e78d\"}.icon-xiazai41:before{content:\"\\e618\"}.t-icon{display:inline-block;width:16px;height:16px;background-repeat:no-repeat;background-position:50%;background-size:100%}.t-icon-wulianjie{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 5.12c279.5 0 506.88 227.405 506.88 506.88 0 279.5-227.38 506.88-506.88 506.88S5.12 791.5 5.12 512 232.525 5.12 512 5.12' fill='%23fff'/%3E%3Cpath d='M768.512 255.565a172.902 172.902 0 00-244.787 0l-77.568 77.517 40.832 40.806 163.2 163.2 40.857 40.858 77.492-77.492a173.312 173.312 0 00-.026-244.89zm-394.573 231.45l-40.857-40.91-77.492 77.569a172.954 172.954 0 000 244.761 172.98 172.98 0 00244.736 0l77.568-77.542-40.832-40.807L373.94 487.014zm-63.232-217.089a6.4 6.4 0 00-9.037 0l-31.692 31.693a6.4 6.4 0 000 9.037l443.443 443.52a6.4 6.4 0 009.062 0l31.667-31.642a6.4 6.4 0 000-9.036l-443.443-443.52v-.052z' fill='%23FEC407'/%3E%3C/svg%3E\")}.t-icon-renshiduibifenxi{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M4.257000000000005 512a507.743 507.743 0 101015.486 0A507.743 507.743 0 104.257 512z' fill='%23fff'/%3E%3Cpath d='M275.853 290.51h206.832v133.546H275.853a29.193 29.193 0 01-29.315-29.315v-73.287c-1.628-17.915 13.029-30.944 29.315-30.944zm-60.258 162.86h267.09v133.546h-267.09A29.193 29.193 0 01186.28 557.6v-73.287c0-8.143 3.257-14.658 8.143-21.172 6.514-6.514 13.029-9.772 21.172-9.772zm60.258 162.86h206.832v133.546H275.853a29.193 29.193 0 01-29.315-29.315v-73.287c-1.628-17.915 13.029-30.944 29.315-30.944zm265.462-325.72h206.832a29.193 29.193 0 0129.315 29.315v73.287a29.193 29.193 0 01-29.315 29.315H541.315V290.51zm0 162.86h267.09c8.143 0 14.658 3.258 21.172 8.143 4.886 4.886 8.143 13.03 8.143 21.172v73.287a29.193 29.193 0 01-29.315 29.315h-267.09V453.37zm0 162.86h206.832a29.193 29.193 0 0129.315 29.315v73.287a29.193 29.193 0 01-29.315 29.315H541.315V616.23zM512 215.595c6.514 0 13.029 4.886 14.657 11.4v565.124c0 8.143-6.514 14.658-13.028 14.658-8.143 0-14.658-4.886-16.286-11.4V230.251c0-3.257 1.628-8.143 4.885-9.771 1.629-3.258 6.515-4.886 9.772-4.886zm0 0' fill='%23FEC407'/%3E%3C/svg%3E\")}.t-icon-huihanduibi{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 1024C229.232 1024 0 794.768 0 512S229.232 0 512 0c282.784 0 512 229.232 512 512s-229.216 512-512 512zm236.368-673.136l-111.312-96.112L601.472 224H307.616C285.36 224 272 235.536 272 254.752v530.496C272 804.464 285.36 816 307.616 816h440.752C766.192 816 784 804.464 784 785.248V381.6l-35.632-30.736z' fill='%23D04A02'/%3E%3Cpath d='M538.272 545.408H372.56V441.696h138.32V358.72l172.992 186.16zm76.544-156.112V273.968l40.096 34.592v46.128h53.408l40.064 34.592-133.568.016zM518.192 594.96h165.68v103.728H545.568v82.976L372.56 595.52z' fill='%23D04A02'/%3E%3C/svg%3E\")}.t-icon-jinxiaoduibi{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M1024.009 512A512 512 0 009.029 417.89l-3.413 20.967v6.095c0 8.29-1.95 16.58-2.682 24.381S.01 493.227.01 504.93V512c0 2.438 0 0 0 0v1.707A507.368 507.368 0 00503.963 1024h8.046c10.24 0 19.992 0 29.988-1.463h2.682A512 512 0 001024.01 512zm-512-463.238a463.238 463.238 0 01444.708 591.97 388.389 388.389 0 01-31.451-73.143c-25.844-70.218-57.783-157.501-126.781-160.915-61.44-2.682-76.8 61.196-88.26 112.884-14.628 67.78-27.55 108.252-76.311 108.252-44.618 0-57.052-31.94-73.143-99.962-12.678-54.614-29.501-121.905-100.694-121.905s-86.796 73.143-97.523 129.707c-14.141 69.241-26.332 102.156-66.56 100.937-52.176-.976-87.284-51.444-123.368-104.107-32.183-47.055-65.341-95.33-115.078-109.714a463.238 463.238 0 01454.46-374.004z' fill='%2348AB07'/%3E%3C/svg%3E\")}.t-icon-lishishuju{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M472.615 78.77C212.677 78.77 0 291.445 0 551.384S212.677 1024 472.615 1024s472.616-212.677 472.616-472.615H472.615V78.769z' fill='%23249CF2'/%3E%3Cpath d='M1024 472.615C1024 212.677 811.323 0 551.385 0v472.615H1024z' fill='%23A5D6FA'/%3E%3C/svg%3E\")}.t-icon-moxingduibi-huang{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M558.4 1024c-6.2 0-12-1.5-17.2-4.4-12.1-6.9-19.1-20.9-19.1-38.4V599.206c1.7-32.5 18.5-62.099 44.7-79.898l.7-.5 327.095-196.698c15.1-9 30.6-10.2 42.7-3.3 12.1 6.9 19.1 20.9 19.1 38.4v381.795c-1.7 32.6-18.4 62.199-44.7 79.999L583.999 1016.2c-8.6 5.2-17.4 7.8-25.6 7.8zm26-477.994c-17.9 12.3-29.3 32.5-30.5 54.2V981.3c0 6.6 1.8 10 3 10.7s5 .5 10.7-2.9l327.095-196.698c17.4-11.8 28.9-32.2 30.1-54V357.41c0-6.6-1.8-10-3-10.7s-5-.5-10.7 2.9L584.399 546.006zm-74.8-27.3c-16.3 0-32.5-4-47.3-11.9L115.406 297.11c-15.4-9.3-24.2-23.1-24.2-37.7 0-14.699 8.8-28.399 24.2-37.699L461.601 12.213c30.5-16.2 65.999-16.2 95.698-.5l.8.4L904.295 221.51c15.4 9.3 24.2 23.1 24.2 37.7 0 14.7-8.8 28.4-24.2 37.7L557.999 506.406c-15.3 8.2-31.9 12.3-48.399 12.3zm.2-486.893c-11.2 0-22.3 2.7-32.5 8.1L131.905 248.91c-5.5 3.3-8.9 7.4-8.9 10.5 0 3.2 3.4 7.2 8.9 10.5L478.1 479.207c19.6 10.5 43.9 10.5 64.2-.4L887.795 269.91c5.5-3.3 8.9-7.4 8.9-10.5s-3.4-7.2-8.9-10.5L542 39.713c-10.1-5.3-21.1-7.9-32.2-7.9zM455.2 1018.4c-9.6 0-19.899-3.1-29.999-9.3L121.705 823.603c-32.2-22.2-52.2-57.9-54.2-96.1V370.109c0-20.3 7.9-36.5 21.8-44.199 13.8-7.8 31.7-6.2 49 4.4L441.9 515.807c32.7 22.5 52.2 57.299 54.4 95.998v357.396c0 20.4-8 36.6-21.9 44.3-5.8 3.3-12.3 4.9-19.2 4.9zM108.506 352.91c-1.5 0-2.7.3-3.7.8-3.4 1.9-5.6 8.3-5.6 16.5v356.495c1.5 27.5 16.4 54.1 39.8 70.299L441.8 982c7 4.3 13.5 5.8 17 3.9s5.6-8.3 5.6-16.6V612.705c-1.6-27.9-16.1-53.899-39.9-70.299L121.705 357.41c-4.9-2.9-9.6-4.5-13.2-4.5z' fill='%23FFBA00'/%3E%3Cpath d='M569.1 536.706l222.396-130.198c14.1-8.4 25.7-2 25.7 14.1v252.997c-1.1 18-10.6 34.3-25.7 44.199L569.1 848.002c-14.2 8.4-25.7 2-25.7-14.1V580.906c1.1-18 10.6-34.4 25.7-44.2z' fill='%23FFBA00'/%3E%3Cpath d='M540.6 190.21L775.997 328.91c15 8.8 15 23.1 0 32L540.6 499.507c-17 8.8-37.3 8.8-54.3 0L251.003 360.909c-15.1-8.9-15.1-23.2 0-32L486.3 190.211c17-8.8 37.3-8.8 54.3 0z' fill='%23FFBA00' opacity='.8'/%3E%3Cpath d='M244.503 411.808l206.298 122.898c18.6 12.4 30.4 32.8 31.7 55.1v236.197c0 20-14.2 27.8-31.7 17.4l-206.298-122.8c-18.7-12.399-30.5-32.899-31.8-55.198V429.208c0-20.1 14.2-27.8 31.8-17.4z' fill='%23FFBA00' opacity='.5'/%3E%3C/svg%3E\")}.t-icon-jilu{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M0 512a512 512 0 101024 0A512 512 0 100 512z' fill='%231580EA'/%3E%3Cpath d='M785.306 415.744H625.51c-28.62 0-45.004-20.48-45.004-45.056v-163.84H301.978c-24.576 0-49.152 20.48-49.152 45.056v483.328c0 24.525 20.48 45.056 49.152 45.056h217.088l266.24-262.144v-102.4zm-204.8 200.704h-245.76v-40.96h245.76v40.96zm0-122.88h-245.76v-40.96h245.76v40.96zm45.004 249.856l-28.62 73.728 73.676-24.525 143.36-143.411-49.152-49.152-139.264 143.36zm192.564-192.512l-32.768 32.82 49.1 49.151 32.82-32.819-49.152-49.152zM687.002 370.688h98.304l-147.508-163.84h-16.332v94.208c0 36.864 28.62 69.632 65.536 69.632zm0 0' fill='%23FFF'/%3E%3C/svg%3E\")}.t-icon-shujuquxian{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M0 512a512 512 0 101024 0A512 512 0 100 512z' fill='%235196FA'/%3E%3Cpath d='M707.56 444.44a35.77 35.77 0 0135.678 35.816v238.708a35.77 35.77 0 01-35.677 35.84h-47.546a35.77 35.77 0 01-35.678-35.84V480.21a35.77 35.77 0 0135.678-35.84h47.546zm-332.8 47.708a35.77 35.77 0 0135.678 35.864v190.836a35.77 35.77 0 01-35.677 35.84h-47.546a35.77 35.77 0 01-35.678-35.84V528.012a35.77 35.77 0 0135.678-35.84h47.546zm166.424 47.733a35.77 35.77 0 0135.677 35.84v143.197a35.77 35.77 0 01-35.677 35.84h-47.523a35.77 35.77 0 01-35.724-35.84V575.72a35.77 35.77 0 0135.724-35.84zm123.113-232.425l-28.067.186a17.92 17.92 0 01-.303-35.77l71.587-.512a17.943 17.943 0 0117.99 17.85v71.936a17.827 17.827 0 11-35.654 0v-28.672L530.083 492.847a17.734 17.734 0 01-19.875 3.677l-213.97-95.419a17.92 17.92 0 0114.5-32.768l202.775 90.508 150.83-151.273z' fill='%23FFF'/%3E%3C/svg%3E\")}.t-icon-lishi{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M588.221 1021.931H435.78c-239.4 0-433.71-194.31-433.71-433.71V435.78c0-239.4 194.31-433.71 433.71-433.71H588.22c239.4 0 433.71 194.31 433.71 433.71V588.22c0 239.4-194.31 433.71-433.71 433.71z' fill='%23fff'/%3E%3Cpath d='M998.4 584.704V439.296C998.4 210.944 813.056 25.6 584.704 25.6H439.296C210.944 25.6 25.6 210.944 25.6 439.296v145.408C25.6 813.056 210.944 998.4 439.296 998.4h145.408c13.312 0 26.624-1.024 38.912-2.048 162.816-61.44 294.912-185.344 368.64-342.016 4.096-22.528 6.144-46.08 6.144-69.632z' fill='%23fff'/%3E%3Cpath d='M998.4 506.88v-67.584C998.4 210.944 813.056 25.6 584.704 25.6H439.296C210.944 25.6 25.6 210.944 25.6 439.296v145.408c0 219.136 169.984 398.336 385.024 412.672C699.392 986.112 937.984 780.288 998.4 506.88z' fill='%23fff'/%3E%3Cpath d='M584.704 25.6H439.296C210.944 25.6 25.6 210.944 25.6 439.296v145.408c0 143.36 72.704 269.312 183.296 343.04 56.32 17.408 115.712 27.648 178.176 27.648 322.56 0 584.704-262.144 584.704-584.704 0-34.816-3.072-67.584-9.216-100.352C898.048 125.952 752.64 25.6 584.704 25.6z' fill='%23fff'/%3E%3Cpath d='M584.704 25.6H439.296C210.944 25.6 25.6 210.944 25.6 439.296v145.408c0 96.256 32.768 185.344 88.064 256 81.92 48.128 177.152 74.752 279.552 73.728 296.96-4.096 538.624-250.88 535.552-547.84-1.024-75.776-17.408-147.456-46.08-212.992-74.752-78.848-180.224-128-297.984-128z' fill='%23fff'/%3E%3Cpath d='M874.496 490.496c34.816-153.6 0-294.912-77.824-406.528C735.232 47.104 662.528 25.6 585.728 25.6H439.296C210.944 26.624 25.6 211.968 25.6 440.32v145.408c0 59.392 12.288 114.688 34.816 165.888 126.976 109.568 313.344 157.696 503.808 90.112 156.672-55.296 273.408-189.44 310.272-351.232z' fill='%23fff'/%3E%3Cpath d='M439.296 25.6C210.944 25.6 25.6 210.944 25.6 439.296v145.408c0 26.624 3.072 53.248 7.168 77.824 83.968 102.4 211.968 166.912 354.304 166.912 252.928 0 458.752-204.8 458.752-458.752 0-128-52.224-243.712-137.216-326.656C669.696 31.744 628.736 25.6 585.728 25.6H439.296z' fill='%23fff'/%3E%3Cpath d='M25.6 439.296V578.56c70.656 123.904 204.8 207.872 357.376 208.896 228.352 2.048 418.816-185.344 419.84-414.72 0-144.384-71.68-270.336-182.272-345.088-12.288-1.024-23.552-2.048-35.84-2.048H439.296C210.944 25.6 25.6 210.944 25.6 439.296z' fill='%23fff'/%3E%3Cpath d='M529.408 25.6h-90.112C210.944 25.6 25.6 210.944 25.6 439.296v29.696c43.008 158.72 188.416 276.48 361.472 276.48 206.848 0 373.76-167.936 373.76-373.76C760.832 215.04 665.6 81.92 529.408 25.6z' fill='%23fff'/%3E%3Cpath d='M384 41.984c-33.792 0-66.56 5.12-97.28 14.336a425.08 425.08 0 00-186.368 144.384C69.632 250.88 52.224 310.272 52.224 373.76c0 183.296 148.48 331.776 331.776 331.776s331.776-148.48 331.776-331.776S567.296 41.984 384 41.984z' fill='%23fff'/%3E%3Cpath d='M94.20800000000003 374.784a289.792 289.792 0 10579.584 0 289.792 289.792 0 10-579.584 0z' fill='%23fff'/%3E%3Cpath d='M136.192 374.784a247.808 247.808 0 10495.616 0 247.808 247.808 0 10-495.616 0z' fill='%23fff'/%3E%3Cpath d='M178.176 374.784a205.824 205.824 0 10411.648 0 205.824 205.824 0 10-411.648 0z' fill='%23fff'/%3E%3Cpath d='M512 178.3c-182.404 0-333.7 151.296-333.7 333.7S329.596 845.7 512 845.7 845.7 695.818 845.7 512 695.818 178.3 512 178.3zm142.812 345.012c1.414 16.968-11.312 31.107-26.866 31.107H523.312c-5.656 1.414-14.14 0-24.038 0h-1.414c-16.968 0-31.107 5.656-31.107-11.311v-188.06c0-16.968 15.553-31.107 31.107-31.107 16.968 0 31.108 15.553 31.108 31.107V490.79h94.736c16.968 0 29.694 14.14 29.694 29.694 1.414 1.414 1.414 2.828 1.414 2.828z' fill='%23FEC407'/%3E%3C/svg%3E\")}.t-icon-jilu1{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M21.314999999999998 512a498.551 498.551 0 10997.102 0 498.551 498.551 0 10-997.102 0z' fill='%23fff'/%3E%3Cpath d='M622.406 765.234l-78.795 22.058a59.285 59.285 0 01-74.164-68.258l13.605-70.054a73.295 73.295 0 0120.206-38.095L786.25 327.777V274.63a86.438 86.438 0 00-86.611-86.264H328.24a86.38 86.38 0 00-86.437 86.264v451.584a86.38 86.38 0 0086.437 86.264H699.64a86.438 86.438 0 0086.495-86.264V611.869L655.175 745.84a73.99 73.99 0 01-32.769 19.395zM359.272 305.082h290.46a31.842 31.842 0 010 63.685h-290.46a31.842 31.842 0 010-63.685zM327.43 477.668a31.9 31.9 0 0131.842-31.842H527.17a31.842 31.842 0 010 63.685H359.272a31.842 31.842 0 01-31.842-31.843z' fill='%23FEC407'/%3E%3Cpath d='M858.156 416.589l-25.069-23.159a25.184 25.184 0 00-35.084.811l-253.929 257.75a15.805 15.805 0 00-4.284 8.105L526.3 730.15a1.1 1.1 0 00.463 1.216 1.216 1.216 0 001.274.348l78.738-22.058a15.169 15.169 0 007.005-4.111l245.592-253.002a25.127 25.127 0 00-1.216-35.953z' fill='%23FEC407'/%3E%3C/svg%3E\")}.t-icon-lishijilu{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M0 512a512 512 0 101024 0A512 512 0 100 512z' fill='%23FF822B'/%3E%3Cpath d='M324.409 655.019c180.881 0 327.51-146.631 327.51-327.51 0-152.138-103.734-280.047-244.33-316.854C205.813 52.464 47.496 213.018 8.986 415.982c38.6 137.898 165.196 239.037 315.422 239.037z' fill='%23FFF' fill-opacity='.2'/%3E%3Cpath d='M512 1024c282.767 0 512-229.233 512-512 0-31.766-2.891-62.854-8.434-93.019-87.509-82.881-205.691-133.718-335.742-133.718-269.71 0-488.357 218.645-488.357 488.357 0 54.96 9.084 107.803 25.823 157.104C300.627 989.489 402.283 1024 512 1024z' fill='%23FFF' fill-opacity='.15'/%3E%3Cpath d='M732.536 756.566c36.39 0 65.89-29.5 65.89-65.89 0 36.39 29.502 65.89 65.889 65.89-17.054 0-65.89 29.503-65.89 65.89 0-36.387-29.5-65.89-65.889-65.89zM159.686 247.28c25.686 0 46.51-20.823 46.51-46.51 0 25.687 20.823 46.51 46.51 46.51-12.037 0-46.51 20.824-46.51 46.51 0-25.686-20.824-46.51-46.51-46.51z' fill='%23FFF' fill-opacity='.5'/%3E%3Cpath d='M206.195 333.323c8.563 0 15.504-6.94 15.504-15.503 0 8.562 6.94 15.503 15.503 15.503-4.012 0-15.503 6.941-15.503 15.504 0-8.563-6.941-15.504-15.504-15.504z' fill='%23FFF' fill-opacity='.3'/%3E%3Cpath d='M374.407 257.357h275.186q69.765 0 69.765 69.765v369.756q0 69.765-69.765 69.765H374.407q-69.765 0-69.765-69.765V327.122q0-69.765 69.765-69.765z' fill='%23FFF'/%3E%3Cpath d='M386.422 341.075h153.484q21.317 0 21.317 21.317t-21.317 21.317H386.422q-21.317 0-21.317-21.317t21.317-21.317zM386.422 437.971h250.38q21.318 0 21.318 21.317 0 21.318-21.318 21.318h-250.38q-21.317 0-21.317-21.318 0-21.317 21.317-21.317zM386.422 534.868h250.38q21.318 0 21.318 21.317t-21.318 21.317h-250.38q-21.317 0-21.317-21.317t21.317-21.317zM387.198 631.764h250.38q21.317 0 21.317 21.317t-21.317 21.317h-250.38q-21.318 0-21.318-21.317t21.318-21.317z' fill='%23FF954B'/%3E%3C/svg%3E\")}.t-icon-duibifenxi{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 0A512 512 0 110 512 512 512 0 01512 0z' fill='%23FFBF10'/%3E%3Cpath d='M633.525 724.57h-363.31a42.827 42.827 0 01-47.314-46.893V332.951a42.948 42.948 0 0147.405-46.924h473.118a42.918 42.918 0 0147.224 46.924V530.1a135.89 135.89 0 00-37.707-5.331 135.53 135.53 0 00-135.53 135.53 136.132 136.132 0 0016.053 64.12zM451.012 508.446l72.132 61.56a22.558 22.558 0 0014.516 5.271 22.648 22.648 0 0016.505-7.138l99.388-111.074.422-.512a3.614 3.614 0 01.451-.542 18.07 18.07 0 003.795-13.583 18.342 18.342 0 00-7.047-12.047 23.642 23.642 0 00-14.607-5 23.823 23.823 0 00-17.408 7.56l-82.01 92.16-71.199-64.632a21.564 21.564 0 00-14.276-5.421 21.534 21.534 0 00-15.058 6.023l-75.295 74.782a20.6 20.6 0 00-6.354 15.059 20.751 20.751 0 006.746 15.059 23.793 23.793 0 0016.354 6.325 24.094 24.094 0 0017.016-6.958l55.658-56.771z' fill='%23FFF'/%3E%3Cpath d='M746.737 561.062a90.172 90.172 0 000 180.344zm0 189.38a99.177 99.177 0 10-99.177-99.238 100.08 100.08 0 0099.177 99.207zm0-180.345a81.167 81.167 0 11-81.167 81.167 80.806 80.806 0 0181.167-81.167z' fill='%23FFECB7'/%3E%3C/svg%3E\")}.t-icon-pinggufenxi-copy{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M885.664 38.684c54.796 0 99.652 40.56 99.652 90.149v766.334c0 49.59-44.856 90.149-99.652 90.149H138.336c-54.796 0-99.652-40.56-99.652-90.149V128.833c0-49.59 44.856-90.149 99.652-90.149h747.328zm-3.058 69.76H141.394c-18.132 0-32.95 13.216-32.95 29.345v748.422c0 16.129 14.818 29.345 32.95 29.345h741.212c18.132 0 32.95-13.216 32.95-29.345V137.789c0-16.129-14.818-29.345-32.95-29.345zm-224.97 622.01a36.409 36.409 0 010 72.817H366.364a36.409 36.409 0 010-72.818h291.272zM512 257.137c28.836 1.31 50.062 15.073 63.716 41.324l113.777 273.576c1.53 9.175 3.022 15.729 4.551 19.661-1.529 19.66-15.182 29.528-40.96 29.528-22.755 0-37.137-7.865-43.253-23.63l-15.911-47.222H432.337l-18.204 47.222c-7.573 15.765-21.991 23.63-43.217 23.63-25.778 0-39.431-10.486-40.96-31.494V575.97c1.529-1.31 2.293-2.621 2.293-3.932l118.33-273.576c10.594-26.215 31.092-40.014 61.421-41.324zm-6.372 83.012l-54.322 140.538h108.608L505.628 340.15z' fill='%23333'/%3E%3C/svg%3E\")}.t-icon-shouye-copy{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M896 1015.36H128v-416h64v352h640v-352h64v416zm72.64-426.24L512 102.08 55.36 589.12 8.64 545.6 512 8.64l503.36 536.96-46.72 43.52z' fill='%23477EFF'/%3E%3Cpath d='M640 887.36h-64v-224H448v224h-64v-288h256v288zm-128-352a128 128 0 11128-128 128 128 0 01-128 128zm0-192a64 64 0 1064 64 64 64 0 00-64-64z' fill='%23477EFF'/%3E%3C/svg%3E\")}.t-icon-wode-copy{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 377.263a134.737 134.737 0 100-269.474 134.737 134.737 0 000 269.474zm0 80.842a215.579 215.579 0 110-431.158 215.579 215.579 0 010 431.158zM161.684 916.211h700.632V808.42a215.579 215.579 0 00-215.58-215.579H377.264a215.579 215.579 0 00-215.579 215.58V916.21zM377.264 512h269.473c163.705 0 296.42 132.716 296.42 296.421v188.632H80.843V808.42C80.842 644.716 213.558 512 377.263 512z' fill='%23477EFF'/%3E%3C/svg%3E\")}.t-icon-pinggufenxi-copy-copy{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M885.664 38.684c54.796 0 99.652 40.56 99.652 90.149v766.334c0 49.59-44.856 90.149-99.652 90.149H138.336c-54.796 0-99.652-40.56-99.652-90.149V128.833c0-49.59 44.856-90.149 99.652-90.149h747.328zm-3.058 69.76H141.394c-18.132 0-32.95 13.216-32.95 29.345v748.422c0 16.129 14.818 29.345 32.95 29.345h741.212c18.132 0 32.95-13.216 32.95-29.345V137.789c0-16.129-14.818-29.345-32.95-29.345zm-224.97 622.01a36.409 36.409 0 010 72.817H366.364a36.409 36.409 0 010-72.818h291.272zM512 257.137c28.836 1.31 50.062 15.073 63.716 41.324l113.777 273.576c1.53 9.175 3.022 15.729 4.551 19.661-1.529 19.66-15.182 29.528-40.96 29.528-22.755 0-37.137-7.865-43.253-23.63l-15.911-47.222H432.337l-18.204 47.222c-7.573 15.765-21.991 23.63-43.217 23.63-25.778 0-39.431-10.486-40.96-31.494V575.97c1.529-1.31 2.293-2.621 2.293-3.932l118.33-273.576c10.594-26.215 31.092-40.014 61.421-41.324zm-6.372 83.012l-54.322 140.538h108.608L505.628 340.15z' fill='%23477EFF'/%3E%3C/svg%3E\")}.t-icon-wode{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 377.263a134.737 134.737 0 100-269.474 134.737 134.737 0 000 269.474zm0 80.842a215.579 215.579 0 110-431.158 215.579 215.579 0 010 431.158zM161.684 916.211h700.632V808.42a215.579 215.579 0 00-215.58-215.579H377.264a215.579 215.579 0 00-215.579 215.58V916.21zM377.264 512h269.473c163.705 0 296.42 132.716 296.42 296.421v188.632H80.843V808.42C80.842 644.716 213.558 512 377.263 512z' fill='%23333'/%3E%3C/svg%3E\")}.t-icon-shouye{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M896 1015.36H128v-416h64v352h640v-352h64v416zm72.64-426.24L512 102.08 55.36 589.12 8.64 545.6 512 8.64l503.36 536.96-46.72 43.52z' fill='%23333'/%3E%3Cpath d='M640 887.36h-64v-224H448v224h-64v-288h256v288zm-128-352a128 128 0 11128-128 128 128 0 01-128 128zm0-192a64 64 0 1064 64 64 64 0 00-64-64z' fill='%23333'/%3E%3C/svg%3E\")}.t-icon-shijian-mianxing-0{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M77.18599999999992 512.305a435.119 435.119 0 10870.238 0 435.119 435.119 0 10-870.238 0z' fill='%2379D13F'/%3E%3Cpath d='M510.856 558.105c-20.554 0-37.22-16.665-37.22-37.22V295.682c0-20.554 16.666-37.219 37.22-37.219s37.22 16.665 37.22 37.22v225.202c0 20.536-16.666 37.22-37.22 37.22z' fill='%23ACFF88'/%3E%3Cpath d='M709.784 670.677a36.977 36.977 0 01-18.571-4.995L496.193 553.09c-17.79-10.277-23.89-33.025-13.614-50.833 10.258-17.81 33.044-23.91 50.833-13.614l195.02 112.592c17.79 10.277 23.891 33.024 13.614 50.833-6.883 11.955-19.391 18.61-32.262 18.61z' fill='%23ACFF88'/%3E%3Cpath d='M442.633 520.885a68.222 68.222 0 10136.445 0 68.222 68.222 0 10-136.445 0z' fill='%23D6FFB7'/%3E%3C/svg%3E\")}.t-icon-kehuguanli{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 0A512 512 0 110 512 512 512 0 01512 0z' fill='%23F15E5E'/%3E%3Cpath d='M331.279 551.995a61.03 61.03 0 00-3.058 19.148v60.972a61.074 61.074 0 0061.075 61.148h61.074a61.074 61.074 0 0061.074-61.148v-60.972a61.22 61.22 0 00-3.057-19.178c91.121 24.371 155.736 85.285 155.736 156.526v45.934a61.074 61.074 0 01-61.104 61.103H236.617a61.074 61.074 0 01-61.074-61.074V708.52c0-71.27 64.614-132.198 155.736-156.525zm416.095 203a60.767 60.767 0 008.367-30.91v-45.963c0-67.174-61.016-125.206-149.211-152.035a190.171 190.171 0 0057.534-138.05 195.482 195.482 0 00-22.294-91.311c63.605 4.769 113.898 64.366 113.898 137.114a142.438 142.438 0 01-53.965 114.03c84.612 18.314 145.57 69.719 145.57 130.267v46.328a30.53 30.53 0 01-30.457 30.53h-69.442zM419.84 571.143a30.53 30.53 0 0130.53 30.53v30.545a30.544 30.544 0 11-61.074 0v-30.53a30.53 30.53 0 0130.53-30.53zm0-30.53c-84.304 0-152.678-75.176-152.678-167.892S335.536 204.8 419.84 204.8s152.678 75.176 152.678 167.921-68.374 167.892-152.678 167.892z' fill='%23FFF'/%3E%3C/svg%3E\")}.t-icon-qiapianjihuo{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 0C230.4 0 0 230.4 0 512s230.4 512 512 512 512-230.4 512-512S793.6 0 512 0zm108.8 595.2c-44.8 0-83.2-12.8-121.6-38.4l-96 96L448 704l-57.6 57.6-44.8-44.8-32 32 44.8 44.8-57.6 57.6L192 742.4l243.2-243.2c-19.2-32-25.6-70.4-25.6-115.2 0-115.2 96-211.2 211.2-211.2S832 268.8 832 384c0 121.6-96 211.2-211.2 211.2z' fill='%23f4a300'/%3E%3Cpath d='M620.8 256c-70.4 0-128 57.6-128 128s57.6 128 128 128 128-57.6 128-128-64-128-128-128z' fill='%23f4a300'/%3E%3C/svg%3E\")}.t-icon-kapian{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M614.263 629.4h45.698v45.407h-45.698v-45.408zm112.936 0h45.7v45.407h-45.7v-45.408z' fill='%231296DB'/%3E%3Cpath d='M512 1.873C230.969 1.873 3.15 229.69 3.15 510.72s227.82 508.85 508.849 508.85c281.031 0 508.848-227.82 508.848-508.85C1020.847 229.69 793.03 1.873 512 1.873zM827.328 706.24s-2.134 41.334-43.08 47.154H243.823s-32.405-1.94-38.81-43.855l-1.2-248.964H827.33V706.24zm0-401.972v76.26l-623.518-.306 1.202-78.283c6.694-33.473 39.004-34.346 39.004-34.346h538.487c45.407 4.657 44.825 36.675 44.825 36.675z' fill='%231296DB'/%3E%3Cpath d='M670.44 629.4h45.699v45.407H670.44v-45.408z' fill='%231296DB'/%3E%3C/svg%3E\")}.t-icon-kapiananniu{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 533.662c-9.846-3.939-21.662-7.877-33.477-11.816 3.939-7.877 7.877-17.723 7.877-27.57v-25.6c0-29.538-25.6-55.138-55.138-55.138-5.908 0-11.816 1.97-17.724 3.939-21.661 7.877-37.415 27.57-37.415 51.2v25.6c0 9.846 1.97 19.692 7.877 27.57-9.846 1.968-19.692 5.907-29.538 9.845-11.816 5.908-19.693 17.723-19.693 29.539v33.477l1.97 3.938c3.938 11.816 13.784 19.692 27.569 19.692h141.784c13.785 0 27.57-11.815 27.57-25.6v-31.507c0-3.939 0-7.877-1.97-9.846-5.907-7.877-11.815-15.754-19.692-17.723zm137.846-41.354h-78.77c-5.907 0-9.845 1.969-13.784 5.907-3.938 3.939-5.907 7.877-5.907 13.785s1.969 9.846 5.907 13.785c3.939 3.938 7.877 5.907 13.785 5.907h78.77c5.907 0 9.845-1.969 13.784-5.907 3.938-3.939 5.907-7.877 5.907-13.785s-1.969-9.846-5.907-13.785c-3.939-3.938-9.846-5.907-13.785-5.907zm0 78.769h-78.77c-5.907 0-9.845 1.97-13.784 5.908-3.938 3.938-5.907 7.877-5.907 13.784 0 5.908 1.969 9.846 5.907 13.785 3.939 3.938 7.877 5.908 13.785 5.908h78.77c5.907 0 9.845-1.97 13.784-5.908 3.938-3.939 5.907-7.877 5.907-13.785 0-5.907-1.969-9.846-5.907-13.784-3.939-3.939-9.846-5.908-13.785-5.908z' fill='%2372B0FF'/%3E%3Cpath d='M512 0C228.43 0 0 228.43 0 512s228.43 512 512 512 512-228.43 512-512S793.6 0 512 0zm236.308 669.538c0 21.662-17.723 39.385-39.385 39.385H315.077c-21.662 0-39.385-17.723-39.385-39.385V354.462c0-21.662 17.723-39.385 39.385-39.385h393.846c21.662 0 39.385 17.723 39.385 39.385v315.076z' fill='%2372B0FF'/%3E%3Cpath d='M649.846 413.538H531.692c-5.907 0-9.846 1.97-13.784 5.908-3.939 3.939-5.908 7.877-5.908 13.785 0 5.907 1.97 9.846 5.908 13.784 3.938 3.939 7.877 5.908 13.784 5.908h118.154c5.908 0 9.846-1.97 13.785-5.908 3.938-3.938 5.907-7.877 5.907-13.784 0-5.908-1.969-9.846-5.907-13.785-3.939-3.938-9.846-5.908-13.785-5.908z' fill='%2372B0FF'/%3E%3C/svg%3E\")}.t-icon-xiangmuchaxun-chakanshebei{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M17.96 509.427a501.76 491.467 90 10982.934 0 501.76 491.467 90 10-982.934 0z' fill='%233F51B5'/%3E%3Cpath d='M762.8 621.2h-26c-5.6 0-10-4.4-10-10v-73.6c0-5.6-4.4-10-10-10h-172c-5.6 0-10-4.4-10-10V476c0-5.6 4.4-10 10-10h148.8c6 0 10.8-4.8 10.8-10.8V278.8a10.928 10.928 0 00-10.8-10.8H330.4c-6 0-10.8 4.8-10.8 10.8v176.4a10.928 10.928 0 0010.8 10.8h148.8c5.6 0 10 4.4 10 10v41.6c0 5.6-4.4 10-10 10h-172c-5.6 0-10 4.4-10 10v73.6c0 5.6-4.4 10-10 10h-26c-2.8 0-5.2 2.4-5.2 5.2V744c0 2.8 2.4 5.2 5.2 5.2h117.6c2.8 0 5.2-2.4 5.2-5.2V626.4c0-2.8-2.4-5.2-5.2-5.2h-26c-5.6 0-10-4.4-10-10v-28c0-5.6 4.4-10 10-10h126.8c5.6 0 10 4.4 10 10v28c0 5.6-4.4 10-10 10h-26c-2.8 0-5.2 2.4-5.2 5.2V744c0 2.8 2.4 5.2 5.2 5.2h117.6c2.8 0 5.2-2.4 5.2-5.2V626.4c0-2.8-2.4-5.2-5.2-5.2h-26c-5.6 0-10-4.4-10-10v-28c0-5.6 4.4-10 10-10H672c5.6 0 10 4.4 10 10v28c0 5.6-4.4 10-10 10h-26c-2.8 0-5.2 2.4-5.2 5.2V744c0 2.8 2.4 5.2 5.2 5.2h117.6c2.8 0 5.2-2.4 5.2-5.2V626.4c-.8-2.8-3.2-5.2-6-5.2zm-421.6 84c0 1.2-.8 2-2 2H300c-1.2 0-2-.8-2-2V666c0-1.2.8-2 2-2h39.2c1.2 0 2 .8 2 2v39.2zm192 0c0 .8-.8 2-1.6 2H492c-.8 0-1.6-.8-1.6-2V666c0-.4 0-.8.4-1.2.4-.4.8-.4 1.2-.4h39.2c.4 0 .8 0 1.2.4.4.4.4.8.4 1.2v39.2zm-160.8-282c-5.6 0-10-4.4-10-10v-92.4c0-5.6 4.4-10 10-10h278.8c5.6 0 10 4.4 10 10v92.4c0 5.6-4.4 10-10 10H372.4zm352.8 282c0 .8-.8 2-1.6 2h-39.2c-.8 0-1.6-.8-1.6-2V666c0-.4 0-.8.4-1.2.4-.4.8-.4 1.2-.4h39.2c.4 0 .8 0 1.2.4.4.4.4.8.4 1.2v39.2zm-288-364.8c-10.8 0-20.8 6.4-24.8 16.4-4 10-2 21.6 5.6 29.2 7.6 7.6 19.2 10 29.2 6s16.4-14 16.4-24.8c0-14.8-11.6-26.8-26.4-26.8zm0 0' fill='%23FFF'/%3E%3C/svg%3E\")}.t-icon-shebeishu{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 0a512 512 0 01512 512 512 512 0 01-512 512A512 512 0 010 512 512 512 0 01512 0z' fill='%23B196F4'/%3E%3Cpath d='M429.44 260.48h165.12V425.6H429.44zM295.04 598.4h165.12v165.12H295.04zm269.44 0H729.6v165.12H564.48zm116.48 0h-68.48v-51.84H411.52v51.84h-68.48V478.08h337.92V598.4z' fill='%23FFF'/%3E%3Cpath d='M477.44 423.68h68.48V512h-68.48z' fill='%23FFF'/%3E%3C/svg%3E\")}.t-icon-lishihenji{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 0c282.778 0 512 229.222 512 512s-229.222 512-512 512S0 794.778 0 512 229.222 0 512 0zm0 256c-141.26 0-256 114.842-256 256s114.842 256 256 256c141.26 0 256-114.842 256-256a256.307 256.307 0 00-256-256zm-25.6 170.65a25.6 25.6 0 0125.6 25.6V512h59.75a25.6 25.6 0 110 51.2H486.4a25.549 25.549 0 01-25.6-25.6v-85.35a25.6 25.6 0 0125.6-25.6z' fill='%23FB9D95'/%3E%3C/svg%3E\")}.t-icon-qiehuan1{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M956.995 307.227a31.979 31.979 0 00-6.932-34.852L799.53 121.841l-45.227 45.227 95.94 95.941h-722.3v63.96h799.507a31.976 31.976 0 0029.546-19.742zm2.435 339.548H159.923a31.979 31.979 0 00-29.546 19.741 31.979 31.979 0 006.932 34.852l150.535 150.534 45.227-45.226-95.941-95.94h722.3v-63.961z'/%3E%3C/svg%3E\")}.t-icon-tishi6{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M513.6 232c12.8 0 24-11.2 24-24V86.4c0-12.8-11.2-24-24-24s-24 11.2-24 24V208c0 12.8 9.6 24 24 24zm-219.2 49.6c4.8 4.8 11.2 6.4 17.6 6.4s12.8-1.6 17.6-6.4c9.6-9.6 9.6-24 0-33.6l-86.4-86.4c-9.6-9.6-24-9.6-33.6 0-9.6 9.6-9.6 24 0 33.6l84.8 86.4zm-88 161.6H83.2c-12.8 0-24 11.2-24 24s11.2 24 24 24h121.6c12.8 0 24-11.2 24-24s-9.6-24-22.4-24zm734.4 0H819.2c-12.8 0-24 11.2-24 24s11.2 24 24 24h121.6c12.8 0 24-11.2 24-24s-9.6-24-24-24zM715.2 289.6c6.4 0 12.8-1.6 17.6-6.4l86.4-86.4c9.6-9.6 9.6-24 0-33.6s-24-9.6-33.6 0l-86.4 86.4c-9.6 9.6-9.6 24 0 33.6 3.2 3.2 9.6 6.4 16 6.4zM601.6 835.2H422.4c-12.8 0-22.4 9.6-22.4 22.4v3.2c0 12.8 9.6 22.4 22.4 22.4h179.2c12.8 0 22.4-9.6 22.4-22.4v-3.2c0-12.8-9.6-22.4-22.4-22.4zM600 494.4H424c-12.8 0-24 11.2-24 24s11.2 24 24 24h64v144c0 12.8 9.6 22.4 22.4 22.4h1.6c12.8 0 22.4-9.6 22.4-22.4v-144h64c12.8 0 24-11.2 24-24 1.6-12.8-8-24-22.4-24zm-46.4 419.2h-80c-12.8 0-24 11.2-24 24s11.2 24 24 24h80c12.8 0 24-11.2 24-24-1.6-14.4-11.2-24-24-24z' fill='%232db391'/%3E%3Cpath d='M512 268.8c-129.6 0-236.8 105.6-236.8 236.8 0 65.6 27.2 128 75.2 172.8l22.4 75.2c1.6 25.6 22.4 44.8 49.6 44.8h180.8c25.6 0 46.4-19.2 49.6-44.8l22.4-75.2c48-44.8 75.2-107.2 75.2-172.8C748.8 376 643.2 268.8 512 268.8zm124.8 377.6l-4.8 4.8-27.2 91.2-1.6 4.8v3.2l-182.4-1.6v-3.2l-27.2-94.4-4.8-4.8c-40-35.2-64-88-64-140.8 0-104 84.8-188.8 188.8-188.8s188.8 84.8 188.8 188.8c-1.6 54.4-25.6 105.6-65.6 140.8z' fill='%232db391'/%3E%3C/svg%3E\")}.t-icon-bianji{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M153.6 902.656a32.256 32.256 0 010-64h716.8a32.256 32.256 0 010 64zM743.936 151.04l72.192 72.192a51.2 51.2 0 010 72.192L358.4 751.616a51.2 51.2 0 01-36.352 14.848h-95.232a25.6 25.6 0 01-25.6-25.6v-97.792a51.2 51.2 0 0114.848-36.352l455.68-455.68a51.2 51.2 0 0172.192 0zm-478.72 497.152v54.272h54.272l442.88-442.88-54.272-54.784z' fill='%235A5A68'/%3E%3C/svg%3E\")}.t-icon-caidan{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M44.4 245.9h935.2c24.4 0 44.4-20 44.4-44.4s-19.8-44.4-44.4-44.4H44.4C20 157.1 0 177.1 0 201.5s20 44.4 44.4 44.4zm935.2 221.8H44.4C20 467.7 0 487.7 0 512.1s20 44.4 44.4 44.4h935.2c24.4 0 44.4-20 44.4-44.4s-20-44.4-44.4-44.4zm0 310.4H44.4C20 778.1 0 797.8 0 822.5s20 44.4 44.4 44.4h935.2c24.4 0 44.4-19.8 44.4-44.4s-20-44.4-44.4-44.4z'/%3E%3C/svg%3E\")}.t-icon-xiaoxi{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M769.7 659h-60V494.6c0-110.7-90.1-200.8-200.8-200.8-110.7 0-200.8 90.1-200.8 200.8V659h-60V494.6c0-69.4 27.2-134.8 76.6-184.2s114.8-76.6 184.2-76.6 134.8 27.2 184.2 76.6c49.4 49.4 76.6 114.8 76.6 184.2V659z' fill='%23F9C73D'/%3E%3Cpath d='M508.9 287.7c-47.6 0-86.3-38.7-86.3-86.3s38.7-86.3 86.3-86.3 86.3 38.7 86.3 86.3-38.7 86.3-86.3 86.3zm0-112.7c-14.5 0-26.3 11.8-26.3 26.3s11.8 26.3 26.3 26.3 26.3-11.8 26.3-26.3-11.8-26.3-26.3-26.3z' fill='%23F9C73D'/%3E%3Cpath d='M610.5 732.4c7.4 15.1 11.6 32.1 11.6 50 0 62.6-50.7 113.3-113.3 113.3S395.5 845 395.5 782.4c0-17.2 3.8-33.6 10.7-48.2' fill='%23FFEABB'/%3E%3Cpath d='M508.9 925.6c-79 0-143.3-64.3-143.3-143.3 0-21.3 4.6-41.8 13.6-60.9l54.3 25.5c-5.2 11.1-7.9 23-7.9 35.4 0 45.9 37.4 83.3 83.3 83.3s83.3-37.4 83.3-83.3c0-12.9-2.9-25.3-8.5-36.7l53.8-26.5c9.8 19.8 14.7 41.1 14.7 63.3-.1 79-64.3 143.2-143.3 143.2z' fill='%23F9C73D'/%3E%3Cpath d='M771.9 776.3H245.8c-38.9 0-70.5-31.6-70.5-70.5s31.6-70.5 70.5-70.5H279c16.6 0 30 13.4 30 30s-13.4 30-30 30h-33.1c-5.7 0-10.5 4.8-10.5 10.5s4.8 10.5 10.5 10.5H772c5.7 0 10.5-4.8 10.5-10.5s-4.8-10.5-10.5-10.5h-33c-16.6 0-30-13.4-30-30s13.4-30 30-30h33c38.9 0 70.5 31.6 70.5 70.5s-31.7 70.5-70.6 70.5z' fill='%23F9C73D'/%3E%3C/svg%3E\")}.t-icon-add-circle{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 74.667C270.933 74.667 74.667 270.933 74.667 512S270.933 949.333 512 949.333 949.333 753.067 949.333 512 753.067 74.667 512 74.667zm0 810.666C307.2 885.333 138.667 716.8 138.667 512S307.2 138.667 512 138.667 885.333 307.2 885.333 512 716.8 885.333 512 885.333z' fill='%23666'/%3E%3Cpath d='M682.667 480H544V341.333c0-17.066-14.933-32-32-32s-32 14.934-32 32V480H341.333c-17.066 0-32 14.933-32 32s14.934 32 32 32H480v138.667c0 17.066 14.933 32 32 32s32-14.934 32-32V544h138.667c17.066 0 32-14.933 32-32s-14.934-32-32-32z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-ashbin{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M874.667 241.067H672v-70.4C672 130.133 637.867 96 597.333 96H426.667C386.133 96 352 130.133 352 170.667v70.4H149.333c-17.066 0-32 14.933-32 32s14.934 32 32 32h53.334v548.266c0 40.534 34.133 74.667 74.666 74.667h469.334c40.533 0 74.666-34.133 74.666-74.667V305.067h53.334c17.066 0 32-14.934 32-32s-14.934-32-32-32zM416 170.667c0-6.4 4.267-10.667 10.667-10.667h170.666c6.4 0 10.667 4.267 10.667 10.667v70.4H416v-70.4zm341.333 682.666c0 6.4-4.266 10.667-10.666 10.667H277.333c-6.4 0-10.666-4.267-10.666-10.667v-544h490.666v544z' fill='%23666'/%3E%3Cpath d='M426.667 736c17.066 0 32-14.933 32-32V490.667c0-17.067-14.934-32-32-32s-32 14.933-32 32V704c0 17.067 14.933 32 32 32zm170.666 0c17.067 0 32-14.933 32-32V490.667c0-17.067-14.933-32-32-32s-32 14.933-32 32V704c0 17.067 14.934 32 32 32z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-chart-bar{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M149.333 800h128c29.867 0 53.334-23.467 53.334-53.333V533.333c0-29.866-23.467-53.333-53.334-53.333h-128C119.467 480 96 503.467 96 533.333v213.334C96 776.533 119.467 800 149.333 800zM160 544h106.667v192H160V544zm288 256h128c29.867 0 53.333-23.467 53.333-53.333V149.333C629.333 119.467 605.867 96 576 96H448c-29.867 0-53.333 23.467-53.333 53.333v597.334C394.667 776.533 418.133 800 448 800zm10.667-640h106.666v576H458.667V160zm416 149.333h-128c-29.867 0-53.334 23.467-53.334 53.334v384c0 29.866 23.467 53.333 53.334 53.333h128C904.533 800 928 776.533 928 746.667v-384c0-29.867-23.467-53.334-53.333-53.334zM864 736H757.333V373.333H864V736zm32 117.333H128c-17.067 0-32 14.934-32 32s14.933 32 32 32h768c17.067 0 32-14.933 32-32s-14.933-32-32-32z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-close{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M556.8 512L832 236.8c12.8-12.8 12.8-32 0-44.8-12.8-12.8-32-12.8-44.8 0L512 467.2 236.8 189.867c-12.8-12.8-32-12.8-44.8 0-12.8 12.8-12.8 32 0 44.8L467.2 512 189.867 787.2c-12.8 12.8-12.8 32 0 44.8 6.4 6.4 14.933 8.533 23.466 8.533S230.4 838.4 236.8 832L512 556.8 787.2 832c6.4 6.4 14.933 8.533 23.467 8.533s17.066-2.133 23.466-8.533c12.8-12.8 12.8-32 0-44.8L556.8 512z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-error{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 74.667C270.933 74.667 74.667 270.933 74.667 512S270.933 949.333 512 949.333 949.333 753.067 949.333 512 753.067 74.667 512 74.667zm0 810.666C307.2 885.333 138.667 716.8 138.667 512S307.2 138.667 512 138.667 885.333 307.2 885.333 512 716.8 885.333 512 885.333z' fill='%23666'/%3E%3Cpath d='M657.067 360.533c-12.8-12.8-32-12.8-44.8 0l-102.4 102.4-102.4-102.4c-12.8-12.8-32-12.8-44.8 0-12.8 12.8-12.8 32 0 44.8l102.4 102.4-102.4 102.4c-12.8 12.8-12.8 32 0 44.8 6.4 6.4 14.933 8.534 23.466 8.534s17.067-2.134 23.467-8.534l102.4-102.4 102.4 102.4c6.4 6.4 14.933 8.534 23.467 8.534s17.066-2.134 23.466-8.534c12.8-12.8 12.8-32 0-44.8L554.667 509.867l102.4-102.4c12.8-12.8 12.8-34.134 0-46.934z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-menu{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M106.667 213.333a64 64 0 10128 0 64 64 0 10-128 0zM106.667 512a64 64 0 10128 0 64 64 0 10-128 0zM106.667 810.667a64 64 0 10128 0 64 64 0 10-128 0zM896 778.667H362.667c-17.067 0-32 14.933-32 32s14.933 32 32 32H896c17.067 0 32-14.934 32-32s-14.933-32-32-32zM362.667 245.333H896c17.067 0 32-14.933 32-32s-14.933-32-32-32H362.667c-17.067 0-32 14.934-32 32s14.933 32 32 32zM896 480H362.667c-17.067 0-32 14.933-32 32s14.933 32 32 32H896c17.067 0 32-14.933 32-32s-14.933-32-32-32z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-minus-circle{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 949.333C270.933 949.333 74.667 753.067 74.667 512S270.933 74.667 512 74.667 949.333 270.933 949.333 512 753.067 949.333 512 949.333zm0-810.666C307.2 138.667 138.667 307.2 138.667 512S307.2 885.333 512 885.333 885.333 716.8 885.333 512 716.8 138.667 512 138.667z' fill='%23666'/%3E%3Cpath d='M682.667 544H341.333c-17.066 0-32-14.933-32-32s14.934-32 32-32h341.334c17.066 0 32 14.933 32 32s-14.934 32-32 32z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-modular{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M405.333 458.667h-256C119.467 458.667 96 435.2 96 405.333v-256C96 119.467 119.467 96 149.333 96h256c29.867 0 53.334 23.467 53.334 53.333v256c0 29.867-23.467 53.334-53.334 53.334zm-245.333-64h234.667V160H160v234.667zm714.667 64h-256c-29.867 0-53.334-23.467-53.334-53.334v-256C565.333 119.467 588.8 96 618.667 96h256C904.533 96 928 119.467 928 149.333v256c0 29.867-23.467 53.334-53.333 53.334zm-245.334-64H864V160H629.333v234.667zM874.667 928h-256c-29.867 0-53.334-23.467-53.334-53.333v-256c0-29.867 23.467-53.334 53.334-53.334h256c29.866 0 53.333 23.467 53.333 53.334v256C928 904.533 904.533 928 874.667 928zm-245.334-64H864V629.333H629.333V864zm-224 64h-256C119.467 928 96 904.533 96 874.667v-256c0-29.867 23.467-53.334 53.333-53.334h256c29.867 0 53.334 23.467 53.334 53.334v256c0 29.866-23.467 53.333-53.334 53.333zM160 864h234.667V629.333H160V864z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-notification{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M800 625.067V448c0-117.333-70.4-217.6-170.667-262.4C625.067 123.733 573.867 74.667 512 74.667S398.933 123.733 394.667 185.6C294.4 230.4 224 330.667 224 448v177.067C166.4 672 138.667 736 138.667 810.667c0 17.066 14.933 32 32 32H377.6C392.533 904.533 448 949.333 512 949.333s119.467-44.8 134.4-106.666h206.933c17.067 0 32-14.934 32-32 0-76.8-27.733-138.667-85.333-185.6zm-288-486.4c19.2 0 36.267 10.666 44.8 25.6C541.867 162.133 526.933 160 512 160c-14.933 0-29.867 2.133-44.8 4.267 8.533-14.934 25.6-25.6 44.8-25.6zm0 746.666c-29.867 0-55.467-17.066-66.133-42.666h134.4c-12.8 25.6-38.4 42.666-68.267 42.666zM204.8 778.667c6.4-46.934 29.867-83.2 70.4-113.067 8.533-6.4 12.8-14.933 12.8-25.6V448c0-123.733 100.267-224 224-224s224 100.267 224 224v192c0 10.667 4.267 19.2 12.8 25.6 40.533 29.867 64 66.133 70.4 113.067H204.8z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-prompt{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 74.667C270.933 74.667 74.667 270.933 74.667 512S270.933 949.333 512 949.333 949.333 753.067 949.333 512 753.067 74.667 512 74.667zm0 810.666C307.2 885.333 138.667 716.8 138.667 512S307.2 138.667 512 138.667 885.333 307.2 885.333 512 716.8 885.333 512 885.333z' fill='%23666'/%3E%3Cpath d='M469.33299999999997 320a42.667 42.667 0 1085.334 0 42.667 42.667 0 10-85.334 0zM512 437.333c-17.067 0-32 14.934-32 32V704c0 17.067 14.933 32 32 32s32-14.933 32-32V469.333c0-17.066-14.933-32-32-32z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-success{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 74.667C270.933 74.667 74.667 270.933 74.667 512S270.933 949.333 512 949.333 949.333 753.067 949.333 512 753.067 74.667 512 74.667zm0 810.666C307.2 885.333 138.667 716.8 138.667 512S307.2 138.667 512 138.667 885.333 307.2 885.333 512 716.8 885.333 512 885.333z' fill='%23666'/%3E%3Cpath d='M701.867 381.867L448 637.867 322.133 512c-12.8-12.8-32-12.8-44.8 0-12.8 12.8-12.8 32 0 44.8l149.334 149.333c6.4 6.4 14.933 8.534 23.466 8.534s17.067-2.134 23.467-8.534L750.933 428.8c12.8-12.8 12.8-32 0-44.8-14.933-12.8-36.266-12.8-49.066-2.133z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-add-bold{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M874.667 469.333h-320v-320c0-23.466-19.2-42.666-42.667-42.666s-42.667 19.2-42.667 42.666v320h-320c-23.466 0-42.666 19.2-42.666 42.667s19.2 42.667 42.666 42.667h320v320c0 23.466 19.2 42.666 42.667 42.666s42.667-19.2 42.667-42.666v-320h320c23.466 0 42.666-19.2 42.666-42.667s-19.2-42.667-42.666-42.667z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-arrow-left-bold{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M384 512l347.733-309.333C748.8 187.733 750.933 160 736 142.933c-14.933-17.066-42.667-19.2-59.733-4.266L292.267 480c-10.667 8.533-14.934 19.2-14.934 32s4.267 23.467 14.934 32l384 341.333C684.8 891.733 695.467 896 704 896c12.8 0 23.467-4.267 32-14.933 14.933-17.067 14.933-44.8-4.267-59.734L384 512z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-arrow-up-bold{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M904.533 674.133L541.867 311.467c-17.067-17.067-42.667-17.067-59.734 0L119.467 674.133c-17.067 17.067-17.067 42.667 0 59.734 17.066 17.066 42.666 17.066 59.733 0l332.8-332.8 332.8 332.8c8.533 8.533 19.2 12.8 29.867 12.8s21.333-4.267 29.866-12.8c17.067-17.067 17.067-42.667 0-59.734z'/%3E%3C/svg%3E\")}.t-icon-arrow-down-bold{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M904.533 311.467c-17.066-17.067-42.666-17.067-59.733 0L512 644.267l-332.8-332.8c-17.067-17.067-42.667-17.067-59.733 0-17.067 17.066-17.067 42.666 0 59.733l362.666 362.667c8.534 8.533 19.2 12.8 29.867 12.8s21.333-4.267 29.867-12.8L904.533 371.2c17.067-17.067 17.067-42.667 0-59.733z'/%3E%3C/svg%3E\")}.t-icon-arrow-right-bold{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M731.733 480l-384-341.333c-17.066-14.934-44.8-14.934-59.733 4.266-14.933 17.067-14.933 44.8 4.267 59.734L640 512 292.267 821.333C275.2 836.267 273.067 864 288 881.067 296.533 889.6 307.2 896 320 896c10.667 0 19.2-4.267 27.733-10.667l384-341.333c8.534-8.533 14.934-19.2 14.934-32s-4.267-23.467-14.934-32z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-user-filling{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 74.667C270.933 74.667 74.667 270.933 74.667 512S270.933 949.333 512 949.333 949.333 753.067 949.333 512 753.067 74.667 512 74.667zm0 160c70.4 0 128 57.6 128 128s-57.6 128-128 128-128-57.6-128-128 57.6-128 128-128zM748.8 742.4c-23.467 32-117.333 100.267-236.8 100.267S298.667 774.4 275.2 742.4c-8.533-10.667-10.667-21.333-8.533-32C296.533 599.467 396.8 522.667 512 522.667s215.467 76.8 245.333 187.733c2.134 10.667 0 21.333-8.533 32z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-fatlevel{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M516.365 882.927c-14.863 0-13.511 29.726-14.044 40.453-1.392 27.72-24.689 42.705-50.279 45.694-12.774 1.515-27.637.204-42.05-3.726-22.396-5.937-44.587-18.916-58.263-38.365-40.493-53.923-75.5-97.61-92.86-165.66-6.388-25.262-9.991-56.01-9.91-87.005.083-22.355 2.212-44.916 6.552-65.715l-13.225 3.234c-41.435 10.277-101.787 23.666-122.996-26.45-20.881-49.828 28.006-111.367 61.744-143.713 45.57-43.728 104.898-78.53 164.226-100.067-14.044-26.368-22.028-56.543-22.028-88.603 0-104.202 84.918-189.12 189.161-189.12 104.449 0 189.162 84.672 189.162 189.12 0 31.077-7.493 60.393-20.759 86.31 61.457 20.882 124.306 57.609 171.023 102.442 25.18 24.157 43.77 49.01 54.62 71.734 12.774 26.573 15.517 51.712 7 71.775-2.62 6.428-6.468 12.242-11.464 17.483-28.497 29.643-74.108 18.343-111.49 9.09l-13.225-3.194c4.34 20.8 6.47 43.36 6.51 65.592.123 31.077-3.48 61.907-9.908 87.088-17.36 68.09-52.368 111.736-92.82 165.66-13.635 19.366-35.826 32.263-58.264 38.364-14.453 3.971-29.275 5.2-42.09 3.726-25.63-2.948-48.805-17.975-50.238-45.612-.614-10.727.778-40.535-14.085-40.535zm97.529-318.503c19.161 0 34.68 15.518 34.68 34.72 0 19.08-15.519 34.64-34.68 34.64-19.121 0-34.68-15.56-34.68-34.64 0-19.202 15.559-34.72 34.68-34.72zm-213.114 0c19.121 0 34.68 15.518 34.68 34.72 0 19.08-15.559 34.64-34.68 34.64-19.162 0-34.68-15.56-34.68-34.64 0-19.202 15.518-34.72 34.68-34.72zm113.374-172.66c74.928-2.17 136.917-60.229 136.917-138.76 0-76.565-62.112-138.636-138.678-138.636-76.729 0-138.677 61.948-138.677 138.636 0 78.326 62.726 138.76 140.438 138.76zm136.303-9.418c-36.44 37.71-82.175 58.714-134.87 59.86-53.35.492-101.991-19.775-139.291-57.894-11.547 3.767-22.642 7.656-33.902 12.365-52.531 22.192-95.563 51.548-126.517 81.192-20.8 19.98-35.867 39.838-44.22 57.28-6.468 13.471-8.72 24.198-6.1 30.545 8.926 13.716 51.835.49 64.732-2.703 21.414-5.322 40.248-9.95 55.193-5.609 21.127 6.223 30.503 20.39 22.601 47.74-6.019 20.76-8.803 45.039-8.885 69.196-.082 26.532 3.03 52.981 8.517 74.64 1.31 5.119 2.825 10.155 4.38 15.068 138.064 30.954 274.039 32.673 407.68 2.58 1.965-5.732 3.685-11.628 5.24-17.647 10.933-43.114 12.12-100.968-.327-143.836-8.025-27.433 1.474-41.6 22.56-47.7 15.027-4.34 33.86.287 55.274 5.568 12.611 3.112 56.34 16.664 64.651 2.58 2.62-6.265.328-16.992-6.06-30.422-8.352-17.4-23.379-37.177-44.137-57.157-30.954-29.726-74.109-59.083-126.681-81.315-13.307-5.528-26.204-9.99-39.838-14.33zm51.057 426.31l-134.542 43.523c12.201 17.155 12.324 45.447 13.552 65.797 20.39 3.603 46.8-2.13 59.328-19.981 21.946-29.111 44.465-56.871 61.662-89.34zM465.43 852.587l-132.577-40.821c16.828 30.954 38.938 58.222 60.024 86.228 6.346 9.09 18.056 15.518 30.299 18.793 10.809 3.071 18.383 3.112 29.07 1.188.941-19.94 1.474-48.56 13.184-65.388z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-baogao1{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M381.89 282.834h258.968a80.133 80.133 0 0080.064-79.968v-4.306a73.029 73.029 0 00-.425-8.105 81.051 81.051 0 00-79.64-71.986h-34.696v-6.405A80.146 80.146 0 00526.097 32h-29.5a80.16 80.16 0 00-80.036 80.064v6.405H381.85a81.038 81.038 0 00-79.543 71.945 80.58 80.58 0 00-.425 8.091v4.306a80.133 80.133 0 0080.064 80.023zm470.4-184.621H734.349v42.171h117.943a14.51 14.51 0 0114.51 14.51v779.04a14.523 14.523 0 01-14.51 14.51H170.499a14.537 14.537 0 01-14.51-14.551V154.92a14.523 14.523 0 0114.51-14.564h117.86v-42.2H170.5a56.722 56.722 0 00-56.668 56.64V933.77a56.722 56.722 0 0056.668 56.695h681.75a56.695 56.695 0 0056.668-56.654V154.84a56.695 56.695 0 00-56.667-56.64zM319.368 461.97h384a42.98 42.98 0 000-85.96h-384a42.98 42.98 0 100 85.96zm384 92.215h-384a42.98 42.98 0 100 85.961h384a42.98 42.98 0 000-85.96zm0 178.162h-384a42.98 42.98 0 100 85.962h384a42.98 42.98 0 000-85.962zm0 0' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-fat_r{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M558.978 525.2c166.8-80.4 169.2-441.6 169.2-457.2h-38.4c0 1.2 0 32.4-3.6 76.8h-339.6c-4.8-44.4-4.8-75.6-4.8-76.8h-38.4c0 15.6 2.4 376.8 169.2 457.2-138 106.8-145.2 416.4-146.4 430.8l38.4 1.2c0-1.2 1.2-38.4 7.2-88.8h286.8c7.2 50.4 7.2 87.6 8.4 87.6l38.4-1.2c-1.2-13.2-8.4-322.8-146.4-429.6zm-192-244.8h298.8c-3.6 18-8.4 36-14.4 54h-270c-6-18-10.8-36-14.4-54zm314.4-96c-2.4 18-4.8 38.4-8.4 57.6h-314.4c-3.6-20.4-6-39.6-8.4-57.6h331.2zm-175.2 313.2c-51.6-15.6-87.6-64.8-111.6-124.8h242.4c-24 60-60 109.2-111.6 124.8-3.6 1.2-7.2 2.4-9.6 3.6-3.6-1.2-6-2.4-9.6-3.6zm9.6 45.6c34.8 18 61.2 51.6 81.6 92.4h-163.2c20.4-40.8 46.8-74.4 81.6-92.4zm118.8 193.2h-237.6c6-20.4 12-42 20.4-61.2h198c7.2 19.2 14.4 39.6 19.2 61.2zm-256.8 92.4c2.4-16.8 6-36 9.6-54h256.8c3.6 18 7.2 37.2 9.6 54h-276z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-hengxian{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6144 1024'%3E%3Cpath d='M1524.572 304.572H4013.71v414.856H1524.572z'/%3E%3C/svg%3E\")}.t-icon-fat_w{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M352.949 631.22c45.717 0 100.057-24.09 142.352-62.142 53.519-48.318 85.411-106.901 83.632-154.398-.821-24.09-10.403-43.937-26.691-57.762-13.825-11.224-32.714-17.246-56.941-17.246-58.72 0-137.15 33.671-139.752 34.493-43.937 17.246-123.326 75.967-105.258 169.043 10.403 56.12 48.318 88.012 102.658 88.012zm23.406-208.738c.821 0 71.587-31.07 119.904-31.07 16.425 0 22.448 3.421 25.049 5.2 1.779 1.78 6.843 6.023 7.802 19.027.82 25.87-19.848 71.586-66.386 114.703-32.713 29.291-75.008 49.138-107.859 49.138-29.292 0-45.717-13.824-51.74-44.895-15.603-75.009 68.85-110.323 73.23-112.103zm0 0' fill='%23fff'/%3E%3Cpath d='M814.498 131.892c-1.779-.821-4.38-1.78-6.022-2.6-34.493-28.47-81.031-43.117-137.972-43.117-153.576 0-333.844 101.837-340.687 106.08l-6.023 3.422c-94.993 54.34-293.328 168.222-246.79 401.05 4.244 22.448 11.224 43.116 19.848 62.142 0 3.422.82 7.802 2.6 11.224C182.263 847.76 303.81 937.414 462.587 937.414c11.224 0 23.27-.821 35.315-1.78 102.657-8.623 205.315-64.742 290.727-159.598 77.609-86.233 134.55-198.335 156.998-307.974 44.759-224.889-129.486-335.349-131.129-336.17zm-465.792 108.68l6.022-3.421c60.363-34.493 202.715-99.236 314.818-99.236 44.895 0 80.21 11.224 105.258 31.892 2.6 4.38 5.201 7.802 9.445 10.403 0 0 .82.821 2.6 1.78 58.584 69.807-1.78 226.805-163.842 421.718-71.586 86.232-190.67 144.953-297.57 144.953-47.497 0-119.905-12.046-165.622-76.789-4.38-7.802-7.802-15.467-11.224-23.269-1.78-3.422-3.422-6.022-6.844-8.623-6.843-14.646-12.045-31.892-15.467-50.918-38.052-198.472 131.813-296.75 222.426-348.49zm540.801 217.362C850.634 649.424 687.613 865.006 492.7 881.43c-100.057 7.802-183.689-22.447-251.032-93.213 25.87 7.802 54.34 12.045 85.411 12.045 122.505 0 255.276-64.743 337.265-163.842 144.953-174.244 192.313-292.37 197.514-372.58 25.87 44.896 44.896 109.502 27.65 194.093zm0 0' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-jiantou_xiangxia{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M554.667 712.533V106.667h-85.334v601.6L337.067 576l-59.734 64L512 874.667 746.667 640l-59.734-59.733-132.266 132.266z' fill='%23444'/%3E%3C/svg%3E\")}.t-icon-jiantou_xiangshang{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M554.667 268.8v601.6h-85.334V268.8L337.067 401.067l-59.734-59.734L512 106.667l234.667 234.666-59.734 59.734L554.667 268.8z' fill='%23444'/%3E%3C/svg%3E\")}.t-icon-bone{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M541.355 726.289l-17.613-17.613 186.402-186.402 17.612 17.613c49.903 49.903 132.096 55.774 184.934 8.806 57.242-51.37 58.71-139.434 5.871-192.272l-135.03-96.87-17.614-17.613-96.87-135.032c-54.306-52.838-142.37-51.37-192.273 5.871-46.967 52.839-41.096 135.032 8.807 184.934l17.613 17.613-187.87 186.402-17.613-17.613c-49.902-49.903-132.095-55.774-184.934-8.806-55.773 51.37-57.241 139.434-4.403 192.272l135.031 96.87 17.613 17.613 96.87 135.032c52.839 52.838 140.902 51.37 192.273-5.871 46.967-52.839 41.096-135.032-8.806-184.934zm-142.37 149.708c0-1.468 0-1.468 0 0l-96.87-135.031-17.613-17.613-135.031-96.87c-30.823-30.822-27.887-80.725 4.403-108.612 29.354-24.951 74.854-20.548 101.273 7.339l17.613 17.612 41.096 41.097 271.53-268.595-41.096-41.096-17.613-19.08c-27.887-27.888-32.29-71.92-7.338-101.274 27.887-33.758 77.79-35.226 108.612-4.403l96.87 135.03 17.613 17.614 135.03 96.87c30.823 30.822 27.888 80.725-4.402 108.612-29.355 24.951-74.855 20.548-101.274-7.339l-17.612-17.613-41.097-41.096-272.998 267.127 41.097 41.096 17.612 17.613c27.887 27.887 32.29 71.919 7.34 101.274-26.42 35.225-76.323 36.693-107.145 7.338z' fill='%23fff'/%3E%3Cpath d='M541.355 726.289l-17.613-17.613 186.402-186.402 17.612 17.613c49.903 49.903 132.096 55.774 184.934 8.806 57.242-51.37 58.71-139.434 5.871-192.272l-135.03-96.87-8.807-8.807-42.564 42.564 8.806 8.807 135.031 96.87c30.822 30.822 27.887 80.725-4.403 108.612-29.355 24.951-74.854 20.548-101.273-7.339l-17.613-17.613-41.097-41.096-271.53 267.127 41.097 41.096 17.612 17.613c27.887 27.887 32.29 71.919 7.34 101.274-27.888 33.757-77.79 35.225-108.613 4.403l-96.87-135.032-8.807-8.806-41.096 41.097 8.806 8.806 96.87 135.031c52.839 52.838 140.903 51.37 192.273-5.87 48.435-49.904 42.564-132.097-7.338-182z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-lbm{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M374.4 614.4h9.6v179.2c0 32 25.6 57.6 57.6 57.6h137.6c32 0 57.6-25.6 57.6-57.6V614.4h9.6c32 0 57.6-25.6 57.6-57.6V416c0-25.6-9.6-48-28.8-64-16-16-41.6-25.6-64-25.6H406.4c-25.6 0-48 9.6-67.2 25.6-16 16-25.6 41.6-25.6 64v140.8c3.2 32 28.8 57.6 60.8 57.6zM364.8 416c0-12.8 3.2-22.4 12.8-32 6.4-9.6 19.2-12.8 28.8-12.8h204.8c12.8 0 22.4 3.2 32 12.8 9.6 6.4 12.8 19.2 12.8 28.8v140.8c0 6.4-6.4 9.6-9.6 9.6h-60.8v227.2c0 6.4-6.4 9.6-9.6 9.6H441.6c-6.4 0-9.6-6.4-9.6-9.6V563.2h-57.6c-6.4 0-9.6-6.4-9.6-9.6V416z' fill='%23fff'/%3E%3Cpath d='M688 742.4c-12.8 0-25.6 9.6-25.6 19.2 0 6.4 0 12.8 3.2 19.2 3.2 6.4 9.6 9.6 16 9.6 134.4 16 169.6 44.8 169.6 54.4-3.2 12.8-99.2 64-342.4 64s-339.2-51.2-342.4-64c3.2-9.6 32-35.2 166.4-51.2 12.8-3.2 22.4-12.8 19.2-25.6 0-12.8-12.8-22.4-25.6-22.4-86.4 9.6-211.2 35.2-211.2 102.4 0 38.4 41.6 67.2 128 86.4 73.6 16 169.6 25.6 268.8 25.6 144 0 390.4-25.6 393.6-112-3.2-67.2-112-96-217.6-105.6zM512 300.8c64 0 118.4-54.4 118.4-118.4S576 64 512 64s-118.4 54.4-118.4 118.4S448 300.8 512 300.8zm0-188.8c38.4 0 70.4 32 70.4 70.4s-32 70.4-70.4 70.4-70.4-32-70.4-70.4 32-70.4 70.4-70.4z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-biaozhunhua{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M977.644 592.713a30.977 30.977 0 00-43.845 0L738.667 787.846l-92.093-92.094a30.977 30.977 0 10-43.845 43.845l114.016 114.016a30.977 30.977 0 0043.845 0l217.054-217.055a30.977 30.977 0 000-43.845zM791.07 356.961a31.008 31.008 0 00-31.008-31.008H263.938a31.008 31.008 0 000 62.016h496.125a31.008 31.008 0 0031.008-31.008zM263.937 543.008a31.008 31.008 0 000 62.015h279.07a31.008 31.008 0 000-62.015h-279.07z' fill='%23fff'/%3E%3Cpath d='M763.07 915.102H204.868c-18.543 0-33.954-15.814-33.954-35.783V144.68c0-19.969 15.41-35.783 33.954-35.783h614.264c18.543 0 33.954 15.814 33.954 35.783v339.66a31.008 31.008 0 0062.016 0v-339.66c0-53.83-42.791-97.798-95.97-97.798H204.868c-53.179 0-95.97 43.969-95.97 97.798V879.32c0 53.83 42.791 97.798 95.97 97.798H763.07a31.008 31.008 0 000-62.015z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-cellin{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M799.129 951.73a35.28 35.28 0 01-11.475-1.925c-18.362-6.338-28.119-26.367-21.78-44.73 4.105-11.895 16.593-48.096-81.833-92.448-52.838-23.8-84.95-55.698-95.428-94.793-10.35-38.597 1.073-81.352 33.96-127.069 11.362-15.76 33.331-19.368 49.1-8.013 15.77 11.345 19.36 33.324 8.023 49.102-13.725 19.075-28.875 46.31-23.12 67.756 5.908 22.073 33.907 38.76 56.358 48.878 129.74 58.454 136.577 129.886 119.45 179.52-5.016 14.566-18.655 23.721-33.255 23.721zm-233.38 0c-11.852 0-23.413-5.995-30.043-16.834-73.312-119.872-139.385-96.872-223.047-67.696-62.448 21.772-140.219 48.861-198.329-26.513-75.288-97.637 28.017-274.88 40.04-294.763 10.05-16.61 31.65-21.927 48.277-11.903 16.619 10.032 21.961 31.649 11.947 48.286-23.971 39.783-83.61 164.765-44.55 215.42 24.787 32.139 52.434 26.376 119.46 3.033 80.957-28.214 203.319-70.857 306.22 97.43 10.143 16.576 4.92 38.227-11.656 48.37a35.024 35.024 0 01-18.319 5.17zM579.869 526.986c-168.2-46.98-266.085-158.357-290.915-331.04l104.455-15.031C412.003 310.2 482.284 390.152 608.262 425.33L579.87 526.986z' fill='%23fff'/%3E%3Cpath d='M288.061 619.186c-42.196 0-80.921-8.065-112.503-26.488-38.417-22.417-82.305-69.354-73.21-165.666C117.61 265.102 411.351 80.402 606.588 72.5c98.358-3.814 163.219 39.825 177.424 120.207 19.136 108.329-44.988 222.798-175.921 314.07-91.083 63.486-216.082 112.408-320.03 112.408zm331.307-476.584c-3.212 0-6.51.068-9.937.206-172.932 7-426.169 175.518-437.034 290.829-4.569 48.32 8.065 80.467 38.615 98.289 71.449 41.689 231.506 4.5 356.84-82.863 50.863-35.454 166.999-130.221 146.867-244.106v-.01c-2.766-15.71-11.028-62.345-95.351-62.345z' fill='%23fff'/%3E%3Cpath d='M706.01 647.408c-20.011 0-39.181-4.475-56.84-13.476-47.04-23.962-74.446-75.95-75.202-142.623-.214-19.427 15.357-35.351 34.784-35.575h.404c19.247 0 34.947 15.494 35.17 34.784.446 39.62 13.862 69.044 36.794 80.724 26.642 13.579 57.94-.12 74.206-9.516 32.465-18.723 62.973-52.802 83.706-93.496 39.542-77.59 35.11-165.58-9.482-188.306-20.664-10.53-44.215-4.457-60.275 2.482-17.882 7.704-38.546-.49-46.258-18.32-7.713-17.83.498-38.537 18.328-46.25 42.307-18.328 84.96-18.517 120.155-.592 82.09 41.827 99.748 166.104 40.229 282.936-27.157 53.275-66.648 96.777-111.24 122.492-28.498 16.44-57.253 24.736-84.479 24.736z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-kcal{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M482.977 958.709c-99.797.016-192.162-37.047-256.656-103.757-122.524-126.693-81.005-319.961 20.25-437.501 15.218-17.643 29.564-33.548 42.903-48.305 79.881-88.463 112.951-125.081 77.062-260.7a34.379 34.379 0 0110.603-34.664 34.365 34.365 0 0135.772-5.872c128.035 53.053 205.785 93.454 191.826 248.779-1.325 14.748-5.285 30.268-9.11 45.276-14.598 57.298-11.074 67.062 10.704 75.485 6.057 2.349 15.721 4.287 28.926-5.855 19.832-15.243 34.966-49.177 32.4-72.625a34.39 34.39 0 0111.156-29.262c8.205-7.4 19.496-10.403 30.251-8.07 55.083 11.895 110.166 71.047 140.317 150.694 42.483 112.204 27.265 230.39-41.778 324.247-69.445 94.412-177.782 153.169-297.26 161.206a404.257 404.257 0 01-27.366.924zm-36.542-801.287c15.872 122.876-34.664 178.823-105.955 257.781-13.004 14.396-27.014 29.9-41.83 47.105-81.424 94.495-117.12 247.48-22.934 344.86 56.274 58.204 140.08 88.02 230.012 82.063 99.243-6.695 189.09-55.302 246.506-133.371 78.07-106.122 48.993-216.615 32.885-259.19-14.798-39.085-35.67-68.883-55.804-87.297-9.647 30.049-28.204 58.279-52.164 76.702-29.244 22.499-63.203 28.002-95.618 15.469-84.11-32.525-63.557-113.212-52.499-156.558 3.305-12.953 6.426-25.184 7.248-34.445 7.87-87.533-15.67-117.851-89.847-153.119z' fill='%23fff'/%3E%3Cpath d='M444.572 829.618c-55.15 0-101.022-27.667-123.924-75.267-46.593-96.895 34.48-189.88 78.035-239.837 5.151-5.905 9.9-11.342 13.976-16.258 10.957-13.221 28.943-18.247 45.15-12.676s27.299 20.604 27.802 37.743c1.325 43.322 25.77 76.056 49.429 107.724 25.754 34.48 54.966 73.573 38.422 120.955v.017c-15.067 43.086-63.07 74.16-119.46 77.33-3.172.168-6.326.269-9.43.269zm-19.446-217.354c-27.868 37.49-45.486 74.47-30.15 106.349 12.801 26.644 39.58 29.345 54.412 28.388 25.268-1.409 43.372-14.026 46.224-22.197 2.046-5.99-16.61-30.99-26.644-44.413-14.027-18.774-30.755-41.156-43.842-68.127z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-visceral{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M112.99 902.892c-17.619 0-31.904-14.286-31.904-31.904-.086-3.069-1.995-14.581-3.529-23.85-11.294-68.325-34.808-210.504 43.79-286.004 44.42-42.66 112.2-54.92 201.601-36.413 74.12 15.336 162.494-26.903 189.07-73.458 12.306-21.568 5.576-33.461-1.652-41.422-68.34-75.179-90.134-164.004-66.643-271.54 3.754-17.22 20.827-28.079 37.979-24.363 17.214 3.762 28.118 20.765 24.364 37.979-19.037 87.088-2.664 155.405 51.5 215.007 29.692 32.651 33.291 74.914 9.861 115.962-38.82 68.06-151.495 126.236-257.41 104.318-67.499-13.966-116.133-7.26-144.461 19.947-54.375 52.226-33.82 176.506-25.042 229.58 2.726 16.513 4.378 26.482 4.378 34.256.001 17.62-14.284 31.905-31.903 31.905z' fill='%23fff'/%3E%3Cpath d='M229.263 910.79c-15.843 0-29.568-11.793-31.608-27.916-11.497-91.24.53-203.868 72.28-220.942 36.36-8.724 54.103 23.227 68.279 48.883 17.478 31.639 41.421 74.992 101.506 106.132 72.017 37.294 266.367 30.175 381.176-116.647 54.29-69.447 81.878-158.763 71.97-233.07-6.386-47.988-27.915-86.94-62.265-112.628-45.253-33.858-115.697-24.153-149.112-4.128-12.883 7.71-29.333 5.437-39.614-5.46-60.302-63.885-81.706-139.735-58.729-208.09 5.608-16.684 23.648-25.697 40.41-20.073 16.7 5.608 25.688 23.702 20.064 40.401-13.335 39.7-2.493 84.915 29.753 126.587 52.778-20.517 134.516-25.906 195.457 19.666 48.385 36.211 78.576 89.908 87.283 155.297 12.275 92.082-19.488 197.053-84.962 280.8-128.534 164.395-355.006 188.852-460.78 133.986-77.236-40.02-109.016-97.548-128.005-131.93-1.963-3.52-4.113-7.43-6.153-10.936-13.585 18.507-24.27 72.594-15.25 144.174 2.196 17.478-10.189 33.446-27.667 35.643a31.729 31.729 0 01-4.033.25z' fill='%23fff'/%3E%3Cpath d='M579.798 758.733l-6.916-79.447c74.15-6.449 128.58-44.973 153.287-108.493l74.338 28.913c-35.783 91.98-116.228 149.946-220.709 159.027z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-muscle{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M657.729 844.712c-115.67.008-167.844-51.845-195.28-96.139-51.084 35.096-137.523 60.587-217.39 38.17C113.556 749.851 45.01 624.27 66.18 459.021c13.91-108.535 78.52-245.626 214.828-274.787 91.065-19.477 169.248 22.05 212.17 63.896 51.342-56.407 154.044-84.447 244.261-59.238 85.405 23.868 241.8 127.832 222.543 350.461-11.777 136.386-94.186 298.13-287.67 305.093-4.971.18-9.833.266-14.584.266zM471.569 664.69a32.111 32.111 0 0129.113 18.536c19.964 42.804 47.422 101.478 169.31 97.032 151.41-5.45 216.02-130.874 226.009-246.442 15.618-180.657-108.19-264.155-175.842-283.06-84.463-23.632-178.602 16.042-193.594 63.873a32.11 32.11 0 01-30.204 22.512c-14.545-.118-26.3-8.562-30.815-21.681-5.543-14.318-74.348-89.13-171.098-68.42-64.672 13.839-146.571 79.797-164.55 220.143-17.078 133.304 32.46 229.647 132.504 257.71 78.654 22.072 165.523-21.328 182.727-46.302a32.094 32.094 0 0126.44-13.901z' fill='%23fff'/%3E%3Cpath d='M629.486 629.688c-30.51 0-57.757-11.589-78.26-34.069-35.457-38.89-43.416-105.633-18.92-158.686 22.511-48.786 68.216-76.872 122.335-74.999 41.008 1.38 75.273 22.504 94.03 57.945 23.318 44.035 20.386 105.187-7.12 148.712-15.73 24.895-38.186 43.054-64.924 52.526-16.216 5.74-32.086 8.571-47.141 8.571zM649.59 442.14c-20.732 0-35.669 9.566-44.388 28.447-10.813 23.413-8.359 55.89 5.355 70.93 3.034 3.324 12.342 13.447 39.267 3.912 12.122-4.288 19.665-13.094 23.852-19.728 12.044-19.077 13.863-49.696 4.03-68.264-5.426-10.272-13.141-14.835-25.766-15.258a78.965 78.965 0 00-2.35-.04zM408.684 578.416c-37.025 0-74.066-24.41-90.823-60.195-16.152-34.478-9.98-72.78 16.49-102.466 20.96-23.484 50.002-33.293 79.743-26.856 34.171 7.387 65.386 36.053 75.909 69.707 6.281 20.12 5.622 41.031-1.929 60.462-14.2 36.531-42.106 58.141-76.575 59.302-.941.03-1.882.046-2.815.046zm-12.46-127.22c-5.144 0-9.48 2.321-13.933 7.324-9.472 10.617-11.519 21.234-6.265 32.461 6.179 13.205 21.288 23.767 33.309 23.186 2.94-.094 11.886-.4 18.865-18.363 2.25-5.795 2.415-11.863.487-18.035-3.694-11.824-16.325-23.53-28.158-26.087-1.505-.321-2.933-.486-4.305-.486zM230.332 613.104c-2.862 0-5.76-.264-8.67-.793-24.468-4.526-41.174-26.731-45.018-46.322-4-20.303 4.767-38.165 23.413-47.766 13.222-6.805 28.623-7.08 42.275-.855 21.006 9.622 32.754 32.133 33.52 49.394.456 10.63-2.658 20.445-9.005 28.4-9.186 11.554-22.42 17.942-36.515 17.942z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-body{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M327.304 633.774C432.702 701.86 500.965 737 521.783 737c20.504 0 86.908-34.043 189.489-99.978a610.904 610.904 0 00-16.67-43.983c-3.854-9.156-23.772-53.785-28.428-65.446-9.978-24.847-14.967-44.021-14.967-63 0-60.73 46.506-120.99 136.33-183.873-25.904-38.211-87.946-63-189.646-71.335a29.348 29.348 0 01-26.354-23.4l-11.29-55.507h-100.74l-24.653 60.711a29.348 29.348 0 01-27.195 18.294c-74.544 0-129.268 23.674-166.892 71.628 86.713 53.491 132.026 114.398 132.026 183.482 0 20.31-3.99 41.498-11.856 67.774a853.846 853.846 0 01-11.27 34.396c.783-2.309-9.567 27.47-12.424 35.922a921.835 921.835 0 00-9.958 31.108zm-15.065 60.124c-12.052 62.374-10.859 119.798 6.261 186.848 125.198 17.1 259.337 17.021 402.457-.255 15.456-69.104 16.67-127.31 5.986-183.815-104.79 66.62-170.315 99.02-205.16 99.02-35.316 0-102.19-33.3-209.544-101.798zm75.444-542.583l24.887-61.239a29.348 29.348 0 0127.195-18.293h144.47a29.348 29.348 0 0128.76 23.497l11.74 57.718c125.804 13.91 203.4 55.389 228.11 128.348a29.348 29.348 0 01-11.7 33.945c-88.825 58.305-131.243 109.33-131.243 149.283 0 9.939 3.326 22.656 10.741 41.185 4.168 10.37 23.792 54.371 28.057 64.506 46.076 109.409 58.735 209.328 24.515 344.035a29.348 29.348 0 01-24.613 21.874c-163.174 21.404-315.782 21.404-457.728-.098a29.348 29.348 0 01-23.772-20.837c-34.904-120.209-25.806-212.322 14.557-331.396 34.356-101.367 32.439-94.97 32.439-119.25 0-50.302-41.322-100.017-129.228-148.089a29.348 29.348 0 01-11.29-40.48c45.196-77.87 117.685-119.72 214.103-124.709zM129.89 412.335a29.348 29.348 0 1146.761-35.452c63.137 83.27 50.811 190.702-31.324 317.387a29.348 29.348 0 11-49.265-31.93c70.083-108.099 79.474-189.783 33.828-250.005zm772.18 0c-45.645 60.202-36.273 141.906 33.81 250.004a29.348 29.348 0 11-49.246 31.93c-82.135-126.684-94.48-234.117-31.324-317.386a29.348 29.348 0 1146.76 35.452z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-zanwushuju{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M876.203 352.555h-728.32L0 613.248v325.419h1024V613.29L876.203 352.555zM642.09 616.192c0 70.485-58.198 127.659-130.091 127.659s-130.133-57.174-130.133-127.659H61.099L179.54 394.24h664.832l118.443 221.952H642.133zM500.139 85.333h44.629v157.611h-44.63V85.334zM197.29 163.584l31.573-31.019 113.408 111.488-31.573 31.019-113.494-111.445zm491.52 80.512l113.493-111.445 31.573 30.976-113.493 111.445-31.573-30.976z' fill='%23B4B4B4'/%3E%3C/svg%3E\")}.t-icon-water{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512.01 1012c-224.68 0-407.45-182.78-407.45-407.44C104.56 397.84 429.48 12 512.01 12s407.43 385.84 407.43 592.56c0 224.66-182.77 407.44-407.43 407.44zm.11-927.98c-63.79 38.49-337.8 342.93-337.8 520.54 0 186.19 151.48 337.67 337.69 337.67 186.18 0 337.66-151.48 337.66-337.67 0-178.82-273.82-482.48-337.55-520.54zm-6.13-3.09z' fill='%23fff'/%3E%3Cpath d='M586.57 855.97c-12.04 0-23.76-6.25-30.23-17.43-9.63-16.68-3.93-38.02 12.74-47.66 67.68-39.14 120.68-100.64 149.3-173.16 7.09-17.95 27.41-26.71 45.26-19.66 17.92 7.07 26.71 27.33 19.64 45.25-34.36 87.12-98.04 160.96-179.28 207.95a34.681 34.681 0 01-17.43 4.71z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-tizhong1{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M909.059 62H114.94C85.824 62 62 85.824 62 114.941V909.06C62 938.176 85.824 962 114.941 962H909.06C938.176 962 962 938.176 962 909.059V114.94C962 85.824 938.176 62 909.059 62zm0 794.118c0 29.117-23.824 52.94-52.941 52.94H167.882c-29.117 0-52.94-23.823-52.94-52.94V167.882c0-29.117 23.823-52.94 52.94-52.94h688.236c29.117 0 52.94 23.823 52.94 52.94v688.236z' fill='%23fff'/%3E%3Cpath d='M512 194.353c-190.588 0-344.118 153.53-344.118 344.118h52.942C220.824 377 350.529 247.294 512 247.294S803.176 377 803.176 538.471h52.942c0-190.589-153.53-344.118-344.118-344.118zM477.72 722.01a79.412 79.412 0 10121.42-102.381 79.412 79.412 0 10-121.42 102.38z' fill='%23fff'/%3E%3Cpath d='M504.059 631.118c-10.588 10.588-29.118 7.94-37.059-2.647L363.765 506.706c-10.589-10.588-7.941-29.118 2.647-37.059 10.588-10.588 29.117-7.941 37.059 2.647L506.706 594.06c10.588 10.588 7.941 26.47-2.647 37.059z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-sharpicons_checklist{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M511.975 512.198a.173.173 0 10.347 0 .173.173 0 10-.347 0z' fill='%23bfbfbf'/%3E%3Cpath d='M174.5 962h505.378l.169-.028.703.028c124.06 0 225-100.94 225-225 0-83.166-45.478-155.784-112.781-194.71.028-.477.281-.843.281-1.321V258.875a28.125 28.125 0 00-8.24-19.884L616.26 70.24A28.125 28.125 0 00596.374 62H174.5c-31.022 0-56.25 25.228-56.25 56.25v787.5c0 31.022 25.228 56.25 56.25 56.25zm675-225c0 93.066-75.684 168.75-168.75 168.75S512 830.066 512 737s75.684-168.75 168.75-168.75S849.5 643.934 849.5 737zM596.375 129.894l128.981 128.981H596.375V129.894zM174.5 118.25h365.625V287a28.125 28.125 0 0028.125 28.125H737v204.272A223.875 223.875 0 00680.75 512c-56.84 0-108.675 21.375-148.331 56.25H315.125a14.063 14.063 0 100 28.125h190.266A223.79 223.79 0 00455.75 737c0 67.219 29.813 127.49 76.669 168.75H174.5v-787.5z' fill='%23fff'/%3E%3Cpath d='M315.125 427.625h337.5a14.063 14.063 0 100-28.125h-337.5a14.063 14.063 0 100 28.125zm-80.438-23.906a14.063 14.063 0 00.282 19.687c2.531 2.813 6.187 4.219 9.844 4.219s7.312-1.406 9.843-4.219c2.813-2.531 4.219-6.187 4.219-9.844 0-3.656-1.406-7.312-4.219-10.125-5.062-5.062-14.344-5.062-19.969.282zM315.125 512h337.5a14.063 14.063 0 100-28.125h-337.5a14.063 14.063 0 100 28.125zm-80.438-23.906c-2.53 2.812-3.937 6.187-3.937 9.844A14.034 14.034 0 00244.813 512c3.656 0 7.312-1.406 9.843-4.219 2.813-2.531 4.219-6.187 4.219-9.844 0-3.656-1.406-7.03-4.219-10.125a14.456 14.456 0 00-19.969.282zm0 84.375a14.063 14.063 0 00.282 19.687c2.531 2.813 6.187 4.219 9.844 4.219s7.312-1.406 9.843-4.219c2.813-2.531 4.219-6.187 4.219-9.843 0-3.657-1.406-7.313-4.219-9.844-5.062-5.344-14.344-5.344-19.969 0zm350.27 171.703a28.125 28.125 0 00-33.413 45.281l73.997 54.563.084.028.056.084a27.563 27.563 0 006.188 3.122c.59.253 1.125.703 1.743.9a28.125 28.125 0 0021.122-1.575c1.828-.928 3.15-2.7 4.782-4.022 1.828-1.49 3.909-2.531 5.343-4.5l.028-.056.085-.056 122.906-168.75a28.125 28.125 0 00-45.506-33.132L636.144 781.944l-51.188-37.772z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-shejiguifan{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M942.229 317.768l-194.071 194.14 197.01 197.079c21.764 21.77 21.764 57.064 0 78.832L787.562 945.487c-21.762 21.768-57.045 21.768-78.805 0l-197.01-197.083-118.208 118.25c-104.748 104.783-301.015 63.53-301.015 63.53S52.05 735.265 157.124 630.156l118.209-118.248L78.32 314.826c-21.76-21.77-21.76-57.065 0-78.832L235.93 78.327c21.76-21.768 57.043-21.768 78.803 0l197.012 197.082L705.863 81.223c5.624-7.575 15.093-13.718 30.108-13.718 26.068-.551 60.754-1.287 84.795-1.799 16.949 0 36.995 8.099 45.13 16.234 19.842 19.773 52.676 52.496 73.404 73.155 9.15 9.15 18.337 22.323 18.337 48.956 0 63.389 5.277 100.117-15.408 113.717zM577.415 735.265l59.103-59.123a9.285 9.285 0 0113.135 0l13.134 13.139c3.625 3.628 3.625 9.51 0 13.138l-59.103 59.124L656.22 814.1l59.103-59.125a9.282 9.282 0 0113.134 0l13.133 13.137c3.628 3.63 3.628 9.512 0 13.14l-59.103 59.125 39.403 39.415c14.509 14.513 38.03 14.513 52.536 0l105.071-105.109c14.51-14.512 14.51-38.043 0-52.556l-170.74-170.804-157.61 157.664 26.268 26.278zm-440.512 76.363c40.07 37.565 57.003 52.21 83.296 76.39 32.621-1.046 86.681-13.509 107.67-34.503L170.258 695.85c-22.056 22.063-33.746 81.56-33.356 115.778zM301.599 144.02c-14.508-14.51-38.03-14.51-52.536 0L143.989 249.13c-14.506 14.513-14.506 38.044 0 52.557l39.403 39.417 59.103-59.125a9.285 9.285 0 0113.134 0l13.135 13.136c3.625 3.63 3.625 9.512 0 13.14L209.66 367.38l52.535 52.556 59.103-59.125a9.282 9.282 0 0113.135 0l13.132 13.14a9.287 9.287 0 010 13.138l-59.1 59.125 26.266 26.277 157.612-157.665L301.599 144.02zm414.49 92.962c-12.838-12.836-19.286-23.363-19.286-44.648l.622-23.84-487.763 487.938L367.27 814.1l488.518-488.693-12.258.263c-32.881 0-47.788-9.358-59.707-21.275l-67.734-67.413zm135.346-66.035c-21.326-21.326-47.257-29.97-57.921-19.307-10.665 10.664-2.02 36.596 19.307 57.923 21.325 21.327 47.26 29.97 57.922 19.306 10.665-10.66 2.019-36.595-19.308-57.922z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-muscleval{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M954.88 714.24v-7.68c-2.56-12.8-2.56-25.6-2.56-38.4 0-15.36 2.56-28.16 2.56-40.96v-17.92c5.12-56.32 7.68-107.52-25.6-158.72-48.64-71.68-153.6-76.8-217.6-35.84-46.08 28.16-87.04 79.36-104.96 99.84-20.48-10.24-35.84-15.36-53.76-15.36-51.2-2.56-107.52 12.8-153.6 38.4-2.56-43.52-10.24-99.84-17.92-130.56 12.8 2.56 28.16 5.12 46.08 5.12 25.6 0 46.08-5.12 61.44-12.8 40.96-23.04 71.68-46.08 110.08-102.4 12.8-20.48 12.8-35.84 7.68-46.08-2.56-7.68-7.68-15.36-12.8-17.92 5.12-10.24 7.68-17.92 7.68-25.6 0-48.64-76.8-104.96-133.12-107.52-61.44-5.12-130.56 10.24-209.92 143.36-25.6 43.52-53.76 79.36-79.36 112.64-46.08 56.32-89.6 110.08-102.4 197.12-2.56 17.92-5.12 40.96-5.12 61.44l-2.56 17.92c-2.56 25.6-2.56 48.64-5.12 56.32-7.68 33.28-10.24 81.92 46.08 122.88 51.2 35.84 253.44 104.96 353.28 112.64 23.04 2.56 48.64 2.56 74.24 2.56 61.44 0 220.16-5.12 327.68-56.32 102.4-43.52 97.28-102.4 89.6-156.16zm-46.08 0v5.12c5.12 48.64 10.24 79.36-58.88 110.08-104.96 48.64-289.28 56.32-378.88 48.64-97.28-7.68-286.72-74.24-330.24-104.96-35.84-25.6-33.28-51.2-28.16-74.24 2.56-12.8 5.12-38.4 5.12-64 2.56-25.6 2.56-56.32 7.68-76.8 12.8-71.68 48.64-117.76 89.6-171.52l2.56-2.56c25.6-30.72 56.32-69.12 84.48-117.76 64-110.08 117.76-122.88 153.6-122.88h12.8c40.96 2.56 92.16 43.52 94.72 61.44-2.56 15.36-61.44 74.24-79.36 76.8-10.24 0-20.48-5.12-25.6-10.24l35.84-51.2c7.68-10.24 5.12-23.04-5.12-33.28-10.24-7.68-23.04-5.12-30.72 5.12l-35.84 53.76c-10.24 12.8-10.24 30.72 0 46.08 12.8 23.04 43.52 38.4 69.12 35.84 20.48-2.56 51.2-23.04 76.8-48.64-30.72 43.52-53.76 64-89.6 81.92-23.04 12.8-58.88 7.68-81.92 2.56 2.56-7.68 5.12-10.24 7.68-10.24 7.68-10.24 5.12-25.6-2.56-30.72-5.12-5.12-10.24-5.12-17.92-5.12-5.12 0-10.24 2.56-15.36 7.68-2.56 2.56-17.92 25.6-23.04 56.32-2.56 12.8 0 25.6 2.56 38.4 10.24 40.96 20.48 133.12 15.36 163.84-5.12 28.16-28.16 61.44-66.56 71.68-12.8 2.56-20.48 15.36-15.36 28.16 2.56 10.24 12.8 17.92 23.04 17.92h5.12c58.88-15.36 87.04-64 97.28-99.84 51.2-40.96 112.64-53.76 153.6-51.2 33.28 2.56 74.24 38.4 92.16 58.88 7.68 10.24 23.04 10.24 33.28 2.56 5.12-5.12 7.68-10.24 7.68-15.36 0-5.12-2.56-12.8-5.12-15.36-2.56-2.56-15.36-17.92-35.84-33.28 17.92-23.04 53.76-64 89.6-87.04 46.08-28.16 122.88-25.6 153.6 23.04 25.6 38.4 23.04 76.8 17.92 128-2.56 15.36-2.56 38.4-5.12 61.44-2.56 10.24 0 25.6 0 40.96zM455.68 271.36z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-protein{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M278.983 136.26L136.26 214.903c-11.65 5.826-17.476 23.302-8.738 34.953 2.913 5.825 8.738 11.65 14.564 11.65h5.825c5.826 0 8.738 0 11.651-2.912l139.81-81.556c11.65-5.825 17.476-23.301 8.738-34.952-2.912-8.738-17.476-14.564-29.127-5.826zm436.907 0l-139.81 81.556c-11.651 5.826-17.477 23.302-8.738 34.953 2.912 5.825 8.738 11.65 14.563 11.65h5.825c5.826 0 8.739 0 11.651-2.912l139.81-81.556c11.651-5.825 17.477-23.302 8.739-34.953-2.913-11.65-17.477-17.476-32.04-8.738z' fill='%23fff'/%3E%3Cpath d='M730.453 43.054L512 168.3 293.547 40.14 48.879 182.865v282.533l218.453 125.246v250.493L512 980.946l244.668-139.81V590.643l221.366-128.16v-279.62l-247.58-139.81zM101.308 433.357V211.99l192.239-110.683L482.873 211.99v221.366L290.634 544.04 101.308 433.357zM704.238 695.5v113.596L512 922.692 319.761 812.01V593.556L512 482.873l192.239 110.683V695.5zm218.454-262.144L730.453 544.04 541.127 433.357V211.99l192.239-110.683L925.605 211.99v221.366z' fill='%23fff'/%3E%3Cpath d='M497.436 512l-139.81 81.556c-11.65 5.825-17.476 23.302-8.738 34.952 2.913 5.826 8.738 11.651 14.564 11.651h5.825c5.826 0 8.738 0 11.651-2.912l139.81-81.556c11.651-5.826 17.476-23.302 8.738-34.953-5.825-11.65-20.389-14.563-32.04-8.738z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-proteinval{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M355.055 104.073a34.133 34.133 0 0149.243-2.185l2.344 2.503 19.342 22.756 31.676 37.706a6363.136 6363.136 0 0146.603 56.479l26.169 32.381 18.113 22.778c34.68 44.032 60.212 78.735 74.411 102.036a1073.066 1073.066 0 0123.848 41.006c5.461-6.759 11.082-13.54 16.748-20.344l21.504-25.6 14.268-16.748a34.133 34.133 0 0151.791.069l23.666 27.989a4820.223 4820.223 0 0139.367 47.536l20.07 24.827 15.861 20.024 14.086 18.228c13.153 17.294 23.484 31.698 30.629 42.962l2.276 3.641c86.539 141.676 91.204 248.422 23.893 316.757-46.99 47.696-123.517 68.54-196.267 67.698-63.465-.887-113.664-13.426-151.12-37.319-59.073 26.1-129.547 38.047-193.285 37.32-213.993-2.777-322.333-80.897-331.048-218.5-6.007-95.118 33.337-201.432 107.952-337.169 13.54-24.644 31.29-52.406 52.588-82.762 10.377-14.79 21.527-30.105 33.337-45.807a2565.712 2565.712 0 0176.869-96.938l10.695-12.766 14.632-17.294 9.739-11.264zm370.074 327.884l-9.103 10.923a3251.063 3251.063 0 00-24.803 30.083l-11.947 14.791-11.992 15.019-10.468 13.357c-11.696 15.11-21.572 28.445-29.127 39.367l-3.095 4.551-4.87 7.441c-55.181 87.746-77.072 202.707-24.03 252.951l3.483 3.118c25.395 21.39 66.582 33.905 126.407 34.747 55.91.66 115.439-15.564 146.773-47.331 40.687-41.347 38.502-112.413-29.059-225.826l-4.483-7.464c-7.782-12.743-23.051-33.519-43.804-59.984l-21.39-26.851a3601.32 3601.32 0 00-38.07-46.422l-10.422-12.47zM380.632 179.234l-8.124 9.785a2498.856 2498.856 0 00-74.82 94.345c-11.378 15.132-22.073 29.81-32.017 43.986-20.002 28.49-36.454 54.227-48.651 76.459-68.563 124.723-104.562 221.98-99.647 299.963 6.167 97.394 82.17 152.19 263.737 154.51 40.027.479 83.513-5.006 123.29-16.497l10.74-3.3 6.213-2.139-1.252-2.048c-46.694-79.599-21.96-195.083 34.133-290.497l3.983-6.622 3.709-6.03c4.733-7.51 10.718-16.248 17.795-26.055l9.01-12.22 11.538-15.246-4.096-8.078a909.084 909.084 0 00-14.95-27.42l-8.056-13.927-8.465-14.109c-11.15-18.295-31.835-46.694-59.847-82.648l-16.498-20.98-11.219-14.086-25.804-31.95a5906.074 5906.074 0 00-40.892-49.629l-20.867-24.94-8.943-10.627z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-bodyage{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M92.065 81.158c130.76 0 236.922 34.125 316.945 103.038 63.116 54.343 102.567 110.36 123.132 168.555l1.574 4.54c24.917-57.033 55.007-105.187 90.382-144.403 70.352-77.997 172.467-105.28 301.871-83.212a35.07 35.07 0 0118.85 9.666l1.005.658a35.14 35.14 0 0115.139 23.666c19.525 121.823-8.145 227.884-82.836 315.318C807.493 561.668 697.01 593.08 550.07 575.62v32.857c.03.745.03 1.497 0 2.255v339.542a35.234 35.234 0 01-70.451 1.321l-.024-1.321V640.317l-7.24-1.098a1228.733 1228.733 0 01-31.124-5.262l-10.083-1.885-9.49-1.862c-26.696-5.361-51.771-11.445-75.214-18.263l-8.203-2.443c-92.238-27.988-158.414-67.85-198.353-120.601-34.47-45.529-57.972-105.786-70.956-180.776l-1.374-8.24-1.292-8.356c-2.707-18.233-4.833-37.29-6.371-57.167l-.67-9.238c-2.202-32.521-2.895-67.198-2.102-104.024a35.234 35.234 0 0133.596-39.92l1.35-.024zm35.222 71.415v3.705c.024 3.171.053 6.313.094 9.437l.165 9.308c.164 7.704.41 15.274.734 22.72l.428 8.868.5 8.744c.452 7.228.98 14.328 1.585 21.305l.763 8.303c.4 4.117.828 8.192 1.287 12.215l.945 7.986a683.374 683.374 0 002.701 19.426l1.204 7.546c11 66.13 30.607 117.548 58.384 154.233 26.096 34.47 70.369 63.304 132.933 85.872l6.894 2.437c13.941 4.827 28.752 9.355 44.437 13.571l7.91 2.085a820.933 820.933 0 0020.424 4.991l8.421 1.903 8.574 1.856a986.277 986.277 0 0017.57 3.547l9.002 1.703c3.025.552 6.078 1.098 9.15 1.644l9.296 1.586c2.948.493 5.913.98 8.902 1.456l.012-100.26-.07-7.07c-.529-34.5-3.712-56.827-13.83-85.461-16.355-46.275-48.63-92.103-102.673-138.636-59.364-51.119-137.579-79.612-235.742-85.02zm549.14 107.506c-51.46 57.05-91.216 138.794-118.71 245.495 2.672.323 5.326.629 7.963.91l7.863.805c117.13 11.24 199.814-14.152 251.004-74.074 56.64-66.3 79.83-144.555 69.717-237.051-97.041-12.55-168.42 9.137-217.837 63.915z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-cellout{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 567.54c-7.111 0-12.874-5.762-12.874-12.873s5.763-12.874 12.874-12.874 12.874 5.763 12.874 12.874S519.11 567.54 512 567.54zm0-24.52c-6.437 0-11.647 5.21-11.647 11.647s5.21 11.647 11.647 11.647 11.647-5.21 11.647-11.647-5.21-11.648-11.647-11.648z' fill='%23fff'/%3E%3Cpath d='M711.035 550.836c-75.245 0-135.926-75.245-135.926-167.48 0-92.237 60.681-165.054 135.926-165.054 75.245 0 135.927 75.245 135.927 165.053 0 92.236-60.682 167.481-135.927 167.481zm0-283.99c-48.545 0-87.381 53.4-87.381 116.51S662.49 502.29 711.035 502.29s87.382-53.4 87.382-118.936-38.837-116.508-87.382-116.508zm-174.762 584.97c-19.418 0-41.264-4.854-58.255-12.136-72.817-36.409-116.508-109.227-111.654-189.326 2.428-41.264 24.273-77.673 60.682-99.518 26.7-16.99 60.681-19.418 92.236-12.136 43.69 12.136 82.527 43.69 106.8 87.381 46.117 80.1 31.554 172.336-33.982 211.172-14.564 9.709-36.41 14.563-55.827 14.563zm0-48.545c12.136 0 24.272-2.427 33.981-9.709 41.264-24.273 48.545-87.381 14.564-145.635-19.418-33.982-48.545-55.827-77.673-65.536-19.418-4.855-38.836-2.428-55.826 7.281-21.846 12.137-33.982 36.41-36.41 60.682-4.854 60.681 29.128 116.508 82.527 143.208 12.137 7.282 26.7 9.71 38.837 9.71zM327.528 548.41c-21.845 0-43.69-7.282-63.108-16.99-33.982-24.274-55.827-60.682-55.827-101.946-2.428-38.836 9.709-77.672 31.554-111.654 19.418-33.981 50.972-58.254 87.381-75.245 36.41-16.99 80.1-14.563 114.081 7.282 33.982 24.273 55.827 60.681 55.827 101.945 2.428 38.836-9.709 77.672-31.554 111.654-26.7 46.118-77.672 80.1-138.354 84.954zm0-24.273zm50.973-245.153c-9.71 0-21.846 2.427-31.555 7.282-26.7 12.136-50.972 31.554-65.536 55.827-16.99 24.272-24.272 53.4-24.272 82.527 0 26.7 12.136 48.545 33.981 63.108 9.71 7.282 21.846 9.71 36.41 9.71 41.263-2.428 77.672-26.7 99.517-63.11 16.99-26.7 24.273-55.826 24.273-84.953 0-24.273-12.137-48.546-33.982-63.11-12.136-4.854-24.273-7.28-38.836-7.28z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-height1{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M396.083 193.331H245.76c-12.698 0-22.938-10.24-22.938-22.937s10.24-22.938 22.938-22.938h150.733c12.697 0 22.937 10.24 22.937 22.938s-10.24 22.937-23.347 22.937zm0 670.106H245.76c-12.698 0-22.938-10.24-22.938-22.938s10.24-22.937 22.938-22.937h150.733c12.697 0 22.937 10.24 22.937 22.937s-10.24 22.938-23.347 22.938z' fill='%23fff'/%3E%3Cpath d='M321.126 850.33c-12.697 0-22.937-10.24-22.937-22.938V170.394c0-12.698 10.24-22.938 22.937-22.938s22.938 10.24 22.938 22.938v656.998c0 12.698-10.24 22.938-22.938 22.938zm312.525-488.244c-59.392 0-106.905-48.332-106.905-106.905 0-59.392 48.332-106.906 106.905-106.906s106.906 48.333 106.906 106.906c.41 58.573-47.923 106.905-106.906 106.905zm0-168.755c-33.587 0-61.03 27.443-61.03 61.03s27.853 61.031 61.03 61.031 61.03-27.853 61.03-61.03-27.033-61.03-61.03-61.03z' fill='%23fff'/%3E%3Cpath d='M790.528 620.544H477.184c-12.698 0-22.938-10.24-22.938-22.938V446.464c0-57.344 46.695-104.038 104.039-104.038h151.552c57.344 0 104.038 46.694 104.038 104.038v151.142c-.41 12.698-11.059 22.938-23.347 22.938zm-290.406-46.285H767.59V446.464c0-31.949-26.214-57.754-57.753-57.754H558.285c-31.949 0-57.754 26.215-57.754 57.754l-.41 127.795z' fill='%23fff'/%3E%3Cpath d='M702.054 863.437H565.248c-12.698 0-22.938-10.24-22.938-22.938V598.016c0-12.698 10.24-22.938 22.938-22.938h136.806c12.698 0 22.938 10.24 22.938 22.938v242.483c0 12.288-10.24 22.938-22.938 22.938zm-113.868-46.285h90.521V620.544h-90.521v196.608z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-shang{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M609.09 414.91h194.181L485.494 26.548 220.73 414.91h194.18v582.542H609.09V414.91z' fill='%23ff6685'/%3E%3C/svg%3E\")}.t-icon-xia{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M414.91 609.09H220.729l317.777 388.362L803.27 609.09h-194.18V26.548H414.91V609.09z' fill='%2300c6c6'/%3E%3C/svg%3E\")}.t-icon-sfrval{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1170 1024'%3E%3Cpath d='M544.677 208.64a68.34 68.34 0 11136.68 0v39.427h333.582v-78.941H755.441a148.21 148.21 0 00-284.826 0H142.086v78.855H544.7V208.64zm134.435 653.128L62 875.868l1.835 78.812 617.544-14.078c116.319-3.779 322.267-1.317 379.833 21.398l29.387-73.263c-91.854-36.254-379.379-28.07-411.422-26.948zM494.259 654.027a78.532 78.532 0 1079.18 78.553 78.532 78.532 0 00-79.158-78.553zm315.638-83.779a78.683 78.683 0 1078.683-78.035 78.683 78.683 0 00-78.683 78.035zm79.504 0c0 .886-1.663.907-1.663 0s1.663-.885 1.663 0zM264.149 630.528a115.467 115.467 0 11116.4-115.466 115.467 115.467 0 01-116.4 115.466zm0-141.066a25.624 25.624 0 1025.82 25.624 25.624 25.624 0 00-25.82-25.624zm360.772 66.873a136.079 136.079 0 11137.233-136.079 136.079 136.079 0 01-137.233 136.079zm0-182.34a46.26 46.26 0 1046.678 46.261 46.26 46.26 0 00-46.678-46.26z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-sfr{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M317.517 672.896c72.96 0 122.035 13.568 200.78 48.64l45.031 20.3 13.696 5.889c12.902 5.453 23.68 9.6 35.533 13.67 53.222 18.33 139.033 1.587 255.744-53.299a32 32 0 1127.213 57.907c-6.656 3.149-13.287 6.17-19.815 9.114l-19.353 8.448c-111.565 47.309-199.322 60.825-264.628 38.349l-9.42-3.328-11.52-4.327-5.812-2.278-12.134-4.967-13.235-5.708a1464.064 1464.064 0 01-7.22-3.175l-30.54-13.824c-77.107-34.995-119.424-47.411-184.32-47.411-73.933 0-127.59 12.877-161.152 37.094a32 32 0 11-37.453-51.916c46.131-33.28 112.41-49.152 198.605-49.152zm304.46-77.773a51.968 51.968 0 110 103.987 51.968 51.968 0 010-103.987zm155.956-57.088a62.387 62.387 0 110 124.723 62.387 62.387 0 010-124.748zm-301.491 57.088a31.18 31.18 0 110 62.387 31.18 31.18 0 010-62.387zm-291.124-22.349a31.18 31.18 0 110 62.388 31.18 31.18 0 010-62.388zM330.88 483.38a72.78 72.78 0 110 145.562 72.78 72.78 0 010-145.562zm311.885-7.757a31.18 31.18 0 110 62.388 31.18 31.18 0 010-62.388zM497.229 350.874a72.78 72.78 0 110 145.536 72.78 72.78 0 010-145.536zM206.106 371.66a51.968 51.968 0 110 103.961 51.968 51.968 0 010-103.936zm561.433 0a51.968 51.968 0 110 103.961 51.968 51.968 0 010-103.936zM330.88 309.274a31.18 31.18 0 110 62.387 31.18 31.18 0 010-62.387zm92.646-117.35l9.396 3.327 11.264 4.199 11.52 4.608 12.288 5.12 13.568 5.939 31.82 14.387c77.133 34.995 119.45 47.437 184.346 47.437 73.933 0 127.59-12.877 161.152-37.12a32 32 0 1137.453 51.917c-46.131 33.28-112.384 49.203-198.605 49.203-72.96 0-122.035-13.568-200.78-48.64l-39.553-17.869-7.245-3.2-13.107-5.632-11.853-4.864a515.533 515.533 0 00-11.238-4.275l-11.264-4.02c-53.222-18.329-139.06-1.587-255.744 53.3a32 32 0 11-27.238-57.933c130.38-61.338 231.04-80.973 303.82-55.91z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-waterper{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M345.242 244.07a51.2 51.2 0 0172.294 3.994c127.949 143.59 204.314 247.603 229.12 312.115A285.952 285.952 0 01665.6 662.938C665.6 819.917 539.52 947.2 384 947.2S102.4 819.917 102.4 662.938c0-36.455 6.81-71.322 19.2-103.348 24.806-64.153 97.74-167.603 218.726-310.476a51.2 51.2 0 014.916-5.044zm34.252 37.53C261.71 418.918 191.642 516.787 169.318 575.232a239.027 239.027 0 00-15.718 85.504C153.6 790.682 256.768 896 384 896s230.4-105.318 230.4-235.264a239.053 239.053 0 00-15.514-85.043c-22.272-58.599-95.385-156.621-219.392-294.093zm381.927-172.672a25.6 25.6 0 0134.611.41l1.536 1.587 9.19 10.393 8.807 10.087 12.518 14.592 7.885 9.395 7.526 9.088 7.168 8.832 6.759 8.525 6.425 8.269 6.042 7.961 5.683 7.68 5.325 7.424 4.94 7.117 4.558 6.86 4.224 6.554c8.038 12.826 13.875 23.962 17.51 33.408 6.118 15.95 9.472 33.28 9.472 51.456 0 78.516-63.027 142.234-140.8 142.234S640 397.107 640 318.54a143.18 143.18 0 0112.877-59.468l2.662-5.555c.973-1.92 1.971-3.866 3.072-5.888l3.405-6.144 1.869-3.226 3.993-6.656 4.352-6.963 2.356-3.584 4.94-7.424 2.612-3.84 5.53-7.885c1.894-2.662 3.84-5.401 5.887-8.192l6.272-8.499 6.656-8.832 7.04-9.14 7.424-9.446 3.84-4.838 7.962-9.907 8.371-10.24 4.3-5.197 8.96-10.7 4.609-5.454a25.6 25.6 0 012.432-2.534zm17.638 57.472l-6.912 8.243-6.605 7.987-6.323 7.757-6.016 7.501-8.473 10.778-5.3 6.886-2.56 3.328-4.838 6.528-4.557 6.272-2.15 3.046-4.122 5.888-3.84 5.658-3.533 5.402-3.225 5.17-2.944 4.916-2.663 4.66c-3.328 6.066-5.888 11.468-7.68 16.204-3.942 10.496-6.118 21.914-6.118 33.843 0 51.456 40.115 93.133 89.6 93.133s89.6-41.702 89.6-93.133c0-11.853-2.125-23.219-6.042-33.638a128.256 128.256 0 00-10.188-20.327l-2.944-4.787a302.592 302.592 0 00-4.941-7.577l-3.687-5.376-1.945-2.74-4.096-5.708-4.429-5.914-2.304-3.072-4.864-6.272-5.171-6.528-5.453-6.758-5.734-6.99-6.042-7.218-6.349-7.45-6.656-7.706-6.912-7.936a1735.117 1735.117 0 00-3.584-4.044z' fill='%23fff'/%3E%3Cpath d='M537.6 665.6a25.6 25.6 0 0125.6 25.6 128 128 0 01-128 128 25.6 25.6 0 01-2.995-51.02l2.995-.18a76.8 76.8 0 0076.672-72.294L512 691.2a25.6 25.6 0 0125.6-25.6z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-skeletalmuscle{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M806.264 144.91L681.362 72.797a33.823 33.823 0 00-44.03 10.197l-22.9 31.476c-9.169 12.81-13.833 19.68-17.448 25.382l-3.51 5.709c-3.702 5.76-9.696 14.28-24.35 34.452l-10.492 14.357c-23.577 35.812-48.857 54.846-83.138 68.63a316.04 316.04 0 01-12.839 4.836l-22.69 7.851c-16.184 5.699-26.638 10.408-36.458 17.739a67.32 67.32 0 00-23.193 30.123c-15.389 39.68-10.488 72.97 15.297 94.84 14.2 12.067 26.694 17.131 55.705 24.48l21.282 5.196c17.005 4.23 27.024 7.812 33.624 12.106 8.85 5.7 16.251 14.003 31.662 35.417l13.901 19.47c3.545 4.84 6.321 8.591 9.477 12.616 32.74 42.11 66.126 62.352 112.794 54.377 35.395-5.942 59.144-22.046 65.47-51.056 3.931-18.253.434-32.574-9.41-54.696l-9.357-20.176a100.958 100.958 0 01-5.34-13.827l-1.021-3.813a56.992 56.992 0 01-1.026-15.903l.48-5.203-1.92 4.533a1808.958 1808.958 0 0021.245-51.126l7.956-20.387c3.971-10.6 11.411-30.372 13.554-35.85l4.23-10.398c11.146-26.657 26.064-55.38 58.791-112.717 9.497-16.542 4.39-37.38-11.444-46.522zm-133.893 3.01l70.55 40.733-2.827 5.082c-23.189 41.839-35.43 66.95-45.781 92.508l-3.87 9.96-13.723 36.237-5.738 14.684c-5.895 14.862-12.405 30.605-20.41 49.03a35.963 35.963 0 00-2.467 8.46c-3.482 21.197-2.857 40.307 2.724 59.485 2.307 8.1 5.115 15.147 10.059 25.845l5.836 12.502 2.56 5.615 2.079 4.96-3.72.861a74.439 74.439 0 01-2.045.378c-16.591 2.777-29.711-4.368-47.63-26.37l-3.39-4.269a300.687 300.687 0 01-6.49-8.581L591.63 452c-19.936-27.627-30.4-39.094-47.777-50.309-12.7-8.245-26.433-13.488-46.128-18.735l-25.427-6.3c-19.938-5.01-27.992-7.995-32.517-11.79l-.47-.486c-1.569-1.657-1.604-4.202 2.338-14.659l.526-1.469-.37.27c4.539-3.396 56.967-21.906 56.221-21.638 46.838-18.783 83.82-46.64 115.043-94.208l22.65-31.136c6.237-8.755 10.117-14.358 13.08-18.933l6.684-10.646c2.062-3.107 4.71-6.95 8.648-12.467l8.28-11.55zM347.217 447.127c-35.696 6.09-59.544 22.46-65.612 51.672-3.804 18.219-.324 32.476 9.658 54.732l9.03 19.718c2.8 6.13 4.352 10.142 5.363 13.787l1.022 3.814c1.409 6.4 1.628 12.812.758 20.368l-.171.76-5.786 13.744c-7.313 17.32-13.417 32.544-19.08 47.379l-14.9 39.855-2.632 6.7c-10.8 26.803-25.103 54.646-58.54 113.398-9.48 16.607-4.35 37.404 11.484 46.546l124.822 72.066a33.87 33.87 0 0044.622-11.037l31.858-46.34 45.415-62.099-.825 1.243c22.566-34.247 47.846-53.281 82.047-67.111l8.324-3.253 4.514-1.584 22.69-7.85c16.207-5.74 26.708-10.529 36.504-17.82 10.375-7.548 18.38-17.969 23.06-29.985 15.372-39.744 10.471-73.034-15.417-94.91-14.16-12.043-26.694-17.131-55.705-24.48l-21.323-5.219-9.378-2.46c-11.457-3.23-18.929-6.2-24.269-9.606-8.706-5.67-16.084-14.014-31.517-35.388l-16.001-22.346a445.796 445.796 0 00-5.593-7.527l-1.836-2.403c-32.683-42.023-66.092-62.225-112.627-54.388zm59.328 98.504l4.814 6.27a865.147 865.147 0 0110.271 14.312c25.382 35.874 36.133 48.796 55.673 61.475 12.7 8.245 26.393 13.465 46.048 18.688l29.57 7.403c16.976 4.375 24.286 7.252 28.431 10.773l.494.447c1.568 1.657 1.62 4.266-2.258 14.705l-.496 1.325.364-.165c-4.493 3.315-56.881 21.848-56.262 21.614l-7.29 3.043a233.692 233.692 0 00-102.572 83.68l-4.276 6.289-40.572 55.385-5.551 7.754-12.035 17.495-69.865-40.336 10.53-19.17c17.711-32.537 27.86-54.022 36.51-75.89l16.864-44.843a1489.848 1489.848 0 0125.6-62.579 36.15 36.15 0 002.456-8.253 130.035 130.035 0 00-2.723-59.86 167.58 167.58 0 00-10.082-25.805l-6.956-15.029-2.274-5.18-1.256-3.036 3.968-.824 2.005-.401c17.475-2.912 31.172 5.373 50.853 30.65z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-inorganic{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M500.635 500.635h22.73v22.73h-22.73z' fill='%23FFF'/%3E%3Cpath d='M491.573 512.028a12.712 12.712 0 1012.712-12.713 12.712 12.712 0 00-12.712 12.713z' fill='%23fff'/%3E%3Cpath d='M109.349 756.005a24.162 24.162 0 009.337 34.28 26.185 26.185 0 0013.24 3.9 25.82 25.82 0 0021.82-12.459l149.529-246.125a29.72 29.72 0 0151.395 0l56.856 93.476c0 .78.78.78.78 1.56l-75.58 124.612a25.941 25.941 0 008.581 35.035 26.258 26.258 0 0013.24 3.901 25.844 25.844 0 0021.82-12.459l259.34-426.032a29.72 29.72 0 0151.395 0L925.525 742.01c0 .78.78.78 0 1.56a2.438 2.438 0 01-1.56.78H705.902a25.624 25.624 0 00-24.918 24.918 25.112 25.112 0 0024.918 24.917h218.063a52.053 52.053 0 0045.178-26.478 50.298 50.298 0 00-.78-52.175L733.94 329.996a81.164 81.164 0 00-138.63 0L441.88 583.12l-44.397-73.143a81.164 81.164 0 00-138.63 0L109.349 756.03z' fill='%23fff'/%3E%3Cpath d='M109.349 756.005a24.162 24.162 0 009.337 34.28 26.16 26.16 0 0013.24 3.9 25.82 25.82 0 0021.82-12.459l149.529-246.125a29.72 29.72 0 0151.395 0l56.856 93.476c0 .78.78.78.78 1.56-82.554 137.07 206.336-338.895 29.599-47.518l-44.398-73.143a81.164 81.164 0 00-138.63 0L109.349 756.005z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-kongradio{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M510.398 952.656c-244.164 0-442.798-198.78-442.798-443.105 0-244.345 198.634-443.128 442.798-443.128 244.141 0 442.809 198.804 442.809 443.128 0 244.325-198.621 443.105-442.809 443.105zm0-839.41c-218.328 0-395.95 177.761-395.95 396.282 0 218.524 177.621 396.26 395.95 396.26 218.34 0 395.96-177.761 395.96-396.26.001-218.52-177.62-396.281-395.96-396.281z' fill='%23bfbfbf'/%3E%3C/svg%3E\")}.t-icon-radio{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512.572 64.021c-247.112 0-447.435 200.325-447.435 447.436 0 247.112 200.323 447.435 447.435 447.435 247.111 0 447.436-200.323 447.436-447.435 0-247.111-200.325-447.436-447.436-447.436zm288.86 325.271l-346.74 346.719c-8.74 8.739-20.187 13.108-31.636 13.108-11.447 0-22.896-4.369-31.635-13.108L212.469 557.08c-17.478-17.457-17.478-45.792 0-63.27s45.792-17.478 63.27 0l147.317 147.295 315.106-315.084c17.478-17.478 45.792-17.478 63.27 0s17.478 45.792 0 63.27z' fill='%23f19601'/%3E%3C/svg%3E\")}.t-icon-nv{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M305.4080000000001 412.432a300.056 300.056 0 10600.112 0 300.056 300.056 0 10-600.112 0z' fill='%23f1acb3'/%3E%3Cpath d='M889.616 697.437c155.829-155.83 154.107-409.806-.861-564.774-154.969-155.83-406.362-154.108-562.192.86-142.915 142.916-161.856 359.872-32.715 526.033l-67.153 67.153-118.81-118.81c-20.662-20.662-53.378-20.662-74.04 0-20.662 20.663-20.662 53.378 0 74.04l118.81 118.81-74.041 74.04c-20.663 20.663-20.663 53.379 0 74.041 20.662 20.663 53.378 20.663 74.04 0l74.04-74.04 117.088 117.087c20.662 20.662 53.378 20.662 74.04 0 20.663-20.663 20.663-53.378 0-74.04L300.736 800.748l67.153-67.153c148.081 111.06 378.812 106.756 521.728-36.16zM398.02 204.98C520.274 82.728 725.177 91.338 836.238 229.948c84.371 105.896 84.371 259.142 0 365.037-111.061 139.472-315.964 147.22-438.217 24.967-115.365-113.643-115.365-300.466 0-414.97z' fill='%23333'/%3E%3C/svg%3E\")}.t-icon-qiehuan{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 80c238.208 0 432 193.792 432 432S750.208 944 512 944 80 750.208 80 512 273.792 80 512 80m0-80C229.216 0 0 229.216 0 512s229.216 512 512 512c282.768 0 512-229.216 512-512S794.768 0 512 0z' fill='%23515151'/%3E%3Cpath d='M757.2 382.528l-100.24-100.24c-8.24-8.272-22.352-2.416-22.352 9.264v77.872a13.104 13.104 0 01-13.104 13.088H237.2a13.088 13.088 0 00-13.088 13.088v35.104c0 7.232 5.856 13.088 13.088 13.088h549.68a13.104 13.104 0 009.264-22.352L757.2 382.528zM266.8 641.456l100.24 100.256a13.088 13.088 0 0022.352-9.264V654.56a13.12 13.12 0 0113.104-13.104h384.32a13.088 13.088 0 0013.104-13.088V593.28a13.104 13.104 0 00-13.104-13.088H237.12a13.088 13.088 0 00-9.264 22.352l38.944 38.912zm0 0' fill='%23515151'/%3E%3C/svg%3E\")}.t-icon-nan{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M718.592 611.568a300.056 300.056 0 10-600.112 0 300.056 300.056 0 10600.112 0z' fill='%2390cbdd'/%3E%3Cpath d='M134.384 326.563c-155.829 155.83-154.107 409.806.861 564.774 154.969 155.83 406.362 154.108 562.192-.86 142.915-142.916 161.856-359.872 32.715-526.033l67.153-67.153 118.81 118.81c20.662 20.662 53.378 20.662 74.04 0 20.662-20.663 20.662-53.378 0-74.04l-118.81-118.81 74.041-74.04c20.663-20.663 20.663-53.379 0-74.041-20.662-20.663-53.378-20.663-74.04 0l-74.04 74.04L680.217 32.123c-20.662-20.662-53.378-20.662-74.04 0-20.663 20.663-20.663 53.378 0 74.04l117.087 117.088-67.153 67.153C508.03 179.344 277.3 183.648 134.384 326.564zM625.98 819.02c-122.253 122.253-327.156 113.643-438.217-24.967-84.371-105.896-84.371-259.142 0-365.037 111.061-139.472 315.964-147.22 438.217-24.967 115.365 113.643 115.365 300.466 0 414.97z' fill='%23333'/%3E%3C/svg%3E\")}.t-icon-zanwu1{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1072 1024'%3E%3Cpath d='M0 566.223C0 627.81 239.421 677.79 534.747 677.79s534.748-49.956 534.748-111.542c0-61.587-239.421-111.543-534.748-111.543S0 504.637 0 566.223z' fill='%23F5F5F5'/%3E%3Cpath d='M137.996 231.619v306.956c0 18.237 7.29 35.67 20.212 48.567a69.169 69.169 0 0048.786 20.09H845.24c38.107 0 68.998-30.72 68.998-68.632V231.619H722.481a49.59 49.59 0 00-49.737 49.42 49.59 49.59 0 01-49.738 49.494h-193.78a49.59 49.59 0 01-49.736-49.494 49.59 49.59 0 00-49.738-49.444H137.996z' fill='%23FAFAFA'/%3E%3Cpath d='M329.777 231.619a49.615 49.615 0 0149.64 46.568l.073 2.925A49.566 49.566 0 00426.3 330.46l2.926.074h193.78a49.615 49.615 0 0049.64-46.544l.097-2.925a49.566 49.566 0 0146.811-49.347l2.926-.098h191.756v306.956a68.803 68.803 0 01-65.536 68.56l-3.462.097H206.994a68.852 68.852 0 01-68.9-65.195l-.098-3.437V231.619h191.805l-.024-.049zm-174.543 306.98a51.59 51.59 0 0048.713 51.371l3.023.098h638.244a51.639 51.639 0 0051.688-48.47l.073-2.998V248.783H722.456c-17.066 0-31.085 13.117-32.353 29.794l-.122 2.487a66.804 66.804 0 01-63.537 66.56l-3.462.097H429.227a66.828 66.828 0 01-66.877-63.195l-.098-3.414a32.378 32.378 0 00-29.964-32.231l-2.511-.098H155.234v289.841z' fill='%23D9D9D9'/%3E%3Cpath d='M323.584 0h405.09l184.612 232.838-13.556 10.63L720.31 17.14H331.923L151.016 243.468l-13.507-10.654z' fill='%23D9D9D9'/%3E%3Cpath d='M129.634 935.326v-16.53c10.947-1.073 21.455-2.145 31.548-2.999V903.12c-9.874.878-20.406 1.731-31.548 2.585v-16.945h33.475V876.08h-33.475V861.94h-14.166v14.14H90.575c5.364-7.07 10.508-15.213 15.238-24.234h58.807V838.12h-52.37c1.707-3.877 3.218-7.73 4.705-11.606l-15.433-2.56c-1.706 4.706-3.657 9.436-5.607 14.141H66.12v13.751h22.967c-5.144 9.655-10.947 17.798-16.945 24.674l3.414 12.239h39.936v17.798c-14.605.878-30.257 1.512-46.568 2.365l1.926 13.75c15.458-.853 30.476-1.95 44.617-2.803v15.457h14.19zm44.202.634c9.24-13.287 15.019-28.964 17.384-46.982h27.892v46.568h14.823v-46.568h22.748v-13.531h-64.366v-22.309c23.162-2.584 42.472-7.509 58.344-14.384l-9.85-11.581c-15.043 6.85-36.084 11.58-62.66 14.14v33.72c-.438 19.31-5.607 35.84-15.042 49.785l10.727 11.142zm-66.072 86.504v-8.363h108.983v8.363h15.872v-80.701H91.843v80.701h15.896zm108.983-50.883H107.739v-16.75h109.008v16.75zm0 29.184H107.739v-16.75h109.008v16.75zm71.436 21.04c29.842-12.897 51.322-31.134 64.61-54.32 7.314-13.727 12.677-29.818 16.09-48.494h17.409v78.117c0 14.604 6.85 21.894 21.016 21.894h34.767c9.021 0 15.458-1.95 19.53-5.803 4.73-4.705 7.948-17.383 9.654-38.4l-14.58-4.73c-1.072 16.75-2.998 26.624-6.021 30.038-2.341 2.803-6.218 4.315-11.362 4.315h-27.258c-6.875 0-10.313-3.657-10.313-10.532V918.99h66.56v-14.799h-97.036c1.511-11.605 2.365-24.259 2.804-37.547v-14.384h76.824v-15.043H296.789v15.018H358.4v14.385a290.89 290.89 0 01-2.78 37.547H282.43v14.823h70.607a158.232 158.232 0 01-11.8 36.499c-11.581 21.87-31.964 39.253-61.586 52.565l8.582 13.75zm393.41.635l8.364-12.678c-15.458-10.484-28.526-25.308-39.693-44.618 12.02-25.356 18.676-56.027 19.749-91.867h13.946v-14.8h-56.637c1.707-9.46 3.413-19.748 4.73-30.695l-15.043-2.584c-4.291 40.789-12.873 73.191-25.527 97.231l9.655 11.8c4.51-7.728 8.777-16.53 12.678-26.404 5.778 21.455 12.873 40.35 21.211 56.88a126.318 126.318 0 01-39.692 44.642l7.948 12.873A143.97 143.97 0 00643 979.066c10.727 18.042 23.6 32.646 38.62 43.374zm-180.906-97.427c18.432-12.458 31.33-27.063 38.4-44.007v40.789h14.385v-27.916c7.729 5.144 16.945 12.02 27.672 20.602l7.949-12.02a500.053 500.053 0 00-35.621-19.749v-2.34h39.058V866.84h-39.058v-40.984h-14.385v40.984H497.25v13.532h30.476c-6.461 11.8-18.042 22.528-34.572 32.183l7.509 12.434zm72.948-63.098a142.716 142.716 0 0016.53-27.696L579 829.074c-3.852 9.021-9.436 18.042-16.311 27.258l10.971 5.583zm-57.734-.243l11.166-5.12a183.613 183.613 0 00-13.312-26.82l-12.214 4.048c5.12 8.167 9.874 17.383 14.384 27.916zm126.196 87.576c-8.582-18.042-15.433-39.692-20.822-64.805l2.804-11.166h31.769c-.878 28.965-5.364 54.296-13.751 75.971zm-142.921 72.558c21.455-6.022 39.253-13.97 53.443-23.845 12.653 5.608 23.6 11.386 33.036 16.97l8.387-12.02a475.355 475.355 0 00-29.623-14.605 86.314 86.314 0 0023.82-36.693v-12.678h-44.86c1.291-3.852 2.803-7.705 4.29-11.776l-14.384-1.707c-1.488 4.267-3.219 8.777-5.12 13.507H496.81v13.507h25.331c-4.29 8.582-9.24 17.384-14.823 26.82 10.532 3.9 20.407 7.948 29.842 12.044-12.434 7.07-27.697 12.873-45.275 17.578l7.29 12.898zm51.078-39.497a452.315 452.315 0 00-24.479-9.24 158.916 158.916 0 0011.606-20.603h36.912a83.139 83.139 0 01-24.04 29.843zm182.418 38.205c12.02 0 18.042-6.437 18.042-18.896V938.96c6.632-3.023 13.288-6.022 19.944-9.46v-15.213a290.909 290.909 0 01-19.968 9.679v-42.301h20.601v-14.8H750.69v-40.57h-15.02v40.57h-25.697v14.8h25.747v48.518c-9.436 3.413-19.31 6.437-29.184 8.777l3.876 15.043c8.363-2.584 16.726-5.583 25.308-8.801v52.59c0 5.997-2.78 9.215-8.144 9.215-5.168 0-10.727-.414-16.335-1.072l3.243 14.604h18.237zm86.48 1.926v-10.509h58.172v10.484h14.385v-70.339h-36.084v-26.404h45.958v-13.946H855.65v-25.332H896v-52.151H782.872v67.17c-.195 45.08-7.923 81.993-23.162 110.323l12.02 10.728c14.166-27.892 22.528-60.099 25.113-96.792h43.788v26.404h-35.84v70.388h14.385zm61.83-150.016h-83.067v-23.82h83.066v23.82zm-40.351 39.253h-42.91l.194-10.289V886.37h42.716V911.7zm36.693 86.504h-58.173v-32.403h58.173v32.427zm110.519-58.149c9.24 0 18.456-7.07 27.697-21.04l-10.728-7.73c-6.436 9.875-12.02 15.02-16.969 15.02-4.072 0-10.728-3.22-19.944-9.217-9.46-6.436-17.603-9.435-24.259-9.435-9.435 0-18.675 6.85-27.696 21.016l10.727 7.51c6.242-9.875 11.825-14.8 16.97-14.8 4.29 0 10.946 2.999 20.382 9.216 9.24 6.242 17.164 9.46 23.82 9.46z' fill='%2395979A'/%3E%3C/svg%3E\")}.t-icon-xiazai41{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M888.514 742.335c-12.41 12.41-32.715 12.41-45.124 0l-90.249-90.248c-12.41-12.41-12.41-32.716 0-45.125 12.41-12.41 32.715-12.41 45.125 0l90.25 90.248c12.407 12.41 12.407 32.715-.002 45.125zm46.766-260.967c0 17.55-14.358 31.908-31.907 31.908H775.742c-17.55 0-31.908-14.358-31.908-31.908s14.358-31.907 31.908-31.907h127.63c17.55 0 31.908 14.358 31.908 31.907zM753.141 373.945c12.41 12.41 32.715 12.41 45.125 0l90.25-90.249c12.409-12.41 12.409-32.715 0-45.124-12.41-12.41-32.716-12.41-45.125 0l-90.249 90.248c-12.41 12.41-12.41 32.715 0 45.125zM623.037 951.718c-11.11 0-22.583-4.449-32.72-13.025L343.659 730.01c-13.453-11.382-15.133-31.516-3.75-44.968 11.382-13.452 31.515-15.133 44.968-3.75l216.286 182.987V160.033l-194.12 165.535c-17.973 15.326-48.161 26.45-71.781 26.45H152.535V673.99h87.49c17.623 0 31.908 14.286 31.908 31.908s-14.285 31.908-31.907 31.908h-90.392c-33.589 0-60.915-27.326-60.915-60.915V349.117c0-33.589 27.326-60.915 60.915-60.915h185.627c8.383 0 23.996-5.753 30.376-11.192L590.295 85.433c15.43-13.156 33.994-16.695 49.662-9.465 15.667 7.23 25.021 23.653 25.021 43.93v784.165c0 20.25-9.34 36.672-24.987 43.929a40.086 40.086 0 01-16.954 3.726z' fill='%23ff5656'/%3E%3C/svg%3E\")}*{font-family:Microsoft YaHei}body{font-size:14px}.text_l{text-align:left}.text_r{text-align:right!important}.text_c{text-align:center}.f-r{float:right!important}.bgfff{background:#fff!important}.c666{color:#666!important}.c999{color:#999!important}.cyello{color:#fec407!important}.cblue{color:#477eff!important}.size12{font-size:24rpx!important}.size14{font-size:14rpx!important}.size16{font-size:32rpx!important}.size18{font-size:36rpx!important}.size20{font-size:40rpx!important}.size26{font-size:52rpx!important}.mt-5{margin-top:5px!important}.mt-10{margin-top:10px!important}.mt-15{margin-top:15px!important}.mb-5{margin-bottom:5px!important}.mb-10{margin-bottom:10px!important}.mr-5{margin-right:5px!important}.mr-10{margin-right:10px!important}.ml-5{margin-left:5px!important}.ml-10{margin-left:10px!important}.ml-15{margin-left:15px!important}.bold{font-weight:700}.flex{display:flex;align-items:center;justify-content:space-between}.overflow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.box_shadow{box-shadow:0 1px 5px 2px rgba(223,226,225,.9882352941176471)}.border-bottom{border-bottom:1px solid #f7f7f7}.borderR{border-right:1px solid #f7f7f7}.nolist{margin-top:40%;padding:15px;text-align:center}.nolist uni-image{width:100px;height:100px}.nolist uni-text{display:block;width:100%;margin-top:15px;text-align:center}.btn{text-align:center;color:#fff;height:35px;line-height:35px;border-radius:10px}.endtext{text-align:center;font-size:14px;color:#999;padding:15px 0}.groupBtn{display:flex}.groupBtn .del{color:#fec407!important;background-color:#ffe4b8!important}.groupBtn .btn{background-color:#fec407;width:45%;margin:10px auto 15px;text-align:center;height:36px;line-height:36px;border-radius:10px;color:#fff}.wrapper{position:fixed;left:0;right:0;top:0;bottom:0;z-index:999}.wrapper .bg{position:fixed;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,.4);z-index:99}.wrapper .wrapper_box{width:220px;background-color:#fff;z-index:1000;position:absolute;height:100vh}.wrapper .wrapper_box .top{width:100%;height:90px;color:#fff;text-align:center;background:linear-gradient(90deg,#477eff,#39d9c9)}.wrapper .wrapper_box .top .image1{width:50px;height:50px;margin:auto;border-radius:50%;margin-bottom:16rpx}.wrapper .wrapper_box .top uni-view{width:100%;display:block;text-align:center;margin:auto}.wrapper .wrapper_box .drawerList{position:relative;top:0;left:0;flex-direction:column;flex:1;justify-content:flex-end;margin-bottom:20rpx;width:220px;height:calc(100vh - 100px);overflow-y:scroll}.wrapper .wrapper_box .drawerList .drawerList_item{background:#f7f7f7;margin:10px;padding:8px;border-radius:10px;display:flex;justify-content:space-between}.wrapper .wrapper_box .drawerList .drawerList_item .image1{width:45px;height:45px;border-radius:50%;margin-right:10px}.wrapper .wrapper_box .drawerList .drawerList_item .overflow{font-size:27rpx;color:#333}.wrapper .wrapper_box .drawerList .drawerList_item .right{width:70%}.wrapper .wrapper_box .drawerList .drawerList_item .right .dangqian{font-size:20rpx;color:#fff;padding:1px 5px;background-color:#477eff;text-align:center;width:auto;margin-left:10px;width:auto;display:inline-block;float:right;height:15px;line-height:15px;border-radius:3px}.wrapper .wrapper_box .drawerList .drawerList_item .right .toggle{background-color:#999}.wrapper .wrapper_box .drawerList .drawerList_item .info{margin-top:10px;background-color:#f3f3f3}.wrapper .wrapper_box .drawerList .drawerList_item .info uni-view{float:left;margin-right:10px;font-size:12px;color:#999}.wrapper .wrapper_box .drawerList .drawerList_item .name{width:100%;display:flex;justify-content:space-between}.wrapper .wrapper_box .drawerList .drawerList_item .name .overflow{width:60%}.wrapper .wrapper_box .drawerList .add{margin:15px;background:#fec407;color:#fff;height:30px;text-align:center;font-size:28px;line-height:30px;border-radius:20px}.wrapper .edit{width:15rem;height:auto;background:#fff;border-radius:10px;padding:15px;position:relative;top:15%;margin:auto;z-index:99999;overflow:hidden}.wrapper .edit .title{text-align:center;width:100%;color:#333;font-size:18px;font-weight:700}.wrapper .edit .editem{position:relative;display:flex;font-size:14px;border-radius:10px;margin-top:15px;height:40px;justify-content:space-between;background:#eee;padding:0 10px;align-items:center}.wrapper .edit .editem .radioimg{font-size:22px;color:#fec407}.wrapper .edit .editem .radio{width:50%;text-align:right;display:flex;justify-content:center;align-items:center}.wrapper .edit .editem .name{width:4rem;color:#333}.wrapper .edit .editem .right{width:60%;height:40px;line-height:40px;text-align:right;display:flex;justify-content:flex-end}.wrapper .edit .editem .right uni-input{margin-right:10px;height:40px;line-height:40px;text-align:left}.wrapper .edit .editem .right uni-picker{width:100%;text-align:left}.wrapper .edit .editem .right .uni-input{position:absolute;right:30px;top:0;left:0;height:40px;line-height:40px;text-align:right;z-index:9999}.wrapper .edit .editem .value{position:relative;z-index:999;width:3rem;text-align:center;float:left;margin-right:10px}.wrapper .edit .editem .iconfont{margin-left:10px;float:right;display:flex}.wrapper .edit .tips{font-size:.75rem;color:#999;text-align:center;margin-top:15px;margin-bottom:20px;display:flex}.header{width:100%;height:280rpx;padding-top:20px;background:linear-gradient(90deg,#477eff,#39d9c9)}.header uni-image{width:100%;height:100%;border-radius:50%}.header .top{margin:0 10px;display:flex;align-items:center;justify-content:space-between;background-color:#fff;border-radius:10px;padding:15px;min-height:170rpx}.header .top .headimg{width:55px;height:55px}.header .top .toggle{width:20px;height:20px}.header .add{border:1px #dfdfdf dashed;font-size:28px;font-weight:500;width:35px;height:35px;line-height:35px;border-radius:10px;text-align:center}.TrendPage{padding:10px 0;margin-bottom:15px;border-radius:10px;background-color:#f7f7f7}.TrendPage .listC{width:100%;padding:15px;display:flex;align-items:center;justify-content:space-around}.TrendPage .listC uni-view{position:relative}.TrendPage .listC .active:after{content:\"\";height:3px;width:100%;position:absolute;bottom:-5px;left:0;border-radius:5px;background:linear-gradient(90deg,#477eff,#39d9c9)}.TrendPage .box{width:calc(100% - 20px);background-color:#fff;margin:10px;border-radius:15px}.TrendPage .boxTime{width:calc(100% - 20px);border-radius:10px;padding:10px;text-align:center}.TrendPage .boxTime .style{background:linear-gradient(90deg,#477eff,#39d9c9);color:#fff}.TrendPage .boxTime .iconfont{font-size:14px;color:#666}.TrendPage .boxLine{padding:0;display:flex;flex-wrap:wrap;border-radius:10px;justify-content:space-between}.TrendPage .boxLine .line{clear:both;width:100%;height:250px;background-color:#fff;border-radius:0 0 10px 10px}.gridList{padding:0;display:flex;flex-wrap:wrap;margin:15px;width:calc(100%- 30px);justify-content:space-between}.gridList .info{width:100%;display:flex;margin-top:15px;justify-content:space-between}.gridList .info .item{color:#fff;width:47.5%;height:50px;background:linear-gradient(90deg,#477eff,#39d9c9);text-align:center;border-radius:10px;display:flex;justify-content:center;align-items:center}.gridList .info .item uni-text{width:30px;height:30px;border-radius:50%;margin-right:10px;display:inline-block;background-color:#fff}.gridList .data{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;color:#666;margin-top:15px;width:100%}.gridList .data .item{width:47.5%;text-align:center;font-size:14px;line-height:30px;background:#fff;padding:10px 0;border-radius:15px;margin-bottom:15px;display:flex;align-items:center;justify-content:center}.gridList .data .val{display:flex;align-items:center;font-size:20px;font-weight:700;justify-content:center;color:#666}.gridList .data .val uni-text{font-size:14px;font-weight:500;display:block;margin-top:3px;margin-left:3px}.gridList .data .image{width:40px;height:40px;border-radius:50%}.gridList .data .image uni-image{width:70%;height:70%;margin:15%}.gridList .data .name{display:flex;align-items:center;justify-content:center;color:#999}.skiptop{background:linear-gradient(90deg,#477eff,#39d9c9);border-radius:10px;margin:0 15px 10px;font-size:14px;padding:25px 10px;color:#fff}.skiptop .status{margin-bottom:25px}.skiptop .status uni-text{width:auto;color:#333;background-color:#fff;border-radius:15px;padding:5px 10px}.skiptop .item{display:flex;justify-content:space-between}.skiptop .item uni-text{display:block;width:100%;text-align:center;margin-top:15px}.indexCarList .box{margin:15px 10px 0;padding:15px 10px 10px;background-color:#fff;width:calc(100% - 40px);display:flex;border-radius:10px}.indexCarList .card{flex-wrap:wrap}.indexCarList .card .title{width:100%;color:#666;display:flex;padding-bottom:5px;align-items:center;justify-content:space-between}.indexCarList .card .title uni-text{font-size:18px;font-weight:700;margin-right:10px;color:#333}.indexCarList .card .item{padding:15px 0;display:flex;flex-wrap:wrap;text-align:center}.indexCarList .card .item uni-text{font-size:14px;font-weight:500;margin-right:0}.indexCarList .card .item .weight{width:100%}.indexCarList .card .item .weight uni-text{font-size:24px!important;font-weight:700;display:inline-block}.indexCarList .card .item .standardBtn{width:40px;padding:3px 8px;border-radius:8px;text-align:center;color:#fff;font-size:14px;background-color:#fec407}.indexCarList .card .target{width:100%;display:flex;align-items:center;justify-content:space-between;padding-top:10px;font-size:14px;color:#477eff;border-top:1px solid #f7f7f7}.indexCarList .card .target .targetBtn{width:auto;height:30px;line-height:30px;color:#fff;border-radius:10px;padding:0 10px;background:linear-gradient(90deg,#477eff,#39d9c9)}.indexCarList .card .item2{width:40%;display:flex;flex-wrap:wrap;justify-content:center}.indexCarList .card .item2 .name{display:inline-block;width:100%;margin-bottom:15px}.indexCarList .small{width:calc(50% - 40px);float:left;margin-bottom:15px}.indexCarList .small .title .name{display:flex;flex-wrap:wrap}.indexCarList .small .title .name uni-text{width:80%;margin-bottom:5px;display:inline-block}.indexCarList .small .item{justify-content:center}.indexCarList .setcard{width:calc(100% - 20px);text-align:center;height:40px;line-height:40px;margin:10px;border-radius:10px;color:#477eff;background-color:#fff}.myinfoPage{width:100%;background:#fff;margin-top:10px;padding-bottom:15px;border-radius:10px}.myinfoPage .box1{display:flex;flex-wrap:wrap;border-radius:10px;font-size:14px;position:relative;margin:0 15px 0;padding-bottom:10px}.myinfoPage .box1 .list{width:100%;display:flex;justify-content:space-between;color:#666;padding:0;line-height:50px;align-items:center;flex-wrap:wrap}.myinfoPage .box1 .list uni-image,\r\n.myinfoPage .box1 .list .t-icon{width:18px!important;height:18px;border:2px solid #c7c7c7;background-color:#c7c7c7;border-radius:50%;margin-right:5px}.myinfoPage .box1 .list .block{width:100%;display:flex;justify-content:space-between;align-items:center;color:#666;position:relative}.myinfoPage .box1 .list .block .level,\r\n.myinfoPage .box1 .list .block .val{width:25%}.myinfoPage .box1 .list .block .name{width:40%;display:flex;align-items:center}.myinfoPage .box1 .list .block .icon{width:20px;text-align:right;display:flex}.myinfoPage .box1 .list .block .icon uni-image{width:20px;height:20px}.myinfoPage .box1 .list .desc{line-height:20px;text-align:left;width:calc(100% - 20px);height:auto;border-radius:5px;font-size:12px;color:#999;padding:10px;background:#f7f7f7}.myinfoPage .box1 .statuevue{height:35px;position:relative;width:100%;margin:20px auto 10px}.myinfoPage .box1 .statuevue .bi{display:flex;justify-content:space-between;width:auto;padding-top:10px}.myinfoPage .box1 .statuevue .bi .peobox{position:absolute;right:0;top:-1px}.myinfoPage .box1 .statuevue .bi .peobox .xx{width:5px;height:5px;border-radius:50%;background:#fff;position:absolute;z-index:9;border:2px solid #1b2086;top:9px}.myinfoPage .box1 .statuevue .item{position:relative;margin:0;flex:1;height:5px;color:#666;font-size:12px}.myinfoPage .box1 .statuevue .item .span1{width:100%;text-align:center;position:absolute;top:-23px}.myinfoPage .box1 .statuevue .item .span{margin-top:8px;position:absolute;right:-8px}.myinfoPage .yuanxing{display:inline-block;background:#f19601;width:8px;height:12px;margin-right:5px;font-size:32rpx}.myinfoPage .btnf{font-size:13px;border-radius:5px;height:22px;margin:0 10px 0 0;line-height:22px;color:#fff;font-weight:400;width:44px!important;text-align:center!important;float:right}.myinfoPage .tivon{display:flex;justify-content:center;align-content:center;align-items:center}.myinfoPage .tivon .bianji{width:20px;height:20px;margin-left:5px}.myinfoPage .box1 :last-child.list .val{width:25%!important}.myinfoPage .kcalClass{width:100%;text-align:center;font-size:16px;line-height:55px;margin:-20px auto}.myinfoPage .yichang{background:#ffe4be;color:#ff4239;padding:5px;text-align:center;border-radius:5px;margin:0 15px 10px}.calendar{background:#f7f7f7;min-height:100vh}.calendar .box{margin-bottom:305px;padding-bottom:210px}.calendar .list{display:flex;flex-wrap:wrap;justify-content:space-between;margin:15px;align-items:center}.calendar .list .item{width:100%;height:auto;background:#fff;display:flex;height:40px;justify-content:space-between;padding:10px 15px;border-radius:10px;align-items:center;text-align:center;font-size:16px;font-weight:700}.calendar .list .item uni-view{width:32%}.calendar .list .item uni-image{width:25px;height:25px}.calendar .list .item uni-text{width:100%;font-size:12px;display:block;color:#666;text-align:center;font-weight:400}.calendar .list .item .check{width:35px!important}.calendar .list .item .check .icon-kongradio{font-size:22px;color:#999}.calendar .list .item .check .icon-radio{font-size:22px;color:#fca82d}.calendar .time{width:100%;font-size:14px;color:#666;display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.calendar .time uni-text{font-size:14px;margin-top:3px}.calendar .bottom{margin:0;width:auto;position:fixed;left:0;right:0;bottom:0;z-index:9;padding:0 10px 10px;background:#fff;border-radius:0;border-top:1px solid #dfdfdf}.calendar .bottom .btn{width:auto;margin:10px 0 0;background:linear-gradient(90deg,#477eff,#39d9c9)}.calendar .bottom .list{margin:10px 0;height:120rpx;position:relative}.calendar .bottom .list .item{background:#f7f7f7}.calendar .bottom .list .time{float:left;text-align:center;justify-content:center;color:#fea82d;font-weight:700;width:35%}.calendar .bottom .list .check{position:absolute;right:-5px;top:-5px;width:25px}.calendar .bottom .list .check .icon-quxiao{font-size:20px;color:#999}.calendar .pkclass{position:absolute;width:30px;height:30px;background:#fea82d;border-radius:50%;line-height:27px;text-align:center;color:#fff;font-size:19px;left:30px;top:120rpx}.calendar .btn.active{border:none;color:#333!important;background:#dfdfdf!important;display:block;border-radius:10px}.pkconp{background:#f7f7f7;min-height:100vh}.pkconp .header{text-align:center;background:#fff;padding:15px 15px 10px;margin:15px;border-radius:10px 10px 0 0;display:flex;align-items:center;position:relative}.pkconp .header .name{text-align:left}.pkconp .header uni-image{width:55px;height:55px;border-radius:50%;margin-right:15px}.pkconp .header .pkclass{position:absolute;background:linear-gradient(90deg,#ff99ae,#ffb2c2);right:15px;padding:0 10px;border-radius:10px;color:#fff;height:30px;line-height:30px;font-size:14px}.pkconp .header .top{display:flex;color:#999;margin-top:10px}.pkconp .box{background:#fff;display:flex;flex-wrap:wrap;justify-content:space-around;align-items:center;padding:15px 0;margin:15px;border-radius:0 0 10px 10px}.pkconp .box .item{text-align:center;color:#999;width:33.3%;line-height:26px;border-right:1px solid #f7f7f7;box-sizing:border-box}.pkconp .box .item uni-view{font-size:20px;font-weight:700;color:#666}.pkconp .control{background:#fff;margin:15px;display:flex;border:1px solid #f0f0f0;border-radius:10px;flex-wrap:wrap;justify-content:space-between}.pkconp .control .title{width:100%;margin:10px;display:flex;justify-content:space-between}.pkconp .control .title uni-view{width:22%;text-align:center}.pkconp .control .title .name{width:33%}.pkconp .control .li{display:flex;margin:0 10px;justify-content:space-between;height:54px;border-top:1px solid #eee;align-items:center;width:100%}.pkconp .control .li .name{width:33%;display:flex;align-items:center}.pkconp .control .li .name uni-image{width:20px;height:20px;margin-right:5px}.pkconp .control .li .num{width:22%;display:flex;align-items:center;justify-content:center}.pkconp .control .li .num uni-image{width:40rpx;height:40rpx}.pkconp .control .li .f,\r\n.pkconp .control .li .f0{width:22%;text-align:center}.pkconp .control .li .f uni-text,\r\n.pkconp .control .li .f0 uni-text{display:block;width:100%;color:#999;font-size:11px}.pkconp .control .li .f0 uni-text{font-size:12px}.pkconp .time{border-top:1px solid #f0f0f0;width:100%;padding:15px 15px 0;margin-top:5px;display:flex;justify-content:space-between}.pkconp .time .yuanxing{float:left}",""]),t.exports=e},ef29:function(t,e,a){var i=a("24fb"),n=a("b8d8"),r=a("13fa3");e=i(!1);var o=n(r);e.push([t.i,'@charset "UTF-8";.uniui-cart-filled[data-v-45a6b600]:before{content:"\\e6d0"}.uniui-gift-filled[data-v-45a6b600]:before{content:"\\e6c4"}.uniui-color[data-v-45a6b600]:before{content:"\\e6cf"}.uniui-wallet[data-v-45a6b600]:before{content:"\\e6b1"}.uniui-settings-filled[data-v-45a6b600]:before{content:"\\e6ce"}.uniui-auth-filled[data-v-45a6b600]:before{content:"\\e6cc"}.uniui-shop-filled[data-v-45a6b600]:before{content:"\\e6cd"}.uniui-staff-filled[data-v-45a6b600]:before{content:"\\e6cb"}.uniui-vip-filled[data-v-45a6b600]:before{content:"\\e6c6"}.uniui-plus-filled[data-v-45a6b600]:before{content:"\\e6c7"}.uniui-folder-add-filled[data-v-45a6b600]:before{content:"\\e6c8"}.uniui-color-filled[data-v-45a6b600]:before{content:"\\e6c9"}.uniui-tune-filled[data-v-45a6b600]:before{content:"\\e6ca"}.uniui-calendar-filled[data-v-45a6b600]:before{content:"\\e6c0"}.uniui-notification-filled[data-v-45a6b600]:before{content:"\\e6c1"}.uniui-wallet-filled[data-v-45a6b600]:before{content:"\\e6c2"}.uniui-medal-filled[data-v-45a6b600]:before{content:"\\e6c3"}.uniui-fire-filled[data-v-45a6b600]:before{content:"\\e6c5"}.uniui-refreshempty[data-v-45a6b600]:before{content:"\\e6bf"}.uniui-location-filled[data-v-45a6b600]:before{content:"\\e6af"}.uniui-person-filled[data-v-45a6b600]:before{content:"\\e69d"}.uniui-personadd-filled[data-v-45a6b600]:before{content:"\\e698"}.uniui-arrowthinleft[data-v-45a6b600]:before{content:"\\e6d2"}.uniui-arrowthinup[data-v-45a6b600]:before{content:"\\e6d3"}.uniui-arrowthindown[data-v-45a6b600]:before{content:"\\e6d4"}.uniui-back[data-v-45a6b600]:before{content:"\\e6b9"}.uniui-forward[data-v-45a6b600]:before{content:"\\e6ba"}.uniui-arrow-right[data-v-45a6b600]:before{content:"\\e6bb"}.uniui-arrow-left[data-v-45a6b600]:before{content:"\\e6bc"}.uniui-arrow-up[data-v-45a6b600]:before{content:"\\e6bd"}.uniui-arrow-down[data-v-45a6b600]:before{content:"\\e6be"}.uniui-arrowthinright[data-v-45a6b600]:before{content:"\\e6d1"}.uniui-down[data-v-45a6b600]:before{content:"\\e6b8"}.uniui-bottom[data-v-45a6b600]:before{content:"\\e6b8"}.uniui-arrowright[data-v-45a6b600]:before{content:"\\e6d5"}.uniui-right[data-v-45a6b600]:before{content:"\\e6b5"}.uniui-up[data-v-45a6b600]:before{content:"\\e6b6"}.uniui-top[data-v-45a6b600]:before{content:"\\e6b6"}.uniui-left[data-v-45a6b600]:before{content:"\\e6b7"}.uniui-arrowup[data-v-45a6b600]:before{content:"\\e6d6"}.uniui-eye[data-v-45a6b600]:before{content:"\\e651"}.uniui-eye-filled[data-v-45a6b600]:before{content:"\\e66a"}.uniui-eye-slash[data-v-45a6b600]:before{content:"\\e6b3"}.uniui-eye-slash-filled[data-v-45a6b600]:before{content:"\\e6b4"}.uniui-info-filled[data-v-45a6b600]:before{content:"\\e649"}.uniui-reload[data-v-45a6b600]:before{content:"\\e6b2"}.uniui-micoff-filled[data-v-45a6b600]:before{content:"\\e6b0"}.uniui-map-pin-ellipse[data-v-45a6b600]:before{content:"\\e6ac"}.uniui-map-pin[data-v-45a6b600]:before{content:"\\e6ad"}.uniui-location[data-v-45a6b600]:before{content:"\\e6ae"}.uniui-starhalf[data-v-45a6b600]:before{content:"\\e683"}.uniui-star[data-v-45a6b600]:before{content:"\\e688"}.uniui-star-filled[data-v-45a6b600]:before{content:"\\e68f"}.uniui-calendar[data-v-45a6b600]:before{content:"\\e6a0"}.uniui-fire[data-v-45a6b600]:before{content:"\\e6a1"}.uniui-medal[data-v-45a6b600]:before{content:"\\e6a2"}.uniui-font[data-v-45a6b600]:before{content:"\\e6a3"}.uniui-gift[data-v-45a6b600]:before{content:"\\e6a4"}.uniui-link[data-v-45a6b600]:before{content:"\\e6a5"}.uniui-notification[data-v-45a6b600]:before{content:"\\e6a6"}.uniui-staff[data-v-45a6b600]:before{content:"\\e6a7"}.uniui-vip[data-v-45a6b600]:before{content:"\\e6a8"}.uniui-folder-add[data-v-45a6b600]:before{content:"\\e6a9"}.uniui-tune[data-v-45a6b600]:before{content:"\\e6aa"}.uniui-auth[data-v-45a6b600]:before{content:"\\e6ab"}.uniui-person[data-v-45a6b600]:before{content:"\\e699"}.uniui-email-filled[data-v-45a6b600]:before{content:"\\e69a"}.uniui-phone-filled[data-v-45a6b600]:before{content:"\\e69b"}.uniui-phone[data-v-45a6b600]:before{content:"\\e69c"}.uniui-email[data-v-45a6b600]:before{content:"\\e69e"}.uniui-personadd[data-v-45a6b600]:before{content:"\\e69f"}.uniui-chatboxes-filled[data-v-45a6b600]:before{content:"\\e692"}.uniui-contact[data-v-45a6b600]:before{content:"\\e693"}.uniui-chatbubble-filled[data-v-45a6b600]:before{content:"\\e694"}.uniui-contact-filled[data-v-45a6b600]:before{content:"\\e695"}.uniui-chatboxes[data-v-45a6b600]:before{content:"\\e696"}.uniui-chatbubble[data-v-45a6b600]:before{content:"\\e697"}.uniui-upload-filled[data-v-45a6b600]:before{content:"\\e68e"}.uniui-upload[data-v-45a6b600]:before{content:"\\e690"}.uniui-weixin[data-v-45a6b600]:before{content:"\\e691"}.uniui-compose[data-v-45a6b600]:before{content:"\\e67f"}.uniui-qq[data-v-45a6b600]:before{content:"\\e680"}.uniui-download-filled[data-v-45a6b600]:before{content:"\\e681"}.uniui-pyq[data-v-45a6b600]:before{content:"\\e682"}.uniui-sound[data-v-45a6b600]:before{content:"\\e684"}.uniui-trash-filled[data-v-45a6b600]:before{content:"\\e685"}.uniui-sound-filled[data-v-45a6b600]:before{content:"\\e686"}.uniui-trash[data-v-45a6b600]:before{content:"\\e687"}.uniui-videocam-filled[data-v-45a6b600]:before{content:"\\e689"}.uniui-spinner-cycle[data-v-45a6b600]:before{content:"\\e68a"}.uniui-weibo[data-v-45a6b600]:before{content:"\\e68b"}.uniui-videocam[data-v-45a6b600]:before{content:"\\e68c"}.uniui-download[data-v-45a6b600]:before{content:"\\e68d"}.uniui-help[data-v-45a6b600]:before{content:"\\e679"}.uniui-navigate-filled[data-v-45a6b600]:before{content:"\\e67a"}.uniui-plusempty[data-v-45a6b600]:before{content:"\\e67b"}.uniui-smallcircle[data-v-45a6b600]:before{content:"\\e67c"}.uniui-minus-filled[data-v-45a6b600]:before{content:"\\e67d"}.uniui-micoff[data-v-45a6b600]:before{content:"\\e67e"}.uniui-closeempty[data-v-45a6b600]:before{content:"\\e66c"}.uniui-clear[data-v-45a6b600]:before{content:"\\e66d"}.uniui-navigate[data-v-45a6b600]:before{content:"\\e66e"}.uniui-minus[data-v-45a6b600]:before{content:"\\e66f"}.uniui-image[data-v-45a6b600]:before{content:"\\e670"}.uniui-mic[data-v-45a6b600]:before{content:"\\e671"}.uniui-paperplane[data-v-45a6b600]:before{content:"\\e672"}.uniui-close[data-v-45a6b600]:before{content:"\\e673"}.uniui-help-filled[data-v-45a6b600]:before{content:"\\e674"}.uniui-paperplane-filled[data-v-45a6b600]:before{content:"\\e675"}.uniui-plus[data-v-45a6b600]:before{content:"\\e676"}.uniui-mic-filled[data-v-45a6b600]:before{content:"\\e677"}.uniui-image-filled[data-v-45a6b600]:before{content:"\\e678"}.uniui-locked-filled[data-v-45a6b600]:before{content:"\\e668"}.uniui-info[data-v-45a6b600]:before{content:"\\e669"}.uniui-locked[data-v-45a6b600]:before{content:"\\e66b"}.uniui-camera-filled[data-v-45a6b600]:before{content:"\\e658"}.uniui-chat-filled[data-v-45a6b600]:before{content:"\\e659"}.uniui-camera[data-v-45a6b600]:before{content:"\\e65a"}.uniui-circle[data-v-45a6b600]:before{content:"\\e65b"}.uniui-checkmarkempty[data-v-45a6b600]:before{content:"\\e65c"}.uniui-chat[data-v-45a6b600]:before{content:"\\e65d"}.uniui-circle-filled[data-v-45a6b600]:before{content:"\\e65e"}.uniui-flag[data-v-45a6b600]:before{content:"\\e65f"}.uniui-flag-filled[data-v-45a6b600]:before{content:"\\e660"}.uniui-gear-filled[data-v-45a6b600]:before{content:"\\e661"}.uniui-home[data-v-45a6b600]:before{content:"\\e662"}.uniui-home-filled[data-v-45a6b600]:before{content:"\\e663"}.uniui-gear[data-v-45a6b600]:before{content:"\\e664"}.uniui-smallcircle-filled[data-v-45a6b600]:before{content:"\\e665"}.uniui-map-filled[data-v-45a6b600]:before{content:"\\e666"}.uniui-map[data-v-45a6b600]:before{content:"\\e667"}.uniui-refresh-filled[data-v-45a6b600]:before{content:"\\e656"}.uniui-refresh[data-v-45a6b600]:before{content:"\\e657"}.uniui-cloud-upload[data-v-45a6b600]:before{content:"\\e645"}.uniui-cloud-download-filled[data-v-45a6b600]:before{content:"\\e646"}.uniui-cloud-download[data-v-45a6b600]:before{content:"\\e647"}.uniui-cloud-upload-filled[data-v-45a6b600]:before{content:"\\e648"}.uniui-redo[data-v-45a6b600]:before{content:"\\e64a"}.uniui-images-filled[data-v-45a6b600]:before{content:"\\e64b"}.uniui-undo-filled[data-v-45a6b600]:before{content:"\\e64c"}.uniui-more[data-v-45a6b600]:before{content:"\\e64d"}.uniui-more-filled[data-v-45a6b600]:before{content:"\\e64e"}.uniui-undo[data-v-45a6b600]:before{content:"\\e64f"}.uniui-images[data-v-45a6b600]:before{content:"\\e650"}.uniui-paperclip[data-v-45a6b600]:before{content:"\\e652"}.uniui-settings[data-v-45a6b600]:before{content:"\\e653"}.uniui-search[data-v-45a6b600]:before{content:"\\e654"}.uniui-redo-filled[data-v-45a6b600]:before{content:"\\e655"}.uniui-list[data-v-45a6b600]:before{content:"\\e644"}.uniui-mail-open-filled[data-v-45a6b600]:before{content:"\\e63a"}.uniui-hand-down-filled[data-v-45a6b600]:before{content:"\\e63c"}.uniui-hand-down[data-v-45a6b600]:before{content:"\\e63d"}.uniui-hand-up-filled[data-v-45a6b600]:before{content:"\\e63e"}.uniui-hand-up[data-v-45a6b600]:before{content:"\\e63f"}.uniui-heart-filled[data-v-45a6b600]:before{content:"\\e641"}.uniui-mail-open[data-v-45a6b600]:before{content:"\\e643"}.uniui-heart[data-v-45a6b600]:before{content:"\\e639"}.uniui-loop[data-v-45a6b600]:before{content:"\\e633"}.uniui-pulldown[data-v-45a6b600]:before{content:"\\e632"}.uniui-scan[data-v-45a6b600]:before{content:"\\e62a"}.uniui-bars[data-v-45a6b600]:before{content:"\\e627"}.uniui-checkbox[data-v-45a6b600]:before{content:"\\e62b"}.uniui-checkbox-filled[data-v-45a6b600]:before{content:"\\e62c"}.uniui-shop[data-v-45a6b600]:before{content:"\\e62f"}.uniui-headphones[data-v-45a6b600]:before{content:"\\e630"}.uniui-cart[data-v-45a6b600]:before{content:"\\e631"}@font-face{font-family:uniicons;src:url('+o+")}.uni-icons[data-v-45a6b600]{font-family:uniicons;text-decoration:none;text-align:center}",""]),t.exports=e},f0aa:function(t,e,a){var i=a("24fb");e=i(!1),e.push([t.i,'@charset "UTF-8";.wxlist[data-v-4129fa13]{height:auto;overflow:hidden;position:relative;margin:0 15px;background:#fff;border-radius:10px}.wxlist .item[data-v-4129fa13]{width:auto;font-size:14px;line-height:45px;height:45px;display:flex;justify-content:space-between;align-items:center}.wxlist .item .left[data-v-4129fa13]{display:flex;align-items:center}.btn[data-v-4129fa13]{width:auto;background:#fec407;margin:50px 15px 0 15px}',""]),t.exports=e},f0b3:function(t,e,a){"use strict";var i=a("b096"),n=a.n(i);n.a},f0c5:function(t,e,a){"use strict";function i(t,e,a,i,n,r,o,s,l,c){var d,u="function"===typeof t?t.options:t;if(l){u.components||(u.components={});var f=Object.prototype.hasOwnProperty;for(var p in l)f.call(l,p)&&!f.call(u.components,p)&&(u.components[p]=l[p])}if(c&&("function"===typeof c.beforeCreate&&(c.beforeCreate=[c.beforeCreate]),(c.beforeCreate||(c.beforeCreate=[])).unshift((function(){this[c.__module]=this})),(u.mixins||(u.mixins=[])).push(c)),e&&(u.render=e,u.staticRenderFns=a,u._compiled=!0),i&&(u.functional=!0),r&&(u._scopeId="data-v-"+r),o?(d=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"===typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),n&&n.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(o)},u._ssrRegister=d):n&&(d=s?function(){n.call(this,this.$root.$options.shadowRoot)}:n),d)if(u.functional){u._injectStyles=d;var h=u.render;u.render=function(t,e){return d.call(e),h(t,e)}}else{var g=u.beforeCreate;u.beforeCreate=g?[].concat(g,d):[d]}return{exports:t,options:u}}a.d(e,"a",(function(){return i}))},f0d6:function(t,e,a){var i=a("5b1e");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var n=a("7f7e").default;n("553fa55e",i,!0,{sourceMap:!1,shadowMode:!1})},f11c:function(t,e,a){"use strict";a.d(e,"b",(function(){return n})),a.d(e,"c",(function(){return r})),a.d(e,"a",(function(){return i}));var i={renCalendar:a("ecdb").default,uniIcons:a("49ce").default},n=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[a("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[t._$g(2,"i")?a("ren-calendar",{ref:"ren",attrs:{_i:2},on:{onDayClick:function(e){return t.$handleViewEvent(e)},onMonthClickPre:function(e){return t.$handleViewEvent(e)}}}):t._e(),t._$g(3,"i")?a("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},t._l(t._$g(4,"f"),(function(e,i,n,r){return a("uni-view",{key:e,staticClass:t._$g("4-"+r,"sc"),attrs:{_i:"4-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[a("uni-view",{staticClass:t._$g("5-"+r,"sc"),attrs:{_i:"5-"+r}},[a("uni-view",{staticClass:t._$g("6-"+r,"sc"),attrs:{_i:"6-"+r}},[a("uni-icons",{attrs:{_i:"7-"+r}})],1),a("uni-view",{attrs:{_i:"8-"+r}},[t._v(t._$g("8-"+r,"t0-0")),a("v-uni-text",{attrs:{_i:"9-"+r}},[t._v("\u8eab\u9ad8")])],1),a("uni-view",{attrs:{_i:"10-"+r}},[t._v(t._$g("10-"+r,"t0-0")),a("v-uni-text",{attrs:{_i:"11-"+r}},[t._v("\u4f53\u91cd")])],1),a("uni-view",{attrs:{_i:"12-"+r}},[t._v(t._$g("12-"+r,"t0-0")),a("v-uni-text",{attrs:{_i:"13-"+r}},[t._v("BMI")])],1)],1)],1)})),1):t._e(),a("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[t._l(t._$g(15,"f"),(function(e,i,n,r){return t._$g("15-"+r,"i")?a("uni-view",{key:e,staticClass:t._$g("15-"+r,"sc"),attrs:{_i:"15-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[a("uni-view",{staticClass:t._$g("16-"+r,"sc"),attrs:{_i:"16-"+r}},[a("uni-view",{staticClass:t._$g("17-"+r,"sc"),attrs:{_i:"17-"+r}},[t._v(t._$g("17-"+r,"t0-0"))]),a("uni-view",{attrs:{_i:"18-"+r}},[t._v(t._$g("18-"+r,"t0-0")),a("v-uni-text",{attrs:{_i:"19-"+r}},[t._v("\u8eab\u9ad8")])],1),a("uni-view",{attrs:{_i:"20-"+r}},[t._v(t._$g("20-"+r,"t0-0")),a("v-uni-text",{attrs:{_i:"21-"+r}},[t._v("\u4f53\u91cd")])],1),a("uni-view",{attrs:{_i:"22-"+r}},[t._v(t._$g("22-"+r,"t0-0")),a("v-uni-text",{attrs:{_i:"23-"+r}},[t._v("BMI")])],1),a("uni-view",{staticClass:t._$g("24-"+r,"sc"),attrs:{_i:"24-"+r}},[a("uni-icons",{attrs:{_i:"25-"+r}})],1)],1)],1):t._e()})),t._$g(26,"i")?a("uni-view",{staticClass:t._$g(26,"sc"),attrs:{_i:26}},[t._v("vs")]):t._e(),a("uni-view",{staticClass:t._$g(27,"sc"),class:t._$g(27,"c"),attrs:{_i:27},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u5bf9\u6bd4")])],2)],1)],1)},r=[]},f180:function(t,e,a){var i=a("7c81");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var n=a("7f7e").default;n("2a413354",i,!0,{sourceMap:!1,shadowMode:!1})},f1b1:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},f1c2:function(t,e,a){"use strict";a.d(e,"b",(function(){return i})),a.d(e,"c",(function(){return n})),a.d(e,"a",(function(){}));var i=function(){var t=this,e=t.$createElement,a=t._self._c||e;return t._$g(0,"i")?a("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[a("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1},on:{click:function(e){return t.$handleViewEvent(e)}}}),a("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[a("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._$g(4,"i")?a("v-uni-image",{staticClass:t._$g(4,"sc"),attrs:{src:t._$g(4,"a-src"),_i:4}}):t._e(),a("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._v(t._$g(5,"t0-0"))])],1),a("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[t._l(t._$g(7,"f"),(function(e,i,n,r){return t._$g("7-"+r,"i")?a("uni-view",{key:e,staticClass:t._$g("7-"+r,"sc"),attrs:{_i:"7-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._$g("8-"+r,"i")?a("v-uni-image",{staticClass:t._$g("8-"+r,"sc"),attrs:{src:t._$g("8-"+r,"a-src"),_i:"8-"+r}}):t._e(),a("uni-view",{staticClass:t._$g("9-"+r,"sc"),attrs:{_i:"9-"+r}},[a("uni-view",{staticClass:t._$g("10-"+r,"sc"),attrs:{_i:"10-"+r}},[a("uni-view",{staticClass:t._$g("11-"+r,"sc"),attrs:{_i:"11-"+r}},[t._v(t._$g("11-"+r,"t0-0"))]),t._$g("12-"+r,"i")?a("uni-view",{staticClass:t._$g("12-"+r,"sc"),attrs:{_i:"12-"+r}},[t._v("\u5f53\u524d")]):t._e()],1),a("uni-view",{staticClass:t._$g("13-"+r,"sc"),attrs:{_i:"13-"+r}},[a("uni-view",{attrs:{_i:"14-"+r}},[t._v(t._$g("14-"+r,"t0-0"))]),a("uni-view",{attrs:{_i:"15-"+r}},[t._v(t._$g("15-"+r,"t0-0"))]),a("uni-view",{attrs:{_i:"16-"+r}},[t._v(t._$g("16-"+r,"t0-0"))])],1)],1)],1):t._e()})),a("uni-view",{staticClass:t._$g(17,"sc"),attrs:{_i:17},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("+")])],2)],1)],1):t._e()},n=[]},f3cf:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"loading5",data:function(){return{wxsProps:{}}},components:{}}},f3dd:function(t,e,a){"use strict";a.r(e);var i=a("ade1"),n=a("9490");for(var r in n)["default"].indexOf(r)<0&&function(t){a.d(e,t,(function(){return n[t]}))}(r);a("af6c");var o=a("f0c5"),s=Object(o["a"])(n["default"],i["b"],i["c"],!1,null,"061eb378",null,!1,i["a"],void 0);e["default"]=s.exports},f436:function(t,e,a){"use strict";a.r(e);var i=a("e353"),n=a.n(i);for(var r in i)["default"].indexOf(r)<0&&function(t){a.d(e,t,(function(){return i[t]}))}(r);e["default"]=n.a},f4bd:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},f634:function(t,e,a){"use strict";a.r(e);var i=a("3f9c"),n=a("6196");for(var r in n)["default"].indexOf(r)<0&&function(t){a.d(e,t,(function(){return n[t]}))}(r);a("c6f3");var o=a("f0c5"),s=Object(o["a"])(n["default"],i["b"],i["c"],!1,null,"6df789e0",null,!1,i["a"],void 0);e["default"]=s.exports},f715:function(t,e,a){var i=a("24fb");e=i(!1),e.push([t.i,'@charset "UTF-8";.box[data-v-4fc878e2]{padding:10px;background-color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-bottom:10px}.box .time[data-v-4fc878e2]{color:#999;padding-bottom:15px;width:100%}.box .item[data-v-4fc878e2]{width:100%;display:flex;justify-content:space-around}.box .item .data[data-v-4fc878e2]{width:33%;text-align:center}.box .item uni-text[data-v-4fc878e2]{font-size:20px!important;font-weight:700}.info[data-v-4fc878e2]{width:100%;display:flex;justify-content:space-between}.info .item[data-v-4fc878e2]{color:#fff;width:45%;height:50px;background:linear-gradient(90deg,#477eff,#39d9c9);text-align:center;border-radius:10px;display:flex;justify-content:center;align-items:center}.info .item uni-text[data-v-4fc878e2]{width:30px;height:30px;border-radius:50%;margin-right:10px;display:inline-block;background-color:#fff}.myinfoPage[data-v-4fc878e2]{width:100%;background:#fff;margin-top:10px;padding-bottom:15px;border-radius:10px}.myinfoPage .box1[data-v-4fc878e2]{display:flex;flex-wrap:wrap;border-radius:10px;font-size:14px;position:relative;margin:0 15px 0;padding-bottom:10px}.myinfoPage .box1 .list[data-v-4fc878e2]{width:100%;display:flex;justify-content:space-between;color:#666;padding:0;line-height:50px;align-items:center;flex-wrap:wrap}.myinfoPage .box1 .list uni-image[data-v-4fc878e2],\r\n.myinfoPage .box1 .list .t-icon[data-v-4fc878e2]{width:18px!important;height:18px;border:2px solid #c7c7c7;background-color:#c7c7c7;border-radius:50%;margin-right:5px}.myinfoPage .box1 .list .block[data-v-4fc878e2]{width:100%;display:flex;justify-content:space-between;align-items:center;color:#666;position:relative}.myinfoPage .box1 .list .block .level[data-v-4fc878e2],\r\n.myinfoPage .box1 .list .block .val[data-v-4fc878e2]{width:25%}.myinfoPage .box1 .list .block .name[data-v-4fc878e2]{width:40%;display:flex;align-items:center}.myinfoPage .box1 .list .block .icon[data-v-4fc878e2]{width:20px;text-align:right;display:flex}.myinfoPage .box1 .list .block .icon uni-image[data-v-4fc878e2]{width:20px;height:20px}.myinfoPage .box1 .list .desc[data-v-4fc878e2]{line-height:20px;text-align:left;width:calc(100% - 20px);height:auto;border-radius:5px;font-size:12px;color:#999;padding:10px;background:#f7f7f7}.myinfoPage .box1 .statuevue[data-v-4fc878e2]{height:35px;position:relative;width:100%;margin:20px auto 10px}.myinfoPage .box1 .statuevue .bi[data-v-4fc878e2]{display:flex;justify-content:space-between;width:auto;padding-top:10px}.myinfoPage .box1 .statuevue .bi .peobox[data-v-4fc878e2]{position:absolute;right:0;top:-1px}.myinfoPage .box1 .statuevue .bi .peobox .xx[data-v-4fc878e2]{width:5px;height:5px;border-radius:50%;background:#fff;position:absolute;z-index:9;border:2px solid #1b2086;top:9px}.myinfoPage .box1 .statuevue .item[data-v-4fc878e2]{position:relative;margin:0;flex:1;height:5px;color:#666;font-size:12px}.myinfoPage .box1 .statuevue .item .span1[data-v-4fc878e2]{width:100%;text-align:center;position:absolute;top:-23px}.myinfoPage .box1 .statuevue .item .span[data-v-4fc878e2]{margin-top:8px;position:absolute;right:-8px}.myinfoPage .yuanxing[data-v-4fc878e2]{display:inline-block;background:#f19601;width:8px;height:12px;margin-right:5px;font-size:32rpx}.myinfoPage .btnf[data-v-4fc878e2]{font-size:13px;border-radius:5px;height:22px;margin:0 10px 0 0;line-height:22px;color:#fff;font-weight:400;width:44px!important;text-align:center!important;float:right}.myinfoPage .tivon[data-v-4fc878e2]{display:flex;justify-content:center;align-content:center;align-items:center}.myinfoPage .tivon .bianji[data-v-4fc878e2]{width:20px;height:20px;margin-left:5px}.myinfoPage .box1 :last-child.list .val[data-v-4fc878e2]{width:25%!important}.myinfoPage .kcalClass[data-v-4fc878e2]{width:100%;text-align:center;font-size:16px;line-height:55px;margin:-20px auto}.myinfoPage .yichang[data-v-4fc878e2]{background:#ffe4be;color:#ff4239;padding:5px;text-align:center;border-radius:5px;margin:0 15px 10px}[data-v-4fc878e2] .uni-collapse-item{width:100%!important}[data-v-4fc878e2] .uni-collapse-item__title-arrow{margin-right:0!important}[data-v-4fc878e2] .uni-collapse-item__wrap-content.uni-collapse-item--border{border-bottom-width:0}',""]),t.exports=e},f77f:function(t,e,a){"use strict";a.r(e);var i=a("b396"),n=a.n(i);for(var r in i)["default"].indexOf(r)<0&&function(t){a.d(e,t,(function(){return i[t]}))}(r);e["default"]=n.a},f7b0:function(t,e,a){"use strict";a.d(e,"b",(function(){return n})),a.d(e,"c",(function(){return r})),a.d(e,"a",(function(){return i}));var i={uniIcons:a("49ce").default},n=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[a("uni-view",{staticClass:t._$g(1,"sc"),class:t._$g(1,"c"),attrs:{_i:1},on:{click:function(e){return t.$handleViewEvent(e)}}},[a("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[t._t("title",[a("uni-view",{staticClass:t._$g(4,"sc"),class:t._$g(4,"c"),attrs:{_i:4}},[t._$g(5,"i")?a("v-uni-image",{staticClass:t._$g(5,"sc"),attrs:{src:t._$g(5,"a-src"),_i:5}}):t._e(),a("v-uni-text",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[t._v(t._$g(6,"t0-0"))])],1)],{_i:3})],2),t._$g(7,"i")?a("uni-view",{staticClass:t._$g(7,"sc"),class:t._$g(7,"c"),attrs:{_i:7}},[a("uni-icons",{attrs:{_i:8}})],1):t._e()],1),a("uni-view",{staticClass:t._$g(9,"sc"),class:t._$g(9,"c"),style:t._$g(9,"s"),attrs:{_i:9}},[a("uni-view",{ref:"collapse--hook",staticClass:t._$g(10,"sc"),class:t._$g(10,"c"),attrs:{id:t._$g(10,"a-id"),_i:10}},[t._t("default",null,{_i:11})],2)],1)],1)},r=[]},f7ca:function(t,e,a){var i=a("e1bf");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var n=a("7f7e").default;n("47f0cb7c",i,!0,{sourceMap:!1,shadowMode:!1})},f8c0:function(t,e,a){var i=a("24fb");e=i(!1),e.push([t.i,".container[data-v-fe0925d0]{width:30px;height:30px;position:relative}.container.loading1[data-v-fe0925d0]{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.container .shape[data-v-fe0925d0]{position:absolute;width:10px;height:10px;border-radius:1px}.container .shape.shape1[data-v-fe0925d0]{left:0;background-color:#1890ff}.container .shape.shape2[data-v-fe0925d0]{right:0;background-color:#91cb74}.container .shape.shape3[data-v-fe0925d0]{bottom:0;background-color:#fac858}.container .shape.shape4[data-v-fe0925d0]{bottom:0;right:0;background-color:#e66}.loading1 .shape1[data-v-fe0925d0]{-webkit-animation:animation1shape1-data-v-fe0925d0 .5s ease 0s infinite alternate;animation:animation1shape1-data-v-fe0925d0 .5s ease 0s infinite alternate}@-webkit-keyframes animation1shape1-data-v-fe0925d0{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(16px,16px);transform:translate(16px,16px)}}@keyframes animation1shape1-data-v-fe0925d0{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(16px,16px);transform:translate(16px,16px)}}.loading1 .shape2[data-v-fe0925d0]{-webkit-animation:animation1shape2-data-v-fe0925d0 .5s ease 0s infinite alternate;animation:animation1shape2-data-v-fe0925d0 .5s ease 0s infinite alternate}@-webkit-keyframes animation1shape2-data-v-fe0925d0{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-16px,16px);transform:translate(-16px,16px)}}@keyframes animation1shape2-data-v-fe0925d0{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-16px,16px);transform:translate(-16px,16px)}}.loading1 .shape3[data-v-fe0925d0]{-webkit-animation:animation1shape3-data-v-fe0925d0 .5s ease 0s infinite alternate;animation:animation1shape3-data-v-fe0925d0 .5s ease 0s infinite alternate}@-webkit-keyframes animation1shape3-data-v-fe0925d0{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(16px,-16px);transform:translate(16px,-16px)}}@keyframes animation1shape3-data-v-fe0925d0{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(16px,-16px);transform:translate(16px,-16px)}}.loading1 .shape4[data-v-fe0925d0]{-webkit-animation:animation1shape4-data-v-fe0925d0 .5s ease 0s infinite alternate;animation:animation1shape4-data-v-fe0925d0 .5s ease 0s infinite alternate}@-webkit-keyframes animation1shape4-data-v-fe0925d0{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-16px,-16px);transform:translate(-16px,-16px)}}@keyframes animation1shape4-data-v-fe0925d0{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-16px,-16px);transform:translate(-16px,-16px)}}",""]),t.exports=e},f8e9:function(t,e,a){"use strict";a.d(e,"b",(function(){return n})),a.d(e,"c",(function(){return r})),a.d(e,"a",(function(){return i}));var i={uniIcons:a("49ce").default},n=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[a("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[a("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[a("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v("\u4eca\u65e5\u4e2a\u6570"),a("v-uni-text",{attrs:{_i:4}},[t._v("--")])],1),a("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._v("\u4eca\u65e5\u65f6\u957f"),a("v-uni-text",{attrs:{_i:6}},[t._v("--")])],1),a("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},[t._v("\u5361\u8def\u91cc/kcal"),a("v-uni-text",{attrs:{_i:8}},[t._v("--")])],1)],1)],1),t._$g(9,"i")?a("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[a("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[t._v("2024/03/25")]),a("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[a("v-uni-text",{staticClass:t._$g(12,"sc"),attrs:{_i:12}},[t._v("\u672c\u6b21\u4e2a\u6570")]),a("v-uni-text",{attrs:{_i:13}},[t._v("--")])],1),a("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[a("v-uni-text",{staticClass:t._$g(15,"sc"),attrs:{_i:15}},[t._v("\u672c\u6b21\u65f6\u957f")]),a("v-uni-text",{attrs:{_i:16}},[t._v("--")])],1),a("uni-view",{staticClass:t._$g(17,"sc"),attrs:{_i:17}},[a("v-uni-text",{staticClass:t._$g(18,"sc"),attrs:{_i:18}},[t._v("\u6d88\u8017\u5361\u8def\u91cc")]),a("v-uni-text",{attrs:{_i:19}},[t._v("--")])],1)],1):t._e(),t._$g(20,"i")?a("uni-view",{staticClass:t._$g(20,"sc"),attrs:{_i:20}},[a("uni-view",{staticClass:t._$g(21,"sc"),attrs:{_i:21}},[t._v("2024/03/25")]),a("uni-view",{staticClass:t._$g(22,"sc"),attrs:{_i:22}},[a("uni-view",{staticClass:t._$g(23,"sc"),attrs:{_i:23}},[a("v-uni-picker",{attrs:{mode:"multiSelector",range:t._$g(24,"a-range"),value:t._$g(24,"a-value"),_i:24},on:{change:function(e){return t.$handleViewEvent(e)}}},[a("uni-view",{staticClass:t._$g(25,"sc"),attrs:{_i:25}},[t._v(t._$g(25,"t0-0")+t._$g(25,"t0-1"))])],1),a("uni-icons",{staticClass:t._$g(26,"sc"),attrs:{_i:26}})],1),a("v-uni-text",{staticClass:t._$g(27,"sc"),attrs:{_i:27}},[t._v("\u8c03\u6574\u76ee\u6807")])],1),a("uni-view",{staticClass:t._$g(28,"sc"),attrs:{_i:28}},[a("v-uni-text",{staticClass:t._$g(29,"sc"),attrs:{_i:29}},[t._v("\u672c\u6b21\u4e2a\u6570")]),a("v-uni-text",{attrs:{_i:30}},[t._v("--")])],1),a("uni-view",{staticClass:t._$g(31,"sc"),attrs:{_i:31}},[a("v-uni-text",{staticClass:t._$g(32,"sc"),attrs:{_i:32}},[t._v("\u6d88\u8017\u5361\u8def\u91cc")]),a("v-uni-text",{attrs:{_i:33}},[t._v("--")])],1)],1):t._e(),t._$g(34,"i")?a("uni-view",{staticClass:t._$g(34,"sc"),attrs:{_i:34}},[a("uni-view",{staticClass:t._$g(35,"sc"),attrs:{_i:35}},[t._v("2024/03/25")]),a("uni-view",{staticClass:t._$g(36,"sc"),attrs:{_i:36}},[a("uni-view",{staticClass:t._$g(37,"sc"),attrs:{_i:37}},[a("v-uni-input",{attrs:{type:"digit","confirm-type":"done",_i:38},on:{blur:function(e){return t.$handleViewEvent(e)}},model:{value:t._$g(38,"v-model"),callback:function(e){t.$handleVModelEvent(38,e)},expression:"weight"}}),a("uni-icons",{staticClass:t._$g(39,"sc"),attrs:{_i:39}})],1),a("v-uni-text",{staticClass:t._$g(40,"sc"),attrs:{_i:40}},[t._v("\u8c03\u6574\u76ee\u6807")])],1),a("uni-view",{staticClass:t._$g(41,"sc"),attrs:{_i:41}},[a("v-uni-text",{staticClass:t._$g(42,"sc"),attrs:{_i:42}},[t._v("\u672c\u6b21\u65f6\u957f")]),a("v-uni-text",{attrs:{_i:43}},[t._v("--")])],1),a("uni-view",{staticClass:t._$g(44,"sc"),attrs:{_i:44}},[a("v-uni-text",{staticClass:t._$g(45,"sc"),attrs:{_i:45}},[t._v("\u6d88\u8017\u5361\u8def\u91cc")]),a("v-uni-text",{attrs:{_i:46}},[t._v("--")])],1)],1):t._e(),a("uni-view",{staticClass:t._$g(47,"sc"),attrs:{_i:47}},[a("uni-view",{staticClass:t._$g(48,"sc"),attrs:{_i:48}},[a("uni-view",{staticClass:t._$g(49,"sc"),attrs:{_i:49},on:{click:function(e){return t.$handleViewEvent(e)}}},[a("uni-view",{staticClass:t._$g(50,"sc"),attrs:{_i:50}},[a("v-uni-image",{attrs:{src:t._$g(51,"a-src"),_i:51}})],1),a("uni-view",{staticClass:t._$g(52,"sc"),attrs:{_i:52}},[t._v("\u8fd0\u52a8\u66f2\u7ebf")])],1),a("uni-view",{staticClass:t._$g(53,"sc"),attrs:{_i:53},on:{click:function(e){return t.$handleViewEvent(e)}}},[a("uni-view",{staticClass:t._$g(54,"sc"),attrs:{_i:54}},[a("v-uni-image",{attrs:{src:t._$g(55,"a-src"),_i:55}})],1),a("uni-view",{staticClass:t._$g(56,"sc"),attrs:{_i:56}},[t._v("\u5386\u53f2\u8bb0\u5f55")])],1),a("uni-view",{staticClass:t._$g(57,"sc"),attrs:{_i:57},on:{click:function(e){return t.$handleViewEvent(e)}}},[a("uni-view",{staticClass:t._$g(58,"sc"),attrs:{_i:58}},[a("v-uni-image",{attrs:{src:t._$g(59,"a-src"),_i:59}})],1),a("uni-view",{staticClass:t._$g(60,"sc"),attrs:{_i:60}},[t._v("\u6570\u636e\u5bf9\u6bd4")])],1),a("uni-view",{staticClass:t._$g(61,"sc"),attrs:{_i:61},on:{click:function(e){return t.$handleViewEvent(e)}}},[a("uni-view",{staticClass:t._$g(62,"sc"),attrs:{_i:62}},[a("v-uni-image",{attrs:{src:t._$g(63,"a-src"),_i:63}})],1),a("uni-view",{staticClass:t._$g(64,"sc"),attrs:{_i:64}},[t._v("\u6dfb\u52a0\u8bb0\u5f55")])],1)],1)],1),a("record",{attrs:{_i:65}})],1)},r=[]},fa40:function(t,e,a){"use strict";a.r(e);var i=a("288a"),n=a("8801");for(var r in n)["default"].indexOf(r)<0&&function(t){a.d(e,t,(function(){return n[t]}))}(r);a("8630");var o=a("f0c5"),s=Object(o["a"])(n["default"],i["b"],i["c"],!1,null,"5415ed00",null,!1,i["a"],void 0);e["default"]=s.exports},fbe8:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},fce1:function(t,e,a){"use strict";a.r(e);var i=a("dbb1"),n=a.n(i);for(var r in i)["default"].indexOf(r)<0&&function(t){a.d(e,t,(function(){return i[t]}))}(r);e["default"]=n.a},fe32:function(t,e,a){"use strict";a.r(e);var i=a("a1de"),n=a("5a8e");for(var r in n)["default"].indexOf(r)<0&&function(t){a.d(e,t,(function(){return n[t]}))}(r);a("5378");var o=a("f0c5"),s=Object(o["a"])(n["default"],i["b"],i["c"],!1,null,"26214a5a",null,!1,i["a"],void 0);e["default"]=s.exports}}); \ No newline at end of file diff --git a/unpackage/dist/build/app-plus/manifest.json b/unpackage/dist/build/app-plus/manifest.json new file mode 100644 index 00000000..d2643205 --- /dev/null +++ b/unpackage/dist/build/app-plus/manifest.json @@ -0,0 +1 @@ +{"@platforms":["android","iPhone","iPad"],"id":"__UNI__E0E1A21","name":"examTeamApp","version":{"name":"1.0.0","code":"100"},"description":"","launch_path":"__uniappview.html","developer":{"name":"","email":"","url":""},"permissions":{"Bluetooth":{},"Camera":{},"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"target":"id:1","autoclose":true,"waiting":true,"delay":0},"popGesture":"close","launchwebview":{"id":"1","kernel":"WKWebview"},"statusbar":{"immersed":"supportedDevice","style":"dark","background":"#F8F8F8"},"usingComponents":true,"nvueStyleCompiler":"uni-app","compilerVersion":3,"distribute":{"google":{"permissions":["","","","","","","","","","","","","","",""]},"apple":{"dSYMs":false},"plugins":{"share":{},"ad":{},"audio":{"mp3":{"description":"Android平台录音支持MP3格式文件"}}}},"uniStatistics":{"enable":false},"allowsInlineMediaPlayback":true,"safearea":{"background":"#fff","bottom":{"offset":"auto"}},"uni-app":{"compilerVersion":"3.99","control":"uni-v3","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal"},"tabBar":{"color":"#333","selectedColor":"#477EFF","backgroundColor":"#fff","list":[{"pagePath":"pages/index/index","iconPath":"static/shou.png","selectedIconPath":"static/shou2.png","text":"首页"},{"pagePath":"pages/score/score","iconPath":"static/ping.png","selectedIconPath":"static/ping2.png","text":"估分"},{"pagePath":"pages/me/me","iconPath":"static/wo.png","selectedIconPath":"static/wo2.png","text":"我的"}],"borderStyle":"rgba(0,0,0,0.4)","height":"50px","child":["lauchwebview"],"selected":0},"launch_path":"__uniappview.html"},"fallbackLocale":"en"} \ No newline at end of file diff --git a/unpackage/dist/build/app-plus/static/add.png b/unpackage/dist/build/app-plus/static/add.png new file mode 100644 index 00000000..2325491e Binary files /dev/null and b/unpackage/dist/build/app-plus/static/add.png differ diff --git a/unpackage/dist/build/app-plus/static/bae.png b/unpackage/dist/build/app-plus/static/bae.png new file mode 100644 index 00000000..0694a723 Binary files /dev/null and b/unpackage/dist/build/app-plus/static/bae.png differ diff --git a/unpackage/dist/build/app-plus/static/charts.png b/unpackage/dist/build/app-plus/static/charts.png new file mode 100644 index 00000000..ac70caa8 Binary files /dev/null and b/unpackage/dist/build/app-plus/static/charts.png differ diff --git a/unpackage/dist/build/app-plus/static/history.png b/unpackage/dist/build/app-plus/static/history.png new file mode 100644 index 00000000..fd8ed9af Binary files /dev/null and b/unpackage/dist/build/app-plus/static/history.png differ diff --git a/unpackage/dist/build/app-plus/static/logo.png b/unpackage/dist/build/app-plus/static/logo.png new file mode 100644 index 00000000..b5771e20 Binary files /dev/null and b/unpackage/dist/build/app-plus/static/logo.png differ diff --git a/unpackage/dist/build/app-plus/static/ping.png b/unpackage/dist/build/app-plus/static/ping.png new file mode 100644 index 00000000..30142281 Binary files /dev/null and b/unpackage/dist/build/app-plus/static/ping.png differ diff --git a/unpackage/dist/build/app-plus/static/ping2.png b/unpackage/dist/build/app-plus/static/ping2.png new file mode 100644 index 00000000..83335965 Binary files /dev/null and b/unpackage/dist/build/app-plus/static/ping2.png differ diff --git a/unpackage/dist/build/app-plus/static/pk.png b/unpackage/dist/build/app-plus/static/pk.png new file mode 100644 index 00000000..25a08e51 Binary files /dev/null and b/unpackage/dist/build/app-plus/static/pk.png differ diff --git a/unpackage/dist/build/app-plus/static/shou.png b/unpackage/dist/build/app-plus/static/shou.png new file mode 100644 index 00000000..34a759b3 Binary files /dev/null and b/unpackage/dist/build/app-plus/static/shou.png differ diff --git a/unpackage/dist/build/app-plus/static/shou2.png b/unpackage/dist/build/app-plus/static/shou2.png new file mode 100644 index 00000000..01cdfbfc Binary files /dev/null and b/unpackage/dist/build/app-plus/static/shou2.png differ diff --git a/unpackage/dist/build/app-plus/static/wo.png b/unpackage/dist/build/app-plus/static/wo.png new file mode 100644 index 00000000..59c68037 Binary files /dev/null and b/unpackage/dist/build/app-plus/static/wo.png differ diff --git a/unpackage/dist/build/app-plus/static/wo2.png b/unpackage/dist/build/app-plus/static/wo2.png new file mode 100644 index 00000000..bde514c4 Binary files /dev/null and b/unpackage/dist/build/app-plus/static/wo2.png differ diff --git a/unpackage/dist/build/app-plus/uni_modules/qiun-data-charts/static/app-plus/echarts.min.js b/unpackage/dist/build/app-plus/uni_modules/qiun-data-charts/static/app-plus/echarts.min.js new file mode 100644 index 00000000..5396a032 --- /dev/null +++ b/unpackage/dist/build/app-plus/uni_modules/qiun-data-charts/static/app-plus/echarts.min.js @@ -0,0 +1,23 @@ + +/* +* Licensed to the Apache Software Foundation (ASF) under one +* or more contributor license agreements. See the NOTICE file +* distributed with this work for additional information +* regarding copyright ownership. The ASF licenses this file +* to you under the Apache License, Version 2.0 (the +* "License"); you may not use this file except in compliance +* with the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, +* software distributed under the License is distributed on an +* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +* KIND, either express or implied. See the License for the +* specific language governing permissions and limitations +* under the License. +* 版本为4.2.1,修改一处源码:this.el.hide() 改为 this.el?this.el.hide():true +*/ + + +!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?define(["exports"],e):e(t.echarts={})}(this,function(t){"use strict";function e(t,e){"createCanvas"===t&&(nw=null),ew[t]=e}function i(t){if(null==t||"object"!=typeof t)return t;var e=t,n=Y_.call(t);if("[object Array]"===n){if(!O(t)){e=[];for(var o=0,a=t.length;o=0){var o="touchend"!==n?e.targetTouches[0]:e.changedTouches[0];o&&st(t,o,e,i)}else st(t,e,e,i),e.zrDelta=e.wheelDelta?e.wheelDelta/120:-(e.detail||0)/3;var a=e.button;return null==e.which&&void 0!==a&&gw.test(e.type)&&(e.which=1&a?1:2&a?3:4&a?2:0),e}function ht(t,e,i){pw?t.addEventListener(e,i):t.attachEvent("on"+e,i)}function ct(t,e,i){pw?t.removeEventListener(e,i):t.detachEvent("on"+e,i)}function dt(t){return 2===t.which||3===t.which}function ft(t){var e=t[1][0]-t[0][0],i=t[1][1]-t[0][1];return Math.sqrt(e*e+i*i)}function pt(t){return[(t[0][0]+t[1][0])/2,(t[0][1]+t[1][1])/2]}function gt(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:mt}}function mt(t){mw(this.event)}function vt(){}function yt(t,e,i){if(t[t.rectHover?"rectContain":"contain"](e,i)){for(var n,o=t;o;){if(o.clipPath&&!o.clipPath.contain(e,i))return!1;o.silent&&(n=!0),o=o.parent}return!n||xw}return!1}function xt(){var t=new bw(6);return _t(t),t}function _t(t){return t[0]=1,t[1]=0,t[2]=0,t[3]=1,t[4]=0,t[5]=0,t}function wt(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 bt(t,e,i){var n=e[0]*i[0]+e[2]*i[1],o=e[1]*i[0]+e[3]*i[1],a=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]=o,t[2]=a,t[3]=r,t[4]=s,t[5]=l,t}function St(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 Mt(t,e,i){var n=e[0],o=e[2],a=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]=o*h+s*u,t[3]=-o*u+h*s,t[4]=h*a+u*l,t[5]=h*l-u*a,t}function It(t,e,i){var n=i[0],o=i[1];return t[0]=e[0]*n,t[1]=e[1]*o,t[2]=e[2]*n,t[3]=e[3]*o,t[4]=e[4]*n,t[5]=e[5]*o,t}function Tt(t,e){var i=e[0],n=e[2],o=e[4],a=e[1],r=e[3],s=e[5],l=i*r-a*n;return l?(l=1/l,t[0]=r*l,t[1]=-a*l,t[2]=-n*l,t[3]=i*l,t[4]=(n*s-r*o)*l,t[5]=(a*o-i*s)*l,t):null}function At(t){var e=xt();return wt(e,t),e}function Dt(t){return t>Iw||t<-Iw}function Ct(t){this._target=t.target,this._life=t.life||1e3,this._delay=t.delay||0,this._initialized=!1,this.loop=null!=t.loop&&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 Lt(t){return(t=Math.round(t))<0?0:t>255?255:t}function kt(t){return(t=Math.round(t))<0?0:t>360?360:t}function Pt(t){return t<0?0:t>1?1:t}function Nt(t){return Lt(t.length&&"%"===t.charAt(t.length-1)?parseFloat(t)/100*255:parseInt(t,10))}function Ot(t){return Pt(t.length&&"%"===t.charAt(t.length-1)?parseFloat(t)/100:parseFloat(t))}function Et(t,e,i){return i<0?i+=1:i>1&&(i-=1),6*i<1?t+(e-t)*i*6:2*i<1?e:3*i<2?t+(e-t)*(2/3-i)*6:t}function Rt(t,e,i){return t+(e-t)*i}function zt(t,e,i,n,o){return t[0]=e,t[1]=i,t[2]=n,t[3]=o,t}function Bt(t,e){return t[0]=e[0],t[1]=e[1],t[2]=e[2],t[3]=e[3],t}function Vt(t,e){Vw&&Bt(Vw,e),Vw=Bw.put(t,Vw||e.slice())}function Gt(t,e){if(t){e=e||[];var i=Bw.get(t);if(i)return Bt(e,i);var n=(t+="").replace(/ /g,"").toLowerCase();if(n in zw)return Bt(e,zw[n]),Vt(t,e),e;if("#"!==n.charAt(0)){var o=n.indexOf("("),a=n.indexOf(")");if(-1!==o&&a+1===n.length){var r=n.substr(0,o),s=n.substr(o+1,a-(o+1)).split(","),l=1;switch(r){case"rgba":if(4!==s.length)return void zt(e,0,0,0,1);l=Ot(s.pop());case"rgb":return 3!==s.length?void zt(e,0,0,0,1):(zt(e,Nt(s[0]),Nt(s[1]),Nt(s[2]),l),Vt(t,e),e);case"hsla":return 4!==s.length?void zt(e,0,0,0,1):(s[3]=Ot(s[3]),Ft(s,e),Vt(t,e),e);case"hsl":return 3!==s.length?void zt(e,0,0,0,1):(Ft(s,e),Vt(t,e),e);default:return}}zt(e,0,0,0,1)}else{if(4===n.length)return(u=parseInt(n.substr(1),16))>=0&&u<=4095?(zt(e,(3840&u)>>4|(3840&u)>>8,240&u|(240&u)>>4,15&u|(15&u)<<4,1),Vt(t,e),e):void zt(e,0,0,0,1);if(7===n.length){var u=parseInt(n.substr(1),16);return u>=0&&u<=16777215?(zt(e,(16711680&u)>>16,(65280&u)>>8,255&u,1),Vt(t,e),e):void zt(e,0,0,0,1)}}}}function Ft(t,e){var i=(parseFloat(t[0])%360+360)%360/360,n=Ot(t[1]),o=Ot(t[2]),a=o<=.5?o*(n+1):o+n-o*n,r=2*o-a;return e=e||[],zt(e,Lt(255*Et(r,a,i+1/3)),Lt(255*Et(r,a,i)),Lt(255*Et(r,a,i-1/3)),1),4===t.length&&(e[3]=t[3]),e}function Wt(t){if(t){var e,i,n=t[0]/255,o=t[1]/255,a=t[2]/255,r=Math.min(n,o,a),s=Math.max(n,o,a),l=s-r,u=(s+r)/2;if(0===l)e=0,i=0;else{i=u<.5?l/(s+r):l/(2-s-r);var h=((s-n)/6+l/2)/l,c=((s-o)/6+l/2)/l,d=((s-a)/6+l/2)/l;n===s?e=d-c:o===s?e=1/3+h-d:a===s&&(e=2/3+c-h),e<0&&(e+=1),e>1&&(e-=1)}var f=[360*e,i,u];return null!=t[3]&&f.push(t[3]),f}}function Ht(t,e){var i=Gt(t);if(i){for(var n=0;n<3;n++)i[n]=e<0?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 qt(i,4===i.length?"rgba":"rgb")}}function Zt(t){var e=Gt(t);if(e)return((1<<24)+(e[0]<<16)+(e[1]<<8)+ +e[2]).toString(16).slice(1)}function Ut(t,e,i){if(e&&e.length&&t>=0&&t<=1){i=i||[];var n=t*(e.length-1),o=Math.floor(n),a=Math.ceil(n),r=e[o],s=e[a],l=n-o;return i[0]=Lt(Rt(r[0],s[0],l)),i[1]=Lt(Rt(r[1],s[1],l)),i[2]=Lt(Rt(r[2],s[2],l)),i[3]=Pt(Rt(r[3],s[3],l)),i}}function Xt(t,e,i){if(e&&e.length&&t>=0&&t<=1){var n=t*(e.length-1),o=Math.floor(n),a=Math.ceil(n),r=Gt(e[o]),s=Gt(e[a]),l=n-o,u=qt([Lt(Rt(r[0],s[0],l)),Lt(Rt(r[1],s[1],l)),Lt(Rt(r[2],s[2],l)),Pt(Rt(r[3],s[3],l))],"rgba");return i?{color:u,leftIndex:o,rightIndex:a,value:n}:u}}function jt(t,e,i,n){if(t=Gt(t))return t=Wt(t),null!=e&&(t[0]=kt(e)),null!=i&&(t[1]=Ot(i)),null!=n&&(t[2]=Ot(n)),qt(Ft(t),"rgba")}function Yt(t,e){if((t=Gt(t))&&null!=e)return t[3]=Pt(e),qt(t,"rgba")}function qt(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 Kt(t,e){return t[e]}function $t(t,e,i){t[e]=i}function Jt(t,e,i){return(e-t)*i+t}function Qt(t,e,i){return i>.5?e:t}function te(t,e,i,n,o){var a=t.length;if(1===o)for(s=0;so)t.length=o;else for(r=n;r=0&&!(m[i]<=e);i--);i=Math.min(i,u-2)}else{for(i=L;ie);i++);i=Math.min(i-1,u-2)}L=i,k=e;var n=m[i+1]-m[i];if(0!==n)if(I=(e-m[i])/n,l)if(A=v[i],T=v[0===i?i:i-1],D=v[i>u-2?u-1:i+1],C=v[i>u-3?u-1:i+2],d)ne(T,A,D,C,I,I*I,I*I*I,r(t,o),g);else{if(f)a=ne(T,A,D,C,I,I*I,I*I*I,P,1),a=re(P);else{if(p)return Qt(A,D,I);a=oe(T,A,D,C,I,I*I,I*I*I)}s(t,o,a)}else if(d)te(v[i],v[i+1],I,r(t,o),g);else{var a;if(f)te(v[i],v[i+1],I,P,1),a=re(P);else{if(p)return Qt(v[i],v[i+1],I);a=Jt(v[i],v[i+1],I)}s(t,o,a)}},ondestroy:i});return e&&"spline"!==e&&(N.easing=e),N}}}function ue(t,e,i,n,o,a,r,s){_(n)?(a=o,o=n,n=0):x(o)?(a=o,o="linear",n=0):x(n)?(a=n,n=0):x(i)?(a=i,i=500):i||(i=500),t.stopAnimation(),he(t,"",t,e,i,n,s);var l=t.animators.slice(),u=l.length;u||a&&a();for(var h=0;h0&&t.animate(e,!1).when(null==o?500:o,s).delay(a||0)}function ce(t,e,i,n){if(e){var o={};o[e]={},o[e][i]=n,t.attr(o)}else t.attr(i,n)}function de(t,e,i,n){i<0&&(t+=i,i=-i),n<0&&(e+=n,n=-n),this.x=t,this.y=e,this.width=i,this.height=n}function fe(t){for(var e=0;t>=eb;)e|=1&t,t>>=1;return t+e}function pe(t,e,i,n){var o=e+1;if(o===i)return 1;if(n(t[o++],t[e])<0){for(;o=0;)o++;return o-e}function ge(t,e,i){for(i--;e>>1])<0?l=a:s=a+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 ve(t,e,i,n,o,a){var r=0,s=0,l=1;if(a(t,e[i+o])>0){for(s=n-o;l0;)r=l,(l=1+(l<<1))<=0&&(l=s);l>s&&(l=s),r+=o,l+=o}else{for(s=o+1;ls&&(l=s);var u=r;r=o-l,l=o-u}for(r++;r>>1);a(t,e[i+h])>0?r=h+1:l=h}return l}function ye(t,e,i,n,o,a){var r=0,s=0,l=1;if(a(t,e[i+o])<0){for(s=o+1;ls&&(l=s);var u=r;r=o-l,l=o-u}else{for(s=n-o;l=0;)r=l,(l=1+(l<<1))<=0&&(l=s);l>s&&(l=s),r+=o,l+=o}for(r++;r>>1);a(t,e[i+h])<0?l=h:r=h+1}return l}function xe(t,e){function i(i){var s=a[i],u=r[i],h=a[i+1],c=r[i+1];r[i]=u+c,i===l-3&&(a[i+1]=a[i+2],r[i+1]=r[i+2]),l--;var d=ye(t[h],t,s,u,0,e);s+=d,0!==(u-=d)&&0!==(c=ve(t[s+u-1],t,h,c,c-1,e))&&(u<=c?n(s,u,h,c):o(s,u,h,c))}function n(i,n,o,a){var r=0;for(r=0;r=ib||f>=ib);if(p)break;g<0&&(g=0),g+=2}if((s=g)<1&&(s=1),1===n){for(r=0;r=0;r--)t[f+r]=t[d+r];if(0===n){v=!0;break}}if(t[c--]=u[h--],1==--a){v=!0;break}if(0!=(m=a-ve(t[l],u,0,a,a-1,e))){for(a-=m,f=(c-=m)+1,d=(h-=m)+1,r=0;r=ib||m>=ib);if(v)break;p<0&&(p=0),p+=2}if((s=p)<1&&(s=1),1===a){for(f=(c-=n)+1,d=(l-=n)+1,r=n-1;r>=0;r--)t[f+r]=t[d+r];t[c]=u[h]}else{if(0===a)throw new Error;for(d=c-(a-1),r=0;r=0;r--)t[f+r]=t[d+r];t[c]=u[h]}else for(d=c-(a-1),r=0;r1;){var t=l-2;if(t>=1&&r[t-1]<=r[t]+r[t+1]||t>=2&&r[t-2]<=r[t]+r[t-1])r[t-1]r[t+1])break;i(t)}},this.forceMergeRuns=function(){for(;l>1;){var t=l-2;t>0&&r[t-1]s&&(l=s),me(t,i,i+l,i+a,e),a=l}r.pushRun(i,a),r.mergeRuns(),o-=a,i+=a}while(0!==o);r.forceMergeRuns()}}function we(t,e){return t.zlevel===e.zlevel?t.z===e.z?t.z2-e.z2:t.z-e.z:t.zlevel-e.zlevel}function be(t,e,i){var n=null==e.x?0:e.x,o=null==e.x2?1:e.x2,a=null==e.y?0:e.y,r=null==e.y2?0:e.y2;return e.global||(n=n*i.width+i.x,o=o*i.width+i.x,a=a*i.height+i.y,r=r*i.height+i.y),n=isNaN(n)?0:n,o=isNaN(o)?1:o,a=isNaN(a)?0:a,r=isNaN(r)?0:r,t.createLinearGradient(n,a,o,r)}function Se(t,e,i){var n=i.width,o=i.height,a=Math.min(n,o),r=null==e.x?.5:e.x,s=null==e.y?.5:e.y,l=null==e.r?.5:e.r;return e.global||(r=r*n+i.x,s=s*o+i.y,l*=a),t.createRadialGradient(r,s,0,r,s,l)}function Me(){return!1}function Ie(t,e,i){var n=iw(),o=e.getWidth(),a=e.getHeight(),r=n.style;return r&&(r.position="absolute",r.left=0,r.top=0,r.width=o+"px",r.height=a+"px",n.setAttribute("data-zr-dom-id",t)),n.width=o*i,n.height=a*i,n}function Te(t){if("string"==typeof t){var e=mb.get(t);return e&&e.image}return t}function Ae(t,e,i,n,o){if(t){if("string"==typeof t){if(e&&e.__zrImageSrc===t||!i)return e;var a=mb.get(t),r={hostEl:i,cb:n,cbPayload:o};return a?!Ce(e=a.image)&&a.pending.push(r):((e=new Image).onload=e.onerror=De,mb.put(t,e.__cachedImgObj={image:e,pending:[r]}),e.src=e.__zrImageSrc=t),e}return t}return e}function De(){var t=this.__cachedImgObj;this.onload=this.onerror=this.__cachedImgObj=null;for(var e=0;exb&&(yb=0,vb={}),yb++,vb[i]=o,o}function ke(t,e,i,n,o,a,r,s){return r?Ne(t,e,i,n,o,a,r,s):Pe(t,e,i,n,o,a,s)}function Pe(t,e,i,n,o,a,r){var s=He(t,e,o,a,r),l=Le(t,e);o&&(l+=o[1]+o[3]);var u=s.outerHeight,h=new de(Oe(0,l,i),Ee(0,u,n),l,u);return h.lineHeight=s.lineHeight,h}function Ne(t,e,i,n,o,a,r,s){var l=Ze(t,{rich:r,truncate:s,font:e,textAlign:i,textPadding:o,textLineHeight:a}),u=l.outerWidth,h=l.outerHeight;return new de(Oe(0,u,i),Ee(0,h,n),u,h)}function Oe(t,e,i){return"right"===i?t-=e:"center"===i&&(t-=e/2),t}function Ee(t,e,i){return"middle"===i?t-=e/2:"bottom"===i&&(t-=e),t}function Re(t,e,i){var n=e.x,o=e.y,a=e.height,r=e.width,s=a/2,l="left",u="top";switch(t){case"left":n-=i,o+=s,l="right",u="middle";break;case"right":n+=i+r,o+=s,u="middle";break;case"top":n+=r/2,o-=i,l="center",u="bottom";break;case"bottom":n+=r/2,o+=a+i,l="center";break;case"inside":n+=r/2,o+=s,l="center",u="middle";break;case"insideLeft":n+=i,o+=s,u="middle";break;case"insideRight":n+=r-i,o+=s,l="right",u="middle";break;case"insideTop":n+=r/2,o+=i,l="center";break;case"insideBottom":n+=r/2,o+=a-i,l="center",u="bottom";break;case"insideTopLeft":n+=i,o+=i;break;case"insideTopRight":n+=r-i,o+=i,l="right";break;case"insideBottomLeft":n+=i,o+=a-i,u="bottom";break;case"insideBottomRight":n+=r-i,o+=a-i,l="right",u="bottom"}return{x:n,y:o,textAlign:l,textVerticalAlign:u}}function ze(t,e,i,n,o){if(!e)return"";var a=(t+"").split("\n");o=Be(e,i,n,o);for(var r=0,s=a.length;r=r;l++)s-=r;var u=Le(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 Ve(t,e){var i=e.containerWidth,n=e.font,o=e.contentWidth;if(!i)return"";var a=Le(t,n);if(a<=i)return t;for(var r=0;;r++){if(a<=o||r>=e.maxIterations){t+=e.ellipsis;break}var s=0===r?Ge(t,o,e.ascCharWidth,e.cnCharWidth):a>0?Math.floor(t.length*o/a):0;a=Le(t=t.substr(0,s),n)}return""===t&&(t=e.placeholder),t}function Ge(t,e,i,n){for(var o=0,a=0,r=t.length;au)t="",r=[];else if(null!=h)for(var c=Be(h-(i?i[1]+i[3]:0),e,o.ellipsis,{minChar:o.minChar,placeholder:o.placeholder}),d=0,f=r.length;do&&Ue(i,t.substring(o,a)),Ue(i,n[2],n[1]),o=_b.lastIndex}of)return{lines:[],width:0,height:0};k.textWidth=Le(k.text,_);var b=y.textWidth,S=null==b||"auto"===b;if("string"==typeof b&&"%"===b.charAt(b.length-1))k.percentWidth=b,u.push(k),b=0;else{if(S){b=k.textWidth;var M=y.textBackgroundColor,I=M&&M.image;I&&Ce(I=Te(I))&&(b=Math.max(b,I.width*w/I.height))}var T=x?x[1]+x[3]:0;b+=T;var C=null!=d?d-m:null;null!=C&&Cl&&(i*=l/(c=i+n),n*=l/c),o+a>l&&(o*=l/(c=o+a),a*=l/c),n+o>u&&(n*=u/(c=n+o),o*=u/c),i+a>u&&(i*=u/(c=i+a),a*=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-o),0!==o&&t.arc(r+l-o,s+u-o,o,0,Math.PI/2),t.lineTo(r+a,s+u),0!==a&&t.arc(r+a,s+u-a,a,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 Ye(t){return qe(t),d(t.rich,qe),t}function qe(t){if(t){t.font=Xe(t);var e=t.textAlign;"middle"===e&&(e="center"),t.textAlign=null==e||Mb[e]?e:"left";var i=t.textVerticalAlign||t.textBaseline;"center"===i&&(i="middle"),t.textVerticalAlign=null==i||Ib[i]?i:"top",t.textPadding&&(t.textPadding=L(t.textPadding))}}function Ke(t,e,i,n,o,a){n.rich?Je(t,e,i,n,o,a):$e(t,e,i,n,o,a)}function $e(t,e,i,n,o,a){var r,s=ii(n),l=!1,u=e.__attrCachedBy===rb.PLAIN_TEXT;a!==sb?(a&&(r=a.style,l=!s&&u&&r),e.__attrCachedBy=s?rb.NONE:rb.PLAIN_TEXT):u&&(e.__attrCachedBy=rb.NONE);var h=n.font||Sb;l&&h===(r.font||Sb)||(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=He(i,c,d,f,n.truncate));var g=p.outerHeight,m=p.lines,v=p.lineHeight,y=ai(g,n,o),x=y.baseX,_=y.baseY,w=y.textAlign||"left",b=y.textVerticalAlign;ti(e,n,o,x,_);var S=Ee(_,g,b),M=x,I=S;if(s||d){var T=Le(i,c);d&&(T+=d[1]+d[3]);var A=Oe(x,T,w);s&&ni(t,e,n,A,S,T,g),d&&(M=hi(x,w,d),I+=d[0])}e.textAlign=w,e.textBaseline="middle",e.globalAlpha=n.opacity||1;for(B=0;B=0&&"right"===(_=b[C]).textAlign;)ei(t,e,_,n,M,v,D,"right"),I-=_.width,D-=_.width,C--;for(A+=(a-(A-m)-(y-D)-I)/2;T<=C;)ei(t,e,_=b[T],n,M,v,A+_.width/2,"center"),A+=_.width,T++;v+=M}}function ti(t,e,i,n,o){if(i&&e.textRotation){var a=e.textOrigin;"center"===a?(n=i.width/2+i.x,o=i.height/2+i.y):a&&(n=a[0]+i.x,o=a[1]+i.y),t.translate(n,o),t.rotate(-e.textRotation),t.translate(-n,-o)}}function ei(t,e,i,n,o,a,r,s){var l=n.rich[i.styleName]||{};l.text=i.text;var u=i.textVerticalAlign,h=a+o/2;"top"===u?h=a+i.height/2:"bottom"===u&&(h=a+o-i.height/2),!i.isLineHolder&&ii(l)&&ni(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=hi(r,s,c),h-=i.height/2-c[2]-i.textHeight/2),ri(e,"shadowBlur",D(l.textShadowBlur,n.textShadowBlur,0)),ri(e,"shadowColor",l.textShadowColor||n.textShadowColor||"transparent"),ri(e,"shadowOffsetX",D(l.textShadowOffsetX,n.textShadowOffsetX,0)),ri(e,"shadowOffsetY",D(l.textShadowOffsetY,n.textShadowOffsetY,0)),ri(e,"textAlign",s),ri(e,"textBaseline","middle"),ri(e,"font",i.font||Sb);var d=si(l.textStroke||n.textStroke,p),f=li(l.textFill||n.textFill),p=A(l.textStrokeWidth,n.textStrokeWidth);d&&(ri(e,"lineWidth",p),ri(e,"strokeStyle",d),e.strokeText(i.text,r,h)),f&&(ri(e,"fillStyle",f),e.fillText(i.text,r,h))}function ii(t){return!!(t.textBackgroundColor||t.textBorderWidth&&t.textBorderColor)}function ni(t,e,i,n,o,a,r){var s=i.textBackgroundColor,l=i.textBorderWidth,u=i.textBorderColor,h=_(s);if(ri(e,"shadowBlur",i.textBoxShadowBlur||0),ri(e,"shadowColor",i.textBoxShadowColor||"transparent"),ri(e,"shadowOffsetX",i.textBoxShadowOffsetX||0),ri(e,"shadowOffsetY",i.textBoxShadowOffsetY||0),h||l&&u){e.beginPath();var c=i.textBorderRadius;c?je(e,{x:n,y:o,width:a,height:r,r:c}):e.rect(n,o,a,r),e.closePath()}if(h)if(ri(e,"fillStyle",s),null!=i.fillOpacity){f=e.globalAlpha;e.globalAlpha=i.fillOpacity*i.opacity,e.fill(),e.globalAlpha=f}else e.fill();else if(w(s)){var d=s.image;(d=Ae(d,null,t,oi,s))&&Ce(d)&&e.drawImage(d,n,o,a,r)}if(l&&u)if(ri(e,"lineWidth",l),ri(e,"strokeStyle",u),null!=i.strokeOpacity){var f=e.globalAlpha;e.globalAlpha=i.strokeOpacity*i.opacity,e.stroke(),e.globalAlpha=f}else e.stroke()}function oi(t,e){e.image=t}function ai(t,e,i){var n=e.x||0,o=e.y||0,a=e.textAlign,r=e.textVerticalAlign;if(i){var s=e.textPosition;if(s instanceof Array)n=i.x+ui(s[0],i.width),o=i.y+ui(s[1],i.height);else{var l=Re(s,i,e.textDistance);n=l.x,o=l.y,a=a||l.textAlign,r=r||l.textVerticalAlign}var u=e.textOffset;u&&(n+=u[0],o+=u[1])}return{baseX:n,baseY:o,textAlign:a,textVerticalAlign:r}}function ri(t,e,i){return t[e]=ab(t,e,i),t[e]}function si(t,e){return null==t||e<=0||"transparent"===t||"none"===t?null:t.image||t.colorStops?"#000":t}function li(t){return null==t||"none"===t?null:t.image||t.colorStops?"#000":t}function ui(t,e){return"string"==typeof t?t.lastIndexOf("%")>=0?parseFloat(t)/100*e:parseFloat(t):t}function hi(t,e,i){return"right"===e?t-i[1]:"center"===e?t+i[3]/2-i[1]/2:t+i[3]}function ci(t,e){return null!=t&&(t||e.textBackgroundColor||e.textBorderWidth&&e.textBorderColor||e.textPadding)}function di(t){t=t||{},Kw.call(this,t);for(var e in t)t.hasOwnProperty(e)&&"style"!==e&&(this[e]=t[e]);this.style=new ub(t.style,this),this._rect=null,this.__clipPaths=[]}function fi(t){di.call(this,t)}function pi(t){return parseInt(t,10)}function gi(t){return!!t&&(!!t.__builtin__||"function"==typeof t.resize&&"function"==typeof t.refresh)}function mi(t,e,i){return Cb.copy(t.getBoundingRect()),t.transform&&Cb.applyTransform(t.transform),Lb.width=e,Lb.height=i,!Cb.intersect(Lb)}function vi(t,e){if(t===e)return!1;if(!t||!e||t.length!==e.length)return!0;for(var i=0;i=i.length&&i.push({option:t})}}),i}function Ni(t){var e=R();Zb(t,function(t,i){var n=t.exist;n&&e.set(n.id,t)}),Zb(t,function(t,i){var n=t.option;k(!n||null==n.id||!e.get(n.id)||e.get(n.id)===t,"id duplicates: "+(n&&n.id)),n&&null!=n.id&&e.set(n.id,t),!t.keyInfo&&(t.keyInfo={})}),Zb(t,function(t,i){var n=t.exist,o=t.option,a=t.keyInfo;if(Ub(o)){if(a.name=null!=o.name?o.name+"":n?n.name:jb+i,n)a.id=n.id;else if(null!=o.id)a.id=o.id+"";else{var r=0;do{a.id="\0"+a.name+"\0"+r++}while(e.get(a.id))}e.set(a.id,t)}})}function Oi(t){var e=t.name;return!(!e||!e.indexOf(jb))}function Ei(t){return Ub(t)&&t.id&&0===(t.id+"").indexOf("\0_ec_\0")}function Ri(t,e){function i(t,e,i){for(var n=0,o=t.length;n-rS&&trS||t<-rS}function tn(t,e,i,n,o){var a=1-o;return a*a*(a*t+3*o*e)+o*o*(o*n+3*a*i)}function en(t,e,i,n,o){var a=1-o;return 3*(((e-t)*a+2*(i-e)*o)*a+(n-i)*o*o)}function nn(t,e,i,n,o,a){var r=n+3*(e-i)-t,s=3*(i-2*e+t),l=3*(e-t),u=t-o,h=s*s-3*r*l,c=s*l-9*r*u,d=l*l-3*s*u,f=0;if(Ji(h)&&Ji(c))Ji(s)?a[0]=0:(M=-l/s)>=0&&M<=1&&(a[f++]=M);else{var p=c*c-4*h*d;if(Ji(p)){var g=c/h,m=-g/2;(M=-s/r+g)>=0&&M<=1&&(a[f++]=M),m>=0&&m<=1&&(a[f++]=m)}else if(p>0){var v=aS(p),y=h*s+1.5*r*(-c+v),x=h*s+1.5*r*(-c-v);(M=(-s-((y=y<0?-oS(-y,uS):oS(y,uS))+(x=x<0?-oS(-x,uS):oS(x,uS))))/(3*r))>=0&&M<=1&&(a[f++]=M)}else{var _=(2*h*s-3*r*c)/(2*aS(h*h*h)),w=Math.acos(_)/3,b=aS(h),S=Math.cos(w),M=(-s-2*b*S)/(3*r),m=(-s+b*(S+lS*Math.sin(w)))/(3*r),I=(-s+b*(S-lS*Math.sin(w)))/(3*r);M>=0&&M<=1&&(a[f++]=M),m>=0&&m<=1&&(a[f++]=m),I>=0&&I<=1&&(a[f++]=I)}}return f}function on(t,e,i,n,o){var a=6*i-12*e+6*t,r=9*e+3*n-3*t-9*i,s=3*e-3*t,l=0;if(Ji(r))Qi(a)&&(c=-s/a)>=0&&c<=1&&(o[l++]=c);else{var u=a*a-4*r*s;if(Ji(u))o[0]=-a/(2*r);else if(u>0){var h=aS(u),c=(-a+h)/(2*r),d=(-a-h)/(2*r);c>=0&&c<=1&&(o[l++]=c),d>=0&&d<=1&&(o[l++]=d)}}return l}function an(t,e,i,n,o,a){var r=(e-t)*o+t,s=(i-e)*o+e,l=(n-i)*o+i,u=(s-r)*o+r,h=(l-s)*o+s,c=(h-u)*o+u;a[0]=t,a[1]=r,a[2]=u,a[3]=c,a[4]=c,a[5]=h,a[6]=l,a[7]=n}function rn(t,e,i,n,o,a,r,s,l,u,h){var c,d,f,p,g,m=.005,v=1/0;hS[0]=l,hS[1]=u;for(var y=0;y<1;y+=.05)cS[0]=tn(t,i,o,r,y),cS[1]=tn(e,n,a,s,y),(p=hw(hS,cS))=0&&p=0&&c<=1&&(o[l++]=c);else{var u=r*r-4*a*s;if(Ji(u))(c=-r/(2*a))>=0&&c<=1&&(o[l++]=c);else if(u>0){var h=aS(u),c=(-r+h)/(2*a),d=(-r-h)/(2*a);c>=0&&c<=1&&(o[l++]=c),d>=0&&d<=1&&(o[l++]=d)}}return l}function hn(t,e,i){var n=t+i-2*e;return 0===n?.5:(t-e)/n}function cn(t,e,i,n,o){var a=(e-t)*n+t,r=(i-e)*n+e,s=(r-a)*n+a;o[0]=t,o[1]=a,o[2]=s,o[3]=s,o[4]=r,o[5]=i}function dn(t,e,i,n,o,a,r,s,l){var u,h=.005,c=1/0;hS[0]=r,hS[1]=s;for(var d=0;d<1;d+=.05)cS[0]=sn(t,i,o,d),cS[1]=sn(e,n,a,d),(m=hw(hS,cS))=0&&m1e-4)return s[0]=t-i,s[1]=e-n,l[0]=t+i,void(l[1]=e+n);if(yS[0]=mS(o)*i+t,yS[1]=gS(o)*n+e,xS[0]=mS(a)*i+t,xS[1]=gS(a)*n+e,u(s,yS,xS),h(l,yS,xS),(o%=vS)<0&&(o+=vS),(a%=vS)<0&&(a+=vS),o>a&&!r?a+=vS:oo&&(_S[0]=mS(f)*i+t,_S[1]=gS(f)*n+e,u(s,_S,s),h(l,_S,l))}function yn(t,e,i,n,o,a,r){if(0===o)return!1;var s=o,l=0,u=t;if(r>e+s&&r>n+s||rt+s&&a>i+s||ae+c&&h>n+c&&h>a+c&&h>s+c||ht+c&&u>i+c&&u>o+c&&u>r+c||ue+u&&l>n+u&&l>a+u||lt+u&&s>i+u&&s>o+u||si||h+uo&&(o+=zS);var d=Math.atan2(l,s);return d<0&&(d+=zS),d>=n&&d<=o||d+zS>=n&&d+zS<=o}function Sn(t,e,i,n,o,a){if(a>e&&a>n||ao?r:0}function Mn(t,e){return Math.abs(t-e)e&&u>n&&u>a&&u>s||u1&&In(),c=tn(e,n,a,s,WS[0]),p>1&&(d=tn(e,n,a,s,WS[1]))),2===p?me&&s>n&&s>a||s=0&&u<=1){for(var h=0,c=sn(e,n,a,u),d=0;di||s<-i)return 0;u=Math.sqrt(i*i-s*s);FS[0]=-u,FS[1]=u;var l=Math.abs(n-o);if(l<1e-4)return 0;if(l%VS<1e-4){n=0,o=VS;p=a?1:-1;return r>=FS[0]+t&&r<=FS[1]+t?p:0}if(a){var u=n;n=wn(o),o=wn(u)}else n=wn(n),o=wn(o);n>o&&(o+=VS);for(var h=0,c=0;c<2;c++){var d=FS[c];if(d+t>r){var f=Math.atan2(s,d),p=a?1:-1;f<0&&(f=VS+f),(f>=n&&f<=o||f+VS>=n&&f+VS<=o)&&(f>Math.PI/2&&f<1.5*Math.PI&&(p=-p),h+=p)}}return h}function Cn(t,e,i,n,o){for(var a=0,r=0,s=0,l=0,u=0,h=0;h1&&(i||(a+=Sn(r,s,l,u,n,o))),1===h&&(l=r=t[h],u=s=t[h+1]),c){case BS.M:r=l=t[h++],s=u=t[h++];break;case BS.L:if(i){if(yn(r,s,t[h],t[h+1],e,n,o))return!0}else a+=Sn(r,s,t[h],t[h+1],n,o)||0;r=t[h++],s=t[h++];break;case BS.C:if(i){if(xn(r,s,t[h++],t[h++],t[h++],t[h++],t[h],t[h+1],e,n,o))return!0}else a+=Tn(r,s,t[h++],t[h++],t[h++],t[h++],t[h],t[h+1],n,o)||0;r=t[h++],s=t[h++];break;case BS.Q:if(i){if(_n(r,s,t[h++],t[h++],t[h],t[h+1],e,n,o))return!0}else a+=An(r,s,t[h++],t[h++],t[h],t[h+1],n,o)||0;r=t[h++],s=t[h++];break;case BS.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?a+=Sn(r,s,x,_,n,o):(l=x,u=_);var w=(n-d)*g/p+d;if(i){if(bn(d,f,g,m,m+v,y,e,w,o))return!0}else a+=Dn(d,f,g,m,m+v,y,w,o);r=Math.cos(m+v)*p+d,s=Math.sin(m+v)*g+f;break;case BS.R:l=r=t[h++],u=s=t[h++];var x=l+t[h++],_=u+t[h++];if(i){if(yn(l,u,x,u,e,n,o)||yn(x,u,x,_,e,n,o)||yn(x,_,l,_,e,n,o)||yn(l,_,l,u,e,n,o))return!0}else a+=Sn(x,u,x,_,n,o),a+=Sn(l,_,l,u,n,o);break;case BS.Z:if(i){if(yn(r,s,l,u,e,n,o))return!0}else a+=Sn(r,s,l,u,n,o);r=l,s=u}}return i||Mn(s,u)||(a+=Sn(r,s,l,u,n,o)||0),0!==a}function Ln(t,e,i){return Cn(t,0,!1,e,i)}function kn(t,e,i,n){return Cn(t,e,!0,i,n)}function Pn(t){di.call(this,t),this.path=null}function Nn(t,e,i,n,o,a,r,s,l,u,h){var c=l*(tM/180),d=QS(c)*(t-i)/2+JS(c)*(e-n)/2,f=-1*JS(c)*(t-i)/2+QS(c)*(e-n)/2,p=d*d/(r*r)+f*f/(s*s);p>1&&(r*=$S(p),s*=$S(p));var g=(o===a?-1:1)*$S((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+QS(c)*m-JS(c)*v,x=(e+n)/2+JS(c)*m+QS(c)*v,_=nM([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=nM(w,b);iM(w,b)<=-1&&(S=tM),iM(w,b)>=1&&(S=0),0===a&&S>0&&(S-=2*tM),1===a&&S<0&&(S+=2*tM),h.addData(u,y,x,r,s,_,S,c,a)}function On(t){if(!t)return new ES;for(var e,i=0,n=0,o=i,a=n,r=new ES,s=ES.CMD,l=t.match(oM),u=0;u=2){if(o&&"spline"!==o){var a=fM(n,o,i,e.smoothConstraint);t.moveTo(n[0][0],n[0][1]);for(var r=n.length,s=0;s<(i?r:r-1);s++){var l=a[2*s],u=a[2*s+1],h=n[(s+1)%r];t.bezierCurveTo(l[0],l[1],u[0],u[1],h[0],h[1])}}else{"spline"===o&&(n=dM(n,i)),t.moveTo(n[0][0],n[0][1]);for(var s=1,c=n.length;s=0)?(i={textFill:null,textStroke:t.textStroke,textStrokeWidth:t.textStrokeWidth},t.textFill="#fff",null==t.textStroke&&(t.textStroke=a,null==t.textStrokeWidth&&(t.textStrokeWidth=2))):null!=a&&(i={textFill:null},t.textFill=a),i&&(t.insideRollback=i)}}function bo(t){var e=t.insideRollback;e&&(t.textFill=e.textFill,t.textStroke=e.textStroke,t.textStrokeWidth=e.textStrokeWidth,t.insideRollback=null)}function So(t,e){var i=e||e.getModel("textStyle");return P([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 Mo(t,e,i,n,o,a){if("function"==typeof o&&(a=o,o=null),n&&n.isAnimationEnabled()){var r=t?"Update":"",s=n.getShallow("animationDuration"+r),l=n.getShallow("animationEasing"+r),u=n.getShallow("animationDelay"+r);"function"==typeof u&&(u=u(o,n.getAnimationDelayParams?n.getAnimationDelayParams(e,o):null)),"function"==typeof s&&(s=s(o)),s>0?e.animateTo(i,s,u||0,l,a,!!a):(e.stopAnimation(),e.attr(i),a&&a())}else e.stopAnimation(),e.attr(i),a&&a()}function Io(t,e,i,n,o){Mo(!0,t,e,i,n,o)}function To(t,e,i,n,o){Mo(!1,t,e,i,n,o)}function Ao(t,e){for(var i=_t([]);t&&t!==e;)bt(i,t.getLocalTransform(),i),t=t.parent;return i}function Do(t,e,i){return e&&!c(e)&&(e=Tw.getLocalTransform(e)),i&&(e=Tt([],e)),Q([],t,e)}function Co(t,e,i){var n=0===e[4]||0===e[5]||0===e[0]?1:Math.abs(2*e[4]/e[0]),o=0===e[4]||0===e[5]||0===e[2]?1:Math.abs(2*e[4]/e[2]),a=["left"===t?-n:"right"===t?n:0,"top"===t?-o:"bottom"===t?o:0];return a=Do(a,e,i),Math.abs(a[0])>Math.abs(a[1])?a[0]>0?"right":"left":a[1]>0?"bottom":"top"}function Lo(t,e,i,n){function o(t){var e={position:F(t.position),rotation:t.rotation};return t.shape&&(e.shape=a({},t.shape)),e}if(t&&e){var r=function(t){var e={};return t.traverse(function(t){!t.isGroup&&t.anid&&(e[t.anid]=t)}),e}(t);e.traverse(function(t){if(!t.isGroup&&t.anid){var e=r[t.anid];if(e){var n=o(t);t.attr(o(e)),Io(t,n,i,t.dataIndex)}}})}}function ko(t,e){return f(t,function(t){var i=t[0];i=LM(i,e.x),i=kM(i,e.x+e.width);var n=t[1];return n=LM(n,e.y),n=kM(n,e.y+e.height),[i,n]})}function Po(t,e,i){var n=(e=a({rectHover:!0},e)).style={strokeNoScale:!0};if(i=i||{x:-1,y:-1,width:2,height:2},t)return 0===t.indexOf("image://")?(n.image=t.slice(8),r(n,i),new fi(e)):Xn(t.replace("path://",""),e,i,"center")}function No(t,e,i){this.parentModel=e,this.ecModel=i,this.option=t}function Oo(t,e,i){for(var n=0;n0){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])/o*a+i[0]}function Vo(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?zo(t).match(/%$/)?parseFloat(t)/100*e:parseFloat(t):null==t?NaN:+t}function Go(t,e,i){return null==e&&(e=10),e=Math.min(Math.max(0,e),20),t=(+t).toFixed(e),i?t:+t}function Fo(t){return t.sort(function(t,e){return t-e}),t}function Wo(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 Ho(t){var e=t.toString(),i=e.indexOf("e");if(i>0){var n=+e.slice(i+1);return n<0?-n:0}var o=e.indexOf(".");return o<0?0:e.length-1-o}function Zo(t,e){var i=Math.log,n=Math.LN10,o=Math.floor(i(t[1]-t[0])/n),a=Math.round(i(Math.abs(e[1]-e[0]))/n),r=Math.min(Math.max(-o+a,0),20);return isFinite(r)?r:20}function Uo(t,e,i){if(!t[e])return 0;var n=p(t,function(t,e){return t+(isNaN(e)?0:e)},0);if(0===n)return 0;for(var o=Math.pow(10,i),a=f(t,function(t){return(isNaN(t)?0:t)/n*o*100}),r=100*o,s=f(a,function(t){return Math.floor(t)}),l=p(s,function(t,e){return t+e},0),u=f(a,function(t,e){return t-s[e]});lh&&(h=u[d],c=d);++s[c],u[c]=0,++l}return s[e]/o}function Xo(t){var e=2*Math.PI;return(t%e+e)%e}function jo(t){return t>-UM&&t=-20?+t.toFixed(n<0?-n:0):t}function Jo(t){function e(t,i,n){return t.interval[n]=0}function ta(t){return isNaN(t)?"-":(t=(t+"").split("."))[0].replace(/(\d{1,3})(?=(?:\d{3})+(?!\d))/g,"$1,")+(t.length>1?"."+t[1]:"")}function ea(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 ia(t){return null==t?"":(t+"").replace(KM,function(t,e){return $M[e]})}function na(t,e,i){y(e)||(e=[e]);var n=e.length;if(!n)return"";for(var o=e[0].$vars||[],a=0;a':'':{renderMode:o,content:"{marker"+a+"|} ",style:{color:i}}:""}function ra(t,e){return t+="","0000".substr(0,e-t.length)+t}function sa(t,e,i){"week"!==t&&"month"!==t&&"quarter"!==t&&"half-year"!==t&&"year"!==t||(t="MM-dd\nyyyy");var n=Yo(e),o=i?"UTC":"",a=n["get"+o+"FullYear"](),r=n["get"+o+"Month"]()+1,s=n["get"+o+"Date"](),l=n["get"+o+"Hours"](),u=n["get"+o+"Minutes"](),h=n["get"+o+"Seconds"](),c=n["get"+o+"Milliseconds"]();return t=t.replace("MM",ra(r,2)).replace("M",r).replace("yyyy",a).replace("yy",a%100).replace("dd",ra(s,2)).replace("d",s).replace("hh",ra(l,2)).replace("h",l).replace("mm",ra(u,2)).replace("m",u).replace("ss",ra(h,2)).replace("s",h).replace("SSS",ra(c,3))}function la(t){return t?t.charAt(0).toUpperCase()+t.substr(1):t}function ua(t,e,i,n,o){var a=0,r=0;null==n&&(n=1/0),null==o&&(o=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=a+m)>n||l.newline?(a=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)>o||l.newline?(a+=s+i,r=0,c=v,s=f.width):s=Math.max(s,f.width)}l.newline||(d[0]=a,d[1]=r,"horizontal"===t?a=h+i:r=c+i)})}function ha(t,e,i){var n=e.width,o=e.height,a=Vo(t.x,n),r=Vo(t.y,o),s=Vo(t.x2,n),l=Vo(t.y2,o);return(isNaN(a)||isNaN(parseFloat(t.x)))&&(a=0),(isNaN(s)||isNaN(parseFloat(t.x2)))&&(s=n),(isNaN(r)||isNaN(parseFloat(t.y)))&&(r=0),(isNaN(l)||isNaN(parseFloat(t.y2)))&&(l=o),i=qM(i||0),{width:Math.max(s-a-i[1]-i[3],0),height:Math.max(l-r-i[0]-i[2],0)}}function ca(t,e,i){i=qM(i||0);var n=e.width,o=e.height,a=Vo(t.left,n),r=Vo(t.top,o),s=Vo(t.right,n),l=Vo(t.bottom,o),u=Vo(t.width,n),h=Vo(t.height,o),c=i[2]+i[0],d=i[1]+i[3],f=t.aspect;switch(isNaN(u)&&(u=n-s-d-a),isNaN(h)&&(h=o-l-c-r),null!=f&&(isNaN(u)&&isNaN(h)&&(f>n/o?u=.8*n:h=.8*o),isNaN(u)&&(u=f*h),isNaN(h)&&(h=u/f)),isNaN(a)&&(a=n-s-u-d),isNaN(r)&&(r=o-l-h-c),t.left||t.right){case"center":a=n/2-u/2-i[3];break;case"right":a=n-u-d}switch(t.top||t.bottom){case"middle":case"center":r=o/2-h/2-i[0];break;case"bottom":r=o-h-c}a=a||0,r=r||0,isNaN(u)&&(u=n-d-a-(s||0)),isNaN(h)&&(h=o-c-r-(l||0));var p=new de(a+i[3],r+i[0],u,h);return p.margin=i,p}function da(t,e,i,n,o){var a=!o||!o.hv||o.hv[0],s=!o||!o.hv||o.hv[1],l=o&&o.boundingMode||"all";if(a||s){var u;if("raw"===l)u="group"===t.type?new de(0,0,+e.width||0,+e.height||0):t.getBoundingRect();else if(u=t.getBoundingRect(),t.needLocalTransform()){var h=t.getLocalTransform();(u=u.clone()).applyTransform(h)}e=ca(r({width:u.width,height:u.height},e),i,n);var c=t.position,d=a?e.x-u.x:0,f=s?e.y-u.y:0;t.attr("position","raw"===l?[d,f]:[c[0]+d,c[1]+f])}}function fa(t,e){return null!=t[oI[e][0]]||null!=t[oI[e][1]]&&null!=t[oI[e][2]]}function pa(t,e,i){function n(i,n){var r={},l=0,u={},h=0;if(iI(i,function(e){u[e]=t[e]}),iI(i,function(t){o(e,t)&&(r[t]=u[t]=e[t]),a(r,t)&&l++,a(u,t)&&h++}),s[n])return a(e,i[1])?u[i[2]]=null:a(e,i[2])&&(u[i[1]]=null),u;if(2!==h&&l){if(l>=2)return r;for(var c=0;ce)return t[n];return t[i-1]}function ya(t){var e=t.get("coordinateSystem"),i={coordSysName:e,coordSysDims:[],axisMap:R(),categoryAxisMap:R()},n=fI[e];if(n)return n(t,i,i.axisMap,i.categoryAxisMap),i}function xa(t){return"category"===t.get("type")}function _a(t){this.fromDataset=t.fromDataset,this.data=t.data||(t.sourceFormat===vI?{}:[]),this.sourceFormat=t.sourceFormat||yI,this.seriesLayoutBy=t.seriesLayoutBy||_I,this.dimensionsDefine=t.dimensionsDefine,this.encodeDefine=t.encodeDefine&&R(t.encodeDefine),this.startIndex=t.startIndex||0,this.dimensionsDetectCount=t.dimensionsDetectCount}function wa(t){var e=t.option.source,i=yI;if(S(e))i=xI;else if(y(e)){0===e.length&&(i=gI);for(var n=0,o=e.length;n=e:"max"===i?t<=e:t===e}function Xa(t,e){return t.join(",")===e.join(",")}function ja(t,e){AI(e=e||{},function(e,i){if(null!=e){var n=t[i];if(lI.hasClass(i)){e=Di(e);var o=Pi(n=Di(n),e);t[i]=CI(o,function(t){return t.option&&t.exist?LI(t.exist,t.option,!0):t.exist||t.option})}else t[i]=LI(n,e,!0)}})}function Ya(t){var e=t&&t.itemStyle;if(e)for(var i=0,o=OI.length;i=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||h<=0&&m<0){h+=m,f=m;break}}}return n[0]=h,n[1]=f,n});r.hostModel.setData(l),e.data=l})}function rr(t,e){_a.isInstance(t)||(t=_a.seriesDataToSource(t)),this._source=t;var i=this._data=t.data,n=t.sourceFormat;n===xI&&(this._offset=0,this._dimSize=e,this._data=i),a(this,GI[n===gI?n+"_"+t.seriesLayoutBy:n])}function sr(){return this._data.length}function lr(t){return this._data[t]}function ur(t){for(var e=0;ee.outputData.count()&&e.model.getRawData().cloneShallow(e.outputData)}function Mr(t,e){d(t.CHANGABLE_METHODS,function(i){t.wrapMethod(i,v(Ir,e))})}function Ir(t){var e=Tr(t);e&&e.setOutputEnd(this.count())}function Tr(t){var e=(t.ecModel||{}).scheduler,i=e&&e.getPipeline(t.uid);if(i){var n=i.currentTask;if(n){var o=n.agentStubMap;o&&(n=o.get(t.uid))}return n}}function Ar(){this.group=new tb,this.uid=Ro("viewChart"),this.renderTask=gr({plan:Lr,reset:kr}),this.renderTask.context={view:this}}function Dr(t,e){if(t&&(t.trigger(e),"group"===t.type))for(var i=0;i=0?n():c=setTimeout(n,-a),u=o};return d.clear=function(){c&&(clearTimeout(c),c=null)},d.debounceNextCall=function(t){l=t},d}function Nr(t,e,i,n){var o=t[e];if(o){var a=o[iT]||o,r=o[oT];if(o[nT]!==i||r!==n){if(null==i||!n)return t[e]=a;(o=t[e]=Pr(a,i,"debounce"===n))[iT]=a,o[oT]=n,o[nT]=i}return o}}function Or(t,e){var i=t[e];i&&i[iT]&&(t[e]=i[iT])}function Er(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=R()}function Rr(t,e,i,n,o){function a(t,e){return t.setDirty&&(!t.dirtyMap||t.dirtyMap.get(e.__pipeline.id))}o=o||{};var r;d(e,function(e,s){if(!o.visualType||o.visualType===e.visualType){var l=t._stageTaskMap.get(e.uid),u=l.seriesTaskMap,h=l.overallTask;if(h){var c,d=h.agentStubMap;d.each(function(t){a(o,t)&&(t.dirty(),c=!0)}),c&&h.dirty(),hT(h,n);var f=t.getPerformArgs(h,o.block);d.each(function(t){t.perform(f)}),r|=h.perform(f)}else u&&u.each(function(s,l){a(o,s)&&s.dirty();var u=t.getPerformArgs(s,o.block);u.skip=!e.performRawSeries&&i.isSeriesFiltered(s.context.model),hT(s,n),r|=s.perform(u)})}}),t.unfinished|=r}function zr(t,e,i,n,o){function a(i){var a=i.uid,s=r.get(a)||r.set(a,gr({plan:Hr,reset:Zr,count:Xr}));s.context={model:i,ecModel:n,api:o,useClearVisual:e.isVisual&&!e.isLayout,plan:e.plan,reset:e.reset,scheduler:t},jr(t,i,s)}var r=i.seriesTaskMap||(i.seriesTaskMap=R()),s=e.seriesType,l=e.getTargetSeries;e.createOnAllSeries?n.eachRawSeries(a):s?n.eachRawSeriesByType(s,a):l&&l(n,o).each(a);var u=t._pipelineMap;r.each(function(t,e){u.get(e)||(t.dispose(),r.removeKey(e))})}function Br(t,e,i,n,o){function a(e){var i=e.uid,n=s.get(i);n||(n=s.set(i,gr({reset:Gr,onDirty:Wr})),r.dirty()),n.context={model:e,overallProgress:h,modifyOutputEnd:c},n.agent=r,n.__block=h,jr(t,e,n)}var r=i.overallTask=i.overallTask||gr({reset:Vr});r.context={ecModel:n,api:o,overallReset:e.overallReset,scheduler:t};var s=r.agentStubMap=r.agentStubMap||R(),l=e.seriesType,u=e.getTargetSeries,h=!0,c=e.modifyOutputEnd;l?n.eachRawSeriesByType(l,a):u?u(n,o).each(a):(h=!1,d(n.getSeries(),a));var f=t._pipelineMap;s.each(function(t,e){f.get(e)||(t.dispose(),r.dirty(),s.removeKey(e))})}function Vr(t){t.overallReset(t.ecModel,t.api,t.payload)}function Gr(t,e){return t.overallProgress&&Fr}function Fr(){this.agent.dirty(),this.getDownstream().dirty()}function Wr(){this.agent&&this.agent.dirty()}function Hr(t){return t.plan&&t.plan(t.model,t.ecModel,t.api,t.payload)}function Zr(t){t.useClearVisual&&t.data.clearAllVisual();var e=t.resetDefines=Di(t.reset(t.model,t.ecModel,t.api,t.payload));return e.length>1?f(e,function(t,e){return Ur(e)}):cT}function Ur(t){return function(e,i){var n=i.data,o=i.resetDefines[t];if(o&&o.dataEach)for(var a=e.start;a0?parseInt(n,10)/100:n?parseFloat(n):0;var o=i.getAttribute("stop-color")||"#000000";e.addColorStop(n,o)}i=i.nextSibling}}function Qr(t,e){t&&t.__inheritedStyle&&(e.__inheritedStyle||(e.__inheritedStyle={}),r(e.__inheritedStyle,t.__inheritedStyle))}function ts(t){for(var e=P(t).split(_T),i=[],n=0;n0;a-=2){var r=o[a],s=o[a-1];switch(n=n||xt(),s){case"translate":r=P(r).split(_T),St(n,n,[parseFloat(r[0]),parseFloat(r[1]||0)]);break;case"scale":r=P(r).split(_T),It(n,n,[parseFloat(r[0]),parseFloat(r[1]||r[0])]);break;case"rotate":r=P(r).split(_T),Mt(n,n,parseFloat(r[0]));break;case"skew":r=P(r).split(_T),console.warn("Skew transform is not supported yet");break;case"matrix":r=P(r).split(_T);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 os(t){var e=t.getAttribute("style"),i={};if(!e)return i;var n={};TT.lastIndex=0;for(var o;null!=(o=TT.exec(e));)n[o[1]]=o[2];for(var a in ST)ST.hasOwnProperty(a)&&null!=n[a]&&(i[ST[a]]=n[a]);return i}function as(t,e,i){var n=e/t.width,o=i/t.height,a=Math.min(n,o);return{scale:[a,a],position:[-(t.x+t.width/2)*a+e/2,-(t.y+t.height/2)*a+i/2]}}function rs(t,e){return(new $r).parse(t,e)}function ss(t){return function(e,i,n){e=e&&e.toLowerCase(),fw.prototype[t].call(this,e,i,n)}}function ls(){fw.call(this)}function us(t,e,n){function o(t,e){return t.__prio-e.__prio}n=n||{},"string"==typeof e&&(e=JT[e]),this.id,this.group,this._dom=t;var a=this._zr=Ii(t,{renderer:n.renderer||"canvas",devicePixelRatio:n.devicePixelRatio,width:n.width,height:n.height});this._throttledZrFlush=Pr(m(a.flush,a),17),(e=i(e))&&BI(e,!0),this._theme=e,this._chartsViews=[],this._chartsMap={},this._componentsViews=[],this._componentsMap={},this._coordSysMgr=new Fa;var r=this._api=As(this);_e($T,o),_e(YT,o),this._scheduler=new Er(this,r,YT,$T),fw.call(this,this._ecEventProcessor=new Ds),this._messageCenter=new ls,this._initEvents(),this.resize=m(this.resize,this),this._pendingActions=[],a.animation.on("frame",this._onframe,this),vs(a,this),N(this)}function hs(t,e,i){var n,o=this._model,a=this._coordSysMgr.getCoordinateSystems();e=Vi(o,e);for(var r=0;re.get("hoverLayerThreshold")&&!U_.node&&i.traverse(function(t){t.isGroup||(t.useHoverLayer=!0)})}function Is(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 Ts(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 As(t){var e=t._coordSysMgr;return a(new Ga(t),{getCoordinateSystems:m(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 Ds(){this.eventInfo}function Cs(t){function e(t,e){for(var n=0;n65535?dA:pA}function Js(t){var e=t.constructor;return e===Array?t.slice():new e(t)}function Qs(t,e){d(gA.concat(e.__wrappedMethods||[]),function(i){e.hasOwnProperty(i)&&(t[i]=e[i])}),t.__wrappedMethods=e.__wrappedMethods,d(mA,function(n){t[n]=i(e[n])}),t._calculationInfo=a(e._calculationInfo)}function tl(t,e,i,n,o){var a=cA[e.type],r=n-1,s=e.name,l=t[s][r];if(l&&l.length=0?this._indices[t]:-1}function al(t,e){var i=t._idList[e];return null==i&&(i=il(t,t._idDimIdx,e)),null==i&&(i=hA+e),i}function rl(t){return y(t)||(t=[t]),t}function sl(t,e){var i=t.dimensions,n=new vA(f(i,t.getDimensionInfo,t),t.hostModel);Qs(n,t);for(var o=n._storage={},a=t._storage,r=0;r=0?(o[s]=ll(a[s]),n._rawExtent[s]=ul(),n._extent[s]=null):o[s]=a[s])}return n}function ll(t){for(var e=new Array(t.length),i=0;in&&(r=o.interval=n);var s=o.intervalPrecision=Ml(r);return Tl(o.niceTickExtent=[MA(Math.ceil(t[0]/r)*r,s),MA(Math.floor(t[1]/r)*r,s)],t),o}function Ml(t){return Ho(t)+2}function Il(t,e,i){t[e]=Math.max(Math.min(t[e],i[1]),i[0])}function Tl(t,e){!isFinite(t[0])&&(t[0]=e[0]),!isFinite(t[1])&&(t[1]=e[1]),Il(t,0,e),Il(t,1,e),t[0]>t[1]&&(t[0]=t[1])}function Al(t,e,i,n){var o=[];if(!t)return o;e[0]1e4)return[];return e[1]>(o.length?o[o.length-1]:i[1])&&o.push(e[1]),o}function Dl(t){return t.get("stack")||AA+t.seriesIndex}function Cl(t){return t.dim+t.index}function Ll(t){var e=[],i=t.axis;if("category"===i.type){for(var n=i.getBandWidth(),o=0;o=0?"p":"n",b=m;p&&(o[r][_]||(o[r][_]={p:m,n:m}),b=o[r][_][w]);var S,M,I,T;if(g)S=b,M=(A=i.dataToPoint([x,_]))[1]+l,I=A[0]-m,T=u,Math.abs(I)a[1]?(n=a[1],o=a[0]):(n=a[0],o=a[1]);var r=e.toGlobalCoord(e.dataToCoord(0));return ro&&(r=o),r}function Vl(t,e){return VA(t,BA(e))}function Gl(t,e){var i,n,o,a=t.type,r=e.getMin(),s=e.getMax(),l=null!=r,u=null!=s,h=t.getExtent();"ordinal"===a?i=e.getCategories().length:(y(n=e.get("boundaryGap"))||(n=[n||0,n||0]),"boolean"==typeof n[0]&&(n=[0,0]),n[0]=Vo(n[0],1),n[1]=Vo(n[1],1),o=h[1]-h[0]||Math.abs(h[0])),null==r&&(r="ordinal"===a?i?0:NaN:h[0]-n[0]*o),null==s&&(s="ordinal"===a?i?i-1:NaN:h[1]+n[1]*o),"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=NaN),(null==s||!isFinite(s))&&(s=NaN),t.setBlank(I(r)||I(s)||"ordinal"===a&&!t.getOrdinalMeta().categories.length),e.getNeedCrossZero()&&(r>0&&s>0&&!l&&(r=0),r<0&&s<0&&!u&&(s=0));var c=e.ecModel;if(c&&"time"===a){var f,p=kl("bar",c);if(d(p,function(t){f|=t.getBaseAxis()===e.axis}),f){var g=Pl(p),m=Fl(r,s,e,g);r=m.min,s=m.max}}return[r,s]}function Fl(t,e,i,n){var o=i.axis.getExtent(),a=o[1]-o[0],r=Ol(n,i.axis);if(void 0===r)return{min:t,max:e};var s=1/0;d(r,function(t){s=Math.min(t.offset,s)});var l=-1/0;d(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=h/(1-(s+l)/a)-h;return e+=c*(l/u),t-=c*(s/u),{min:t,max:e}}function Wl(t,e){var i=Gl(t,e),n=null!=e.getMin(),o=null!=e.getMax(),a=e.get("splitNumber");"log"===t.type&&(t.base=e.get("logBase"));var r=t.type;t.setExtent(i[0],i[1]),t.niceExtent({splitNumber:a,fixMin:n,fixMax:o,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 Hl(t,e){if(e=e||t.get("type"))switch(e){case"category":return new SA(t.getOrdinalMeta?t.getOrdinalMeta():t.getCategories(),[1/0,-1/0]);case"value":return new TA;default:return(xl.getClass(e)||TA).create(t)}}function Zl(t){var e=t.scale.getExtent(),i=e[0],n=e[1];return!(i>0&&n>0||i<0&&n<0)}function Ul(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,o){return null!=i&&(o=n-i),e(Xl(t,n),o)}:function(e){return t.scale.getLabel(e)}}function Xl(t,e){return"category"===t.type?t.scale.getLabel(e):e}function jl(t){var e=t.model,i=t.scale;if(e.get("axisLabel.show")&&!i.isBlank()){var n,o,a="category"===t.type,r=i.getExtent();o=a?i.count():(n=i.getTicks()).length;var s,l=t.getLabelModel(),u=Ul(t),h=1;o>40&&(h=Math.ceil(o/40));for(var c=0;c>1^-(1&s),l=l>>1^-(1&l),o=s+=o,a=l+=a,n.push([s/i,l/i])}return n}function ou(t){return"category"===t.type?ru(t):uu(t)}function au(t,e){return"category"===t.type?lu(t,e):{ticks:t.scale.getTicks()}}function ru(t){var e=t.getLabelModel(),i=su(t,e);return!e.get("show")||t.scale.isBlank()?{labels:[],labelCategoryInterval:i.labelCategoryInterval}:i}function su(t,e){var i=hu(t,"labels"),n=ql(e),o=cu(i,n);if(o)return o;var a,r;return a=x(n)?vu(t,n):mu(t,r="auto"===n?fu(t):n),du(i,n,{labels:a,labelCategoryInterval:r})}function lu(t,e){var i=hu(t,"ticks"),n=ql(e),o=cu(i,n);if(o)return o;var a,r;if(e.get("show")&&!t.scale.isBlank()||(a=[]),x(n))a=vu(t,n,!0);else if("auto"===n){var s=su(t,t.getLabelModel());r=s.labelCategoryInterval,a=f(s.labels,function(t){return t.tickValue})}else a=mu(t,r=n,!0);return du(i,n,{ticks:a,tickCategoryInterval:r})}function uu(t){var e=t.scale.getTicks(),i=Ul(t);return{labels:f(e,function(e,n){return{formattedLabel:i(e,n),rawLabel:t.scale.getLabel(e),tickValue:e}})}}function hu(t,e){return nD(t)[e]||(nD(t)[e]=[])}function cu(t,e){for(var i=0;i40&&(s=Math.max(1,Math.floor(r/40)));for(var l=a[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<=a[1];l+=s){var p=0,g=0,m=ke(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))),_=nD(t.model),w=_.lastAutoInterval,b=_.lastTickCount;return null!=w&&null!=b&&Math.abs(w-x)<=1&&Math.abs(b-r)<=1&&w>x?x=w:(_.lastTickCount=r,_.lastAutoInterval=x),x}function gu(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 mu(t,e,i){function n(t){l.push(i?t:{formattedLabel:o(t),rawLabel:a.getLabel(t),tickValue:t})}var o=Ul(t),a=t.scale,r=a.getExtent(),s=t.getLabelModel(),l=[],u=Math.max((e||0)+1,1),h=r[0],c=a.count();0!==h&&u>1&&c/u>2&&(h=Math.round(Math.ceil(h/u)*u));var d=Kl(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!==r[1]&&n(r[1]),l}function vu(t,e,i){var n=t.scale,o=Ul(t),a=[];return d(n.getTicks(),function(t){var r=n.getLabel(t);e(t,r)&&a.push(i?t:{formattedLabel:o(t),rawLabel:r,tickValue:t})}),a}function yu(t,e){var i=(t[1]-t[0])/e/2;t[0]+=i,t[1]-=i}function xu(t,e,i,n,o){function a(t,e){return h?t>e:t0&&(t.coord-=u/(2*(e+1)))}),s={coord:e[r-1].coord+u},e.push(s)}var h=l[0]>l[1];a(e[0].coord,l[0])&&(o?e[0].coord=l[0]:e.shift()),o&&a(l[0],e[0].coord)&&e.unshift({coord:l[0]}),a(l[1],s.coord)&&(o?s.coord=l[1]:e.pop()),o&&a(s.coord,l[1])&&e.push({coord:l[1]})}}function _u(t,e){var i=t.mapDimension("defaultedLabel",!0),n=i.length;if(1===n)return fr(t,e,i[0]);if(n){for(var o=[],a=0;a0?i=n[0]:n[1]<0&&(i=n[1]),i}function Ou(t,e,i,n){var o=NaN;t.stacked&&(o=i.get(i.getCalculationInfo("stackedOverDimension"),n)),isNaN(o)&&(o=t.valueStart);var a=t.baseDataOffset,r=[];return r[a]=i.get(t.baseDim,n),r[1-a]=o,e.dataToPoint(r)}function Eu(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 Ru(t){return isNaN(t[0])||isNaN(t[1])}function zu(t,e,i,n,o,a,r,s,l,u,h){return"none"!==u&&u?Bu.apply(this,arguments):Vu.apply(this,arguments)}function Bu(t,e,i,n,o,a,r,s,l,u,h){for(var c=0,d=i,f=0;f=o||d<0)break;if(Ru(p)){if(h){d+=a;continue}break}if(d===i)t[a>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;_D(bD,g),bD[m]=g[m]+v,_D(SD,p),SD[m]=p[m]-v,t.bezierCurveTo(bD[0],bD[1],SD[0],SD[1],p[0],p[1])}else t.lineTo(p[0],p[1]);c=d,d+=a}return f}function Vu(t,e,i,n,o,a,r,s,l,u,h){for(var c=0,d=i,f=0;f=o||d<0)break;if(Ru(p)){if(h){d+=a;continue}break}if(d===i)t[a>0?"moveTo":"lineTo"](p[0],p[1]),_D(bD,p);else if(l>0){var g=d+a,m=e[g];if(h)for(;m&&Ru(e[g]);)m=e[g+=a];var v=.5,y=e[c];if(!(m=e[g])||Ru(m))_D(SD,p);else{Ru(m)&&!h&&(m=p),U(wD,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=uw(p,y),_=uw(p,m);xD(SD,p,wD,-l*(1-(v=_/(_+x))))}vD(bD,bD,s),yD(bD,bD,r),vD(SD,SD,s),yD(SD,SD,r),t.bezierCurveTo(bD[0],bD[1],SD[0],SD[1],p[0],p[1]),xD(bD,p,wD,l*v)}else t.lineTo(p[0],p[1]);c=d,d+=a}return f}function Gu(t,e){var i=[1/0,1/0],n=[-1/0,-1/0];if(e)for(var o=0;on[0]&&(n[0]=a[0]),a[1]>n[1]&&(n[1]=a[1])}return{min:e?i:n,max:e?n:i}}function Fu(t,e){if(t.length===e.length){for(var i=0;ie[0]?1:-1;e[0]+=n*i,e[1]-=n*i}return e}function Zu(t,e,i){if(!i.valueDim)return[];for(var n=[],o=0,a=e.count();oa[1]&&a.reverse();var r=o.getExtent(),s=Math.PI/180;i&&(a[0]-=.5,a[1]+=.5);var l=new hM({shape:{cx:Go(t.cx,1),cy:Go(t.cy,1),r0:Go(a[0],1),r:Go(a[1],1),startAngle:-r[0]*s,endAngle:-r[1]*s,clockwise:o.inverse}});return e&&(l.shape.endAngle=-r[0]*s,To(l,{shape:{endAngle:-r[1]*s}},n)),l}function ju(t,e,i,n){return"polar"===t.type?Xu(t,e,i,n):Uu(t,e,i,n)}function Yu(t,e,i){for(var n=e.getBaseAxis(),o="x"===n.dim||"radius"===n.dim?0:1,a=[],r=0;r=0;a--){var r=i[a].dimension,s=t.dimensions[r],l=t.getDimensionInfo(s);if("x"===(n=l&&l.coordDim)||"y"===n){o=i[a];break}}if(o){var u=e.getAxis(n),h=f(o.stops,function(t){return{coord:u.toGlobalCoord(u.dataToCoord(t.value)),color:t.color}}),c=h.length,p=o.outerColors.slice();c&&h[0].coord>h[c-1].coord&&(h.reverse(),p.reverse());var g=h[0].coord-10,m=h[c-1].coord+10,v=m-g;if(v<.001)return"transparent";d(h,function(t){t.offset=(t.coord-g)/v}),h.push({offset:c?h[c-1].offset:.5,color:p[1]||"transparent"}),h.unshift({offset:c?h[0].offset:.5,color:p[0]||"transparent"});var y=new TM(0,0,0,0,h,!0);return y[n]=g,y[n+"2"]=m,y}}}function Ku(t,e,i){var n=t.get("showAllSymbol"),o="auto"===n;if(!n||o){var a=i.getAxesByScale("ordinal")[0];if(a&&(!o||!$u(a,e))){var r=e.mapDimension(a.dim),s={};return d(a.getViewLabels(),function(t){s[t.tickValue]=1}),function(t){return!s.hasOwnProperty(e.get(r,t))}}}}function $u(t,e){var i=t.getExtent(),n=Math.abs(i[1]-i[0])/t.scale.count();isNaN(n)&&(n=0);for(var o=e.count(),a=Math.max(1,Math.round(o/5)),r=0;rn)return!1;return!0}function Ju(t){return this._axes[t]}function Qu(t){LD.call(this,t)}function th(t,e){return e.type||(e.data?"category":"value")}function eh(t,e,i){return t.getCoordSysModel()===e}function ih(t,e,i){this._coordsMap={},this._coordsList=[],this._axesMap={},this._axesList=[],this._initCartesian(t,e,i),this.model=t}function nh(t,e,i,n){function o(t){return t.dim+"_"+t.index}i.getAxesOnZeroOf=function(){return a?[a]:[]};var a,r=t[e],s=i.model,l=s.get("axisLine.onZero"),u=s.get("axisLine.onZeroAxisIndex");if(l){if(null!=u)oh(r[u])&&(a=r[u]);else for(var h in r)if(r.hasOwnProperty(h)&&oh(r[h])&&!n[o(r[h])]){a=r[h];break}a&&(n[o(a)]=!0)}}function oh(t){return t&&"category"!==t.type&&"time"!==t.type&&Zl(t)}function ah(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 rh(t,e){return f(VD,function(e){return t.getReferringComponents(e)[0]})}function sh(t){return"cartesian2d"===t.get("coordinateSystem")}function lh(t){var e={componentType:t.mainType,componentIndex:t.componentIndex};return e[t.mainType+"Index"]=t.componentIndex,e}function uh(t,e,i,n){var o,a,r=Xo(i-t.rotation),s=n[0]>n[1],l="start"===e&&!s||"start"!==e&&s;return jo(r-GD/2)?(a=l?"bottom":"top",o="center"):jo(r-1.5*GD)?(a=l?"top":"bottom",o="center"):(a="middle",o=r<1.5*GD&&r>GD/2?l?"left":"right":l?"right":"left"),{rotation:r,textAlign:o,textVerticalAlign:a}}function hh(t){var e=t.get("tooltip");return t.get("silent")||!(t.get("triggerEvent")||e&&e.show)}function ch(t,e,i){if(!Kl(t.axis)){var n=t.get("axisLabel.showMinLabel"),o=t.get("axisLabel.showMaxLabel");e=e||[],i=i||[];var a=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];!1===n?(dh(a),dh(u)):fh(a,r)&&(n?(dh(r),dh(h)):(dh(a),dh(u))),!1===o?(dh(s),dh(c)):fh(l,s)&&(o?(dh(l),dh(d)):(dh(s),dh(c)))}}function dh(t){t&&(t.ignore=!0)}function fh(t,e,i){var n=t&&t.getBoundingRect().clone(),o=e&&e.getBoundingRect().clone();if(n&&o){var a=_t([]);return Mt(a,a,-t.rotation),n.applyTransform(bt([],a,t.getLocalTransform())),o.applyTransform(bt([],a,e.getLocalTransform())),n.intersect(o)}}function ph(t){return"middle"===t||"center"===t}function gh(t,e,i){var n=e.axis;if(e.get("axisTick.show")&&!n.scale.isBlank()){for(var o=e.getModel("axisTick"),a=o.getModel("lineStyle"),s=o.get("length"),l=n.getTicksCoords(),u=[],h=[],c=t._transform,d=[],f=0;f=0||t===e}function Sh(t){var e=Mh(t);if(e){var i=e.axisPointerModel,n=e.axis.scale,o=i.option,a=i.get("status"),r=i.get("value");null!=r&&(r=n.parse(r));var s=Th(i);null==a&&(o.status=s?"show":"hide");var l=n.getExtent().slice();l[0]>l[1]&&l.reverse(),(null==r||r>l[1])&&(r=l[1]),r0?"bottom":"top":o.width>0?"left":"right";l||kh(t.style,d,n,u,a,i,p),fo(t,d)}function Rh(t,e){var i=t.get(tC)||0;return Math.min(i,Math.abs(e.width),Math.abs(e.height))}function zh(t,e,i){var n=t.getData(),o=[],a=n.getLayout("valueAxisHorizontal")?1:0;o[1-a]=n.getLayout("valueAxisStart");var r=new nC({shape:{points:n.getLayout("largePoints")},incremental:!!i,__startPoint:o,__valueIdx:a});e.add(r),Bh(r,t,n)}function Bh(t,e,i){var n=i.getVisual("borderColor")||i.getVisual("color"),o=e.getModel("itemStyle").getItemStyle(["color","borderColor"]);t.useStyle(o),t.style.fill=null,t.style.stroke=n,t.style.lineWidth=i.getLayout("barWidth")}function Vh(t,e,i,n){var o=e.getData(),a=this.dataIndex,r=o.getName(a),s=e.get("selectedOffset");n.dispatchAction({type:"pieToggleSelect",from:t,name:r,seriesId:e.id}),o.each(function(t){Gh(o.getItemGraphicEl(t),o.getItemLayout(t),e.isSelected(o.getName(t)),s,i)})}function Gh(t,e,i,n,o){var a=(e.startAngle+e.endAngle)/2,r=Math.cos(a),s=Math.sin(a),l=i?n:0,u=[r*l,s*l];o?t.animate().when(200,{position:u}).start("bounceOut"):t.attr("position",u)}function Fh(t,e){function i(){a.ignore=a.hoverIgnore,r.ignore=r.hoverIgnore}function n(){a.ignore=a.normalIgnore,r.ignore=r.normalIgnore}tb.call(this);var o=new hM({z2:2}),a=new gM,r=new rM;this.add(o),this.add(a),this.add(r),this.updateData(t,e,!0),this.on("emphasis",i).on("normal",n).on("mouseover",i).on("mouseout",n)}function Wh(t,e,i,n,o,a,r){function s(e,i){for(var n=e;n>=0&&(t[n].y-=i,!(n>0&&t[n].y>t[n-1].y+t[n-1].height));n--);}function l(t,e,i,n,o,a){for(var r=e?Number.MAX_VALUE:0,s=0,l=t.length;s=r&&(d=r-10),!e&&d<=r&&(d=r+10),t[s].x=i+d*a,r=d}}t.sort(function(t,e){return t.y-e.y});for(var u,h=0,c=t.length,d=[],f=[],p=0;pe&&a+1t[a].y+t[a].height)return void s(a,n/2);s(i-1,n/2)}(p,c,-u),h=t[p].y+t[p].height;r-h<0&&s(c-1,h-r);for(p=0;p=i?f.push(t[p]):d.push(t[p]);l(d,!1,e,i,n,o),l(f,!0,e,i,n,o)}function Hh(t,e,i,n,o,a){for(var r=[],s=[],l=0;l3?1.4:o>1?1.2:1.1;hc(this,"zoom","zoomOnMouseWheel",t,{scale:n>0?s:1/s,originX:a,originY:r})}if(i){var l=Math.abs(n);hc(this,"scrollMove","moveOnMouseWheel",t,{scrollDelta:(n>0?1:-1)*(l>3?.4:l>1?.15:.05),originX:a,originY:r})}}}function uc(t){ic(this._zr,"globalPan")||hc(this,"zoom",null,t,{scale:t.pinchScale>1?1.1:1/1.1,originX:t.pinchX,originY:t.pinchY})}function hc(t,e,i,n,o){t.pointerChecker&&t.pointerChecker(n,o.originX,o.originY)&&(mw(n.event),cc(t,e,i,n,o))}function cc(t,e,i,n,o){o.isAvailableBehavior=m(dc,null,i,n),t.trigger(e,o)}function dc(t,e,i){var n=i[t];return!t||n&&(!_(n)||e.event[n+"Key"])}function fc(t,e,i){var n=t.target,o=n.position;o[0]+=e,o[1]+=i,n.dirty()}function pc(t,e,i,n){var o=t.target,a=t.zoomLimit,r=o.position,s=o.scale,l=t.zoom=t.zoom||1;if(l*=e,a){var u=a.min||0,h=a.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,o.dirty()}function gc(t,e,i){var n=e.getComponentByElement(t.topTarget),o=n&&n.coordinateSystem;return n&&n!==i&&!RC[n.mainType]&&o&&o.model!==i}function mc(t,e){var i=t.getItemStyle(),n=t.get("areaColor");return null!=n&&(i.fill=n),i}function vc(t,e,i,n,o){i.off("click"),i.off("mousedown"),e.get("selectedMode")&&(i.on("mousedown",function(){t._mouseDownFlag=!0}),i.on("click",function(a){if(t._mouseDownFlag){t._mouseDownFlag=!1;for(var r=a.target;!r.__regions;)r=r.parent;if(r){var s={type:("geo"===e.mainType?"geo":"map")+"ToggleSelect",batch:f(r.__regions,function(t){return{name:t.name,from:o.uid}})};s[e.mainType+"Id"]=e.id,n.dispatchAction(s),yc(e,i)}}}))}function yc(t,e){e.eachChild(function(e){d(e.__regions,function(i){e.trigger(t.isSelected(i.name)?"emphasis":"normal")})})}function xc(t,e){var i=new tb;this.uid=Ro("ec_map_draw"),this._controller=new oc(t.getZr()),this._controllerHost={target:e?i:null},this.group=i,this._updateGroup=e,this._mouseDownFlag,this._mapName,this._initialized,i.add(this._regionsGroup=new tb),i.add(this._backgroundGroup=new tb)}function _c(t){var e=this[zC];e&&e.recordVersion===this[BC]&&wc(e,t)}function wc(t,e){var i=t.circle,n=t.labelModel,o=t.hoverLabelModel,a=t.emphasisText,r=t.normalText;e?(i.style.extendFrom(mo({},o,{text:o.get("show")?a:null},{isRectText:!0,useInsideStyle:!1},!0)),i.__mapOriginalZ2=i.z2,i.z2+=NM):(mo(i.style,n,{text:n.get("show")?r:null,textPosition:n.getShallow("position")||"bottom"},{isRectText:!0,useInsideStyle:!1}),i.dirty(!1),null!=i.__mapOriginalZ2&&(i.z2=i.__mapOriginalZ2,i.__mapOriginalZ2=null))}function bc(t,e,i){var n=t.getZoom(),o=t.getCenter(),a=e.zoom,r=t.dataToPoint(o);if(null!=e.dx&&null!=e.dy){r[0]-=e.dx,r[1]-=e.dy;o=t.pointToData(r);t.setCenter(o)}if(null!=a){if(i){var s=i.min||0,l=i.max||1/0;a=Math.max(Math.min(n*a,l),s)/n}t.scale[0]*=a,t.scale[1]*=a;var u=t.position,h=(e.originX-u[0])*(a-1),c=(e.originY-u[1])*(a-1);u[0]-=h,u[1]-=c,t.updateTransform();o=t.pointToData(r);t.setCenter(o),t.setZoom(a*n)}return{center:t.getCenter(),zoom:t.getZoom()}}function Sc(){Tw.call(this)}function Mc(t){this.name=t,this.zoomLimit,Tw.call(this),this._roamTransformable=new Sc,this._rawTransformable=new Sc,this._center,this._zoom}function Ic(t,e,i,n){var o=i.seriesModel,a=o?o.coordinateSystem:null;return a===this?a[t](n):null}function Tc(t,e,i,n){Mc.call(this,t),this.map=e;var o=OC.load(e,i);this._nameCoordMap=o.nameCoordMap,this._regionsMap=o.regionsMap,this._invertLongitute=null==n||n,this.regions=o.regions,this._rect=o.boundingRect}function Ac(t,e,i,n){var o=i.geoModel,a=i.seriesModel,r=o?o.coordinateSystem:a?a.coordinateSystem||(a.getReferringComponents("geo")[0]||{}).coordinateSystem:null;return r===this?r[t](n):null}function Dc(t,e){var i=t.get("boundingCoords");if(null!=i){var n=i[0],o=i[1];isNaN(n[0])||isNaN(n[1])||isNaN(o[0])||isNaN(o[1])||this.setBoundingRect(n[0],n[1],o[0]-n[0],o[1]-n[1])}var a,r=this.getBoundingRect(),s=t.get("layoutCenter"),l=t.get("layoutSize"),u=e.getWidth(),h=e.getHeight(),c=r.width/r.height*this.aspectScale,d=!1;s&&l&&(s=[Vo(s[0],u),Vo(s[1],h)],l=Vo(l,Math.min(u,h)),isNaN(s[0])||isNaN(s[1])||isNaN(l)||(d=!0));if(d){var f={};c>1?(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(a=t.getBoxLayoutParams()).aspect=c,f=ca(a,{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 Cc(t,e){d(e.get("geoCoord"),function(e,i){t.addGeoCoord(i,e)})}function Lc(t,e){var i={};return d(t,function(t){t.each(t.mapDimension("value"),function(e,n){var o="ec-"+t.getName(n);i[o]=i[o]||[],isNaN(e)||i[o].push(e)})}),t[0].map(t[0].mapDimension("value"),function(n,o){for(var a="ec-"+t[0].getName(o),r=0,s=1/0,l=-1/0,u=i[a].length,h=0;h=0;o--){var a=i[o];a.hierNode={defaultAncestor:null,ancestor:a,prelim:0,modifier:0,change:0,shift:0,i:o,thread:null},n.push(a)}}function Wc(t,e){var i=t.isExpand?t.children:[],n=t.parentNode.children,o=t.hierNode.i?n[t.hierNode.i-1]:null;if(i.length){jc(t);var a=(i[0].hierNode.prelim+i[i.length-1].hierNode.prelim)/2;o?(t.hierNode.prelim=o.hierNode.prelim+e(t,o),t.hierNode.modifier=t.hierNode.prelim-a):t.hierNode.prelim=a}else o&&(t.hierNode.prelim=o.hierNode.prelim+e(t,o));t.parentNode.hierNode.defaultAncestor=Yc(t,o,t.parentNode.hierNode.defaultAncestor||n[0],e)}function Hc(t){var e=t.hierNode.prelim+t.parentNode.hierNode.modifier;t.setLayout({x:e},!0),t.hierNode.modifier+=t.parentNode.hierNode.modifier}function Zc(t){return arguments.length?t:Qc}function Uc(t,e){var i={};return t-=Math.PI/2,i.x=e*Math.cos(t),i.y=e*Math.sin(t),i}function Xc(t,e){return ca(t.getBoxLayoutParams(),{width:e.getWidth(),height:e.getHeight()})}function jc(t){for(var e=t.children,i=e.length,n=0,o=0;--i>=0;){var a=e[i];a.hierNode.prelim+=n,a.hierNode.modifier+=n,o+=a.hierNode.change,n+=a.hierNode.shift+o}}function Yc(t,e,i,n){if(e){for(var o=t,a=t,r=a.parentNode.children[0],s=e,l=o.hierNode.modifier,u=a.hierNode.modifier,h=r.hierNode.modifier,c=s.hierNode.modifier;s=qc(s),a=Kc(a),s&&a;){o=qc(o),r=Kc(r),o.hierNode.ancestor=t;var d=s.hierNode.prelim+c-a.hierNode.prelim-u+n(s,a);d>0&&(Jc($c(s,t,i),t,d),u+=d,l+=d),c+=s.hierNode.modifier,u+=a.hierNode.modifier,l+=o.hierNode.modifier,h+=r.hierNode.modifier}s&&!qc(o)&&(o.hierNode.thread=s,o.hierNode.modifier+=c-l),a&&!Kc(r)&&(r.hierNode.thread=a,r.hierNode.modifier+=u-h,i=t)}return i}function qc(t){var e=t.children;return e.length&&t.isExpand?e[e.length-1]:t.hierNode.thread}function Kc(t){var e=t.children;return e.length&&t.isExpand?e[0]:t.hierNode.thread}function $c(t,e,i){return t.hierNode.ancestor.parentNode===e.parentNode?t.hierNode.ancestor:i}function Jc(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 Qc(t,e){return t.parentNode===e.parentNode?1:2}function td(t,e){var i=t.getItemLayout(e);return i&&!isNaN(i.x)&&!isNaN(i.y)&&"none"!==t.getItemVisual(e,"symbol")}function ed(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"),!1===t.isExpand&&0!==t.children.length?i.symbolInnerColor=i.itemStyle.fill:i.symbolInnerColor="#fff",i}function id(t,e,i,n,o,a){var s=!i,l=t.tree.getNodeByDataIndex(e),a=ed(l,l.getModel(),a),u=t.tree.root,h=l.parentNode===u?l:l.parentNode||l,c=t.getItemGraphicEl(h.dataIndex),d=h.getLayout(),f=c?{x:c.position[0],y:c.position[1],rawX:c.__radialOldRawX,rawY:c.__radialOldRawY}:d,p=l.getLayout();s?(i=new wu(t,e,a)).attr("position",[f.x,f.y]):i.updateData(t,e,a),i.__radialOldRawX=i.__radialRawX,i.__radialOldRawY=i.__radialRawY,i.__radialRawX=p.rawX,i.__radialRawY=p.rawY,n.add(i),t.setItemGraphicEl(e,i),Io(i,{position:[p.x,p.y]},o);var g=i.getSymbolPath();if("radial"===a.layout){var m,v,y=u.children[0],x=y.getLayout(),_=y.children.length;if(p.x===x.x&&!0===l.isExpand){var w={};w.x=(y.children[0].getLayout().x+y.children[_-1].getLayout().x)/2,w.y=(y.children[0].getLayout().y+y.children[_-1].getLayout().y)/2,(m=Math.atan2(w.y-x.y,w.x-x.x))<0&&(m=2*Math.PI+m),(v=w.xx.x)||(m-=Math.PI);var b=v?"left":"right";g.setStyle({textPosition:b,textRotation:-m,textOrigin:"center",verticalAlign:"middle"})}if(l.parentNode&&l.parentNode!==u){var S=i.__edge;S||(S=i.__edge=new bM({shape:od(a,f,f),style:r({opacity:0,strokeNoScale:!0},a.lineStyle)})),Io(S,{shape:od(a,d,p),style:{opacity:1}},o),n.add(S)}}function nd(t,e,i,n,o,a){for(var r,s=t.tree.getNodeByDataIndex(e),l=t.tree.root,a=ed(s,s.getModel(),a),u=s.parentNode===l?s:s.parentNode||s;null==(r=u.getLayout());)u=u.parentNode===l?u:u.parentNode||u;Io(i,{position:[r.x+1,r.y+1]},o,function(){n.remove(i),t.setItemGraphicEl(e,null)}),i.fadeOut(null,{keepLabel:!0});var h=i.__edge;h&&Io(h,{shape:od(a,r,r),style:{opacity:0}},o,function(){n.remove(h)})}function od(t,e,i){var n,o,a,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=Uc(s,u),f=Uc(s,u+(h-u)*t.curvature),p=Uc(l,h+(u-h)*t.curvature),g=Uc(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,o=u,a=l+(s-l)*t.curvature,r=h),"TB"!==c&&"BT"!==c||(n=s,o=u+(h-u)*t.curvature,a=l,r=h+(u-h)*t.curvature),{x1:s,y1:u,x2:l,y2:h,cpx1:n,cpy1:o,cpx2:a,cpy2:r}}function ad(t,e,i){for(var n,o=[t],a=[];n=o.pop();)if(a.push(n),n.isExpand){var r=n.children;if(r.length)for(var s=0;s=0;a--)n.push(o[a])}}function sd(t,e){var i=Xc(t,e);t.layoutInfo=i;var n=t.get("layout"),o=0,a=0,r=null;"radial"===n?(o=2*Math.PI,a=Math.min(i.height,i.width)/2,r=Zc(function(t,e){return(t.parentNode===e.parentNode?1:2)/t.depth})):(o=i.width,a=i.height,r=Zc());var s=t.getData().tree.root,l=s.children[0];if(l){Fc(s),ad(l,Wc,r),s.hierNode.modifier=-l.hierNode.prelim,rd(l,Hc);var u=l,h=l,c=l;rd(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=o/(h.getLayout().x+d+f),g=a/(c.depth-1||1),rd(l,function(t){m=(t.getLayout().x+f)*p,v=(t.depth-1)*g;var e=Uc(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=a/(h.getLayout().x+d+f),p=o/(c.depth-1||1),rd(l,function(t){v=(t.getLayout().x+f)*g,m="LR"===y?(t.depth-1)*p:o-(t.depth-1)*p,t.setLayout({x:m,y:v},!0)})):"TB"!==y&&"BT"!==y||(p=o/(h.getLayout().x+d+f),g=a/(c.depth-1||1),rd(l,function(t){m=(t.getLayout().x+f)*p,v="TB"===y?(t.depth-1)*g:a-(t.depth-1)*g,t.setLayout({x:m,y:v},!0)}))}}}function ld(t,e,i){if(t&&l(e,t.type)>=0){var n=i.getData().tree.root,o=t.targetNode;if("string"==typeof o&&(o=n.getNodeById(o)),o&&n.contains(o))return{node:o};var a=t.targetNodeId;if(null!=a&&(o=n.getNodeById(a)))return{node:o}}}function ud(t){for(var e=[];t;)(t=t.parentNode)&&e.push(t);return e.reverse()}function hd(t,e){return l(ud(t),e)>=0}function cd(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 dd(t){var e=0;d(t.children,function(t){dd(t);var i=t.value;y(i)&&(i=i[0]),e+=i});var i=t.value;y(i)&&(i=i[0]),(null==i||isNaN(i))&&(i=e),i<0&&(i=0),y(t.value)?t.value[0]=i:t.value=i}function fd(t,e){var i=e.get("color");if(i){var n;return d(t=t||[],function(t){var e=new No(t),i=e.get("color");(e.get("itemStyle.color")||i&&"none"!==i)&&(n=!0)}),n||((t[0]||(t[0]={})).color=i.slice()),t}}function pd(t){this.group=new tb,t.add(this.group)}function gd(t,e,i,n,o,a){var r=[[o?t:t-UC,e],[t+i,e],[t+i,e+n],[o?t:t-UC,e+n]];return!a&&r.splice(2,0,[t+i+UC,e+n/2]),!o&&r.push([t,e+n/2]),r}function md(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&&cd(i,e)}}function vd(){var t,e=[],i={};return{add:function(t,n,o,a,r){return _(a)&&(r=a,a=0),!i[t.id]&&(i[t.id]=1,e.push({el:t,target:n,time:o,delay:a,easing:r}),!0)},done:function(e){return t=e,this},start:function(){for(var n=e.length,o=0,a=e.length;o=0;a--)null==i[a]&&(delete n[e[a]],e.pop())}function bd(t,e){var i=t.visual,n=[];w(i)?sL(i,function(t){n.push(t)}):null!=i&&n.push(i);var o={color:1,symbol:1};e||1!==n.length||o.hasOwnProperty(t.type)||(n[1]=n[0]),Ld(t,n)}function Sd(t){return{applyVisual:function(e,i,n){e=this.mapValueToVisual(e),n("color",t(i("color"),e))},_doMap:Dd([0,1])}}function Md(t){var e=this.option.visual;return e[Math.round(Bo(t,[0,1],[0,e.length-1],!0))]||{}}function Id(t){return function(e,i,n){n(t,this.mapValueToVisual(e))}}function Td(t){var e=this.option.visual;return e[this.option.loop&&t!==uL?t%e.length:t]}function Ad(){return this.option.visual[0]}function Dd(t){return{linear:function(e){return Bo(e,t,this.option.visual,!0)},category:Td,piecewise:function(e,i){var n=Cd.call(this,i);return null==n&&(n=Bo(e,t,this.option.visual,!0)),n},fixed:Ad}}function Cd(t){var e=this.option,i=e.pieceList;if(e.hasSpecialVisual){var n=i[hL.findPieceIndex(t,i)];if(n&&n.visual)return n.visual[this.type]}}function Ld(t,e){return t.visual=e,"color"===t.type&&(t.parsedVisual=f(e,function(t){return Gt(t)})),e}function kd(t,e,i){return t?e<=i:e=o.length||t===o[t.depth])&&Pd(t,Vd(r,h,t,e,g,a),i,n,o,a)})}else l=Od(h),t.setVisual("color",l)}}function Nd(t,e,i,n){var o=a({},e);return d(["color","colorAlpha","colorSaturation"],function(a){var r=t.get(a,!0);null==r&&i&&(r=i[a]),null==r&&(r=e[a]),null==r&&(r=n.get(a)),null!=r&&(o[a]=r)}),o}function Od(t){var e=Rd(t,"color");if(e){var i=Rd(t,"colorAlpha"),n=Rd(t,"colorSaturation");return n&&(e=jt(e,null,null,n)),i&&(e=Yt(e,i)),e}}function Ed(t,e){return null!=e?jt(e,null,null,t):null}function Rd(t,e){var i=t[e];if(null!=i&&"none"!==i)return i}function zd(t,e,i,n,o,a){if(a&&a.length){var r=Bd(e,"color")||null!=o.color&&"none"!==o.color&&(Bd(e,"colorAlpha")||Bd(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 hL(c);return d.__drColorMappingBy=h,d}}}function Bd(t,e){var i=t.get(e);return fL(i)&&i.length?{name:e,range:i}:null}function Vd(t,e,i,n,o,r){var s=a({},e);if(o){var l=o.type,u="color"===l&&o.__drColorMappingBy,h="index"===u?n:"id"===u?r.mapIdToIndex(i.getId()):i.getValue(t.get("visualDimension"));s[l]=o.mapValueToVisual(h)}return s}function Gd(t,e,i,n){var o,a;if(!t.isRemoved()){var r=t.getLayout();o=r.width,a=r.height;var s=(f=t.getModel()).get(_L),l=f.get(wL)/2,u=Kd(f),h=Math.max(s,u),c=s-l,d=h-l,f=t.getModel();t.setLayout({borderWidth:s,upperHeight:h,upperLabelHeight:u},!0);var p=(o=mL(o-2*c,0))*(a=mL(a-c-d,0)),g=Fd(t,f,p,e,i,n);if(g.length){var m={x:c,y:d,width:o,height:a},v=vL(o,a),y=1/0,x=[];x.area=0;for(var _=0,w=g.length;_=0;l--){var u=o["asc"===n?r-l-1:l].getValue();u/i*es[1]&&(s[1]=e)})}else s=[NaN,NaN];return{sum:n,dataExtent:s}}function Ud(t,e,i){for(var n,o=0,a=1/0,r=0,s=t.length;ro&&(o=n));var l=t.area*t.area,u=e*e*i;return l?mL(u*o/l,l/(u*a)):1/0}function Xd(t,e,i,n,o){var a=e===i.width?0:1,r=1-a,s=["x","y"],l=["width","height"],u=i[s[a]],h=e?t.area/e:0;(o||h>i[l[r]])&&(h=i[l[r]]);for(var c=0,d=t.length;cXM&&(u=XM),a=s}u=0?n+=u:n-=u:p>=0?n-=u:n+=u}return n}function pf(t,e){return t.getVisual("opacity")||t.getModel().get(e)}function gf(t,e,i){var n=t.getGraphicEl(),o=pf(t,e);null!=i&&(null==o&&(o=1),o*=i),n.downplay&&n.downplay(),n.traverse(function(t){if("group"!==t.type){var e=t.lineLabelOriginalOpacity;null!=e&&null==i||(e=o),t.setStyle("opacity",e)}})}function mf(t,e){var i=pf(t,e),n=t.getGraphicEl();n.highlight&&n.highlight(),n.traverse(function(t){"group"!==t.type&&t.setStyle("opacity",i)})}function vf(t){return t instanceof Array||(t=[t,t]),t}function yf(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")])}),xf(i)}}function xf(t){t.eachEdge(function(t){var e=t.getModel().get("lineStyle.curveness")||0,i=F(t.node1.getLayout()),n=F(t.node2.getLayout()),o=[i,n];+e&&o.push([(i[0]+n[0])/2-(i[1]-n[1])*e,(i[1]+n[1])/2-(n[0]-i[0])*e]),t.setLayout(o)})}function _f(t){var e=t.coordinateSystem;if(!e||"view"===e.type){var i=e.getBoundingRect(),n=t.getData(),o=n.graph,a=0,r=n.getSum("value"),s=2*Math.PI/(r||n.count()),l=i.width/2+i.x,u=i.height/2+i.y,h=Math.min(i.width,i.height)/2;o.eachNode(function(t){var e=t.getValue("value");a+=s*(r?e:1)/2,t.setLayout([h*Math.cos(a)+l,h*Math.sin(a)+u]),a+=s*(r?e:1)/2}),n.setLayout({cx:l,cy:u}),o.eachEdge(function(t){var e,i=t.getModel().get("lineStyle.curveness")||0,n=F(t.node1.getLayout()),o=F(t.node2.getLayout()),a=(n[0]+o[0])/2,r=(n[1]+o[1])/2;+i&&(e=[l*(i*=3)+a*(1-i),u*i+r*(1-i)]),t.setLayout([n,o,e])})}}function wf(t,e,i){for(var n=i.rect,o=n.width,a=n.height,r=[n.x+o/2,n.y+a/2],s=null==i.gravity?.1:i.gravity,l=0;l0?-1:i<0?1:e?-1:1}}function Pf(t,e){return Math.min(e[1],Math.max(e[0],t))}function Nf(t,e,i){this._axesMap=R(),this._axesLayout={},this.dimensions=t.dimensions,this._rect,this._model=t,this._init(t,e,i)}function Of(t,e){return ek(ik(t,e[0]),e[1])}function Ef(t,e){var i=e.layoutLength/(e.axisCount-1);return{position:i*t,axisNameAvailableWidth:i,axisLabelShow:!0}}function Rf(t,e){var i,n,o=e.layoutLength,a=e.axisExpandWidth,r=e.axisCount,s=e.axisCollapseWidth,l=e.winInnerIndices,u=s,h=!1;return tmk}function $f(t){var e=t.length-1;return e<0&&(e=0),[t[0],t[e]]}function Jf(t,e,i,n){var o=new tb;return o.add(new yM({name:"main",style:ip(i),silent:!0,draggable:!0,cursor:"move",drift:uk(t,e,o,"nswe"),ondragend:uk(qf,e,{isEnd:!0})})),hk(n,function(i){o.add(new yM({name:i,style:{opacity:0},draggable:!0,silent:!0,invisible:!0,drift:uk(t,e,o,i),ondragend:uk(qf,e,{isEnd:!0})}))}),o}function Qf(t,e,i,n){var o=n.brushStyle.lineWidth||0,a=fk(o,vk),r=i[0][0],s=i[1][0],l=r-o/2,u=s-o/2,h=i[0][1],c=i[1][1],d=h-a+o/2,f=c-a+o/2,p=h-r,g=c-s,m=p+o,v=g+o;ep(t,e,"main",r,s,p,g),n.transformable&&(ep(t,e,"w",l,u,a,v),ep(t,e,"e",d,u,a,v),ep(t,e,"n",l,u,m,a),ep(t,e,"s",l,f,m,a),ep(t,e,"nw",l,u,a,a),ep(t,e,"ne",d,u,a,a),ep(t,e,"sw",l,f,a,a),ep(t,e,"se",d,f,a,a))}function tp(t,e){var i=e.__brushOption,n=i.transformable,o=e.childAt(0);o.useStyle(ip(i)),o.attr({silent:!n,cursor:n?"move":"default"}),hk(["w","e","n","s","se","sw","ne","nw"],function(i){var o=e.childOfName(i),a=ap(t,i);o&&o.attr({silent:!n,invisible:!n,cursor:n?_k[a]+"-resize":null})})}function ep(t,e,i,n,o,a,r){var s=e.childOfName(i);s&&s.setShape(hp(up(t,e,[[n,o],[n+a,o+r]])))}function ip(t){return r({strokeNoScale:!0},t.brushStyle)}function np(t,e,i,n){var o=[dk(t,i),dk(e,n)],a=[fk(t,i),fk(e,n)];return[[o[0],a[0]],[o[1],a[1]]]}function op(t){return Ao(t.group)}function ap(t,e){if(e.length>1)return("e"===(n=[ap(t,(e=e.split(""))[0]),ap(t,e[1])])[0]||"w"===n[0])&&n.reverse(),n.join("");var i={left:"w",right:"e",top:"n",bottom:"s"},n=Co({w:"left",e:"right",n:"top",s:"bottom"}[e],op(t));return i[n]}function rp(t,e,i,n,o,a,r,s){var l=n.__brushOption,u=t(l.range),h=lp(i,a,r);hk(o.split(""),function(t){var e=xk[t];u[e[0]][e[1]]+=h[e[0]]}),l.range=e(np(u[0][0],u[1][0],u[0][1],u[1][1])),Zf(i,n),qf(i,{isEnd:!1})}function sp(t,e,i,n,o){var a=e.__brushOption.range,r=lp(t,i,n);hk(a,function(t){t[0]+=r[0],t[1]+=r[1]}),Zf(t,e),qf(t,{isEnd:!1})}function lp(t,e,i){var n=t.group,o=n.transformCoordToLocal(e,i),a=n.transformCoordToLocal(0,0);return[o[0]-a[0],o[1]-a[1]]}function up(t,e,n){var o=jf(t,e);return o&&!0!==o?o.clipPath(n,t._transform):i(n)}function hp(t){var e=dk(t[0][0],t[1][0]),i=dk(t[0][1],t[1][1]);return{x:e,y:i,width:fk(t[0][0],t[1][0])-e,height:fk(t[0][1],t[1][1])-i}}function cp(t,e,i){if(t._brushType){var n=t._zr,o=t._covers,a=Xf(t,e,i);if(!t._dragging)for(var r=0;r0;a--)Yp(s,l*=.99,r),jp(s,o,i,n,r),tg(s,l,r),jp(s,o,i,n,r)}function Up(t,e){var i=[],n="vertical"===e?"y":"x",o=Zi(t,function(t){return t.getLayout()[n]});return o.keys.sort(function(t,e){return t-e}),d(o.keys,function(t){i.push(o.buckets.get(t))}),i}function Xp(t,e,i,n,o,a,r){var s=[];d(e,function(t){var e=t.length,i=0,l=0;d(t,function(t){i+=t.getLayout().value}),l="vertical"===r?(o-(e-1)*a)/i:(n-(e-1)*a)/i,s.push(l)}),s.sort(function(t,e){return t-e});var l=s[0];d(e,function(t){d(t,function(t,e){var i=t.getLayout().value*l;"vertical"===r?(t.setLayout({x:e},!0),t.setLayout({dx:i},!0)):(t.setLayout({y:e},!0),t.setLayout({dy:i},!0))})}),d(i,function(t){var e=+t.getValue()*l;t.setLayout({dy:e},!0)})}function jp(t,e,i,n,o){d(t,function(t){var a,r,s,l=0,u=t.length;if("vertical"===o){var h;for(t.sort(function(t,e){return t.getLayout().x-e.getLayout().x}),s=0;s0&&(h=a.getLayout().x+r,a.setLayout({x:h},!0)),l=a.getLayout().x+a.getLayout().dx+e;if((r=l-e-n)>0)for(h=a.getLayout().x-r,a.setLayout({x:h},!0),l=h,s=u-2;s>=0;--s)(r=(a=t[s]).getLayout().x+a.getLayout().dx+e-l)>0&&(h=a.getLayout().x-r,a.setLayout({x:h},!0)),l=a.getLayout().x}else{var c;for(t.sort(function(t,e){return t.getLayout().y-e.getLayout().y}),s=0;s0&&(c=a.getLayout().y+r,a.setLayout({y:c},!0)),l=a.getLayout().y+a.getLayout().dy+e;if((r=l-e-i)>0)for(c=a.getLayout().y-r,a.setLayout({y:c},!0),l=c,s=u-2;s>=0;--s)(r=(a=t[s]).getLayout().y+a.getLayout().dy+e-l)>0&&(c=a.getLayout().y-r,a.setLayout({y:c},!0)),l=a.getLayout().y}})}function Yp(t,e,i){d(t.slice().reverse(),function(t){d(t,function(t){if(t.outEdges.length){var n=Qp(t.outEdges,qp,i)/Qp(t.outEdges,Jp,i);if("vertical"===i){var o=t.getLayout().x+(n-$p(t,i))*e;t.setLayout({x:o},!0)}else{var a=t.getLayout().y+(n-$p(t,i))*e;t.setLayout({y:a},!0)}}})})}function qp(t,e){return $p(t.node2,e)*t.getValue()}function Kp(t,e){return $p(t.node1,e)*t.getValue()}function $p(t,e){return"vertical"===e?t.getLayout().x+t.getLayout().dx/2:t.getLayout().y+t.getLayout().dy/2}function Jp(t){return t.getValue()}function Qp(t,e,i){for(var n=0,o=t.length,a=-1;++a0?"P":"N",a=n.getVisual("borderColor"+o)||n.getVisual("color"+o),r=i.getModel(Gk).getItemStyle(Wk);e.useStyle(r),e.style.fill=null,e.style.stroke=a}function fg(t,e,i,n,o){return i>n?-1:i0?t.get(o,e-1)<=n?1:-1:1}function pg(t,e){var i,n=t.getBaseAxis(),o="category"===n.type?n.getBandWidth():(i=n.getExtent(),Math.abs(i[1]-i[0])/e.count()),a=Vo(A(t.get("barMaxWidth"),o),o),r=Vo(A(t.get("barMinWidth"),1),o),s=t.get("barWidth");return null!=s?Vo(s,o):Math.max(Math.min(o/2,a),r)}function gg(t){return y(t)||(t=[+t,+t]),t}function mg(t,e){t.eachChild(function(t){t.attr({z:e.z,zlevel:e.zlevel,style:{stroke:"stroke"===e.brushType?e.color:null,fill:"fill"===e.brushType?e.color:null}})})}function vg(t,e){tb.call(this);var i=new wu(t,e),n=new tb;this.add(i),this.add(n),n.beforeUpdate=function(){this.attr(i.getScale())},this.updateData(t,e)}function yg(t){var e=t.data;e&&e[0]&&e[0][0]&&e[0][0].coord&&(t.data=f(e,function(t){var e={coords:[t[0].coord,t[1].coord]};return t[0].name&&(e.fromName=t[0].name),t[1].name&&(e.toName=t[1].name),o([e,t[0],t[1]])}))}function xg(t,e,i){tb.call(this),this.add(this.createLine(t,e,i)),this._updateEffectSymbol(t,e)}function _g(t,e,i){tb.call(this),this._createPolyline(t,e,i)}function wg(t,e,i){xg.call(this,t,e,i),this._lastFrame=0,this._lastFramePercent=0}function bg(){this.group=new tb}function Sg(t){return t instanceof Array||(t=[t,t]),t}function Mg(){var t=iw();this.canvas=t,this.blurSize=30,this.pointSize=20,this.maxOpacity=1,this.minOpacity=0,this._gradientPixels={}}function Ig(t,e,i){var n=t[1]-t[0],o=(e=f(e,function(e){return{interval:[(e.interval[0]-t[0])/n,(e.interval[1]-t[0])/n]}})).length,a=0;return function(t){for(n=a;n=0;n--){var r=e[n].interval;if(r[0]<=t&&t<=r[1]){a=n;break}}return n>=0&&n=e[0]&&t<=e[1]}}function Ag(t){var e=t.dimensions;return"lng"===e[0]&&"lat"===e[1]}function Dg(t,e,i,n){var o=t.getItemLayout(e),a=i.get("symbolRepeat"),r=i.get("symbolClip"),s=i.get("symbolPosition")||"start",l=(i.get("symbolRotate")||0)*Math.PI/180||0,u=i.get("symbolPatternSize")||2,h=i.isAnimationEnabled(),c={dataIndex:e,layout:o,itemModel:i,symbolType:t.getItemVisual(e,"symbol")||"circle",color:t.getItemVisual(e,"color"),symbolClip:r,symbolRepeat:a,symbolRepeatDirection:i.get("symbolRepeatDirection"),symbolPatternSize:u,rotation:l,animationModel:h?i:null,hoverAnimation:h&&i.get("hoverAnimation"),z2:i.getShallow("z",!0)||0};Cg(i,a,o,n,c),kg(t,e,o,a,r,c.boundingLength,c.pxSign,u,n,c),Pg(i,c.symbolScale,l,n,c);var d=c.symbolSize,f=i.get("symbolOffset");return y(f)&&(f=[Vo(f[0],d[0]),Vo(f[1],d[1])]),Ng(i,d,o,a,r,f,s,c.valueLineWidth,c.boundingLength,c.repeatCutLength,n,c),c}function Cg(t,e,i,n,o){var a,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(y(s)){var c=[Lg(l,s[0])-u,Lg(l,s[1])-u];c[1]0?1:a<0?-1:0}function Lg(t,e){return t.toGlobalCoord(t.dataToCoord(t.scale.parse(e)))}function kg(t,e,i,n,o,a,r,s,l,u){var h=l.valueDim,c=l.categoryDim,d=Math.abs(i[c.wh]),f=t.getItemVisual(e,"symbolSize");y(f)?f=f.slice():(null==f&&(f="100%"),f=[f,f]),f[c.index]=Vo(f[c.index],d),f[h.index]=Vo(f[h.index],n?d:Math.abs(a)),u.symbolSize=f,(u.symbolScale=[f[0]/s,f[1]/s])[h.index]*=(l.isHorizontal?-1:1)*r}function Pg(t,e,i,n,o){var a=t.get(cP)||0;a&&(fP.attr({scale:e.slice(),rotation:i}),fP.updateTransform(),a/=fP.getLineScale(),a*=e[n.valueDim.index]),o.valueLineWidth=a}function Ng(t,e,i,n,o,r,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=T(t.get("symbolMargin"),"15%")+"",_=!1;x.lastIndexOf("!")===x.length-1&&(_=!0,x=x.slice(0,x.length-1)),x=Vo(x,e[p.index]);var w=Math.max(m+2*x,0),b=_?0:2*x,S=Qo(n),M=S?n:Kg((y+b)/w);w=m+2*(x=(y-M*m)/2/(_?M:M-1)),b=_?0:2*x,S||"fixed"===n||(M=h?Kg((Math.abs(h)+b)/w):0),v=M*w-b,d.repeatTimes=M,d.symbolMargin=x}var I=g*(v/2),A=d.pathPosition=[];A[f.index]=i[f.wh]/2,A[p.index]="start"===s?I:"end"===s?u-I:u/2,r&&(A[0]+=r[0],A[1]+=r[1]);var D=d.bundlePosition=[];D[f.index]=i[f.xy],D[p.index]=i[p.xy];var C=d.barRectShape=a({},i);C[p.wh]=g*Math.max(Math.abs(i[p.wh]),Math.abs(A[p.index]+I)),C[f.wh]=i[f.wh];var L=d.clipShape={};L[f.xy]=-i[f.xy],L[f.wh]=c.ecSize[f.wh],L[p.xy]=0,L[p.wh]=i[p.wh]}function Og(t){var e=t.symbolPatternSize,i=Jl(t.symbolType,-e/2,-e/2,e,e,t.color);return i.attr({culling:!0}),"image"!==i.type&&i.setStyle({strokeNoScale:!0}),i}function Eg(t,e,i,n){function o(t){var e=l.slice(),n=i.pxSign,o=t;return("start"===i.symbolRepeatDirection?n>0:n<0)&&(o=h-1-t),e[u.index]=d*(o-h/2+.5)+l[u.index],{position:e,scale:i.symbolScale.slice(),rotation:i.rotation}}var a=t.__pictorialBundle,r=i.symbolSize,s=i.valueLineWidth,l=i.pathPosition,u=e.valueDim,h=i.repeatTimes||0,c=0,d=r[e.valueDim.index]+s+2*i.symbolMargin;for(jg(t,function(t){t.__pictorialAnimationIndex=c,t.__pictorialRepeatTimes=h,c0)],d=t.__pictorialBarRect;kh(d.style,h,a,n,e.seriesModel,o,c),fo(d,h)}function Kg(t){var e=Math.round(t);return Math.abs(t-e)<1e-4?e:Math.ceil(t)}function $g(t,e,i){this.dimension="single",this.dimensions=["single"],this._axis=null,this._rect,this._init(t,e,i),this.model=t}function Jg(t,e){e=e||{};var i=t.coordinateSystem,n=t.axis,o={},a=n.position,r=n.orient,s=i.getRect(),l=[s.x,s.x+s.width,s.y,s.y+s.height],u={horizontal:{top:l[2],bottom:l[3]},vertical:{left:l[0],right:l[1]}};o.position=["vertical"===r?u.vertical[a]:l[0],"horizontal"===r?u.horizontal[a]:l[3]];var h={horizontal:0,vertical:1};o.rotation=Math.PI/2*h[r];var c={top:-1,bottom:1,right:1,left:-1};o.labelDirection=o.tickDirection=o.nameDirection=c[a],t.get("axisTick.inside")&&(o.tickDirection=-o.tickDirection),T(e.labelInside,t.get("axisLabel.inside"))&&(o.labelDirection=-o.labelDirection);var d=e.rotate;return null==d&&(d=t.get("axisLabel.rotate")),o.labelRotation="top"===a?-d:d,o.z2=1,o}function Qg(t,e,i,n,o){var r=t.axis;if(!r.scale.isBlank()&&r.containData(e))if(t.involveSeries){var s=tm(e,t),l=s.payloadBatch,u=s.snapToValue;l[0]&&null==o.seriesIndex&&a(o,l[0]),!n&&t.snap&&r.containData(u)&&null!=u&&(e=u),i.showPointer(t,e,l,o),i.showTooltip(t,s,u)}else i.showPointer(t,e)}function tm(t,e){var i=e.axis,n=i.dim,o=t,a=[],r=Number.MAX_VALUE,s=-1;return _P(e.seriesModels,function(e,l){var u,h,c=e.getData().mapDimension(n,!0);if(e.getAxisTooltipData){var d=e.getAxisTooltipData(c,t,i);h=d.dataIndices,u=d.nestestValue}else{if(!(h=e.getData().indicesOfNearest(c[0],t,"category"===i.type?.5:null)).length)return;u=e.getData().get(c[0],h[0])}if(null!=u&&isFinite(u)){var f=t-u,p=Math.abs(f);p<=r&&((p=0&&s<0)&&(r=p,s=f,o=u,a.length=0),_P(h,function(t){a.push({seriesIndex:e.seriesIndex,dataIndexInside:t,dataIndex:e.getData().getRawIndex(t)})}))}}),{payloadBatch:a,snapToValue:o}}function em(t,e,i,n){t[e.key]={value:i,payloadBatch:n}}function im(t,e,i,n){var o=i.payloadBatch,a=e.axis,r=a.model,s=e.axisPointerModel;if(e.triggerTooltip&&o.length){var l=e.coordSys.model,u=Ah(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:a.dim,axisIndex:r.componentIndex,axisType:r.type,axisId:r.id,value:n,valueLabelOpt:{precision:s.get("label.precision"),formatter:s.get("label.formatter")},seriesDataIndices:o.slice()})}}function nm(t,e,i){var n=i.axesInfo=[];_P(e,function(e,i){var o=e.axisPointerModel.option,a=t[i];a?(!e.useHandle&&(o.status="show"),o.value=a.value,o.seriesDataIndices=(a.payloadBatch||[]).slice()):!e.useHandle&&(o.status="hide"),"show"===o.status&&n.push({axisDim:e.axis.dim,axisIndex:e.axis.model.componentIndex,value:o.value})})}function om(t,e,i,n){if(!lm(e)&&t.list.length){var o=((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:o.dataIndexInside,dataIndex:o.dataIndex,seriesIndex:o.seriesIndex,dataByCoordSys:t.list})}else n({type:"hideTip"})}function am(t,e,i){var n=i.getZr(),o=bP(n).axisPointerLastHighlights||{},a=bP(n).axisPointerLastHighlights={};_P(t,function(t,e){var i=t.axisPointerModel.option;"show"===i.status&&_P(i.seriesDataIndices,function(t){var e=t.seriesIndex+" | "+t.dataIndex;a[e]=t})});var r=[],s=[];d(o,function(t,e){!a[e]&&s.push(t)}),d(a,function(t,e){!o[e]&&r.push(t)}),s.length&&i.dispatchAction({type:"downplay",escapeConnect:!0,batch:s}),r.length&&i.dispatchAction({type:"highlight",escapeConnect:!0,batch:r})}function rm(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 sm(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 lm(t){return!t||null==t[0]||isNaN(t[0])||null==t[1]||isNaN(t[1])}function um(t,e,i){if(!U_.node){var n=e.getZr();SP(n).records||(SP(n).records={}),hm(n,e),(SP(n).records[t]||(SP(n).records[t]={})).handler=i}}function hm(t,e){function i(i,n){t.on(i,function(i){var o=pm(e);MP(SP(t).records,function(t){t&&n(t,i,o.dispatchAction)}),cm(o.pendings,e)})}SP(t).initialized||(SP(t).initialized=!0,i("click",v(fm,"click")),i("mousemove",v(fm,"mousemove")),i("globalout",dm))}function cm(t,e){var i,n=t.showTip.length,o=t.hideTip.length;n?i=t.showTip[n-1]:o&&(i=t.hideTip[o-1]),i&&(i.dispatchAction=null,e.dispatchAction(i))}function dm(t,e,i){t.handler("leave",null,i)}function fm(t,e,i,n){e.handler(t,i,n)}function pm(t){var e={showTip:[],hideTip:[]},i=function(n){var o=e[n.type];o?o.push(n):(n.dispatchAction=i,t.dispatchAction(n))};return{dispatchAction:i,pendings:e}}function gm(t,e){if(!U_.node){var i=e.getZr();(SP(i).records||{})[t]&&(SP(i).records[t]=null)}}function mm(){}function vm(t,e,i,n){ym(TP(i).lastProp,n)||(TP(i).lastProp=n,e?Io(i,n,t):(i.stopAnimation(),i.attr(n)))}function ym(t,e){if(w(t)&&w(e)){var i=!0;return d(e,function(e,n){i=i&&ym(t[n],e)}),!!i}return t===e}function xm(t,e){t[e.get("label.show")?"show":"hide"]()}function _m(t){return{position:t.position.slice(),rotation:t.rotation||0}}function wm(t,e,i){var n=e.get("z"),o=e.get("zlevel");t&&t.traverse(function(t){"group"!==t.type&&(null!=n&&(t.z=n),null!=o&&(t.zlevel=o),t.silent=i)})}function bm(t){var e,i=t.get("type"),n=t.getModel(i+"Style");return"line"===i?(e=n.getLineStyle()).fill=null:"shadow"===i&&((e=n.getAreaStyle()).stroke=null),e}function Sm(t,e,i,n,o){var a=Im(i.get("value"),e.axis,e.ecModel,i.get("seriesDataIndices"),{precision:i.get("label.precision"),formatter:i.get("label.formatter")}),r=i.getModel("label"),s=qM(r.get("padding")||0),l=r.getFont(),u=ke(a,l),h=o.position,c=u.width+s[1]+s[3],d=u.height+s[0]+s[2],f=o.align;"right"===f&&(h[0]-=c),"center"===f&&(h[0]-=c/2);var p=o.verticalAlign;"bottom"===p&&(h[1]-=d),"middle"===p&&(h[1]-=d/2),Mm(h,c,d,n);var g=r.get("backgroundColor");g&&"auto"!==g||(g=e.get("axisLine.lineStyle.color")),t.label={shape:{x:0,y:0,width:c,height:d,r:r.get("borderRadius")},position:h.slice(),style:{text:a,textFont:l,textFill:r.getTextColor(),textPosition:"inside",fill:g,stroke:r.get("borderColor")||"transparent",lineWidth:r.get("borderWidth")||0,shadowBlur:r.get("shadowBlur"),shadowColor:r.get("shadowColor"),shadowOffsetX:r.get("shadowOffsetX"),shadowOffsetY:r.get("shadowOffsetY")},z2:10}}function Mm(t,e,i,n){var o=n.getWidth(),a=n.getHeight();t[0]=Math.min(t[0]+e,o)-e,t[1]=Math.min(t[1]+i,a)-i,t[0]=Math.max(t[0],0),t[1]=Math.max(t[1],0)}function Im(t,e,i,n,o){t=e.scale.parse(t);var a=e.scale.getLabel(t,{precision:o.precision}),r=o.formatter;if(r){var s={value:Xl(e,t),seriesData:[]};d(n,function(t){var e=i.getSeriesByIndex(t.seriesIndex),n=t.dataIndexInside,o=e&&e.getDataParams(n);o&&s.seriesData.push(o)}),_(r)?a=r.replace("{value}",a):x(r)&&(a=r(s))}return a}function Tm(t,e,i){var n=xt();return Mt(n,n,i.rotation),St(n,n,i.position),Do([t.dataToCoord(e),(i.labelOffset||0)+(i.labelDirection||1)*(i.labelMargin||0)],n)}function Am(t,e,i,n,o,a){var r=FD.innerTextLayout(i.rotation,0,i.labelDirection);i.labelMargin=o.get("label.margin"),Sm(e,n,o,a,{position:Tm(n.axis,t,i),align:r.textAlign,verticalAlign:r.textVerticalAlign})}function Dm(t,e,i){return i=i||0,{x1:t[i],y1:t[1-i],x2:e[i],y2:e[1-i]}}function Cm(t,e,i){return i=i||0,{x:t[i],y:t[1-i],width:e[i],height:e[1-i]}}function Lm(t,e,i,n,o,a){return{cx:t,cy:e,r0:i,r:n,startAngle:o,endAngle:a,clockwise:!0}}function km(t,e){var i={};return i[e.dim+"AxisIndex"]=e.index,t.getCartesian(i)}function Pm(t){return"x"===t.dim?0:1}function Nm(t){return t.isHorizontal()?0:1}function Om(t,e){var i=t.getRect();return[i[kP[e]],i[kP[e]]+i[PP[e]]]}function Em(t,e,i){var n=new yM({shape:{x:t.x-10,y:t.y-10,width:0,height:t.height+20}});return To(n,{shape:{width:t.width+20,height:t.height+20}},e,i),n}function Rm(t,e,i){if(t.count())for(var n,o=e.coordinateSystem,a=e.getLayerSeries(),r=t.mapDimension("single"),s=t.mapDimension("value"),l=f(a,function(e){return f(e.indices,function(e){var i=o.dataToPoint(t.get(r,e));return i[1]=t.get(s,e),i})}),u=zm(l),h=u.y0,c=i/u.max,d=a.length,p=a[0].indices.length,g=0;ga&&(a=u),n.push(u)}for(var h=0;ha&&(a=d)}return r.y0=o,r.max=a,r}function Bm(t){var e=0;d(t.children,function(t){Bm(t);var i=t.value;y(i)&&(i=i[0]),e+=i});var i=t.value;y(i)&&(i=i[0]),(null==i||isNaN(i))&&(i=e),i<0&&(i=0),y(t.value)?t.value[0]=i:t.value=i}function Vm(t,e,i){function n(){r.ignore=r.hoverIgnore}function o(){r.ignore=r.normalIgnore}tb.call(this);var a=new hM({z2:zP});a.seriesIndex=e.seriesIndex;var r=new rM({z2:BP,silent:t.getModel("label").get("silent")});this.add(a),this.add(r),this.updateData(!0,t,"normal",e,i),this.on("emphasis",n).on("normal",o).on("mouseover",n).on("mouseout",o)}function Gm(t,e,i){var n=t.getVisual("color"),o=t.getVisual("visualMeta");o&&0!==o.length||(n=null);var a=t.getModel("itemStyle").get("color");if(a)return a;if(n)return n;if(0===t.depth)return i.option.color[0];var r=i.option.color.length;return a=i.option.color[Fm(t)%r]}function Fm(t){for(var e=t;e.depth>1;)e=e.parentNode;return l(t.getAncestors()[0].children,e)}function Wm(t,e,i){return i!==RP.NONE&&(i===RP.SELF?t===e:i===RP.ANCESTOR?t===e||t.isAncestorOf(e):t===e||t.isDescendantOf(e))}function Hm(t,e,i){e.getData().setItemVisual(t.dataIndex,"color",i)}function Zm(t,e){var i=t.children||[];t.children=Um(i,e),i.length&&d(t.children,function(t){Zm(t,e)})}function Um(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 Xm(t,e){return e=e||[0,0],f(["x","y"],function(i,n){var o=this.getAxis(i),a=e[n],r=t[n]/2;return"category"===o.type?o.getBandWidth():Math.abs(o.dataToCoord(a-r)-o.dataToCoord(a+r))},this)}function jm(t,e){return e=e||[0,0],f([0,1],function(i){var n=e[i],o=t[i]/2,a=[],r=[];return a[i]=n-o,r[i]=n+o,a[1-i]=r[1-i]=e[1-i],Math.abs(this.dataToPoint(a)[i]-this.dataToPoint(r)[i])},this)}function Ym(t,e){var i=this.getAxis(),n=e instanceof Array?e[0]:e,o=(t instanceof Array?t[0]:t)/2;return"category"===i.type?i.getBandWidth():Math.abs(i.dataToCoord(n-o)-i.dataToCoord(n+o))}function qm(t,e){return f(["Radius","Angle"],function(i,n){var o=this["get"+i+"Axis"](),a=e[n],r=t[n]/2,s="dataTo"+i,l="category"===o.type?o.getBandWidth():Math.abs(o[s](a-r)-o[s](a+r));return"Angle"===i&&(l=l*Math.PI/180),l},this)}function Km(t){var e,i=t.type;if("path"===i){var n=t.shape,o=null!=n.width&&null!=n.height?{x:n.x||0,y:n.y||0,width:n.width,height:n.height}:null,a=lv(n);(e=Xn(a,null,o,n.layout||"center")).__customPathData=a}else"image"===i?(e=new fi({})).__customImagePath=t.style.image:"text"===i?(e=new rM({})).__customText=t.style.text:e=new(0,zM[i.charAt(0).toUpperCase()+i.slice(1)]);return e.__customGraphicType=i,e.name=t.name,e}function $m(t,e,n,o,a,r,s){var l={},u=n.style||{};if(n.shape&&(l.shape=i(n.shape)),n.position&&(l.position=n.position.slice()),n.scale&&(l.scale=n.scale.slice()),n.origin&&(l.origin=n.origin.slice()),n.rotation&&(l.rotation=n.rotation),"image"===t.type&&n.style){h=l.style={};d(["x","y","width","height"],function(e){Jm(e,h,u,t.style,r)})}if("text"===t.type&&n.style){var h=l.style={};d(["x","y"],function(e){Jm(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),To(t,{style:{opacity:c}},o,e)}r?t.attr(l):Io(t,l,o,e),n.hasOwnProperty("z2")&&t.attr("z2",n.z2||0),n.hasOwnProperty("silent")&&t.attr("silent",n.silent),n.hasOwnProperty("invisible")&&t.attr("invisible",n.invisible),n.hasOwnProperty("ignore")&&t.attr("ignore",n.ignore),n.hasOwnProperty("info")&&t.attr("info",n.info);var f=n.styleEmphasis,p=!1===f;t.__cusHasEmphStl&&null==f||!t.__cusHasEmphStl&&p||(ro(t,f),t.__cusHasEmphStl=!p),s&&po(t,!p)}function Jm(t,e,i,n,o){null==i[t]||o||(e[t]=i[t],i[t]=n[t])}function Qm(t,e,i,n){function o(t){null==t&&(t=h),v&&(c=e.getItemModel(t),d=c.getModel(UP),f=c.getModel(XP),p=e.getItemVisual(t,"color"),v=!1)}var s=t.get("renderItem"),l=t.coordinateSystem,u={};l&&(u=l.prepareCustoms?l.prepareCustoms():YP[l.type](l));var h,c,d,f,p,g=r({getWidth:n.getWidth,getHeight:n.getHeight,getZr:n.getZr,getDevicePixelRatio:n.getDevicePixelRatio,value:function(t,i){return null==i&&(i=h),e.get(e.getDimension(t||0),i)},style:function(i,n){null==n&&(n=h),o(n);var r=c.getModel(HP).getItemStyle();null!=p&&(r.fill=p);var s=e.getItemVisual(n,"opacity");return null!=s&&(r.opacity=s),mo(r,d,null,{autoColor:p,isRectText:!0}),r.text=d.getShallow("show")?A(t.getFormattedLabel(n,"normal"),_u(e,n)):null,i&&a(r,i),r},styleEmphasis:function(i,n){null==n&&(n=h),o(n);var r=c.getModel(ZP).getItemStyle();return mo(r,f,null,{isRectText:!0},!0),r.text=f.getShallow("show")?D(t.getFormattedLabel(n,"emphasis"),t.getFormattedLabel(n,"normal"),_u(e,n)):null,i&&a(r,i),r},visual:function(t,i){return null==i&&(i=h),e.getItemVisual(i,t)},barLayout:function(t){if(l.getBaseAxis)return Ll(r({axis:l.getBaseAxis()},t),n)},currentSeriesIndices:function(){return i.getCurrentSeriesIndices()},font:function(t){return So(t,i)}},u.api||{}),m={context:{},seriesId:t.id,seriesName:t.name,seriesIndex:t.seriesIndex,coordSys:u.coordSys,dataInsideLength:e.count(),encode:tv(t.getData())},v=!0;return function(t,i){return h=t,v=!0,s&&s(r({dataIndexInside:t,dataIndex:e.getRawIndex(t),actionType:i?i.type:null},m),g)}}function tv(t){var e={};return d(t.dimensions,function(i,n){var o=t.getDimensionInfo(i);if(!o.isExtraCoord){var a=o.coordDim;(e[a]=e[a]||[])[o.coordDimIndex]=n}}),e}function ev(t,e,i,n,o,a){return(t=iv(t,e,i,n,o,a,!0))&&a.setItemGraphicEl(e,t),t}function iv(t,e,i,n,o,a,r){var s=!i,l=(i=i||{}).type,u=i.shape,h=i.style;if(t&&(s||null!=l&&l!==t.__customGraphicType||"path"===l&&uv(u)&&lv(u)!==t.__customPathData||"image"===l&&hv(h,"image")&&h.image!==t.__customImagePath||"text"===l&&hv(u,"text")&&h.text!==t.__customText)&&(o.remove(t),t=null),!s){var c=!t;return!t&&(t=Km(i)),$m(t,e,i,n,a,c,r),"group"===l&&nv(t,e,i,n,a),o.add(t),t}}function nv(t,e,i,n,o){var a=i.children,r=a?a.length:0,s=i.$mergeChildren,l="byName"===s||i.diffChildrenByName,u=!1===s;if(r||l||u)if(l)ov({oldChildren:t.children()||[],newChildren:a||[],dataIndex:e,animatableModel:n,group:t,data:o});else{u&&t.removeAll();for(var h=0;hn?t-=l+a:t+=a),null!=r&&(e+u+r>o?e-=u+r:e+=r),[t,e]}function Ov(t,e,i,n,o){var a=i.getOuterSize(),r=a.width,s=a.height;return t=Math.min(t+r,n)-r,e=Math.min(e+s,o)-s,t=Math.max(t,0),e=Math.max(e,0),[t,e]}function Ev(t,e,i){var n=i[0],o=i[1],a=0,r=0,s=e.width,l=e.height;switch(t){case"inside":a=e.x+s/2-n/2,r=e.y+l/2-o/2;break;case"top":a=e.x+s/2-n/2,r=e.y-o-5;break;case"bottom":a=e.x+s/2-n/2,r=e.y+l+5;break;case"left":a=e.x-n-5,r=e.y+l/2-o/2;break;case"right":a=e.x+s+5,r=e.y+l/2-o/2}return[a,r]}function Rv(t){return"center"===t||"middle"===t}function zv(t){return t.get("stack")||"__ec_stack_"+t.seriesIndex}function Bv(t){return t.dim}function Vv(t,e){var i={};d(t,function(t,e){var n=t.getData(),o=t.coordinateSystem.getBaseAxis(),a=o.getExtent(),r="category"===o.type?o.getBandWidth():Math.abs(a[1]-a[0])/n.count(),s=i[Bv(o)]||{bandWidth:r,remainedWidth:r,autoWidthCount:0,categoryGap:"20%",gap:"30%",stacks:{}},l=s.stacks;i[Bv(o)]=s;var u=zv(t);l[u]||s.autoWidthCount++,l[u]=l[u]||{width:0,maxWidth:0};var h=Vo(t.get("barWidth"),r),c=Vo(t.get("barMaxWidth"),r),d=t.get("barGap"),f=t.get("barCategoryGap");h&&!l[u].width&&(h=Math.min(s.remainedWidth,h),l[u].width=h,s.remainedWidth-=h),c&&(l[u].maxWidth=c),null!=d&&(s.gap=d),null!=f&&(s.categoryGap=f)});var n={};return d(i,function(t,e){n[e]={};var i=t.stacks,o=t.bandWidth,a=Vo(t.categoryGap,o),r=Vo(t.gap,1),s=t.remainedWidth,l=t.autoWidthCount,u=(s-a)/(l+(l-1)*r);u=Math.max(u,0),d(i,function(t,e){var i=t.maxWidth;i&&ie[0]&&(e=e.slice().reverse());var n=t.coordToPoint([e[0],i]),o=t.coordToPoint([e[1],i]);return{x1:n[0],y1:n[1],x2:o[0],y2:o[1]}}function jv(t){return t.getRadiusAxis().inverse?0:1}function Yv(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 qv(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 Kv(t,e,i,n,o){var a=e.axis,r=a.dataToCoord(t),s=n.getAngleAxis().getExtent()[0];s=s/180*Math.PI;var l,u,h,c=n.getRadiusAxis().getExtent();if("radius"===a.dim){var d=xt();Mt(d,d,s),St(d,d,[n.cx,n.cy]),l=Do([r,-o],d);var f=e.getModel("axisLabel").get("rotate")||0,p=FD.innerTextLayout(s,f*Math.PI/180,-1);u=p.textAlign,h=p.textVerticalAlign}else{var g=c[1];l=n.coordToPoint([g+o,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 $v(t,e){e.update="updateView",Es(e,function(e,i){var n={};return i.eachComponent({mainType:"geo",query:e},function(i){i[t](e.name),d(i.coordinateSystem.regions,function(t){n[t.name]=i.isSelected(t.name)||!1})}),{selected:n,name:e.name}})}function Jv(t){var e={};d(t,function(t){e[t]=1}),t.length=0,d(e,function(e,i){t.push(i)})}function Qv(t){if(t)for(var e in t)if(t.hasOwnProperty(e))return!0}function ty(t,e,n){function o(){var t=function(){};return t.prototype.__hidden=t.prototype,new t}var a={};return MN(e,function(e){var r=a[e]=o();MN(t[e],function(t,o){if(hL.isValidType(o)){var a={type:o,visual:t};n&&n(a,e),r[o]=new hL(a),"opacity"===o&&((a=i(a)).type="colorAlpha",r.__hidden.__alphaForOpacity=new hL(a))}})}),a}function ey(t,e,n){var o;d(n,function(t){e.hasOwnProperty(t)&&Qv(e[t])&&(o=!0)}),o&&d(n,function(n){e.hasOwnProperty(n)&&Qv(e[n])?t[n]=i(e[n]):delete t[n]})}function iy(t,e,i,n,o,a){function r(t){return i.getItemVisual(h,t)}function s(t,e){i.setItemVisual(h,t,e)}function l(t,l){h=null==a?t:l;var c=i.getRawDataItem(h);if(!c||!1!==c.visualMap)for(var d=n.call(o,t),f=e[d],p=u[d],g=0,m=p.length;g1)return!1;var h=uy(i-t,o-t,n-e,a-e)/l;return!(h<0||h>1)}function ly(t){return t<=1e-6&&t>=-1e-6}function uy(t,e,i,n){return t*n-e*i}function hy(t,e,i){var n=this._targetInfoList=[],o={},a=dy(e,t);TN(PN,function(t,e){(!i||!i.include||AN(i.include,e)>=0)&&t(a,n,o)})}function cy(t){return t[0]>t[1]&&t.reverse(),t}function dy(t,e){return Vi(t,e,{includeMainTypes:LN})}function fy(t,e,i,n){var o=i.getAxis(["x","y"][t]),a=cy(f([0,1],function(t){return e?o.coordToData(o.toLocalCoord(n[t])):o.toGlobalCoord(o.dataToCoord(n[t]))})),r=[];return r[t]=a,r[1-t]=[NaN,NaN],{values:a,xyMinMax:r}}function py(t,e,i,n){return[e[0]-n[t]*i[0],e[1]-n[t]*i[1]]}function gy(t,e){var i=my(t),n=my(e),o=[i[0]/n[0],i[1]/n[1]];return isNaN(o[0])&&(o[0]=1),isNaN(o[1])&&(o[1]=1),o}function my(t){return t?[t[0][1]-t[0][0],t[1][1]-t[1][0]]:[NaN,NaN]}function vy(t,e,i,n,o){if(o){var a=t.getZr();a[VN]||(a[BN]||(a[BN]=yy),Nr(a,BN,i,e)(t,n))}}function yy(t,e){if(!t.isDisposed()){var i=t.getZr();i[VN]=!0,t.dispatchAction({type:"brushSelect",batch:e}),i[VN]=!1}}function xy(t,e,i,n){for(var o=0,a=e.length;o=0}function Ny(t,e,i){function n(t,e){return l(e.nodes,t)>=0}function o(t,n){var o=!1;return e(function(e){d(i(t,e)||[],function(t){n.records[e.name][t]&&(o=!0)})}),o}function a(t,n){n.nodes.push(t),e(function(e){d(i(t,e)||[],function(t){n.records[e.name][t]=!0})})}return function(i){var r={nodes:[],records:{}};if(e(function(t){r.records[t.name]={}}),!i)return r;a(i,r);var s;do{s=!1,t(function(t){!n(t,r)&&o(t,r)&&(a(t,r),s=!0)})}while(s);return r}}function Oy(t,e,i){var n=[1/0,-1/0];return $N(i,function(t){var i=t.getData();i&&$N(i.mapDimension(e,!0),function(t){var e=i.getApproximateExtent(t);e[0]n[1]&&(n[1]=e[1])})}),n[1]0?0:NaN);var r=i.getMax(!0);return null!=r&&"dataMax"!==r&&"function"!=typeof r?e[1]=r:o&&(e[1]=a>0?a-1:NaN),i.get("scale",!0)||(e[0]>0&&(e[0]=0),e[1]<0&&(e[1]=0)),e}function Ry(t,e){var i=t.getAxisModel(),n=t._percentWindow,o=t._valueWindow;if(n){var a=Zo(o,[0,500]);a=Math.min(a,20);var r=e||0===n[0]&&100===n[1];i.setRange(r?null:+o[0].toFixed(a),r?null:+o[1].toFixed(a))}}function zy(t){var e=t._minMaxSpan={},i=t._dataZoomModel;$N(["min","max"],function(n){e[n+"Span"]=i.get(n+"Span");var o=i.get(n+"ValueSpan");if(null!=o&&(e[n+"ValueSpan"]=o,null!=(o=t.getAxisModel().axis.scale.parse(o)))){var a=t._dataExtent;e[n+"Span"]=Bo(a[0]+o,a,[0,100],!0)}})}function By(t){var e={};return tO(["start","end","startValue","endValue","throttle"],function(i){t.hasOwnProperty(i)&&(e[i]=t[i])}),e}function Vy(t,e){var i=t._rangePropMode,n=t.get("rangeMode");tO([["start","startValue"],["end","endValue"]],function(t,o){var a=null!=e[t[0]],r=null!=e[t[1]];a&&!r?i[o]="percent":!a&&r?i[o]="value":n?i[o]=n[o]:a&&(i[o]="percent")})}function Gy(t){return{x:"y",y:"x",radius:"angle",angle:"radius"}[t]}function Fy(t){return"vertical"===t?"ns-resize":"ew-resize"}function Wy(t,e){var i=Uy(t),n=e.dataZoomId,o=e.coordId;d(i,function(t,i){var a=t.dataZoomInfos;a[n]&&l(e.allCoordIds,o)<0&&(delete a[n],t.count--)}),jy(i);var a=i[o];a||((a=i[o]={coordId:o,dataZoomInfos:{},count:0}).controller=Xy(t,a),a.dispatchAction=v(Yy,t)),!a.dataZoomInfos[n]&&a.count++,a.dataZoomInfos[n]=e;var r=qy(a.dataZoomInfos);a.controller.enable(r.controlType,r.opt),a.controller.setPointerChecker(e.containsPoint),Nr(a,"dispatchAction",e.dataZoomModel.get("throttle",!0),"fixRate")}function Hy(t,e){var i=Uy(t);d(i,function(t){t.controller.dispose();var i=t.dataZoomInfos;i[e]&&(delete i[e],t.count--)}),jy(i)}function Zy(t){return t.type+"\0_"+t.id}function Uy(t){var e=t.getZr();return e[fO]||(e[fO]={})}function Xy(t,e){var i=new oc(t.getZr());return d(["pan","zoom","scrollMove"],function(t){i.on(t,function(i){var n=[];d(e.dataZoomInfos,function(o){if(i.isAvailableBehavior(o.dataZoomModel.option)){var a=(o.getRange||{})[t],r=a&&a(e.controller,i);!o.dataZoomModel.get("disabled",!0)&&r&&n.push({dataZoomId:o.dataZoomId,start:r[0],end:r[1]})}}),n.length&&e.dispatchAction(n)})}),i}function jy(t){d(t,function(e,i){e.count||(e.controller.dispose(),delete t[i])})}function Yy(t,e){t.dispatchAction({type:"dataZoom",batch:e})}function qy(t){var e,i={type_true:2,type_move:1,type_false:0,type_undefined:-1},n=!0;return d(t,function(t){var o=t.dataZoomModel,a=!o.get("disabled",!0)&&(!o.get("zoomLock",!0)||"move");i["type_"+a]>i["type_"+e]&&(e=a),n&=o.get("preventDefaultMouseMove",!0)}),{controlType:e,opt:{zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!0,preventDefaultMouseMove:!!n}}}function Ky(t){return function(e,i,n,o){var a=this._range,r=a.slice(),s=e.axisModels[0];if(s){var l=t(r,s,e,i,n,o);return QL(l,r,[0,100],"all"),this._range=r,a[0]!==r[0]||a[1]!==r[1]?r:void 0}}}function $y(t,e){return t&&t.hasOwnProperty&&t.hasOwnProperty(e)}function Jy(t,e,i,n){for(var o=e.targetVisuals[n],a=hL.prepareVisualTypes(o),r={color:t.getData().getVisual("color")},s=0,l=a.length;s=0&&(r[a]=+r[a].toFixed(h)),r}function fx(t,e){var n=t.getData(),o=t.coordinateSystem;if(e&&!cx(e)&&!y(e.coord)&&o){var a=o.dimensions,r=px(e,n,o,t);if((e=i(e)).type&&YO[e.type]&&r.baseAxis&&r.valueAxis){var s=XO(a,r.baseAxis.dim),l=XO(a,r.valueAxis.dim);e.coord=YO[e.type](n,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;h<2;h++)YO[u[h]]&&(u[h]=yx(n,n.mapDimension(a[h]),u[h]));e.coord=u}}return e}function px(t,e,i,n){var o={};return null!=t.valueIndex||null!=t.valueDim?(o.valueDataDim=null!=t.valueIndex?e.getDimension(t.valueIndex):t.valueDim,o.valueAxis=i.getAxis(gx(n,o.valueDataDim)),o.baseAxis=i.getOtherAxis(o.valueAxis),o.baseDataDim=e.mapDimension(o.baseAxis.dim)):(o.baseAxis=n.getBaseAxis(),o.valueAxis=i.getOtherAxis(o.baseAxis),o.baseDataDim=e.mapDimension(o.baseAxis.dim),o.valueDataDim=e.mapDimension(o.valueAxis.dim)),o}function gx(t,e){var i=t.getData(),n=i.dimensions;e=i.getDimension(e);for(var o=0;o=0)return!0}function Yx(t){for(var e=t.split(/\n+/g),i=[],n=f(Xx(e.shift()).split(pE),function(t){return{name:t,data:[]}}),o=0;o=0&&!i[o][n];o--);if(o<0){var a=t.queryComponents({mainType:"dataZoom",subType:"select",id:n})[0];if(a){var r=a.getPercentRange();i[0][n]={dataZoomId:n,start:r[0],end:r[1]}}}}),i.push(e)}function t_(t){var e=n_(t),i=e[e.length-1];e.length>1&&e.pop();var n={};return gE(i,function(t,i){for(var o=e.length-1;o>=0;o--)if(t=e[o][i]){n[i]=t;break}}),n}function e_(t){t[mE]=null}function i_(t){return n_(t).length}function n_(t){var e=t[mE];return e||(e=t[mE]=[{}]),e}function o_(t,e,i){(this._brushController=new zf(i.getZr())).on("brush",m(this._onBrush,this)).mount(),this._isZoomActive}function a_(t){var e={};return d(["xAxisIndex","yAxisIndex"],function(i){e[i]=t[i],null==e[i]&&(e[i]="all"),(!1===e[i]||"none"===e[i])&&(e[i]=[])}),e}function r_(t,e){t.setIconStatus("back",i_(e)>1?"emphasis":"normal")}function s_(t,e,i,n,o){var a=i._isZoomActive;n&&"takeGlobalCursor"===n.type&&(a="dataZoomSelect"===n.key&&n.dataZoomSelectActive),i._isZoomActive=a,t.setIconStatus("zoom",a?"emphasis":"normal");var r=new hy(a_(t.option),e,{include:["grid"]});i._brushController.setPanels(r.makePanelOpts(o,function(t){return t.xAxisDeclared&&!t.yAxisDeclared?"lineX":!t.xAxisDeclared&&t.yAxisDeclared?"lineY":"rect"})).enableBrush(!!a&&{brushType:"auto",brushStyle:{lineWidth:0,fill:"rgba(0,0,0,0.2)"}})}function l_(t){this.model=t}function u_(t){return SE(t)}function h_(){if(!TE&&AE){TE=!0;var t=AE.styleSheets;t.length<31?AE.createStyleSheet().addRule(".zrvml","behavior:url(#default#VML)"):t[0].addRule(".zrvml","behavior:url(#default#VML)")}}function c_(t){return parseInt(t,10)}function d_(t,e){h_(),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 o=e.delFromStorage,a=e.addToStorage;e.delFromStorage=function(t){o.call(e,t),t&&t.onRemove&&t.onRemove(n)},e.addToStorage=function(t){t.onAdd&&t.onAdd(n),a.call(e,t)},this._firstPaint=!0}function f_(t){return function(){Yw('In IE8.0 VML mode painter not support method "'+t+'"')}}function p_(t){return document.createElementNS(sR,t)}function g_(t){return cR(1e4*t)/1e4}function m_(t){return t-vR}function v_(t,e){var i=e?t.textFill:t.fill;return null!=i&&i!==hR}function y_(t,e){var i=e?t.textStroke:t.stroke;return null!=i&&i!==hR}function x_(t,e){e&&__(t,"transform","matrix("+uR.call(e,",")+")")}function __(t,e,i){(!i||"linear"!==i.type&&"radial"!==i.type)&&t.setAttribute(e,i)}function w_(t,e,i){t.setAttributeNS("http://www.w3.org/1999/xlink",e,i)}function b_(t,e,i,n){if(v_(e,i)){var o=i?e.textFill:e.fill;o="transparent"===o?hR:o,"none"!==t.getAttribute("clip-path")&&o===hR&&(o="rgba(0, 0, 0, 0.002)"),__(t,"fill",o),__(t,"fill-opacity",null!=e.fillOpacity?e.fillOpacity*e.opacity:e.opacity)}else __(t,"fill",hR);if(y_(e,i)){var a=i?e.textStroke:e.stroke;__(t,"stroke",a="transparent"===a?hR:a),__(t,"stroke-width",(i?e.textStrokeWidth:e.lineWidth)/(!i&&e.strokeNoScale?n.getLineScale():1)),__(t,"paint-order",i?"stroke":"fill"),__(t,"stroke-opacity",null!=e.strokeOpacity?e.strokeOpacity:e.opacity),e.lineDash?(__(t,"stroke-dasharray",e.lineDash.join(",")),__(t,"stroke-dashoffset",cR(e.lineDashOffset||0))):__(t,"stroke-dasharray",""),e.lineCap&&__(t,"stroke-linecap",e.lineCap),e.lineJoin&&__(t,"stroke-linejoin",e.lineJoin),e.miterLimit&&__(t,"stroke-miterlimit",e.miterLimit)}else __(t,"stroke",hR)}function S_(t){for(var e=[],i=t.data,n=t.len(),o=0;o=gR||!m_(g)&&(d>-pR&&d<0||d>pR)==!!p;var y=g_(s+u*fR(c)),x=g_(l+h*dR(c));m&&(d=p?gR-1e-4:1e-4-gR,v=!0,9===o&&e.push("M",y,x));var _=g_(s+u*fR(c+d)),w=g_(l+h*dR(c+d));e.push("A",g_(u),g_(h),cR(f*mR),+v,+p,_,w);break;case lR.Z:a="Z";break;case lR.R:var _=g_(i[o++]),w=g_(i[o++]),b=g_(i[o++]),S=g_(i[o++]);e.push("M",_,w,"L",_+b,w,"L",_+b,w+S,"L",_,w+S,"L",_,w)}a&&e.push(a);for(var M=0;M=11),domSupported:"undefined"!=typeof document}}(navigator.userAgent),X_={"[object Function]":1,"[object RegExp]":1,"[object Date]":1,"[object Error]":1,"[object CanvasGradient]":1,"[object CanvasPattern]":1,"[object Image]":1,"[object Canvas]":1},j_={"[object Int8Array]":1,"[object Uint8Array]":1,"[object Uint8ClampedArray]":1,"[object Int16Array]":1,"[object Uint16Array]":1,"[object Int32Array]":1,"[object Uint32Array]":1,"[object Float32Array]":1,"[object Float64Array]":1},Y_=Object.prototype.toString,q_=Array.prototype,K_=q_.forEach,$_=q_.filter,J_=q_.slice,Q_=q_.map,tw=q_.reduce,ew={},iw=function(){return ew.createCanvas()};ew.createCanvas=function(){return document.createElement("canvas")};var nw,ow="__ec_primitive__";E.prototype={constructor:E,get:function(t){return this.data.hasOwnProperty(t)?this.data[t]:null},set:function(t,e){return this.data[t]=e},each:function(t,e){void 0!==e&&(t=m(t,e));for(var i in this.data)this.data.hasOwnProperty(i)&&t(this.data[i],i)},removeKey:function(t){delete this.data[t]}};var aw=(Object.freeze||Object)({$override:e,clone:i,merge:n,mergeAll:o,extend:a,defaults:r,createCanvas:iw,getContext:s,indexOf:l,inherits:u,mixin:h,isArrayLike:c,each:d,map:f,reduce:p,filter:g,find:function(t,e,i){if(t&&e)for(var n=0,o=t.length;n3&&(n=dw.call(n,1));for(var a=e.length,r=0;r4&&(n=dw.call(n,1,n.length-1));for(var a=n[n.length-1],r=e.length,s=0;s1&&n&&n.length>1){var a=ft(n)/ft(o);!isFinite(a)&&(a=1),e.pinchScale=a;var r=pt(n);return e.pinchX=r[0],e.pinchY=r[1],{type:"pinch",target:t[0].target,event:e}}}}},xw="silent";vt.prototype.dispose=function(){};var _w=["click","dblclick","mousewheel","mouseout","mouseup","mousedown","mousemove","contextmenu"],ww=function(t,e,i,n){fw.call(this),this.storage=t,this.painter=e,this.painterRoot=n,i=i||new vt,this.proxy=null,this._hovered={},this._lastTouchMoment,this._lastX,this._lastY,this._gestureMgr,it.call(this),this.setHandlerProxy(i)};ww.prototype={constructor:ww,setHandlerProxy:function(t){this.proxy&&this.proxy.dispose(),t&&(d(_w,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=this._hovered,o=n.target;o&&!o.__zr&&(o=(n=this.findHover(n.x,n.y)).target);var a=this._hovered=this.findHover(e,i),r=a.target,s=this.proxy;s.setCursor&&s.setCursor(r?r.cursor:"default"),o&&r!==o&&this.dispatchToElement(n,"mouseout",t),this.dispatchToElement(a,"mousemove",t),r&&r!==o&&this.dispatchToElement(a,"mouseover",t)},mouseout:function(t){this.dispatchToElement(this._hovered,"mouseout",t);var e,i=t.toElement||t.relatedTarget;do{i=i&&i.parentNode}while(i&&9!==i.nodeType&&!(e=i===this.painterRoot));!e&&this.trigger("globalout",{event:t})},resize:function(t){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){var n=(t=t||{}).target;if(!n||!n.silent){for(var o="on"+e,a=gt(e,t,i);n&&(n[o]&&(a.cancelBubble=n[o].call(n,a)),n.trigger(e,a),n=n.parent,!a.cancelBubble););a.cancelBubble||(this.trigger(e,a),this.painter&&this.painter.eachOtherLayer(function(t){"function"==typeof t[o]&&t[o].call(t,a),t.trigger&&t.trigger(e,a)}))}},findHover:function(t,e,i){for(var n=this.storage.getDisplayList(),o={x:t,y:e},a=n.length-1;a>=0;a--){var r;if(n[a]!==i&&!n[a].ignore&&(r=yt(n[a],t,e))&&(!o.topTarget&&(o.topTarget=n[a]),r!==xw)){o.target=n[a];break}}return o},processGesture:function(t,e){this._gestureMgr||(this._gestureMgr=new vw);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 o=n.type;t.gestureEvent=o,this.dispatchToElement({target:n.target},o,n.event)}}},d(["click","mousedown","mouseup","mousewheel","dblclick","contextmenu"],function(t){ww.prototype[t]=function(e){var i=this.findHover(e.zrX,e.zrY),n=i.target;if("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||uw(this._downPoint,[e.zrX,e.zrY])>4)return;this._downPoint=null}this.dispatchToElement(i,t,e)}}),h(ww,fw),h(ww,it);var bw="undefined"==typeof Float32Array?Array:Float32Array,Sw=(Object.freeze||Object)({create:xt,identity:_t,copy:wt,mul:bt,translate:St,rotate:Mt,scale:It,invert:Tt,clone:At}),Mw=_t,Iw=5e-5,Tw=function(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},Aw=Tw.prototype;Aw.transform=null,Aw.needLocalTransform=function(){return Dt(this.rotation)||Dt(this.position[0])||Dt(this.position[1])||Dt(this.scale[0]-1)||Dt(this.scale[1]-1)};var Dw=[];Aw.updateTransform=function(){var t=this.parent,e=t&&t.transform,i=this.needLocalTransform(),n=this.transform;if(i||e){n=n||xt(),i?this.getLocalTransform(n):Mw(n),e&&(i?bt(n,t.transform,n):wt(n,t.transform)),this.transform=n;var o=this.globalScaleRatio;if(null!=o&&1!==o){this.getGlobalScale(Dw);var a=Dw[0]<0?-1:1,r=Dw[1]<0?-1:1,s=((Dw[0]-a)*o+a)/Dw[0]||0,l=((Dw[1]-r)*o+r)/Dw[1]||0;n[0]*=s,n[1]*=s,n[2]*=l,n[3]*=l}this.invTransform=this.invTransform||xt(),Tt(this.invTransform,n)}else n&&Mw(n)},Aw.getLocalTransform=function(t){return Tw.getLocalTransform(this,t)},Aw.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)},Aw.restoreTransform=function(t){var e=t.dpr||1;t.setTransform(e,0,0,e,0,0)};var Cw=[],Lw=xt();Aw.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,o=this.scale;Dt(e-1)&&(e=Math.sqrt(e)),Dt(i-1)&&(i=Math.sqrt(i)),t[0]<0&&(e=-e),t[3]<0&&(i=-i),n[0]=t[4],n[1]=t[5],o[0]=e,o[1]=i,this.rotation=Math.atan2(-t[1]/i,t[0]/e)}},Aw.decomposeTransform=function(){if(this.transform){var t=this.parent,e=this.transform;t&&t.transform&&(bt(Cw,t.invTransform,e),e=Cw);var i=this.origin;i&&(i[0]||i[1])&&(Lw[4]=i[0],Lw[5]=i[1],bt(Cw,e,Lw),Cw[4]-=i[0],Cw[5]-=i[1],e=Cw),this.setLocalTransform(e)}},Aw.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)},Aw.transformCoordToLocal=function(t,e){var i=[t,e],n=this.invTransform;return n&&Q(i,i,n),i},Aw.transformCoordToGlobal=function(t,e){var i=[t,e],n=this.transform;return n&&Q(i,i,n),i},Tw.getLocalTransform=function(t,e){Mw(e=e||[]);var i=t.origin,n=t.scale||[1,1],o=t.rotation||0,a=t.position||[0,0];return i&&(e[4]-=i[0],e[5]-=i[1]),It(e,e,n),o&&Mt(e,e,o),i&&(e[4]+=i[0],e[5]+=i[1]),e[4]+=a[0],e[5]+=a[1],e};var kw={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*(2-Math.pow(2,-10*(t-1)))},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;return 0===t?0:1===t?1:(!i||i<1?(i=1,e=.1):e=.4*Math.asin(1/i)/(2*Math.PI),-i*Math.pow(2,10*(t-=1))*Math.sin((t-e)*(2*Math.PI)/.4))},elasticOut:function(t){var e,i=.1;return 0===t?0:1===t?1:(!i||i<1?(i=1,e=.1):e=.4*Math.asin(1/i)/(2*Math.PI),i*Math.pow(2,-10*t)*Math.sin((t-e)*(2*Math.PI)/.4)+1)},elasticInOut:function(t){var e,i=.1;return 0===t?0:1===t?1:(!i||i<1?(i=1,e=.1):e=.4*Math.asin(1/i)/(2*Math.PI),(t*=2)<1?i*Math.pow(2,10*(t-=1))*Math.sin((t-e)*(2*Math.PI)/.4)*-.5:i*Math.pow(2,-10*(t-=1))*Math.sin((t-e)*(2*Math.PI)/.4)*.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?t*t*((e+1)*t-e)*.5:.5*((t-=2)*t*((e+1)*t+e)+2)},bounceIn:function(t){return 1-kw.bounceOut(1-t)},bounceOut:function(t){return t<1/2.75?7.5625*t*t:t<2/2.75?7.5625*(t-=1.5/2.75)*t+.75:t<2.5/2.75?7.5625*(t-=2.25/2.75)*t+.9375:7.5625*(t-=2.625/2.75)*t+.984375},bounceInOut:function(t){return t<.5?.5*kw.bounceIn(2*t):.5*kw.bounceOut(2*t-1)+.5}};Ct.prototype={constructor:Ct,step:function(t,e){if(this._initialized||(this._startTime=t+this._delay,this._initialized=!0),this._paused)this._pausedTime+=e;else{var i=(t-this._startTime-this._pausedTime)/this._life;if(!(i<0)){i=Math.min(i,1);var n=this.easing,o="string"==typeof n?kw[n]:n,a="function"==typeof o?o(i):i;return this.fire("frame",a),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){this[t="on"+t]&&this[t](this._target,e)},pause:function(){this._paused=!0},resume:function(){this._paused=!1}};var Pw=function(){this.head=null,this.tail=null,this._len=0},Nw=Pw.prototype;Nw.insert=function(t){var e=new Ow(t);return this.insertEntry(e),e},Nw.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++},Nw.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--},Nw.len=function(){return this._len},Nw.clear=function(){this.head=this.tail=null,this._len=0};var Ow=function(t){this.value=t,this.next,this.prev},Ew=function(t){this._list=new Pw,this._map={},this._maxSize=t||10,this._lastRemovedEntry=null},Rw=Ew.prototype;Rw.put=function(t,e){var i=this._list,n=this._map,o=null;if(null==n[t]){var a=i.len(),r=this._lastRemovedEntry;if(a>=this._maxSize&&a>0){var s=i.head;i.remove(s),delete n[s.key],o=s.value,this._lastRemovedEntry=s}r?r.value=e:r=new Ow(e),r.key=t,i.insertEntry(r),n[t]=r}return o},Rw.get=function(t){var e=this._map[t],i=this._list;if(null!=e)return e!==i.tail&&(i.remove(e),i.insertEntry(e)),e.value},Rw.clear=function(){this._list.clear(),this._map={}};var zw={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]},Bw=new Ew(20),Vw=null,Gw=Ut,Fw=Xt,Ww=(Object.freeze||Object)({parse:Gt,lift:Ht,toHex:Zt,fastLerp:Ut,fastMapToColor:Gw,lerp:Xt,mapToColor:Fw,modifyHSL:jt,modifyAlpha:Yt,stringify:qt}),Hw=Array.prototype.slice,Zw=function(t,e,i,n){this._tracks={},this._target=t,this._loop=e||!1,this._getter=i||Kt,this._setter=n||$t,this._clipCount=0,this._delay=0,this._doneList=[],this._onframeList=[],this._clipList=[]};Zw.prototype={when:function(t,e){var i=this._tracks;for(var n in e)if(e.hasOwnProperty(n)){if(!i[n]){i[n]=[];var o=this._getter(this._target,n);if(null==o)continue;0!==t&&i[n].push({time:0,value:ae(o)})}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;t=i.x&&t<=i.x+i.width&&e>=i.y&&e<=i.y+i.height},clone:function(){return new de(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}}},de.create=function(t){return new de(t.x,t.y,t.width,t.height)};var tb=function(t){t=t||{},Kw.call(this,t);for(var e in t)t.hasOwnProperty(e)&&(this[e]=t[e]);this._children=[],this.__storage=null,this.__dirty=!0};tb.prototype={constructor:tb,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 tb&&t.addChildrenToStorage(e)),i&&i.refresh()},remove:function(t){var e=this.__zr,i=this.__storage,n=this._children,o=l(n,t);return o<0?this:(n.splice(o,1),t.parent=null,i&&(i.delFromStorage(t),t instanceof tb&&t.delChildrenFromStorage(i)),e&&e.refresh(),this)},removeAll:function(){var t,e,i=this._children,n=this.__storage;for(e=0;e=0&&(this.delFromStorage(t),this._roots.splice(o,1),t instanceof tb&&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:we};var ob={shadowBlur:1,shadowOffsetX:1,shadowOffsetY:1,textShadowBlur:1,textShadowOffsetX:1,textShadowOffsetY:1,textBoxShadowBlur:1,textBoxShadowOffsetX:1,textBoxShadowOffsetY:1},ab=function(t,e,i){return ob.hasOwnProperty(e)?i*=t.dpr:i},rb={NONE:0,STYLE_BIND:1,PLAIN_TEXT:2},sb=9,lb=[["shadowBlur",0],["shadowOffsetX",0],["shadowOffsetY",0],["shadowColor","#000"],["lineCap","butt"],["lineJoin","miter"],["miterLimit",10]],ub=function(t){this.extendFrom(t,!1)};ub.prototype={constructor:ub,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,o=i&&i.style,a=!o||t.__attrCachedBy!==rb.STYLE_BIND;t.__attrCachedBy=rb.STYLE_BIND;for(var r=0;r0},extendFrom:function(t,e){if(t)for(var i in t)!t.hasOwnProperty(i)||!0!==e&&(!1===e?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?Se:be)(t,e,i),o=e.colorStops,a=0;a=0&&i.splice(n,1),t.__hoverMir=null},clearHover:function(t){for(var e=this._hoverElements,i=0;i15)break}s.__drawIndex=m,s.__drawIndex0&&t>n[0]){for(r=0;rt);r++);a=i[n[r]]}if(n.splice(r+1,0,t),i[t]=e,!e.virtual)if(a){var l=a.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)}else Yw("Layer of zlevel "+t+" is not valid")},eachLayer:function(t,e){var i,n,o=this._zlevelList;for(n=0;n0?.01:0),this._needsManuallyCompositing),a.__builtin__||Yw("ZLevel "+s+" has been used by unkown layer "+a.id),a!==i&&(a.__used=!0,a.__startIndex!==o&&(a.__dirty=!0),a.__startIndex=o,a.incremental?a.__drawIndex=-1:a.__drawIndex=o,e(o),i=a),r.__dirty&&(a.__dirty=!0,a.incremental&&a.__drawIndex<0&&(a.__drawIndex=o))}e(o),this.eachBuiltinLayer(function(t,e){!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]?n(i[t],e,!0):i[t]=e;for(var o=0;o=0&&this._clips.splice(e,1)},removeAnimator:function(t){for(var e=t.getClips(),i=0;i=0||n&&l(n,r)<0)){var s=e.getShallow(r);null!=s&&(o[t[a][0]]=s)}}return o}},tS=Qb([["lineWidth","width"],["stroke","color"],["opacity"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["shadowColor"]]),eS={getLineStyle:function(t){var e=tS(this,t),i=this.getLineDash(e.lineWidth);return i&&(e.lineDash=i),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?null:"dashed"===e?[n,n]:[i,i]}},iS=Qb([["fill","color"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["opacity"],["shadowColor"]]),nS={getAreaStyle:function(t,e){return iS(this,t,e)}},oS=Math.pow,aS=Math.sqrt,rS=1e-8,sS=1e-4,lS=aS(3),uS=1/3,hS=V(),cS=V(),dS=V(),fS=Math.min,pS=Math.max,gS=Math.sin,mS=Math.cos,vS=2*Math.PI,yS=V(),xS=V(),_S=V(),wS=[],bS=[],SS={M:1,L:2,C:3,Q:4,A:5,Z:6,R:7},MS=[],IS=[],TS=[],AS=[],DS=Math.min,CS=Math.max,LS=Math.cos,kS=Math.sin,PS=Math.sqrt,NS=Math.abs,OS="undefined"!=typeof Float32Array,ES=function(t){this._saveData=!t,this._saveData&&(this.data=[]),this._ctx=null};ES.prototype={constructor:ES,_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){this._ux=NS(1/Xw/t)||0,this._uy=NS(1/Xw/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(SS.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=NS(t-this._xi)>this._ux||NS(e-this._yi)>this._uy||this._len<5;return this.addData(SS.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,o,a){return this.addData(SS.C,t,e,i,n,o,a),this._ctx&&(this._needsDash()?this._dashedBezierTo(t,e,i,n,o,a):this._ctx.bezierCurveTo(t,e,i,n,o,a)),this._xi=o,this._yi=a,this},quadraticCurveTo:function(t,e,i,n){return this.addData(SS.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,o,a){return this.addData(SS.A,t,e,i,i,n,o-n,0,a?0:1),this._ctx&&this._ctx.arc(t,e,i,n,o,a),this._xi=LS(o)*i+t,this._yi=kS(o)*i+e,this},arcTo:function(t,e,i,n,o){return this._ctx&&this._ctx.arcTo(t,e,i,n,o),this},rect:function(t,e,i,n){return this._ctx&&this._ctx.rect(t,e,i,n),this.addData(SS.R,t,e,i,n),this},closePath:function(){this.addData(SS.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;ie.length&&(this._expandData(),e=this.data);for(var i=0;i0&&f<=t||h<0&&f>=t||0===h&&(c>0&&p<=e||c<0&&p>=e);)f+=h*(i=r[n=this._dashIdx]),p+=c*i,this._dashIdx=(n+1)%g,h>0&&fl||c>0&&pu||s[n%2?"moveTo":"lineTo"](h>=0?DS(f,t):CS(f,t),c>=0?DS(p,e):CS(p,e));h=f-t,c=p-e,this._dashOffset=-PS(h*h+c*c)},_dashedBezierTo:function(t,e,i,n,o,a){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=tn,y=0,x=this._dashIdx,_=f.length,w=0;for(d<0&&(d=c+d),d%=c,r=0;r<1;r+=.1)s=v(g,t,i,o,r+.1)-v(g,t,i,o,r),l=v(m,e,n,a,r+.1)-v(m,e,n,a,r),y+=PS(s*s+l*l);for(;x<_&&!((w+=f[x])>d);x++);for(r=(w-d)/y;r<=1;)u=v(g,t,i,o,r),h=v(m,e,n,a,r),x%2?p.moveTo(u,h):p.lineTo(u,h),r+=f[x]/y,x=(x+1)%_;x%2!=0&&p.lineTo(o,a),s=o-u,l=a-h,this._dashOffset=-PS(s*s+l*l)},_dashedQuadraticTo:function(t,e,i,n){var o=i,a=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,o,a)},toStatic:function(){var t=this.data;t instanceof Array&&(t.length=this._len,OS&&(this.data=new Float32Array(t)))},getBoundingRect:function(){MS[0]=MS[1]=TS[0]=TS[1]=Number.MAX_VALUE,IS[0]=IS[1]=AS[0]=AS[1]=-Number.MAX_VALUE;for(var t=this.data,e=0,i=0,n=0,o=0,a=0;al||NS(r-o)>u||c===h-1)&&(t.lineTo(a,r),n=a,o=r);break;case SS.C:t.bezierCurveTo(s[c++],s[c++],s[c++],s[c++],s[c++],s[c++]),n=s[c-2],o=s[c-1];break;case SS.Q:t.quadraticCurveTo(s[c++],s[c++],s[c++],s[c++]),n=s[c-2],o=s[c-1];break;case SS.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=v+y;Math.abs(g-m)>.001?(t.translate(f,p),t.rotate(x),t.scale(b,S),t.arc(0,0,w,v,M,1-_),t.scale(1/b,1/S),t.rotate(-x),t.translate(-f,-p)):t.arc(f,p,w,v,M,1-_),1===c&&(e=LS(v)*g+f,i=kS(v)*m+p),n=LS(M)*g+f,o=kS(M)*m+p;break;case SS.R:e=n=s[c],i=o=s[c+1],t.rect(s[c++],s[c++],s[c++],s[c++]);break;case SS.Z:t.closePath(),n=e,o=i}}}},ES.CMD=SS;var RS=2*Math.PI,zS=2*Math.PI,BS=ES.CMD,VS=2*Math.PI,GS=1e-4,FS=[-1,-1,-1],WS=[-1,-1],HS=fb.prototype.getCanvasPattern,ZS=Math.abs,US=new ES(!0);Pn.prototype={constructor:Pn,type:"path",__dirtyPath:!0,strokeContainThreshold:5,subPixelOptimize:!1,brush:function(t,e){var i=this.style,n=this.path||US,o=i.hasStroke(),a=i.hasFill(),r=i.fill,s=i.stroke,l=a&&!!r.colorStops,u=o&&!!s.colorStops,h=a&&!!r.image,c=o&&!!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=HS.call(r,t)),u?t.strokeStyle=this._strokeGradient:c&&(t.strokeStyle=HS.call(s,t));var f=i.lineDash,p=i.lineDashOffset,g=!!t.setLineDash,m=this.getGlobalScale();if(n.setScale(m[0],m[1]),this.__dirtyPath||f&&!g&&o?(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)),a)if(null!=i.fillOpacity){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),o)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(t,e,i){},createPathProxy:function(){this.path=new ES},getBoundingRect:function(){var t=this._rect,e=this.style,i=!t;if(i){var n=this.path;n||(n=this.path=new ES),this.__dirtyPath&&(n.beginPath(),this.buildPath(n,this.shape,!1)),t=n.getBoundingRect()}if(this._rect=t,e.hasStroke()){var o=this._rectWithStroke||(this._rectWithStroke=t.clone());if(this.__dirty||i){o.copy(t);var a=e.lineWidth,r=e.strokeNoScale?this.getLineScale():1;e.hasFill()||(a=Math.max(a,this.strokeContainThreshold||4)),r>1e-10&&(o.width+=a/r,o.height+=a/r,o.x-=a/r/2,o.y-=a/r/2)}return o}return t},contain:function(t,e){var i=this.transformCoordToLocal(t,e),n=this.getBoundingRect(),o=this.style;if(t=i[0],e=i[1],n.contain(t,e)){var a=this.path.data;if(o.hasStroke()){var r=o.lineWidth,s=o.strokeNoScale?this.getLineScale():1;if(s>1e-10&&(o.hasFill()||(r=Math.max(r,this.strokeContainThreshold)),kn(a,r/s,t,e)))return!0}if(o.hasFill())return Ln(a,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):di.prototype.attrKV.call(this,t,e)},setShape:function(t,e){var i=this.shape;if(i){if(w(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&&ZS(t[0]-1)>1e-10&&ZS(t[3]-1)>1e-10?Math.sqrt(ZS(t[0]*t[3]-t[2]*t[1])):1}},Pn.extend=function(t){var e=function(e){Pn.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 o in i)!n.hasOwnProperty(o)&&i.hasOwnProperty(o)&&(n[o]=i[o])}t.init&&t.init.call(this,e)};u(e,Pn);for(var i in t)"style"!==i&&"shape"!==i&&(e.prototype[i]=t[i]);return e},u(Pn,di);var XS=ES.CMD,jS=[[],[],[]],YS=Math.sqrt,qS=Math.atan2,KS=function(t,e){var i,n,o,a,r,s,l=t.data,u=XS.M,h=XS.C,c=XS.L,d=XS.R,f=XS.A,p=XS.Q;for(o=0,a=0;o=11?function(){var e,i=this.__clipPaths,n=this.style;if(i)for(var o=0;oi-2?i-1:c+1],u=t[c>i-3?i-1:c+2]);var p=d*d,g=d*p;n.push([Bn(s[0],f[0],l[0],u[0],d,p,g),Bn(s[1],f[1],l[1],u[1],d,p,g)])}return n},fM=function(t,e,i,n){var o,a,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;d=i&&a>=o)return{x:i,y:o,width:n-i,height:a-o}},createIcon:Po,Group:tb,Image:fi,Text:rM,Circle:sM,Sector:hM,Ring:cM,Polygon:pM,Polyline:gM,Rect:yM,Line:_M,BezierCurve:bM,Arc:SM,IncrementalDisplayable:Zn,CompoundPath:MM,LinearGradient:TM,RadialGradient:AM,BoundingRect:de}),BM=["textStyle","color"],VM={getTextColor:function(t){var e=this.ecModel;return this.getShallow("color")||(!t&&e?e.get(BM):null)},getFont:function(){return So({fontStyle:this.getShallow("fontStyle"),fontWeight:this.getShallow("fontWeight"),fontSize:this.getShallow("fontSize"),fontFamily:this.getShallow("fontFamily")},this.ecModel)},getTextRect:function(t){return ke(t,this.getFont(),this.getShallow("align"),this.getShallow("verticalAlign")||this.getShallow("baseline"),this.getShallow("padding"),this.getShallow("lineHeight"),this.getShallow("rich"),this.getShallow("truncateText"))}},GM=Qb([["fill","color"],["stroke","borderColor"],["lineWidth","borderWidth"],["opacity"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["shadowColor"],["textPosition"],["textAlign"]]),FM={getItemStyle:function(t,e){var i=GM(this,t,e),n=this.getBorderLineDash();return n&&(i.lineDash=n),i},getBorderLineDash:function(){var t=this.get("borderType");return"solid"===t||null==t?null:"dashed"===t?[5,5]:[1,1]}},WM=h,HM=Bi();No.prototype={constructor:No,init:null,mergeOption:function(t){n(this.option,t,!0)},get:function(t,e){return null==t?this.option:Oo(this.option,this.parsePath(t),!e&&Eo(this,t))},getShallow:function(t,e){var i=this.option,n=null==i?i:i[t],o=!e&&Eo(this,t);return null==n&&o&&(n=o.getShallow(t)),n},getModel:function(t,e){var i,n=null==t?this.option:Oo(this.option,t=this.parsePath(t));return e=e||(i=Eo(this,t))&&i.getModel(t),new No(n,e,this.ecModel)},isEmpty:function(){return null==this.option},restoreData:function(){},clone:function(){return new(0,this.constructor)(i(this.option))},setReadOnly:function(t){},parsePath:function(t){return"string"==typeof t&&(t=t.split(".")),t},customizeGetParent:function(t){HM(this).getParent=t},isAnimationEnabled:function(){if(!U_.node){if(null!=this.option.animation)return!!this.option.animation;if(this.parentModel)return this.parentModel.isAnimationEnabled()}}},ji(No),Yi(No),WM(No,eS),WM(No,nS),WM(No,VM),WM(No,FM);var ZM=0,UM=1e-4,XM=9007199254740991,jM=/^(?:(\d{4})(?:[-\/](\d{1,2})(?:[-\/](\d{1,2})(?:[T ](\d{1,2})(?::(\d\d)(?::(\d\d)(?:[.,](\d+))?)?)?(Z|[\+\-]\d\d:?\d\d)?)?)?)?)?$/,YM=(Object.freeze||Object)({linearMap:Bo,parsePercent:Vo,round:Go,asc:Fo,getPrecision:Wo,getPrecisionSafe:Ho,getPixelPrecision:Zo,getPercentWithPrecision:Uo,MAX_SAFE_INTEGER:XM,remRadian:Xo,isRadianAroundZero:jo,parseDate:Yo,quantity:qo,nice:$o,quantile:function(t,e){var i=(t.length-1)*e+1,n=Math.floor(i),o=+t[n-1],a=i-n;return a?o+a*(t[n]-o):o},reformIntervals:Jo,isNumeric:Qo}),qM=L,KM=/([&<>"'])/g,$M={"&":"&","<":"<",">":">",'"':""","'":"'"},JM=["a","b","c","d","e","f","g"],QM=function(t,e){return"{"+t+(null==e?"":e)+"}"},tI=ze,eI=(Object.freeze||Object)({addCommas:ta,toCamelCase:ea,normalizeCssArray:qM,encodeHTML:ia,formatTpl:na,formatTplSimple:oa,getTooltipMarker:aa,formatTime:sa,capitalFirst:la,truncateText:tI,getTextBoundingRect:function(t){return ke(t.text,t.font,t.textAlign,t.textVerticalAlign,t.textPadding,t.textLineHeight,t.rich,t.truncate)},getTextRect:function(t,e,i,n,o,a,r,s){return ke(t,e,i,n,o,s,a,r)}}),iI=d,nI=["left","right","top","bottom","width","height"],oI=[["width","left","right"],["height","top","bottom"]],aI=ua,rI=(v(ua,"vertical"),v(ua,"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")}}}),sI=Bi(),lI=No.extend({type:"component",id:"",name:"",mainType:"",subType:"",componentIndex:0,defaultOption:null,ecModel:null,dependentModels:[],uid:null,layoutMode:null,$constructor:function(t,e,i,n){No.call(this,t,e,i,n),this.uid=Ro("ec_cpt_model")},init:function(t,e,i,n){this.mergeDefaultAndTheme(t,i)},mergeDefaultAndTheme:function(t,e){var i=this.layoutMode,o=i?ga(t):{};n(t,e.getTheme().get(this.mainType)),n(t,this.getDefaultOption()),i&&pa(t,o,i)},mergeOption:function(t,e){n(this.option,t,!0);var i=this.layoutMode;i&&pa(this.option,t,i)},optionUpdated:function(t,e){},getDefaultOption:function(){var t=sI(this);if(!t.defaultOption){for(var e=[],i=this.constructor;i;){var o=i.prototype.defaultOption;o&&e.push(o),i=i.superClass}for(var a={},r=e.length-1;r>=0;r--)a=n(a,e[r],!0);t.defaultOption=a}return t.defaultOption},getReferringComponents:function(t){return this.ecModel.queryComponents({mainType:t,index:this.get(t+"Index",!0),id:this.get(t+"Id",!0)})}});$i(lI,{registerWhenExtend:!0}),function(t){var e={};t.registerSubTypeDefaulter=function(t,i){t=Ui(t),e[t.main]=i},t.determineSubType=function(i,n){var o=n.type;if(!o){var a=Ui(i).main;t.hasSubTypes(i)&&e[a]&&(o=e[a](n))}return o}}(lI),function(t,e){function i(t){var i={},a=[];return d(t,function(r){var s=n(i,r),u=o(s.originalDeps=e(r),t);s.entryCount=u.length,0===s.entryCount&&a.push(r),d(u,function(t){l(s.predecessor,t)<0&&s.predecessor.push(t);var e=n(i,t);l(e.successor,t)<0&&e.successor.push(r)})}),{graph:i,noEntryList:a}}function n(t,e){return t[e]||(t[e]={predecessor:[],successor:[]}),t[e]}function o(t,e){var i=[];return d(t,function(t){l(e,t)>=0&&i.push(t)}),i}t.topologicalTravel=function(t,e,n,o){function a(t){s[t].entryCount--,0===s[t].entryCount&&l.push(t)}if(t.length){var r=i(e),s=r.graph,l=r.noEntryList,u={};for(d(t,function(t){u[t]=!0});l.length;){var h=l.pop(),c=s[h],f=!!u[h];f&&(n.call(o,h,c.originalDeps.slice()),delete u[h]),d(c.successor,f?function(t){u[t]=!0,a(t)}:a)}d(u,function(){throw new Error("Circle dependency may exists")})}}}(lI,function(t){var e=[];return d(lI.getClassesByMainType(t),function(t){e=e.concat(t.prototype.dependencies||[])}),e=f(e,function(t){return Ui(t).main}),"dataset"!==t&&l(e,"dataset")<=0&&e.unshift("dataset"),e}),h(lI,rI);var uI="";"undefined"!=typeof navigator&&(uI=navigator.platform||"");var hI={color:["#c23531","#2f4554","#61a0a8","#d48265","#91c7ae","#749f83","#ca8622","#bda29a","#6e7074","#546570","#c4ccd3"],gradientColor:["#f6efa6","#d88273","#bf444c"],textStyle:{fontFamily:uI.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},cI=Bi(),dI={clearColorPalette:function(){cI(this).colorIdx=0,cI(this).colorNameMap={}},getColorFromPalette:function(t,e,i){var n=cI(e=e||this),o=n.colorIdx||0,a=n.colorNameMap=n.colorNameMap||{};if(a.hasOwnProperty(t))return a[t];var r=Di(this.get("color",!0)),s=this.get("colorLayer",!0),l=null!=i&&s?va(s,i):r;if((l=l||r)&&l.length){var u=l[o];return t&&(a[t]=u),n.colorIdx=(o+1)%l.length,u}}},fI={cartesian2d:function(t,e,i,n){var o=t.getReferringComponents("xAxis")[0],a=t.getReferringComponents("yAxis")[0];e.coordSysDims=["x","y"],i.set("x",o),i.set("y",a),xa(o)&&(n.set("x",o),e.firstCategoryDimIndex=0),xa(a)&&(n.set("y",a),e.firstCategoryDimIndex=1)},singleAxis:function(t,e,i,n){var o=t.getReferringComponents("singleAxis")[0];e.coordSysDims=["single"],i.set("single",o),xa(o)&&(n.set("single",o),e.firstCategoryDimIndex=0)},polar:function(t,e,i,n){var o=t.getReferringComponents("polar")[0],a=o.findAxisModel("radiusAxis"),r=o.findAxisModel("angleAxis");e.coordSysDims=["radius","angle"],i.set("radius",a),i.set("angle",r),xa(a)&&(n.set("radius",a),e.firstCategoryDimIndex=0),xa(r)&&(n.set("angle",r),e.firstCategoryDimIndex=1)},geo:function(t,e,i,n){e.coordSysDims=["lng","lat"]},parallel:function(t,e,i,n){var o=t.ecModel,a=o.getComponent("parallel",t.get("parallelIndex")),r=e.coordSysDims=a.dimensions.slice();d(a.parallelAxisIndex,function(t,a){var s=o.getComponent("parallelAxis",t),l=r[a];i.set(l,s),xa(s)&&null==e.firstCategoryDimIndex&&(n.set(l,s),e.firstCategoryDimIndex=a)})}},pI="original",gI="arrayRows",mI="objectRows",vI="keyedColumns",yI="unknown",xI="typedArray",_I="column",wI="row";_a.seriesDataToSource=function(t){return new _a({data:t,sourceFormat:S(t)?xI:pI,fromDataset:!1})},Yi(_a);var bI=Bi(),SI="\0_ec_inner",MI=No.extend({init:function(t,e,i,n){i=i||{},this.option=null,this._theme=new No(i),this._optionManager=n},setOption:function(t,e){k(!(SI 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)):Ea.call(this,n),e=!0}if("timeline"!==t&&"media"!==t||this.restoreData(),!t||"recreate"===t||"timeline"===t){var o=i.getTimelineOption(this);o&&(this.mergeOption(o),e=!0)}if(!t||"recreate"===t||"media"===t){var a=i.getMediaOption(this,this._api);a.length&&d(a,function(t){this.mergeOption(t,e=!0)},this)}return e},mergeOption:function(t){var e=this.option,o=this._componentsMap,r=[];Sa(this),d(t,function(t,o){null!=t&&(lI.hasClass(o)?o&&r.push(o):e[o]=null==e[o]?i(t):n(e[o],t,!0))}),lI.topologicalTravel(r,lI.getAllClassMainTypes(),function(i,n){var r=Di(t[i]),s=Pi(o.get(i),r);Ni(s),d(s,function(t,e){var n=t.option;w(n)&&(t.keyInfo.mainType=i,t.keyInfo.subType=za(i,n,t.exist))});var l=Ra(o,n);e[i]=[],o.set(i,[]),d(s,function(t,n){var r=t.exist,s=t.option;if(k(w(s)||r,"Empty component definition"),s){var u=lI.getClass(i,t.keyInfo.subType,!0);if(r&&r instanceof u)r.name=t.keyInfo.name,r.mergeOption(s,this),r.optionUpdated(s,!1);else{var h=a({dependentModels:l,componentIndex:n},t.keyInfo);a(r=new u(s,this,this,h),h),r.init(s,this,this,h),r.optionUpdated(null,!0)}}else r.mergeOption({},this),r.optionUpdated({},!1);o.get(i)[n]=r,e[i][n]=r.option},this),"series"===i&&Ba(this,o.get("series"))},this),this._seriesIndicesMap=R(this._seriesIndices=this._seriesIndices||[])},getOption:function(){var t=i(this.option);return d(t,function(e,i){if(lI.hasClass(i)){for(var n=(e=Di(e)).length-1;n>=0;n--)Ei(e[n])&&e.splice(n,1);t[i]=e}}),delete t[SI],t},getTheme:function(){return this._theme},getComponent:function(t,e){var i=this._componentsMap.get(t);if(i)return i[e||0]},queryComponents:function(t){var e=t.mainType;if(!e)return[];var i=t.index,n=t.id,o=t.name,a=this._componentsMap.get(e);if(!a||!a.length)return[];var r;if(null!=i)y(i)||(i=[i]),r=g(f(i,function(t){return a[t]}),function(t){return!!t});else if(null!=n){var s=y(n);r=g(a,function(t){return s&&l(n,t.id)>=0||!s&&t.id===n})}else if(null!=o){var u=y(o);r=g(a,function(t){return u&&l(o,t.name)>=0||!u&&t.name===o})}else r=a.slice();return Va(r,t)},findComponents:function(t){var e=t.query,i=t.mainType,n=function(t){var e=i+"Index",n=i+"Id",o=i+"Name";return!t||null==t[e]&&null==t[n]&&null==t[o]?null:{mainType:i,index:t[e],id:t[n],name:t[o]}}(e);return function(e){return t.filter?g(e,t.filter):e}(Va(n?this.queryComponents(n):this._componentsMap.get(i),t))},eachComponent:function(t,e,i){var n=this._componentsMap;"function"==typeof t?(i=e,e=t,n.each(function(t,n){d(t,function(t,o){e.call(i,n,t,o)})})):_(t)?d(n.get(t),e,i):w(t)&&d(this.findComponents(t),e,i)},getSeriesByName:function(t){return g(this._componentsMap.get("series"),function(e){return e.name===t})},getSeriesByIndex:function(t){return this._componentsMap.get("series")[t]},getSeriesByType:function(t){return g(this._componentsMap.get("series"),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){d(this._seriesIndices,function(i){var n=this._componentsMap.get("series")[i];t.call(e,n,i)},this)},eachRawSeries:function(t,e){d(this._componentsMap.get("series"),t,e)},eachSeriesByType:function(t,e,i){d(this._seriesIndices,function(n){var o=this._componentsMap.get("series")[n];o.subType===t&&e.call(i,o,n)},this)},eachRawSeriesByType:function(t,e,i){return d(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){Ba(this,g(this._componentsMap.get("series"),t,e))},restoreData:function(t){var e=this._componentsMap;Ba(this,e.get("series"));var i=[];e.each(function(t,e){i.push(e)}),lI.topologicalTravel(i,lI.getAllClassMainTypes(),function(i,n){d(e.get(i),function(e){("series"!==i||!Na(e,t))&&e.restoreData()})})}});h(MI,dI);var II=["getDom","getZr","getWidth","getHeight","getDevicePixelRatio","dispatchAction","isDisposed","on","off","getDataURL","getConnectedDataURL","getModel","getOption","getViewOfComponentModel","getViewOfSeriesModel"],TI={};Fa.prototype={constructor:Fa,create:function(t,e){var i=[];d(TI,function(n,o){var a=n.create(t,e);i=i.concat(a||[])}),this._coordinateSystems=i},update:function(t,e){d(this._coordinateSystems,function(i){i.update&&i.update(t,e)})},getCoordinateSystems:function(){return this._coordinateSystems.slice()}},Fa.register=function(t,e){TI[t]=e},Fa.get=function(t){return TI[t]};var AI=d,DI=i,CI=f,LI=n,kI=/^(min|max)?(.+)$/;Wa.prototype={constructor:Wa,setOption:function(t,e){t&&d(Di(t.series),function(t){t&&t.data&&S(t.data)&&N(t.data)}),t=DI(t,!0);var i=this._optionBackup,n=Ha.call(this,t,e,!i);this._newBaseOption=n.baseOption,i?(ja(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=CI(e.timelineOptions,DI),this._mediaList=CI(e.mediaList,DI),this._mediaDefault=DI(e.mediaDefault),this._currentMediaIndices=[],DI(t?e.baseOption:this._newBaseOption)},getTimelineOption:function(t){var e,i=this._timelineOptions;if(i.length){var n=t.getComponent("timeline");n&&(e=DI(i[n.getCurrentIndex()],!0))}return e},getMediaOption:function(t){var e=this._api.getWidth(),i=this._api.getHeight(),n=this._mediaList,o=this._mediaDefault,a=[],r=[];if(!n.length&&!o)return r;for(var s=0,l=n.length;s=1)&&(t=1),t}var i=this._upstream,n=t&&t.skip;if(this._dirty&&i){var o=this.context;o.data=o.outputData=i.context.outputData}this.__pipeline&&(this.__pipeline.currentTask=this);var a;this._plan&&!n&&(a=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||(a="reset");var h;(this._dirty||"reset"===a)&&(this._dirty=!1,h=yr(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||d=i?null:t1&&a>0?e:t}};return s}();UI.dirty=function(){this._dirty=!0,this._onDirty&&this._onDirty(this.context)},UI.unfinished=function(){return this._progress&&this._dueIndex":"\n",s="richText"===n,l={},u=0,h=this.getData(),c=h.mapDimension("defaultedTooltip",!0),f=c.length,g=this.getRawValue(t),m=y(g),v=h.getItemVisual(t,"color");w(v)&&v.colorStops&&(v=(v.colorStops[0]||{}).color),v=v||"transparent";var x=(f>1||m&&!f?function(i){function o(t,i){var o=h.getDimensionInfo(i);if(o&&!1!==o.otherDims.tooltip){var c=o.type,d="sub"+a.seriesIndex+"at"+u,p=aa({color:v,type:"subItem",renderMode:n,markerId:d}),g="string"==typeof p?p:p.content,m=(r?g+ia(o.displayName||"-")+": ":"")+ia("ordinal"===c?t+"":"time"===c?e?"":sa("yyyy/MM/dd hh:mm:ss",t):ta(t));m&&f.push(m),s&&(l[d]=v,++u)}}var r=p(i,function(t,e,i){var n=h.getDimensionInfo(i);return t|=n&&!1!==n.tooltip&&null!=n.displayName},0),f=[];c.length?d(c,function(e){o(fr(h,t,e),e)}):d(i,o);var g=r?s?"\n":"
":"",m=g+f.join(g||", ");return{renderMode:n,content:m,style:l}}(g):o(f?fr(h,t,c[0]):m?g[0]:g)).content,_=a.seriesIndex+"at"+u,b=aa({color:v,type:"item",renderMode:n,markerId:_});l[_]=v,++u;var S=h.getName(t),M=this.name;Oi(this)||(M=""),M=M?ia(M)+(e?": ":r):"";var I="string"==typeof b?b:b.content;return{html:e?I+M+x:M+I+(S?ia(S)+": "+x:x),markers:l}},isAnimationEnabled:function(){if(U_.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,o=dI.getColorFromPalette.call(this,t,e,i);return o||(o=n.getColorFromPalette(t,e,i)),o},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});h(YI,ZI),h(YI,dI);var qI=function(){this.group=new tb,this.uid=Ro("viewComponent")};qI.prototype={constructor:qI,init:function(t,e){},render:function(t,e,i,n){},dispose:function(){},filterForExposedEvent:null};var KI=qI.prototype;KI.updateView=KI.updateLayout=KI.updateVisual=function(t,e,i,n){},ji(qI),$i(qI,{registerWhenExtend:!0});var $I=function(){var t=Bi();return function(e){var i=t(e),n=e.pipelineContext,o=i.large,a=i.progressiveRender,r=i.large=n.large,s=i.progressiveRender=n.progressiveRender;return!!(o^r||a^s)&&"reset"}},JI=Bi(),QI=$I();Ar.prototype={type:"chart",init:function(t,e){},render:function(t,e,i,n){},highlight:function(t,e,i,n){Cr(t.getData(),n,"emphasis")},downplay:function(t,e,i,n){Cr(t.getData(),n,"normal")},remove:function(t,e){this.group.removeAll()},dispose:function(){},incrementalPrepareRender:null,incrementalRender:null,updateTransform:null,filterForExposedEvent:null};var tT=Ar.prototype;tT.updateView=tT.updateLayout=tT.updateVisual=function(t,e,i,n){this.render(t,e,i,n)},ji(Ar),$i(Ar,{registerWhenExtend:!0}),Ar.markUpdateMethod=function(t,e){JI(t).updateMethod=e};var eT={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)}}},iT="\0__throttleOriginMethod",nT="\0__throttleRate",oT="\0__throttleType",aT={createOnAllSeries:!0,performRawSeries:!0,reset:function(t,e){var i=t.getData(),n=(t.visualColorAccessPath||"itemStyle.color").split("."),o=t.get(n)||t.getColorFromPalette(t.name,null,e.getSeriesCount());if(i.setVisual("color",o),!e.isSeriesFiltered(t)){"function"!=typeof o||o instanceof IM||i.each(function(e){i.setItemVisual(e,"color",o(t.getDataParams(e)))});return{dataEach:i.hasItemOption?function(t,e){var i=t.getItemModel(e).get(n,!0);null!=i&&t.setItemVisual(e,"color",i)}:null}}}},rT={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:""}}}},sT=function(t,e){function i(t,e){if("string"!=typeof t)return t;var i=t;return d(e,function(t,e){i=i.replace(new RegExp("\\{\\s*"+e+"\\s*\\}","g"),t)}),i}function n(t){var e=a.get(t);if(null==e){for(var i=t.split("."),n=rT.aria,o=0;o1?"series.multiple.prefix":"series.single.prefix"),{seriesCount:r}),e.eachSeries(function(t,e){if(e1?"multiple":"single")+".";a=i(a=n(s?u+"withName":u+"withoutName"),{seriesId:t.seriesIndex,seriesName:t.get("name"),seriesType:o(t.subType)});var c=t.getData();window.data=c,c.count()>l?a+=i(n("data.partialData"),{displayCnt:l}):a+=n("data.allData");for(var d=[],p=0;pi.blockIndex?i.step:null,a=n&&n.modDataCount;return{step:o,modBy:null!=a?Math.ceil(a/o):null,modDataCount:a}}},uT.getPipeline=function(t){return this._pipelineMap.get(t)},uT.updateStreamModes=function(t,e){var i=this._pipelineMap.get(t.uid),n=t.getData().count(),o=i.progressiveEnabled&&e.incrementalPrepareRender&&n>=i.threshold,a=t.get("large")&&n>=t.get("largeThreshold"),r="mod"===t.get("progressiveChunkMode")?n:null;t.pipelineContext=i.context={progressiveRender:o,modDataCount:r,large:a}},uT.restorePipelines=function(t){var e=this,i=e._pipelineMap=R();t.eachSeries(function(t){var n=t.getProgressive(),o=t.uid;i.set(o,{id:o,head:null,tail:null,threshold:t.getProgressiveThreshold(),progressiveEnabled:n&&!(t.preventIncremental&&t.preventIncremental()),blockIndex:-1,step:Math.round(n||700),count:0}),jr(e,t,t.dataTask)})},uT.prepareStageTasks=function(){var t=this._stageTaskMap,e=this.ecInstance.getModel(),i=this.api;d(this._allHandlers,function(n){var o=t.get(n.uid)||t.set(n.uid,[]);n.reset&&zr(this,n,o,e,i),n.overallReset&&Br(this,n,o,e,i)},this)},uT.prepareView=function(t,e,i,n){var o=t.renderTask,a=o.context;a.model=e,a.ecModel=i,a.api=n,o.__block=!t.incrementalPrepareRender,jr(this,e,o)},uT.performDataProcessorTasks=function(t,e){Rr(this,this._dataProcessorHandlers,t,e,{block:!0})},uT.performVisualTasks=function(t,e,i){Rr(this,this._visualHandlers,t,e,i)},uT.performSeriesTasks=function(t){var e;t.eachSeries(function(t){e|=t.dataTask.perform()}),this.unfinished|=e},uT.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 hT=uT.updatePayload=function(t,e){"remain"!==e&&(t.context.payload=e)},cT=Ur(0);Er.wrapStageHandler=function(t,e){return x(t)&&(t={overallReset:t,seriesType:Yr(t)}),t.uid=Ro("stageHandler"),e&&(t.visualType=e),t};var dT,fT={},pT={};qr(fT,MI),qr(pT,Ga),fT.eachSeriesByType=fT.eachRawSeriesByType=function(t){dT=t},fT.eachComponent=function(t){"series"===t.mainType&&t.subType&&(dT=t.subType)};var gT=["#37A2DA","#32C5E9","#67E0E3","#9FE6B8","#FFDB5C","#ff9f7f","#fb7293","#E062AE","#E690D1","#e7bcf3","#9d96f5","#8378EA","#96BFFF"],mT={color:gT,colorLayer:[["#37A2DA","#ffd85c","#fd7b5f"],["#37A2DA","#67E0E3","#FFDB5C","#ff9f7f","#E062AE","#9d96f5"],["#37A2DA","#32C5E9","#9FE6B8","#FFDB5C","#ff9f7f","#fb7293","#e7bcf3","#8378EA","#96BFFF"],gT]},vT=["#dd6b66","#759aa0","#e69d87","#8dc1a9","#ea7e53","#eedd78","#73a373","#73b9bc","#7289ab","#91ca8c","#f49f42"],yT={color:vT,backgroundColor:"#333",tooltip:{axisPointer:{lineStyle:{color:"#eee"},crossStyle:{color:"#eee"}}},legend:{textStyle:{color:"#eee"}},textStyle:{color:"#eee"},title:{textStyle:{color:"#eee"}},toolbox:{iconStyle:{normal:{borderColor:"#eee"}}},dataZoom:{textStyle:{color:"#eee"}},visualMap:{textStyle:{color:"#eee"}},timeline:{lineStyle:{color:"#eee"},itemStyle:{normal:{color:vT[1]}},label:{normal:{textStyle:{color:"#eee"}}},controlStyle:{normal:{color:"#eee",borderColor:"#eee"}}},timeAxis:{axisLine:{lineStyle:{color:"#eee"}},axisTick:{lineStyle:{color:"#eee"}},axisLabel:{textStyle:{color:"#eee"}},splitLine:{lineStyle:{type:"dashed",color:"#aaa"}},splitArea:{areaStyle:{color:"#eee"}}},logAxis:{axisLine:{lineStyle:{color:"#eee"}},axisTick:{lineStyle:{color:"#eee"}},axisLabel:{textStyle:{color:"#eee"}},splitLine:{lineStyle:{type:"dashed",color:"#aaa"}},splitArea:{areaStyle:{color:"#eee"}}},valueAxis:{axisLine:{lineStyle:{color:"#eee"}},axisTick:{lineStyle:{color:"#eee"}},axisLabel:{textStyle:{color:"#eee"}},splitLine:{lineStyle:{type:"dashed",color:"#aaa"}},splitArea:{areaStyle:{color:"#eee"}}},categoryAxis:{axisLine:{lineStyle:{color:"#eee"}},axisTick:{lineStyle:{color:"#eee"}},axisLabel:{textStyle:{color:"#eee"}},splitLine:{lineStyle:{type:"dashed",color:"#aaa"}},splitArea:{areaStyle:{color:"#eee"}}},line:{symbol:"circle"},graph:{color:vT},gauge:{title:{textStyle:{color:"#eee"}}},candlestick:{itemStyle:{normal:{color:"#FD1050",color0:"#0CF49B",borderColor:"#FD1050",borderColor0:"#0CF49B"}}}};yT.categoryAxis.splitLine.show=!1,lI.extend({type:"dataset",defaultOption:{seriesLayoutBy:_I,sourceHeader:null,dimensions:null,source:null},optionUpdated:function(){wa(this)}}),qI.extend({type:"dataset"});var xT=Pn.extend({type:"ellipse",shape:{cx:0,cy:0,rx:0,ry:0},buildPath:function(t,e){var i=.5522848,n=e.cx,o=e.cy,a=e.rx,r=e.ry,s=a*i,l=r*i;t.moveTo(n-a,o),t.bezierCurveTo(n-a,o-l,n-s,o-r,n,o-r),t.bezierCurveTo(n+s,o-r,n+a,o-l,n+a,o),t.bezierCurveTo(n+a,o+l,n+s,o+r,n,o+r),t.bezierCurveTo(n-s,o+r,n-a,o+l,n-a,o),t.closePath()}}),_T=/[\s,]+/;$r.prototype.parse=function(t,e){e=e||{};var i=Kr(t);if(!i)throw new Error("Illegal svg");var n=new tb;this._root=n;var o=i.getAttribute("viewBox")||"",a=parseFloat(i.getAttribute("width")||e.width),r=parseFloat(i.getAttribute("height")||e.height);isNaN(a)&&(a=null),isNaN(r)&&(r=null),es(i,n,null,!0);for(var s=i.firstChild;s;)this._parseNode(s,n),s=s.nextSibling;var l,u;if(o){var h=P(o).split(_T);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!=a&&null!=r&&(u=as(l,a,r),!e.ignoreViewBox)){var c=n;(n=new tb).add(c),c.scale=u.scale.slice(),c.position=u.position.slice()}return e.ignoreRootClip||null==a||null==r||n.setClipPath(new yM({shape:{x:0,y:0,width:a,height:r}})),{root:n,width:a,height:r,viewBoxRect:l,viewBoxTransform:u}},$r.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){if(r=bT[i]){var o=r.call(this,t),a=t.getAttribute("id");a&&(this._defs[a]=o)}}else{var r=wT[i];r&&(n=r.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)},$r.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 o=new rM({style:{text:t.textContent,transformText:!0},position:[this._textX||0,this._textY||0]});Qr(e,o),es(t,o,this._defs);var a=o.style.fontSize;a&&a<9&&(o.style.fontSize=9,o.scale=o.scale||[1,1],o.scale[0]*=a/9,o.scale[1]*=a/9);var r=o.getBoundingRect();return this._textX+=r.width,e.add(o),o};var wT={g:function(t,e){var i=new tb;return Qr(e,i),es(t,i,this._defs),i},rect:function(t,e){var i=new yM;return Qr(e,i),es(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 sM;return Qr(e,i),es(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 _M;return Qr(e,i),es(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 xT;return Qr(e,i),es(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=ts(i));var n=new pM({shape:{points:i||[]}});return Qr(e,n),es(t,n,this._defs),n},polyline:function(t,e){var i=new Pn;Qr(e,i),es(t,i,this._defs);var n=t.getAttribute("points");return n&&(n=ts(n)),new gM({shape:{points:n||[]}})},image:function(t,e){var i=new fi;return Qr(e,i),es(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,o=t.getAttribute("dx")||0,a=t.getAttribute("dy")||0;this._textX=parseFloat(i)+parseFloat(o),this._textY=parseFloat(n)+parseFloat(a);var r=new tb;return Qr(e,r),es(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 o=t.getAttribute("dx")||0,a=t.getAttribute("dy")||0,r=new tb;return Qr(e,r),es(t,r,this._defs),this._textX+=o,this._textY+=a,r},path:function(t,e){var i=Rn(t.getAttribute("d")||"");return Qr(e,i),es(t,i,this._defs),i}},bT={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),o=parseInt(t.getAttribute("y2")||0,10),a=new TM(e,i,n,o);return Jr(t,a),a},radialgradient:function(t){}},ST={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"},MT=/url\(\s*#(.*?)\)/,IT=/(translate|scale|rotate|skewX|skewY|matrix)\(([\-\s0-9\.e,]*)\)/g,TT=/([^\s:;]+)\s*:\s*([^:;]+)/g,AT=R(),DT={registerMap:function(t,e,i){var n;return y(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}]),d(n,function(t){var e=t.type;"geoJson"===e&&(e=t.type="geoJSON"),(0,CT[e])(t)}),AT.set(t,n)},retrieveMap:function(t){return AT.get(t)}},CT={geoJSON:function(t){var e=t.source;t.geoJSON=_(e)?"undefined"!=typeof JSON&&JSON.parse?JSON.parse(e):new Function("return ("+e+");")():e},svg:function(t){t.svgXML=Kr(t.source)}},LT=k,kT=d,PT=x,NT=w,OT=lI.parseClassType,ET={zrender:"4.0.6"},RT=1e3,zT=1e3,BT=3e3,VT={PROCESSOR:{FILTER:RT,STATISTIC:5e3},VISUAL:{LAYOUT:zT,GLOBAL:2e3,CHART:BT,COMPONENT:4e3,BRUSH:5e3}},GT="__flagInMainProcess",FT="__optionUpdated",WT=/^[a-zA-Z0-9_]+$/;ls.prototype.on=ss("on"),ls.prototype.off=ss("off"),ls.prototype.one=ss("one"),h(ls,fw);var HT=us.prototype;HT._onframe=function(){if(!this._disposed){var t=this._scheduler;if(this[FT]){var e=this[FT].silent;this[GT]=!0,cs(this),ZT.update.call(this),this[GT]=!1,this[FT]=!1,gs.call(this,e),ms.call(this,e)}else if(t.unfinished){var i=1,n=this._model;this._api;t.unfinished=!1;do{var o=+new Date;t.performSeriesTasks(n),t.performDataProcessorTasks(n),fs(this,n),t.performVisualTasks(n),bs(this,this._model,0,"remain"),i-=+new Date-o}while(i>0&&t.unfinished);t.unfinished||this._zr.flush()}}},HT.getDom=function(){return this._dom},HT.getZr=function(){return this._zr},HT.setOption=function(t,e,i){var n;if(NT(e)&&(i=e.lazyUpdate,n=e.silent,e=e.notMerge),this[GT]=!0,!this._model||e){var o=new Wa(this._api),a=this._theme,r=this._model=new MI(null,null,a,o);r.scheduler=this._scheduler,r.init(null,null,a,o)}this._model.setOption(t,qT),i?(this[FT]={silent:n},this[GT]=!1):(cs(this),ZT.update.call(this),this._zr.flush(),this[FT]=!1,this[GT]=!1,gs.call(this,n),ms.call(this,n))},HT.setTheme=function(){console.error("ECharts#setTheme() is DEPRECATED in ECharts 3.0")},HT.getModel=function(){return this._model},HT.getOption=function(){return this._model&&this._model.getOption()},HT.getWidth=function(){return this._zr.getWidth()},HT.getHeight=function(){return this._zr.getHeight()},HT.getDevicePixelRatio=function(){return this._zr.painter.dpr||window.devicePixelRatio||1},HT.getRenderedCanvas=function(t){if(U_.canvasSupported)return(t=t||{}).pixelRatio=t.pixelRatio||1,t.backgroundColor=t.backgroundColor||this._model.get("backgroundColor"),this._zr.painter.getRenderedCanvas(t)},HT.getSvgDataUrl=function(){if(U_.svgSupported){var t=this._zr;return d(t.storage.getDisplayList(),function(t){t.stopAnimation(!0)}),t.painter.pathToDataUrl()}},HT.getDataURL=function(t){var e=(t=t||{}).excludeComponents,i=this._model,n=[],o=this;kT(e,function(t){i.eachComponent({mainType:t},function(t){var e=o._componentsMap[t.__viewId];e.group.ignore||(n.push(e),e.group.ignore=!0)})});var a="svg"===this._zr.painter.getType()?this.getSvgDataUrl():this.getRenderedCanvas(t).toDataURL("image/"+(t&&t.type||"png"));return kT(n,function(t){t.group.ignore=!1}),a},HT.getConnectedDataURL=function(t){if(U_.canvasSupported){var e=this.group,n=Math.min,o=Math.max;if(eA[e]){var a=1/0,r=1/0,s=-1/0,l=-1/0,u=[],h=t&&t.pixelRatio||1;d(tA,function(h,c){if(h.group===e){var d=h.getRenderedCanvas(i(t)),f=h.getDom().getBoundingClientRect();a=n(f.left,a),r=n(f.top,r),s=o(f.right,s),l=o(f.bottom,l),u.push({dom:d,left:f.left,top:f.top})}});var c=(s*=h)-(a*=h),f=(l*=h)-(r*=h),p=iw();p.width=c,p.height=f;var g=Ii(p);return kT(u,function(t){var e=new fi({style:{x:t.left*h-a,y:t.top*h-r,image:t.dom}});g.add(e)}),g.refreshImmediately(),p.toDataURL("image/"+(t&&t.type||"png"))}return this.getDataURL(t)}},HT.convertToPixel=v(hs,"convertToPixel"),HT.convertFromPixel=v(hs,"convertFromPixel"),HT.containPixel=function(t,e){var i;return t=Vi(this._model,t),d(t,function(t,n){n.indexOf("Models")>=0&&d(t,function(t){var o=t.coordinateSystem;if(o&&o.containPoint)i|=!!o.containPoint(e);else if("seriesModels"===n){var a=this._chartsMap[t.__viewId];a&&a.containPoint&&(i|=a.containPoint(e,t))}},this)},this),!!i},HT.getVisual=function(t,e){var i=(t=Vi(this._model,t,{defaultMainType:"series"})).seriesModel.getData(),n=t.hasOwnProperty("dataIndexInside")?t.dataIndexInside:t.hasOwnProperty("dataIndex")?i.indexOfRawIndex(t.dataIndex):null;return null!=n?i.getItemVisual(n,e):i.getVisual(e)},HT.getViewOfComponentModel=function(t){return this._componentsMap[t.__viewId]},HT.getViewOfSeriesModel=function(t){return this._chartsMap[t.__viewId]};var ZT={prepareAndUpdate:function(t){cs(this),ZT.update.call(this,t)},update:function(t){var e=this._model,i=this._api,n=this._zr,o=this._coordSysMgr,a=this._scheduler;if(e){a.restoreData(e,t),a.performSeriesTasks(e),o.create(e,i),a.performDataProcessorTasks(e,t),fs(this,e),o.update(e,i),xs(e),a.performVisualTasks(e,t),_s(this,e,i,t);var r=e.get("backgroundColor")||"transparent";if(U_.canvasSupported)n.setBackgroundColor(r);else{var s=Gt(r);r=qt(s,"rgb"),0===s[3]&&(r="transparent")}Ss(e,i)}},updateTransform:function(t){var e=this._model,i=this,n=this._api;if(e){var o=[];e.eachComponent(function(a,r){var s=i.getViewOfComponentModel(r);if(s&&s.__alive)if(s.updateTransform){var l=s.updateTransform(r,e,n,t);l&&l.update&&o.push(s)}else o.push(s)});var a=R();e.eachSeries(function(o){var r=i._chartsMap[o.__viewId];if(r.updateTransform){var s=r.updateTransform(o,e,n,t);s&&s.update&&a.set(o.uid,1)}else a.set(o.uid,1)}),xs(e),this._scheduler.performVisualTasks(e,t,{setDirty:!0,dirtyMap:a}),bs(i,e,0,t,a),Ss(e,this._api)}},updateView:function(t){var e=this._model;e&&(Ar.markUpdateMethod(t,"updateView"),xs(e),this._scheduler.performVisualTasks(e,t,{setDirty:!0}),_s(this,this._model,this._api,t),Ss(e,this._api))},updateVisual:function(t){ZT.update.call(this,t)},updateLayout:function(t){ZT.update.call(this,t)}};HT.resize=function(t){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[GT]=!0,i&&cs(this),ZT.update.call(this),this[GT]=!1,gs.call(this,n),ms.call(this,n)}},HT.showLoading=function(t,e){if(NT(t)&&(e=t,t=""),t=t||"default",this.hideLoading(),QT[t]){var i=QT[t](this._api,e),n=this._zr;this._loadingFX=i,n.add(i)}},HT.hideLoading=function(){this._loadingFX&&this._zr.remove(this._loadingFX),this._loadingFX=null},HT.makeActionFromEvent=function(t){var e=a({},t);return e.type=jT[t.type],e},HT.dispatchAction=function(t,e){NT(e)||(e={silent:!!e}),XT[t.type]&&this._model&&(this[GT]?this._pendingActions.push(t):(ps.call(this,t,e.silent),e.flush?this._zr.flush(!0):!1!==e.flush&&U_.browser.weChat&&this._throttledZrFlush(),gs.call(this,e.silent),ms.call(this,e.silent)))},HT.appendData=function(t){var e=t.seriesIndex;this.getModel().getSeriesByIndex(e).appendData(t),this._scheduler.unfinished=!0},HT.on=ss("on"),HT.off=ss("off"),HT.one=ss("one");var UT=["click","dblclick","mouseover","mouseout","mousemove","mousedown","mouseup","globalout","contextmenu"];HT._initEvents=function(){kT(UT,function(t){var e=function(e){var i,n=this.getModel(),o=e.target;if("globalout"===t)i={};else if(o&&null!=o.dataIndex){var r=o.dataModel||n.getSeriesByIndex(o.seriesIndex);i=r&&r.getDataParams(o.dataIndex,o.dataType,o)||{}}else o&&o.eventData&&(i=a({},o.eventData));if(i){var s=i.componentType,l=i.componentIndex;"markLine"!==s&&"markPoint"!==s&&"markArea"!==s||(s="series",l=i.seriesIndex);var u=s&&null!=l&&n.getComponent(s,l),h=u&&this["series"===u.mainType?"_chartsMap":"_componentsMap"][u.__viewId];i.event=e,i.type=t,this._ecEventProcessor.eventInfo={targetEl:o,packedEvent:i,model:u,view:h},this.trigger(t,i)}};e.zrEventfulCallAtLast=!0,this._zr.on(t,e,this)},this),kT(jT,function(t,e){this._messageCenter.on(e,function(t){this.trigger(e,t)},this)},this)},HT.isDisposed=function(){return this._disposed},HT.clear=function(){this.setOption({series:[]},!0)},HT.dispose=function(){if(!this._disposed){this._disposed=!0,Fi(this.getDom(),oA,"");var t=this._api,e=this._model;kT(this._componentsViews,function(i){i.dispose(e,t)}),kT(this._chartsViews,function(i){i.dispose(e,t)}),this._zr.dispose(),delete tA[this.id]}},h(us,fw),Ds.prototype={constructor:Ds,normalizeQuery:function(t){var e={},i={},n={};if(_(t)){var o=OT(t);e.mainType=o.main||null,e.subType=o.sub||null}else{var a=["Index","Name","Id"],r={name:1,dataIndex:1,dataType:1};d(t,function(t,o){for(var s=!1,l=0;l0&&h===o.length-u.length){var c=o.slice(0,h);"data"!==c&&(e.mainType=c,e[u.toLowerCase()]=t,s=!0)}}r.hasOwnProperty(o)&&(i[o]=t,s=!0),s||(n[o]=t)})}return{cptQuery:e,dataQuery:i,otherQuery:n}},filter:function(t,e,i){function n(t,e,i,n){return null==t[i]||e[n||i]===t[i]}var o=this.eventInfo;if(!o)return!0;var a=o.targetEl,r=o.packedEvent,s=o.model,l=o.view;if(!s||!l)return!0;var u=e.cptQuery,h=e.dataQuery;return n(u,s,"mainType")&&n(u,s,"subType")&&n(u,s,"index","componentIndex")&&n(u,s,"name")&&n(u,s,"id")&&n(h,r,"name")&&n(h,r,"dataIndex")&&n(h,r,"dataType")&&(!l.filterForExposedEvent||l.filterForExposedEvent(t,e.otherQuery,a,r))},afterTrigger:function(){this.eventInfo=null}};var XT={},jT={},YT=[],qT=[],KT=[],$T=[],JT={},QT={},tA={},eA={},iA=new Date-0,nA=new Date-0,oA="_echarts_instance_",aA=Ls;Bs(2e3,aT),Ns(BI),Os(5e3,function(t){var e=R();t.eachSeries(function(t){var i=t.get("stack");if(i){var n=e.get(i)||e.set(i,[]),o=t.getData(),a={stackResultDimension:o.getCalculationInfo("stackResultDimension"),stackedOverDimension:o.getCalculationInfo("stackedOverDimension"),stackedDimension:o.getCalculationInfo("stackedDimension"),stackedByDimension:o.getCalculationInfo("stackedByDimension"),isStackedByIndex:o.getCalculationInfo("isStackedByIndex"),data:o,seriesModel:t};if(!a.stackedDimension||!a.isStackedByIndex&&!a.stackedByDimension)return;n.length&&o.setCalculationInfo("stackedOnSeries",n[n.length-1].seriesModel),n.push(a)}}),e.each(ar)}),Gs("default",function(t,e){r(e=e||{},{text:"loading",color:"#c23531",textColor:"#000",maskColor:"rgba(255, 255, 255, 0.8)",zlevel:0});var i=new yM({style:{fill:e.maskColor},zlevel:e.zlevel,z:1e4}),n=new SM({shape:{startAngle:-lT/2,endAngle:-lT/2+.1,r:10},style:{stroke:e.color,lineCap:"round",lineWidth:5},zlevel:e.zlevel,z:10001}),o=new yM({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*lT/2}).start("circularInOut"),n.animateShape(!0).when(1e3,{startAngle:3*lT/2}).delay(300).start("circularInOut");var a=new tb;return a.add(n),a.add(o),a.add(i),a.resize=function(){var e=t.getWidth()/2,a=t.getHeight()/2;n.setShape({cx:e,cy:a});var r=n.shape.r;o.setShape({x:e-r,y:a-r,width:2*r,height:2*r}),i.setShape({x:0,y:0,width:t.getWidth(),height:t.getHeight()})},a.resize(),a}),Es({type:"highlight",event:"highlight",update:"highlight"},B),Es({type:"downplay",event:"downplay",update:"downplay"},B),Ps("light",mT),Ps("dark",yT);var rA={};Xs.prototype={constructor:Xs,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=this._old,e=this._new,i={},n=[],o=[];for(js(t,{},n,"_oldKeyGetter",this),js(e,i,o,"_newKeyGetter",this),a=0;ax[1]&&(x[1]=y)}e&&(this._nameList[d]=e[f])}this._rawCount=this._count=l,this._extent={},el(this)},yA._initDataFromProvider=function(t,e){if(!(t>=e)){for(var i,n=this._chunkSize,o=this._rawData,a=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;pM[1]&&(M[1]=S)}if(!o.pure){var I=u[v];if(m&&null==I)if(null!=m.name)u[v]=I=m.name;else if(null!=i){var T=r[i],A=a[T][y];if(A){I=A[x];var D=l[T].ordinalMeta;D&&D.categories.length&&(I=D.categories[I])}}var C=null==m?null:m.id;null==C&&null!=I&&(d[I]=d[I]||0,C=I,d[I]>0&&(C+="__ec__"+d[I]),d[I]++),null!=C&&(h[v]=C)}}!o.persistent&&o.clean&&o.clean(),this._rawCount=this._count=e,this._extent={},el(this)}},yA.count=function(){return this._count},yA.getIndices=function(){var t=this._indices;if(t){var e=t.constructor,i=this._count;if(e===Array){n=new e(i);for(o=0;o=0&&e=0&&ea&&(a=s)}return i=[o,a],this._extent[t]=i,i},yA.getApproximateExtent=function(t){return t=this.getDimension(t),this._approximateExtent[t]||this.getDataExtent(t)},yA.setApproximateExtent=function(t,e){e=this.getDimension(e),this._approximateExtent[e]=t.slice()},yA.getCalculationInfo=function(t){return this._calculationInfo[t]},yA.setCalculationInfo=function(t,e){lA(t)?a(this._calculationInfo,t):this._calculationInfo[t]=e},yA.getSum=function(t){var e=0;if(this._storage[t])for(var i=0,n=this.count();i=this._rawCount||t<0)return-1;var e=this._indices,i=e[t];if(null!=i&&it))return a;o=a-1}}return-1},yA.indicesOfNearest=function(t,e,i){var n=[];if(!this._storage[t])return n;null==i&&(i=1/0);for(var o=Number.MAX_VALUE,a=-1,r=0,s=this.count();r=0&&a<0)&&(o=u,a=l,n.length=0),n.push(r))}return n},yA.getRawIndex=nl,yA.getRawDataItem=function(t){if(this._rawData.persistent)return this._rawData.getItem(this.getRawIndex(t));for(var e=[],i=0;i=l&&w<=u||isNaN(w))&&(a[r++]=c),c++;h=!0}else if(2===n){for(var d=this._storage[s],v=this._storage[e[1]],y=t[e[1]][0],x=t[e[1]][1],f=0;f=l&&w<=u||isNaN(w))&&(b>=y&&b<=x||isNaN(b))&&(a[r++]=c),c++}h=!0}}if(!h)if(1===n)for(m=0;m=l&&w<=u||isNaN(w))&&(a[r++]=M)}else for(m=0;mt[I][1])&&(S=!1)}S&&(a[r++]=this.getRawIndex(m))}return rb[1]&&(b[1]=w)}}}return o},yA.downSample=function(t,e,i,n){for(var o=sl(this,[t]),a=o._storage,r=[],s=Math.floor(1/e),l=a[t],u=this.count(),h=this._chunkSize,c=o._rawExtent[t],d=new($s(this))(u),f=0,p=0;pu-p&&(s=u-p,r.length=s);for(var g=0;gc[1]&&(c[1]=x),d[f++]=_}return o._count=f,o._indices=d,o.getRawIndex=ol,o},yA.getItemModel=function(t){var e=this.hostModel;return new No(this.getRawDataItem(t),e,e&&e.ecModel)},yA.diff=function(t){var e=this;return new Xs(t?t.getIndices():[],this.getIndices(),function(e){return al(t,e)},function(t){return al(e,t)})},yA.getVisual=function(t){var e=this._visual;return e&&e[t]},yA.setVisual=function(t,e){if(lA(t))for(var i in t)t.hasOwnProperty(i)&&this.setVisual(i,t[i]);else this._visual=this._visual||{},this._visual[t]=e},yA.setLayout=function(t,e){if(lA(t))for(var i in t)t.hasOwnProperty(i)&&this.setLayout(i,t[i]);else this._layout[t]=e},yA.getLayout=function(t){return this._layout[t]},yA.getItemLayout=function(t){return this._itemLayouts[t]},yA.setItemLayout=function(t,e,i){this._itemLayouts[t]=i?a(this._itemLayouts[t]||{},e):e},yA.clearItemLayouts=function(){this._itemLayouts.length=0},yA.getItemVisual=function(t,e,i){var n=this._itemVisuals[t],o=n&&n[e];return null!=o||i?o:this.getVisual(e)},yA.setItemVisual=function(t,e,i){var n=this._itemVisuals[t]||{},o=this.hasItemVisual;if(this._itemVisuals[t]=n,lA(e))for(var a in e)e.hasOwnProperty(a)&&(n[a]=e[a],o[a]=!0);else n[e]=i,o[e]=!0},yA.clearAllVisual=function(){this._visual={},this._itemVisuals=[],this.hasItemVisual={}};var xA=function(t){t.seriesIndex=this.seriesIndex,t.dataIndex=this.dataIndex,t.dataType=this.dataType};yA.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(xA,e)),this._graphicEls[t]=e},yA.getItemGraphicEl=function(t){return this._graphicEls[t]},yA.eachItemGraphicEl=function(t,e){d(this._graphicEls,function(i,n){i&&t&&t.call(e,i,n)})},yA.cloneShallow=function(t){if(!t){var e=f(this.dimensions,this.getDimensionInfo,this);t=new vA(e,this.hostModel)}if(t._storage=this._storage,Qs(t,this),this._indices){var i=this._indices.constructor;t._indices=new i(this._indices)}else t._indices=null;return t.getRawIndex=t._indices?ol:nl,t},yA.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(C(arguments)))})},yA.TRANSFERABLE_METHODS=["cloneShallow","downSample","map"],yA.CHANGABLE_METHODS=["filterSelf","selectRange"];var _A=function(t,e){return e=e||{},hl(e.coordDimensions||[],t,{dimsDef:e.dimensionsDefine||t.dimensionsDefine,encodeDef:e.encodeDefine||t.encodeDefine,dimCount:e.dimensionsCount,generateCoord:e.generateCoord,generateCoordCount:e.generateCoordCount})};xl.prototype.parse=function(t){return t},xl.prototype.getSetting=function(t){return this._setting[t]},xl.prototype.contain=function(t){var e=this._extent;return t>=e[0]&&t<=e[1]},xl.prototype.normalize=function(t){var e=this._extent;return e[1]===e[0]?.5:(t-e[0])/(e[1]-e[0])},xl.prototype.scale=function(t){var e=this._extent;return t*(e[1]-e[0])+e[0]},xl.prototype.unionExtent=function(t){var e=this._extent;t[0]e[1]&&(e[1]=t[1])},xl.prototype.unionExtentFromData=function(t,e){this.unionExtent(t.getApproximateExtent(e))},xl.prototype.getExtent=function(){return this._extent.slice()},xl.prototype.setExtent=function(t,e){var i=this._extent;isNaN(t)||(i[0]=t),isNaN(e)||(i[1]=e)},xl.prototype.isBlank=function(){return this._isBlank},xl.prototype.setBlank=function(t){this._isBlank=t},xl.prototype.getLabel=null,ji(xl),$i(xl,{registerWhenExtend:!0}),_l.createByAxisModel=function(t){var e=t.option,i=e.data,n=i&&f(i,bl);return new _l({categories:n,needCollect:!n,deduplication:!1!==e.dedplication})};var wA=_l.prototype;wA.getOrdinal=function(t){return wl(this).get(t)},wA.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=wl(this);return null==(e=n.get(t))&&(i?(e=this.categories.length,this.categories[e]=t,n.set(t,e)):e=NaN),e};var bA=xl.prototype,SA=xl.extend({type:"ordinal",init:function(t,e){t&&!y(t)||(t=new _l({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),bA.contain.call(this,t)&&null!=this._ordinalMeta.categories[t]},normalize:function(t){return bA.normalize.call(this,this.parse(t))},scale:function(t){return Math.round(bA.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){if(!this.isBlank())return 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:B,niceExtent:B});SA.create=function(){return new SA};var MA=Go,IA=Go,TA=xl.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]),TA.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=Ml(t)},getTicks:function(){return Al(this._interval,this._extent,this._niceExtent,this._intervalPrecision)},getLabel:function(t,e){if(null==t)return"";var i=e&&e.precision;return null==i?i=Ho(t)||0:"auto"===i&&(i=this._intervalPrecision),t=IA(t,i,!0),ta(t)},niceTicks:function(t,e,i){t=t||5;var n=this._extent,o=n[1]-n[0];if(isFinite(o)){o<0&&(o=-o,n.reverse());var a=Sl(n,t,e,i);this._intervalPrecision=a.intervalPrecision,this._interval=a.interval,this._niceExtent=a.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 o=this._interval;t.fixMin||(e[0]=IA(Math.floor(e[0]/o)*o)),t.fixMax||(e[1]=IA(Math.ceil(e[1]/o)*o))}});TA.create=function(){return new TA};var AA="__ec_stack_",DA="undefined"!=typeof Float32Array?Float32Array:Array,CA={seriesType:"bar",plan:$I(),reset:function(t){if(Rl(t)&&zl(t)){var e=t.getData(),i=t.coordinateSystem,n=i.getBaseAxis(),o=i.getOtherAxis(n),a=e.mapDimension(o.dim),r=e.mapDimension(n.dim),s=o.isHorizontal(),l=s?0:1,u=Ol(Pl([t]),n,t).width;return u>.5||(u=.5),{progress:function(t,e){for(var n,h=new DA(2*t.count),c=[],d=[],f=0;null!=(n=t.next());)d[l]=e.get(a,n),d[1-l]=e.get(r,n),c=i.dataToPoint(d,null,c),h[f++]=c[0],h[f++]=c[1];e.setLayout({largePoints:h,barWidth:u,valueAxisStart:Bl(0,o),valueAxisHorizontal:s})}}}}},LA=TA.prototype,kA=Math.ceil,PA=Math.floor,NA=function(t,e,i,n){for(;i>>1;t[o][1]i&&(a=i);var r=EA.length,s=NA(EA,a,0,r),l=EA[Math.min(s,r-1)],u=l[1];"year"===l[0]&&(u*=$o(o/u/t,!0));var h=this.getSetting("useUTC")?0:60*new Date(+n[0]||+n[1]).getTimezoneOffset()*1e3,c=[Math.round(kA((n[0]-h)/u)*u+h),Math.round(PA((n[1]-h)/u)*u+h)];Tl(c,n),this._stepLvl=l,this._interval=u,this._niceExtent=c},parse:function(t){return+Yo(t)}});d(["contain","normalize"],function(t){OA.prototype[t]=function(e){return LA[t].call(this,this.parse(e))}});var EA=[["hh:mm:ss",1e3],["hh:mm:ss",5e3],["hh:mm:ss",1e4],["hh:mm:ss",15e3],["hh:mm:ss",3e4],["hh:mm\nMM-dd",6e4],["hh:mm\nMM-dd",3e5],["hh:mm\nMM-dd",6e5],["hh:mm\nMM-dd",9e5],["hh:mm\nMM-dd",18e5],["hh:mm\nMM-dd",36e5],["hh:mm\nMM-dd",72e5],["hh:mm\nMM-dd",216e5],["hh:mm\nMM-dd",432e5],["MM-dd\nyyyy",864e5],["MM-dd\nyyyy",1728e5],["MM-dd\nyyyy",2592e5],["MM-dd\nyyyy",3456e5],["MM-dd\nyyyy",432e6],["MM-dd\nyyyy",5184e5],["week",6048e5],["MM-dd\nyyyy",864e6],["week",12096e5],["week",18144e5],["month",26784e5],["week",36288e5],["month",53568e5],["week",6048e6],["quarter",8208e6],["month",107136e5],["month",13392e6],["half-year",16416e6],["month",214272e5],["month",26784e6],["year",32832e6]];OA.create=function(t){return new OA({useUTC:t.ecModel.get("useUTC")})};var RA=xl.prototype,zA=TA.prototype,BA=Ho,VA=Go,GA=Math.floor,FA=Math.ceil,WA=Math.pow,HA=Math.log,ZA=xl.extend({type:"log",base:10,$constructor:function(){xl.apply(this,arguments),this._originalScale=new TA},getTicks:function(){var t=this._originalScale,e=this._extent,i=t.getExtent();return f(zA.getTicks.call(this),function(n){var o=Go(WA(this.base,n));return o=n===e[0]&&t.__fixMin?Vl(o,i[0]):o,o=n===e[1]&&t.__fixMax?Vl(o,i[1]):o},this)},getLabel:zA.getLabel,scale:function(t){return t=RA.scale.call(this,t),WA(this.base,t)},setExtent:function(t,e){var i=this.base;t=HA(t)/HA(i),e=HA(e)/HA(i),zA.setExtent.call(this,t,e)},getExtent:function(){var t=this.base,e=RA.getExtent.call(this);e[0]=WA(t,e[0]),e[1]=WA(t,e[1]);var i=this._originalScale,n=i.getExtent();return i.__fixMin&&(e[0]=Vl(e[0],n[0])),i.__fixMax&&(e[1]=Vl(e[1],n[1])),e},unionExtent:function(t){this._originalScale.unionExtent(t);var e=this.base;t[0]=HA(t[0])/HA(e),t[1]=HA(t[1])/HA(e),RA.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(!(i===1/0||i<=0)){var n=qo(i);for(t/i*n<=.5&&(n*=10);!isNaN(n)&&Math.abs(n)<1&&Math.abs(n)>0;)n*=10;var o=[Go(FA(e[0]/n)*n),Go(GA(e[1]/n)*n)];this._interval=n,this._niceExtent=o}},niceExtent:function(t){zA.niceExtent.call(this,t);var e=this._originalScale;e.__fixMin=t.fixMin,e.__fixMax=t.fixMax}});d(["contain","normalize"],function(t){ZA.prototype[t]=function(e){return e=HA(e)/HA(this.base),RA[t].call(this,e)}}),ZA.create=function(){return new ZA};var UA={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&&!I(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&&!I(i)&&(i=this.axis.scale.parse(i)),i},getNeedCrossZero:function(){var t=this.option;return null==t.rangeStart&&null==t.rangeEnd&&!t.scale},getCoordSysModel:B,setRange:function(t,e){this.option.rangeStart=t,this.option.rangeEnd=e},resetRange:function(){this.option.rangeStart=this.option.rangeEnd=null}},XA=Un({type:"triangle",shape:{cx:0,cy:0,width:0,height:0},buildPath:function(t,e){var i=e.cx,n=e.cy,o=e.width/2,a=e.height/2;t.moveTo(i,n-a),t.lineTo(i+o,n+a),t.lineTo(i-o,n+a),t.closePath()}}),jA=Un({type:"diamond",shape:{cx:0,cy:0,width:0,height:0},buildPath:function(t,e){var i=e.cx,n=e.cy,o=e.width/2,a=e.height/2;t.moveTo(i,n-a),t.lineTo(i+o,n),t.lineTo(i,n+a),t.lineTo(i-o,n),t.closePath()}}),YA=Un({type:"pin",shape:{x:0,y:0,width:0,height:0},buildPath:function(t,e){var i=e.x,n=e.y,o=e.width/5*3,a=Math.max(o,e.height),r=o/2,s=r*r/(a-r),l=n-a+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()}}),qA=Un({type:"arrow",shape:{x:0,y:0,width:0,height:0},buildPath:function(t,e){var i=e.height,n=e.width,o=e.x,a=e.y,r=n/3*2;t.moveTo(o,a),t.lineTo(o+r,a+i),t.lineTo(o,a+i/4*3),t.lineTo(o-r,a+i),t.lineTo(o,a),t.closePath()}}),KA={line:function(t,e,i,n,o){o.x1=t,o.y1=e+n/2,o.x2=t+i,o.y2=e+n/2},rect:function(t,e,i,n,o){o.x=t,o.y=e,o.width=i,o.height=n},roundRect:function(t,e,i,n,o){o.x=t,o.y=e,o.width=i,o.height=n,o.r=Math.min(i,n)/4},square:function(t,e,i,n,o){var a=Math.min(i,n);o.x=t,o.y=e,o.width=a,o.height=a},circle:function(t,e,i,n,o){o.cx=t+i/2,o.cy=e+n/2,o.r=Math.min(i,n)/2},diamond:function(t,e,i,n,o){o.cx=t+i/2,o.cy=e+n/2,o.width=i,o.height=n},pin:function(t,e,i,n,o){o.x=t+i/2,o.y=e+n/2,o.width=i,o.height=n},arrow:function(t,e,i,n,o){o.x=t+i/2,o.y=e+n/2,o.width=i,o.height=n},triangle:function(t,e,i,n,o){o.cx=t+i/2,o.cy=e+n/2,o.width=i,o.height=n}},$A={};d({line:_M,rect:yM,roundRect:yM,square:yM,circle:sM,diamond:jA,pin:YA,arrow:qA,triangle:XA},function(t,e){$A[e]=new t});var JA=Un({type:"symbol",shape:{symbolType:"",x:0,y:0,width:0,height:0},beforeBrush:function(){var t=this.style;"pin"===this.shape.symbolType&&"inside"===t.textPosition&&(t.textPosition=["50%","40%"],t.textAlign="center",t.textVerticalAlign="middle")},buildPath:function(t,e,i){var n=e.symbolType,o=$A[n];"none"!==e.symbolType&&(o||(o=$A[n="rect"]),KA[n](e.x,e.y,e.width,e.height,o.shape),o.buildPath(t,o.shape,i))}}),QA={isDimensionStacked:pl,enableDataStack:fl,getStackedDimension:gl},tD=(Object.freeze||Object)({createList:function(t){return ml(t.getSource(),t)},getLayoutRect:ca,dataStack:QA,createScale:function(t,e){var i=e;No.isInstance(e)||h(i=new No(e),UA);var n=Hl(i);return n.setExtent(t[0],t[1]),Wl(n,i),n},mixinAxisModelCommonMethods:function(t){h(t,UA)},completeDimensions:hl,createDimensions:_A,createSymbol:Jl}),eD=1e-8;eu.prototype={constructor:eu,properties:null,getBoundingRect:function(){var t=this._rect;if(t)return t;for(var e=Number.MAX_VALUE,i=[e,e],n=[-e,-e],o=[],a=[],r=this.geometries,s=0;s0}),function(t){var e=t.properties,i=t.geometry,n=i.coordinates,o=[];"Polygon"===i.type&&o.push({type:"polygon",exterior:n[0],interiors:n.slice(1)}),"MultiPolygon"===i.type&&d(n,function(t){t[0]&&o.push({type:"polygon",exterior:t[0],interiors:t.slice(1)})});var a=new eu(e.name,o,e.cp);return a.properties=e,a})},nD=Bi(),oD=[0,1],aD=function(t,e,i){this.dim=t,this.scale=e,this._extent=i||[0,0],this.inverse=!1,this.onBand=!1};aD.prototype={constructor:aD,contain:function(t){var e=this._extent,i=Math.min(e[0],e[1]),n=Math.max(e[0],e[1]);return t>=i&&t<=n},containData:function(t){return this.contain(this.dataToCoord(t))},getExtent:function(){return this._extent.slice()},getPixelPrecision:function(t){return Zo(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&&yu(i=i.slice(),n.count()),Bo(t,oD,i,e)},coordToData:function(t,e){var i=this._extent,n=this.scale;this.onBand&&"ordinal"===n.type&&yu(i=i.slice(),n.count());var o=Bo(t,i,oD,e);return this.scale.scale(o)},pointToData:function(t,e){},getTicksCoords:function(t){var e=(t=t||{}).tickModel||this.getTickModel(),i=au(this,e),n=f(i.ticks,function(t){return{coord:this.dataToCoord(t),tickValue:t}},this),o=e.get("alignWithLabel");return xu(this,n,i.tickCategoryInterval,o,t.clamp),n},getViewLabels:function(){return ou(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 pu(this)}};var rD=iD,sD={};d(["map","each","filter","indexOf","inherits","reduce","filter","bind","curry","isArray","isString","isObject","isFunction","extend","defaults","clone","merge"],function(t){sD[t]=aw[t]});var lD={};d(["extendShape","extendPath","makePath","makeImage","mergePath","resizePath","createIcon","setHoverStyle","setLabelStyle","setTextStyle","setText","getFont","updateProps","initProps","getTransform","clipPointsByRect","clipRectByRect","Group","Image","Text","Circle","Sector","Ring","Polygon","Polyline","Rect","Line","BezierCurve","Arc","IncrementalDisplayable","CompoundPath","LinearGradient","RadialGradient","BoundingRect"],function(t){lD[t]=zM[t]}),YI.extend({type:"series.line",dependencies:["grid","polar"],getInitialData:function(t,e){return ml(this.getSource(),this)},defaultOption:{zlevel:0,z:2,coordinateSystem:"cartesian2d",legendHoverLink:!0,hoverAnimation:!0,clipOverflow:!0,label:{position:"top"},lineStyle:{width:2,type:"solid"},step:!1,smooth:!1,smoothMonotone:null,symbol:"emptyCircle",symbolSize:4,symbolRotate:null,showSymbol:!0,showAllSymbol:"auto",connectNulls:!1,sampling:"none",animationEasing:"linear",progressive:0,hoverLayerThreshold:1/0}});var uD=wu.prototype,hD=wu.getSymbolSize=function(t,e){var i=t.getItemVisual(e,"symbolSize");return i instanceof Array?i.slice():[+i,+i]};uD._createSymbol=function(t,e,i,n,o){this.removeAll();var a=Jl(t,-1,-1,2,2,e.getItemVisual(i,"color"),o);a.attr({z2:100,culling:!0,scale:bu(n)}),a.drift=Su,this._symbolType=t,this.add(a)},uD.stopSymbolAnimation=function(t){this.childAt(0).stopAnimation(t)},uD.getSymbolPath=function(){return this.childAt(0)},uD.getScale=function(){return this.childAt(0).scale},uD.highlight=function(){this.childAt(0).trigger("emphasis")},uD.downplay=function(){this.childAt(0).trigger("normal")},uD.setZ=function(t,e){var i=this.childAt(0);i.zlevel=t,i.z=e},uD.setDraggable=function(t){var e=this.childAt(0);e.draggable=t,e.cursor=t?"move":"pointer"},uD.updateData=function(t,e,i){this.silent=!1;var n=t.getItemVisual(e,"symbol")||"circle",o=t.hostModel,a=hD(t,e),r=n!==this._symbolType;if(r){var s=t.getItemVisual(e,"symbolKeepAspect");this._createSymbol(n,t,e,a,s)}else(l=this.childAt(0)).silent=!1,Io(l,{scale:bu(a)},o,e);if(this._updateCommon(t,e,a,i),r){var l=this.childAt(0),u=i&&i.fadeIn,h={scale:l.scale.slice()};u&&(h.style={opacity:l.style.opacity}),l.scale=[0,0],u&&(l.style.opacity=0),To(l,h,o,e)}this._seriesModel=o};var cD=["itemStyle"],dD=["emphasis","itemStyle"],fD=["label"],pD=["emphasis","label"];uD._updateCommon=function(t,e,i,n){var o=this.childAt(0),r=t.hostModel,s=t.getItemVisual(e,"color");"image"!==o.type&&o.useStyle({strokeNoScale:!0});var l=n&&n.itemStyle,u=n&&n.hoverItemStyle,h=n&&n.symbolRotate,c=n&&n.symbolOffset,d=n&&n.labelModel,f=n&&n.hoverLabelModel,p=n&&n.hoverAnimation,g=n&&n.cursorStyle;if(!n||t.hasItemOption){var m=n&&n.itemModel?n.itemModel:t.getItemModel(e);l=m.getModel(cD).getItemStyle(["color"]),u=m.getModel(dD).getItemStyle(),h=m.getShallow("symbolRotate"),c=m.getShallow("symbolOffset"),d=m.getModel(fD),f=m.getModel(pD),p=m.getShallow("hoverAnimation"),g=m.getShallow("cursor")}else u=a({},u);var v=o.style;o.attr("rotation",(h||0)*Math.PI/180||0),c&&o.attr("position",[Vo(c[0],i[0]),Vo(c[1],i[1])]),g&&o.attr("cursor",g),o.setColor(s,n&&n.symbolInnerColor),o.setStyle(l);var y=t.getItemVisual(e,"opacity");null!=y&&(v.opacity=y);var x=t.getItemVisual(e,"liftZ"),_=o.__z2Origin;null!=x?null==_&&(o.__z2Origin=o.z2,o.z2+=x):null!=_&&(o.z2=_,o.__z2Origin=null);var w=n&&n.useNameLabel;go(v,u,d,f,{labelFetcher:r,labelDataIndex:e,defaultText:function(e,i){return w?t.getName(e):_u(t,e)},isRectText:!0,autoColor:s}),o.off("mouseover").off("mouseout").off("emphasis").off("normal"),o.hoverStyle=u,fo(o),o.__symbolOriginalScale=bu(i),p&&r.isAnimationEnabled()&&o.on("mouseover",Mu).on("mouseout",Iu).on("emphasis",Tu).on("normal",Au)},uD.fadeOut=function(t,e){var i=this.childAt(0);this.silent=i.silent=!0,!(e&&e.keepLabel)&&(i.style.text=null),Io(i,{style:{opacity:0},scale:[0,0]},this._seriesModel,this.dataIndex,t)},u(wu,tb);var gD=Du.prototype;gD.updateData=function(t,e){e=Lu(e);var i=this.group,n=t.hostModel,o=this._data,a=this._symbolCtor,r=ku(t);o||i.removeAll(),t.diff(o).add(function(n){var o=t.getItemLayout(n);if(Cu(t,o,n,e)){var s=new a(t,n,r);s.attr("position",o),t.setItemGraphicEl(n,s),i.add(s)}}).update(function(s,l){var u=o.getItemGraphicEl(l),h=t.getItemLayout(s);Cu(t,h,s,e)?(u?(u.updateData(t,s,r),Io(u,{position:h},n)):(u=new a(t,s)).attr("position",h),i.add(u),t.setItemGraphicEl(s,u)):i.remove(u)}).remove(function(t){var e=o.getItemGraphicEl(t);e&&e.fadeOut(function(){i.remove(e)})}).execute(),this._data=t},gD.isPersistent=function(){return!0},gD.updateLayout=function(){var t=this._data;t&&t.eachItemGraphicEl(function(e,i){var n=t.getItemLayout(i);e.attr("position",n)})},gD.incrementalPrepareUpdate=function(t){this._seriesScope=ku(t),this._data=null,this.group.removeAll()},gD.incrementalUpdate=function(t,e,i){i=Lu(i);for(var n=t.start;n0&&Ru(i[o-1]);o--);for(;n0&&Ru(i[a-1]);a--);for(;o=0){var r=o.getItemGraphicEl(a);if(!r){var s=o.getItemLayout(a);if(!s)return;(r=new wu(o,a)).position=s,r.setZ(t.get("zlevel"),t.get("z")),r.ignore=isNaN(s[0])||isNaN(s[1]),r.__temp=!0,o.setItemGraphicEl(a,r),r.stopSymbolAnimation(!0),this.group.add(r)}r.highlight()}else Ar.prototype.highlight.call(this,t,e,i,n)},downplay:function(t,e,i,n){var o=t.getData(),a=zi(o,n);if(null!=a&&a>=0){var r=o.getItemGraphicEl(a);r&&(r.__temp?(o.setItemGraphicEl(a,null),this.group.remove(r)):r.downplay())}else Ar.prototype.downplay.call(this,t,e,i,n)},_newPolyline:function(t){var e=this._polyline;return e&&this._lineGroup.remove(e),e=new MD({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 ID({shape:{points:t,stackedOnPoints:e},silent:!0}),this._lineGroup.add(i),this._polygon=i,i},_updateAnimation:function(t,e,i,n,o,a){var r=this._polyline,s=this._polygon,l=t.hostModel,u=mD(this._data,t,this._stackedOnPoints,e,this._coordSys,i,this._valueOrigin,a),h=u.current,c=u.stackedOnCurrent,d=u.next,f=u.stackedOnNext;o&&(h=Yu(u.current,i,o),c=Yu(u.stackedOnCurrent,i,o),d=Yu(u.next,i,o),f=Yu(u.stackedOnNext,i,o)),r.shape.__points=u.current,r.shape.points=h,Io(r,{shape:{points:d}},l),s&&(s.setShape({points:h,stackedOnPoints:c}),Io(s,{shape:{points:d,stackedOnPoints:f}},l));for(var p=[],g=u.status,m=0;me&&(e=t[i]);return isFinite(e)?e:NaN},min:function(t){for(var e=1/0,i=0;ie[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},u(kD,aD);var PD={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)"]}}},ND={};ND.categoryAxis=n({boundaryGap:!0,deduplication:null,splitLine:{show:!1},axisTick:{alignWithLabel:!1,interval:"auto"},axisLabel:{interval:"auto"}},PD),ND.valueAxis=n({boundaryGap:[0,0],splitNumber:5},PD),ND.timeAxis=r({scale:!0,min:"dataMin",max:"dataMax"},ND.valueAxis),ND.logAxis=r({scale:!0,logBase:10},ND.valueAxis);var OD=["value","category","time","log"],ED=function(t,e,i,a){d(OD,function(r){e.extend({type:t+"Axis."+r,mergeDefaultAndTheme:function(e,o){var a=this.layoutMode,s=a?ga(e):{};n(e,o.getTheme().get(r+"Axis")),n(e,this.getDefaultOption()),e.type=i(t,e),a&&pa(e,s,a)},optionUpdated:function(){"category"===this.option.type&&(this.__ordinalMeta=_l.createByAxisModel(this))},getCategories:function(t){var e=this.option;if("category"===e.type)return t?e.data:this.__ordinalMeta.categories},getOrdinalMeta:function(){return this.__ordinalMeta},defaultOption:o([{},ND[r+"Axis"],a],!0)})}),lI.registerSubTypeDefaulter(t+"Axis",v(i,t))},RD=lI.extend({type:"cartesian2dAxis",axis:null,init:function(){RD.superApply(this,"init",arguments),this.resetRange()},mergeOption:function(){RD.superApply(this,"mergeOption",arguments),this.resetRange()},restoreData:function(){RD.superApply(this,"restoreData",arguments),this.resetRange()},getCoordSysModel:function(){return this.ecModel.queryComponents({mainType:"grid",index:this.option.gridIndex,id:this.option.gridId})[0]}});n(RD.prototype,UA);var zD={offset:0};ED("x",RD,th,zD),ED("y",RD,th,zD),lI.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 BD=ih.prototype;BD.type="grid",BD.axisPointerEnabled=!0,BD.getRect=function(){return this._rect},BD.update=function(t,e){var i=this._axesMap;this._updateScale(t,this.model),d(i.x,function(t){Wl(t.scale,t.model)}),d(i.y,function(t){Wl(t.scale,t.model)});var n={};d(i.x,function(t){nh(i,"y",t,n)}),d(i.y,function(t){nh(i,"x",t,n)}),this.resize(this.model,e)},BD.resize=function(t,e,i){function n(){d(a,function(t){var e=t.isHorizontal(),i=e?[0,o.width]:[0,o.height],n=t.inverse?1:0;t.setExtent(i[n],i[1-n]),ah(t,e?o.x:o.y)})}var o=ca(t.getBoxLayoutParams(),{width:e.getWidth(),height:e.getHeight()});this._rect=o;var a=this._axesList;n(),!i&&t.get("containLabel")&&(d(a,function(t){if(!t.model.get("axisLabel.inside")){var e=jl(t);if(e){var i=t.isHorizontal()?"height":"width",n=t.model.get("axisLabel.margin");o[i]-=e[i]+n,"top"===t.position?o.y+=e.height+n:"left"===t.position&&(o.x+=e.width+n)}}}),n())},BD.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]}},BD.getAxes=function(){return this._axesList.slice()},BD.getCartesian=function(t,e){if(null!=t&&null!=e){var i="x"+t+"y"+e;return this._coordsMap[i]}w(t)&&(e=t.yAxisIndex,t=t.xAxisIndex);for(var n=0,o=this._coordsList;nu[1]?-1:1,c=["start"===o?u[0]-h*l:"end"===o?u[1]+h*l:(u[0]+u[1])/2,ph(o)?t.labelOffset+r*l:0],d=e.get("nameRotate");null!=d&&(d=d*GD/180);var f;ph(o)?n=HD(t.rotation,null!=d?d:t.rotation,r):(n=uh(t,o,d||0,u),null!=(f=t.axisNameAvailableWidth)&&(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=T(t.nameTruncateMaxWidth,g.maxWidth,f),y=null!=m&&null!=v?tI(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 rM({anid:"name",__fullText:i,__truncatedText:y,position:c,rotation:n.rotation,silent:hh(e),z2:1,tooltip:x&&x.show?a({content:i,formatter:function(){return i},formatterParams:w},x):null});mo(b.style,s,{text:y,textFont:p,textFill:s.getTextColor()||e.get("axisLine.lineStyle.color"),textAlign:n.textAlign,textVerticalAlign:n.textVerticalAlign}),e.get("triggerEvent")&&(b.eventData=lh(e),b.eventData.targetType="axisName",b.eventData.name=i),this._dumbGroup.add(b),b.updateTransform(),this.group.add(b),b.decomposeTransform()}}},HD=FD.innerTextLayout=function(t,e,i){var n,o,a=Xo(e-t);return jo(a)?(o=i>0?"top":"bottom",n="center"):jo(a-GD)?(o=i>0?"bottom":"top",n="center"):(o="middle",n=a>0&&a0?"right":"left":i>0?"left":"right"),{rotation:a,textAlign:n,textVerticalAlign:o}},ZD=d,UD=v,XD=Ws({type:"axis",_axisPointer:null,axisPointerClass:null,render:function(t,e,i,n){this.axisPointerClass&&Sh(t),XD.superApply(this,"render",arguments),Dh(this,t,0,i,0,!0)},updateAxisPointer:function(t,e,i,n,o){Dh(this,t,0,i,0,!1)},remove:function(t,e){var i=this._axisPointer;i&&i.remove(e),XD.superApply(this,"remove",arguments)},dispose:function(t,e){Ch(this,e),XD.superApply(this,"dispose",arguments)}}),jD=[];XD.registerAxisPointerClass=function(t,e){jD[t]=e},XD.getAxisPointerClass=function(t){return t&&jD[t]};var YD=["axisLine","axisTickLabel","axisName"],qD=["splitArea","splitLine"],KD=XD.extend({type:"cartesianAxis",axisPointerClass:"CartesianAxisPointer",render:function(t,e,i,n){this.group.removeAll();var o=this._axisGroup;if(this._axisGroup=new tb,this.group.add(this._axisGroup),t.get("show")){var a=t.getCoordSysModel(),r=Lh(a,t),s=new FD(t,r);d(YD,s.add,s),this._axisGroup.add(s.getGroup()),d(qD,function(e){t.get(e+".show")&&this["_"+e](t,a)},this),Lo(o,this._axisGroup,t),KD.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"),o=n.getModel("lineStyle"),a=o.get("color");a=y(a)?a:[a];for(var s=e.coordinateSystem.getRect(),l=i.isHorizontal(),u=0,h=i.getTicksCoords({tickModel:n}),c=[],d=[],f=o.getLineStyle(),p=0;p1){var c;"string"==typeof o?c=DD[o]:"function"==typeof o&&(c=o),c&&t.setData(n.downSample(n.mapDimension(s.dim),1/h,c,CD))}}}}}("line"));var $D=YI.extend({type:"series.__base_bar__",getInitialData:function(t,e){return ml(this.getSource(),this)},getMarkerPosition:function(t){var e=this.coordinateSystem;if(e){var i=e.dataToPoint(e.clampData(t)),n=this.getData(),o=n.getLayout("offset"),a=n.getLayout("size");return i[e.getBaseAxis().isHorizontal()?0:1]+=o+a/2,i}return[NaN,NaN]},defaultOption:{zlevel:0,z:2,coordinateSystem:"cartesian2d",legendHoverLink:!0,barMinHeight:0,barMinAngle:0,large:!1,largeThreshold:400,progressive:3e3,progressiveChunkMode:"mod",itemStyle:{},emphasis:{}}});$D.extend({type:"series.bar",dependencies:["grid","polar"],brushSelector:"rect",getProgressive:function(){return!!this.get("large")&&this.get("progressive")},getProgressiveThreshold:function(){var t=this.get("progressiveThreshold"),e=this.get("largeThreshold");return e>t&&(t=e),t}});var JD=Qb([["fill","color"],["stroke","borderColor"],["lineWidth","borderWidth"],["stroke","barBorderColor"],["lineWidth","barBorderWidth"],["opacity"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["shadowColor"]]),QD={getBarItemStyle:function(t){var e=JD(this,t);if(this.getBorderLineDash){var i=this.getBorderLineDash();i&&(e.lineDash=i)}return e}},tC=["itemStyle","barBorderWidth"];a(No.prototype,QD),Zs({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,e,i){this._clear(),this._updateDrawMode(t)},incrementalRender:function(t,e,i,n){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,e,i){var n,o=this.group,a=t.getData(),r=this._data,s=t.coordinateSystem,l=s.getBaseAxis();"cartesian2d"===s.type?n=l.isHorizontal():"polar"===s.type&&(n="angle"===l.dim);var u=t.isAnimationEnabled()?t:null;a.diff(r).add(function(e){if(a.hasValue(e)){var i=a.getItemModel(e),r=iC[s.type](a,e,i),l=eC[s.type](a,e,i,r,n,u);a.setItemGraphicEl(e,l),o.add(l),Eh(l,a,e,i,r,t,n,"polar"===s.type)}}).update(function(e,i){var l=r.getItemGraphicEl(i);if(a.hasValue(e)){var h=a.getItemModel(e),c=iC[s.type](a,e,h);l?Io(l,{shape:c},u,e):l=eC[s.type](a,e,h,c,n,u,!0),a.setItemGraphicEl(e,l),o.add(l),Eh(l,a,e,h,c,t,n,"polar"===s.type)}else o.remove(l)}).remove(function(t){var e=r.getItemGraphicEl(t);"cartesian2d"===s.type?e&&Nh(t,u,e):e&&Oh(t,u,e)}).execute(),this._data=a},_renderLarge:function(t,e,i){this._clear(),zh(t,this.group)},_incrementalRenderLarge:function(t,e){zh(e,this.group,!0)},dispose:B,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?Oh(e.dataIndex,t,e):Nh(e.dataIndex,t,e)}):e.removeAll(),this._data=null}});var eC={cartesian2d:function(t,e,i,n,o,r,s){var l=new yM({shape:a({},n)});if(r){var u=l.shape,h=o?"height":"width",c={};u[h]=0,c[h]=n[h],zM[s?"updateProps":"initProps"](l,{shape:c},r,e)}return l},polar:function(t,e,i,n,o,a,s){var l=n.startAngle0?1:-1,r=n.height>0?1:-1;return{x:n.x+a*o/2,y:n.y+r*o/2,width:n.width-a*o,height:n.height-r*o}},polar:function(t,e,i){var n=t.getItemLayout(e);return{cx:n.cx,cy:n.cy,r0:n.r0,r:n.r,startAngle:n.startAngle,endAngle:n.endAngle}}},nC=Pn.extend({type:"largeBar",shape:{points:[]},buildPath:function(t,e){for(var i=e.points,n=this.__startPoint,o=this.__valueIdx,a=0;a0&&"scale"!==u){var d=o.getItemLayout(0),f=Math.max(i.getWidth(),i.getHeight())/2,p=m(r.removeClipPath,r);r.setClipPath(this._createClipPath(d.cx,d.cy,f,d.startAngle,d.clockwise,p,t))}else r.removeClipPath();this._data=o}},dispose:function(){},_createClipPath:function(t,e,i,n,o,a,r){var s=new hM({shape:{cx:t,cy:e,r0:0,r:i,startAngle:n,endAngle:n,clockwise:o}});return To(s,{shape:{endAngle:n+(o?1:-1)*Math.PI*2}},r,a),s},containPoint:function(t,e){var i=e.getData().getItemLayout(0);if(i){var n=t[0]-i.cx,o=t[1]-i.cy,a=Math.sqrt(n*n+o*o);return a<=i.r&&a>=i.r0}}});var lC=function(t,e){d(e,function(e){e.update="updateView",Es(e,function(i,n){var o={};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);o[i]=t.isSelected(i)||!1})}),{name:i.name,selected:o}})})},uC=function(t){return{getTargetSeries:function(e){var i={},n=R();return e.eachSeriesByType(t,function(t){t.__paletteScope=i,n.set(t.uid,t)}),n},reset:function(t,e){var i=t.getRawData(),n={},o=t.getData();o.each(function(t){var e=o.getRawIndex(t);n[e]=t}),i.each(function(e){var a=n[e],r=null!=a&&o.getItemVisual(a,"color",!0);if(r)i.setItemVisual(e,"color",r);else{var s=i.getItemModel(e).get("itemStyle.color")||t.getColorFromPalette(i.getName(e)||e+"",t.__paletteScope,i.count());i.setItemVisual(e,"color",s),null!=a&&o.setItemVisual(a,"color",s)}})}}},hC=function(t,e,i,n){var o,a,r=t.getData(),s=[],l=!1;r.each(function(i){var n,u,h,c,d=r.getItemLayout(i),f=r.getItemModel(i),p=f.getModel("label"),g=p.get("position")||f.get("emphasis.label.position"),m=f.getModel("labelLine"),v=m.get("length"),y=m.get("length2"),x=(d.startAngle+d.endAngle)/2,_=Math.cos(x),w=Math.sin(x);o=d.cx,a=d.cy;var b="inside"===g||"inner"===g;if("center"===g)n=d.cx,u=d.cy,c="center";else{var S=(b?(d.r+d.r0)/2*_:d.r*_)+o,M=(b?(d.r+d.r0)/2*w:d.r*w)+a;if(n=S+3*_,u=M+3*w,!b){var I=S+_*(v+e-d.r),T=M+w*(v+e-d.r),A=I+(_<0?-1:1)*y,D=T;n=A+(_<0?-5:5),u=D,h=[[S,M],[I,T],[A,D]]}c=b?"center":_>0?"left":"right"}var C=p.getFont(),L=p.get("rotate")?_<0?-x+Math.PI:-x:0,k=ke(t.getFormattedLabel(i,"normal")||r.getName(i),C,c,"top");l=!!L,d.label={x:n,y:u,position:g,height:k.height,len:v,len2:y,linePoints:h,textAlign:c,verticalAlign:"middle",rotation:L,inside:b},b||s.push(d.label)}),!l&&t.get("avoidLabelOverlap")&&Hh(s,o,a,e,i,n)},cC=2*Math.PI,dC=Math.PI/180,fC=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),o=0;o=0;s--){var l=2*s,u=n[l]-a/2,h=n[l+1]-r/2;if(t>=u&&e>=h&&t<=u+a&&e<=h+r)return s}return-1}}),gC=Uh.prototype;gC.isPersistent=function(){return!this._incremental},gC.updateData=function(t){this.group.removeAll();var e=new pC({rectHover:!0,cursor:"default"});e.setShape({points:t.getLayout("symbolPoints")}),this._setCommon(e,t),this.group.add(e),this._incremental=null},gC.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)})}},gC.incrementalPrepareUpdate=function(t){this.group.removeAll(),this._clearIncremental(),t.count()>2e6?(this._incremental||(this._incremental=new Zn({silent:!0})),this.group.add(this._incremental)):this._incremental=null},gC.incrementalUpdate=function(t,e){var i;this._incremental?(i=new pC,this._incremental.addDisplayable(i,!0)):((i=new pC({rectHover:!0,cursor:"default",startIndex:t.start,endIndex:t.end})).incremental=!0,this.group.add(i)),i.setShape({points:e.getLayout("symbolPoints")}),this._setCommon(i,e,!!this._incremental)},gC._setCommon=function(t,e,i){var n=e.hostModel,o=e.getVisual("symbolSize");t.setShape("size",o instanceof Array?o:[o,o]),t.symbolProxy=Jl(e.getVisual("symbol"),0,0,0,0),t.setColor=t.symbolProxy.setColor;var a=t.shape.size[0]<4;t.useStyle(n.getModel("itemStyle").getItemStyle(a?["color","shadowBlur","shadowColor"]:["color"]));var r=e.getVisual("color");r&&t.setColor(r),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||0))}))},gC.remove=function(){this._clearIncremental(),this._incremental=null,this.group.removeAll()},gC._clearIncremental=function(){var t=this._incremental;t&&t.clearDisplaybles()},Zs({type:"scatter",render:function(t,e,i){var n=t.getData();this._updateSymbolDraw(n,t).updateData(n),this._finished=!0},incrementalPrepareRender:function(t,e,i){var n=t.getData();this._updateSymbolDraw(n,t).incrementalPrepareUpdate(n),this._finished=!1},incrementalRender:function(t,e,i){this._symbolDraw.incrementalUpdate(t,e.getData()),this._finished=t.end===e.getData().count()},updateTransform:function(t,e,i){var n=t.getData();if(this.group.dirty(),!this._finished||n.count()>1e4||!this._symbolDraw.isPersistent())return{update:!0};var o=AD().reset(t);o.progress&&o.progress({start:0,end:n.count()},n),this._symbolDraw.updateLayout(n)},_updateSymbolDraw:function(t,e){var i=this._symbolDraw,n=e.pipelineContext.large;return i&&n===this._isLargeDraw||(i&&i.remove(),i=this._symbolDraw=n?new Uh:new Du,this._isLargeDraw=n,this.group.removeAll()),this.group.add(i.group),i},remove:function(t,e){this._symbolDraw&&this._symbolDraw.remove(!0),this._symbolDraw=null},dispose:function(){}}),Bs(TD("scatter","circle")),zs(AD("scatter")),u(Xh,aD),jh.prototype.getIndicatorAxes=function(){return this._indicatorAxes},jh.prototype.dataToPoint=function(t,e){var i=this._indicatorAxes[e];return this.coordToPoint(i.dataToCoord(t),e)},jh.prototype.coordToPoint=function(t,e){var i=this._indicatorAxes[e].angle;return[this.cx+t*Math.cos(i),this.cy-t*Math.sin(i)]},jh.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 o,a=Math.atan2(-i,e),r=1/0,s=-1,l=0;ln[0]&&isFinite(c)&&isFinite(n[0]))}else{r.getTicks().length-1>a&&(u=i(u));var d=Math.round((n[0]+n[1])/2/u)*u,f=Math.round(a/2);r.setExtent(Go(d-f*u),Go(d+(a-f)*u)),r.setInterval(u)}})},jh.dimensions=[],jh.create=function(t,e){var i=[];return t.eachComponent("radar",function(n){var o=new jh(n,t,e);i.push(o),n.coordinateSystem=o}),t.eachSeriesByType("radar",function(t){"radar"===t.get("coordinateSystem")&&(t.coordinateSystem=i[t.get("radarIndex")||0])}),i},Fa.register("radar",jh);var mC=ND.valueAxis,vC=(Fs({type:"radar",optionUpdated:function(){var t=this.get("boundaryGap"),e=this.get("splitNumber"),o=this.get("scale"),s=this.get("axisLine"),l=this.get("axisTick"),u=this.get("axisLabel"),h=this.get("name"),c=this.get("name.show"),d=this.get("name.formatter"),p=this.get("nameGap"),g=this.get("triggerEvent"),m=f(this.get("indicator")||[],function(f){null!=f.max&&f.max>0&&!f.min?f.min=0:null!=f.min&&f.min<0&&!f.max&&(f.max=0);var m=h;if(null!=f.color&&(m=r({color:f.color},h)),f=n(i(f),{boundaryGap:t,splitNumber:e,scale:o,axisLine:s,axisTick:l,axisLabel:u,name:f.text,nameLocation:"end",nameGap:p,nameTextStyle:m,triggerEvent:g},!1),c||(f.name=""),"string"==typeof d){var v=f.name;f.name=d.replace("{value}",null!=v?v:"")}else"function"==typeof d&&(f.name=d(f.name,f));var y=a(new No(f,null,this.ecModel),UA);return y.mainType="radar",y.componentIndex=this.componentIndex,y},this);this.getIndicatorModels=function(){return m}},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:n({lineStyle:{color:"#bbb"}},mC.axisLine),axisLabel:Yh(mC.axisLabel,!1),axisTick:Yh(mC.axisTick,!1),splitLine:Yh(mC.splitLine,!0),splitArea:Yh(mC.splitArea,!0),indicator:[]}}),["axisLine","axisTickLabel","axisName"]);Ws({type:"radar",render:function(t,e,i){this.group.removeAll(),this._buildAxes(t),this._buildSplitLineAndArea(t)},_buildAxes:function(t){var e=t.coordinateSystem;d(f(e.getIndicatorAxes(),function(t){return new FD(t.model,{position:[e.cx,e.cy],rotation:t.angle,labelDirection:-1,tickDirection:-1,nameDirection:1})}),function(t){d(vC,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 o=t.get("shape"),a=t.getModel("splitLine"),s=t.getModel("splitArea"),l=a.getModel("lineStyle"),u=s.getModel("areaStyle"),h=a.get("show"),c=s.get("show"),p=l.get("color"),g=u.get("color");p=y(p)?p:[p],g=y(g)?g:[g];var m=[],v=[];if("circle"===o)for(var x=n[0].getTicksCoords(),_=i.cx,w=i.cy,b=0;b"+f(i,function(i,n){var o=e.get(e.mapDimension(i.dim),t);return ia(i.name+" : "+o)}).join("
")},defaultOption:{zlevel:0,z:2,coordinateSystem:"radar",legendHoverLink:!0,radarIndex:0,lineStyle:{width:2,type:"solid"},label:{position:"top"},symbol:"emptyCircle",symbolSize:4}});Zs({type:"radar",render:function(t,e,n){function o(t,e){var i=t.getItemVisual(e,"symbol")||"circle",n=t.getItemVisual(e,"color");if("none"!==i){var o=qh(t.getItemVisual(e,"symbolSize")),a=Jl(i,-1,-1,2,2,n);return a.attr({style:{strokeNoScale:!0},z2:100,scale:[o[0]/2,o[1]/2]}),a}}function a(e,i,n,a,r,s){n.removeAll();for(var l=0;l"+ia(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)"}}}}),aC);var EC="\0_ec_interaction_mutex";Es({type:"takeGlobalCursor",event:"globalCursorTaken",update:"update"},function(){}),h(oc,fw);var RC={axisPointer:1,tooltip:1,brush:1};xc.prototype={constructor:xc,draw:function(t,e,i,n,o){var a="geo"===t.mainType,r=t.getData&&t.getData();a&&e.eachComponent({mainType:"series",subType:"map"},function(e){r||e.getHostGeoModel()!==t||(r=e.getData())});var s=t.coordinateSystem;this._updateBackground(s);var l=this._regionsGroup,u=this.group,h=s.scale,c={position:s.position,scale:h};!l.childAt(0)||o?u.attr(c):Io(u,c,t),l.removeAll();var f=["itemStyle"],p=["emphasis","itemStyle"],g=["label"],m=["emphasis","label"],v=R();d(s.regions,function(e){var i=v.get(e.name)||v.set(e.name,new tb),n=new MM({shape:{paths:[]}});i.add(n);var o,s=(C=t.getRegionModel(e.name)||t).getModel(f),u=C.getModel(p),c=mc(s),y=mc(u),x=C.getModel(g),_=C.getModel(m);if(r){o=r.indexOfName(e.name);var w=r.getItemVisual(o,"color",!0);w&&(c.fill=w)}d(e.geometries,function(t){if("polygon"===t.type){n.shape.paths.push(new pM({shape:{points:t.exterior}}));for(var e=0;e<(t.interiors?t.interiors.length:0);e++)n.shape.paths.push(new pM({shape:{points:t.interiors[e]}}))}}),n.setStyle(c),n.style.strokeNoScale=!0,n.culling=!0;var b=x.get("show"),S=_.get("show"),M=r&&isNaN(r.get(r.mapDimension("value"),o)),I=r&&r.getItemLayout(o);if(a||M&&(b||S)||I&&I.showLabel){var T,A=a?e.name:o;(!r||o>=0)&&(T=t);var D=new rM({position:e.center.slice(),scale:[1/h[0],1/h[1]],z2:10,silent:!0});go(D.style,D.hoverStyle={},x,_,{labelFetcher:T,labelDataIndex:A,defaultText:e.name,useInsideStyle:!1},{textAlign:"center",textVerticalAlign:"middle"}),i.add(D)}if(r)r.setItemGraphicEl(o,i);else{var C=t.getRegionModel(e.name);n.eventData={componentType:"geo",componentIndex:t.componentIndex,geoIndex:t.componentIndex,name:e.name,region:C&&C.option||{}}}(i.__regions||(i.__regions=[])).push(e),fo(i,y,{hoverSilentOnTouch:!!t.get("selectedMode")}),l.add(i)}),this._updateController(t,e,i),vc(this,t,l,i,n),yc(t,l)},remove:function(){this._regionsGroup.removeAll(),this._backgroundGroup.removeAll(),this._controller.dispose(),this._mapName&&OC.removeGraphic(this._mapName,this.uid),this._mapName=null,this._controllerHost={}},_updateBackground:function(t){var e=t.map;this._mapName!==e&&d(OC.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 o=t.coordinateSystem,r=this._controller,s=this._controllerHost;s.zoomLimit=t.get("scaleLimit"),s.zoom=o.getZoom(),r.enable(t.get("roam")||!1);var l=t.mainType;r.off("pan").on("pan",function(t){this._mouseDownFlag=!1,fc(s,t.dx,t.dy),i.dispatchAction(a(n(),{dx:t.dx,dy:t.dy}))},this),r.off("zoom").on("zoom",function(t){if(this._mouseDownFlag=!1,pc(s,t.scale,t.originX,t.originY),i.dispatchAction(a(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),r.setPointerChecker(function(e,n,a){return o.getViewRectAfterRoam().contain(n,a)&&!gc(e,i,t)})}};var zC="__seriesMapHighDown",BC="__seriesMapCallKey";Zs({type:"map",render:function(t,e,i,n){if(!n||"mapToggleSelect"!==n.type||n.from!==this.uid){var o=this.group;if(o.removeAll(),!t.getHostGeoModel()){if(n&&"geoRoam"===n.type&&"series"===n.componentType&&n.seriesId===t.id)(a=this._mapDraw)&&o.add(a.group);else if(t.needsDrawMap){var a=this._mapDraw||new xc(i,!0);o.add(a.group),a.draw(t,e,i,this,n),this._mapDraw=a}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,e,i){var n=t.originalData,o=this.group;n.each(n.mapDimension("value"),function(e,i){if(!isNaN(e)){var r=n.getItemLayout(i);if(r&&r.point){var s=r.point,l=r.offset,u=new sM({style:{fill:t.getData().getVisual("color")},shape:{cx:s[0]+9*l,cy:s[1],r:3},silent:!0,z2:8+(l?0:NM+1)});if(!l){var h=t.mainSeries.getData(),c=n.getName(i),d=h.indexOfName(c),f=n.getItemModel(i),p=f.getModel("label"),g=f.getModel("emphasis.label"),m=h.getItemGraphicEl(d),y=A(t.getFormattedLabel(d,"normal"),c),x=A(t.getFormattedLabel(d,"emphasis"),y),_=m[zC],w=Math.random();if(!_){_=m[zC]={};var b=v(_c,!0),S=v(_c,!1);m.on("mouseover",b).on("mouseout",S).on("emphasis",b).on("normal",S)}m[BC]=w,a(_,{recordVersion:w,circle:u,labelModel:p,hoverLabelModel:g,emphasisText:x,normalText:y}),wc(_,!1)}o.add(u)}}})}}),Es({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 o=bc(n,t,e.get("scaleLimit"));e.setCenter&&e.setCenter(o.center),e.setZoom&&e.setZoom(o.zoom),"series"===i&&d(e.seriesGroup,function(t){t.setCenter(o.center),t.setZoom(o.zoom)})}})});var VC=Q;h(Sc,Tw),Mc.prototype={constructor:Mc,type:"view",dimensions:["x","y"],setBoundingRect:function(t,e,i,n){return this._rect=new de(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 de(t,e,i,n)},transformTo:function(t,e,i,n){var o=this.getBoundingRect(),a=this._rawTransformable;a.transform=o.calculateTransform(new de(t,e,i,n)),a.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();return[t.x+t.width/2,t.y+t.height/2]},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(),o=this.getZoom();n=Q([],n,t),i=Q([],i,t),e.origin=n,e.position=[i[0]-n[0],i[1]-n[1]],e.scale=[o,o],this._updateTransform()},_updateTransform:function(){var t=this._roamTransformable,e=this._rawTransformable;e.parent=t,t.updateTransform(),e.updateTransform(),wt(this.transform||(this.transform=[]),e.transform||xt()),this._rawTransform=e.getLocalTransform(),this.invTransform=this.invTransform||[],Tt(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?VC(i,t,n):G(i,t)},pointToData:function(t){var e=this.invTransform;return e?VC([],t,e):[t[0],t[1]]},convertToPixel:v(Ic,"dataToPoint"),convertFromPixel:v(Ic,"pointToData"),containPoint:function(t){return this.getViewRectAfterRoam().contain(t[0],t[1])}},h(Mc,Tw),Tc.prototype={constructor:Tc,type:"geo",dimensions:["lng","lat"],containCoord:function(t){for(var e=this.regions,i=0;ie&&(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;e=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),o=this.getLevelModel();return o||0!==this.children.length&&(0===this.children.length||!1!==this.isExpand)||(e=this.getLeavesModel()),n.getModel(t,(o||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)}},Vc.prototype={constructor:Vc,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;ia&&(a=t.depth)});var r=t.expandAndCollapse&&t.initialTreeDepth>=0?t.initialTreeDepth:a;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<=r}),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),o=n.getValue(),a=n.name;n&&n!==i;)a=n.parentNode.name+"."+a,n=n.parentNode;return ia(a+(isNaN(o)||null==o?"":" : "+o))},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}}),Zs({type:"tree",init:function(t,e){this._oldTree,this._mainGroup=new tb,this._controller=new oc(e.getZr()),this._controllerHost={target:this.group},this.group.add(this._mainGroup)},render:function(t,e,i,n){var o=t.getData(),a=t.layoutInfo,r=this._mainGroup,s=t.get("layout");"radial"===s?r.attr("position",[a.x+a.width/2,a.y+a.height/2]):r.attr("position",[a.x,a.y]),this._updateViewCoordSys(t),this._updateController(t,e,i);var l=this._data,u={expandAndCollapse:t.get("expandAndCollapse"),layout:s,orient:t.getOrient(),curvature:t.get("lineStyle.curveness"),symbolRotate:t.get("symbolRotate"),symbolOffset:t.get("symbolOffset"),hoverAnimation:t.get("hoverAnimation"),useNameLabel:!0,fadeIn:!0};o.diff(l).add(function(e){td(o,e)&&id(o,e,null,r,t,u)}).update(function(e,i){var n=l.getItemGraphicEl(i);td(o,e)?id(o,e,n,r,t,u):n&&nd(l,i,n,r,t,u)}).remove(function(e){var i=l.getItemGraphicEl(e);i&&nd(l,e,i,r,t,u)}).execute(),this._nodeScaleRatio=t.get("nodeScaleRatio"),this._updateNodeAndLinkScale(t),!0===u.expandAndCollapse&&o.eachItemGraphicEl(function(e,n){e.off("click").on("click",function(){i.dispatchAction({type:"treeExpandAndCollapse",seriesId:t.id,dataIndex:n})})}),this._data=o},_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=[],o=[];fn(i,n,o),o[0]-n[0]==0&&(o[0]+=1,n[0]-=1),o[1]-n[1]==0&&(o[1]+=1,n[1]-=1);var a=t.coordinateSystem=new Mc;a.zoomLimit=t.get("scaleLimit"),a.setBoundingRect(n[0],n[1],o[0]-n[0],o[1]-n[1]),a.setCenter(t.get("center")),a.setZoom(t.get("zoom")),this.group.attr({position:a.position,scale:a.scale}),this._viewCoordSys=a},_updateController:function(t,e,i){var n=this._controller,o=this._controllerHost,a=this.group;n.setPointerChecker(function(e,n,o){var r=a.getBoundingRect();return r.applyTransform(a.transform),r.contain(n,o)&&!gc(e,i,t)}),n.enable(t.get("roam")),o.zoomLimit=t.get("scaleLimit"),o.zoom=t.coordinateSystem.getZoom(),n.off("pan").off("zoom").on("pan",function(e){fc(o,e.dx,e.dy),i.dispatchAction({seriesId:t.id,type:"treeRoam",dx:e.dx,dy:e.dy})},this).on("zoom",function(e){pc(o,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,e){t.attr("scale",n)})},_getNodeGlobalScale:function(t){var e=t.coordinateSystem;if("view"!==e.type)return 1;var i=this._nodeScaleRatio,n=e.scale,o=n&&n[0]||1;return((e.getZoom()-1)*i+1)/o},dispose:function(){this._controller&&this._controller.dispose(),this._controllerHost={}},remove:function(){this._mainGroup.removeAll(),this._data=null}}),Es({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.getNodeByDataIndex(i);n.isExpand=!n.isExpand})}),Es({type:"treeRoam",event:"treeRoam",update:"none"},function(t,e){e.eachComponent({mainType:"series",subType:"tree",query:t},function(e){var i=bc(e.coordinateSystem,t);e.setCenter&&e.setCenter(i.center),e.setZoom&&e.setZoom(i.zoom)})});Bs(TD("tree","circle")),zs(function(t,e){t.eachSeriesByType("tree",function(t){sd(t,e)})}),YI.extend({type:"series.treemap",layoutMode:"box",dependencies:["grid","polar"],_viewRoot:null,defaultOption:{progressive:0,hoverLayerThreshold:1/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};dd(i);var n=t.levels||[];n=t.levels=fd(n,e);var o={};return o.levels=n,Vc.createTree(i,this,o).data},optionUpdated:function(){this.resetViewRoot()},formatTooltip:function(t){var e=this.getData(),i=this.getRawValue(t),n=ta(y(i)?i[0]:i);return ia(e.getName(t)+": "+n)},getDataParams:function(t){var e=YI.prototype.getDataParams.apply(this,arguments),i=this.getData().tree.getNodeByDataIndex(t);return e.treePathInfo=cd(i,this),e},setLayoutInfo:function(t){this.layoutInfo=this.layoutInfo||{},a(this.layoutInfo,t)},mapIdToIndex:function(t){var e=this._idIndexMap;e||(e=this._idIndexMap=R(),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 UC=5;pd.prototype={constructor:pd,render:function(t,e,i,n){var o=t.getModel("breadcrumb"),a=this.group;if(a.removeAll(),o.get("show")&&i){var r=o.getModel("itemStyle"),s=r.getModel("textStyle"),l={pos:{left:o.get("left"),right:o.get("right"),top:o.get("top"),bottom:o.get("bottom")},box:{width:e.getWidth(),height:e.getHeight()},emptyItemWidth:o.get("emptyItemWidth"),totalWidth:0,renderList:[]};this._prepare(i,l,s),this._renderContent(t,l,r,s,n),da(a,l.pos,l.box)}},_prepare:function(t,e,i){for(var n=t;n;n=n.parentNode){var o=n.getModel().get("name"),a=i.getTextRect(o),r=Math.max(a.width+16,e.emptyItemWidth);e.totalWidth+=r+8,e.renderList.push({node:n,text:o,width:r})}},_renderContent:function(t,e,i,n,o){for(var a=0,s=e.emptyItemWidth,l=t.get("breadcrumb.height"),u=ha(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-s,g=s,m=null);var y=new pM({shape:{points:gd(a,0,g,l,d===c.length-1,0===d)},style:r(i.getItemStyle(),{lineJoin:"bevel",text:m,textFill:n.getTextColor(),textFont:n.getFont()}),z:10,onclick:v(o,p)});this.group.add(y),md(y,t,p),a+=g+8}},remove:function(){this.group.removeAll()}};var XC=m,jC=tb,YC=yM,qC=d,KC=["label"],$C=["emphasis","label"],JC=["upperLabel"],QC=["emphasis","upperLabel"],tL=10,eL=1,iL=2,nL=Qb([["fill","color"],["stroke","strokeColor"],["lineWidth","strokeWidth"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["shadowColor"]]),oL=function(t){var e=nL(t);return e.stroke=e.fill=e.lineWidth=null,e};Zs({type:"treemap",init:function(t,e){this._containerGroup,this._storage={nodeGroup:[],background:[],content:[]},this._oldTree,this._breadcrumb,this._controller,this._state="ready"},render:function(t,e,i,n){if(!(l(e.findComponents({mainType:"series",subType:"treemap",query:n}),t)<0)){this.seriesModel=t,this.api=i,this.ecModel=e;var o=ld(n,["treemapZoomToNode","treemapRootToNode"],t),a=n&&n.type,r=t.layoutInfo,s=!this._oldTree,u=this._storage,h="treemapRootToNode"===a&&o&&u?{rootNodeGroup:u.nodeGroup[o.node.getRawIndex()],direction:n.direction}:null,c=this._giveContainerGroup(r),d=this._doRender(c,t,h);s||a&&"treemapZoomToNode"!==a&&"treemapRootToNode"!==a?d.renderFinally():this._doAnimation(c,d,t,h),this._resetController(i),this._renderBreadcrumb(t,i,o)}},_giveContainerGroup:function(t){var e=this._containerGroup;return e||(e=this._containerGroup=new jC,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,o,a){function r(t){return t.getId()}function s(r,s){var l=null!=r?t[r]:null,u=null!=s?e[s]:null,c=h(l,u,i,a);c&&n(l&&l.viewChildren||[],u&&u.viewChildren||[],c,o,a+1)}o?(e=t,qC(t,function(t,e){!t.isRemoved()&&s(e,e)})):new Xs(e,t,r,r).add(s).update(s).remove(v(s,null)).execute()}var o=e.getData().tree,a=this._oldTree,r={nodeGroup:[],background:[],content:[]},s={nodeGroup:[],background:[],content:[]},l=this._storage,u=[],h=v(yd,e,s,l,i,r,u);n(o.root?[o.root]:[],a&&a.root?[a.root]:[],t,o===a||!a,0);var c=function(t){var e={nodeGroup:[],background:[],content:[]};return t&&qC(t,function(t,i){var n=e[i];qC(t,function(t){t&&(n.push(t),t.__tmWillDelete=1)})}),e}(l);return this._oldTree=o,this._storage=s,{lastsForAnimation:r,willDeleteEls:c,renderFinally:function(){qC(c,function(t){qC(t,function(t){t.parent&&t.parent.remove(t)})}),qC(u,function(t){t.invisible=!0,t.dirty()})}}},_doAnimation:function(t,e,i,n){if(i.get("animation")){var o=i.get("animationDurationUpdate"),r=i.get("animationEasing"),s=vd();qC(e.willDeleteEls,function(t,e){qC(t,function(t,i){if(!t.invisible){var a,l=t.parent;if(n&&"drillDown"===n.direction)a=l===n.rootNodeGroup?{shape:{x:0,y:0,width:l.__tmNodeWidth,height:l.__tmNodeHeight},style:{opacity:0}}:{style:{opacity:0}};else{var u=0,h=0;l.__tmWillDelete||(u=l.__tmNodeWidth/2,h=l.__tmNodeHeight/2),a="nodeGroup"===e?{position:[u,h],style:{opacity:0}}:{shape:{x:u,y:h,width:0,height:0},style:{opacity:0}}}a&&s.add(t,a,o,r)}})}),qC(this._storage,function(t,i){qC(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=a({},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,o,r))})},this),this._state="animating",s.done(XC(function(){this._state="ready",e.renderFinally()},this)).start()}},_resetController:function(t){var e=this._controller;e||((e=this._controller=new oc(t.getZr())).enable(this.seriesModel.get("roam")),e.on("pan",XC(this._onPan,this)),e.on("zoom",XC(this._onZoom,this)));var i=new de(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)>3||Math.abs(t.dy)>3)){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 o=n.getLayout();if(!o)return;var a=new de(o.x,o.y,o.width,o.height),r=this.seriesModel.layoutInfo;e-=r.x,i-=r.y;var s=xt();St(s,s,[-e,-i]),It(s,s,[t.scale,t.scale]),St(s,s,[e,i]),a.applyTransform(s),this.api.dispatchAction({type:"treemapRender",from:this.uid,seriesId:this.seriesModel.id,rootRect:{x:a.x,y:a.y,width:a.width,height:a.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 o=n.hostTree.data.getItemModel(n.dataIndex),a=o.get("link",!0),r=o.get("target",!0)||"blank";a&&window.open(a,r)}}}}},this)},_renderBreadcrumb:function(t,e,i){i||(i=null!=t.get("leafDepth",!0)?{node:t.getViewRoot()}:this.findTarget(e.getWidth()/2,e.getHeight()/2))||(i={node:t.getData().tree.root}),(this._breadcrumb||(this._breadcrumb=new pd(this.group))).render(t,e,i.node,XC(function(e){"animating"!==this._state&&(hd(t.getViewRoot(),e)?this._rootToNode({node:e}):this._zoomToNode({node:e}))},this))},remove:function(){this._clearController(),this._containerGroup&&this._containerGroup.removeAll(),this._storage={nodeGroup:[],background:[],content:[]},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;return this.seriesModel.getViewRoot().eachNode({attr:"viewChildren",order:"preorder"},function(n){var o=this._storage.background[n.getRawIndex()];if(o){var a=o.transformCoordToLocal(t,e),r=o.shape;if(!(r.x<=a[0]&&a[0]<=r.x+r.width&&r.y<=a[1]&&a[1]<=r.y+r.height))return!1;i={node:n,offsetX:a[0],offsetY:a[1]}}},this),i}});for(var aL=["treemapZoomToNode","treemapRender","treemapMove"],rL=0;rL=0&&t.call(e,i[o],o)},TL.eachEdge=function(t,e){for(var i=this.edges,n=i.length,o=0;o=0&&i[o].node1.dataIndex>=0&&i[o].node2.dataIndex>=0&&t.call(e,i[o],o)},TL.breadthFirstTraverse=function(t,e,i,n){if(Jd.isInstance(e)||(e=this._nodesMap[$d(e)]),e){for(var o="out"===i?"outEdges":"in"===i?"inEdges":"edges",a=0;a=0&&i.node2.dataIndex>=0});for(var o=0,a=n.length;o=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)}}};h(Jd,AL("hostGraph","data")),h(Qd,AL("hostGraph","edgeData")),IL.Node=Jd,IL.Edge=Qd,Yi(Jd),Yi(Qd);var DL=function(t,e,i,n,o){for(var a=new IL(n),r=0;r "+f)),h++)}var p,g=i.get("coordinateSystem");if("cartesian2d"===g||"polar"===g)p=ml(t,i);else{var m=Fa.get(g),v=m&&"view"!==m.type?m.dimensions||[]:[];l(v,"value")<0&&v.concat(["value"]);var y=_A(t,{coordDimensions:v});(p=new vA(y,i)).initData(t)}var x=new vA(["value"],i);return x.initData(u,s),o&&o(p,x),kc({mainData:p,struct:a,structAttr:"graph",datas:{node:p,edge:x},datasAttr:{node:"data",edge:"edgeData"}}),a.update(),a},CL=Hs({type:"series.graph",init:function(t){CL.superApply(this,"init",arguments),this.legendDataProvider=function(){return this._categoriesData},this.fillDataTextStyle(t.edges||t.links),this._updateCategoriesData()},mergeOption:function(t){CL.superApply(this,"mergeOption",arguments),this.fillDataTextStyle(t.edges||t.links),this._updateCategoriesData()},mergeDefaultAndTheme:function(t){CL.superApply(this,"mergeDefaultAndTheme",arguments),Ci(t,["edgeLabel"],["show"])},getInitialData:function(t,e){var i=t.edges||t.links||[],n=t.data||t.nodes||[],o=this;if(n&&i)return DL(n,i,this,!0,function(t,i){function n(t){return(t=this.parsePath(t))&&"label"===t[0]?r:t&&"emphasis"===t[0]&&"label"===t[1]?l:this.parentModel}t.wrapMethod("getItemModel",function(t){var e=o._categoriesModels[t.getShallow("category")];return e&&(e.parentModel=t.parentModel,t.parentModel=e),t});var a=o.getModel("edgeLabel"),r=new No({label:a.option},a.parentModel,e),s=o.getModel("emphasis.edgeLabel"),l=new No({emphasis:{label:s.option}},s.parentModel,e);i.wrapMethod("getItemModel",function(t){return t.customizeGetParent(n),t})}).data},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(),o=this.getDataParams(t,i),a=n.graph.getEdgeByIndex(t),r=n.getName(a.node1.dataIndex),s=n.getName(a.node2.dataIndex),l=[];return null!=r&&l.push(r),null!=s&&l.push(s),l=ia(l.join(" > ")),o.value&&(l+=" : "+ia(o.value)),l}return CL.superApply(this,"formatTooltip",arguments)},_updateCategoriesData:function(){var t=f(this.option.categories||[],function(t){return null!=t.value?t:a({value:0},t)}),e=new vA(["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 CL.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,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}}}}),LL=_M.prototype,kL=bM.prototype,PL=Un({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){(tf(e)?LL:kL).buildPath(t,e)},pointAt:function(t){return tf(this.shape)?LL.pointAt.call(this,t):kL.pointAt.call(this,t)},tangentAt:function(t){var e=this.shape,i=tf(e)?[e.x2-e.x1,e.y2-e.y1]:kL.tangentAt.call(this,t);return q(i,i)}}),NL=["fromSymbol","toSymbol"],OL=rf.prototype;OL.beforeUpdate=function(){var t=this,e=t.childOfName("fromSymbol"),i=t.childOfName("toSymbol"),n=t.childOfName("label");if(e||i||!n.ignore){for(var o=1,a=this.parent;a;)a.scale&&(o/=a.scale[0]),a=a.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=U([],u,l);if(q(h,h),e&&(e.attr("position",l),c=r.tangentAt(0),e.attr("rotation",Math.PI/2-Math.atan2(c[1],c[0])),e.attr("scale",[o*s,o*s])),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",[o*s,o*s])}if(!n.ignore){n.attr("position",u);var d,f,p,g=5*o;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,v=[(c=r.tangentAt(m))[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:[o,o]})}}}},OL._createLine=function(t,e,i){var n=t.hostModel,o=of(t.getItemLayout(e));o.shape.percent=0,To(o,{shape:{percent:1}},n,e),this.add(o);var a=new rM({name:"label",lineLabelOriginalOpacity:1});this.add(a),d(NL,function(i){var n=nf(i,t,e);this.add(n),this[ef(i)]=t.getItemVisual(e,i)},this),this._updateCommonStl(t,e,i)},OL.updateData=function(t,e,i){var n=t.hostModel,o=this.childOfName("line"),a=t.getItemLayout(e),r={shape:{}};af(r.shape,a),Io(o,r,n,e),d(NL,function(i){var n=t.getItemVisual(e,i),o=ef(i);if(this[o]!==n){this.remove(this.childOfName(i));var a=nf(i,t,e);this.add(a)}this[o]=n},this),this._updateCommonStl(t,e,i)},OL._updateCommonStl=function(t,e,i){var n=t.hostModel,o=this.childOfName("line"),a=i&&i.lineStyle,s=i&&i.hoverLineStyle,l=i&&i.labelModel,u=i&&i.hoverLabelModel;if(!i||t.hasItemOption){var h=t.getItemModel(e);a=h.getModel("lineStyle").getLineStyle(),s=h.getModel("emphasis.lineStyle").getLineStyle(),l=h.getModel("label"),u=h.getModel("emphasis.label")}var c=t.getItemVisual(e,"color"),f=D(t.getItemVisual(e,"opacity"),a.opacity,1);o.useStyle(r({strokeNoScale:!0,fill:"none",stroke:c,opacity:f},a)),o.hoverStyle=s,d(NL,function(t){var e=this.childOfName(t);e&&(e.setColor(c),e.setStyle({opacity:f}))},this);var p,g,m=l.getShallow("show"),v=u.getShallow("show"),y=this.childOfName("label");if((m||v)&&(p=c||"#000",null==(g=n.getFormattedLabel(e,"normal",t.dataType)))){var x=n.getRawValue(e);g=null==x?t.getName(e):isFinite(x)?Go(x):x}var _=m?g:null,w=v?A(n.getFormattedLabel(e,"emphasis",t.dataType),g):null,b=y.style;null==_&&null==w||(mo(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,fo(this)},OL.highlight=function(){this.trigger("emphasis")},OL.downplay=function(){this.trigger("normal")},OL.updateLayout=function(t,e){this.setLinePoints(t.getItemLayout(e))},OL.setLinePoints=function(t){var e=this.childOfName("line");af(e.shape,t),e.dirty()},u(rf,tb);var EL=sf.prototype;EL.isPersistent=function(){return!0},EL.updateData=function(t){var e=this,i=e.group,n=e._lineData;e._lineData=t,n||i.removeAll();var o=hf(t);t.diff(n).add(function(i){lf(e,t,i,o)}).update(function(i,a){uf(e,n,t,a,i,o)}).remove(function(t){i.remove(n.getItemGraphicEl(t))}).execute()},EL.updateLayout=function(){var t=this._lineData;t&&t.eachItemGraphicEl(function(e,i){e.updateLayout(t,i)},this)},EL.incrementalPrepareUpdate=function(t){this._seriesScope=hf(t),this._lineData=null,this.group.removeAll()},EL.incrementalUpdate=function(t,e){for(var i=t.start;i=o/3?1:2),l=e.y-n(r)*a*(a>=o/3?1:2);r=e.angle-Math.PI/2,t.moveTo(s,l),t.lineTo(e.x+i(r)*a,e.y+n(r)*a),t.lineTo(e.x+i(e.angle)*o,e.y+n(e.angle)*o),t.lineTo(e.x-i(r)*a,e.y-n(r)*a),t.lineTo(s,l)}}),YL=2*Math.PI,qL=(Ar.extend({type:"gauge",render:function(t,e,i){this.group.removeAll();var n=t.get("axisLine.lineStyle.color"),o=Sf(t,i);this._renderMain(t,e,i,n,o)},dispose:function(){},_renderMain:function(t,e,i,n,o){for(var a=this.group,r=t.getModel("axisLine").getModel("lineStyle"),s=t.get("clockwise"),l=-t.get("startAngle")/180*Math.PI,u=-t.get("endAngle")/180*Math.PI,h=(u-l)%YL,c=l,d=r.get("width"),f=0;f=t&&(0===e?0:n[e-1][0]).4?"bottom":"middle",textAlign:A<-.4?"left":A>.4?"right":"center"},{autoColor:P}),silent:!0}))}if(g.get("show")&&T!==v){for(var N=0;N<=y;N++){var A=Math.cos(w),D=Math.sin(w),O=new _M({shape:{x1:A*c+u,y1:D*c+h,x2:A*(c-_)+u,y2:D*(c-_)+h},silent:!0,style:I});"auto"===I.stroke&&O.setStyle({stroke:n((T+N/y)/v)}),l.add(O),w+=S}w-=S}else w+=b}},_renderPointer:function(t,e,i,n,o,a,r,s){var l=this.group,u=this._data;if(t.get("pointer.show")){var h=[+t.get("min"),+t.get("max")],c=[a,r],d=t.getData(),f=d.mapDimension("value");d.diff(u).add(function(e){var i=new jL({shape:{angle:a}});To(i,{shape:{angle:Bo(d.get(f,e),h,c,!0)}},t),l.add(i),d.setItemGraphicEl(e,i)}).update(function(e,i){var n=u.getItemGraphicEl(i);Io(n,{shape:{angle:Bo(d.get(f,e),h,c,!0)}},t),l.add(n),d.setItemGraphicEl(e,n)}).remove(function(t){var e=u.getItemGraphicEl(t);l.remove(e)}).execute(),d.eachItemGraphicEl(function(t,e){var i=d.getItemModel(e),a=i.getModel("pointer");t.setShape({x:o.cx,y:o.cy,width:Vo(a.get("width"),o.r),r:Vo(a.get("length"),o.r)}),t.useStyle(i.getModel("itemStyle").getItemStyle()),"auto"===t.style.fill&&t.setStyle("fill",n(Bo(d.get(f,e),h,[0,1],!0))),fo(t,i.getModel("emphasis.itemStyle").getItemStyle())}),this._data=d}else u&&u.eachItemGraphicEl(function(t){l.remove(t)})},_renderTitle:function(t,e,i,n,o){var a=t.getData(),r=a.mapDimension("value"),s=t.getModel("title");if(s.get("show")){var l=s.get("offsetCenter"),u=o.cx+Vo(l[0],o.r),h=o.cy+Vo(l[1],o.r),c=+t.get("min"),d=+t.get("max"),f=n(Bo(t.getData().get(r,0),[c,d],[0,1],!0));this.group.add(new rM({silent:!0,style:mo({},s,{x:u,y:h,text:a.getName(0),textAlign:"center",textVerticalAlign:"middle"},{autoColor:f,forceRich:!0})}))}},_renderDetail:function(t,e,i,n,o){var a=t.getModel("detail"),r=+t.get("min"),s=+t.get("max");if(a.get("show")){var l=a.get("offsetCenter"),u=o.cx+Vo(l[0],o.r),h=o.cy+Vo(l[1],o.r),c=Vo(a.get("width"),o.r),d=Vo(a.get("height"),o.r),f=t.getData(),p=f.get(f.mapDimension("value"),0),g=n(Bo(p,[r,s],[0,1],!0));this.group.add(new rM({silent:!0,style:mo({},a,{x:u,y:h,text:Mf(p,a.get("formatter")),textWidth:isNaN(c)?null:c,textHeight:isNaN(d)?null:d,textAlign:"center",textVerticalAlign:"middle"},{autoColor:g,forceRich:!0})}))}}}),Hs({type:"series.funnel",init:function(t){qL.superApply(this,"init",arguments),this.legendDataProvider=function(){return this.getRawData()},this._defaultLabelLine(t)},getInitialData:function(t,e){return oC(this,["value"])},_defaultLabelLine:function(t){Ci(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=qL.superCall(this,"getDataParams",t),n=e.mapDimension("value"),o=e.getSum(n);return i.percent=o?+(e.get(n,t)/o*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}}}})),KL=If.prototype,$L=["itemStyle","opacity"];KL.updateData=function(t,e,i){var n=this.childAt(0),o=t.hostModel,a=t.getItemModel(e),s=t.getItemLayout(e),l=t.getItemModel(e).get($L);l=null==l?1:l,n.useStyle({}),i?(n.setShape({points:s.points}),n.setStyle({opacity:0}),To(n,{style:{opacity:l}},o,e)):Io(n,{style:{opacity:l},shape:{points:s.points}},o,e);var u=a.getModel("itemStyle"),h=t.getItemVisual(e,"color");n.setStyle(r({lineJoin:"round",fill:h},u.getItemStyle(["opacity"]))),n.hoverStyle=u.getModel("emphasis").getItemStyle(),this._updateLabel(t,e),fo(this)},KL._updateLabel=function(t,e){var i=this.childAt(1),n=this.childAt(2),o=t.hostModel,a=t.getItemModel(e),r=t.getItemLayout(e).label,s=t.getItemVisual(e,"color");Io(i,{shape:{points:r.linePoints||r.linePoints}},o,e),Io(n,{style:{x:r.x,y:r.y}},o,e),n.attr({rotation:r.rotation,origin:[r.x,r.y],z2:10});var l=a.getModel("label"),u=a.getModel("emphasis.label"),h=a.getModel("labelLine"),c=a.getModel("emphasis.labelLine"),s=t.getItemVisual(e,"color");go(n.style,n.hoverStyle={},l,u,{labelFetcher:t.hostModel,labelDataIndex:e,defaultText:t.getName(e),autoColor:s,useInsideStyle:!!r.inside},{textAlign:r.textAlign,textVerticalAlign:r.verticalAlign}),n.ignore=n.normalIgnore=!l.get("show"),n.hoverIgnore=!u.get("show"),i.ignore=i.normalIgnore=!h.get("show"),i.hoverIgnore=!c.get("show"),i.setStyle({stroke:s}),i.setStyle(h.getModel("lineStyle").getLineStyle()),i.hoverStyle=c.getModel("lineStyle").getLineStyle()},u(If,tb);Ar.extend({type:"funnel",render:function(t,e,i){var n=t.getData(),o=this._data,a=this.group;n.diff(o).add(function(t){var e=new If(n,t);n.setItemGraphicEl(t,e),a.add(e)}).update(function(t,e){var i=o.getItemGraphicEl(e);i.updateData(n,t),a.add(i),n.setItemGraphicEl(t,i)}).remove(function(t){var e=o.getItemGraphicEl(t);a.remove(e)}).execute(),this._data=n},remove:function(){this.group.removeAll(),this._data=null},dispose:function(){}});Bs(uC("funnel")),zs(function(t,e,i){t.eachSeriesByType("funnel",function(t){var i=t.getData(),n=i.mapDimension("value"),o=t.get("sort"),a=Tf(t,e),r=Af(i,o),s=[Vo(t.get("minSize"),a.width),Vo(t.get("maxSize"),a.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=(a.height-d*(i.count()-1))/i.count(),p=a.y,g=function(t,e){var o,r=Bo(i.get(n,t)||0,[u,h],s,!0);switch(c){case"left":o=a.x;break;case"center":o=a.x+(a.width-r)/2;break;case"right":o=a.x+a.width-r}return[[o,e],[o+r,e]]};"ascending"===o&&(f=-f,d=-d,p+=a.height,r=r.reverse());for(var m=0;ma&&(e[1-n]=e[n]+h.sign*a),e},tk=d,ek=Math.min,ik=Math.max,nk=Math.floor,ok=Math.ceil,ak=Go,rk=Math.PI;Nf.prototype={type:"parallel",constructor:Nf,_init:function(t,e,i){var n=t.dimensions,o=t.parallelAxisIndex;tk(n,function(t,i){var n=o[i],a=e.getComponent("parallelAxis",n),r=this._axesMap.set(t,new JL(t,Hl(a),[0,0],a.get("type"),n)),s="category"===r.type;r.onBand=s&&a.get("boundaryGap"),r.inverse=a.get("inverse"),a.axis=r,r.model=a,r.coordinateSystem=a.coordinateSystem=this},this)},update:function(t,e){this._updateAxesFromSeries(this._model,t)},containPoint:function(t){var e=this._makeLayoutInfo(),i=e.axisBase,n=e.layoutBase,o=e.pixelDimIndex,a=t[1-o],r=t[o];return a>=i&&a<=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();tk(this.dimensions,function(t){var e=this._axesMap.get(t);e.scale.unionExtentFromData(n,n.mapDimension(t)),Wl(e.scale,e.model)},this)}},this)},resize:function(t,e){this._rect=ca(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"],o=["width","height"],a=e.get("layout"),r="horizontal"===a?0:1,s=i[o[r]],l=[0,s],u=this.dimensions.length,h=Of(e.get("axisExpandWidth"),l),c=Of(e.get("axisExpandCount")||0,[0,u]),d=e.get("axisExpandable")&&u>3&&u>c&&c>1&&h>0&&s>0,f=e.get("axisExpandWindow");f?(t=Of(f[1]-f[0],l),f[1]=f[0]+t):(t=Of(h*(c-1),l),(f=[h*(e.get("axisExpandCenter")||nk(u/2))-t/2])[1]=f[0]+t);var p=(s-t)/(u-c);p<3&&(p=0);var g=[nk(ak(f[0]/h,1))+1,ok(ak(f[1]/h,1))-1],m=p/h*f[0];return{layout:a,pixelDimIndex:r,layoutBase:i[n[r]],layoutLength:s,axisBase:i[n[1-r]],axisLength:i[o[1-r]],axisExpandable:d,axisExpandWidth:h,axisCollapseWidth:p,axisExpandWindow:f,axisCount:u,winInnerIndices:g,axisExpandWindow0Pos:m}},_layoutAxes:function(){var t=this._rect,e=this._axesMap,i=this.dimensions,n=this._makeLayoutInfo(),o=n.layout;e.each(function(t){var e=[0,n.axisLength],i=t.inverse?1:0;t.setExtent(e[i],e[1-i])}),tk(i,function(e,i){var a=(n.axisExpandable?Rf:Ef)(i,n),r={horizontal:{x:a.position,y:n.axisLength},vertical:{x:0,y:a.position}},s={horizontal:rk/2,vertical:0},l=[r[o].x+t.x,r[o].y+t.y],u=s[o],h=xt();Mt(h,h,u),St(h,h,l),this._axesLayout[e]={position:l,rotation:u,transform:h,axisNameAvailableWidth:a.axisNameAvailableWidth,axisLabelShow:a.axisLabelShow,nameTruncateMaxWidth:a.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 o=this._axesMap,a=this.dimensions,r=[],s=[];d(a,function(e){r.push(t.mapDimension(e)),s.push(o.get(e).model)});for(var l=this.hasAxisBrushed(),u=i;uo*(1-h[0])?(l="jump",r=s-o*(1-h[2])):(r=s-o*h[1])>=0&&(r=s-o*(1-h[1]))<=0&&(r=0),(r*=e.axisExpandWidth/u)?QL(r,n,a,"all"):l="none";else{o=n[1]-n[0];(n=[ik(0,a[1]*s/o-o/2)])[1]=ek(a[1],n[0]+o),n[0]=n[1]-o}return{axisExpandWindow:n,behavior:l}}},Fa.register("parallel",{create:function(t,e){var i=[];return t.eachComponent("parallel",function(n,o){var a=new Nf(n,t,e);a.name="parallel_"+o,a.resize(n,e),n.coordinateSystem=a,a.model=n,i.push(a)}),t.eachSeries(function(e){if("parallel"===e.get("coordinateSystem")){var i=t.queryComponents({mainType:"parallel",index:e.get("parallelIndex"),id:e.get("parallelId")})[0];e.coordinateSystem=i.coordinateSystem}}),i}});var sk=lI.extend({type:"baseParallelAxis",axis:null,activeIntervals:[],getAreaSelectStyle:function(){return Qb([["fill","color"],["lineWidth","borderWidth"],["stroke","borderColor"],["width","width"],["opacity","opacity"]])(this.getModel("areaSelectStyle"))},setActiveIntervals:function(t){var e=this.activeIntervals=i(t);if(e)for(var n=e.length-1;n>=0;n--)Fo(e[n])},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,o=e.length;n5)return;var n=this._model.coordinateSystem.getSlidedAxisExpandWindow([t.offsetX,t.offsetY]);"none"!==n.behavior&&this._dispatchExpand({axisExpandWindow:n.axisExpandWindow})}this._mouseDownPoint=null},mousemove:function(t){if(!this._mouseDownPoint&&Ip(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})}}};Ns(function(t){Cf(t),Lf(t)}),YI.extend({type:"series.parallel",dependencies:["parallel"],visualColorAccessPath:"lineStyle.color",getInitialData:function(t,e){var i=this.getSource();return Tp(i,this),ml(i,this)},getRawIndicesByActiveState:function(t){var e=this.coordinateSystem,i=this.getData(),n=[];return e.eachActiveState(i,function(e,o){t===e&&n.push(i.getRawIndex(o))}),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 Dk=.3,Ck=(Ar.extend({type:"parallel",init:function(){this._dataGroup=new tb,this.group.add(this._dataGroup),this._data,this._initialized},render:function(t,e,i,n){var o=this._dataGroup,a=t.getData(),r=this._data,s=t.coordinateSystem,l=s.dimensions,u=kp(t);if(a.diff(r).add(function(t){Pp(Lp(a,o,t,l,s),a,t,u)}).update(function(e,i){var o=r.getItemGraphicEl(i),h=Cp(a,e,l,s);a.setItemGraphicEl(e,o),Io(o,{shape:{points:h}},n&&!1===n.animation?null:t,e),Pp(o,a,e,u)}).remove(function(t){var e=r.getItemGraphicEl(t);o.remove(e)}).execute(),!this._initialized){this._initialized=!0;var h=Dp(s,t,function(){setTimeout(function(){o.removeClipPath()})});o.setClipPath(h)}this._data=a},incrementalPrepareRender:function(t,e,i){this._initialized=!0,this._data=null,this._dataGroup.removeAll()},incrementalRender:function(t,e,i){for(var n=e.getData(),o=e.coordinateSystem,a=o.dimensions,r=kp(e),s=t.start;sn&&(n=e)}),d(e,function(e){var o=new hL({type:"color",mappingMethod:"linear",dataExtent:[i,n],visual:t.get("color")}).mapValueToVisual(e.getLayout().value);e.setVisual("color",o);var a=e.getModel().get("itemStyle.color");null!=a&&e.setVisual("color",a)})}})});var Ok={_baseAxisDim:null,getInitialData:function(t,e){var i,n,o=e.getComponent("xAxis",this.get("xAxisIndex")),a=e.getComponent("yAxis",this.get("yAxisIndex")),r=o.get("type"),s=a.get("type");"category"===r?(t.layout="horizontal",i=o.getOrdinalMeta(),n=!0):"category"===s?(t.layout="vertical",i=a.getOrdinalMeta(),n=!0):t.layout=t.layout||"horizontal";var l=["x","y"],u="horizontal"===t.layout?0:1,h=this._baseAxisDim=l[u],c=l[1-u],f=[o,a],p=f[u].get("type"),g=f[1-u].get("type"),m=t.data;if(m&&n){var v=[];d(m,function(t,e){var i;t.value&&y(t.value)?(i=t.value.slice(),t.value.unshift(e)):y(t)?(i=t.slice(),t.unshift(e)):i=t,v.push(i)}),t.data=v}var x=this.defaultValueDimensions;return oC(this,{coordDimensions:[{name:h,type:qs(p),ordinalMeta:i,otherDims:{tooltip:!1,itemName:0},dimsDef:["base"]},{name:c,type:qs(g),dimsDef:x.slice()}],dimensionsCount:x.length+1})},getBaseAxis:function(){var t=this._baseAxisDim;return this.ecModel.getComponent(t+"Axis",this.get(t+"AxisIndex")).axis}};h(YI.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}}),Ok,!0);var Ek=["itemStyle"],Rk=["emphasis","itemStyle"],zk=(Ar.extend({type:"boxplot",render:function(t,e,i){var n=t.getData(),o=this.group,a=this._data;this._data||o.removeAll();var r="horizontal"===t.get("layout")?1:0;n.diff(a).add(function(t){if(n.hasValue(t)){var e=ig(n.getItemLayout(t),n,t,r,!0);n.setItemGraphicEl(t,e),o.add(e)}}).update(function(t,e){var i=a.getItemGraphicEl(e);if(n.hasValue(t)){var s=n.getItemLayout(t);i?ng(s,i,n,t):i=ig(s,n,t,r),o.add(i),n.setItemGraphicEl(t,i)}else o.remove(i)}).remove(function(t){var e=a.getItemGraphicEl(t);e&&o.remove(e)}).execute(),this._data=n},remove:function(t){var e=this.group,i=this._data;this._data=null,i&&i.eachItemGraphicEl(function(t){t&&e.remove(t)})},dispose:B}),Pn.extend({type:"boxplotBoxPath",shape:{},buildPath:function(t,e){var i=e.points,n=0;for(t.moveTo(i[n][0],i[n][1]),n++;n<4;n++)t.lineTo(i[n][0],i[n][1]);for(t.closePath();n0?jk:Yk)}function n(t,e){return e.get(t>0?Uk:Xk)}var o=t.getData(),a=t.pipelineContext.large;if(o.setVisual({legendSymbol:"roundRect",colorP:i(1,t),colorN:i(-1,t),borderColorP:n(1,t),borderColorN:n(-1,t)}),!e.isSeriesFiltered(t))return!a&&{progress:function(t,e){for(var o;null!=(o=t.next());){var a=e.getItemModel(o),r=e.getItemLayout(o).sign;e.setItemVisual(o,{color:i(r,a),borderColor:n(r,a)})}}}}},Kk="undefined"!=typeof Float32Array?Float32Array:Array,$k={seriesType:"candlestick",plan:$I(),reset:function(t){var e=t.coordinateSystem,i=t.getData(),n=pg(t,i),o=0,a=1,r=["x","y"],s=i.mapDimension(r[o]),l=i.mapDimension(r[a],!0),u=l[0],h=l[1],c=l[2],d=l[3];if(i.setLayout({candleWidth:n,isSimpleBox:n<=1.3}),!(null==s||l.length<4))return{progress:t.pipelineContext.large?function(t,i){for(var n,r,l=new Kk(5*t.count),f=0,p=[],g=[];null!=(r=t.next());){var m=i.get(s,r),v=i.get(u,r),y=i.get(h,r),x=i.get(c,r),_=i.get(d,r);isNaN(m)||isNaN(x)||isNaN(_)?(l[f++]=NaN,f+=4):(l[f++]=fg(i,r,v,y,h),p[o]=m,p[a]=x,n=e.dataToPoint(p,null,g),l[f++]=n?n[0]:NaN,l[f++]=n?n[1]:NaN,p[a]=_,n=e.dataToPoint(p,null,g),l[f++]=n?n[1]:NaN)}i.setLayout("largePoints",l)}:function(t,i){function r(t,i){var n=[];return n[o]=i,n[a]=t,isNaN(i)||isNaN(t)?[NaN,NaN]:e.dataToPoint(n)}function l(t,e,i){var a=e.slice(),r=e.slice();a[o]=Jn(a[o]+n/2,1,!1),r[o]=Jn(r[o]-n/2,1,!0),i?t.push(a,r):t.push(r,a)}function f(t){return t[o]=Jn(t[o],1),t}for(var p;null!=(p=t.next());){var g=i.get(s,p),m=i.get(u,p),v=i.get(h,p),y=i.get(c,p),x=i.get(d,p),_=Math.min(m,v),w=Math.max(m,v),b=r(_,g),S=r(w,g),M=r(y,g),I=r(x,g),T=[];l(T,S,0),l(T,b,1),T.push(f(I),f(S),f(M),f(b)),i.setItemLayout(p,{sign:fg(i,p,m,v,h),initBaseline:m>v?S[a]:b[a],ends:T,brushRect:function(t,e,i){var s=r(t,i),l=r(e,i);return s[o]-=n/2,l[o]-=n/2,{x:s[0],y:s[1],width:a?n:l[0]-s[0],height:a?l[1]-s[1]:n}}(y,x,g)})}}}}};Ns(function(t){t&&y(t.series)&&d(t.series,function(t){w(t)&&"k"===t.type&&(t.type="candlestick")})}),Bs(qk),zs($k),YI.extend({type:"series.effectScatter",dependencies:["grid","polar"],getInitialData:function(t,e){return ml(this.getSource(),this)},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 Jk=vg.prototype;Jk.stopEffectAnimation=function(){this.childAt(1).removeAll()},Jk.startEffectAnimation=function(t){for(var e=t.symbolType,i=t.color,n=this.childAt(1),o=0;o<3;o++){var a=Jl(e,-1,-1,2,2,i);a.attr({style:{strokeNoScale:!0},z2:99,silent:!0,scale:[.5,.5]});var r=-o/3*t.period+t.effectOffset;a.animate("",!0).when(t.period,{scale:[t.rippleScale/2,t.rippleScale/2]}).delay(r).start(),a.animateStyle(!0).when(t.period,{opacity:0}).delay(r).start(),n.add(a)}mg(n,t)},Jk.updateEffectAnimation=function(t){for(var e=this._effectCfg,i=this.childAt(1),n=["symbolType","period","rippleScale"],o=0;o "))},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,label:{show:!1,position:"end"},lineStyle:{opacity:.5}}}),iP=xg.prototype;iP.createLine=function(t,e,i){return new rf(t,e,i)},iP._updateEffectSymbol=function(t,e){var i=t.getItemModel(e).getModel("effect"),n=i.get("symbolSize"),o=i.get("symbol");y(n)||(n=[n,n]);var a=i.get("color")||t.getItemVisual(e,"color"),r=this.childAt(1);this._symbolType!==o&&(this.remove(r),(r=Jl(o,-.5,-.5,1,1,a)).z2=100,r.culling=!0,this.add(r)),r&&(r.setStyle("shadowColor",a),r.setStyle(i.getItemStyle(["color"])),r.attr("scale",n),r.setColor(a),r.attr("scale",n),this._symbolType=o,this._updateEffectAnimation(t,i,e))},iP._updateEffectAnimation=function(t,e,i){var n=this.childAt(1);if(n){var o=this,a=t.getItemLayout(i),r=1e3*e.get("period"),s=e.get("loop"),l=e.get("constantSpeed"),u=T(e.get("delay"),function(e){return e/t.count()*r/3}),h="function"==typeof u;if(n.ignore=!0,this.updateAnimationPoints(n,a),l>0&&(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(){o.updateSymbolPosition(n)});s||d.done(function(){o.remove(n)}),d.start()}this._period=r,this._loop=s}},iP.getLineLength=function(t){return uw(t.__p1,t.__cp1)+uw(t.__cp1,t.__p2)},iP.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]},iP.updateData=function(t,e,i){this.childAt(0).updateData(t,e,i),this._updateEffectSymbol(t,e)},iP.updateSymbolPosition=function(t){var e=t.__p1,i=t.__p2,n=t.__cp1,o=t.__t,a=t.position,r=sn,s=ln;a[0]=r(e[0],n[0],i[0],o),a[1]=r(e[1],n[1],i[1],o);var l=s(e[0],n[0],i[0],o),u=s(e[1],n[1],i[1],o);t.rotation=-Math.atan2(u,l)-Math.PI/2,t.ignore=!1},iP.updateLayout=function(t,e){this.childAt(0).updateLayout(t,e);var i=t.getItemModel(e).getModel("effect");this._updateEffectAnimation(t,i,e)},u(xg,tb);var nP=_g.prototype;nP._createPolyline=function(t,e,i){var n=t.getItemLayout(e),o=new gM({shape:{points:n}});this.add(o),this._updateCommonStl(t,e,i)},nP.updateData=function(t,e,i){var n=t.hostModel;Io(this.childAt(0),{shape:{points:t.getItemLayout(e)}},n,e),this._updateCommonStl(t,e,i)},nP._updateCommonStl=function(t,e,i){var n=this.childAt(0),o=t.getItemModel(e),a=t.getItemVisual(e,"color"),s=i&&i.lineStyle,l=i&&i.hoverLineStyle;i&&!t.hasItemOption||(s=o.getModel("lineStyle").getLineStyle(),l=o.getModel("emphasis.lineStyle").getLineStyle()),n.useStyle(r({strokeNoScale:!0,fill:"none",stroke:a},s)),n.hoverStyle=l,fo(this)},nP.updateLayout=function(t,e){this.childAt(0).setShape("points",t.getItemLayout(e))},u(_g,tb);var oP=wg.prototype;oP.createLine=function(t,e,i){return new _g(t,e,i)},oP.updateAnimationPoints=function(t,e){this._points=e;for(var i=[0],n=0,o=1;o=0&&!(n[r]<=e);r--);r=Math.min(r,o-2)}else{for(var r=a;re);r++);r=Math.min(r-1,o-2)}J(t.position,i[r],i[r+1],(e-n[r])/(n[r+1]-n[r]));var s=i[r+1][0]-i[r][0],l=i[r+1][1]-i[r][1];t.rotation=-Math.atan2(l,s)-Math.PI/2,this._lastFrame=r,this._lastFramePercent=e,t.ignore=!1}},u(wg,xg);var aP=Un({shape:{polyline:!1,curveness:0,segs:[]},buildPath:function(t,e){var i=e.segs,n=e.curveness;if(e.polyline)for(r=0;r0){t.moveTo(i[r++],i[r++]);for(var a=1;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(t,e){var i=this.shape,n=i.segs,o=i.curveness;if(i.polyline)for(var a=0,r=0;r0)for(var l=n[r++],u=n[r++],h=1;h0){if(_n(l,u,(l+c)/2-(u-d)*o,(u+d)/2-(c-l)*o,c,d))return a}else if(yn(l,u,c,d))return a;a++}return-1}}),rP=bg.prototype;rP.isPersistent=function(){return!this._incremental},rP.updateData=function(t){this.group.removeAll();var e=new aP({rectHover:!0,cursor:"default"});e.setShape({segs:t.getLayout("linesPoints")}),this._setCommon(e,t),this.group.add(e),this._incremental=null},rP.incrementalPrepareUpdate=function(t){this.group.removeAll(),this._clearIncremental(),t.count()>5e5?(this._incremental||(this._incremental=new Zn({silent:!0})),this.group.add(this._incremental)):this._incremental=null},rP.incrementalUpdate=function(t,e){var i=new aP;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))},rP.remove=function(){this._clearIncremental(),this._incremental=null,this.group.removeAll()},rP._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 o=e.getVisual("color");o&&t.setStyle("stroke",o),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)}))},rP._clearIncremental=function(){var t=this._incremental;t&&t.clearDisplaybles()};var sP={seriesType:"lines",plan:$I(),reset:function(t){var e=t.coordinateSystem,i=t.get("polyline"),n=t.pipelineContext.large;return{progress:function(o,a){var r=[];if(n){var s,l=o.end-o.start;if(i){for(var u=0,h=o.start;h0){var I=a(v)?s:l;v>0&&(v=v*S+b),x[_++]=I[M],x[_++]=I[M+1],x[_++]=I[M+2],x[_++]=I[M+3]*v*256}else _+=4}return c.putImageData(y,0,0),h},_getBrush:function(){var t=this._brushCanvas||(this._brushCanvas=iw()),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,o=n[i]||(n[i]=new Uint8ClampedArray(1024)),a=[0,0,0,0],r=0,s=0;s<256;s++)e[i](s/255,!0,a),o[r++]=a[0],o[r++]=a[1],o[r++]=a[2],o[r++]=a[3];return o}},Zs({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 o=t.coordinateSystem;"cartesian2d"===o.type||"calendar"===o.type?this._renderOnCartesianAndCalendar(t,i,0,t.getData().count()):Ag(o)&&this._renderOnGeo(o,t,n,i)},incrementalPrepareRender:function(t,e,i){this.group.removeAll()},incrementalRender:function(t,e,i,n){e.coordinateSystem&&this._renderOnCartesianAndCalendar(e,n,t.start,t.end,!0)},_renderOnCartesianAndCalendar:function(t,e,i,n,o){var r,s,l=t.coordinateSystem;if("cartesian2d"===l.type){var u=l.getAxis("x"),h=l.getAxis("y");r=u.getBandWidth(),s=h.getBandWidth()}for(var c=this.group,d=t.getData(),f=t.getModel("itemStyle").getItemStyle(["color"]),p=t.getModel("emphasis.itemStyle").getItemStyle(),g=t.getModel("label"),m=t.getModel("emphasis.label"),v=l.type,y="cartesian2d"===v?[d.mapDimension("x"),d.mapDimension("y"),d.mapDimension("value")]:[d.mapDimension("time"),d.mapDimension("value")],x=i;x=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=[],o="horizontal"===e.orient?0:1;return t instanceof Array&&(t=t[0]),n[o]=e.toGlobalCoord(e.dataToCoord(+t)),n[1-o]=0===o?i.y+i.height/2:i.x+i.width/2,n}},Fa.register("single",{create:function(t,e){var i=[];return t.eachComponent("singleAxis",function(n,o){var a=new $g(n,t,e);a.name="single_"+o,a.resize(n,e),n.coordinateSystem=a,i.push(a)}),t.eachSeries(function(e){if("singleAxis"===e.get("coordinateSystem")){var i=t.queryComponents({mainType:"singleAxis",index:e.get("singleAxisIndex"),id:e.get("singleAxisId")})[0];e.coordinateSystem=i&&i.coordinateSystem}}),i},dimensions:$g.prototype.dimensions});var gP=["axisLine","axisTickLabel","axisName"],mP=XD.extend({type:"singleAxis",axisPointerClass:"SingleAxisPointer",render:function(t,e,i,n){var o=this.group;o.removeAll();var a=Jg(t),r=new FD(t,a);d(gP,r.add,r),o.add(r.getGroup()),t.get("splitLine.show")&&this._splitLine(t),mP.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"),o=n.get("width"),a=n.get("color");a=a instanceof Array?a:[a];for(var r=t.coordinateSystem.getRect(),s=e.isHorizontal(),l=[],u=0,h=e.getTicksCoords({tickModel:i}),c=[],d=[],f=0;f=0)&&i({type:"updateAxisPointer",currTrigger:t,x:e&&e.offsetX,y:e&&e.offsetY})})},remove:function(t,e){gm(e.getZr(),"axisPointer"),IP.superApply(this._model,"remove",arguments)},dispose:function(t,e){gm("axisPointer",e),IP.superApply(this._model,"dispose",arguments)}}),TP=Bi(),AP=i,DP=m;(mm.prototype={_group:null,_lastGraphicKey:null,_handle:null,_dragging:!1,_lastValue:null,_lastStatus:null,_payloadInfo:null,animationThreshold:15,render:function(t,e,i,n){var o=e.get("value"),a=e.get("status");if(this._axisModel=t,this._axisPointerModel=e,this._api=i,n||this._lastValue!==o||this._lastStatus!==a){this._lastValue=o,this._lastStatus=a;var r=this._group,s=this._handle;if(!a||"hide"===a)return r&&r.hide(),void(s&&s.hide());r&&r.show(),s&&s.show();var l={};this.makeElOption(l,o,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=v(vm,e,h);this.updatePointerEl(r,l,c,e),this.updateLabelEl(r,l,c,e)}else r=this._group=new tb,this.createPointerEl(r,l,t,e),this.createLabelEl(r,l,t,e),i.getZr().add(r);wm(r,e,!0),this._renderHandle(o)}},remove:function(t){this.clear(t)},dispose:function(t){this.clear(t)},determineAnimation:function(t,e){var i=e.get("animation"),n=t.axis,o="category"===n.type,a=e.get("snap");if(!a&&!o)return!1;if("auto"===i||null==i){var r=this.animationThreshold;if(o&&n.getBandWidth()>r)return!0;if(a){var s=Mh(t).seriesDataCount,l=n.getExtent();return Math.abs(l[0]-l[1])/s>r}return!1}return!0===i},makeElOption:function(t,e,i,n,o){},createPointerEl:function(t,e,i,n){var o=e.pointer;if(o){var a=TP(t).pointerEl=new zM[o.type](AP(e.pointer));t.add(a)}},createLabelEl:function(t,e,i,n){if(e.label){var o=TP(t).labelEl=new yM(AP(e.label));t.add(o),xm(o,n)}},updatePointerEl:function(t,e,i){var n=TP(t).pointerEl;n&&(n.setStyle(e.pointer.style),i(n,{shape:e.pointer.shape}))},updateLabelEl:function(t,e,i,n){var o=TP(t).labelEl;o&&(o.setStyle(e.label.style),i(o,{shape:e.label.shape,position:e.label.position}),xm(o,n))},_renderHandle:function(t){if(!this._dragging&&this.updateHandleTransform){var e=this._axisPointerModel,i=this._api.getZr(),n=this._handle,o=e.getModel("handle"),a=e.get("status");if(!o.get("show")||!a||"hide"===a)return n&&i.remove(n),void(this._handle=null);var r;this._handle||(r=!0,n=this._handle=Po(o.get("icon"),{cursor:"move",draggable:!0,onmousemove:function(t){mw(t.event)},onmousedown:DP(this._onHandleDragMove,this,0,0),drift:DP(this._onHandleDragMove,this),ondragend:DP(this._onHandleDragEnd,this)}),i.add(n)),wm(n,e,!1);var s=["color","borderColor","borderWidth","opacity","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY"];n.setStyle(o.getItemStyle(null,s));var l=o.get("size");y(l)||(l=[l,l]),n.attr("scale",[l[0]/2,l[1]/2]),Nr(this,"_doDispatchAxisPointer",o.get("throttle")||0,"fixRate"),this._moveHandleToValue(t,r)}},_moveHandleToValue:function(t,e){vm(this._axisPointerModel,!e&&this._moveAnimation,this._handle,_m(this.getHandleTransform(t,this._axisModel,this._axisPointerModel)))},_onHandleDragMove:function(t,e){var i=this._handle;if(i){this._dragging=!0;var n=this.updateHandleTransform(_m(i),[t,e],this._axisModel,this._axisPointerModel);this._payloadInfo=n,i.stopAnimation(),i.attr(_m(n)),TP(i).lastProp=null,this._doDispatchAxisPointer()}},_doDispatchAxisPointer:function(){if(this._handle){var t=this._payloadInfo,e=this._axisModel;this._api.dispatchAction({type:"updateAxisPointer",x:t.cursorPoint[0],y:t.cursorPoint[1],tooltipOption:t.tooltipOption,axesInfo:[{axisDim:e.axis.dim,axisIndex:e.componentIndex}]})}},_onHandleDragEnd:function(t){if(this._dragging=!1,this._handle){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]}}}).constructor=mm,ji(mm);var CP=mm.extend({makeElOption:function(t,e,i,n,o){var a=i.axis,r=a.grid,s=n.get("type"),l=km(r,a).getOtherAxis(a).getGlobalExtent(),u=a.toGlobalCoord(a.dataToCoord(e,!0));if(s&&"none"!==s){var h=bm(n),c=LP[s](a,u,l,h);c.style=h,t.graphicKey=c.type,t.pointer=c}Am(e,t,Lh(r.model,i),i,n,o)},getHandleTransform:function(t,e,i){var n=Lh(e.axis.grid.model,e,{labelInside:!1});return n.labelMargin=i.get("handle.margin"),{position:Tm(e.axis,t,n),rotation:n.rotation+(n.labelDirection<0?Math.PI:0)}},updateHandleTransform:function(t,e,i,n){var o=i.axis,a=o.grid,r=o.getGlobalExtent(!0),s=km(a,o).getOtherAxis(o).getGlobalExtent(),l="x"===o.dim?0:1,u=t.position;u[l]+=e[l],u[l]=Math.min(r[1],u[l]),u[l]=Math.max(r[0],u[l]);var h=(s[1]+s[0])/2,c=[h,h];c[l]=u[l];var d=[{verticalAlign:"middle"},{align:"center"}];return{position:u,rotation:t.rotation,cursorPoint:c,tooltipOption:d[l]}}}),LP={line:function(t,e,i,n){var o=Dm([e,i[0]],[e,i[1]],Pm(t));return Kn({shape:o,style:n}),{type:"Line",shape:o}},shadow:function(t,e,i,n){var o=Math.max(1,t.getBandWidth()),a=i[1]-i[0];return{type:"Rect",shape:Cm([e-o/2,i[0]],[o,a],Pm(t))}}};XD.registerAxisPointerClass("CartesianAxisPointer",CP),Ns(function(t){if(t){(!t.axisPointer||0===t.axisPointer.length)&&(t.axisPointer={});var e=t.axisPointer.link;e&&!y(e)&&(t.axisPointer.link=[e])}}),Os(VT.PROCESSOR.STATISTIC,function(t,e){t.getComponent("axisPointer").coordSysAxesInfo=vh(t,e)}),Es({type:"updateAxisPointer",event:"updateAxisPointer",update:":updateAxisPointer"},function(t,e,i){var n=t.currTrigger,o=[t.x,t.y],a=t,r=t.dispatchAction||m(i.dispatchAction,i),s=e.getComponent("axisPointer").coordSysAxesInfo;if(s){lm(o)&&(o=xP({seriesIndex:a.seriesIndex,dataIndex:a.dataIndex},e).point);var l=lm(o),u=a.axesInfo,h=s.axesInfo,c="leave"===n||lm(o),d={},f={},p={list:[],map:{}},g={showPointer:wP(em,f),showTooltip:wP(im,p)};_P(s.coordSysMap,function(t,e){var i=l||t.containPoint(o);_P(s.coordSysAxesInfo[e],function(t,e){var n=t.axis,a=rm(u,t);if(!c&&i&&(!u||a)){var r=a&&a.value;null!=r||l||(r=n.pointToData(o)),null!=r&&Qg(t,r,g,!1,d)}})});var v={};return _P(h,function(t,e){var i=t.linkGroup;i&&!f[e]&&_P(i.axesInfo,function(e,n){var o=f[n];if(e!==t&&o){var a=o.value;i.mapper&&(a=t.axis.scale.parse(i.mapper(a,sm(e),sm(t)))),v[t.key]=a}})}),_P(v,function(t,e){Qg(h[e],t,g,!0,d)}),nm(f,h,d),om(p,o,t,r),am(h,0,i),d}});var kP=["x","y"],PP=["width","height"],NP=mm.extend({makeElOption:function(t,e,i,n,o){var a=i.axis,r=a.coordinateSystem,s=Om(r,1-Nm(a)),l=r.dataToPoint(e)[0],u=n.get("type");if(u&&"none"!==u){var h=bm(n),c=OP[u](a,l,s,h);c.style=h,t.graphicKey=c.type,t.pointer=c}Am(e,t,Jg(i),i,n,o)},getHandleTransform:function(t,e,i){var n=Jg(e,{labelInside:!1});return n.labelMargin=i.get("handle.margin"),{position:Tm(e.axis,t,n),rotation:n.rotation+(n.labelDirection<0?Math.PI:0)}},updateHandleTransform:function(t,e,i,n){var o=i.axis,a=o.coordinateSystem,r=Nm(o),s=Om(a,r),l=t.position;l[r]+=e[r],l[r]=Math.min(s[1],l[r]),l[r]=Math.max(s[0],l[r]);var u=Om(a,1-r),h=(u[1]+u[0])/2,c=[h,h];return c[r]=l[r],{position:l,rotation:t.rotation,cursorPoint:c,tooltipOption:{verticalAlign:"middle"}}}}),OP={line:function(t,e,i,n){var o=Dm([e,i[0]],[e,i[1]],Nm(t));return Kn({shape:o,style:n}),{type:"Line",shape:o}},shadow:function(t,e,i,n){var o=t.getBandWidth(),a=i[1]-i[0];return{type:"Rect",shape:Cm([e-o/2,i[0]],[o,a],Nm(t))}}};XD.registerAxisPointerClass("SingleAxisPointer",NP),Ws({type:"single"});var EP=YI.extend({type:"series.themeRiver",dependencies:["singleAxis"],nameMap:null,init:function(t){EP.superApply(this,"init",arguments),this.legendDataProvider=function(){return this.getRawData()}},fixData:function(t){var e=t.length,i=[];Zi(t,function(t){return t[2]}).buckets.each(function(t,e){i.push({name:e,dataList:t})});for(var n=i.length,o=-1,a=-1,r=0;ro&&(o=s,a=r)}for(var l=0;lMath.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)<-Math.PI/2&&(S+=Math.PI):"tangential"===b?(S=Math.PI/2-p)>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)},VP._initEvents=function(t,e,i,n){t.off("mouseover").off("mouseout").off("emphasis").off("normal");var o=this,a=function(){o.onEmphasis(n)},r=function(){o.onNormal()};i.isAnimationEnabled()&&t.on("mouseover",a).on("mouseout",r).on("emphasis",a).on("normal",r).on("downplay",function(){o.onDownplay()}).on("highlight",function(){o.onHighlight()})},u(Vm,tb);Ar.extend({type:"sunburst",init:function(){},render:function(t,e,i,n){function o(i,n){if(c||!i||i.getValue()||(i=null),i!==l&&n!==l)if(n&&n.piece)i?(n.piece.updateData(!1,i,"normal",t,e),s.setItemGraphicEl(i.dataIndex,n.piece)):a(n);else if(i){var o=new Vm(i,t,e);h.add(o),s.setItemGraphicEl(i.dataIndex,o)}}function a(t){t&&t.piece&&(h.remove(t.piece),t.piece=null)}var r=this;this.seriesModel=t,this.api=i,this.ecModel=e;var s=t.getData(),l=s.tree.root,u=t.getViewRoot(),h=this.group,c=t.get("renderLabelForZeroData"),d=[];u.eachNode(function(t){d.push(t)});var f=this._oldChildren||[];if(function(t,e){function i(t){return t.getId()}function n(i,n){o(null==i?null:t[i],null==n?null:e[n])}0===t.length&&0===e.length||new Xs(e,t,i,i).add(n).update(n).remove(v(n,null)).execute()}(d,f),function(i,n){if(n.depth>0){r.virtualPiece?r.virtualPiece.updateData(!1,i,"normal",t,e):(r.virtualPiece=new Vm(i,t,e),h.add(r.virtualPiece)),n.piece._onclickEvent&&n.piece.off("click",n.piece._onclickEvent);var o=function(t){r._rootToNode(n.parentNode)};n.piece._onclickEvent=o,r.virtualPiece.on("click",o)}else r.virtualPiece&&(h.remove(r.virtualPiece),r.virtualPiece=null)}(l,u),n&&n.highlight&&n.highlight.piece){var p=t.getShallow("highlightPolicy");n.highlight.piece.onEmphasis(p)}else if(n&&n.unhighlight){var g=this.virtualPiece;!g&&l.children.length&&(g=l.children[0].piece),g&&g.onNormal()}this._initEvents(),this._oldChildren=d},dispose:function(){},_initEvents:function(){var t=this,e=function(e){var i=!1;t.seriesModel.getViewRoot().eachNode(function(n){if(!i&&n.piece&&n.piece.childAt(0)===e.target){var o=n.getModel().get("nodeClick");if("rootToNode"===o)t._rootToNode(n);else if("link"===o){var a=n.getModel(),r=a.get("link");if(r){var s=a.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:"sunburstRootToNode",from:this.uid,seriesId:this.seriesModel.id,targetNode:t})},containPoint:function(t,e){var i=e.getData().getItemLayout(0);if(i){var n=t[0]-i.cx,o=t[1]-i.cy,a=Math.sqrt(n*n+o*o);return a<=i.r&&a>=i.r0}}});var GP="sunburstRootToNode";Es({type:GP,update:"updateView"},function(t,e){e.eachComponent({mainType:"series",subType:"sunburst",query:t},function(e,i){var n=ld(t,[GP],e);if(n){var o=e.getViewRoot();o&&(t.direction=hd(o,n.node)?"rollUp":"drillDown"),e.resetViewRoot(n.node)}})});var FP="sunburstHighlight";Es({type:FP,update:"updateView"},function(t,e){e.eachComponent({mainType:"series",subType:"sunburst",query:t},function(e,i){var n=ld(t,[FP],e);n&&(t.highlight=n.node)})});Es({type:"sunburstUnhighlight",update:"updateView"},function(t,e){e.eachComponent({mainType:"series",subType:"sunburst",query:t},function(e,i){t.unhighlight=!0})});var WP=Math.PI/180;Bs(v(uC,"sunburst")),zs(v(function(t,e,i,n){e.eachSeriesByType(t,function(t){var e=t.get("center"),n=t.get("radius");y(n)||(n=[0,n]),y(e)||(e=[e,e]);var o=i.getWidth(),a=i.getHeight(),r=Math.min(o,a),s=Vo(e[0],o),l=Vo(e[1],a),u=Vo(n[0],r/2),h=Vo(n[1],r/2),c=-t.get("startAngle")*WP,f=t.get("minAngle")*WP,p=t.getData().tree.root,g=t.getViewRoot(),m=g.depth,v=t.get("sort");null!=v&&Zm(g,v);var x=0;d(g.children,function(t){!isNaN(t.getValue())&&x++});var _=g.getValue(),w=Math.PI/(_||x)*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(),o=0===_&&T?w:n*w;on[1]&&n.reverse(),{coordSys:{type:"polar",cx:t.cx,cy:t.cy,r:n[1],r0:n[0]},api:{coord:m(function(n){var o=e.dataToRadius(n[0]),a=i.dataToAngle(n[1]),r=t.coordToPoint([o,a]);return r.push(o,a*Math.PI/180),r}),size:m(qm,t)}}},calendar: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)}}}}};YI.extend({type:"series.custom",dependencies:["grid","polar","geo","singleAxis","calendar"],defaultOption:{coordinateSystem:"cartesian2d",zlevel:0,z:2,legendHoverLink:!0,useTransform:!0},getInitialData:function(t,e){return ml(this.getSource(),this)},getDataParams:function(t,e,i){var n=YI.prototype.getDataParams.apply(this,arguments);return i&&(n.info=i.info),n}}),Ar.extend({type:"custom",_data:null,render:function(t,e,i,n){var o=this._data,a=t.getData(),r=this.group,s=Qm(t,a,e,i);a.diff(o).add(function(e){ev(null,e,s(e,n),t,r,a)}).update(function(e,i){ev(o.getItemGraphicEl(i),e,s(e,n),t,r,a)}).remove(function(t){var e=o.getItemGraphicEl(t);e&&r.remove(e)}).execute(),this._data=a},incrementalPrepareRender:function(t,e,i){this.group.removeAll(),this._data=null},incrementalRender:function(t,e,i,n,o){for(var a=e.getData(),r=Qm(e,a,i,n),s=t.start;s=0;l--)null==o[l]?o.splice(l,1):delete o[l].$action},_flatten:function(t,e,i){d(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}});Ws({type:"graphic",init:function(t,e){this._elMap=R(),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;d(e,function(e){var o=e.$action,a=e.id,r=i.get(a),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=fv(e);o&&"merge"!==o?"replace"===o?(dv(r,i),cv(a,l,h,i)):"remove"===o&&dv(r,i):r?r.attr(h):cv(a,l,h,i);var c=i.get(a);c&&(c.__ecGraphicWidth=e.width,c.__ecGraphicHeight=e.height,yv(c,t))})}},_relocate:function(t,e){for(var i=t.option.elements,n=this.group,o=this._elMap,a=i.length-1;a>=0;a--){var r=i[a],s=o.get(r.id);if(s){var l=s.parent;da(s,r,l===n?{width:e.getWidth(),height:e.getHeight()}:{width:l.__ecGraphicWidth||0,height:l.__ecGraphicHeight||0},null,{hv:r.hv,boundingMode:r.bounding})}}},_clear:function(){var t=this._elMap;t.each(function(e){dv(e,t)}),this._elMap=R()},dispose:function(){this._clear()}});var KP=Fs({type:"legend.plain",dependencies:["series"],layoutMode:{type:"box",ignoreSize:!0},init:function(t,e,i){this.mergeDefaultAndTheme(t,i),t.selected=t.selected||{}},mergeOption:function(t){KP.superCall(this,"mergeOption",t)},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},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",textStyle:{color:"#333"},selectedMode:!0,tooltip:{show:!1}}});Es("legendToggleSelect","legendselectchanged",v(xv,"toggleSelected")),Es("legendSelect","legendselected",v(xv,"select")),Es("legendUnSelect","legendunselected",v(xv,"unSelect"));var $P=v,JP=d,QP=tb,tN=Ws({type:"legend.plain",newlineDisabled:!1,init:function(){this.group.add(this._contentGroup=new QP),this._backgroundEl,this._isFirstRender=!0},getContentGroup:function(){return this._contentGroup},render:function(t,e,i){var n=this._isFirstRender;if(this._isFirstRender=!1,this.resetInner(),t.get("show",!0)){var o=t.get("align");o&&"auto"!==o||(o="right"===t.get("left")&&"vertical"===t.get("orient")?"right":"left"),this.renderInner(o,t,e,i);var a=t.getBoxLayoutParams(),s={width:i.getWidth(),height:i.getHeight()},l=t.get("padding"),u=ca(a,s,l),h=this.layoutInner(t,o,u,n),c=ca(r({width:h.width,height:h.height},a),s,l);this.group.attr("position",[c.x-h.x,c.y-h.y]),this.group.add(this._backgroundEl=wv(h,t))}},resetInner:function(){this.getContentGroup().removeAll(),this._backgroundEl&&this.group.remove(this._backgroundEl)},renderInner:function(t,e,i,n){var o=this.getContentGroup(),a=R(),r=e.get("selectedMode"),s=[];i.eachRawSeries(function(t){!t.get("legendHoverLink")&&s.push(t.id)}),JP(e.getData(),function(l,u){var h=l.get("name");if(this.newlineDisabled||""!==h&&"\n"!==h){var c=i.getSeriesByName(h)[0];if(!a.get(h))if(c){var d=c.getData(),f=d.getVisual("color");"function"==typeof f&&(f=f(c.getDataParams(0)));var p=d.getVisual("legendSymbol")||"roundRect",g=d.getVisual("symbol");this._createItem(h,u,l,e,p,g,t,f,r).on("click",$P(bv,h,n)).on("mouseover",$P(Sv,c.name,null,n,s)).on("mouseout",$P(Mv,c.name,null,n,s)),a.set(h,!0)}else i.eachRawSeries(function(i){if(!a.get(h)&&i.legendDataProvider){var o=i.legendDataProvider(),c=o.indexOfName(h);if(c<0)return;var d=o.getItemVisual(c,"color");this._createItem(h,u,l,e,"roundRect",null,t,d,r).on("click",$P(bv,h,n)).on("mouseover",$P(Sv,null,h,n,s)).on("mouseout",$P(Mv,null,h,n,s)),a.set(h,!0)}},this)}else o.add(new QP({newline:!0}))},this)},_createItem:function(t,e,i,n,o,r,s,l,u){var h=n.get("itemWidth"),c=n.get("itemHeight"),d=n.get("inactiveColor"),f=n.get("symbolKeepAspect"),p=n.isSelected(t),g=new QP,m=i.getModel("textStyle"),v=i.get("icon"),y=i.getModel("tooltip"),x=y.parentModel;if(o=v||o,g.add(Jl(o,0,0,h,c,p?l:d,null==f||f)),!v&&r&&(r!==o||"none"===r)){var _=.8*c;"none"===r&&(r="circle"),g.add(Jl(r,(h-_)/2,(c-_)/2,_,_,p?l:d,null==f||f))}var w="left"===s?h+5:-5,b=s,S=n.get("formatter"),M=t;"string"==typeof S&&S?M=S.replace("{name}",null!=t?t:""):"function"==typeof S&&(M=S(t)),g.add(new rM({style:mo({},m,{text:M,x:w,y:c/2,textFill:p?m.getTextColor():d,textAlign:b,textVerticalAlign:"middle"})}));var I=new yM({shape:g.getBoundingRect(),invisible:!0,tooltip:y.get("show")?a({content:t,formatter:x.get("formatter",!0)||function(){return t},formatterParams:{componentType:"legend",legendIndex:n.componentIndex,name:t,$vars:["name"]}},y.option):null});return g.add(I),g.eachChild(function(t){t.silent=!0}),I.silent=!u,this.getContentGroup().add(g),fo(g),g.__legendDataIndex=e,g},layoutInner:function(t,e,i){var n=this.getContentGroup();aI(t.get("orient"),n,t.get("itemGap"),i.width,i.height);var o=n.getBoundingRect();return n.attr("position",[-o.x,-o.y]),this.group.getBoundingRect()},remove:function(){this.getContentGroup().removeAll(),this._isFirstRender=!0}});Os(function(t){var e=t.findComponents({mainType:"legend"});e&&e.length&&t.filterSeries(function(t){for(var i=0;ii[l],p=[-c.x,-c.y];n||(p[s]=o.position[s]);var g=[0,0],m=[-d.x,-d.y],v=A(t.get("pageButtonGap",!0),t.get("itemGap",!0));f&&("end"===t.get("pageButtonPosition",!0)?m[s]+=i[l]-d[l]:g[s]+=d[l]+v),m[1-s]+=c[u]/2-d[u]/2,o.attr("position",p),a.attr("position",g),r.attr("position",m);var y=this.group.getBoundingRect();if((y={x:0,y:0})[l]=f?i[l]:c[l],y[u]=Math.max(c[u],d[u]),y[h]=Math.min(0,d[h]+m[1-s]),a.__rectSize=i[l],f){var x={x:0,y:0};x[l]=Math.max(i[l]-d[l]-v,0),x[u]=y[u],a.setClipPath(new yM({shape:x})),a.__rectSize=x[l]}else r.eachChild(function(t){t.attr({invisible:!0,silent:!0})});var _=this._getPageInfo(t);return null!=_.pageIndex&&Io(o,{position:_.contentPosition},!!f&&t),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;d(["pagePrev","pageNext"],function(n){var o=null!=e[n+"DataIndex"],a=i.childOfName(n);a&&(a.setStyle("fill",o?t.get("pageIconColor",!0):t.get("pageIconInactiveColor",!0)),a.cursor=o?"pointer":"default")});var n=i.childOfName("pageText"),o=t.get("pageFormatter"),a=e.pageIndex,r=null!=a?a+1:0,s=e.pageCount;n&&o&&n.setStyle("text",_(o)?o.replace("{current}",r).replace("{total}",s):o({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+a}var n=t.get("scrollDataIndex",!0),o=this.getContentGroup(),a=this._containerGroup.__rectSize,r=t.getOrient().index,s=nN[r],l=oN[r],u=this._findTargetItemIndex(n),h=o.children(),c=h[u],d=h.length,f=d?1:0,p={contentPosition:o.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;m<=d;++m)(!(x=e(h[m]))&&y.e>v.s+a||x&&!i(x,v.s))&&(v=y.i>v.i?y:x)&&(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]))&&i(y,x.s)||!(v.i=0;){var r=o.indexOf("|}"),s=o.substr(a+"{marker".length,r-a-"{marker".length);s.indexOf("sub")>-1?n["marker"+s]={textWidth:4,textHeight:4,textBorderRadius:2,textBackgroundColor:e[s],textOffset:[3,0]}:n["marker"+s]={textWidth:10,textHeight:10,textBorderRadius:5,textBackgroundColor:e[s]},a=(o=o.substr(r+1)).indexOf("{marker")}this.el=new rM({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 l=this;this.el.on("mouseover",function(){l._enterable&&(clearTimeout(l._hideTimeout),l._show=!0),l._inContent=!0}),this.el.on("mouseout",function(){l._enterable&&l._show&&l.hideLater(l._hideDelay),l._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():true,this._show=!1},hideLater:function(t){!this._show||this._inContent&&this._enterable||(t?(this._hideDelay=t,this._show=!1,this._hideTimeout=setTimeout(m(this.hide,this),t)):this.hide())},isShow:function(){return this._show},getOuterSize:function(){return this.getSize()}};var uN=m,hN=d,cN=Vo,dN=new yM({shape:{x:-1,y:-1,width:2,height:2}});Ws({type:"tooltip",init:function(t,e){if(!U_.node){var i=t.getComponent("tooltip").get("renderMode");this._renderMode=Hi(i);var n;"html"===this._renderMode?(n=new Cv(e.getDom(),e),this._newLine="
"):(n=new Lv(e),this._newLine="\n"),this._tooltipContent=n}},render:function(t,e,i){if(!U_.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.get("triggerOn");um("itemTooltip",this._api,uN(function(e,i,n){"none"!==t&&(t.indexOf(e)>=0?this._tryShow(i,n):"leave"===e&&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(){n.manuallyShowTip(t,e,i,{x:n._lastX,y:n._lastY})})}},manuallyShowTip:function(t,e,i,n){if(n.from!==this.uid&&!U_.node){var o=Pv(n,i);this._ticket="";var a=n.dataByCoordSys;if(n.tooltip&&null!=n.x&&null!=n.y){var r=dN;r.position=[n.x,n.y],r.update(),r.tooltip=n.tooltip,this._tryShow({offsetX:n.x,offsetY:n.y,target:r},o)}else if(a)this._tryShow({offsetX:n.x,offsetY:n.y,position:n.position,event:{},dataByCoordSys:n.dataByCoordSys,tooltipOption:n.tooltipOption},o);else if(null!=n.seriesIndex){if(this._manuallyAxisShowTip(t,e,i,n))return;var s=xP(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:{}},o)}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:{}},o))}},manuallyHideTip:function(t,e,i,n){var o=this._tooltipContent;!this._alwaysShowContent&&this._tooltipModel&&o.hideLater(this._tooltipModel.get("hideDelay")),this._lastX=this._lastY=null,n.from!==this.uid&&this._hide(Pv(n,i))},_manuallyAxisShowTip:function(t,e,i,n){var o=n.seriesIndex,a=n.dataIndex,r=e.getComponent("axisPointer").coordSysAxesInfo;if(null!=o&&null!=a&&null!=r){var s=e.getSeriesByIndex(o);if(s&&"axis"===(t=kv([s.getData().getItemModel(a),s,(s.coordinateSystem||{}).model,t])).get("trigger"))return i.dispatchAction({type:"updateAxisPointer",seriesIndex:o,dataIndex:a,position:n.position}),!0}},_tryShow:function(t,e){var i=t.target;if(this._tooltipModel){this._lastX=t.offsetX,this._lastY=t.offsetY;var n=t.dataByCoordSys;n&&n.length?this._showAxisTooltip(n,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=m(e,this),clearTimeout(this._showTimout),i>0?this._showTimout=setTimeout(e,i):e()},_showAxisTooltip:function(t,e){var i=this._ecModel,o=this._tooltipModel,a=[e.offsetX,e.offsetY],r=[],s=[],l=kv([e.tooltipOption,o]),u=this._renderMode,h=this._newLine,c={};hN(t,function(t){hN(t.dataByAxis,function(t){var e=i.getComponent(t.axisDim+"Axis",t.axisIndex),o=t.value,a=[];if(e&&null!=o){var l=Im(o,e.axis,i,t.seriesDataIndices,t.valueLabelOpt);d(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=Xl(e.axis,o),f.axisValueLabel=l,f){s.push(f);var p,g=h.formatTooltip(d,!0,null,u);if(w(g)){p=g.html;var m=g.markers;n(c,m)}else p=g;a.push(p)}});var f=l;"html"!==u?r.push(a.join(h)):r.push((f?ia(f)+h:"")+a.join(h))}})},this),r.reverse(),r=r.join(this._newLine+this._newLine);var f=e.position;this._showOrMove(l,function(){this._updateContentNotChangedOnAxis(t)?this._updatePosition(l,f,a[0],a[1],this._tooltipContent,s):this._showTooltipContent(l,r,s,Math.random(),a[0],a[1],f,void 0,c)})},_showSeriesItemTooltip:function(t,e,i){var n=this._ecModel,o=e.seriesIndex,a=n.getSeriesByIndex(o),r=e.dataModel||a,s=e.dataIndex,l=e.dataType,u=r.getData(),h=kv([u.getItemModel(s),r,a&&(a.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);w(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:o,from:this.uid})}},_showComponentItemTooltip:function(t,e,i){var n=e.tooltip;if("string"==typeof n){var o=n;n={content:o,formatter:o}}var a=new No(n,this._tooltipModel,this._ecModel),r=a.get("content"),s=Math.random();this._showOrMove(a,function(){this._showTooltipContent(a,r,a.get("formatterParams")||{},s,t.offsetX,t.offsetY,t.position,e)}),i({type:"showTip",from:this.uid})},_showTooltipContent:function(t,e,i,n,o,a,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=na(h,i,!0);else if("function"==typeof h){var d=uN(function(e,n){e===this._ticket&&(u.setContent(n,l,t),this._updatePosition(t,r,o,a,u,i,s))},this);this._ticket=n,c=h(i,n,d)}u.setContent(c,l,t),u.show(t),this._updatePosition(t,r,o,a,u,i,s)}},_updatePosition:function(t,e,i,n,o,a,r){var s=this._api.getWidth(),l=this._api.getHeight();e=e||t.get("position");var u=o.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],a,o.el,d,{viewSize:[s,l],contentSize:u.slice()})),y(e))i=cN(e[0],s),n=cN(e[1],l);else if(w(e)){e.width=u[0],e.height=u[1];var f=ca(e,{width:s,height:l});i=f.x,n=f.y,h=null,c=null}else"string"==typeof e&&r?(i=(p=Ev(e,d,u))[0],n=p[1]):(i=(p=Nv(i,n,o,s,l,h?null:20,c?null:20))[0],n=p[1]);if(h&&(i-=Rv(h)?u[0]/2:"right"===h?u[0]:0),c&&(n-=Rv(c)?u[1]/2:"bottom"===c?u[1]:0),t.get("confine")){var p=Ov(i,n,o,s,l);i=p[0],n=p[1]}o.moveTo(i,n)},_updateContentNotChangedOnAxis:function(t){var e=this._lastDataByCoordSys,i=!!e&&e.length===t.length;return i&&hN(e,function(e,n){var o=e.dataByAxis||{},a=(t[n]||{}).dataByAxis||[];(i&=o.length===a.length)&&hN(o,function(t,e){var n=a[e]||{},o=t.seriesDataIndices||[],r=n.seriesDataIndices||[];(i&=t.value===n.value&&t.axisType===n.axisType&&t.axisId===n.axisId&&o.length===r.length)&&hN(o,function(t,e){var n=r[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){U_.node||(this._tooltipContent.hide(),gm("itemTooltip",e))}}),Es({type:"showTip",event:"showTip",update:"tooltip:manuallyShowTip"},function(){}),Es({type:"hideTip",event:"hideTip",update:"tooltip:manuallyHideTip"},function(){}),Gv.prototype={constructor:Gv,pointToData:function(t,e){return this.polar.pointToData(t,e)["radius"===this.dim?0:1]},dataToRadius:aD.prototype.dataToCoord,radiusToData:aD.prototype.coordToData},u(Gv,aD);var fN=Bi();Fv.prototype={constructor:Fv,pointToData:function(t,e){return this.polar.pointToData(t,e)["radius"===this.dim?0:1]},dataToAngle:aD.prototype.dataToCoord,angleToData:aD.prototype.coordToData,calculateCategoryInterval:function(){var t=this,e=t.getLabelModel(),i=t.scale,n=i.getExtent(),o=i.count();if(n[1]-n[0]<1)return 0;var a=n[0],r=t.dataToCoord(a+1)-t.dataToCoord(a),s=Math.abs(r),l=ke(a,e.getFont(),"center","top"),u=Math.max(l.height,7)/s;isNaN(u)&&(u=1/0);var h=Math.max(0,Math.floor(u)),c=fN(t.model),d=c.lastAutoInterval,f=c.lastTickCount;return null!=d&&null!=f&&Math.abs(d-h)<=1&&Math.abs(f-o)<=1&&d>h?h=d:(c.lastTickCount=o,c.lastAutoInterval=h),h}},u(Fv,aD);var pN=function(t){this.name=t||"",this.cx=0,this.cy=0,this._radiusAxis=new Gv,this._angleAxis=new Fv,this._radiusAxis.polar=this._angleAxis.polar=this};pN.prototype={type:"polar",axisPointerEnabled:!0,constructor:pN,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(),o=n.getExtent(),a=Math.min(o[0],o[1]),r=Math.max(o[0],o[1]);n.inverse?a=r-360:r=a+360;var s=Math.sqrt(e*e+i*i);e/=s,i/=s;for(var l=Math.atan2(-i,e)/Math.PI*180,u=lr;)l+=360*u;return[s,l]},coordToPoint:function(t){var e=t[0],i=t[1]/180*Math.PI;return[Math.cos(i)*e+this.cx,-Math.sin(i)*e+this.cy]}};var gN=lI.extend({type:"polarAxis",axis:null,getCoordSysModel:function(){return this.ecModel.queryComponents({mainType:"polar",index:this.option.polarIndex,id:this.option.polarId})[0]}});n(gN.prototype,UA);var mN={angle:{startAngle:90,clockwise:!0,splitNumber:12,axisLabel:{rotate:!1}},radius:{splitNumber:5}};ED("angle",gN,Wv,mN.angle),ED("radius",gN,Wv,mN.radius),Fs({type:"polar",dependencies:["polarAxis","angleAxis"],coordinateSystem:null,findAxisModel:function(t){var e;return this.ecModel.eachComponent(t,function(t){t.getCoordSysModel()===this&&(e=t)},this),e},defaultOption:{zlevel:0,z:0,center:["50%","50%"],radius:"80%"}});var vN={dimensions:pN.prototype.dimensions,create:function(t,e){var i=[];return t.eachComponent("polar",function(t,n){var o=new pN(n);o.update=Zv;var a=o.getRadiusAxis(),r=o.getAngleAxis(),s=t.findAxisModel("radiusAxis"),l=t.findAxisModel("angleAxis");Uv(a,s),Uv(r,l),Hv(o,t,e),i.push(o),t.coordinateSystem=o,o.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}};Fa.register("polar",vN);var yN=["axisLine","axisLabel","axisTick","splitLine","splitArea"];XD.extend({type:"angleAxis",axisPointerClass:"PolarAxisPointer",render:function(t,e){if(this.group.removeAll(),t.get("show")){var n=t.axis,o=n.polar,a=o.getRadiusAxis().getExtent(),r=n.getTicksCoords(),s=f(n.getViewLabels(),function(t){return(t=i(t)).coord=n.dataToCoord(t.tickValue),t});Yv(s),Yv(r),d(yN,function(e){!t.get(e+".show")||n.scale.isBlank()&&"axisLine"!==e||this["_"+e](t,o,r,a,s)},this)}},_axisLine:function(t,e,i,n){var o=t.getModel("axisLine.lineStyle"),a=new sM({shape:{cx:e.cx,cy:e.cy,r:n[jv(e)]},style:o.getLineStyle(),z2:1,silent:!0});a.style.fill=null,this.group.add(a)},_axisTick:function(t,e,i,n){var o=t.getModel("axisTick"),a=(o.get("inside")?-1:1)*o.get("length"),s=n[jv(e)],l=f(i,function(t){return new _M({shape:Xv(e,[s,s+a],t.coord)})});this.group.add(OM(l,{style:r(o.getModel("lineStyle").getLineStyle(),{stroke:t.get("axisLine.lineStyle.color")})}))},_axisLabel:function(t,e,i,n,o){var a=t.getCategories(!0),r=t.getModel("axisLabel"),s=r.get("margin");d(o,function(i,o){var l=r,u=i.tickValue,h=n[jv(e)],c=e.coordToPoint([h+s,i.coord]),d=e.cx,f=e.cy,p=Math.abs(c[0]-d)/h<.3?"center":c[0]>d?"left":"right",g=Math.abs(c[1]-f)/h<.3?"middle":c[1]>f?"top":"bottom";a&&a[u]&&a[u].textStyle&&(l=new No(a[u].textStyle,r,r.ecModel));var m=new rM({silent:!0});this.group.add(m),mo(m.style,l,{x:c[0],y:c[1],textFill:l.getTextColor()||t.get("axisLine.lineStyle.color"),text:i.formattedLabel,textAlign:p,textVerticalAlign:g})},this)},_splitLine:function(t,e,i,n){var o=t.getModel("splitLine").getModel("lineStyle"),a=o.get("color"),s=0;a=a instanceof Array?a:[a];for(var l=[],u=0;u=0?"p":"n",M=y;v&&(n[r][b]||(n[r][b]={p:y,n:y}),M=n[r][b][S]);var I,T,A,D;if("radius"===h.dim){var C=h.dataToRadius(w)-y,L=a.dataToAngle(b);Math.abs(C)=0},kN.findTargetInfo=function(t,e){for(var i=this._targetInfoList,n=dy(e,t),o=0;o=0||AN(n,t.getAxis("y").model)>=0)&&a.push(t)}),e.push({panelId:"grid--"+t.id,gridModel:t,coordSysModel:t,coordSys:a[0],coordSyses:a,getPanelRect:ON.grid,xAxisDeclared:r[t.id],yAxisDeclared:s[t.id]})}))},geo:function(t,e){TN(t.geoModels,function(t){var i=t.coordinateSystem;e.push({panelId:"geo--"+t.id,geoModel:t,coordSysModel:t,coordSys:i,coordSyses:[i],getPanelRect:ON.geo})})}},NN=[function(t,e){var i=t.xAxisModel,n=t.yAxisModel,o=t.gridModel;return!o&&i&&(o=i.axis.grid.model),!o&&n&&(o=n.axis.grid.model),o&&o===e.gridModel},function(t,e){var i=t.geoModel;return i&&i===e.geoModel}],ON={grid:function(){return this.coordSys.grid.getRect().clone()},geo:function(){var t=this.coordSys,e=t.getBoundingRect().clone();return e.applyTransform(Ao(t)),e}},EN={lineX:DN(fy,0),lineY:DN(fy,1),rect:function(t,e,i){var n=e[CN[t]]([i[0][0],i[1][0]]),o=e[CN[t]]([i[0][1],i[1][1]]),a=[cy([n[0],o[0]]),cy([n[1],o[1]])];return{values:a,xyMinMax:a}},polygon:function(t,e,i){var n=[[1/0,-1/0],[1/0,-1/0]];return{values:f(i,function(i){var o=e[CN[t]](i);return n[0][0]=Math.min(n[0][0],o[0]),n[1][0]=Math.min(n[1][0],o[1]),n[0][1]=Math.max(n[0][1],o[0]),n[1][1]=Math.max(n[1][1],o[1]),o}),xyMinMax:n}}},RN={lineX:DN(py,0),lineY:DN(py,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 f(t,function(t,n){return[t[0]-i[0]*e[n][0],t[1]-i[1]*e[n][1]]})}},zN=["inBrush","outOfBrush"],BN="__ecBrushSelect",VN="__ecInBrushSelectEvent",GN=VT.VISUAL.BRUSH;zs(GN,function(t,e,i){t.eachComponent({mainType:"brush"},function(e){i&&"takeGlobalCursor"===i.type&&e.setBrushOption("brush"===i.key?i.brushOption:{brushType:!1}),(e.brushTargetManager=new hy(e.option,t)).setInputRanges(e.areas,t)})}),Bs(GN,function(t,e,n){var o,a,s=[];t.eachComponent({mainType:"brush"},function(e,n){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&&(x[e]=1)})}function c(i,n,o){var a=_y(i);if(a&&!wy(e,n)&&(d(b,function(n){a[n.brushType]&&e.brushTargetManager.controlSeries(n,i,t)&&o.push(n),w|=u(o)}),l(n)&&u(o))){var r=i.getData();r.each(function(t){xy(a,o,r,t)&&(x[t]=1)})}}var p={brushId:e.id,brushIndex:n,brushName:e.name,areas:i(e.areas),selected:[]};s.push(p);var g=e.option,m=g.brushLink,v=[],x=[],_=[],w=0;n||(o=g.throttleType,a=g.throttleDelay);var b=f(e.areas,function(t){return by(r({boundingRect:FN[t.brushType](t)},t))}),S=ty(e.option,zN,function(t){t.mappingMethod="fixed"});y(m)&&d(m,function(t){v[t]=1}),t.eachSeries(function(t,e){var i=_[e]=[];"parallel"===t.subType?h(t,e):c(t,e,i)}),t.eachSeries(function(t,e){var i={seriesId:t.id,seriesIndex:e,seriesName:t.name,dataIndex:[]};p.selected.push(i);var n=_y(t),o=_[e],a=t.getData(),r=l(e)?function(t){return x[t]?(i.dataIndex.push(a.getRawIndex(t)),"inBrush"):"outOfBrush"}:function(t){return xy(n,o,a,t)?(i.dataIndex.push(a.getRawIndex(t)),"inBrush"):"outOfBrush"};(l(e)?w:u(o))&&iy(zN,S,a,r)})}),vy(e,o,a,s,n)});var FN={lineX:B,lineY:B,rect:function(t){return Sy(t.range)},polygon:function(t){for(var e,i=t.range,n=0,o=i.length;ne[0][1]&&(e[0][1]=a[0]),a[1]e[1][1]&&(e[1][1]=a[1])}return e&&Sy(e)}},WN=["#ddd"];Fs({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&&ey(i,t,["inBrush","outOfBrush"]);var n=i.inBrush=i.inBrush||{};i.outOfBrush=i.outOfBrush||{color:WN},n.hasOwnProperty("liftZ")||(n.liftZ=5)},setAreas:function(t){t&&(this.areas=f(t,function(t){return My(this.option,t)},this))},setBrushOption:function(t){this.brushOption=My(this.option,t),this.brushType=this.brushOption.brushType}});Ws({type:"brush",init:function(t,e){this.ecModel=t,this.api=e,this.model,(this._brushController=new zf(e.getZr())).on("brush",m(this._onBrush,this)).mount()},render:function(t){return this.model=t,Iy.apply(this,arguments)},updateTransform:Iy,updateView:Iy,dispose:function(){this._brushController.dispose()},_onBrush:function(t,e){var n=this.model.id;this.model.brushTargetManager.setOutputRanges(t,this.ecModel),(!e.isEnd||e.removeOnClick)&&this.api.dispatchAction({type:"brush",brushId:n,areas:i(t),$from:n})}}),Es({type:"brush",event:"brush"},function(t,e){e.eachComponent({mainType:"brush",query:t},function(e){e.setAreas(t.areas)})}),Es({type:"brushSelect",event:"brushSelected",update:"none"},function(){});var HN={},ZN=rT.toolbox.brush;Dy.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:i(ZN.title)};var UN=Dy.prototype;UN.render=UN.updateView=function(t,e,i){var n,o,a;e.eachComponent({mainType:"brush"},function(t){n=t.brushType,o=t.brushOption.brushMode||"single",a|=t.areas.length}),this._brushType=n,this._brushMode=o,d(t.get("type",!0),function(e){t.setIconStatus(e,("keep"===e?"multiple"===o:"clear"===e?a:e===n)?"emphasis":"normal")})},UN.getIcons=function(){var t=this.model,e=t.get("icon",!0),i={};return d(t.get("type",!0),function(t){e[t]&&(i[t]=e[t])}),i},UN.onclick=function(t,e,i){var n=this._brushType,o=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&&i,brushMode:"keep"===i?"multiple"===o?"single":"multiple":o}})},Ty("brush",Dy),Ns(function(t,e){var i=t&&t.brush;if(y(i)||(i=i?[i]:[]),i.length){var n=[];d(i,function(t){var e=t.hasOwnProperty("toolbox")?t.toolbox:[];e instanceof Array&&(n=n.concat(e))});var o=t&&t.toolbox;y(o)&&(o=o[0]),o||(o={feature:{}},t.toolbox=[o]);var a=o.feature||(o.feature={}),r=a.brush||(a.brush={}),s=r.type||(r.type=[]);s.push.apply(s,n),Jv(s),e&&!s.length&&s.push.apply(s,SN)}});Cy.prototype={constructor:Cy,type:"calendar",dimensions:["time","value"],getDimensionsInfo:function(){return[{name:"time",type:"time"},"value"]},getRangeInfo:function(){return this._rangeInfo},getModel:function(){return this._model},getRect:function(){return this._rect},getCellWidth:function(){return this._sw},getCellHeight:function(){return this._sh},getOrient:function(){return this._orient},getFirstDayOfWeek:function(){return this._firstDayOfWeek},getDateInfo:function(t){var e=(t=Yo(t)).getFullYear(),i=t.getMonth()+1;i=i<10?"0"+i:i;var n=t.getDate();n=n<10?"0"+n:n;var o=t.getDay();return o=Math.abs((o+7-this.getFirstDayOfWeek())%7),{y:e,m:i,d:n,day:o,time:t.getTime(),formatedDate:e+"-"+i+"-"+n,date:t}},getNextNDay:function(t,e){return 0===(e=e||0)?this.getDateInfo(t):((t=new Date(this.getDateInfo(t).time)).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,o=["width","height"],a=this._model.get("cellSize").slice(),r=this._model.getBoxLayoutParams(),s="horizontal"===this._orient?[n,7]:[7,n];d([0,1],function(t){i(a,t)&&(r[o[t]]=a[t]*s[t])});var l={width:e.getWidth(),height:e.getHeight()},u=this._rect=ca(r,l);d([0,1],function(t){i(a,t)||(a[t]=u[o[t]]/s[t])}),this._sw=a[0],this._sh=a[1]},dataToPoint:function(t,e){y(t)&&(t=t[0]),null==e&&(e=!0);var i=this.getDateInfo(t),n=this._rangeInfo,o=i.formatedDate;if(e&&!(i.time>=n.start.time&&i.timea.end.time&&t.reverse(),t},_getRangeInfo:function(t){var e;(t=[this.getDateInfo(t[0]),this.getDateInfo(t[1])])[0].time>t[1].time&&(e=!0,t.reverse());var i=Math.floor(t[1].time/864e5)-Math.floor(t[0].time/864e5)+1,n=new Date(t[0].time),o=n.getDate(),a=t[1].date.getDate();if(n.setDate(o+i-1),n.getDate()!==a)for(var r=n.getTime()-t[1].time>0?1:-1;n.getDate()!==a&&(n.getTime()-t[1].time)*r>0;)i-=r,n.setDate(o+i-1);var s=Math.floor((i+t[0].day+6)/7),l=e?1-s: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 o=7*(t-1)-n.fweek+e,a=new Date(n.start.time);return a.setDate(n.start.d+o),this.getDateInfo(a)}},Cy.dimensions=Cy.prototype.dimensions,Cy.getDimensionsInfo=Cy.prototype.getDimensionsInfo,Cy.create=function(t,e){var i=[];return t.eachComponent("calendar",function(n){var o=new Cy(n,t,e);i.push(o),n.coordinateSystem=o}),t.eachSeries(function(t){"calendar"===t.get("coordinateSystem")&&(t.coordinateSystem=i[t.get("calendarIndex")||0])}),i},Fa.register("calendar",Cy);var XN=lI.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,e,i,n){var o=ga(t);XN.superApply(this,"init",arguments),ky(t,o)},mergeOption:function(t,e){XN.superApply(this,"mergeOption",arguments),ky(this.option,t)}}),jN={EN:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],CN:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]},YN={EN:["S","M","T","W","T","F","S"],CN:["日","一","二","三","四","五","六"]};Ws({type:"calendar",_tlpoints:null,_blpoints:null,_firstDayOfMonth:null,_firstDayPoints:null,render:function(t,e,i){var n=this.group;n.removeAll();var o=t.coordinateSystem,a=o.getRangeInfo(),r=o.getOrient();this._renderDayRect(t,a,n),this._renderLines(t,a,r,n),this._renderYearText(t,a,r,n),this._renderMonthText(t,r,n),this._renderWeekText(t,a,r,n)},_renderDayRect:function(t,e,i){for(var n=t.coordinateSystem,o=t.getModel("itemStyle").getItemStyle(),a=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 yM({shape:{x:l[0],y:l[1],width:a,height:r},cursor:"default",style:o});i.add(u)}},_renderLines:function(t,e,i,n){function o(e){a._firstDayOfMonth.push(r.getDateInfo(e)),a._firstDayPoints.push(r.dataToRect([e],!1).tl);var o=a._getLinePointsOfOneWeek(t,e,i);a._tlpoints.push(o[0]),a._blpoints.push(o[o.length-1]),l&&a._drawSplitline(o,s,n)}var a=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++){o(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)}o(r.getNextNDay(e.end.time,1).formatedDate),l&&this._drawSplitline(a._getEdgesPoints(a._tlpoints,u,i),s,n),l&&this._drawSplitline(a._getEdgesPoints(a._blpoints,u,i),s,n)},_getEdgesPoints:function(t,e,i){var n=[t[0].slice(),t[t.length-1].slice()],o="horizontal"===i?0:1;return n[0][o]=n[0][o]-e/2,n[1][o]=n[1][o]+e/2,n},_drawSplitline:function(t,e,i){var n=new gM({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 o=[],a=0;a<7;a++){var r=n.getNextNDay(e.time,a),s=n.dataToRect([r.time],!1);o[2*r.day]=s.tl,o[2*r.day+1]=s["horizontal"===i?"bl":"tr"]}return o},_formatterLabel:function(t,e){return"string"==typeof t&&t?oa(t,e):"function"==typeof t?t(e):e.nameMap},_yearTextPositionControl:function(t,e,i,n,o){e=e.slice();var a=["center","bottom"];"bottom"===n?(e[1]+=o,a=["center","top"]):"left"===n?e[0]-=o:"right"===n?(e[0]+=o,a=["center","top"]):e[1]-=o;var r=0;return"left"!==n&&"right"!==n||(r=Math.PI/2),{rotation:r,position:e,style:{textAlign:a[0],textVerticalAlign:a[1]}}},_renderYearText:function(t,e,i,n){var o=t.getModel("yearLabel");if(o.get("show")){var a=o.get("margin"),r=o.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=o.get("formatter"),p={start:e.start.y,end:e.end.y,nameMap:d},g=this._formatterLabel(f,p),m=new rM({z2:30});mo(m.style,o,{text:g}),m.attr(this._yearTextPositionControl(m,c[r],i,r,a)),n.add(m)}},_monthTextPositionControl:function(t,e,i,n,o){var a="left",r="top",s=t[0],l=t[1];return"horizontal"===i?(l+=o,e&&(a="center"),"start"===n&&(r="bottom")):(s+=o,e&&(r="middle"),"start"===n&&(a="right")),{x:s,y:l,textAlign:a,textVerticalAlign:r}},_renderMonthText:function(t,e,i){var n=t.getModel("monthLabel");if(n.get("show")){var o=n.get("nameMap"),r=n.get("margin"),s=n.get("position"),l=n.get("align"),u=[this._tlpoints,this._blpoints];_(o)&&(o=jN[o.toUpperCase()]||[]);var h="start"===s?0:1,c="horizontal"===e?0:1;r="start"===s?-r:r;for(var d="center"===l,f=0;f=r[0]&&t<=r[1]}if(t===this._dataZoomModel){var n=this._dimName,o=this.getTargetSeriesModels(),a=t.get("filterMode"),r=this._valueWindow;"none"!==a&&$N(o,function(t){var e=t.getData(),o=e.mapDimension(n,!0);o.length&&("weakFilter"===a?e.filterSelf(function(t){for(var i,n,a,s=0;sr[1];if(u&&!h&&!c)return!0;u&&(a=!0),h&&(i=!0),c&&(n=!0)}return a&&i&&n}):$N(o,function(n){if("empty"===a)t.setData(e.map(n,function(t){return i(t)?t:NaN}));else{var o={};o[n]=r,e.selectRange(o)}}),$N(o,function(t){e.setApproximateExtent(r,t)}))})}}};var tO=d,eO=KN,iO=Fs({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=By(t);this.mergeDefaultAndTheme(t,i),this.doInit(n)},mergeOption:function(t){var e=By(t);n(this.option,t,!0),this.doInit(e)},doInit:function(t){var e=this.option;U_.canvasSupported||(e.realtime=!1),this._setDefaultThrottle(t),Vy(this,t),tO([["start","startValue"],["end","endValue"]],function(t,i){"value"===this._rangePropMode[i]&&(e[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,o){var a=this.dependentModels[e.axis][i],r=a.__dzAxisProxy||(a.__dzAxisProxy=new QN(e.name,i,this,o));t[e.name+"_"+i]=r},this)},_resetTarget:function(){var t=this.option,e=this._judgeAutoMode();eO(function(e){var i=e.axisIndex;t[i]=Di(t[i])},this),"axisIndex"===e?this._autoSetAxisIndex():"orient"===e&&this._autoSetOrient()},_judgeAutoMode:function(){var t=this.option,e=!1;eO(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 o="vertical"===e?"y":"x";n[o+"Axis"].length?(i[o+"AxisIndex"]=[0],t=!1):tO(n.singleAxis,function(n){t&&n.get("orient",!0)===e&&(i.singleAxisIndex=[n.componentIndex],t=!1)})}t&&eO(function(e){if(t){var n=[],o=this.dependentModels[e.axis];if(o.length&&!n.length)for(var a=0,r=o.length;a0?100:20}},getFirstTargetAxisModel:function(){var t;return eO(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;eO(function(n){tO(this.get(n.axisIndex),function(o){t.call(e,n,o,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,e){var i=this.option;tO([["start","startValue"],["end","endValue"]],function(e){null==t[e[0]]&&null==t[e[1]]||(i[e[0]]=t[e[0]],i[e[1]]=t[e[1]])},this),!e&&Vy(this,t)},getPercentRange:function(){var t=this.findRepresentativeAxisProxy();if(t)return t.getDataPercentWindow()},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()}}),nO=qI.extend({type:"dataZoom",render:function(t,e,i,n){this.dataZoomModel=t,this.ecModel=e,this.api=i},getTargetCoordInfo:function(){function t(t,e,i,n){for(var o,a=0;a0&&e%g)p+=f;else{var i=null==t||isNaN(t)||""===t,n=i?0:aO(t,a,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 pM({shape:{points:c},style:r({fill:m.get("dataBackgroundColor")},m.getModel("dataBackground.areaStyle").getAreaStyle()),silent:!0,z2:-20})),this._displayables.barGroup.add(new gM({shape:{points:d},style:m.getModel("dataBackground.lineStyle").getLineStyle(),silent:!0,z2:-19}))}}},_prepareDataShadowInfo:function(){var t=this.dataZoomModel,e=t.get("showDataShadow");if(!1!==e){var i,n=this.ecModel;return t.eachTargetAxis(function(o,a){d(t.getAxisProxy(o.name,a).getTargetSeriesModels(),function(t){if(!(i||!0!==e&&l(cO,t.get("type"))<0)){var r,s=n.getComponent(o.axis,a).axis,u=Gy(o.name),h=t.coordinateSystem;null!=u&&h.getOtherAxis&&(r=h.getOtherAxis(s).inverse),u=t.getData().mapDimension(u),i={thisAxis:s,series:t,thisDim:o.name,otherDim:u,otherAxisInverse:r}}},this)},this),i}},_renderHandle:function(){var t=this._displayables,e=t.handles=[],i=t.handleLabels=[],n=this._displayables.barGroup,o=this._size,a=this.dataZoomModel;n.add(t.filler=new oO({draggable:!0,cursor:Fy(this._orient),drift:sO(this._onDragMove,this,"all"),onmousemove:function(t){mw(t.event)},ondragstart:sO(this._showDataInfo,this,!0),ondragend:sO(this._onDragEnd,this),onmouseover:sO(this._showDataInfo,this,!0),onmouseout:sO(this._showDataInfo,this,!1),style:{fill:a.get("fillerColor"),textPosition:"inside"}})),n.add(new oO($n({silent:!0,shape:{x:0,y:0,width:o[0],height:o[1]},style:{stroke:a.get("dataBackgroundColor")||a.get("borderColor"),lineWidth:1,fill:"rgba(0,0,0,0)"}}))),lO([0,1],function(t){var o=Po(a.get("handleIcon"),{cursor:Fy(this._orient),draggable:!0,drift:sO(this._onDragMove,this,t),onmousemove:function(t){mw(t.event)},ondragend:sO(this._onDragEnd,this),onmouseover:sO(this._showDataInfo,this,!0),onmouseout:sO(this._showDataInfo,this,!1)},{x:-1,y:0,width:2,height:2}),r=o.getBoundingRect();this._handleHeight=Vo(a.get("handleSize"),this._size[1]),this._handleWidth=r.width/r.height*this._handleHeight,o.setStyle(a.getModel("handleStyle").getItemStyle());var s=a.get("handleColor");null!=s&&(o.style.fill=s),n.add(e[t]=o);var l=a.textStyleModel;this.group.add(i[t]=new rM({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=[aO(t[0],[0,100],e,!0),aO(t[1],[0,100],e,!0)]},_updateInterval:function(t,e){var i=this.dataZoomModel,n=this._handleEnds,o=this._getViewExtent(),a=i.findRepresentativeAxisProxy().getMinMaxSpan(),r=[0,100];QL(e,n,o,i.get("zoomLock")?"all":t,null!=a.minSpan?aO(a.minSpan,r,o,!0):null,null!=a.maxSpan?aO(a.maxSpan,r,o,!0):null);var s=this._range,l=this._range=rO([aO(n[0],o,r,!0),aO(n[1],o,r,!0)]);return!s||s[0]!==l[0]||s[1]!==l[1]},_updateView:function(t){var e=this._displayables,i=this._handleEnds,n=rO(i.slice()),o=this._size;lO([0,1],function(t){var n=e.handles[t],a=this._handleHeight;n.attr({scale:[a/2,a/2],position:[i[t],o[1]/2-a/2]})},this),e.filler.setShape({x:n[0],y:0,width:n[1]-n[0],height:o[1]}),this._updateDataInfo(t)},_updateDataInfo:function(t){function e(t){var e=Ao(n.handles[t].parent,this.group),i=Co(0===t?"right":"left",e),s=this._handleWidth/2+hO,l=Do([c[t]+(0===t?-s:s),this._size[1]/2],e);o[t].setStyle({x:l[0],y:l[1],textVerticalAlign:a===uO?"middle":i,textAlign:a===uO?i:"center",text:r[t]})}var i=this.dataZoomModel,n=this._displayables,o=n.handleLabels,a=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=rO(this._handleEnds.slice());e.call(this,0),e.call(this,1)},_formatLabel:function(t,e){var i=this.dataZoomModel,n=i.get("labelFormatter"),o=i.get("labelPrecision");null!=o&&"auto"!==o||(o=e.getPixelPrecision());var a=null==t||isNaN(t)?"":"category"===e.type||"time"===e.type?e.scale.getLabel(Math.round(t)):t.toFixed(Math.min(o,20));return x(n)?n(t,a):_(n)?n.replace("{value}",a):a},_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){this._dragging=!0;var n=Do([e,i],this._displayables.barGroup.getLocalTransform(),!0),o=this._updateInterval(t,n[0]),a=this.dataZoomModel.get("realtime");this._updateView(!a),o&&a&&this._dispatchZoomAction()},_onDragEnd:function(){this._dragging=!1,this._showDataInfo(!1),!this.dataZoomModel.get("realtime")&&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,o=(n[0]+n[1])/2,a=this._updateInterval("all",i[0]-o);this._updateView(),a&&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(lO(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}});iO.extend({type:"dataZoom.inside",defaultOption:{disabled:!1,zoomLock:!1,zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!1,preventDefaultMouseMove:!0}});var fO="\0_ec_dataZoom_roams",pO=m,gO=nO.extend({type:"dataZoom.inside",init:function(t,e){this._range},render:function(t,e,i,n){gO.superApply(this,"render",arguments),this._range=t.getPercentRange(),d(this.getTargetCoordInfo(),function(e,n){var o=f(e,function(t){return Zy(t.model)});d(e,function(e){var a=e.model,r={};d(["pan","zoom","scrollMove"],function(t){r[t]=pO(mO[t],this,e,n)},this),Wy(i,{coordId:Zy(a),allCoordIds:o,containsPoint:function(t,e,i){return a.coordinateSystem.containPoint([e,i])},dataZoomId:t.id,dataZoomModel:t,getRange:r})},this)},this)},dispose:function(){Hy(this.api,this.dataZoomModel.id),gO.superApply(this,"dispose",arguments),this._range=null}}),mO={zoom:function(t,e,i,n){var o=this._range,a=o.slice(),r=t.axisModels[0];if(r){var s=vO[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*(a[1]-a[0])+a[0],u=Math.max(1/n.scale,0);a[0]=(a[0]-l)*u+l,a[1]=(a[1]-l)*u+l;var h=this.dataZoomModel.findRepresentativeAxisProxy().getMinMaxSpan();return QL(0,a,[0,100],0,h.minSpan,h.maxSpan),this._range=a,o[0]!==a[0]||o[1]!==a[1]?a:void 0}},pan:Ky(function(t,e,i,n,o,a){var r=vO[n]([a.oldX,a.oldY],[a.newX,a.newY],e,o,i);return r.signal*(t[1]-t[0])*r.pixel/r.pixelLength}),scrollMove:Ky(function(t,e,i,n,o,a){return vO[n]([0,0],[a.scrollDelta,a.scrollDelta],e,o,i).signal*(t[1]-t[0])*a.scrollDelta})},vO={grid:function(t,e,i,n,o){var a=i.axis,r={},s=o.model.coordinateSystem.getRect();return t=t||[0,0],"x"===a.dim?(r.pixel=e[0]-t[0],r.pixelLength=s.width,r.pixelStart=s.x,r.signal=a.inverse?1:-1):(r.pixel=e[1]-t[1],r.pixelLength=s.height,r.pixelStart=s.y,r.signal=a.inverse?-1:1),r},polar:function(t,e,i,n,o){var a=i.axis,r={},s=o.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=a.inverse?1:-1):(r.pixel=e[1]-t[1],r.pixelLength=u[1]-u[0],r.pixelStart=u[0],r.signal=a.inverse?-1:1),r},singleAxis:function(t,e,i,n,o){var a=i.axis,r=o.model.coordinateSystem.getRect(),s={};return t=t||[0,0],"horizontal"===a.orient?(s.pixel=e[0]-t[0],s.pixelLength=r.width,s.pixelStart=r.x,s.signal=a.inverse?1:-1):(s.pixel=e[1]-t[1],s.pixelLength=r.height,s.pixelStart=r.y,s.signal=a.inverse?-1:1),s}};Os({getTargetSeries:function(t){var e=R();return t.eachComponent("dataZoom",function(t){t.eachTargetAxis(function(t,i,n){d(n.getAxisProxy(t.name,i).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.setRawRange({start:i[0],end:i[1],startValue:n[0],endValue:n[1]},!0)})}}),Es("dataZoom",function(t,e){var i=Ny(m(e.eachComponent,e,"dataZoom"),KN,function(t,e){return t.get(e.axisIndex)}),n=[];e.eachComponent({mainType:"dataZoom",query:t},function(t,e){n.push.apply(n,i(t).nodes)}),d(n,function(e,i){e.setRawRange({start:t.start,end:t.end,startValue:t.startValue,endValue:t.endValue})})});var yO=d,xO=function(t){var e=t&&t.visualMap;y(e)||(e=e?[e]:[]),yO(e,function(t){if(t){$y(t,"splitList")&&!$y(t,"pieces")&&(t.pieces=t.splitList,delete t.splitList);var e=t.pieces;e&&y(e)&&yO(e,function(t){w(t)&&($y(t,"start")&&!$y(t,"min")&&(t.min=t.start),$y(t,"end")&&!$y(t,"max")&&(t.max=t.end))})}})};lI.registerSubTypeDefaulter("visualMap",function(t){return t.categories||(t.pieces?t.pieces.length>0:t.splitNumber>0)&&!t.calculable?"piecewise":"continuous"});var _O=VT.VISUAL.COMPONENT;Bs(_O,{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(ny(e.stateList,e.targetVisuals,m(e.getValueState,e),e.getDataDimension(t.getData())))}),i}}),Bs(_O,{createOnAllSeries:!0,reset:function(t,e){var i=t.getData(),n=[];e.eachComponent("visualMap",function(e){if(e.isTargetSeries(t)){var o=e.getVisualMeta(m(Jy,null,t,e))||{stops:[],outerColors:[]},a=e.getDataDimension(i),r=i.getDimensionInfo(a);null!=r&&(o.dimension=r.index,n.push(o))}}),t.getData().setVisual("visualMeta",n)}});var wO={get:function(t,e,n){var o=i((bO[t]||{})[e]);return n&&y(o)?o[o.length-1]:o}},bO={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]}},SO=hL.mapVisual,MO=hL.eachVisual,IO=y,TO=d,AO=Fo,DO=Bo,CO=B,LO=Fs({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;U_.canvasSupported||(i.realtime=!1),!e&&ey(i,t,this.replacableOptionKeys),this.textStyleModel=this.getModel("textStyle"),this.resetItemSize(),this.completeVisualOption()},resetVisual:function(t){var e=this.stateList;t=m(t,this),this.controllerVisuals=ty(this.option.controller,e,t),this.targetVisuals=ty(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=Di(t),e},eachTargetSeries:function(t,e){d(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 o,a,r=this.option,s=r.precision,l=this.dataBound,u=r.formatter;return i=i||["<",">"],y(t)&&(t=t.slice(),o=!0),a=e?t:o?[n(t[0]),n(t[1])]:n(t),_(u)?u.replace("{value}",o?a[0]:a).replace("{value2}",o?a[1]:a):x(u)?o?u(t[0],t[1]):u(t):o?t[0]===l[0]?i[0]+" "+a[1]:t[1]===l[1]?i[1]+" "+a[0]:a[0]+" - "+a[1]:a},resetExtent:function(){var t=this.option,e=AO([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,o=n.length-1;o>=0;o--){var a=n[o];if(!t.getDimensionInfo(a).isCalculationCoord)return a}}},getExtent:function(){return this._dataExtent.slice()},completeVisualOption:function(){function t(t){IO(o.color)&&!t.inRange&&(t.inRange={color:o.color.slice().reverse()}),t.inRange=t.inRange||{color:e.get("gradientColor")},TO(this.stateList,function(e){var i=t[e];if(_(i)){var n=wO.get(i,"active",l);n?(t[e]={},t[e][i]=n):delete t[e]}},this)}var e=this.ecModel,o=this.option,a={inRange:o.inRange,outOfRange:o.outOfRange},r=o.target||(o.target={}),s=o.controller||(o.controller={});n(r,a),n(s,a);var l=this.isCategory();t.call(this,r),t.call(this,s),function(t,e,i){var n=t[e],o=t[i];n&&!o&&(o=t[i]={},TO(n,function(t,e){if(hL.isValidType(e)){var i=wO.get(e,"inactive",l);null!=i&&(o[e]=i,"color"!==e||o.hasOwnProperty("opacity")||o.hasOwnProperty("colorAlpha")||(o.opacity=[0,0]))}}))}.call(this,r,"inRange","outOfRange"),function(t){var e=(t.inRange||{}).symbol||(t.outOfRange||{}).symbol,n=(t.inRange||{}).symbolSize||(t.outOfRange||{}).symbolSize,o=this.get("inactiveColor");TO(this.stateList,function(a){var r=this.itemSize,s=t[a];s||(s=t[a]={color:l?o:[o]}),null==s.symbol&&(s.symbol=e&&i(e)||(l?"roundRect":["roundRect"])),null==s.symbolSize&&(s.symbolSize=n&&i(n)||(l?r[0]:[r[0],r[0]])),s.symbol=SO(s.symbol,function(t){return"none"===t||"square"===t?"roundRect":t});var u=s.symbolSize;if(null!=u){var h=-1/0;MO(u,function(t){t>h&&(h=t)}),s.symbolSize=SO(u,function(t){return DO(t,[0,h],[0,r[0]],!0)})}},this)}.call(this,s)},resetItemSize:function(){this.itemSize=[parseFloat(this.get("itemWidth")),parseFloat(this.get("itemHeight"))]},isCategory:function(){return!!this.option.categories},setSelected:CO,getValueState:CO,getVisualMeta:CO}),kO=[20,140],PO=LO.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(t,e){PO.superApply(this,"optionUpdated",arguments),this.resetExtent(),this.resetVisual(function(t){t.mappingMethod="linear",t.dataExtent=this.getExtent()}),this._resetRange()},resetItemSize:function(){PO.superApply(this,"resetItemSize",arguments);var t=this.itemSize;"horizontal"===this._orient&&t.reverse(),(null==t[0]||isNaN(t[0]))&&(t[0]=kO[0]),(null==t[1]||isNaN(t[1]))&&(t[1]=kO[1])},_resetRange:function(){var t=this.getExtent(),e=this.option.range;!e||e.auto?(t.auto=1,this.option.range=t):y(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(){LO.prototype.completeVisualOption.apply(this,arguments),d(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=Fo((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=[],o=i.getData();o.each(this.getDataDimension(o),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){o.push({value:e,color:t(e,i)})}for(var i=Qy(0,0,this.getExtent()),n=Qy(0,0,this.option.range.slice()),o=[],a=0,r=0,s=n.length,l=i.length;rt[1])break;i.push({color:this.getControllerVisual(a,"color",e),offset:o/100})}return i.push({color:this.getControllerVisual(t[1],"color",e),offset:1}),i},_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 tb("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,o=i.handleThumbs,a=i.handleLabels;EO([0,1],function(r){var s=o[r];s.setStyle("fill",e.handlesColor[r]),s.position[1]=t[r];var l=Do(i.handleLabelPoints[r],Ao(s,this.group));a[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 o=this.visualMapModel,a=o.getExtent(),r=o.itemSize,s=[0,r[1]],l=OO(t,a,s,!0),u=this._shapes,h=u.indicator;if(h){h.position[1]=l,h.attr("invisible",!1),h.setShape("points",ox(!!i,n,l,r[1]));var c={convertOpacityToAlpha:!0},d=this.getControllerVisual(t,"color",c);h.setStyle("fill",d);var f=Do(u.indicatorLabelPoint,Ao(h,this.group)),p=u.indicatorLabel;p.attr("invisible",!1);var g=this._applyTransform("left",u.barGroup),m=this._orient;p.setStyle({text:(i||"")+o.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]=RO(zO(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 o=[0,n[1]],a=i.getExtent();t=RO(zO(o[0],t),o[1]);var r=ax(i,a,o),s=[t-r,t+r],l=OO(t,o,a,!0),u=[OO(s[0],o,a,!0),OO(s[1],o,a,!0)];s[0]o[1]&&(u[1]=1/0),e&&(u[0]===-1/0?this._showIndicator(l,u[1],"< ",r):u[1]===1/0?this._showIndicator(l,u[0],"> ",r):this._showIndicator(l,l,"≈ ",r));var h=this._hoverLinkDataIndices,c=[];(e||rx(i))&&(c=this._hoverLinkDataIndices=i.findTargetDataIndices(u));var d=Ri(h,c);this._dispatchHighDown("downplay",ex(d[0])),this._dispatchHighDown("highlight",ex(d[1]))}},_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 o=n.getData(e.dataType),a=o.get(i.getDataDimension(o),e.dataIndex,!0);isNaN(a)||this._showIndicator(a,a)}}},_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",ex(t)),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 o=Ao(e,n?null:this.group);return zM[y(t)?"applyTransform":"transformDirection"](t,o,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()}});Es({type:"selectDataRange",event:"dataRangeSelected",update:"update"},function(t,e){e.eachComponent({mainType:"visualMap",query:t},function(e){e.setSelected(t.selected)})}),Ns(xO);var FO=LO.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){FO.superApply(this,"optionUpdated",arguments),this._pieceList=[],this.resetExtent();var n=this._mode=this._determineMode();WO[this._mode].call(this),this._resetSelected(t,e);var o=this.option.categories;this.resetVisual(function(t,e){"categories"===n?(t.mappingMethod="category",t.categories=i(o)):(t.dataExtent=this.getExtent(),t.mappingMethod="piecewise",t.pieceList=f(this._pieceList,function(t){var t=i(t);return"inRange"!==e&&(t.visual=null),t}))})},completeVisualOption:function(){function t(t,e,i){return t&&t[e]&&(w(t[e])?t[e].hasOwnProperty(i):t[e]===i)}var e=this.option,i={},n=hL.listVisualTypes(),o=this.isCategory();d(e.pieces,function(t){d(n,function(e){t.hasOwnProperty(e)&&(i[e]=1)})}),d(i,function(i,n){var a=0;d(this.stateList,function(i){a|=t(e,i,n)||t(e.target,i,n)},this),!a&&d(this.stateList,function(t){(e[t]||(e[t]={}))[n]=wO.get(n,"inRange"===t?"active":"inactive",o)})},this),LO.prototype.completeVisualOption.apply(this,arguments)},_resetSelected:function(t,e){var i=this.option,n=this._pieceList,o=(e?i:t).selected||{};if(i.selected=o,d(n,function(t,e){var i=this.getSelectedMapKey(t);o.hasOwnProperty(i)||(o[i]=!0)},this),"single"===i.selectedMode){var a=!1;d(n,function(t,e){var i=this.getSelectedMapKey(t);o[i]&&(a?o[i]=!1:a=!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=i(t)},getValueState:function(t){var e=hL.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=[],o=i.getData();o.each(this.getDataDimension(o),function(e,i){hL.findPieceIndex(e,this._pieceList)===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&&i[1]===1/0?0:(i[0]+i[1])/2}return e},getVisualMeta:function(t){function e(e,a){var r=o.getRepresentValue({interval:e});a||(a=o.getValueState(r));var s=t(r,a);e[0]===-1/0?n[0]=s:e[1]===1/0?n[1]=s:i.push({value:e[0],color:s},{value:e[1],color:s})}if(!this.isCategory()){var i=[],n=[],o=this,a=this._pieceList.slice();if(a.length){var r=a[0].interval[0];r!==-1/0&&a.unshift({interval:[-1/0,r]}),(r=a[a.length-1].interval[1])!==1/0&&a.push({interval:[r,1/0]})}else a.push({interval:[-1/0,1/0]});var s=-1/0;return d(a,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}}}}),WO={splitNumber:function(){var t=this.option,e=this._pieceList,i=Math.min(t.precision,20),n=this.getExtent(),o=t.splitNumber;o=Math.max(parseInt(o,10),1),t.splitNumber=o;for(var a=(n[1]-n[0])/o;+a.toFixed(i)!==a&&i<5;)i++;t.precision=i,a=+a.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+o;r","≥"][e[0]]];t.text=t.text||this.formatValueText(null!=t.value?t.value:t.interval,!1,i)},this)}};NO.extend({type:"visualMap.piecewise",doRender:function(){var t=this.group;t.removeAll();var e=this.visualMapModel,i=e.get("textGap"),n=e.textStyleModel,o=n.getFont(),a=n.getTextColor(),r=this._getItemAlign(),s=e.itemSize,l=this._getViewData(),u=l.endsText,h=T(e.get("showLabel",!0),!u);u&&this._renderEndsText(t,u[0],s,h,r),d(l.viewPieceList,function(n){var l=n.piece,u=new tb;u.onclick=m(this._onItemClick,this,l),this._enableHoverLink(u,n.indexInModelPieceList);var c=e.getRepresentValue(l);if(this._createItemSymbol(u,c,[0,0,s[0],s[1]]),h){var d=this.visualMapModel.getValueState(c);u.add(new rM({style:{x:"right"===r?-i:s[0]+i,y:s[1]/2,text:l.text,textVerticalAlign:"middle",textAlign:r,textFont:o,textFill:a,opacity:"outOfRange"===d?.5:1}}))}t.add(u)},this),u&&this._renderEndsText(t,u[1],s,h,r),aI(e.get("orient"),t,e.get("itemGap")),this.renderBackground(t),this.positionGroup(t)},_enableHoverLink:function(t,e){function i(t){var i=this.visualMapModel;i.option.hoverLink&&this.api.dispatchAction({type:t,batch:ex(i.findTargetDataIndices(e))})}t.on("mouseover",m(i,this,"highlight")).on("mouseout",m(i,this,"downplay"))},_getItemAlign:function(){var t=this.visualMapModel,e=t.option;if("vertical"===e.orient)return tx(t,this.api,t.itemSize);var i=e.align;return i&&"auto"!==i||(i="left"),i},_renderEndsText:function(t,e,i,n,o){if(e){var a=new tb,r=this.visualMapModel.textStyleModel;a.add(new rM({style:{x:n?"right"===o?i[0]:0:i[0]/2,y:i[1]/2,textVerticalAlign:"middle",textAlign:n?o:"center",text:e,textFont:r.getFont(),textFill:r.getTextColor()}})),t.add(a)}},_getViewData:function(){var t=this.visualMapModel,e=f(t.getPieceList(),function(t,e){return{piece:t,indexInModelPieceList:e}}),i=t.get("text"),n=t.get("orient"),o=t.get("inverse");return("horizontal"===n?o:!o)?e.reverse():i&&(i=i.slice().reverse()),{viewPieceList:e,endsText:i}},_createItemSymbol:function(t,e,i){t.add(Jl(this.getControllerVisual(e,"symbol"),i[0],i[1],i[2],i[3],this.getControllerVisual(e,"color")))},_onItemClick:function(t){var e=this.visualMapModel,n=e.option,o=i(n.selected),a=e.getSelectedMapKey(t);"single"===n.selectedMode?(o[a]=!0,d(o,function(t,e){o[e]=e===a})):o[a]=!o[a],this.api.dispatchAction({type:"selectDataRange",from:this.uid,visualMapId:this.visualMapModel.id,selected:o})}});Ns(xO);var HO=ta,ZO=ia,UO=Fs({type:"marker",dependencies:["series","grid","polar","geo"],init:function(t,e,i,n){this.mergeDefaultAndTheme(t,i),this.mergeOption(t,i,n.createdBySelf,!0)},isAnimationEnabled:function(){if(U_.node)return!1;var t=this.__hostSeries;return this.getShallow("animation")&&t&&t.isAnimationEnabled()},mergeOption:function(t,e,i,n){var o=this.constructor,r=this.mainType+"Model";i||e.eachSeries(function(t){var i=t.get(this.mainType,!0),s=t[r];i&&i.data?(s?s.mergeOption(i,e,!0):(n&&ux(i),d(i.data,function(t){t instanceof Array?(ux(t[0]),ux(t[1])):ux(t)}),a(s=new o(i,this,e),{mainType:this.mainType,seriesIndex:t.seriesIndex,name:t.name,createdBySelf:!0}),s.__hostSeries=t),t[r]=s):t[r]=null},this)},formatTooltip:function(t){var e=this.getData(),i=this.getRawValue(t),n=y(i)?f(i,HO).join(", "):HO(i),o=e.getName(t),a=ZO(this.name);return(null!=i||o)&&(a+="
"),o&&(a+=ZO(o),null!=i&&(a+=" : ")),null!=i&&(a+=ZO(n)),a},getData:function(){return this._data},setData:function(t){this._data=t}});h(UO,ZI),UO.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 XO=l,jO=v,YO={min:jO(dx,"min"),max:jO(dx,"max"),average:jO(dx,"average")},qO=Ws({type:"marker",init:function(){this.markerGroupMap=R()},render:function(t,e,i){var n=this.markerGroupMap;n.each(function(t){t.__keep=!1});var o=this.type+"Model";e.eachSeries(function(t){var n=t[o];n&&this.renderSeries(t,n,e,i)},this),n.each(function(t){!t.__keep&&this.group.remove(t.group)},this)},renderSeries:function(){}});qO.extend({type:"markPoint",updateTransform:function(t,e,i){e.eachSeries(function(t){var e=t.markPointModel;e&&(xx(e.getData(),t,i),this.markerGroupMap.get(t.id).updateLayout(e))},this)},renderSeries:function(t,e,i,n){var o=t.coordinateSystem,a=t.id,r=t.getData(),s=this.markerGroupMap,l=s.get(a)||s.set(a,new Du),u=_x(o,t,e);e.setData(u),xx(e.getData(),t,n),u.each(function(t){var i=u.getItemModel(t),n=i.getShallow("symbolSize");"function"==typeof n&&(n=n(e.getRawValue(t),e.getDataParams(t))),u.setItemVisual(t,{symbolSize:n,color:i.get("itemStyle.color")||r.getVisual("color"),symbol:i.getShallow("symbol")})}),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")}}),Ns(function(t){t.markPoint=t.markPoint||{}}),UO.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 KO=function(t,e,o,r){var s=t.getData(),l=r.type;if(!y(r)&&("min"===l||"max"===l||"average"===l||"median"===l||null!=r.xAxis||null!=r.yAxis)){var u,h;if(null!=r.yAxis||null!=r.xAxis)u=null!=r.yAxis?"y":"x",e.getAxis(u),h=T(r.yAxis,r.xAxis);else{var c=px(r,s,e,t);u=c.valueDataDim,c.valueAxis,h=yx(s,u,l)}var d="x"===u?0:1,f=1-d,p=i(r),g={};p.type=null,p.coord=[],g.coord=[],p.coord[f]=-1/0,g.coord[f]=1/0;var m=o.get("precision");m>=0&&"number"==typeof h&&(h=+h.toFixed(Math.min(m,20))),p.coord[d]=g.coord[d]=h,r=[p,g,{type:l,valueIndex:r.valueIndex,value:h}]}return r=[fx(t,r[0]),fx(t,r[1]),a({},r[2])],r[2].type=r[2].type||"",n(r[2],r[0]),n(r[2],r[1]),r};qO.extend({type:"markLine",updateTransform:function(t,e,i){e.eachSeries(function(t){var e=t.markLineModel;if(e){var n=e.getData(),o=e.__from,a=e.__to;o.each(function(e){Ix(o,e,!0,t,i),Ix(a,e,!1,t,i)}),n.each(function(t){n.setItemLayout(t,[o.getItemLayout(t),a.getItemLayout(t)])}),this.markerGroupMap.get(t.id).updateLayout()}},this)},renderSeries:function(t,e,i,n){function o(e,i,o){var a=e.getItemModel(i);Ix(e,i,o,t,n),e.setItemVisual(i,{symbolSize:a.get("symbolSize")||g[o?0:1],symbol:a.get("symbol",!0)||p[o?0:1],color:a.get("itemStyle.color")||s.getVisual("color")})}var a=t.coordinateSystem,r=t.id,s=t.getData(),l=this.markerGroupMap,u=l.get(r)||l.set(r,new sf);this.group.add(u.group);var h=Tx(a,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");y(p)||(p=[p,p]),"number"==typeof g&&(g=[g,g]),h.from.each(function(t){o(c,t,!0),o(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,i){t.traverse(function(t){t.dataModel=e})}),u.__keep=!0,u.group.silent=e.get("silent")||t.get("silent")}}),Ns(function(t){t.markLine=t.markLine||{}}),UO.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 $O=function(t,e,i,n){var a=fx(t,n[0]),r=fx(t,n[1]),s=T,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},JO=[["x0","y0"],["x1","y0"],["x1","y1"],["x0","y1"]];qO.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 o=f(JO,function(o){return Lx(n,e,o,t,i)});n.setItemLayout(e,o),n.getItemGraphicEl(e).setShape("points",o)})}},this)},renderSeries:function(t,e,i,n){var o=t.coordinateSystem,a=t.id,s=t.getData(),l=this.markerGroupMap,u=l.get(a)||l.set(a,{group:new tb});this.group.add(u.group),u.__keep=!0;var h=kx(o,t,e);e.setData(h),h.each(function(e){h.setItemLayout(e,f(JO,function(i){return Lx(h,e,i,t,n)})),h.setItemVisual(e,{color:s.getVisual("color")})}),h.diff(u.__data).add(function(t){var e=new pM({shape:{points:h.getItemLayout(t)}});h.setItemGraphicEl(t,e),u.group.add(e)}).update(function(t,i){var n=u.__data.getItemGraphicEl(i);Io(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),o=n.getModel("label"),a=n.getModel("emphasis.label"),s=h.getItemVisual(i,"color");t.useStyle(r(n.getModel("itemStyle").getItemStyle(),{fill:Yt(s,.4),stroke:s})),t.hoverStyle=n.getModel("emphasis.itemStyle").getItemStyle(),go(t.style,t.hoverStyle,o,a,{labelFetcher:e,labelDataIndex:i,defaultText:h.getName(i)||"",isRectText:!0,autoColor:s}),fo(t,{}),t.dataModel=e}),u.__data=h,u.group.silent=e.get("silent")||t.get("silent")}}),Ns(function(t){t.markArea=t.markArea||{}});lI.registerSubTypeDefaulter("timeline",function(){return"slider"}),Es({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"),r({currentIndex:i.option.currentIndex},t)}),Es({type:"timelinePlayChange",event:"timelinePlayChanged",update:"update"},function(t,e){var i=e.getComponent("timeline");i&&null!=t.playState&&i.setPlayState(t.playState)});var QO=lI.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(t){QO.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),t<0&&(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||[],n=t.axisType,o=this._names=[];if("category"===n){var a=[];d(e,function(t,e){var n,r=Li(t);w(t)?(n=i(t)).value=e:n=e,a.push(n),_(r)||null!=r&&!isNaN(r)||(r=""),o.push(r+"")}),e=a}var r={category:"ordinal",time:"time"}[n]||"number";(this._data=new vA([{name:"value",type:r}],this)).initData(e,o)},getData:function(){return this._data},getCategories:function(){if("category"===this.get("axisType"))return this._names.slice()}});h(QO.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:[]}}),ZI);var tE=qI.extend({type:"timeline"}),eE=function(t,e,i,n){aD.call(this,t,e,i),this.type=n||"value",this.model=null};eE.prototype={constructor:eE,getLabelModel:function(){return this.model.getModel("label")},isHorizontal:function(){return"horizontal"===this.model.get("orient")}},u(eE,aD);var iE=m,nE=d,oE=Math.PI;tE.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,n){if(this.model=t,this.api=i,this.ecModel=e,this.group.removeAll(),t.get("show",!0)){var o=this._layout(t,i),a=this._createGroup("mainGroup"),r=this._createGroup("labelGroup"),s=this._axis=this._createAxis(o,t);t.formatTooltip=function(t){return ia(s.scale.getLabel(t))},nE(["AxisLine","AxisTick","Control","CurrentPointer"],function(e){this["_render"+e](o,a,s,t)},this),this._renderAxisLabel(o,r,s,t),this._position(o,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"),o=Ex(t,e);null==i||"auto"===i?i="horizontal"===n?o.y+o.height/2=0||"+"===i?"left":"right"},r={horizontal:i>=0||"+"===i?"top":"bottom",vertical:"middle"},s={horizontal:0,vertical:oE/2},l="vertical"===n?o.height:o.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*oE/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:o,mainLength:l,orient:n,rotation:s[n],labelRotation:p,labelPosOpt:i,labelAlign:t.get("label.align")||a[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,e){function i(t){var e=t.position;t.origin=[c[0][0]-e[0],c[1][0]-e[1]]}function n(t){return[[t.x,t.x+t.width],[t.y,t.y+t.height]]}function o(t,e,i,n,o){t[n]+=i[n][o]-e[n][o]}var a=this._mainGroup,r=this._labelGroup,s=t.viewRect;if("vertical"===t.orient){var l=xt(),u=s.x,h=s.y+s.height;St(l,l,[-u,-h]),Mt(l,l,-oE/2),St(l,l,[u,h]),(s=s.clone()).applyTransform(l)}var c=n(s),d=n(a.getBoundingRect()),f=n(r.getBoundingRect()),p=a.position,g=r.position;g[0]=p[0]=c[0][0];var m=t.labelPosOpt;if(isNaN(m))o(p,d,c,1,v="+"===m?0:1),o(g,f,c,1,1-v);else{var v=m>=0?0:1;o(p,d,c,1,v),g[1]=p[1]+m}a.attr("position",p),r.attr("position",g),a.rotation=r.rotation=t.rotation,i(a),i(r)},_createAxis:function(t,e){var i=e.getData(),n=e.get("axisType"),o=Hl(e,n);o.getTicks=function(){return i.mapArray(["value"],function(t){return t})};var a=i.getDataExtent("value");o.setExtent(a[0],a[1]),o.niceTicks();var r=new eE("value",o,t.axisExtent,n);return r.model=e,r},_createGroup:function(t){var e=this["_"+t]=new tb;return this.group.add(e),e},_renderAxisLine:function(t,e,i,n){var o=i.getExtent();n.get("lineStyle.show")&&e.add(new _M({shape:{x1:o[0],y1:0,x2:o[1],y2:0},style:a({lineCap:"round"},n.getModel("lineStyle").getLineStyle()),silent:!0,z2:1}))},_renderAxisTick:function(t,e,i,n){var o=n.getData(),a=i.scale.getTicks();nE(a,function(t){var a=i.dataToCoord(t),r=o.getItemModel(t),s=r.getModel("itemStyle"),l=r.getModel("emphasis.itemStyle"),u={position:[a,0],onclick:iE(this._changeTimeline,this,t)},h=zx(r,s,e,u);fo(h,l.getItemStyle()),r.get("tooltip")?(h.dataIndex=t,h.dataModel=n):h.dataIndex=h.dataModel=null},this)},_renderAxisLabel:function(t,e,i,n){if(i.getLabelModel().get("show")){var o=n.getData(),a=i.getViewLabels();nE(a,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 rM({position:[u,0],rotation:t.labelRotation-t.rotation,onclick:iE(this._changeTimeline,this,a),silent:!1});mo(h.style,s,{text:n.formattedLabel,textAlign:t.labelAlign,textVerticalAlign:t.labelBaseline}),e.add(h),fo(h,mo({},l))},this)}},_renderControl:function(t,e,i,n){function o(t,i,o,h){if(t){var c=Rx(n,i,u,{position:t,origin:[a/2,0],rotation:h?-r:0,rectHover:!0,style:s,onclick:o});e.add(c),fo(c,l)}}var a=t.controlSize,r=t.rotation,s=n.getModel("controlStyle").getItemStyle(),l=n.getModel("emphasis.controlStyle").getItemStyle(),u=[0,-a/2,a,a],h=n.getPlayState(),c=n.get("inverse",!0);o(t.nextBtnPosition,"controlStyle.nextIcon",iE(this._changeTimeline,this,c?"-":"+")),o(t.prevBtnPosition,"controlStyle.prevIcon",iE(this._changeTimeline,this,c?"+":"-")),o(t.playPosition,"controlStyle."+(h?"stopIcon":"playIcon"),iE(this._handlePlayClick,this,!h),!0)},_renderCurrentPointer:function(t,e,i,n){var o=n.getData(),a=n.getCurrentIndex(),r=o.getItemModel(a).getModel("checkpointStyle"),s=this,l={onCreate:function(t){t.draggable=!0,t.drift=iE(s._handlePointerDrag,s),t.ondragend=iE(s._handlePointerDragend,s),Bx(t,a,i,n,!0)},onUpdate:function(t){Bx(t,a,i,n)}};this._currentPointer=zx(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=Fo(this._axis.getExtent().slice());i>n[1]&&(i=n[1]),ii.getHeight()&&(n.textPosition="top",l=!0);var u=l?-5-o.height:s+8;a+o.width/2>i.getWidth()?(n.textPosition=["100%",u],n.textAlign="right"):a-o.width/2<0&&(n.textPosition=[0,u],n.textAlign="left")}})}},updateView:function(t,e,i,n){d(this._features,function(t){t.updateView&&t.updateView(t.model,e,i,n)})},remove:function(t,e){d(this._features,function(i){i.remove&&i.remove(t,e)}),this.group.removeAll()},dispose:function(t,e){d(this._features,function(i){i.dispose&&i.dispose(t,e)})}});var rE=rT.toolbox.saveAsImage;Gx.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:rE.title,type:"png",name:"",excludeComponents:["toolbox"],pixelRatio:1,lang:rE.lang.slice()},Gx.prototype.unusable=!U_.canvasSupported,Gx.prototype.onclick=function(t,e){var i=this.model,n=i.get("name")||t.get("title.0.text")||"echarts",o=document.createElement("a"),a=i.get("type",!0)||"png";o.download=n+"."+a,o.target="_blank";var r=e.getConnectedDataURL({type:a,backgroundColor:i.get("backgroundColor",!0)||t.get("backgroundColor")||"#fff",excludeComponents:i.get("excludeComponents"),pixelRatio:i.get("pixelRatio")});if(o.href=r,"function"!=typeof MouseEvent||U_.browser.ie||U_.browser.edge)if(window.navigator.msSaveOrOpenBlob){for(var s=atob(r.split(",")[1]),l=s.length,u=new Uint8Array(l);l--;)u[l]=s.charCodeAt(l);var h=new Blob([u]);window.navigator.msSaveOrOpenBlob(h,n+"."+a)}else{var c=i.get("lang"),d='';window.open().document.write(d)}else{var f=new MouseEvent("click",{view:window,bubbles:!0,cancelable:!1});o.dispatchEvent(f)}},Ty("saveAsImage",Gx);var sE=rT.toolbox.magicType;Fx.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",tiled:"M2.3,2.2h22.8V25H2.3V2.2z M35,2.2h22.8V25H35V2.2zM2.3,35h22.8v22.8H2.3V35z M35,35h22.8v22.8H35V35z"},title:i(sE.title),option:{},seriesIndex:{}};var lE=Fx.prototype;lE.getIcons=function(){var t=this.model,e=t.get("icon"),i={};return d(t.get("type"),function(t){e[t]&&(i[t]=e[t])}),i};var uE={line:function(t,e,i,o){if("bar"===t)return n({id:e,type:"line",data:i.get("data"),stack:i.get("stack"),markPoint:i.get("markPoint"),markLine:i.get("markLine")},o.get("option.line")||{},!0)},bar:function(t,e,i,o){if("line"===t)return n({id:e,type:"bar",data:i.get("data"),stack:i.get("stack"),markPoint:i.get("markPoint"),markLine:i.get("markLine")},o.get("option.bar")||{},!0)},stack:function(t,e,i,o){if("line"===t||"bar"===t)return n({id:e,stack:"__ec_magicType_stack__"},o.get("option.stack")||{},!0)},tiled:function(t,e,i,o){if("line"===t||"bar"===t)return n({id:e,stack:""},o.get("option.tiled")||{},!0)}},hE=[["line","bar"],["stack","tiled"]];lE.onclick=function(t,e,i){var n=this.model,o=n.get("seriesIndex."+i);if(uE[i]){var a={series:[]};d(hE,function(t){l(t,i)>=0&&d(t,function(t){n.setIconStatus(t,"normal")})}),n.setIconStatus(i,"emphasis"),t.eachComponent({mainType:"series",query:null==o?null:{seriesIndex:o}},function(e){var o=e.subType,s=e.id,l=uE[i](o,s,e,n);l&&(r(l,e.option),a.series.push(l));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+"Axis",d=t.queryComponents({mainType:c,index:e.get(name+"Index"),id:e.get(name+"Id")})[0].componentIndex;a[c]=a[c]||[];for(var f=0;f<=d;f++)a[c][d]=a[c][d]||{};a[c][d].boundaryGap="bar"===i}}}),e.dispatchAction({type:"changeMagicType",currentType:i,newOption:a})}},Es({type:"changeMagicType",event:"magicTypeChanged",update:"prepareAndUpdate"},function(t,e){e.mergeOption(t.newOption)}),Ty("magicType",Fx);var cE=rT.toolbox.dataView,dE=new Array(60).join("-"),fE="\t",pE=new RegExp("["+fE+"]+","g");$x.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:i(cE.title),lang:i(cE.lang),backgroundColor:"#fff",textColor:"#000",textareaColor:"#fff",textareaBorderColor:"#333",buttonColor:"#c23531",buttonTextColor:"#fff"},$x.prototype.onclick=function(t,e){function i(){n.removeChild(a),x._dom=null}var n=e.getDom(),o=this.model;this._dom&&n.removeChild(this._dom);var a=document.createElement("div");a.style.cssText="position:absolute;left:5px;top:5px;bottom:5px;right:5px;",a.style.backgroundColor=o.get("backgroundColor")||"#fff";var r=document.createElement("h4"),s=o.get("lang")||[];r.innerHTML=s[0]||o.get("title"),r.style.cssText="margin: 10px 20px;",r.style.color=o.get("textColor");var l=document.createElement("div"),u=document.createElement("textarea");l.style.cssText="display:block;width:100%;overflow:auto;";var h=o.get("optionToContent"),c=o.get("contentToOption"),d=Ux(t);if("function"==typeof h){var f=h(e.getOption());"string"==typeof f?l.innerHTML=f:M(f)&&l.appendChild(f)}else l.appendChild(u),u.readOnly=o.get("readOnly"),u.style.cssText="width:100%;height:100%;font-family:monospace;font-size:14px;line-height:1.6rem;",u.style.color=o.get("textColor"),u.style.borderColor=o.get("textareaBorderColor"),u.style.backgroundColor=o.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:"+o.get("buttonColor"),m+=";color:"+o.get("buttonTextColor");var x=this;ht(v,"click",i),ht(y,"click",function(){var t;try{t="function"==typeof c?c(l,e.getOption()):Kx(u.value,p)}catch(t){throw i(),new Error("Data view format error "+t)}t&&e.dispatchAction({type:"changeDataView",newOption:t}),i()}),v.innerHTML=s[1],y.innerHTML=s[2],y.style.cssText=m,v.style.cssText=m,!o.get("readOnly")&&g.appendChild(y),g.appendChild(v),ht(u,"keydown",function(t){if(9===(t.keyCode||t.which)){var e=this.value,i=this.selectionStart,n=this.selectionEnd;this.value=e.substring(0,i)+fE+e.substring(n),this.selectionStart=this.selectionEnd=i+1,mw(t)}}),a.appendChild(r),a.appendChild(l),a.appendChild(g),l.style.height=n.clientHeight-80+"px",n.appendChild(a),this._dom=a},$x.prototype.remove=function(t,e){this._dom&&e.getDom().removeChild(this._dom)},$x.prototype.dispose=function(t,e){this.remove(t,e)},Ty("dataView",$x),Es({type:"changeDataView",event:"dataViewChanged",update:"prepareAndUpdate"},function(t,e){var i=[];d(t.newOption.series,function(t){var n=e.getSeriesByName(t.name)[0];if(n){var o=n.get("data");i.push({name:t.name,data:Jx(t.data,o)})}else i.push(a({type:"scatter"},t))}),e.mergeOption(r({series:i},t.newOption))});var gE=d,mE="\0_ec_hist_store";iO.extend({type:"dataZoom.select"}),nO.extend({type:"dataZoom.select"});var vE=rT.toolbox.dataZoom,yE=d,xE="\0_ec_\0toolbox-dataZoom_";o_.defaultOption={show:!0,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:i(vE.title)};var _E=o_.prototype;_E.render=function(t,e,i,n){this.model=t,this.ecModel=e,this.api=i,s_(t,e,this,n,i),r_(t,e)},_E.onclick=function(t,e,i){wE[i].call(this)},_E.remove=function(t,e){this._brushController.unmount()},_E.dispose=function(t,e){this._brushController.dispose()};var wE={zoom:function(){var t=!this._isZoomActive;this.api.dispatchAction({type:"takeGlobalCursor",key:"dataZoomSelect",dataZoomSelectActive:t})},back:function(){this._dispatchZoomAction(t_(this.ecModel))}};_E._onBrush=function(t,e){function i(t,e,i){var r=e.getAxis(t),s=r.model,l=n(t,s,a),u=l.findRepresentativeAxisProxy(s).getMinMaxSpan();null==u.minValueSpan&&null==u.maxValueSpan||(i=QL(0,i.slice(),r.scale.getExtent(),0,u.minValueSpan,u.maxValueSpan)),l&&(o[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){i.getAxisModel(t,e.componentIndex)&&(n=i)}),n}if(e.isEnd&&t.length){var o={},a=this.ecModel;this._brushController.updateCovers([]),new hy(a_(this.model.option),a,{include:["grid"]}).matchOutputRanges(t,a,function(t,e,n){if("cartesian2d"===n.type){var o=t.brushType;"rect"===o?(i("x",n,e[0]),i("y",n,e[1])):i({lineX:"x",lineY:"y"}[o],n,e)}}),Qx(a,o),this._dispatchZoomAction(o)}},_E._dispatchZoomAction=function(t){var e=[];yE(t,function(t,n){e.push(i(t))}),e.length&&this.api.dispatchAction({type:"dataZoom",from:this.uid,batch:e})},Ty("dataZoom",o_),Ns(function(t){function e(t,e){if(e){var o=t+"Index",a=e[o];null==a||"all"===a||y(a)||(a=!1===a||"none"===a?[]:[a]),i(t,function(e,i){if(null==a||"all"===a||-1!==l(a,i)){var r={type:"select",$fromToolbox:!0,id:xE+t+i};r[o]=i,n.push(r)}})}}function i(e,i){var n=t[e];y(n)||(n=n?[n]:[]),yE(n,i)}if(t){var n=t.dataZoom||(t.dataZoom=[]);y(n)||(t.dataZoom=n=[n]);var o=t.toolbox;if(o&&(y(o)&&(o=o[0]),o&&o.feature)){var a=o.feature.dataZoom;e("xAxis",a),e("yAxis",a)}}});var bE=rT.toolbox.restore;l_.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:bE.title},l_.prototype.onclick=function(t,e,i){e_(t),e.dispatchAction({type:"restore",from:this.uid})},Ty("restore",l_),Es({type:"restore",event:"restore",update:"prepareAndUpdate"},function(t,e){e.resetOption("recreate")});var SE,ME="urn:schemas-microsoft-com:vml",IE="undefined"==typeof window?null:window,TE=!1,AE=IE&&IE.document;if(AE&&!U_.canvasSupported)try{!AE.namespaces.zrvml&&AE.namespaces.add("zrvml",ME),SE=function(t){return AE.createElement("')}}catch(t){SE=function(t){return AE.createElement("<"+t+' xmlns="'+ME+'" class="zrvml">')}}var DE=ES.CMD,CE=Math.round,LE=Math.sqrt,kE=Math.abs,PE=Math.cos,NE=Math.sin,OE=Math.max;if(!U_.canvasSupported){var EE=21600,RE=EE/2,zE=function(t){t.style.cssText="position:absolute;left:0;top:0;width:1px;height:1px;",t.coordsize=EE+","+EE,t.coordorigin="0,0"},BE=function(t){return String(t).replace(/&/g,"&").replace(/"/g,""")},VE=function(t,e,i){return"rgb("+[t,e,i].join(",")+")"},GE=function(t,e){e&&t&&e.parentNode!==t&&t.appendChild(e)},FE=function(t,e){e&&t&&e.parentNode===t&&t.removeChild(e)},WE=function(t,e,i){return 1e5*(parseFloat(t)||0)+1e3*(parseFloat(e)||0)+i},HE=function(t,e){return"string"==typeof t?t.lastIndexOf("%")>=0?parseFloat(t)/100*e:parseFloat(t):t},ZE=function(t,e,i){var n=Gt(e);i=+i,isNaN(i)&&(i=1),n&&(t.color=VE(n[0],n[1],n[2]),t.opacity=i*n[3])},UE=function(t){var e=Gt(t);return[VE(e[0],e[1],e[2]),e[3]]},XE=function(t,e,i){var n=e.fill;if(null!=n)if(n instanceof IM){var o,a=0,r=[0,0],s=0,l=1,u=i.getBoundingRect(),h=u.width,c=u.height;if("linear"===n.type){o="gradient";var d=i.transform,f=[n.x*h,n.y*c],p=[n.x2*h,n.y2*c];d&&(Q(f,f,d),Q(p,p,d));var g=p[0]-f[0],m=p[1]-f[1];(a=180*Math.atan2(g,m)/Math.PI)<0&&(a+=360),a<1e-6&&(a=0)}else{o="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&&Q(f,f,d),y/=v[0]*EE,x/=v[1]*EE;var _=OE(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;I=2){var D=S[0][0],C=S[1][0],L=S[0][1]*e.opacity,k=S[1][1]*e.opacity;t.type=o,t.method="none",t.focus="100%",t.angle=a,t.color=D,t.color2=C,t.colors=M.join(","),t.opacity=k,t.opacity2=L}"radial"===o&&(t.focusposition=r.join(","))}else ZE(t,n,e.opacity)},jE=function(t,e){null!=e.lineDash&&(t.dashstyle=e.lineDash.join(" ")),null==e.stroke||e.stroke instanceof IM||ZE(t,e.stroke,e.opacity)},YE=function(t,e,i,n){var o="fill"===e,a=t.getElementsByTagName(e)[0];null!=i[e]&&"none"!==i[e]&&(o||!o&&i.lineWidth)?(t[o?"filled":"stroked"]="true",i[e]instanceof IM&&FE(t,a),a||(a=u_(e)),o?XE(a,i,n):jE(a,i),GE(t,a)):(t[o?"filled":"stroked"]="false",FE(t,a))},qE=[[],[],[]],KE=function(t,e){var i,n,o,a,r,s,l=DE.M,u=DE.C,h=DE.L,c=DE.A,d=DE.Q,f=[],p=t.data,g=t.len();for(a=0;a.01?N&&(O+=.0125):Math.abs(E-D)<1e-4?N&&OA?x-=.0125:x+=.0125:N&&ED?y+=.0125:y-=.0125),f.push(R,CE(((A-C)*M+b)*EE-RE),",",CE(((D-L)*I+S)*EE-RE),",",CE(((A+C)*M+b)*EE-RE),",",CE(((D+L)*I+S)*EE-RE),",",CE((O*M+b)*EE-RE),",",CE((E*I+S)*EE-RE),",",CE((y*M+b)*EE-RE),",",CE((x*I+S)*EE-RE)),r=y,s=x;break;case DE.R:var z=qE[0],B=qE[1];z[0]=p[a++],z[1]=p[a++],B[0]=z[0]+p[a++],B[1]=z[1]+p[a++],e&&(Q(z,z,e),Q(B,B,e)),z[0]=CE(z[0]*EE-RE),B[0]=CE(B[0]*EE-RE),z[1]=CE(z[1]*EE-RE),B[1]=CE(B[1]*EE-RE),f.push(" m ",z[0],",",z[1]," l ",B[0],",",z[1]," l ",B[0],",",B[1]," l ",z[0],",",B[1]);break;case DE.Z:f.push(" x ")}if(i>0){f.push(n);for(var V=0;V100&&(tR=0,QE={});var i,n=eR.style;try{n.font=t,i=n.fontFamily.split(",")[0]}catch(t){}e={style:n.fontStyle||"normal",variant:n.fontVariant||"normal",weight:n.fontWeight||"normal",size:0|parseFloat(n.fontSize||12),family:i||"Microsoft YaHei"},QE[t]=e,tR++}return e};!function(t,e){bb[t]=e}("measureText",function(t,e){var i=AE;JE||((JE=i.createElement("div")).style.cssText="position:absolute;top:-20000px;left:0;padding:0;margin:0;border:none;white-space:pre;",AE.body.appendChild(JE));try{JE.style.font=e}catch(t){}return JE.innerHTML="",JE.appendChild(i.createTextNode(t)),{width:JE.offsetWidth}});for(var nR=new de,oR=[Db,di,fi,Pn,rM],aR=0;aR=o&&u+1>=a){for(var h=[],c=0;c=o&&c+1>=a)return T_(0,s.components);l[i]=s}else l[i]=void 0}r++}();if(d)return d}},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 o=e.length,a=i.length,r=t.newPos,s=r-n,l=0;r+1=0;--n)if(e[n]===t)return!0;return!1}),i):null:i[0]},D_.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)}}},D_.prototype.addDom=function(t){this.getDefs(!0).appendChild(t)},D_.prototype.removeDom=function(t){var e=this.getDefs(!1);e&&t[this._domName]&&(e.removeChild(t[this._domName]),t[this._domName]=null)},D_.prototype.getDoms=function(){var t=this.getDefs(!1);if(!t)return[];var e=[];return d(this._tagNames,function(i){var n=t.getElementsByTagName(i);e=e.concat([].slice.call(n))}),e},D_.prototype.markAllUnused=function(){var t=this;d(this.getDoms(),function(e){e[t._markLabel]="0"})},D_.prototype.markUsed=function(t){t&&(t[this._markLabel]="1")},D_.prototype.removeUnused=function(){var t=this.getDefs(!1);if(t){var e=this;d(this.getDoms(),function(i){"1"!==i[e._markLabel]&&t.removeChild(i)})}},D_.prototype.getSvgProxy=function(t){return t instanceof Pn?yR:t instanceof fi?xR:t instanceof rM?_R:yR},D_.prototype.getTextSvgElement=function(t){return t.__textSvgEl},D_.prototype.getSvgElement=function(t){return t.__svgEl},u(C_,D_),C_.prototype.addWithoutUpdate=function(t,e){if(e&&e.style){var i=this;d(["fill","stroke"],function(n){if(e.style[n]&&("linear"===e.style[n].type||"radial"===e.style[n].type)){var o,a=e.style[n],r=i.getDefs(!0);a._dom?(o=a._dom,r.contains(a._dom)||i.addDom(o)):o=i.add(a),i.markUsed(e);var s=o.getAttribute("id");t.setAttribute(n,"url(#"+s+")")}})}},C_.prototype.add=function(t){var e;if("linear"===t.type)e=this.createElement("linearGradient");else{if("radial"!==t.type)return Yw("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},C_.prototype.update=function(t){var e=this;D_.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))})},C_.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 Yw("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,o=i.length;n0){var n,o,a=this.getDefs(!0),r=e[0],s=i?"_textDom":"_dom";r[s]?(o=r[s].getAttribute("id"),n=r[s],a.contains(n)||a.appendChild(n)):(o="zr"+this._zrId+"-clip-"+this.nextId,++this.nextId,(n=this.createElement("clipPath")).setAttribute("id",o),a.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);bt(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(#"+o+")"),e.length>1&&this.updateDom(n,e.slice(1),i)}else t&&t.setAttribute("clip-path","none")},L_.prototype.markUsed=function(t){var e=this;t.__clipPaths&&t.__clipPaths.length>0&&d(t.__clipPaths,function(t){t._dom&&D_.prototype.markUsed.call(e,t._dom),t._textDom&&D_.prototype.markUsed.call(e,t._textDom)})},u(k_,D_),k_.prototype.addWithoutUpdate=function(t,e){if(e&&P_(e.style)){var i,n=e.style;n._shadowDom?(i=n._shadowDom,this.getDefs(!0).contains(n._shadowDom)||this.addDom(i)):i=this.add(e),this.markUsed(e);var o=i.getAttribute("id");t.style.filter="url(#"+o+")"}},k_.prototype.add=function(t){var e=this.createElement("filter"),i=t.style;return i._shadowDomId=i._shadowDomId||this.nextId++,e.setAttribute("id","zr"+this._zrId+"-shadow-"+i._shadowDomId),this.updateDom(t,e),this.addDom(e),e},k_.prototype.update=function(t,e){var i=e.style;if(P_(i)){var n=this;D_.prototype.update.call(this,e,function(t){n.updateDom(e,t._shadowDom)})}else this.remove(t,i)},k_.prototype.remove=function(t,e){null!=e._shadowDomId&&(this.removeDom(e),t.style.filter="")},k_.prototype.updateDom=function(t,e){var i=e.getElementsByTagName("feDropShadow");i=0===i.length?this.createElement("feDropShadow"):i[0];var n,o,a,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,o=s.shadowOffsetY||0,a=s.shadowBlur,r=s.shadowColor;else{if(!s.textShadowBlur)return void this.removeDom(e,s);n=s.textShadowOffsetX||0,o=s.textShadowOffsetY||0,a=s.textShadowBlur,r=s.textShadowColor}i.setAttribute("dx",n/l),i.setAttribute("dy",o/u),i.setAttribute("flood-color",r);var h=a/2/l+" "+a/2/u;i.setAttribute("stdDeviation",h),e.setAttribute("x","-100%"),e.setAttribute("y","-100%"),e.setAttribute("width",Math.ceil(a/2*200)+"%"),e.setAttribute("height",Math.ceil(a/2*200)+"%"),e.appendChild(i),s._shadowDom=e},k_.prototype.markUsed=function(t){var e=t.style;e&&e._shadowDom&&D_.prototype.markUsed.call(this,e._shadowDom)};var IR=function(t,e,i,n){this.root=t,this.storage=e,this._opts=i=a({},i||{});var o=p_("svg");o.setAttribute("xmlns","http://www.w3.org/2000/svg"),o.setAttribute("version","1.1"),o.setAttribute("baseProfile","full"),o.style.cssText="user-select:none;position:absolute;left:0;top:0;",this.gradientManager=new C_(n,o),this.clipPathManager=new L_(n,o),this.shadowManager=new k_(n,o);var r=document.createElement("div");r.style.cssText="overflow:hidden;position:relative",this._svgRoot=o,this._viewport=r,t.appendChild(r),r.appendChild(o),this.resize(i.width,i.height),this._visibleList=[]};IR.prototype={constructor:IR,getType:function(){return"svg"},getViewportRoot:function(){return this._viewport},getViewportRootOffset:function(){var t=this.getViewportRoot();if(t)return{offsetLeft:t.offsetLeft||0,offsetTop:t.offsetTop||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,o=t.length,a=[];for(e=0;e=0;--n)if(e[n]===t)return!0;return!1}),i):null: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 o=i.style;o.width=t+"px",o.height=e+"px";var a=this._svgRoot;a.setAttribute("width",t),a.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],o=["paddingLeft","paddingTop"][t],a=["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]||N_(s[i])||N_(r.style[i]))-(N_(s[o])||0)-(N_(s[a])||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(){return this.refresh(),"data:image/svg+xml;charset=UTF-8,"+this._svgRoot.outerHTML}},d(["getLayer","insertLayer","eachLayer","eachBuiltinLayer","eachOtherLayer","getLayers","modLayer","delLayer","clearLayer","toDataURL","pathToImage"],function(t){IR.prototype[t]=F_(t)}),Ti("svg",IR),t.version="4.2.1",t.dependencies=ET,t.PRIORITY=VT,t.init=function(t,e,i){var n=ks(t);if(n)return n;var o=new us(t,e,i);return o.id="ec_"+iA++,tA[o.id]=o,Fi(t,oA,o.id),Cs(o),o},t.connect=function(t){if(y(t)){var e=t;t=null,kT(e,function(e){null!=e.group&&(t=e.group)}),t=t||"g_"+nA++,kT(e,function(e){e.group=t})}return eA[t]=!0,t},t.disConnect=Ls,t.disconnect=aA,t.dispose=function(t){"string"==typeof t?t=tA[t]:t instanceof us||(t=ks(t)),t instanceof us&&!t.isDisposed()&&t.dispose()},t.getInstanceByDom=ks,t.getInstanceById=function(t){return tA[t]},t.registerTheme=Ps,t.registerPreprocessor=Ns,t.registerProcessor=Os,t.registerPostUpdate=function(t){KT.push(t)},t.registerAction=Es,t.registerCoordinateSystem=Rs,t.getCoordinateSystemDimensions=function(t){var e=Fa.get(t);if(e)return e.getDimensionsInfo?e.getDimensionsInfo():e.dimensions.slice()},t.registerLayout=zs,t.registerVisual=Bs,t.registerLoading=Gs,t.extendComponentModel=Fs,t.extendComponentView=Ws,t.extendSeriesModel=Hs,t.extendChartView=Zs,t.setCanvasCreator=function(t){e("createCanvas",t)},t.registerMap=function(t,e,i){DT.registerMap(t,e,i)},t.getMap=function(t){var e=DT.retrieveMap(t);return e&&e[0]&&{geoJson:e[0].geoJSON,specialAreas:e[0].specialAreas}},t.dataTool=rA,t.zrender=Hb,t.number=YM,t.format=eI,t.throttle=Pr,t.helper=tD,t.matrix=Sw,t.vector=cw,t.color=Ww,t.parseGeoJSON=iD,t.parseGeoJson=rD,t.util=sD,t.graphic=lD,t.List=vA,t.Model=No,t.Axis=aD,t.env=U_}); \ No newline at end of file diff --git a/unpackage/dist/build/app-plus/uni_modules/uni-icons/components/uni-icons/uniicons.ttf b/unpackage/dist/build/app-plus/uni_modules/uni-icons/components/uni-icons/uniicons.ttf new file mode 100644 index 00000000..14696d03 Binary files /dev/null and b/unpackage/dist/build/app-plus/uni_modules/uni-icons/components/uni-icons/uniicons.ttf differ diff --git a/unpackage/dist/build/app-plus/view.css b/unpackage/dist/build/app-plus/view.css new file mode 100644 index 00000000..f29365bc --- /dev/null +++ b/unpackage/dist/build/app-plus/view.css @@ -0,0 +1 @@ +*{margin:0;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}input[type=search]::-webkit-search-cancel-button{display:none}@font-face{font-weight:400;font-style:normal;font-family:uni;src:url("data:application/octet-stream;base64,AAEAAAALAIAAAwAwR1NVQrD+s+0AAAE4AAAAQk9TLzJAKEx+AAABfAAAAFZjbWFw65cFHQAAAhwAAAJQZ2x5ZvCRR/EAAASUAAAKtGhlYWQLKIN9AAAA4AAAADZoaGVhCCwD+gAAALwAAAAkaG10eEJo//8AAAHUAAAASGxvY2EYqhW6AAAEbAAAACZtYXhwASEAVQAAARgAAAAgbmFtZeNcHtgAAA9IAAAB5nBvc3T6bLhLAAARMAAAAOYAAQAAA+gAAABaA+j/////A+kAAQAAAAAAAAAAAAAAAAAAABIAAQAAAAEAACkCj3dfDzz1AAsD6AAAAADUER9XAAAAANQRH1f//wAAA+kD6gAAAAgAAgAAAAAAAAABAAAAEgBJAAUAAAAAAAIAAAAKAAoAAAD/AAAAAAAAAAEAAAAKAB4ALAABREZMVAAIAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAAAAQOwAZAABQAIAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA6gHqEQPoAAAAWgPqAAAAAAABAAAAAAAAAAAAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+j//wPoAAAD6AAAAAAABQAAAAMAAAAsAAAABAAAAXQAAQAAAAAAbgADAAEAAAAsAAMACgAAAXQABABCAAAABAAEAAEAAOoR//8AAOoB//8AAAABAAQAAAABAAIAAwAEAAUABgAHAAgACQAKAAsADAANAA4ADwAQABEAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAANwAAAAAAAAAEQAA6gEAAOoBAAAAAQAA6gIAAOoCAAAAAgAA6gMAAOoDAAAAAwAA6gQAAOoEAAAABAAA6gUAAOoFAAAABQAA6gYAAOoGAAAABgAA6gcAAOoHAAAABwAA6ggAAOoIAAAACAAA6gkAAOoJAAAACQAA6goAAOoKAAAACgAA6gsAAOoLAAAACwAA6gwAAOoMAAAADAAA6g0AAOoNAAAADQAA6g4AAOoOAAAADgAA6g8AAOoPAAAADwAA6hAAAOoQAAAAEAAA6hEAAOoRAAAAEQAAAAAARgCMANIBJgF4AcQCMgJgAqgC/ANIA6YD/gROBKAE9AVaAAAAAgAAAAADrwOtABQAKQAAASIHBgcGFBcWFxYyNzY3NjQnJicmAyInJicmNDc2NzYyFxYXFhQHBgcGAfV4Z2Q7PDw7ZGfwZmQ7PDw7ZGZ4bl5bNjc3Nlte215bNjc3NlteA608O2Rn8GdjOzw8O2Nn8GdkOzz8rzc1W17bXlw1Nzc1XF7bXls1NwAAAAACAAAAAAOzA7MAFwAtAAABIgcGBwYVFBcWFxYzMjc2NzY1NCcmJyYTBwYiLwEmNjsBETQ2OwEyFhURMzIWAe52Z2Q7PT07ZGd2fGpmOz4+O2ZpIXYOKA52Dg0XXQsHJgcLXRcNA7M+O2ZqfHZnZDs9PTtkZ3Z9aWY7Pv3wmhISmhIaARcICwsI/ukaAAMAAAAAA+UD5QAXACMALAAAASIHBgcGFRQXFhcWMzI3Njc2NTQnJicmAxQrASI1AzQ7ATIHJyImNDYyFhQGAe6Ecm9BRERBb3KEiXZxQkREQnF1aQIxAwgCQgMBIxIZGSQZGQPkREJxdomEcm9BRERBb3KEinVxQkT9HQICAWICAjEZIxkZIxkAAAAAAwAAAAADsQPkABsAKgAzAAABBgcGBwYHBjcRFBcWFxYXNjc2NzY1ESQXJicmBzMyFhUDFAYrASInAzQ2EyImNDYyFhQGAfVBQTg7LDt/IEc+bF5sbF1tPUj+2KhQQVVvNAQGDAMCJgUBCwYeDxYWHhUVA+QPEg4SDhIpCv6tj3VkST4dHT5JZHWPAVNeNRkSGPwGBP7GAgMFAToEBv5AFR8VFR8VAAAAAgAAAAADsQPkABkALgAAAQYHBgc2BREUFxYXFhc2NzY3NjURJBcmJyYTAQYvASY/ATYyHwEWNjclNjIfARYB9VVVQk+v/tFHPmxebGxdbT1I/tGvT0JVo/7VBASKAwMSAQUBcQEFAgESAgUBEQQD4xMYEhk3YP6sjnVlSD8cHD9IZXWOAVRgNxkSGP62/tkDA48EBBkCAVYCAQHlAQIQBAAAAAACAAAAAAPkA+QAFwAtAAABIgcGBwYVFBcWFxYzMjc2NzY1NCcmJyYTAQYiLwEmPwE2Mh8BFjI3ATYyHwEWAe6Ecm9BQ0NCbnODiXVxQkREQnF1kf6gAQUBowMDFgEFAYUCBQEBQwIFARUEA+NEQnF1iYNzbkJDQ0FvcoSJdXFCRP6j/qUBAagEBR4CAWYBAQENAgIVBAAAAAQAAAAAA68DrQAUACkAPwBDAAABIgcGBwYUFxYXFjI3Njc2NCcmJyYDIicmJyY0NzY3NjIXFhcWFAcGBwYTBQ4BLwEmBg8BBhYfARYyNwE+ASYiFzAfAQH1eGdkOzw8O2Rn8GZkOzw8O2RmeG5eWzY3NzZbXtteWzY3NzZbXmn+9gYSBmAGDwUDBQEGfQUQBgElBQELEBUBAQOtPDtkZ/BnYzs8PDtjZ/BnZDs8/K83NVte215cNTc3NVxe215bNTcCJt0FAQVJBQIGBAcRBoAGBQEhBQ8LBAEBAAABAAAAAAO7AzoAFwAAEy4BPwE+AR8BFjY3ATYWFycWFAcBBiInPQoGBwUHGgzLDCELAh0LHwsNCgr9uQoeCgGzCyEOCw0HCZMJAQoBvgkCCg0LHQv9sQsKAAAAAAIAAAAAA+UD5gAXACwAAAEiBwYHBhUUFxYXFjMyNzY3NjU0JyYnJhMHBi8BJicmNRM0NjsBMhYVExceAQHvhHJvQUNDQm5zg4l1cUJEREJxdVcQAwT6AwIEEAMCKwIDDsUCAQPlREJxdYmDc25CQ0NBb3KEiXVxQkT9VhwEAncCAgMGAXoCAwMC/q2FAgQAAAQAAAAAA68DrQADABgALQAzAAABMB8BAyIHBgcGFBcWFxYyNzY3NjQnJicmAyInJicmNDc2NzYyFxYXFhQHBgcGAyMVMzUjAuUBAfJ4Z2Q7PDw7ZGfwZmQ7PDw7ZGZ4bl5bNjc3Nlte215bNjc3NltemyT92QKDAQEBLDw7ZGfwZ2M7PDw7Y2fwZ2Q7PPyvNzVbXtteXDU3NzVcXtteWzU3AjH9JAAAAAMAAAAAA+QD5AAXACcAMAAAASIHBgcGFRQXFhcWMzI3Njc2NTQnJicmAzMyFhUDFAYrASImNQM0NhMiJjQ2MhYUBgHuhHJvQUNDQm5zg4l1cUJEREJxdZ42BAYMAwInAwMMBh8PFhYeFhYD40RCcXWJg3NuQkNDQW9yhIl1cUJE/vYGBf7AAgMDAgFABQb+NhYfFhYfFgAABAAAAAADwAPAAAgAEgAoAD0AAAEyNjQmIgYUFhcjFTMRIxUzNSMDIgcGBwYVFBYXFjMyNzY3NjU0Jy4BAyInJicmNDc2NzYyFxYXFhQHBgcGAfQYISEwISFRjzk5yTorhG5rPT99am+DdmhlPD4+PMyFbV5bNTc3NVte2l5bNTc3NVteAqAiLyIiLyI5Hf7EHBwCsT89a26Ed8w8Pj48ZWh2g29qffyjNzVbXtpeWzU3NzVbXtpeWzU3AAADAAAAAAOoA6gACwAgADUAAAEHJwcXBxc3FzcnNwMiBwYHBhQXFhcWMjc2NzY0JyYnJgMiJyYnJjQ3Njc2MhcWFxYUBwYHBgKOmpocmpocmpocmpq2dmZiOjs7OmJm7GZiOjs7OmJmdmtdWTQ2NjRZXdZdWTQ2NjRZXQKqmpocmpocmpocmpoBGTs6YmbsZmI6Ozs6YmbsZmI6O/zCNjRZXdZdWTQ2NjRZXdZdWTQ2AAMAAAAAA+kD6gAaAC8AMAAAAQYHBiMiJyYnJjQ3Njc2MhcWFxYVFAcGBwEHATI3Njc2NCcmJyYiBwYHBhQXFhcWMwKONUBCR21dWjU3NzVaXdpdWzU2GBcrASM5/eBXS0grKysrSEuuSkkqLCwqSUpXASMrFxg2NVtd2l1aNTc3NVpdbUdCQDX+3jkBGSsrSEuuSkkqLCwqSUquS0grKwAC//8AAAPoA+gAFAAwAAABIgcGBwYQFxYXFiA3Njc2ECcmJyYTFg4BIi8BBwYuATQ/AScmPgEWHwE3Nh4BBg8BAfSIdHFDRERDcXQBEHRxQ0REQ3F0SQoBFBsKoqgKGxMKqKIKARQbCqKoChsUAQqoA+hEQ3F0/vB0cUNERENxdAEQdHFDRP1jChsTCqiiCgEUGwqiqAobFAEKqKIKARQbCqIAAAIAAAAAA+QD5AAXADQAAAEiBwYHBhUUFxYXFjMyNzY3NjU0JyYnJhMUBiMFFxYUDwEGLwEuAT8BNh8BFhQPAQUyFh0BAe6Ecm9BQ0NCbnODiXVxQkREQnF1fwQC/pGDAQEVAwTsAgEC7AQEFAIBhAFwAgMD40RCcXWJg3NuQkNDQW9yhIl1cUJE/fYCAwuVAgQCFAQE0AIFAtEEBBQCBQGVCwMDJwAAAAUAAAAAA9QD0wAjACcANwBHAEgAAAERFAYjISImNREjIiY9ATQ2MyE1NDYzITIWHQEhMhYdARQGIyERIREHIgYVERQWOwEyNjURNCYjISIGFREUFjsBMjY1ETQmKwEDeyYb/XYbJkMJDQ0JAQYZEgEvExkBBgkNDQn9CQJc0QkNDQktCQ0NCf7sCQ0NCS0JDQ0JLQMi/TQbJiYbAswMCiwJDS4SGRkSLg0JLAoM/UwCtGsNCf5NCQ0NCQGzCQ0NCf5NCQ0NCQGzCQ0AAAAAEADGAAEAAAAAAAEABAAAAAEAAAAAAAIABwAEAAEAAAAAAAMABAALAAEAAAAAAAQABAAPAAEAAAAAAAUACwATAAEAAAAAAAYABAAeAAEAAAAAAAoAKwAiAAEAAAAAAAsAEwBNAAMAAQQJAAEACABgAAMAAQQJAAIADgBoAAMAAQQJAAMACAB2AAMAAQQJAAQACAB+AAMAAQQJAAUAFgCGAAMAAQQJAAYACACcAAMAAQQJAAoAVgCkAAMAAQQJAAsAJgD6d2V1aVJlZ3VsYXJ3ZXVpd2V1aVZlcnNpb24gMS4wd2V1aUdlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAHcAZQB1AGkAUgBlAGcAdQBsAGEAcgB3AGUAdQBpAHcAZQB1AGkAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQB1AGkARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASAQIBAwEEAQUBBgEHAQgBCQEKAQsBDAENAQ4BDwEQAREBEgETAAZjaXJjbGUIZG93bmxvYWQEaW5mbwxzYWZlX3N1Y2Nlc3MJc2FmZV93YXJuB3N1Y2Nlc3MOc3VjY2Vzcy1jaXJjbGURc3VjY2Vzcy1uby1jaXJjbGUHd2FpdGluZw53YWl0aW5nLWNpcmNsZQR3YXJuC2luZm8tY2lyY2xlBmNhbmNlbAZzZWFyY2gFY2xlYXIEYmFjawZkZWxldGUAAAAA") format("truetype")}@font-face{font-weight:400;font-style:normal;font-family:unibtn;src:url("data:application/octet-stream;base64,AAEAAAALAIAAAwAwT1MvMg8SAzoAAAC8AAAAYGNtYXAAILNAAAABHAAAAGRnYXNwAAAAEAAAAYAAAAAIZ2x5ZnVT/G4AAAGIAAAEHGhlYWQOAdVuAAAFpAAAADZoaGVhB3wDzAAABdwAAAAkaG10eCIABqYAAAYAAAAALGxvY2EDqgTMAAAGLAAAABhtYXhwAA8ATQAABkQAAAAgbmFtZXBR8sQAAAZkAAAB2nBvc3QAAwAAAAAIQAAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmUAPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQASAAAAA4ACAACAAYAAQAg5gLmBuZQ//3//wAAAAAAIOYA5gTmUP/9//8AAf/jGgQaAxm6AAMAAQAAAAAAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQFgAHkCwQLqABYAAAEmNDc2MhcBHgEVFAYHAQYiJyY0NwkBAWAICAcWBwE1BAQEBP7LBxYHCAgBIv7eAsUHFwcICP7cBAsFBgsE/twICAcXCAETARMAAAEBWAB5ArkC6gAXAAAJAhYUBwYiJwEuATU0NjcBNjIXFhQHMQK5/t4BIggICBUI/swFAwMFATQIFQgICALF/u3+7QgXBwgIASQECwYFCwQBJAgIBxcHAAACANAAaQO6Aw0AHAA2AAAlFAYjISImNRE0NjsBNSMiBhURFBYzITI2PQEjFRMnBxcHDgMPATM1PgE3PgE/AgcXNyc3A1IHBP3CBAYGBLDAERgYEQJfERcuaKQhbndKgmM9BQEvBTYtLXVABmpuIaQBAaUEBwcEAagFBjEZEf40ERkZEqWUAbysI3MBBjxffkcIBzxuKysyBAEBdCKsAgIAAgCXAF4DcwMbADEASgAAAS4BLwIuASMiBg8CDgEHBhYfAQcGFhceATMyNj8BFx4BMzI2Nz4BJzQwNSc3PgEnBTYmLwE3PgE/ARceAR8BBw4BHwEnJgYPAQNzAgoG42cDCgcGCgNk4wYKAgEDBKUlAQUFAwYEAgUDyswCBQMGCgMCAQEoowUDAv38AQMEjcIFCQJWWAIJBcOMBAMBIq4FCwSuAhQGCAEfzQYGBgbOIwEIBgYMBJ/iBgwEAgICAWxqAQEGBgMJAwEB3qEFDAa2BgoEiB0BBgWxsAUGARuJBAsFwVoDAQJcAAIAvwB1A1ADEQAhAD4AAAEiBh0BFAYjISImPQE0JiMiBh0BHgEzITI2PQE0JicuASM3AS4BIyIGBwEGFBceATMyNjcBNjIXARYyNz4BJwL3Cg4LB/51CAsOCgkPASYbAYwbJwQDAwkFWf7mChgNDRgJ/uYGBwMJBQQIBAEZBRAFARoHEwcGAQYBsA4J4gcLCwfiCQ4OCeIbJycb4gQJAwQDNAEaCgkJCf7lBxMGBAMDAwEZBQX+5wYHBhMHAAAAAAMA3AF2AzEB+gALABcAJAAAATI2NTQmIyIGFRQWITI2NTQmIyIGFRQWITI2NTQmIyIGFRQWMwEeHCcnHBsnJwEDHCcnHBsnJwEEGycnGxwnJxwBdicbGycnGxsnJxsbJycbGycnGxsnJxsbJwAAAAABAOwAnQMUAs4AJQAAATc2NCcmIg8BJyYiBwYUHwEHBhQXHgEzMjY/ARceATMyNjc2NCcCKOwJCQgYCOzqCBgICQnq7AkJBAoGBQsE7OwECwUGCgQJCQG76gkXCQgI6+sICAgYCOvrCBgIBAQEBOvtBQQFBAgXCQABAAAAAQAA3hDrLV8PPPUACwQAAAAAANWUyKsAAAAA1ZTIqwAAAAADugMbAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAO6AAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWAEAAFYBAAA0AQAAJcEAAC/BAAA3AQAAOwAAAAAAAoAFAAeAEoAdgDGAToBmgHSAg4AAQAAAAsASwADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAA4AAAABAAAAAAACAAcAnwABAAAAAAADAA4ASwABAAAAAAAEAA4AtAABAAAAAAAFAAsAKgABAAAAAAAGAA4AdQABAAAAAAAKABoA3gADAAEECQABABwADgADAAEECQACAA4ApgADAAEECQADABwAWQADAAEECQAEABwAwgADAAEECQAFABYANQADAAEECQAGABwAgwADAAEECQAKADQA+HN0cmVhbWljb25mb250AHMAdAByAGUAYQBtAGkAYwBvAG4AZgBvAG4AdFZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMHN0cmVhbWljb25mb250AHMAdAByAGUAYQBtAGkAYwBvAG4AZgBvAG4AdHN0cmVhbWljb25mb250AHMAdAByAGUAYQBtAGkAYwBvAG4AZgBvAG4AdFJlZ3VsYXIAUgBlAGcAdQBsAGEAcnN0cmVhbWljb25mb250AHMAdAByAGUAYQBtAGkAYwBvAG4AZgBvAG4AdEZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype")}body,html{-webkit-user-select:none;user-select:none;width:100%}html{height:100%;height:100vh;width:100%;width:100vw}body{overflow-x:hidden;background-color:#fff}[class*=" uni-icon-"],[class^=uni-icon-]{display:inline-block;vertical-align:middle;font:normal normal normal 14px/1 uni;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased}[class*=" uni-btn-icon"],[class^=uni-btn-icon]{display:inline-block;font:normal normal normal 14px/1 unibtn;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased}[class*=" uni-btn-icon"]:before,[class^=uni-btn-icon]:before{margin:0;box-sizing:border-box}.uni-icon-success-no-circle:before{content:"\EA08"}.uni-icon-error:before{content:"\EA0B"}.uni-loading,uni-button[loading]:before{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAiIGhlaWdodD0iMTIwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMDB2MTAwSDB6Ii8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTlFOUU5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTMwKSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iIzk4OTY5NyIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgzMCAxMDUuOTggNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjOUI5OTlBIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDYwIDc1Ljk4IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0EzQTFBMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA2NSA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNBQkE5QUEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoMTIwIDU4LjY2IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0IyQjJCMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNTQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjQkFCOEI5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCA1MCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDMkMwQzEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTE1MCA0NS45OCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDQkNCQ0IiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTEyMCA0MS4zNCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNEMkQyRDIiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDM1IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0RBREFEQSIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgtNjAgMjQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTJFMkUyIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKC0zMCAtNS45OCA2NSkiLz48L3N2Zz4=") no-repeat}.uni-loading{width:20px;height:20px;display:inline-block;vertical-align:middle;-webkit-animation:uni-loading 1s steps(12) infinite;animation:uni-loading 1s steps(12) infinite;background-size:100%}@-webkit-keyframes uni-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes uni-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}[nvue] uni-scroll-view,[nvue] uni-swiper-item,[nvue] uni-view{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-shrink:0;flex-shrink:0;-webkit-box-flex:0;-webkit-flex-grow:0;flex-grow:0;-webkit-flex-basis:auto;flex-basis:auto;-webkit-box-align:stretch;-webkit-align-items:stretch;align-items:stretch;-webkit-align-content:flex-start;align-content:flex-start}[nvue] uni-button{margin:0}[nvue-dir-row] uni-label,[nvue-dir-row] uni-swiper-item,[nvue-dir-row] uni-view{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}[nvue-dir-column] uni-label,[nvue-dir-column] uni-swiper-item,[nvue-dir-column] uni-view{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}[nvue-dir-row-reverse] uni-label,[nvue-dir-row-reverse] uni-swiper-item,[nvue-dir-row-reverse] uni-view{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;flex-direction:row-reverse}[nvue-dir-column-reverse] uni-label,[nvue-dir-column-reverse] uni-swiper-item,[nvue-dir-column-reverse] uni-view{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;flex-direction:column-reverse}[nvue] uni-image,[nvue] uni-input,[nvue] uni-scroll-view,[nvue] uni-swiper,[nvue] uni-swiper-item,[nvue] uni-text,[nvue] uni-textarea,[nvue] uni-video,[nvue] uni-view{position:relative;border:0 solid #000;box-sizing:border-box}[nvue] uni-swiper-item{position:absolute}html{--UI-BG:#fff;--UI-BG-1:#f7f7f7;--UI-BG-2:#fff;--UI-BG-3:#f7f7f7;--UI-BG-4:#4c4c4c;--UI-BG-5:#fff;--UI-FG:#000;--UI-FG-0:rgba(0,0,0,0.9);--UI-FG-HALF:rgba(0,0,0,0.9);--UI-FG-1:rgba(0,0,0,0.5);--UI-FG-2:rgba(0,0,0,0.3);--UI-FG-3:rgba(0,0,0,0.1)}@media (prefers-color-scheme:dark){html{--UI-BG-CLOLOR-ACTIVE:#373737;--UI-BORDER-CLOLOR-1:#373737;--UI-BG:#000;--UI-BG-0:#191919;--UI-BG-1:#1f1f1f;--UI-BG-2:#232323;--UI-BG-3:#2f2f2f;--UI-BG-4:#606060;--UI-BG-5:#2c2c2c;--UI-FG:#fff;--UI-FG-0:hsla(0,0%,100%,0.8);--UI-FG-HALF:hsla(0,0%,100%,0.6);--UI-FG-1:hsla(0,0%,100%,0.5);--UI-FG-2:hsla(0,0%,100%,0.3);--UI-FG-3:hsla(0,0%,100%,0.05)}body{background-color:var(--UI-BG-0);color:var(--UI-FG-0)}}uni-audio{display:none}uni-audio[controls]{display:inline-block}uni-audio[hidden]{display:none}.uni-audio-default{max-width:100%;min-width:302px;height:65px;background:#fcfcfc;border:1px solid #e0e0e0;border-radius:2.5px;display:inline-block;overflow:hidden}.uni-audio-left{width:65px;height:65px;float:left;background-color:#e6e6e6;background-size:100% 100%;background-position:50% 50%}.uni-audio-button{width:24px;height:24px;margin:20.5px;background-size:cover}.uni-audio-button.play{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAB4dJREFUaAXNWg1MlVUYvpcfIRCJ+MnCaOBl8dOcOCEQZ9kmI5cQG5Yb6MifKbMaGVobOtlibTWHDpgpxBUwF07826iFsMkYJhg559JdGiQSkUzSBA0QkZ7n4/u+nXsvwf3jwru99/y/3/N+3znvec97rlbjABofH38GYtaAV4MjwDqwH9gHTBoE3wd3gA3gi+B6rVY7hHR2CKD9wFngs+BHYGuJYziWMqiscwgP8wLvBQ+AHUWURZle1mqhtXQAhLui7xZwPvgFsBENDg7+Drp069at2z09Pf03b978u6mpqZ+dVq1aFRAVFeW/aNGigNDQ0JfDwsISfXx8wowETBT+QpIPLsf0GpuomvrXIgUAPhhizoGXi+II+tq1az/o9fpLFRUVd8S26fJZWVkLN2/enBgTE/PW/PnzF5v0b0P5HSjxp0m9WXFaBQD+NYw6C1bf+vDwcF9DQ4N+/fr19ciPm0m1osLT01N76tSpNaD3PTw8FgpD+TXSoESrUGeWnVIBgM/EiDKwJ0eiPNrS0nJsw4YNNd3d3aOscxSFhIS4V1dXpyckJGRB5jxZ7jDSbVDiW7lslriY1cgVMvjjKErgR0dH/zl06NCuFStWfOdo8HwkZVL2wYMHP3ny5AlNLonPPi5jkSpMfyb9AhjAadMIlsBjrndmZ2fnnThxos9UwEyUMzIynj9y5EgB1gb3ExK/xBuTTSczBQCeC/ZnsDTnCR6f9YMbN25QiNMoOjras7W1tcjb2ztcfijXRKzpwjaaQgBPU0lrI4HntOGbdzZ4AuYzt2/fvm9sbOweyyBiOidjlCr4Y6QAyrTzkqlEx9GSkpJ9zpo2BGNKfHZRUdF+1D+W24iNGFVSpxAAcxekryK9/cuXLx/FoqpWe85iBlPpvbi4uB0yBE4lHabSvyyLX2AXyhJ42nmYytPsMBcI+80ZWKZeGQsxEqtEkgJ4+3Sm9sh1Gm5SM2EqFfnWpsRSV1dXIYzbI2NWv0AqGiXXl+4Bd1ihs0XZu3fvHhgYGNBXVVUlWDTAyk7p6ekNIyMj7fIwYiVmIwWkNvo2trgHAQEBy+CghW7cuPGLvr6+L3fu3PmSJNBBP8R09erVHwVxEwrgU/AwkqQ00DFT8lamqkEICgqKKy4u1sMU7li6dKnVLvL/Pbe0tLRFaEsidi1+UlB5ng3ctBYsWLBV6GRxFnJ4yjIj7CX36uvrS1NTU+uwEM3ara3Al/gaTl+EPC6Vi/hNRUhHR8dPSt5Rqbu7+3Nr1679rL+//3BBQYHyYJvFd3V1iTNkNRV4RZF2G6TkHZ36+vpG5uXlHcah59Pk5GSbj5AY3y1gi6ACisOk4UlKaJyJrBYnsuTa2trjzc3N7/r7+9N1sYo6OzsfCAN0VEB9GzwGCo0zlnV1dfVOTEzMhn3Xl5eXx1rzIBOMflRAsv8UopxhrRFoT18vL68QHCu/am9vz7FUjglGHyow6xQcHBxjKwgqwKCTRIweKHlnpZhGDfC7LP4CJhgH3QCUxzd/AmboA0kP8zNNcDt+w8ZUvHv37l+tedaSJUueFfrfpwJ0oSVLxLiN0DgjWWxsDxobG79JSUn53haXRafT+QrAOjiFDEoFg05K3tEpduoxg8FweuXKlRlJSUm1toAnpvDwcB55FTJQAdUFYMRMaXFkil34l9zc3K2RkZElV65ceWSPbCz414XxF6kAXWfpdMNwHyNmQge7skNDQ3dOnjy5PzAwMLewsLDLLmEYDJMb5ObmFiXLIeZ6FxzNGOK+IFeyk91f4enTpyNtbW3HIiIiNsHCNCmy7U1zcnKWCTIuEDu/AOn8RKLRMFbJcJ9StjRlBIN94Y40ZmZmboqNja3iScrS8dP1IyaEWt4W+kmYaYVILHA/8GGglbHKdevWqV+FHaYjOGofw811hcfZOV1fW9pxzE1wcXGJlscSq6SA+qZhJfai8nN2wNHtDhb0pt7eXoe9Qcq1lRg3hRvNkLtyytuHfAHlKVOI+UIwQxYaRolramrSmZ8LhLefJIAnRmKVSFUAHbiq8yeqNRpGiWE5XlXKs5WWlZUthu3/SHh+voxVqlKnEEuYRvTPee5czjKjxDCr2bMVnYNF9IO7fRRQAokHxIuPeCig3t4YKcAeUCIYiRrcffjwYUd8fPyHzo6PwuJ4XL9+/QAWrjILOHWmDu5SAWjHa500sBSNZoibUWKGvNnuDOKbNwFPLLytITYjUteAWIuOvNbZptQxxF1ZWXnYGWuCc57TRnjzhMFbGmIyI7MpJPbAdMpEuQzsKdc/hi+jT0tLO+NoE0tTSWsjL9h58vP45qe8YppSAQqBEmaXfAy0MlbJcJ+tXqUMUMMdlpsUIuE78JYVO89mznn7LvmUh8gL+xzKknVS6hmrZLiPETNrr1npmNG3oXsg7LCKaFobx1yzKhKhBE3sFnA+mCFuI4IyBuyWzYjb/MHQh+lFN09SPIxgirxIlxhepeIWiHL41vPBFl90i4MtykOROfVXA4tAT9YJisyJP3tMu4gnA29aB2UY4V4DXg1m/FMH9gMrMSd6jwwe8PxtAPMU6JC/2/wHuyI2cMsNBRIAAAAASUVORK5CYII=)}.uni-audio-button.pause{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAABatJREFUaAXVWl1IpFUYnllZGUf3wlz6MXER1ES7s83VUDJw6KpdaSTDwMnYFSK6KNirooHullKQCNzQRjZ/wom1u9ALQ0mT1ktFdEBWXLdibaH1jwmx5zme83W+z2Hm+7bZmc8X3jl/73vO837n/z3j9aSBjo6O8lBNC7gZXAUuBxeCz4FJj8APwTHwCngaPOX1evcRZocAuhAcAt8G74KdEnWoyzpobGYIjfnBn4D/BqeLWBfr9Du1wmtXAZXnQPY9cBj8HNhEe3t7sbW1tfn19fW7m5ubD5aXl7dnZmYeUKipqel8dXV1UUlJyfmysrILFRUV9X6/n8PMSveREQYPYHgdWgsTpW0ZAPDPQ3kC/JJeCUEvLi7+NDg4+EskEvldL0sVD4VCz3Z1db1SW1v7egJj7kD/Coy4l6qelAYAfB0quQ02vno8Hr8/OTkZaWtrmzo4ODhK1Uiycp/P5x0fH28JBAKh3Nxcow3osDdaYcRCMv2kBgD8O1D+BuyTlcTn5+cj7e3t0Y2NjX+SVey0rLS09OzY2Fiwvr4+BN1cqX+A8CqM+E6mTwRnTuTIDAn+FpIC/OHh4V+9vb0fNzQ0jKYbPJtknaybbbAtCYNt35JYZJY5SNgDctj8DFEBfnd3d627u/vT4eHhP8zqTybV0dHxTH9//+f5+fkVsgX2xKuJhtMJAwCeE/Y3sBiPBF9XV/fh0tISK8kY1dTU+BYWFvo0IzgnLlontmkIATyXSq42Ajy7kl8+0+D5ldgm29aGEzFNSIwUEWQyADlc59VSGe/r6/ssU8PmGI75l20TA3LjsoTYiNEgYwjBMu6CPKuIr4/Vph+TasyQzGJkbm7ubaxO1yQEDqVyDKU9pvUe+AhpAZ7rPJbKHyjgBuKyTUwSCzESqyBhAL4+D1PXZZ6Hm9STWCpV/U5DYiEmTe+6xOwRQwiJEAq/pQCPB0VFRdf+7w7LutJJ3LG3t7dvaseOdzGMImoIXVaN8WzjNvDERkzEpnAiFJjP4OvzMhJQBTyYqbjdEDov7+/vf4+6pu0wZQcGBi7arV/JWbAFiN2Lnzcg8COFuGkVFBSo2a70UoYEhC5+OqWgJoAv+mdeXt5bWpat6M7Ozk1tc7vMIfSa0lxdXf1VxZ2ETsGz7sfRoV4sFtMxNtOAF1hAugs6jrn3lxcmDV0VDTBuRrxJaYWujFowltMA40LNa6ArUWugLBgLaYByfXjUHVaTd13UgvEcDTjVRAPodBJE74GKuzW0YHxEA+gxE0TXh4q7NbRgfEgDeIQWRL+Nirs1tGCM0YAVBZZOJxV3a2jBuEIDphVYesxU3EnIY4ETeco+jg71LBinacAUWNxueFSlx4yCTmh0dPRLJ4AoOzIy8oWTNihLbNpxmpin1H2AnrcrFJqdnf0KM901tzFiUoQ94M3GxsYPZHoC94FW9gBJnEYZoa8SBy1hGNNuIWIiNg2PwKwbIPYDdhF9lZqgK6LEpA0fYv3PAHQF94IbCikdrcXFxWdVOtsh/abEpOG4ITGbvBI9EBA3f3qJo9FoUFPIapROX81zTYzEKkgNIQ8s4qwOH2d7PPQS9/T0vKjS2QqJQXqsFYSwxCrSpsmK6yVdi7zx0APmoVuvs7Pz/Wx55+jkHRoa+jonJ+cp4gHdAV+CAcbrjckASsCI0+vcpQGw7h6CVrDwRvMCTS8xvwbLM0Fsy+KZJha+1hCbiYw5oOdCkM86V1UejWBXZmJOsA22pXkeCIOvNAmfmk4MIQWaIYZTwiemYDAY3dracsUTU1IDpBGn95FP9Yac2KfzmVUzgkssHxfCYOGGR2gQvXp0jNG3lOyh+wKosrLykmWMq3q4SYXBth+6laLtEL3hqr8a2AZuFYQhrvizR8pJbAWeKA1j6OFuATeDq8D09hWClc+Jp0ceGHn/5hWWt8C0/N3mX15C4bDnCIuAAAAAAElFTkSuQmCC)}.uni-audio-right{box-sizing:border-box;height:65px;margin-left:65px;padding:11px 16.5px 13.5px 15px;overflow:hidden}.uni-audio-time{margin-top:3.5px;height:16.5px;font-size:12px;color:#888;float:right}.uni-audio-info{margin-right:70px;overflow:hidden}.uni-audio-name{height:22.5px;line-height:22.5px;margin-bottom:3.5px;font-size:14px;color:#353535}.uni-audio-author,.uni-audio-name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.uni-audio-author{height:14.5px;line-height:14.5px;font-size:12px;color:#888}uni-button{position:relative;display:block;margin-left:auto;margin-right:auto;padding-left:14px;padding-right:14px;box-sizing:border-box;font-size:18px;text-align:center;text-decoration:none;line-height:2.55555556;border-radius:5px;-webkit-tap-highlight-color:transparent;overflow:hidden;color:#000;background-color:#f8f8f8;cursor:pointer}uni-button[hidden]{display:none!important}uni-button:after{content:" ";width:200%;height:200%;position:absolute;top:0;left:0;border:1px solid rgba(0,0,0,.2);-webkit-transform:scale(.5);transform:scale(.5);-webkit-transform-origin:0 0;transform-origin:0 0;box-sizing:border-box;border-radius:10px}uni-button[native]{padding-left:0;padding-right:0}uni-button[native] .uni-button-cover-view-wrapper{border:inherit;border-color:inherit;border-radius:inherit;background-color:inherit}uni-button[native] .uni-button-cover-view-inner{padding-left:14px;padding-right:14px}uni-button uni-cover-view{line-height:inherit;white-space:inherit}uni-button[type=default]{color:#000;background-color:#f8f8f8}uni-button[type=primary]{color:#fff;background-color:#007aff}uni-button[type=warn]{color:#fff;background-color:#e64340}uni-button[disabled]{color:hsla(0,0%,100%,.6);cursor:not-allowed}uni-button[disabled]:not([type]),uni-button[disabled][type=default]{color:rgba(0,0,0,.3);background-color:#f7f7f7}uni-button[disabled][type=primary]{background-color:rgba(0,122,255,.6)}uni-button[disabled][type=warn]{background-color:#ec8b89}uni-button[type=primary][plain]{color:#007aff;border:1px solid #007aff;background-color:rgba(0,0,0,0)}uni-button[type=primary][plain][disabled]{color:rgba(0,0,0,.2);border-color:rgba(0,0,0,.2)}uni-button[type=primary][plain]:after{border-width:0}uni-button[type=default][plain]{color:#353535;border:1px solid #353535;background-color:rgba(0,0,0,0)}uni-button[type=default][plain][disabled]{color:rgba(0,0,0,.2);border-color:rgba(0,0,0,.2)}uni-button[type=default][plain]:after{border-width:0}uni-button[plain]{color:#353535;border:1px solid #353535;background-color:rgba(0,0,0,0)}uni-button[plain][disabled]{color:rgba(0,0,0,.2);border-color:rgba(0,0,0,.2)}uni-button[plain]:after{border-width:0}uni-button[plain][native] .uni-button-cover-view-inner{padding:0}uni-button[type=warn][plain]{color:#e64340;border:1px solid #e64340;background-color:rgba(0,0,0,0)}uni-button[type=warn][plain][disabled]{color:rgba(0,0,0,.2);border-color:rgba(0,0,0,.2)}uni-button[type=warn][plain]:after{border-width:0}uni-button[size=mini]{display:inline-block;line-height:2.3;font-size:13px;padding:0 1.34em}uni-button[size=mini][native]{padding:0}uni-button[size=mini][native] .uni-button-cover-view-inner{padding:0 1.34em}uni-button[loading]:not([disabled]){cursor:progress}uni-button[loading]:before{content:" ";display:inline-block;width:18px;height:18px;vertical-align:middle;-webkit-animation:uni-loading 1s steps(12) infinite;animation:uni-loading 1s steps(12) infinite;background-size:100%}uni-button[loading][type=primary]{color:hsla(0,0%,100%,.6);background-color:#0062cc}uni-button[loading][type=primary][plain]{color:#007aff;background-color:rgba(0,0,0,0)}uni-button[loading][type=default]{color:rgba(0,0,0,.6);background-color:#dedede}uni-button[loading][type=default][plain]{color:#353535;background-color:rgba(0,0,0,0)}uni-button[loading][type=warn]{color:hsla(0,0%,100%,.6);background-color:#ce3c39}uni-button[loading][type=warn][plain]{color:#e64340;background-color:rgba(0,0,0,0)}uni-button[loading][native]:before{content:none}.button-hover{color:rgba(0,0,0,.6);background-color:#dedede}.button-hover[plain]{color:rgba(53,53,53,.6);border-color:rgba(53,53,53,.6);background-color:rgba(0,0,0,0)}.button-hover[type=primary]{color:hsla(0,0%,100%,.6);background-color:#0062cc}.button-hover[type=primary][plain]{color:rgba(0,122,255,.6);border-color:rgba(0,122,255,.6);background-color:rgba(0,0,0,0)}.button-hover[type=default]{color:rgba(0,0,0,.6);background-color:#dedede}.button-hover[type=default][plain]{color:rgba(53,53,53,.6);border-color:rgba(53,53,53,.6);background-color:rgba(0,0,0,0)}.button-hover[type=warn]{color:hsla(0,0%,100%,.6);background-color:#ce3c39}.button-hover[type=warn][plain]{color:rgba(230,67,64,.6);border-color:rgba(230,67,64,.6);background-color:rgba(0,0,0,0)}@media (prefers-color-scheme:dark){uni-button,uni-button[type=default]{color:#d6d6d6;background-color:#343434}.button-hover,.button-hover[type=default]{color:#d6d6d6;background-color:hsla(0,0%,100%,.1)}uni-button[disabled]:not([type]),uni-button[disabled][type=default]{color:hsla(0,0%,100%,.2);background-color:hsla(0,0%,100%,.08)}uni-button[type=primary][plain][disabled]{color:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.2)}uni-button[type=default][plain]{color:#d6d6d6;border:1px solid #d6d6d6}.button-hover[type=default][plain]{color:hsla(0,0%,58.8%,.6);border-color:hsla(0,0%,58.8%,.6);background-color:rgba(50,50,50,.2)}uni-button[type=default][plain][disabled]{border-color:hsla(0,0%,100%,.2);color:hsla(0,0%,100%,.2)}}uni-canvas{width:300px;height:150px;display:block;position:relative}uni-canvas>canvas{position:absolute;top:0;left:0;width:100%;height:100%}uni-checkbox-group[hidden]{display:none}uni-checkbox{-webkit-tap-highlight-color:transparent;display:inline-block;cursor:pointer}uni-checkbox[hidden]{display:none}uni-checkbox[disabled]{cursor:not-allowed}uni-checkbox .uni-checkbox-wrapper{display:-webkit-inline-flex;display:-webkit-inline-box;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;align-items:center;vertical-align:middle}uni-checkbox .uni-checkbox-input{margin-right:5px;-webkit-appearance:none;appearance:none;outline:0;border:1px solid #d1d1d1;background-color:#fff;border-radius:3px;width:22px;height:22px;position:relative}@media (hover:hover){uni-checkbox:not([disabled]) .uni-checkbox-input:hover{border-color:var(--HOVER-BD-COLOR,#007aff)!important}}uni-checkbox .uni-checkbox-input.uni-checkbox-input-checked{color:#007aff}uni-checkbox .uni-checkbox-input.uni-checkbox-input-checked:before{font:normal normal normal 14px/1 uni;content:"\EA08";font-size:22px;position:absolute;top:50%;left:50%;transform:translate(-50%,-48%) scale(.73);-webkit-transform:translate(-50%,-48%) scale(.73)}uni-checkbox .uni-checkbox-input.uni-checkbox-input-disabled{background-color:#e1e1e1}uni-checkbox .uni-checkbox-input.uni-checkbox-input-disabled:before{color:#adadad}uni-checkbox-group{display:block}.ql-container{display:block;position:relative;box-sizing:border-box;-webkit-user-select:text;user-select:text;outline:none;overflow:hidden;width:100%;height:200px;min-height:200px}.ql-container[hidden]{display:none}.ql-container .ql-editor{position:relative;font-size:inherit;line-height:inherit;font-family:inherit;min-height:inherit;width:100%;height:100%;padding:0;overflow-x:hidden;overflow-y:auto;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-overflow-scrolling:touch}.ql-container .ql-editor::-webkit-scrollbar{width:0!important}.ql-container .ql-editor.scroll-disabled{overflow:hidden}.ql-container .ql-image-overlay{display:-webkit-box;display:-webkit-flex;display:flex;position:absolute;box-sizing:border-box;border:1px dashed #ccc;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-user-select:none;user-select:none}.ql-container .ql-image-overlay .ql-image-size{position:absolute;padding:4px 8px;text-align:center;background-color:#fff;color:#888;border:1px solid #ccc;box-sizing:border-box;opacity:.8;right:4px;top:4px;font-size:12px;display:inline-block;width:auto}.ql-container .ql-image-overlay .ql-image-toolbar{position:relative;text-align:center;box-sizing:border-box;background:#000;border-radius:5px;color:#fff;font-size:0;min-height:24px;z-index:100}.ql-container .ql-image-overlay .ql-image-toolbar span{display:inline-block;cursor:pointer;padding:5px;font-size:12px;border-right:1px solid #fff}.ql-container .ql-image-overlay .ql-image-toolbar span:last-child{border-right:0}.ql-container .ql-image-overlay .ql-image-toolbar span.triangle-up{padding:0;position:absolute;top:-12px;left:50%;-webkit-transform:translatex(-50%);transform:translatex(-50%);width:0;height:0;border-width:6px;border-style:solid;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #000 rgba(0,0,0,0)}.ql-container .ql-image-overlay .ql-image-handle{position:absolute;height:12px;width:12px;border-radius:50%;border:1px solid #ccc;box-sizing:border-box;background:#fff}.ql-container img{display:inline-block;max-width:100%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;height:100%;outline:none;overflow-y:auto;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:2em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl),.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:2em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right,.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:2em}.ql-editor .ql-indent-2:not(.ql-direction-rtl),.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:4em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right,.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:4em}.ql-editor .ql-indent-3:not(.ql-direction-rtl),.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:6em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right,.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor .ql-indent-4:not(.ql-direction-rtl),.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:8em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right,.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:8em}.ql-editor .ql-indent-5:not(.ql-direction-rtl),.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:10em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right,.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:10em}.ql-editor .ql-indent-6:not(.ql-direction-rtl),.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:12em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right,.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor .ql-indent-7:not(.ql-direction-rtl),.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:14em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right,.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:14em}.ql-editor .ql-indent-8:not(.ql-direction-rtl),.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:16em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right,.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:16em}.ql-editor .ql-indent-9:not(.ql-direction-rtl),.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:18em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right,.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:rgba(0,0,0,.6);content:attr(data-placeholder);font-style:italic;pointer-events:none;position:absolute}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}uni-icon{display:inline-block;font-size:0;box-sizing:border-box}uni-icon[hidden]{display:none}uni-icon>i{font:normal normal normal 14px/1 weui}uni-icon>i:before{margin:0;box-sizing:border-box}@font-face{font-weight:400;font-style:normal;font-family:weui;src:url("data:application/octet-stream;base64,AAEAAAALAIAAAwAwR1NVQrD+s+0AAAE4AAAAQk9TLzJAKEx8AAABfAAAAFZjbWFw65cFHQAAAhwAAAJQZ2x5Zp+UEEcAAASUAAAIvGhlYWQUqc7xAAAA4AAAADZoaGVhB/YD+wAAALwAAAAkaG10eEJoAAAAAAHUAAAASGxvY2EUxhJeAAAEbAAAACZtYXhwASEAQwAAARgAAAAgbmFtZeNcHtgAAA1QAAAB5nBvc3T6OoZLAAAPOAAAAOYAAQAAA+gAAABaA+gAAAAAA7MAAQAAAAAAAAAAAAAAAAAAABIAAQAAAAEAAMCU2KdfDzz1AAsD6AAAAADY7EUUAAAAANjsRRQAAAAAA7MD5AAAAAgAAgAAAAAAAAABAAAAEgA3AAUAAAAAAAIAAAAKAAoAAAD/AAAAAAAAAAEAAAAKAB4ALAABREZMVAAIAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAAAAQOwAZAABQAIAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA6gHqEQPoAAAAWgPoAAAAAAABAAAAAAAAAAAAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAAAAABQAAAAMAAAAsAAAABAAAAXQAAQAAAAAAbgADAAEAAAAsAAMACgAAAXQABABCAAAABAAEAAEAAOoR//8AAOoB//8AAAABAAQAAAABAAIAAwAEAAUABgAHAAgACQAKAAsADAANAA4ADwAQABEAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAANwAAAAAAAAAEQAA6gEAAOoBAAAAAQAA6gIAAOoCAAAAAgAA6gMAAOoDAAAAAwAA6gQAAOoEAAAABAAA6gUAAOoFAAAABQAA6gYAAOoGAAAABgAA6gcAAOoHAAAABwAA6ggAAOoIAAAACAAA6gkAAOoJAAAACQAA6goAAOoKAAAACgAA6gsAAOoLAAAACwAA6gwAAOoMAAAADAAA6g0AAOoNAAAADQAA6g4AAOoOAAAADgAA6g8AAOoPAAAADwAA6hAAAOoQAAAAEAAA6hEAAOoRAAAAEQAAAAAARACKAMQBEgFgAZIB4gH6AioCeAK0AwwDZAOiA9wEEAReAAAAAgAAAAADlQOVABQAKQAAJSInJicmNDc2NzYyFxYXFhQHBgcGJzI3Njc2NCcmJyYiBwYHBhQXFhcWAfRxYV83OTk3X2HiYV83OTk3X2FxZFVTMTIyMVNVyFVTMTIyMVNVUzk3X2HiYV83OTk3X2HiYV83OTIyMVNVyFVTMTIyMVNVyFVTMTIAAAIAAAAAA7MDswAXAC0AAAEiBwYHBhUUFxYXFjMyNzY3NjU0JyYnJhMHBiIvASY2OwERNDY7ATIWFREzMhYB7nZnZDs9PTtkZ3Z8amY7Pj47Zmkhdg4oDnYODRddCwcmBwtdFw0Dsz47Zmp8dmdkOz09O2Rndn1pZjs+/fCaEhKaEhoBFwgLCwj+6RoAAwAAAAADlQOVABQAGAAhAAAlIicmJyY0NzY3NjIXFhcWFAcGBwYDETMRJzI2NCYiBhQWAfRxYV83OTk3X2HiYV83OTk3X2GQPh8RGRkiGRlTOTdfYeJhXzc5OTdfYeJhXzc5AfT+3QEjKhgjGBgjGAAAAAACAAAAAAOxA+QAFwAsAAABBgcGDwERFBcWFxYXNjc2NzY1EScmJyYTAQYvASY/ATYyHwEWNjclNjIfARYB9WlsP3A3Rz5sXmxsXW09SDdwQGuP/tUEBIoDAxIBBQFxAQUCARICBQERBAPjFyASJBL+rI51ZUg/HBw/SGV1jgFUEiQSIP66/tkDA48EBBkCAVYCAQHlAQIQBAAAAAADAAAAAAOxA+QAFwAmAC8AAAEGBwYPAREUFxYXFhc2NzY3NjURJyYnJgczMhYVAxQGKwEiJwM0NhMiJjQ2MhYUBgH1aWtAcDdHPmxebGxdbT1IN3BAa4M0BAYMAwImBQELBh4PFhYeFRUD5BggEiQS/q2PdWRJPh0dPklkdY8BUxIkEiD4BgT+xgIDBQE6BAb+QBUfFRUfFQAAAAACAAAAAAOVA5UAFAAaAAAlIicmJyY0NzY3NjIXFhcWFAcGBwYDJwcXAScB9HFhXzc5OTdfYeJhXzc5OTdfYaJzLJ8BFi1TOTdfYeJhXzc5OTdfYeJhXzc5AUhzLJ8BFSwAAAAAAwAAAAADlQOVABQAKQAvAAAlIicmJyY0NzY3NjIXFhcWFAcGBwYnMjc2NzY0JyYnJiIHBgcGFBcWFxYTNxcBJzcB9HFhXzc5OTdfYeJhXzc5OTdfYXFkVVMxMjIxU1XIVVMxMjIxU1Uz8iT+6p8jUzk3X2HiYV83OTk3X2HiYV83OTIyMVNVyFVTMTIyMVNVyFVTMTIBBPIj/uufJAAAAAEAAAAAA5kDGAAHAAAlATcXARcBBgGF/vg7zgHYOv3vAcsBCTvPAdg7/e4BAAAAAAIAAAAAA5UDlQAFABoAAAE1IxUXNwMiJyYnJjQ3Njc2MhcWFxYUBwYHBgITPrEsvnFhXzc5OTdfYeJhXzc5OTdfYQIO4PqxLP7kOTdfYeJhXzc5OTdfYeJhXzc5AAAAAAMAAAAAA5UDlQAFABoALwAAARcHJzUzAyInJicmNDc2NzYyFxYXFhQHBgcGJzI3Njc2NCcmJyYiBwYHBhQXFhcWAg2iI7EyGXFhXzc5OTdfYeJhXzc5OTdfYXFkVVMxMjIxU1XIVVMxMjIxU1UCCaIksfr9ZTk3X2HiYV83OTk3X2HiYV83OTIyMVNVyFVTMTIyMVNVyFVTMTIAAAMAAAAAA5UDlQAUABgAIQAAJSInJicmNDc2NzYyFxYXFhQHBgcGAxMzEwMyNjQmIg4BFgH0cWFfNzk5N19h4mFfNzk5N19hkQU2BSAQFRUgFQEWUzk3X2HiYV83OTk3X2HiYV83OQKV/sQBPP43Fh8VFR8WAAAAAAQAAAAAA5UDlQAUACkALQA2AAAlIicmJyY0NzY3NjIXFhcWFAcGBwYnMjc2NzY0JyYnJiIHBgcGFBcWFxYTMxEjEyImNDYyFhQGAfRxYV83OTk3X2HiYV83OTk3X2FxZFVTMTIyMVNVyFVTMTIyMVNVSzIyGREZGSIZGVM5N19h4mFfNzk5N19h4mFfNzkyMjFTVchVUzEyMjFTVchVUzEyAcL+3QFNGCMYGCMYAAAAAwAAAAADlQOVABQAKQA1AAAlIicmJyY0NzY3NjIXFhcWFAcGBwYnMjc2NzY0JyYnJiIHBgcGFBcWFxYTFwcnByc3JzcXNxcB9HFhXzc5OTdfYeJhXzc5OTdfYXFkVVMxMjIxU1XIVVMxMjIxU1WHgiOCgiOCgiOCgiNTOTdfYeJhXzc5OTdfYeJhXzc5MjIxU1XIVVMxMjIxU1XIVVMxMgFvgiOCgiOCgiOCgiMAAAACAAAAAANUA0IAGAAlAAABFwcnDgEjIicmJyY0NzY3NjIXFhcWFRQGJzQuASIOARQeATI+AQKoqyOsJ180T0RCJycnJ0JEn0RCJiglDUFvg29BQW+Db0EBYKwjrCAjKCZCRJ9EQicnJydCRE82YZdBb0FBb4NvQUFvAAAAAgAAAAADlQOVAAsAIAAAATcnBycHFwcXNxc3AyInJicmNDc2NzYyFxYXFhQHBgcGAiB9LH19LH19LH19LKlxYV83OTk3X2HiYV83OTk3X2EB9H0sfX0sfX0sfX0s/tw5N19h4mFfNzk5N19h4mFfNzkAAAACAAAAAAOVA5UAFAAcAAAlIicmJyY0NzY3NjIXFhcWFAcGBwYDJzcnBwYfAQH0cWFfNzk5N19h4mFfNzk5N19hHoqKK7UBAbVTOTdfYeJhXzc5OTdfYeJhXzc5ARKPjy27AQG6AAAAAAUAAAAAA1cDbAAJAB0AJwArAC8AAAETHgEzITI2NxMzAw4BIyEiJicDIzU0NjMhMhYdASUyFh0BIzU0NjMHMxMjEzMDIwEaIgETDQEuDRMBIjIiAjAh/tIhMAIiVgwJApoJDP7xCQzQDAkVMhUyiTIVMgLd/cgOEhIOAjj9xSEuLiECOx4IDAwIHo4MCR0dCQz6/okBd/6JAAAAAAAAEADGAAEAAAAAAAEABAAAAAEAAAAAAAIABwAEAAEAAAAAAAMABAALAAEAAAAAAAQABAAPAAEAAAAAAAUACwATAAEAAAAAAAYABAAeAAEAAAAAAAoAKwAiAAEAAAAAAAsAEwBNAAMAAQQJAAEACABgAAMAAQQJAAIADgBoAAMAAQQJAAMACAB2AAMAAQQJAAQACAB+AAMAAQQJAAUAFgCGAAMAAQQJAAYACACcAAMAAQQJAAoAVgCkAAMAAQQJAAsAJgD6d2V1aVJlZ3VsYXJ3ZXVpd2V1aVZlcnNpb24gMS4wd2V1aUdlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAHcAZQB1AGkAUgBlAGcAdQBsAGEAcgB3AGUAdQBpAHcAZQB1AGkAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQB1AGkARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASAQIBAwEEAQUBBgEHAQgBCQEKAQsBDAENAQ4BDwEQAREBEgETAAZjaXJjbGUIZG93bmxvYWQEaW5mbwxzYWZlLXN1Y2Nlc3MJc2FmZS13YXJuB3N1Y2Nlc3MOc3VjY2Vzcy1jaXJjbGURc3VjY2Vzcy1uby1jaXJjbGUHd2FpdGluZw53YWl0aW5nLWNpcmNsZQR3YXJuC2luZm8tY2lyY2xlBmNhbmNlbAZzZWFyY2gFY2xlYXIEYmFjawZkZWxldGUAAAAA") format("truetype")}.uni-icon-success:before{content:"\EA06"}.uni-icon-success_circle:before{content:"\EA07"}.uni-icon-success_no_circle:before{content:"\EA08"}.uni-icon-safe_success:before{content:"\EA04"}.uni-icon-safe_warn:before{content:"\EA05"}.uni-icon-info:before{content:"\EA03"}.uni-icon-info_circle:before{content:"\EA0C"}.uni-icon-warn:before{content:"\EA0B"}.uni-icon-waiting:before{content:"\EA09"}.uni-icon-waiting_circle:before{content:"\EA0A"}.uni-icon-circle:before{content:"\EA01"}.uni-icon-cancel:before{content:"\EA0D"}.uni-icon-download:before{content:"\EA02"}.uni-icon-search:before{content:"\EA0E"}.uni-icon-clear:before{content:"\EA0F"}.uni-icon-safe_success,.uni-icon-success,.uni-icon-success_circle,.uni-icon-success_no_circle{color:#007aff}.uni-icon-safe_warn{color:#ffbe00}.uni-icon-info{color:#10aeff}.uni-icon-info_circle{color:#007aff}.uni-icon-warn{color:#f76260}.uni-icon-waiting,.uni-icon-waiting_circle{color:#10aeff}.uni-icon-circle{color:#c9c9c9}.uni-icon-cancel{color:#f43530}.uni-icon-download{color:#007aff}.uni-icon-clear,.uni-icon-search{color:#b2b2b2}uni-image{width:320px;height:240px;display:inline-block;overflow:hidden;position:relative}uni-image[hidden]{display:none}uni-image>div,uni-image>img{width:100%;height:100%}uni-image>img{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;display:block;position:absolute;top:0;left:0;opacity:0}uni-image>.uni-image-will-change{will-change:transform}uni-input{display:block;font-size:16px;line-height:1.4em;height:1.4em;min-height:1.4em;overflow:hidden}uni-input[hidden]{display:none}.uni-input-form,.uni-input-input,.uni-input-placeholder,.uni-input-wrapper{outline:none;border:none;padding:0;margin:0;text-decoration:inherit}.uni-input-form,.uni-input-wrapper{display:-webkit-box;display:-webkit-flex;display:flex;position:relative;width:100%;height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.uni-input-input,.uni-input-placeholder{width:100%}.uni-input-placeholder{position:absolute;top:auto!important;left:0;color:grey;overflow:hidden;text-overflow:clip;white-space:pre;word-break:keep-all;pointer-events:none;line-height:inherit}.uni-input-input{position:relative;display:block;height:100%;background:none;color:inherit;opacity:1;font:inherit;line-height:inherit;letter-spacing:inherit;text-align:inherit;text-indent:inherit;text-transform:inherit;text-shadow:inherit}.uni-input-input[type=search]::-webkit-search-cancel-button,.uni-input-input[type=search]::-webkit-search-decoration{display:none}.uni-input-input::-webkit-inner-spin-button,.uni-input-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.uni-input-input[type=number]{-moz-appearance:textfield}.uni-input-input:disabled{-webkit-text-fill-color:currentcolor}.uni-label-pointer{cursor:pointer}uni-movable-area{display:block;position:relative;width:10px;height:10px}uni-movable-area[hidden]{display:none}uni-movable-view{display:inline-block;width:10px;height:10px;top:0;left:0;position:absolute;cursor:grab}uni-movable-view[hidden]{display:none}uni-navigator{height:auto;width:auto;display:block;cursor:pointer}uni-navigator[hidden]{display:none}.navigator-hover{background-color:rgba(0,0,0,.1);opacity:.7}uni-picker-view-column{-webkit-flex:1;-webkit-box-flex:1;flex:1;position:relative;height:100%;overflow:hidden}uni-picker-view-column[hidden]{display:none}.uni-picker-view-group{height:100%;overflow:hidden}.uni-picker-view-mask{transform:translateZ(0);-webkit-transform:translateZ(0)}.uni-picker-view-indicator,.uni-picker-view-mask{position:absolute;left:0;width:100%;z-index:3;pointer-events:none}.uni-picker-view-mask{top:0;height:100%;margin:0 auto;background:-webkit-linear-gradient(top,hsla(0,0%,100%,.95),hsla(0,0%,100%,.6)),-webkit-linear-gradient(bottom,hsla(0,0%,100%,.95),hsla(0,0%,100%,.6));background:linear-gradient(180deg,hsla(0,0%,100%,.95),hsla(0,0%,100%,.6)),linear-gradient(0deg,hsla(0,0%,100%,.95),hsla(0,0%,100%,.6));background-position:top,bottom;background-size:100% 102px;background-repeat:no-repeat}.uni-picker-view-indicator{height:34px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.uni-picker-view-content{position:absolute;top:0;left:0;width:100%;will-change:transform;padding:102px 0;cursor:pointer}.uni-picker-view-content>*{height:34px;overflow:hidden}.uni-picker-view-indicator:before{top:0;border-top:1px solid #e5e5e5;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}.uni-picker-view-indicator:after{bottom:0;border-bottom:1px solid #e5e5e5;-webkit-transform-origin:0 100%;transform-origin:0 100%;-webkit-transform:scaleY(.5);transform:scaleY(.5)}.uni-picker-view-indicator:after,.uni-picker-view-indicator:before{content:" ";position:absolute;left:0;right:0;height:1px;color:#e5e5e5}@media (prefers-color-scheme:dark){.uni-picker-view-indicator:before{border-top-color:var(--UI-FG-3)}.uni-picker-view-indicator:after{border-bottom-color:var(--UI-FG-3)}.uni-picker-view-mask{background-image:-webkit-linear-gradient(top,rgba(35,35,35,.95),rgba(35,35,35,.6)),-webkit-linear-gradient(bottom,rgba(35,35,35,.95),rgba(35,35,35,.6));background-image:linear-gradient(180deg,rgba(35,35,35,.95),rgba(35,35,35,.6)),linear-gradient(0deg,rgba(35,35,35,.95),rgba(35,35,35,.6))}}uni-picker-view{display:block}uni-picker-view .uni-picker-view-wrapper{display:-webkit-box;display:-webkit-flex;display:flex;position:relative;overflow:hidden;height:100%}uni-picker-view[hidden]{display:none}uni-progress{display:-webkit-flex;display:-webkit-box;display:flex;-webkit-align-items:center;-webkit-box-align:center;align-items:center}uni-progress[hidden]{display:none}.uni-progress-bar{-webkit-flex:1;-webkit-box-flex:1;flex:1}.uni-progress-inner-bar{width:0;height:100%}.uni-progress-info{margin-top:0;margin-bottom:0;min-width:2em;margin-left:15px;font-size:16px}uni-radio-group[hidden]{display:none}uni-radio{-webkit-tap-highlight-color:transparent;display:inline-block;cursor:pointer}uni-radio[hidden]{display:none}uni-radio[disabled]{cursor:not-allowed}uni-radio .uni-radio-wrapper{display:-webkit-inline-flex;display:-webkit-inline-box;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;align-items:center;vertical-align:middle}uni-radio .uni-radio-input{-webkit-appearance:none;appearance:none;margin-right:5px;outline:0;border:1px solid #d1d1d1;background-color:#fff;border-radius:50%;width:22px;height:22px;position:relative}@media (any-hover:hover){uni-radio:not([disabled]) .uni-radio-input:hover{border-color:var(--HOVER-BD-COLOR,#007aff)!important}}uni-radio .uni-radio-input.uni-radio-input-checked:before{font:normal normal normal 14px/1 uni;content:"\EA08";font-size:18px;position:absolute;top:50%;left:50%;transform:translate(-50%,-48%) scale(.73);-webkit-transform:translate(-50%,-48%) scale(.73)}uni-radio .uni-radio-input.uni-radio-input-disabled{background-color:#e1e1e1;border-color:#d1d1d1}uni-radio .uni-radio-input.uni-radio-input-disabled:before{color:#adadad}uni-radio-group{display:block}@-webkit-keyframes once-show{0%{top:0}}@keyframes once-show{0%{top:0}}uni-resize-sensor,uni-resize-sensor>div{position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden}uni-resize-sensor{display:block;z-index:-1;visibility:hidden;-webkit-animation:once-show 1ms;animation:once-show 1ms}uni-resize-sensor>div>div{position:absolute;left:0;top:0}uni-resize-sensor>div:first-child>div{width:100000px;height:100000px}uni-resize-sensor>div:last-child>div{width:200%;height:200%}uni-scroll-view{display:block;width:100%}uni-scroll-view[hidden]{display:none}.uni-scroll-view{position:relative;-webkit-overflow-scrolling:touch;max-height:inherit}.uni-scroll-view,.uni-scroll-view-content{width:100%;height:100%}.uni-scroll-view-refresher{position:relative;overflow:hidden}.uni-scroll-view-refresh{position:absolute;top:0;left:0;right:0;bottom:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}.uni-scroll-view-refresh,.uni-scroll-view-refresh-inner{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.uni-scroll-view-refresh-inner{line-height:0;width:40px;height:40px;border-radius:50%;background-color:#fff;box-shadow:0 1px 6px rgba(0,0,0,.117647),0 1px 4px rgba(0,0,0,.117647)}.uni-scroll-view-refresh__spinner{-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation:uni-scroll-view-refresh-rotate 2s linear infinite;animation:uni-scroll-view-refresh-rotate 2s linear infinite}.uni-scroll-view-refresh__spinner>circle{stroke:currentColor;stroke-linecap:round;-webkit-animation:uni-scroll-view-refresh-dash 2s linear infinite;animation:uni-scroll-view-refresh-dash 2s linear infinite}@-webkit-keyframes uni-scroll-view-refresh-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes uni-scroll-view-refresh-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes uni-scroll-view-refresh-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes uni-scroll-view-refresh-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}uni-slider{margin:10px 18px;padding:0;display:block}uni-slider[hidden]{display:none}uni-slider .uni-slider-wrapper{display:-webkit-flex;display:-webkit-box;display:flex;-webkit-align-items:center;-webkit-box-align:center;align-items:center;min-height:16px}uni-slider .uni-slider-tap-area{-webkit-flex:1;-webkit-box-flex:1;flex:1;padding:8px 0}uni-slider .uni-slider-handle-wrapper{position:relative;height:2px;border-radius:5px;background-color:#e9e9e9;cursor:pointer;-webkit-tap-highlight-color:transparent}uni-slider .uni-slider-handle-wrapper,uni-slider .uni-slider-track{-webkit-transition:background-color .3s ease;transition:background-color .3s ease}uni-slider .uni-slider-track{height:100%;border-radius:6px;background-color:#007aff}uni-slider .uni-slider-handle,uni-slider .uni-slider-thumb{position:absolute;left:50%;top:50%;cursor:pointer;border-radius:50%;-webkit-transition:border-color .3s ease;transition:border-color .3s ease}uni-slider .uni-slider-handle{width:28px;height:28px;margin-top:-14px;margin-left:-14px;background-color:rgba(0,0,0,0);z-index:3;cursor:grab}uni-slider .uni-slider-thumb{z-index:2;box-shadow:0 0 4px rgba(0,0,0,.2)}uni-slider .uni-slider-step{position:absolute;width:100%;height:2px;background:rgba(0,0,0,0);z-index:1}uni-slider .uni-slider-value{width:3ch;color:#888;font-size:14px;margin-left:1em}uni-slider .uni-slider-disabled .uni-slider-track{background-color:#ccc}uni-slider .uni-slider-disabled .uni-slider-thumb{background-color:#fff;border-color:#ccc}uni-swiper-item{display:block;overflow:hidden;will-change:transform;position:absolute;width:100%;height:100%;cursor:grab}uni-swiper-item[hidden]{display:none}uni-swiper{display:block;height:150px}uni-swiper[hidden]{display:none}uni-swiper .uni-swiper-wrapper{overflow:hidden;position:relative;width:100%;height:100%;-webkit-transform:translateZ(0);transform:translateZ(0)}uni-swiper .uni-swiper-slides{position:absolute;left:0;top:0;right:0;bottom:0}uni-swiper .uni-swiper-slide-frame{position:absolute;left:0;top:0;width:100%;height:100%;will-change:transform}uni-swiper .uni-swiper-dots{position:absolute;font-size:0}uni-swiper .uni-swiper-dots-horizontal{left:50%;bottom:10px;text-align:center;white-space:nowrap;-webkit-transform:translate(-50%);transform:translate(-50%)}uni-swiper .uni-swiper-dots-horizontal .uni-swiper-dot{margin-right:8px}uni-swiper .uni-swiper-dots-horizontal .uni-swiper-dot:last-child{margin-right:0}uni-swiper .uni-swiper-dots-vertical{right:10px;top:50%;text-align:right;-webkit-transform:translateY(-50%);transform:translateY(-50%)}uni-swiper .uni-swiper-dots-vertical .uni-swiper-dot{display:block;margin-bottom:9px}uni-swiper .uni-swiper-dots-vertical .uni-swiper-dot:last-child{margin-bottom:0}uni-swiper .uni-swiper-dot{display:inline-block;width:8px;height:8px;cursor:pointer;-webkit-transition-property:background-color;transition-property:background-color;-webkit-transition-timing-function:ease;transition-timing-function:ease;background:rgba(0,0,0,.3);border-radius:50%}uni-swiper .uni-swiper-dot-active{background-color:#000}uni-swiper .uni-swiper-navigation{width:26px;height:26px;cursor:pointer;position:absolute;top:50%;margin-top:-13px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-transition:all .2s;transition:all .2s;border-radius:50%;opacity:1}uni-swiper .uni-swiper-navigation-disabled{opacity:.35;cursor:not-allowed}uni-swiper .uni-swiper-navigation-hide{opacity:0;cursor:auto;pointer-events:none}uni-swiper .uni-swiper-navigation-prev{left:10px}uni-swiper .uni-swiper-navigation-prev i{margin-left:-1px;left:10px}uni-swiper .uni-swiper-navigation-prev.uni-swiper-navigation-vertical{top:18px;left:50%;margin-left:-13px}uni-swiper .uni-swiper-navigation-prev.uni-swiper-navigation-vertical i{-webkit-transform:rotate(90deg);transform:rotate(90deg);margin-left:auto;margin-top:-2px}uni-swiper .uni-swiper-navigation-next{right:10px}uni-swiper .uni-swiper-navigation-next i{-webkit-transform:rotate(180deg);transform:rotate(180deg)}uni-swiper .uni-swiper-navigation-next.uni-swiper-navigation-vertical{top:auto;bottom:5px;left:50%;margin-left:-13px}uni-swiper .uni-swiper-navigation-next.uni-swiper-navigation-vertical i{margin-top:2px;-webkit-transform:rotate(270deg);transform:rotate(270deg)}uni-switch{-webkit-tap-highlight-color:transparent;display:inline-block;cursor:pointer}uni-switch[hidden]{display:none}uni-switch[disabled]{cursor:not-allowed}uni-switch .uni-switch-wrapper{display:-webkit-inline-flex;display:-webkit-inline-box;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;align-items:center;vertical-align:middle}uni-switch .uni-switch-input{-webkit-appearance:none;appearance:none;position:relative;width:52px;height:32px;margin-right:5px;border:1px solid #dfdfdf;outline:0;border-radius:16px;box-sizing:border-box;background-color:#dfdfdf;-webkit-transition:background-color .1s,border .1s;transition:background-color .1s,border .1s}uni-switch[disabled] .uni-switch-input{opacity:.7}uni-switch .uni-switch-input:before{width:50px;background-color:#fdfdfd}uni-switch .uni-switch-input:after,uni-switch .uni-switch-input:before{content:" ";position:absolute;top:0;left:0;height:30px;border-radius:15px;transition:-webkit-transform .3s;-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}uni-switch .uni-switch-input:after{width:30px;background-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.4)}uni-switch .uni-switch-input.uni-switch-input-checked{border-color:#007aff;background-color:#007aff}uni-switch .uni-switch-input.uni-switch-input-checked:before{-webkit-transform:scale(0);transform:scale(0)}uni-switch .uni-switch-input.uni-switch-input-checked:after{-webkit-transform:translateX(20px);transform:translateX(20px)}uni-switch .uni-checkbox-input{margin-right:5px;-webkit-appearance:none;appearance:none;outline:0;border:1px solid #d1d1d1;background-color:#fff;border-radius:3px;width:22px;height:22px;position:relative;color:#007aff}uni-switch:not([disabled]) .uni-checkbox-input:hover{border-color:#007aff}uni-switch .uni-checkbox-input.uni-checkbox-input-checked:before{font:normal normal normal 14px/1 uni;content:"\EA08";color:inherit;font-size:22px;position:absolute;top:50%;left:50%;transform:translate(-50%,-48%) scale(.73);-webkit-transform:translate(-50%,-48%) scale(.73)}uni-switch .uni-checkbox-input.uni-checkbox-input-disabled{background-color:#e1e1e1}uni-switch .uni-checkbox-input.uni-checkbox-input-disabled:before{color:#adadad}@media (prefers-color-scheme:dark){uni-switch .uni-switch-input{border-color:#3b3b3f}uni-switch .uni-switch-input,uni-switch .uni-switch-input:before{background-color:#3b3b3f}uni-switch .uni-switch-input:after{background-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.4)}uni-switch .uni-checkbox-input{background-color:#2c2c2c;border:1px solid #656565}}uni-text[selectable]{cursor:auto;user-select:text;-webkit-user-select:text}uni-textarea{width:300px;height:150px;display:block;position:relative;font-size:16px;line-height:normal;white-space:pre-wrap;word-break:break-all}uni-textarea[hidden]{display:none}.uni-textarea-compute,.uni-textarea-line,.uni-textarea-placeholder,.uni-textarea-textarea,.uni-textarea-wrapper{outline:none;border:none;padding:0;margin:0;text-decoration:inherit}.uni-textarea-wrapper{display:block;position:relative;width:100%;height:100%;min-height:inherit;overflow-y:hidden}.uni-textarea-compute,.uni-textarea-line,.uni-textarea-placeholder,.uni-textarea-textarea{position:absolute;width:100%;height:100%;left:0;top:0;white-space:inherit;word-break:inherit}.uni-textarea-placeholder{color:grey;overflow:hidden}.uni-textarea-compute,.uni-textarea-line{visibility:hidden;height:auto}.uni-textarea-line{width:1em}.uni-textarea-textarea{resize:none;background:none;color:inherit;opacity:1;font:inherit;line-height:inherit;letter-spacing:inherit;text-align:inherit;text-indent:inherit;text-transform:inherit;text-shadow:inherit}.uni-textarea-textarea-fix-margin{width:auto;right:0;margin:0 -3px}.uni-textarea-textarea:disabled{-webkit-text-fill-color:currentcolor}uni-ad{display:block;overflow:hidden}uni-ad[hidden]{display:none}uni-ad .uni-ad-container{width:100%;min-height:1px}uni-cover-image{display:block;line-height:1.2;overflow:hidden;height:100%;width:100%;pointer-events:auto}uni-cover-image[hidden]{display:none}uni-cover-image .uni-cover-image{width:100%;height:100%}uni-cover-view{display:block;line-height:1.2;overflow:hidden;white-space:nowrap;pointer-events:auto}uni-cover-view[hidden]{display:none}uni-cover-view .uni-cover-view{width:100%;height:100%;visibility:hidden;text-overflow:inherit;overflow:hidden;white-space:inherit;-webkit-align-items:inherit;-webkit-box-align:inherit;align-items:inherit;-webkit-justify-content:inherit;-webkit-box-pack:inherit;justify-content:inherit;-webkit-flex-direction:inherit;-webkit-box-orient:inherit;-webkit-box-direction:inherit;flex-direction:inherit;-webkit-flex-wrap:inherit;flex-wrap:inherit;display:inherit;overflow:inherit}uni-live-pusher{width:300px;height:225px;display:inline-block;line-height:0;overflow:hidden;position:relative}uni-live-pusher[hidden]{display:none}.uni-live-pusher-container{left:0;background-color:#000}.uni-live-pusher-container,.uni-live-pusher-slot{width:100%;height:100%;position:absolute;top:0;overflow:hidden}.uni-live-pusher-slot{pointer-events:none}uni-map{width:300px;height:225px;display:inline-block;line-height:0;overflow:hidden;position:relative}uni-map[hidden]{display:none}.uni-map-container{left:0;background-color:rgba(0,0,0,0)}.uni-map-container,.uni-map-slot{width:100%;height:100%;position:absolute;top:0;overflow:hidden}.uni-map-slot{pointer-events:none}uni-picker{display:block}uni-video{width:300px;height:225px;display:inline-block;line-height:0;overflow:hidden;position:relative}uni-video[hidden]{display:none}.uni-video-container{left:0;background-color:#000}.uni-video-container,.uni-video-slot{width:100%;height:100%;position:absolute;top:0;overflow:hidden}.uni-video-slot{pointer-events:none}uni-view{display:block}uni-view[hidden]{display:none}uni-web-view{position:absolute;left:0;right:0;top:0;bottom:0} \ No newline at end of file diff --git a/unpackage/dist/build/app-plus/view.umd.min.js b/unpackage/dist/build/app-plus/view.umd.min.js new file mode 100644 index 00000000..4f645e9a --- /dev/null +++ b/unpackage/dist/build/app-plus/view.umd.min.js @@ -0,0 +1,6 @@ +(function(t,e){"object"===typeof exports&&"object"===typeof module?module.exports=e():"function"===typeof define&&define.amd?define([],e):"object"===typeof exports?exports["uni"]=e():t["uni"]=e()})("undefined"!==typeof self?self:this,(function(){return function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:i})},n.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"===typeof t&&t&&t.__esModule)return t;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(i,r,function(e){return t[e]}.bind(null,r));return i},n.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s="fae3")}({"0094":function(t,e,n){"use strict";n.r(e);var i=n("f2b3"),r=n("c4c5");function o(t,e,n){return o="undefined"!==typeof Reflect&&Reflect.get?Reflect.get:function(t,e,n){var i=a(t,e);if(i){var r=Object.getOwnPropertyDescriptor(i,e);return r.get?r.get.call(n):r.value}},o(t,e,n||t)}function a(t,e){while(!Object.prototype.hasOwnProperty.call(t,e))if(t=y(t),null===t)break;return t}function s(t){var e="function"===typeof Map?new Map:void 0;return s=function(t){if(null===t||!u(t))return t;if("function"!==typeof t)throw new TypeError("Super expression must either be null or a function");if("undefined"!==typeof e){if(e.has(t))return e.get(t);e.set(t,n)}function n(){return c(t,arguments,y(this).constructor)}return n.prototype=Object.create(t.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),v(n,t)},s(t)}function c(t,e,n){return c=b()?Reflect.construct:function(t,e,n){var i=[null];i.push.apply(i,e);var r=Function.bind.apply(t,i),o=new r;return n&&v(o,n.prototype),o},c.apply(null,arguments)}function u(t){return-1!==Function.toString.call(t).indexOf("[native code]")}function l(t){return l="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},l(t)}function h(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function d(t,e){for(var n=0;n1)){this.getAttribute("hover-stop-propagation")&&(t._hoverPropagationStopped=!0),this._hoverTouch=!0;var n=50,i=Number(this.getAttribute("hover-start-time")||n);this._hoverStartTimer=setTimeout((function(){e.hovering=!0,e._hoverTouch||e._hoverReset()}),isNaN(i)?n:i)}}},{key:"_hoverTouchEnd",value:function(){this._hoverTouch=!1,this.hovering&&this._hoverReset()}},{key:"_hoverReset",value:function(){var t=this;requestAnimationFrame((function(){clearTimeout(t._hoverStayTimer);var e=400,n=Number(t.getAttribute("hover-stay-time")||e);t._hoverStayTimer=setTimeout((function(){t.hovering=!1}),isNaN(n)?e:n)}))}},{key:"_hoverTouchCancel",value:function(){this._hoverTouch=!1,this.hovering=!1,clearTimeout(this._hoverStartTimer)}},{key:"hovering",get:function(){return this._hovering},set:function(t){this._hovering=t;var e=this.getAttribute("hover-class").split(" ").filter(Boolean),n=this.classList;t?n.add.apply(n,e):n.remove.apply(n,e)}}]),n}(F);function et(t){return et="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},et(t)}function nt(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function it(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&rt(t,e)}function rt(t,e){return rt=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},rt(t,e)}function ot(t){return function(){var e,n=ut(t);if(ct()){var i=ut(this).constructor;e=Reflect.construct(n,arguments,i)}else e=n.apply(this,arguments);return at(this,e)}}function at(t,e){return!e||"object"!==et(e)&&"function"!==typeof e?st(t):e}function st(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function ct(){if("undefined"===typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"===typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}function ut(t){return ut=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},ut(t)}var lt=function(t){it(n,t);var e=ot(n);function n(){return nt(this,n),e.apply(this,arguments)}return n}(tt);e["default"]={View:lt}},"010d":function(t,e,n){},"02b5":function(t,e,n){"use strict";var i=n("e5e5"),r=n.n(i);r.a},"02ed":function(t){t.exports=JSON.parse('{"uni.app.quit":"再按一次退出應用","uni.async.error":"連接服務器超時,點擊屏幕重試","uni.showActionSheet.cancel":"取消","uni.showToast.unpaired":"請注意 showToast 與 hideToast 必須配對使用","uni.showLoading.unpaired":"請注意 showLoading 與 hideLoading 必須配對使用","uni.showModal.cancel":"取消","uni.showModal.confirm":"確定","uni.chooseImage.cancel":"取消","uni.chooseImage.sourceType.album":"從相冊選擇","uni.chooseImage.sourceType.camera":"拍攝","uni.chooseVideo.cancel":"取消","uni.chooseVideo.sourceType.album":"從相冊選擇","uni.chooseVideo.sourceType.camera":"拍攝","uni.chooseFile.notUserActivation":"文件選擇器對話框只能在由用戶激活時顯示","uni.previewImage.cancel":"取消","uni.previewImage.button.save":"保存圖像","uni.previewImage.save.success":"保存圖像到相冊成功","uni.previewImage.save.fail":"保存圖像到相冊失敗","uni.setClipboardData.success":"內容已復制","uni.scanCode.title":"掃碼","uni.scanCode.album":"相冊","uni.scanCode.fail":"識別失敗","uni.scanCode.flash.on":"輕觸照亮","uni.scanCode.flash.off":"輕觸關閉","uni.startSoterAuthentication.authContent":"指紋識別中...","uni.startSoterAuthentication.waitingContent":"無法識別","uni.picker.done":"完成","uni.picker.cancel":"取消","uni.video.danmu":"彈幕","uni.video.volume":"音量","uni.button.feedback.title":"問題反饋","uni.button.feedback.send":"發送","uni.chooseLocation.search":"搜索地點","uni.chooseLocation.cancel":"取消"}')},"03df":function(t,e,n){"use strict";n.r(e);var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("uni-web-view",t._g({},t.$listeners))},r=[],o=n("646c"),a=o["a"],s=(n("2df3"),n("0c7c")),c=Object(s["a"])(a,i,r,!1,null,null,null);e["default"]=c.exports},"0516":function(t,e,n){"use strict";(function(t,i){n.d(e,"a",(function(){return f}));var r=n("f2b3"),o=n("a6b0"),a=n("33ed"),s=n("2522"),c=n("a20d"),u=!!r["l"]&&{passive:!1};function l(e){var n=e.statusbarHeight,i=e.windowTop,r=e.windowBottom;if(t.__WINDOW_TOP=i,t.__WINDOW_BOTTOM=r,uni.canIUse("css.var")){var o=document.documentElement.style;o.setProperty("--window-left","0px"),o.setProperty("--window-right","0px"),o.setProperty("--window-top",i+"px"),o.setProperty("--window-bottom",r+"px"),o.setProperty("--status-bar-height",n+"px")}}function h(t,e){var n=t.locale,i=t.statusbarHeight,r=t.windowTop,s=t.windowBottom,c=t.disableScroll,h=t.onPageScroll,d=t.onPageReachBottom,f=t.onReachBottomDistance;Object(o["c"])(n),l({statusbarHeight:i,windowTop:r,windowBottom:s}),c?document.addEventListener("touchmove",a["b"],u):(h||d)&&requestAnimationFrame((function(){document.addEventListener("scroll",Object(a["a"])(e,{enablePageScroll:h,enablePageReachBottom:d,onReachBottomDistance:f}))}))}function d(){i.publishHandler("webviewReady")}function f(t){t(c["m"],d),t(s["a"],h),t(c["f"],o["c"])}}).call(this,n("c8ba"),n("501c"))},"0741":function(t,e,n){"use strict";var i=n("5bb5a"),r=n.n(i);r.a},"07f4":function(t,e,n){"use strict";var i=n("be7f"),r=4,o=0,a=1,s=2;function c(t){var e=t.length;while(--e>=0)t[e]=0}var u=0,l=1,h=2,d=3,f=258,p=29,v=256,m=v+1+p,g=30,_=19,b=2*m+1,y=15,w=16,S=7,k=256,x=16,C=17,T=18,O=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],$=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],E=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],I=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],A=512,M=new Array(2*(m+2));c(M);var P=new Array(2*g);c(P);var j=new Array(A);c(j);var L=new Array(f-d+1);c(L);var N=new Array(p);c(N);var D,R,B,F=new Array(g);function z(t,e,n,i,r){this.static_tree=t,this.extra_bits=e,this.extra_base=n,this.elems=i,this.max_length=r,this.has_stree=t&&t.length}function V(t,e){this.dyn_tree=t,this.max_code=0,this.stat_desc=e}function H(t){return t<256?j[t]:j[256+(t>>>7)]}function Y(t,e){t.pending_buf[t.pending++]=255&e,t.pending_buf[t.pending++]=e>>>8&255}function U(t,e,n){t.bi_valid>w-n?(t.bi_buf|=e<>w-t.bi_valid,t.bi_valid+=n-w):(t.bi_buf|=e<>>=1,n<<=1}while(--e>0);return n>>>1}function q(t){16===t.bi_valid?(Y(t,t.bi_buf),t.bi_buf=0,t.bi_valid=0):t.bi_valid>=8&&(t.pending_buf[t.pending++]=255&t.bi_buf,t.bi_buf>>=8,t.bi_valid-=8)}function Z(t,e){var n,i,r,o,a,s,c=e.dyn_tree,u=e.max_code,l=e.stat_desc.static_tree,h=e.stat_desc.has_stree,d=e.stat_desc.extra_bits,f=e.stat_desc.extra_base,p=e.stat_desc.max_length,v=0;for(o=0;o<=y;o++)t.bl_count[o]=0;for(c[2*t.heap[t.heap_max]+1]=0,n=t.heap_max+1;np&&(o=p,v++),c[2*i+1]=o,i>u||(t.bl_count[o]++,a=0,i>=f&&(a=d[i-f]),s=c[2*i],t.opt_len+=s*(o+a),h&&(t.static_len+=s*(l[2*i+1]+a)));if(0!==v){do{o=p-1;while(0===t.bl_count[o])o--;t.bl_count[o]--,t.bl_count[o+1]+=2,t.bl_count[p]--,v-=2}while(v>0);for(o=p;0!==o;o--){i=t.bl_count[o];while(0!==i)r=t.heap[--n],r>u||(c[2*r+1]!==o&&(t.opt_len+=(o-c[2*r+1])*c[2*r],c[2*r+1]=o),i--)}}}function G(t,e,n){var i,r,o=new Array(y+1),a=0;for(i=1;i<=y;i++)o[i]=a=a+n[i-1]<<1;for(r=0;r<=e;r++){var s=t[2*r+1];0!==s&&(t[2*r]=X(o[s]++,s))}}function K(){var t,e,n,i,r,o=new Array(y+1);for(n=0,i=0;i>=7;i8?Y(t,t.bi_buf):t.bi_valid>0&&(t.pending_buf[t.pending++]=t.bi_buf),t.bi_buf=0,t.bi_valid=0}function tt(t,e,n,r){Q(t),r&&(Y(t,n),Y(t,~n)),i.arraySet(t.pending_buf,t.window,e,n,t.pending),t.pending+=n}function et(t,e,n,i){var r=2*e,o=2*n;return t[r]>1;n>=1;n--)nt(t,o,n);r=c;do{n=t.heap[1],t.heap[1]=t.heap[t.heap_len--],nt(t,o,1),i=t.heap[1],t.heap[--t.heap_max]=n,t.heap[--t.heap_max]=i,o[2*r]=o[2*n]+o[2*i],t.depth[r]=(t.depth[n]>=t.depth[i]?t.depth[n]:t.depth[i])+1,o[2*n+1]=o[2*i+1]=r,t.heap[1]=r++,nt(t,o,1)}while(t.heap_len>=2);t.heap[--t.heap_max]=t.heap[1],Z(t,e),G(o,u,t.bl_count)}function ot(t,e,n){var i,r,o=-1,a=e[1],s=0,c=7,u=4;for(0===a&&(c=138,u=3),e[2*(n+1)+1]=65535,i=0;i<=n;i++)r=a,a=e[2*(i+1)+1],++s=3;e--)if(0!==t.bl_tree[2*I[e]+1])break;return t.opt_len+=3*(e+1)+5+5+4,e}function ct(t,e,n,i){var r;for(U(t,e-257,5),U(t,n-1,5),U(t,i-4,4),r=0;r>>=1)if(1&n&&0!==t.dyn_ltree[2*e])return o;if(0!==t.dyn_ltree[18]||0!==t.dyn_ltree[20]||0!==t.dyn_ltree[26])return a;for(e=32;e0?(t.strm.data_type===s&&(t.strm.data_type=ut(t)),rt(t,t.l_desc),rt(t,t.d_desc),c=st(t),o=t.opt_len+3+7>>>3,a=t.static_len+3+7>>>3,a<=o&&(o=a)):o=a=n+5,n+4<=o&&-1!==e?dt(t,e,n,i):t.strategy===r||a===o?(U(t,(l<<1)+(i?1:0),3),it(t,M,P)):(U(t,(h<<1)+(i?1:0),3),ct(t,t.l_desc.max_code+1,t.d_desc.max_code+1,c+1),it(t,t.dyn_ltree,t.dyn_dtree)),J(t),i&&Q(t)}function vt(t,e,n){return t.pending_buf[t.d_buf+2*t.last_lit]=e>>>8&255,t.pending_buf[t.d_buf+2*t.last_lit+1]=255&e,t.pending_buf[t.l_buf+t.last_lit]=255&n,t.last_lit++,0===e?t.dyn_ltree[2*n]++:(t.matches++,e--,t.dyn_ltree[2*(L[n]+v+1)]++,t.dyn_dtree[2*H(e)]++),t.last_lit===t.lit_bufsize-1}e._tr_init=ht,e._tr_stored_block=dt,e._tr_flush_block=pt,e._tr_tally=vt,e._tr_align=ft},"0998":function(t,e,n){"use strict";var i=n("010d"),r=n.n(i);r.a},"0aa0":function(t,e,n){"use strict";var i=n("a53f");function r(t){var e;while(t){var n=getComputedStyle(t),i=n.transform||n.webkitTransform;e=(!i||"none"===i)&&e,e="fixed"===n.position||e,t=t.parentElement}return e}e["a"]={name:"Native",data:function(){return{position:{top:"0px",left:"0px",width:"0px",height:"0px",position:"static"},hidden:!1}},provide:function(){return{parentOnDraw:this._onDraw}},inject:{parentOnDraw:{default:null}},created:function(){this.isNative=!0,this.onCanInsertCallbacks=[],this.onDrawCallbacks=[]},mounted:function(){this._updatePosition(),this.onCanInsertCallbacks.forEach((function(t){return t()})),this.onCanInsertCallbacks=null,this.$on("uni-view-update",this._requestPositionUpdate)},methods:{_updatePosition:function(){var t=(this.$refs.container||this.$el).getBoundingClientRect();if(this.hidden=0===t.width||0===t.height,!this.hidden){var e=this.position;e.position=r(this.$el)?"absolute":"static";var n=["top","left","width","height"];n.forEach((function(n){var r=t[n];r="top"===n?r+("static"===e.position?document.documentElement.scrollTop||document.body.scrollTop||0:Object(i["a"])()):r,e[n]=r+"px"}))}},_requestPositionUpdate:function(){var t=this;this._positionUpdateRequest&&cancelAnimationFrame(this._positionUpdateRequest),this._positionUpdateRequest=requestAnimationFrame((function(){delete t._positionUpdateRequest,t._updatePosition()}))},_onParentReady:function(t){var e=this,n=function(n){t(n),e.onDrawCallbacks.forEach((function(t){return t(e.position)})),e.onDrawCallbacks=null};this._onSelfReady((function(){e.parentOnDraw?e.parentOnDraw(n):n({top:"0px",left:"0px",width:Number.MAX_SAFE_INTEGER+"px",height:Number.MAX_SAFE_INTEGER+"px",position:"static"})}))},_onSelfReady:function(t){this.onCanInsertCallbacks?this.onCanInsertCallbacks.push(t):t()},_onDraw:function(t){this.onDrawCallbacks?this.onDrawCallbacks.push(t):t(this.position)}}}},"0b86":function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var i=n("f2b3");function r(t,e,n){if(!t.$parent)return"-1";var r=t.$vnode,o=r.context,a=r.data.attrs._i;return n&&Object(i["e"])(r.data,"key")&&(a=a+";"+r.data.key),o&&o!==e&&o._$id?o._$id+";"+e._$id+","+a:e._$id+","+a}},"0c7c":function(t,e,n){"use strict";function i(t,e,n,i,r,o,a,s){var c,u="function"===typeof t?t.options:t;if(e&&(u.render=e,u.staticRenderFns=n,u._compiled=!0),i&&(u.functional=!0),o&&(u._scopeId="data-v-"+o),a?(c=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"===typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),r&&r.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},u._ssrRegister=c):r&&(c=s?function(){r.call(this,this.$root.$options.shadowRoot)}:r),c)if(u.functional){u._injectStyles=c;var l=u.render;u.render=function(t,e){return c.call(e),l(t,e)}}else{var h=u.beforeCreate;u.beforeCreate=h?[].concat(h,c):[c]}return{exports:t,options:u}}n.d(e,"a",(function(){return i}))},"0f55":function(t,e,n){"use strict";var i=n("55e3"),r=n.n(i);r.a},1029:function(t,e,n){"use strict";(function(t){var i=n("8af1"),r=n("18fd"),o=n("b253"),a=n("93ab");function s(t){return s="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},s(t)}function c(){return"ios"===plus.os.name.toLowerCase()}e["a"]={name:"Editor",mixins:[i["f"],i["a"],i["d"]],props:{id:{type:String,default:""},readOnly:{type:[Boolean,String],default:!1},placeholder:{type:String,default:""},showImgSize:{type:[Boolean,String],default:!1},showImgToolbar:{type:[Boolean,String],default:!1},showImgResize:{type:[Boolean,String],default:!1}},data:function(){return{quillReady:!1}},computed:{},watch:{readOnly:function(t){if(this.quillReady){var e=this.quill;e.enable(!t),t||e.blur()}},placeholder:function(t){this.quillReady&&this.setPlaceHolder(t)}},mounted:function(){var t=this,e=[];this.showImgSize&&e.push("DisplaySize"),this.showImgToolbar&&e.push("Toolbar"),this.showImgResize&&e.push("Resize");var n="./__uniappquill.js";Object(a["a"])(window.Quill,n,(function(){if(e.length){var n="./__uniappquillimageresize.js";Object(a["a"])(window.ImageResize,n,(function(){t.initQuill(e)}))}else t.initQuill(e)}))},methods:{_textChangeHandler:function(){this.$trigger("input",{},this.getContents())},_handleSubscribe:function(e){var n,i,r,o=this,a=e.type,c=e.data,u=c.options,l=c.callbackId,h=this.quill,d=window.Quill;if(this.quillReady){switch(a){case"format":var f=u.name,p=void 0===f?"":f,v=u.value,m=void 0!==v&&v;i=h.getSelection(!0);var g=h.getFormat(i)[p]||!1;if(["bold","italic","underline","strike","ins"].includes(p))m=!g;else if("direction"===p){m=("rtl"!==m||!g)&&m;var _=h.getFormat(i).align;"rtl"!==m||_?m||"right"!==_||h.format("align",!1,d.sources.USER):h.format("align","right",d.sources.USER)}else if("indent"===p){var b="rtl"===h.getFormat(i).direction;m="+1"===m,b&&(m=!m),m=m?"+1":"-1"}else"list"===p&&(m="check"===m?"unchecked":m,g="checked"===g?"unchecked":g),m=g&&g!==(m||!1)||!g&&m?m:!g;h.format(p,m,d.sources.USER);break;case"insertDivider":i=h.getSelection(!0),h.insertText(i.index,"\n",d.sources.USER),h.insertEmbed(i.index+1,"divider",!0,d.sources.USER),h.setSelection(i.index+2,d.sources.SILENT);break;case"insertImage":i=h.getSelection(!0);var y=u.src,w=void 0===y?"":y,S=u.alt,k=void 0===S?"":S,x=u.width,C=void 0===x?"":x,T=u.height,O=void 0===T?"":T,$=u.extClass,E=void 0===$?"":$,I=u.data,A=void 0===I?{}:I,M=this.$getRealPath(w);h.insertEmbed(i.index,"image",M,d.sources.SILENT);var P=!!/^(file|blob):/.test(M)&&M;h.formatText(i.index,1,"data-local",P,d.sources.SILENT),h.formatText(i.index,1,"alt",k,d.sources.SILENT),h.formatText(i.index,1,"width",C,d.sources.SILENT),h.formatText(i.index,1,"height",O,d.sources.SILENT),h.formatText(i.index,1,"class",E,d.sources.SILENT),h.formatText(i.index,1,"data-custom",Object.keys(A).map((function(t){return"".concat(t,"=").concat(A[t])})).join("&"),d.sources.SILENT),h.setSelection(i.index+1,d.sources.SILENT),h.scrollIntoView(),setTimeout((function(){o._textChangeHandler()}),1e3);break;case"insertText":i=h.getSelection(!0);var j=u.text,L=void 0===j?"":j;h.insertText(i.index,L,d.sources.USER),h.setSelection(i.index+L.length,0,d.sources.SILENT);break;case"setContents":var N=u.delta,D=u.html;"object"===s(N)?h.setContents(N,d.sources.SILENT):"string"===typeof D?h.setContents(this.html2delta(D),d.sources.SILENT):r="contents is missing";break;case"getContents":n=this.getContents();break;case"clear":h.setContents([]);break;case"removeFormat":i=h.getSelection(!0);var R=d.import("parchment");i.length?h.removeFormat(i,d.sources.USER):Object.keys(h.getFormat(i)).forEach((function(t){R.query(t,R.Scope.INLINE)&&h.format(t,!1)}));break;case"undo":h.history.undo();break;case"redo":h.history.redo();break;case"blur":h.blur();break;case"getSelectionText":i=h.selection.savedRange,n={text:""},i&&0!==i.length&&(n.text=h.getText(i.index,i.length));break;case"scrollIntoView":h.scrollIntoView();break;default:break}this.updateStatus(i)}else r="not ready";l&&t.publishHandler("onEditorMethodCallback",{callbackId:l,data:Object.assign({},n,{errMsg:"".concat(a,":").concat(r?"fail "+r:"ok")})},this.$page.id)},setPlaceHolder:function(t){var e="data-placeholder",n=this.quill.root;n.getAttribute(e)!==t&&n.setAttribute(e,t)},initQuill:function(t){var e=this,n=window.Quill;o["a"](n);var i={toolbar:!1,readOnly:this.readOnly,placeholder:this.placeholder,modules:{}};t.length&&(n.register("modules/ImageResize",window.ImageResize.default),i.modules.ImageResize={modules:t});var r=this.quill=new n(this.$el,i),a=r.root,s=["focus","blur","input"];s.forEach((function(t){a.addEventListener(t,(function(n){var i=e.getContents();if("input"===t){if(c()){var r=(i.html.match(/([\s\S]*)<\/span>/)||[])[1],o=r&&r.replace(/\s/g,"")?"":e.placeholder;e.setPlaceHolder(o)}n.stopPropagation()}else e.$trigger(t,n,i)}))})),r.on(n.events.TEXT_CHANGE,this._textChangeHandler),r.on(n.events.SELECTION_CHANGE,this.updateStatus.bind(this)),r.on(n.events.SCROLL_OPTIMIZE,(function(){var t=r.selection.getRange()[0];e.updateStatus(t)})),r.clipboard.addMatcher(Node.ELEMENT_NODE,(function(t,n){return e.skipMatcher||(n.ops=n.ops.filter((function(t){var e=t.insert;return"string"===typeof e})).map((function(t){var e=t.insert;return{insert:e}}))),n})),this.initKeyboard(a),this.quillReady=!0,this.$trigger("ready",event,{})},getContents:function(){var t=this.quill,e=t.root["inner"+"HTML"],n=t.getText(),i=t.getContents();return{html:e,text:n,delta:i}},html2delta:function(t){var e,n=["span","strong","b","ins","em","i","u","a","del","s","sub","sup","img","div","p","h1","h2","h3","h4","h5","h6","hr","ol","ul","li","br"],i="";Object(r["a"])(t,{start:function(t,r,o){if(n.includes(t)){e=!1;var a=r.map((function(t){var e=t.name,n=t.value;return"".concat(e,'="').concat(n,'"')})).join(" "),s="<".concat(t," ").concat(a," ").concat(o?"/":"",">");i+=s}else e=!o},end:function(t){e||(i+=""))},chars:function(t){e||(i+=t)}}),this.skipMatcher=!0;var o=this.quill.clipboard.convert(i);return this.skipMatcher=!1,o},updateStatus:function(t){var e=this,n=t?this.quill.getFormat(t):{},i=Object.keys(n);(i.length!==Object.keys(this.__status||{}).length||i.find((function(t){return n[t]!==e.__status[t]})))&&(this.__status=n,this.$trigger("statuschange",{},n))}}}}).call(this,n("501c"))},1082:function(t,e,n){"use strict";n.r(e);var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("uni-image",t._g({},t.$listeners),[n("div",{ref:"content",style:t.style}),"widthFix"===t.mode||"heightFix"===t.mode?n("v-uni-resize-sensor",{ref:"sensor",on:{resize:function(e){return t._fixSize()}}}):t._e()],1)},r=[];function o(t){return o="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},o(t)}function a(t){return("undefined"===typeof navigator||o(navigator))&&"Google Inc."===navigator.vendor&&t>10&&(t=2*Math.round(t/2)),t}var s={name:"Image",props:{src:{type:String,default:""},mode:{type:String,default:"scaleToFill"},lazyLoad:{type:[Boolean,String],default:!1},draggable:{type:Boolean,default:!1}},data:function(){return{originalWidth:0,originalHeight:0,originalStyle:{width:"",height:""},contentPath:""}},computed:{ratio:function(){return this.originalWidth&&this.originalHeight?this.originalWidth/this.originalHeight:0},style:function(){var t="auto",e="",n="no-repeat";switch(this.mode){case"aspectFit":t="contain",e="center center";break;case"aspectFill":t="cover",e="center center";break;case"widthFix":case"heightFix":t="100% 100%";break;case"top":e="center top";break;case"bottom":e="center bottom";break;case"center":e="center center";break;case"left":e="left center";break;case"right":e="right center";break;case"top left":e="left top";break;case"top right":e="right top";break;case"bottom left":e="left bottom";break;case"bottom right":e="right bottom";break;default:t="100% 100%",e="0% 0%";break}return{"background-image":this.contentPath?'url("'.concat(this.contentPath,'")'):"none","background-position":e,"background-size":t,"background-repeat":n}}},watch:{src:function(t,e){this._loadImage()},mode:function(t,e){"widthFix"!==e&&"heightFix"!==e||this._resetSize(),"widthFix"!==t&&"heightFix"!==t||this._fixSize()},contentPath:function(t){!t&&this.__img&&(this.__img.remove(),delete this.__img)}},mounted:function(){this.originalStyle.width=this.$el.style.width||"",this.originalStyle.height=this.$el.style.height||"",this._loadImage()},beforeDestroy:function(){this._clearImage()},methods:{_fixSize:function(){if(this.ratio){var t=this.$el;if("widthFix"===this.mode){var e=t.offsetWidth;e&&(t.style.height=a(e/this.ratio)+"px")}else if("heightFix"===this.mode){var n=t.offsetHeight;n&&(t.style.width=a(n*this.ratio)+"px")}}window.dispatchEvent(new CustomEvent("updateview"))},_resetSize:function(){this.$el.style.width=this.originalStyle.width,this.$el.style.height=this.originalStyle.height},_resetData:function(){this.originalWidth=0,this.originalHeight=0,this.contentPath=""},_loadImage:function(){var t=this,e=this.$getRealPath(this.src);if(e){var n=this._img=this._img||new Image;n.onload=function(i){t._img=null;var r=t.originalWidth=n.width,o=t.originalHeight=n.height;t._fixSize(),t.contentPath=e,n.draggable=t.draggable,t.__img&&t.__img.remove(),t.__img=n,t.$el.appendChild(n),t.$trigger("load",i,{width:r,height:o})},n.onerror=function(e){t._img=null,t._resetData(),t.$trigger("error",e,{errMsg:"GET ".concat(t.src," 404 (Not Found)")})},n.src=e}else this._clearImage(),this._resetData()},_clearImage:function(){var t=this._img;t&&(t.onload=null,t.onerror=null,this._img=null)}}},c=s,u=(n("db18"),n("0c7c")),l=Object(u["a"])(c,i,r,!1,null,null,null);e["default"]=l.exports},"14db":function(t,e,n){"use strict";var i=n("3770"),r=n.n(i);r.a},1757:function(t,e,n){},"17fd":function(t,e,n){"use strict";n.r(e);var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.hoverClass&&"none"!==t.hoverClass?n("uni-navigator",t._g({class:[t.hovering?t.hoverClass:""],on:{touchstart:t._hoverTouchStart,touchend:t._hoverTouchEnd,touchcancel:t._hoverTouchCancel,mousedown:t._hoverMousedown,mouseup:t._hoverMouseup,click:t._onClick}},t.$listeners),[t._t("default")],2):n("uni-navigator",t._g({on:{click:t._onClick}},t.$listeners),[t._t("default")],2)},r=[],o=n("8af1"),a=["navigate","redirect","switchTab","reLaunch","navigateBack"],s=["slide-in-right","slide-in-left","slide-in-top","slide-in-bottom","fade-in","zoom-out","zoom-fade-out","pop-in","none"],c=["slide-out-right","slide-out-left","slide-out-top","slide-out-bottom","fade-out","zoom-in","zoom-fade-in","pop-out","none"],u={name:"Navigator",mixins:[o["c"]],props:{hoverClass:{type:String,default:"navigator-hover"},url:{type:String,default:""},openType:{type:String,default:"navigate",validator:function(t){return~a.indexOf(t)}},delta:{type:Number,default:1},hoverStartTime:{type:[Number,String],default:50},hoverStayTime:{type:[Number,String],default:600},exists:{type:String,default:""},animationType:{type:String,validator:function(t){return!t||~s.concat(c).indexOf(t)},default:""},animationDuration:{type:[String,Number],default:300}},methods:{_onClick:function(t){if("navigateBack"===this.openType||this.url){var e=parseInt(this.animationDuration);switch(this.openType){case"navigate":uni.navigateTo({url:this.url,animationType:this.animationType||"pop-in",animationDuration:e});break;case"redirect":uni.redirectTo({url:this.url,exists:this.exists});break;case"switchTab":uni.switchTab({url:this.url});break;case"reLaunch":uni.reLaunch({url:this.url});break;case"navigateBack":uni.navigateBack({delta:this.delta,animationType:this.animationType||"pop-out",animationDuration:e});break;default:break}}else console.error(" should have url attribute when using navigateTo, redirectTo, reLaunch or switchTab")}}},l=u,h=(n("f7fd"),n("0c7c")),d=Object(h["a"])(l,i,r,!1,null,null,null);e["default"]=d.exports},"18fd":function(t,e,n){"use strict";n.d(e,"a",(function(){return d}));var i=/^<([-A-Za-z0-9_]+)((?:\s+[a-zA-Z_:][-a-zA-Z0-9_:.]*(?:\s*=\s*(?:(?:"[^"]*")|(?:'[^']*')|[^>\s]+))?)*)\s*(\/?)>/,r=/^<\/([-A-Za-z0-9_]+)[^>]*>/,o=/([a-zA-Z_:][-a-zA-Z0-9_:.]*)(?:\s*=\s*(?:(?:"((?:\\.|[^"])*)")|(?:'((?:\\.|[^'])*)')|([^>\s]+)))?/g,a=f("area,base,basefont,br,col,frame,hr,img,input,link,meta,param,embed,command,keygen,source,track,wbr"),s=f("a,address,article,applet,aside,audio,blockquote,button,canvas,center,dd,del,dir,div,dl,dt,fieldset,figcaption,figure,footer,form,frameset,h1,h2,h3,h4,h5,h6,header,hgroup,hr,iframe,isindex,li,map,menu,noframes,noscript,object,ol,output,p,pre,section,script,table,tbody,td,tfoot,th,thead,tr,ul,video"),c=f("abbr,acronym,applet,b,basefont,bdo,big,br,button,cite,code,del,dfn,em,font,i,iframe,img,input,ins,kbd,label,map,object,q,s,samp,script,select,small,span,strike,strong,sub,sup,textarea,tt,u,var"),u=f("colgroup,dd,dt,li,options,p,td,tfoot,th,thead,tr"),l=f("checked,compact,declare,defer,disabled,ismap,multiple,nohref,noresize,noshade,nowrap,readonly,selected"),h=f("script,style");function d(t,e){var n,d,f,p=[],v=t;p.last=function(){return this[this.length-1]};while(t){if(d=!0,p.last()&&h[p.last()])t=t.replace(new RegExp("([\\s\\S]*?)]*>"),(function(t,n){return n=n.replace(/|/g,"$1$2"),e.chars&&e.chars(n),""})),_("",p.last());else if(0==t.indexOf("\x3c!--")?(n=t.indexOf("--\x3e"),n>=0&&(e.comment&&e.comment(t.substring(4,n)),t=t.substring(n+3),d=!1)):0==t.indexOf("=0;i--)if(p[i]==n)break}else var i=0;if(i>=0){for(var r=p.length-1;r>=i;r--)e.end&&e.end(p[r]);p.length=i}}_()}function f(t){for(var e={},n=t.split(","),i=0;i*{height: ").concat(t,"px;overflow: hidden;}"),document.head.appendChild(e)},_handleTrack:function(t){if(this._scroller)switch(t.detail.state){case"start":this._handleTouchStart(t),Object(s["a"])({disable:!0});break;case"move":this._handleTouchMove(t),t.stopPropagation();break;case"end":case"cancel":this._handleTouchEnd(t),Object(s["a"])({disable:!1})}},_handleTap:function(t){var e=t.clientY;if(!this._scroller.isScrolling()){var n=this.$el.getBoundingClientRect(),i=e-n.top-this.height/2,r=this.indicatorHeight/2;if(!(Math.abs(i)<=r)){var o=Math.ceil((Math.abs(i)-r)/this.indicatorHeight),a=i<0?-o:o,s=Math.min(this.current+a,this.length-1);this.current=s=Math.max(s,0),this._scroller.scrollTo(s*this.indicatorHeight)}}},_handleWheel:function(t){var e=this.deltaY+t.deltaY;if(Math.abs(e)>10){this.deltaY=0;var n=Math.min(this.current+(e<0?-1:1),this.length-1);this.current=n=Math.max(n,0),this._scroller.scrollTo(n*this.indicatorHeight)}else this.deltaY=e;t.preventDefault()},setCurrent:function(t){t!==this.current&&(this.current=t,this.inited&&this.update())},init:function(){var t=this;this.initScroller(this.$refs.content,{enableY:!0,enableX:!1,enableSnap:!0,itemSize:this.indicatorHeight,friction:new o["a"](1e-4),spring:new a["a"](2,90,20),onSnap:function(e){isNaN(e)||e===t.current||(t.current=e)}}),this.inited=!0},update:function(){var t=this;this.$nextTick((function(){var e=Math.min(t.current,t.length-1);e=Math.max(e,0),t._scroller.update(e*t.indicatorHeight,void 0,t.indicatorHeight)}))},_resize:function(t){var e=t.height;this.indicatorHeight=e}},render:function(t){return this.length=this.$slots.default&&this.$slots.default.length||0,t("uni-picker-view-column",{on:{on:this.$listeners}},[t("div",{ref:"main",staticClass:"uni-picker-view-group",on:{wheel:this._handleWheel,click:this._handleTap}},[t("div",{ref:"mask",staticClass:"uni-picker-view-mask",class:this.maskClass,style:"background-size: 100% ".concat(this.maskSize,"px;").concat(this.maskStyle)}),t("div",{ref:"indicator",staticClass:"uni-picker-view-indicator",class:this.indicatorClass,style:this.indicatorStyle},[t("v-uni-resize-sensor",{attrs:{initial:!0},on:{resize:this._resize}})]),t("div",{ref:"content",staticClass:"uni-picker-view-content",class:this.scope,style:"padding: ".concat(this.maskSize,"px 0;")},[this.$slots.default])])])}},d=h,f=(n("edfa"),n("0c7c")),p=Object(f["a"])(d,u,l,!1,null,null,null);e["default"]=p.exports},"1b6f":function(t,e,n){"use strict";(function(t){var i=n("f2b3");e["a"]={mounted:function(){var t=this;this._toggleListeners("subscribe",this.id),this.$watch("id",(function(e,n){t._toggleListeners("unsubscribe",n,!0),t._toggleListeners("subscribe",e,!0)}))},beforeDestroy:function(){this._toggleListeners("unsubscribe",this.id),this._contextId&&this._toggleListeners("unsubscribe",this._contextId)},methods:{_toggleListeners:function(e,n,r){r&&!n||Object(i["f"])(this._handleSubscribe)&&t[e](this.$page.id+"-"+this.$options.name.replace(/VUni([A-Z])/,"$1").toLowerCase()+"-"+n,this._handleSubscribe)},_getContextInfo:function(){var t="context-".concat(this._uid);return this._contextId||(this._toggleListeners("subscribe",t),this._contextId=t),{name:this.$options.name.replace(/VUni([A-Z])/,"$1").toLowerCase(),id:t,page:this.$page.id}}}}}).call(this,n("501c"))},"1c64":function(t,e,n){"use strict";var i=n("97b9"),r=n.n(i);r.a},"1c73":function(t,e,n){"use strict";(function(t){n.d(e,"b",(function(){return s})),n.d(e,"a",(function(){return c}));var i={},r={};function o(t){for(var e=[],n=["width","minWidth","maxWidth","height","minHeight","maxHeight","orientation"],i=0,r=n;i=0&&e.push("(".concat(a(o),": ").concat(Number(t[o]),"px)")),"orientation"===o&&t[o]&&e.push("(".concat(a(o),": ").concat(t[o],")"))}return e=e.join(" and "),e}function a(t){return t.replace(/([A-Z])/g,"-$1").toLowerCase()}function s(e){var n=e.reqId,a=e.options,s=i[n]=window.matchMedia(o(a)),c=r[n]=function(e){t.publishHandler("onRequestMediaQueryObserver",{reqId:n,res:e.matches})};c(s),s.addListener(c)}function c(e){var n=e.reqId,o=r[n],a=i[n];a&&(a.removeListener(o),delete i[n],t.publishHandler("onRequestMediaQueryObserver",{reqId:n,reqEnd:!0}))}}).call(this,n("501c"))},"1e88":function(t,e,n){"use strict";function i(){return{top:0,bottom:0,left:0,right:0}}n.d(e,"a",(function(){return i}))},"1efd":function(t,e,n){"use strict";n.r(e);var i=n("e571"),r=n("a34f"),o=n("d4b6"),a={methods:{$getRealPath:function(t){return t?Object(r["a"])(t):t},$trigger:function(t,e,n){this.$emit(t,o["b"].call(this,t,e,n,this.$el,this.$el))}}},s=n("9b52"),c=[n("5408"),n("1922")],u={};n("d16b");var l=n("0094");for(var h in u=l.default||l,u)customElements.define("uni-".concat(h.toLowerCase()),u[h]);c.forEach((function(t,e){t.keys().forEach((function(e){var n=t(e),r=n.default||n;r.mixins=r.mixins?[].concat(a,r.mixins):[a],r.functional||r.mixins.push(s["a"]),r.name="VUni"+r.name,r.isReserved=!0,i["a"].component(r.name,r)}))}))},"1f56":function(t,e,n){"use strict";n.r(e);var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("uni-video",t._g({},t.$listeners),[n("div",{ref:"container",staticClass:"uni-video-container"}),n("div",{staticClass:"uni-video-slot"},[t._t("default")],2)])},r=[],o=n("8af1"),a=n("0aa0");function s(t){return s="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},s(t)}function c(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}function u(t){for(var e=1;e-1:t.valueSync},on:{change:[function(e){var n=t.valueSync,i=e.target,r=!!i.checked;if(Array.isArray(n)){var o=null,a=t._i(n,o);i.checked?a<0&&(t.valueSync=n.concat([o])):a>-1&&(t.valueSync=n.slice(0,a).concat(n.slice(a+1)))}else t.valueSync=r},function(t){t.stopPropagation()}],focus:t._onFocus,blur:t._onBlur,input:function(e){return e.stopPropagation(),t._onInput(e)},compositionstart:function(e){return e.stopPropagation(),t._onComposition(e)},compositionend:function(e){return e.stopPropagation(),t._onComposition(e)},compositionupdate:function(e){return e.stopPropagation(),t._onComposition(e)},keyup:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:(e.stopPropagation(),t._onKeyup(e))}}}),t.disabled&&t.fixColor?n("input",{ref:"input",staticClass:"uni-input-input",attrs:{tabindex:"-1",readonly:t.disabled,type:t.inputType,maxlength:t.maxlength,step:t._step},domProps:{value:t.valueSync},on:{focus:function(t){return t.target.blur()}}}):t._e()])])},r=[],o=n("8af1"),a=n("f2b3"),s=["text","number","idcard","digit","password","tel"],c=["number","digit"],u=["off","one-time-code"],l=["none","text","decimal","numeric","tel","search","email","url"],h={name:"Input",mixins:[o["b"]],props:{name:{type:String,default:""},type:{type:String,default:"text"},password:{type:[Boolean,String],default:!1},placeholder:{type:String,default:""},placeholderStyle:{type:String,default:""},placeholderClass:{type:String,default:"input-placeholder"},disabled:{type:[Boolean,String],default:!1},maxlength:{type:[Number,String],default:140},confirmType:{type:String,default:"done"},textContentType:{type:String,default:""},step:{type:String,default:"0.000000000000000001"},inputmode:{type:String,default:void 0,validator:function(t){return!!~l.indexOf(t)}}},data:function(){return{wrapperHeight:0,cachedValue:""}},computed:{inputType:function(){var t="";switch(this.type){case"text":"search"===this.confirmType&&(t="search");break;case"idcard":t="text";break;case"digit":t="number";break;default:t=~s.indexOf(this.type)?this.type:"text";break}return this.password?"password":t},_step:function(){return~c.indexOf(this.type)?this.step:""},autocomplete:function(){var t=u.indexOf(this.textContentType),e=u.indexOf(Object(a["i"])(this.textContentType)),n=-1!==t?t:-1!==e?e:0;return u[n]},showPlaceholder:function(){var t="digit"===this.type?this.cachedValue.indexOf("."):-1;return!(this.composing||this.valueSync.length||"-"===this.cachedValue||-1!==t&&t===this.cachedValue.length-1)}},watch:{maxlength:function(t){var e=this.valueSync.slice(0,parseInt(t,10));e!==this.valueSync&&(this.valueSync=e)},valueSync:function(t){"number"!==this.type||"-"===this.cachedValue&&""===t||(this.cachedValue=t)}},created:function(){this.$dispatch("Form","uni-form-group-update",{type:"add",vm:this})},mounted:function(){if("search"===this.confirmType){var t=document.createElement("form");t.action="",t.onsubmit=function(){return!1},t.className="uni-input-form",t.appendChild(this.$refs.input),this.$refs.wrapper.appendChild(t)}var e=this;while(e){var n=e.$options._scopeId;n&&this.$refs.placeholder.setAttribute(n,""),e=e.$parent}},beforeDestroy:function(){this.$dispatch("Form","uni-form-group-update",{type:"remove",vm:this})},methods:{_onKeyup:function(t){var e=t.target;this.$trigger("confirm",t,{value:e.value}),this.confirmHold||e.blur()},_onInput:function(t,e){var n=this,i=!1;if(!this.composing||!this.ignoreCompositionEvent){if("number"===this.inputType){var r=parseInt(this.maxlength,10);if(r>0&&t.target.value.length>r&&(this.cachedValue.length===r?(this.valueSync=this.cachedValue,i=!0):(t.target.value=t.target.value.slice(0,r),this.valueSync=t.target.value)),this.__clearCachedValue&&t.target.removeEventListener("blur",this.__clearCachedValue),t.target.validity&&!t.target.validity.valid){if((!this.cachedValue||!t.target.value)&&"-"===t.data||"-"===this.cachedValue[0]&&"deleteContentBackward"===t.inputType){this.cachedValue="-",this.valueSync="";var o=this.__clearCachedValue=function(){n.cachedValue=t.target.value=""};return void t.target.addEventListener("blur",o)}if(this.cachedValue)if(-1!==this.cachedValue.indexOf(".")){if("."!==t.data&&"deleteContentBackward"===t.inputType){var a=this.cachedValue.indexOf(".");return this.cachedValue=t.target.value=this.valueSync=this.cachedValue.slice(0,a),this.$triggerInput(t,{value:this.valueSync},e)}}else if("."===t.data)return this.cachedValue+=".",this.__clearCachedValue=function(){n.cachedValue=n.valueSync=t.target.value=n.cachedValue.slice(0,-1)},t.target.addEventListener("blur",this.__clearCachedValue),!1;return void(this.cachedValue=this.valueSync=t.target.value="-"===this.cachedValue?"":this.cachedValue)}this.cachedValue=this.valueSync}i||(this.valueSync=this.$refs.input.value,this.$triggerInput(t,{value:this.valueSync},e))}},_onComposition:function(t){switch(t.type){case"compositionstart":this.composing=!0;break;case"compositionend":this.composing&&(this.composing=!1,this._onInput(t));break}!this.ignoreCompositionEvent&&this.$trigger(t.type,t,{data:t.data})},_resetFormData:function(){this.valueSync=""},_getFormData:function(){return this.name?{value:this.valueSync,key:this.name}:{}}}},d=h,f=(n("0f55"),n("0c7c")),p=Object(f["a"])(d,i,r,!1,null,null,null);e["default"]=p.exports},2522:function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var i="onPageCreate"},"25ce":function(t,e,n){"use strict";n.r(e);var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("uni-checkbox-group",t._g({},t.$listeners),[t._t("default")],2)},r=[],o=n("8af1"),a={name:"CheckboxGroup",mixins:[o["a"],o["e"]],props:{name:{type:String,default:""}},data:function(){return{checkboxList:[]}},listeners:{"@checkbox-change":"_changeHandler","@checkbox-group-update":"_checkboxGroupUpdateHandler"},created:function(){this.$dispatch("Form","uni-form-group-update",{type:"add",vm:this})},beforeDestroy:function(){this.$dispatch("Form","uni-form-group-update",{type:"remove",vm:this})},methods:{_changeHandler:function(t){var e=[];this.checkboxList.forEach((function(t){t.checkboxChecked&&e.push(t.value)})),this.$trigger("change",t,{value:e})},_checkboxGroupUpdateHandler:function(t){if("add"===t.type)this.checkboxList.push(t.vm);else{var e=this.checkboxList.indexOf(t.vm);this.checkboxList.splice(e,1)}},_getFormData:function(){var t={};if(""!==this.name){var e=[];this.checkboxList.forEach((function(t){t.checkboxChecked&&e.push(t.value)})),t.value=e,t.key=this.name}return t}}},s=a,c=(n("0998"),n("0c7c")),u=Object(c["a"])(s,i,r,!1,null,null,null);e["default"]=u.exports},"27ab":function(t,e,n){"use strict";n.r(e);var i=n("f2b3");function r(t){return c(t)||s(t)||a(t)||o()}function o(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function a(t,e){if(t){if("string"===typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(t,e):void 0}}function s(t){if("undefined"!==typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}function c(t){if(Array.isArray(t))return u(t)}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n=0)&&(this.valueSync.length=t.length,t.forEach((function(t,e){t!==n.valueSync[e]&&n.$set(n.valueSync,e,t)})))},valueSync:{deep:!0,handler:function(t,e){if(""===this.changeSource)this._valueChanged(t);else{this.changeSource="";var n=t.map((function(t){return t}));this.$emit("update:value",n),this.$trigger("change",{},{value:n})}}}},methods:{getItemIndex:function(t){return this.items.indexOf(t)},getItemValue:function(t){return this.valueSync[this.getItemIndex(t.$vnode)]||0},setItemValue:function(t,e){var n=this.getItemIndex(t.$vnode),i=this.valueSync[n];i!==e&&(this.changeSource="touch",this.$set(this.valueSync,n,e))},_valueChanged:function(t){this.items.forEach((function(e,n){e.componentInstance.setCurrent(t[n]||0)}))},_resize:function(t){var e=t.height;this.height=e}},render:function(t){var e=[];return this.$slots.default&&Object(i["d"])(this.$slots.default,t).forEach((function(t){t.componentOptions&&"v-uni-picker-view-column"===t.componentOptions.tag&&e.push(t)})),this.items=e,t("uni-picker-view",{on:this.$listeners},[t("v-uni-resize-sensor",{attrs:{initial:!0},on:{resize:this._resize}}),t("div",{ref:"wrapper",class:"uni-picker-view-wrapper"},e)])}},f=d,p=(n("6062"),n("0c7c")),v=Object(p["a"])(f,l,h,!1,null,null,null);e["default"]=v.exports},"27c2":function(t,e,n){"use strict";n.r(e);var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("uni-editor",t._g({staticClass:"ql-container",attrs:{id:t.id}},t.$listeners))},r=[],o=n("1029"),a=o["a"],s=(n("e298"),n("0c7c")),c=Object(s["a"])(a,i,r,!1,null,null,null);e["default"]=c.exports},"27ef":function(t,e,n){"use strict";var i=n("6596"),r=n.n(i);r.a},"28e4":function(t,e,n){"use strict";function i(t){return new Promise((function(e,n){function i(){var i=new plus.nativeObj.Bitmap("bitmap_".concat(Date.now(),"_").concat(Math.random(),"}"));i.load(t,(function(){e(i.toBase64Data()),i.clear()}),(function(t){i.clear(),n(t)}))}plus.io.resolveLocalFileSystemURL(t,(function(t){t.file((function(t){var n=new plus.io.FileReader;n.onload=function(t){e(t.target.result)},n.onerror=i,n.readAsDataURL(t)}),i)}),i)}))}function r(t){return new Promise((function(e,n){0===t.indexOf("http://")||0===t.indexOf("https://")?plus.downloader.createDownload(t,{filename:"_doc/uniapp_temp/download/"},(function(t,i){200===i?e(t.filename):n(new Error("network fail"))})).start():e(t)}))}function o(t){return r(t).then((function(t){return window.webkit&&window.webkit.messageHandlers?i(t):plus.io.convertLocalFileSystemURL(t)}))}n.d(e,"a",(function(){return o}))},"2a0a":function(t,e,n){"use strict";n.d(e,"b",(function(){return a})),n.d(e,"a",(function(){return s}));var i,r,o=n("f2b3");function a(){Object(o["j"])((function(){i||(i=plus.webview.currentWebview()),r||(r=(i.getStyle()||{}).pullToRefresh||{})}))}function s(t){var e=t.disable;r&&r.support&&i.setPullToRefresh(Object.assign({},r,{support:!e}))}},"2b4d":function(t,e,n){"use strict";function i(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function r(t,e){for(var n=0;n0&&t>e&&n+e+c>=t,r=Math.abs(t-s)>c;return!i||h&&!r?(!i&&h&&(h=!1),!1):(s=t,h=!0,!0)}function p(){var n=getCurrentPages();if(n.length&&n[n.length-1].$page.id===e){var s=window.pageYOffset;o&&Object(r["a"])("onPageScroll",{scrollTop:s},e),u&&t.emit("onPageScroll",{scrollTop:s}),a&&d&&(c()||(i=setTimeout(c,300))),l=!1}function c(){if(f())return Object(r["a"])("onReachBottom",{},e),d=!1,setTimeout((function(){d=!0}),350),!0}}return function(){clearTimeout(i),l||requestAnimationFrame(p),l=!0}}}).call(this,n("501c"))},3569:function(t,e,n){},3770:function(t,e,n){},3878:function(t,e){var n,i;0===String(navigator.vendor).indexOf("Apple")&&document.documentElement.addEventListener("click",(function(t){var e=450,r=44;clearTimeout(i),n&&Math.abs(t.pageX-n.pageX)<=r&&Math.abs(t.pageY-n.pageY)<=r&&t.timeStamp-n.timeStamp<=e&&t.preventDefault(),n=t,i=setTimeout((function(){n=null}),e)}))},"39aa":function(t){t.exports=JSON.parse('{"uni.app.quit":"Press back button again to exit","uni.async.error":"The connection timed out, click the screen to try again.","uni.showActionSheet.cancel":"Cancel","uni.showToast.unpaired":"Please note showToast must be paired with hideToast","uni.showLoading.unpaired":"Please note showLoading must be paired with hideLoading","uni.showModal.cancel":"Cancel","uni.showModal.confirm":"OK","uni.chooseImage.cancel":"Cancel","uni.chooseImage.sourceType.album":"Album","uni.chooseImage.sourceType.camera":"Camera","uni.chooseVideo.cancel":"Cancel","uni.chooseVideo.sourceType.album":"Album","uni.chooseVideo.sourceType.camera":"Camera","uni.chooseFile.notUserActivation":"File chooser dialog can only be shown with a user activation","uni.previewImage.cancel":"Cancel","uni.previewImage.button.save":"Save Image","uni.previewImage.save.success":"Saved successfully","uni.previewImage.save.fail":"Save failed","uni.setClipboardData.success":"Content copied","uni.scanCode.title":"Scan code","uni.scanCode.album":"Album","uni.scanCode.fail":"Recognition failure","uni.scanCode.flash.on":"Tap to turn light on","uni.scanCode.flash.off":"Tap to turn light off","uni.startSoterAuthentication.authContent":"Fingerprint recognition","uni.startSoterAuthentication.waitingContent":"Unrecognizable","uni.picker.done":"Done","uni.picker.cancel":"Cancel","uni.video.danmu":"Danmu","uni.video.volume":"Volume","uni.button.feedback.title":"feedback","uni.button.feedback.send":"send","uni.chooseLocation.search":"Find Place","uni.chooseLocation.cancel":"Cancel"}')},"39ba":function(t,e,n){"use strict";n.r(e);var i,r,o=n("0aa0"),a=n("5077"),s={name:"CoverView",mixins:[o["a"],a["a"]],props:{},data:function(){return{coverType:"text",coverContent:""}},render:function(t){var e="",n=this.$slots.default||[],i=n.filter((function(t){return t.tag}));return i.length?e=i:(n.forEach((function(t){t.tag||(e+=t.text||"")})),this.coverContent=e),t("uni-cover-view",{on:{on:this.$listeners}},[t("div",{ref:"container",staticClass:"uni-cover-view"},[].concat(e))])}},c=s,u=(n("4ba9"),n("0c7c")),l=Object(u["a"])(c,i,r,!1,null,null,null);e["default"]=l.exports},"3ae8":function(t,e,n){},"3cd3":function(t,e,n){},"3e5d":function(t,e,n){"use strict";(function(t){n.d(e,"b",(function(){return r})),n.d(e,"a",(function(){return O}));var i,r,o,a=n("e571"),s=n("a20d"),c=n("2522"),u=n("9d20"),l=n("9856"),h=n("2376");function d(t){return d="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},d(t)}function f(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function p(t,e){return b(t)||_(t,e)||m(t,e)||v()}function v(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function m(t,e){if(t){if("string"===typeof t)return g(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?g(t,e):void 0}}function g(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n3?i-3:0),o=3;o0?e.windowBits=-e.windowBits:e.gzip&&e.windowBits>0&&e.windowBits<16&&(e.windowBits+=16),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new s,this.strm.avail_out=0;var n=i.deflateInit2(this.strm,e.level,e.method,e.windowBits,e.memLevel,e.strategy);if(n!==h)throw new Error(a[n]);if(e.header&&i.deflateSetHeader(this.strm,e.header),e.dictionary){var u;if(u="string"===typeof e.dictionary?o.string2buf(e.dictionary):"[object ArrayBuffer]"===c.call(e.dictionary)?new Uint8Array(e.dictionary):e.dictionary,n=i.deflateSetDictionary(this.strm,u),n!==h)throw new Error(a[n]);this._dict_set=!0}}function _(t,e){var n=new g(e);if(n.push(t,!0),n.err)throw n.msg||a[n.err];return n.result}function b(t,e){return e=e||{},e.raw=!0,_(t,e)}function y(t,e){return e=e||{},e.gzip=!0,_(t,e)}g.prototype.push=function(t,e){var n,a,s=this.strm,p=this.options.chunkSize;if(this.ended)return!1;a=e===~~e?e:!0===e?l:u,"string"===typeof t?s.input=o.string2buf(t):"[object ArrayBuffer]"===c.call(t)?s.input=new Uint8Array(t):s.input=t,s.next_in=0,s.avail_in=s.input.length;do{if(0===s.avail_out&&(s.output=new r.Buf8(p),s.next_out=0,s.avail_out=p),n=i.deflate(s,a),n!==d&&n!==h)return this.onEnd(n),this.ended=!0,!1;0!==s.avail_out&&(0!==s.avail_in||a!==l&&a!==f)||("string"===this.options.to?this.onData(o.buf2binstring(r.shrinkBuf(s.output,s.next_out))):this.onData(r.shrinkBuf(s.output,s.next_out)))}while((s.avail_in>0||0===s.avail_out)&&n!==d);return a===l?(n=i.deflateEnd(this.strm),this.onEnd(n),this.ended=!0,n===h):a!==f||(this.onEnd(h),s.avail_out=0,!0)},g.prototype.onData=function(t){this.chunks.push(t)},g.prototype.onEnd=function(t){t===h&&("string"===this.options.to?this.result=this.chunks.join(""):this.result=r.flattenChunks(this.chunks)),this.chunks=[],this.err=t,this.msg=this.strm.msg},e.Deflate=g,e.deflate=_,e.deflateRaw=b,e.gzip=y},"42f9":function(t,e,n){},"435a":function(t,e,n){"use strict";n.d(e,"a",(function(){return l})),n.d(e,"b",(function(){return h})),n.d(e,"c",(function(){return d})),n.d(e,"d",(function(){return f}));var i,r="__UNIAPP_PICKER",o="_www/__uniapppicker.html",a=null,s=!1,c=null,u=null;function l(t){function e(t){c=t,u.forEach((function(e){return e(t)})),u=null}null===c?u?u.push(t):(u=[t],plus.io.resolveLocalFileSystemURL(o,(function(){e(!0)}),(function(){e(!1)}))):t(c)}function h(){a||(a=plus.webview.getWebviewById(r),a?s=!0:(a=plus.webview.create(o,r,{popGesture:"none",background:"transparent",backButtonAutoControl:"hide",render:"always",kernel:"WKWebview",bounce:"none",cachemode:"noCache"}),window.__pickerCallback=function(){delete window.__pickerCallback,s=!0}),a.addEventListener("hide",(function(){i&&i(),i=null})))}function d(){var t,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;e.id=plus.webview.currentWebview().id,a.show("fade-in"),i=function(){n(t||{event:"cancel"})},window.__pickerCallback=function(i){var r=i.event,o=void 0===r?"cancel":r,c=i.column,u=i.value,l=void 0===u?-1:u;if("created"===o&&a)return s=!0,void a.evalJS("showPicker(".concat(JSON.stringify(e),")"));"columnchange"===o&&a&&n({event:o,column:c,value:l}),"change"!==o&&"cancel"!==o||(window.__pickerCallback=function(){},t={event:o,value:l},a.hide("fade-out",100))},s&&a.evalJS("showPicker(".concat(JSON.stringify(e),")"))}function f(t){s&&a.evalJS("showPicker(".concat(JSON.stringify(t),")"))}},4617:function(t,e,n){"use strict";(function(t){function i(t,e){return c(t)||s(t,e)||o(t,e)||r()}function r(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function o(t,e){if(t){if("string"===typeof t)return a(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?a(t,e):void 0}}function a(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n2&&void 0!==arguments[2]?arguments[2]:p;if(!e)return[t];var i=this._caches[t];return i||(i=_(t,n),this._caches[t]=i),b(i,e)}}]),t}(),m=/^(?:\d)+/,g=/^(?:\w)+/;function _(t,e){var n=i(e,2),r=n[0],o=n[1],a=[],s=0,c="";while(s-1?y:t.indexOf("-hant")>-1||$(t,["-tw","-hk","-mo","-cht"])?w:y;var n=[S,k,x];e&&Object.keys(e).length>0&&(n=Object.keys(e));var i=E(t,n);return i||void 0}}var A=function(){function t(e){var n=e.locale,i=e.fallbackLocale,r=e.messages,o=e.watcher,a=e.formater;u(this,t),this.locale=S,this.fallbackLocale=S,this.message={},this.messages={},this.watchers=[],i&&(this.fallbackLocale=i),this.formater=a||O,this.messages=r||{},this.setLocale(n||S),o&&this.watchLocale(o)}return h(t,[{key:"setLocale",value:function(t){var e=this,n=this.locale;this.locale=I(t,this.messages)||this.fallbackLocale,this.messages[this.locale]||(this.messages[this.locale]={}),this.message=this.messages[this.locale],n!==this.locale&&this.watchers.forEach((function(t){t(e.locale,n)}))}},{key:"getLocale",value:function(){return this.locale}},{key:"watchLocale",value:function(t){var e=this,n=this.watchers.push(t)-1;return function(){e.watchers.splice(n,1)}}},{key:"add",value:function(t,e){var n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],i=this.messages[t];i?n?Object.assign(i,e):Object.keys(e).forEach((function(t){T(i,t)||(i[t]=e[t])})):this.messages[t]=e}},{key:"f",value:function(t,e,n){return this.formater.interpolate(t,e,n).join("")}},{key:"t",value:function(t,e,n){var i=this.message;return"string"===typeof e?(e=I(e,this.messages),e&&(i=this.messages[e])):n=e,T(i,t)?this.formater.interpolate(i[t],n).join(""):(console.warn("Cannot translate the value of keypath ".concat(t,". Use the value of keypath as default.")),t)}}]),t}();function M(t,e){t.$watchLocale?t.$watchLocale((function(t){e.setLocale(t)})):t.$watch((function(){return t.$locale}),(function(t){e.setLocale(t)}))}function P(){return"undefined"!==typeof uni&&uni.getLocale?uni.getLocale():"undefined"!==typeof t&&t.getLocale?t.getLocale():S}function j(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0,i=arguments.length>3?arguments[3]:void 0;if("string"!==typeof t){var r=[e,t];t=r[0],e=r[1]}"string"!==typeof t&&(t=P()),"string"!==typeof n&&(n="undefined"!==typeof __uniConfig&&__uniConfig.fallbackLocale||S);var o=new A({locale:t,fallbackLocale:n,messages:e,watcher:i}),a=function(t,e){if("function"!==typeof getApp)a=function(t,e){return o.t(t,e)};else{var n=!1;a=function(t,e){var i=getApp().$vm;return i&&(i.$locale,n||(n=!0,M(i,o))),o.t(t,e)}}return a(t,e)};return{i18n:o,f:function(t,e,n){return o.f(t,e,n)},t:function(t,e){return a(t,e)},add:function(t,e){var n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];return o.add(t,e,n)},watch:function(t){return o.watchLocale(t)},getLocale:function(){return o.getLocale()},setLocale:function(t){return o.setLocale(t)}}}function L(t,e){return t.indexOf(e[0])>-1}}).call(this,n("c8ba"))},4814:function(t,e,n){},"4ba9":function(t,e,n){"use strict";var i=n("89cf"),r=n.n(i);r.a},"4da7":function(t,e,n){"use strict";n.r(e);var i,r,o={ensp:" ",emsp:" ",nbsp:" "},a={name:"Text",props:{selectable:{type:[Boolean,String],default:!1},space:{type:String,default:""},decode:{type:[Boolean,String],default:!1}},methods:{_decodeHtml:function(t){return this.space&&o[this.space]&&(t=t.replace(/ /g,o[this.space])),this.decode&&(t=t.replace(/ /g,o.nbsp).replace(/ /g,o.ensp).replace(/ /g,o.emsp).replace(/</g,"<").replace(/>/g,">").replace(/&/g,"&").replace(/"/g,'"').replace(/'/g,"'")),t}},render:function(t){var e=this,n=[];return this.$slots.default&&this.$slots.default.forEach((function(i){if(i.text){var r=i.text.replace(/\\n/g,"\n"),o=r.split("\n");o.forEach((function(i,r){n.push(e._decodeHtml(i)),r!==o.length-1&&n.push(t("br"))}))}else i.componentOptions&&"v-uni-text"!==i.componentOptions.tag&&console.warn("Do not nest other components in the text component, as there may be display differences on different platforms."),n.push(i)})),t("uni-text",{on:this.$listeners,attrs:{selectable:!!this.selectable}},[t("span",{},n)])}},s=a,c=(n("c8ed"),n("0c7c")),u=Object(c["a"])(s,i,r,!1,null,null,null);e["default"]=u.exports},"4dc6":function(t,e,n){"use strict";t.exports={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"}},"4f1c":function(t,e,n){"use strict";n.r(e);var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("uni-switch",t._g({attrs:{disabled:t.disabled},on:{click:t._onClick}},t.$listeners),[n("div",{staticClass:"uni-switch-wrapper"},[n("div",{directives:[{name:"show",rawName:"v-show",value:"switch"===t.type,expression:"type === 'switch'"}],staticClass:"uni-switch-input",class:[t.switchChecked?"uni-switch-input-checked":""],style:t.checkedColor}),n("div",{directives:[{name:"show",rawName:"v-show",value:"checkbox"===t.type,expression:"type === 'checkbox'"}],staticClass:"uni-checkbox-input",class:[t.switchChecked?"uni-checkbox-input-checked":""],style:{color:t.color}})])])},r=[],o=n("8af1"),a={name:"Switch",mixins:[o["a"],o["e"]],props:{name:{type:String,default:""},checked:{type:[Boolean,String],default:!1},type:{type:String,default:"switch"},id:{type:String,default:""},disabled:{type:[Boolean,String],default:!1},color:{type:String,default:""}},data:function(){return{switchChecked:this.checked}},computed:{checkedColor:function(){return this.switchChecked&&this.color?{backgroundColor:this.color,borderColor:this.color}:{}}},watch:{checked:function(t){this.switchChecked=t}},created:function(){this.$dispatch("Form","uni-form-group-update",{type:"add",vm:this})},beforeDestroy:function(){this.$dispatch("Form","uni-form-group-update",{type:"remove",vm:this})},listeners:{"label-click":"_onClick","@label-click":"_onClick"},methods:{_onClick:function(t){this.disabled||(this.switchChecked=!this.switchChecked,this.$trigger("change",t,{value:this.switchChecked}))},_resetFormData:function(){this.switchChecked=!1},_getFormData:function(){var t={};return""!==this.name&&(t.value=this.switchChecked,t.key=this.name),t}}},s=a,c=(n("a5ec"),n("0c7c")),u=Object(c["a"])(s,i,r,!1,null,null,null);e["default"]=u.exports},"501c":function(t,e,n){"use strict";n.r(e),n.d(e,"on",(function(){return v})),n.d(e,"off",(function(){return m})),n.d(e,"once",(function(){return g})),n.d(e,"emit",(function(){return _})),n.d(e,"subscribe",(function(){return b})),n.d(e,"unsubscribe",(function(){return y})),n.d(e,"subscribeHandler",(function(){return w})),n.d(e,"publishHandler",(function(){return f["a"]}));var i=n("e571");function r(t){var e=t.pageStyle,n=t.rootFontSize,i=document.querySelector("uni-page-body")||document.body;i.setAttribute("style",e),n&&document.documentElement.style.fontSize!==n&&(document.documentElement.style.fontSize=n)}var o=n("6bdf"),a=n("5dc1"),s=n("1c73"),c={setPageMeta:r,requestComponentInfo:o["a"],requestComponentObserver:a["b"],destroyComponentObserver:a["a"],requestMediaQueryObserver:s["b"],destroyMediaQueryObserver:s["a"]},u=n("33ed"),l=n("7107"),h=n("0516");function d(t){Object.keys(c).forEach((function(e){t(e,c[e])})),t("pageScrollTo",u["c"]),t("loadFontFace",l["a"]),Object(h["a"])(t)}var f=n("5bb5"),p=new i["a"],v=p.$on.bind(p),m=p.$off.bind(p),g=p.$once.bind(p),_=p.$emit.bind(p);function b(t,e){return v("service."+t,e)}function y(t,e){return m("service."+t,e)}function w(t,e,n){_("service."+t,e,n)}d(b)},5077:function(t,e,n){"use strict";var i=["borderRadius","borderColor","borderWidth","backgroundColor"],r=["paddingTop","paddingRight","paddingBottom","paddingLeft","color","textAlign","lineHeight","fontSize","fontWeight","textOverflow","whiteSpace"],o=[],a={start:"left",end:"right"},s=0;e["a"]={name:"Cover",data:function(){return{style:{},parentPosition:{}}},computed:{viewPosition:function(){var t={};for(var e in this.position){var n=this.position[e],i=parseFloat(n),r=parseFloat(this.parentPosition[e]);if("top"===e||"left"===e)n=Math.max(i,r)+"px";else if("width"===e||"height"===e){var o="width"===e?"left":"top",a=parseFloat(this.parentPosition[o]),s=parseFloat(this.position[o]),c=Math.max(a-s,0),u=Math.max(s+i-(a+r),0);n=Math.max(i-c-u,0)+"px"}t[e]=n}return t},tags:function(){var t=this._getTagPosition(),e=this.style,n=[{tag:"rect",position:t,rectStyles:{color:e.backgroundColor,radius:e.borderRadius,borderColor:e.borderColor,borderWidth:e.borderWidth}}];if("image"===this.coverType)n.push({tag:"img",position:t,src:this.coverContent});else{var i=parseFloat(e.lineHeight)-parseFloat(e.fontSize),r=parseFloat(t.width)-parseFloat(e.paddingLeft)-parseFloat(e.paddingRight);r=r<0?0:r;var o=parseFloat(t.height)-parseFloat(e.paddingTop)-i/2-parseFloat(e.paddingBottom);o=o<0?0:o,n.push({tag:"font",position:{top:"".concat(parseFloat(t.top)+parseFloat(e.paddingTop)+i/2,"px"),left:"".concat(parseFloat(t.left)+parseFloat(e.paddingLeft),"px"),width:"".concat(r,"px"),height:"".concat(o,"px")},textStyles:{align:a[e.textAlign]||e.textAlign,color:e.color,decoration:"none",lineSpacing:"".concat(i,"px"),margin:"0px",overflow:e.textOverflow,size:e.fontSize,verticalAlign:"top",weight:e.fontWeight,whiteSpace:e.whiteSpace},text:this.coverContent})}return n}},created:function(){var t=this.$parent;while(!t.isNative&&t!==this.$root)t=t.$parent;this._nativeParent=t},mounted:function(){var t=this;this._onParentReady((function(e){t.parentPosition=t._nativeParent.position||e,t._updateStyle(),t._onCanInsert(),t.$watch("hidden",(function(e){t.cover&&t.cover[e?"hide":"show"]()})),t.$watch("viewPosition",(function(e){t.cover&&t.cover.setStyle(e)}),{deep:!0}),t.$watch("tags",(function(){var e=t.cover;e&&(e.reset(),e.draw(t.tags))}),{deep:!0}),t.$on("uni-view-update",t._requestStyleUpdate)}))},beforeDestroy:function(){this._nativeParent.isNative&&(this.cover&&this.cover.close(),delete this.cover)},methods:{_onCanInsert:function(){var t=this,e=this.cover=new plus.nativeObj.View("cover-".concat(Date.now(),"-").concat(s++),this.viewPosition,this.tags);plus.webview.currentWebview().append(e),this.hidden&&e.hide(),e.addEventListener("click",(function(){t.$trigger("click",{},{})}))},_getTagPosition:function(){var t={};for(var e in this.position){var n=this.position[e];"top"!==e&&"left"!==e||(n=Math.min(parseFloat(n)-parseFloat(this.parentPosition[e]),0)+"px"),t[e]=n}return t},_updateStyle:function(){var t=this,e=getComputedStyle(this.$el);i.concat(r,o).forEach((function(n){t.$set(t.style,n,e[n])}))},_requestStyleUpdate:function(){var t=this;this._styleUpdateRequest&&cancelAnimationFrame(this._styleUpdateRequest),this._styleUpdateRequest=requestAnimationFrame((function(){delete t._styleUpdateRequest,t._updateStyle()}))}}}},5129:function(t,e){t.exports=["uni-app","uni-layout","uni-content","uni-main","uni-top-window","uni-left-window","uni-right-window","uni-tabbar","uni-page","uni-page-head","uni-page-wrapper","uni-page-body","uni-page-refresh","uni-actionsheet","uni-modal","uni-toast","uni-resize-sensor","uni-shadow-root","uni-ad","uni-audio","uni-button","uni-camera","uni-canvas","uni-checkbox","uni-checkbox-group","uni-cover-image","uni-cover-view","uni-editor","uni-form","uni-functional-page-navigator","uni-icon","uni-image","uni-input","uni-label","uni-live-player","uni-live-pusher","uni-map","uni-movable-area","uni-movable-view","uni-navigator","uni-official-account","uni-open-data","uni-picker","uni-picker-view","uni-picker-view-column","uni-progress","uni-radio","uni-radio-group","uni-rich-text","uni-scroll-view","uni-slider","uni-swiper","uni-swiper-item","uni-switch","uni-text","uni-textarea","uni-video","uni-view","uni-web-view"]},5363:function(t,e,n){"use strict";function i(t){this._drag=t,this._dragLog=Math.log(t),this._x=0,this._v=0,this._startTime=0}n.d(e,"a",(function(){return i})),i.prototype.set=function(t,e){this._x=t,this._v=e,this._startTime=(new Date).getTime()},i.prototype.setVelocityByEnd=function(t){this._v=(t-this._x)*this._dragLog/(Math.pow(this._drag,100)-1)},i.prototype.x=function(t){var e;return void 0===t&&(t=((new Date).getTime()-this._startTime)/1e3),e=t===this._dt&&this._powDragDt?this._powDragDt:this._powDragDt=Math.pow(this._drag,t),this._dt=t,this._x+this._v*e/this._dragLog-this._v/this._dragLog},i.prototype.dx=function(t){var e;return void 0===t&&(t=((new Date).getTime()-this._startTime)/1e3),e=t===this._dt&&this._powDragDt?this._powDragDt:this._powDragDt=Math.pow(this._drag,t),this._dt=t,this._v*e},i.prototype.done=function(){return Math.abs(this.dx())<3},i.prototype.reconfigure=function(t){var e=this.x(),n=this.dx();this._drag=t,this._dragLog=Math.log(t),this.set(e,n)},i.prototype.configuration=function(){var t=this;return[{label:"Friction",read:function(){return t._drag},write:function(e){t.reconfigure(e)},min:.001,max:.1,step:.001}]}},5408:function(t,e,n){var i={"./audio/index.vue":"6150","./button/index.vue":"d3bd","./canvas/index.vue":"bacd","./checkbox-group/index.vue":"25ce","./checkbox/index.vue":"7bb3","./editor/index.vue":"27c2","./form/index.vue":"b34d","./icon/index.vue":"9a8b","./image/index.vue":"1082","./input/index.vue":"250d","./label/index.vue":"70f4","./movable-area/index.vue":"c61c","./movable-view/index.vue":"8842","./navigator/index.vue":"17fd","./picker-view-column/index.vue":"1955","./picker-view/index.vue":"27ab","./progress/index.vue":"9b1f","./radio-group/index.vue":"d5ec","./radio/index.vue":"6491","./resize-sensor/index.vue":"3e8c","./rich-text/index.vue":"b705","./scroll-view/index.vue":"f1ef","./slider/index.vue":"9f96","./swiper-item/index.vue":"9213","./swiper/index.vue":"5513","./switch/index.vue":"4f1c","./text/index.vue":"4da7","./textarea/index.vue":"5768"};function r(t){var e=o(t);return n(e)}function o(t){if(!n.o(i,t)){var e=new Error("Cannot find module '"+t+"'");throw e.code="MODULE_NOT_FOUND",e}return i[t]}r.keys=function(){return Object.keys(i)},r.resolve=o,t.exports=r,r.id="5408"},5513:function(t,e,n){"use strict";n.r(e);var i=n("ba15"),r=n("f2b3");var o,a,s={name:"Swiper",mixins:[i["a"]],props:{indicatorDots:{type:[Boolean,String],default:!1},vertical:{type:[Boolean,String],default:!1},autoplay:{type:[Boolean,String],default:!1},circular:{type:[Boolean,String],default:!1},interval:{type:[Number,String],default:5e3},duration:{type:[Number,String],default:500},current:{type:[Number,String],default:0},indicatorColor:{type:String,default:""},indicatorActiveColor:{type:String,default:""},previousMargin:{type:String,default:""},nextMargin:{type:String,default:""},currentItemId:{type:String,default:""},skipHiddenItemLayout:{type:[Boolean,String],default:!1},displayMultipleItems:{type:[Number,String],default:1},disableTouch:{type:[Boolean,String],default:!1},navigation:{type:[Boolean,String],default:!1},navigationColor:{type:String,default:"#fff"},navigationActiveColor:{type:String,default:"rgba(53, 53, 53, 0.6)"}},data:function(){return{currentSync:Math.round(this.current)||0,currentItemIdSync:this.currentItemId||"",userTracking:!1,currentChangeSource:"",items:[],isNavigationAuto:!1,hideNavigation:!1,prevDisabled:!1,nextDisabled:!1}},computed:{intervalNumber:function(){var t=Number(this.interval);return isNaN(t)?5e3:t},durationNumber:function(){var t=Number(this.duration);return isNaN(t)?500:t},displayMultipleItemsNumber:function(){var t=Math.round(this.displayMultipleItems);return isNaN(t)?1:t},slidesStyle:function(){var t={};return(this.nextMargin||this.previousMargin)&&(t=this.vertical?{left:0,right:0,top:this._upx2px(this.previousMargin),bottom:this._upx2px(this.nextMargin)}:{top:0,bottom:0,left:this._upx2px(this.previousMargin),right:this._upx2px(this.nextMargin)}),t},slideFrameStyle:function(){var t=Math.abs(100/this.displayMultipleItemsNumber)+"%";return{width:this.vertical?"100%":t,height:this.vertical?t:"100%"}},swiperEnabled:function(){return this.items.length>this.displayMultipleItemsNumber},circularEnabled:function(){return this.circular&&this.swiperEnabled}},watch:{vertical:function(){this._resetLayout()},circular:function(){this._resetLayout()},intervalNumber:function(t){this._timer&&(this._cancelSchedule(),this._scheduleAutoplay())},current:function(t){this._currentCheck()},currentSync:function(t,e){this._currentChanged(t,e),this.$emit("update:current",t),this._setNavigationState()},currentItemId:function(t){this._currentCheck()},currentItemIdSync:function(t){this.$emit("update:currentItemId",t)},displayMultipleItemsNumber:function(){this._resetLayout()},navigation:{immediate:!0,handler:function(t){this.isNavigationAuto="auto"===t,this.hideNavigation=!0!==t||this.isNavigationAuto,this._navigationSwiperAddMouseEvent()}},items:function(){this._setNavigationState()},swiperEnabled:function(t){t||(this.prevDisabled=!0,this.nextDisabled=!0,this.isNavigationAuto&&(this.hideNavigation=!0))}},created:function(){this._invalid=!0,this._viewportPosition=0,this._viewportMoveRatio=1,this._animating=null,this._requestedAnimation=!1,this._userDirectionChecked=!1,this._contentTrackViewport=0,this._contentTrackSpeed=0,this._contentTrackT=0},mounted:function(){var t=this;this._currentCheck(),this.touchtrack(this.$refs.slidesWrapper,"_handleContentTrack",!0),this._resetLayout(),this.$watch((function(){return t.autoplay&&!t.userTracking}),this._inintAutoplay),this._inintAutoplay(this.autoplay&&!this.userTracking),this.$watch("items.length",this._resetLayout),this._navigationSwiperAddMouseEvent()},beforeDestroy:function(){this._cancelSchedule(),cancelAnimationFrame(this._animationFrame)},methods:{_inintAutoplay:function(t){t?this._scheduleAutoplay():this._cancelSchedule()},_currentCheck:function(){var t=-1;if(this.currentItemId)for(var e=0,n=this.items;er/2?1:0)}var o=this.items[t];o&&this._itemReady(o,(function(){var t=n.currentItemIdSync=o.componentInstance.itemId||"";n.$trigger("change",{},{current:n.currentSync,currentItemId:t,source:i})}))},_scheduleAutoplay:function(){var t=this;function e(){t._timer=null,t.currentChangeSource="autoplay",t.circularEnabled?t.currentSync=t._normalizeCurrentValue(t.currentSync+1):t.currentSync=t.currentSync+t.displayMultipleItemsNumbere-this.displayMultipleItemsNumber)return e-this.displayMultipleItemsNumber;return n},_upx2px:function(t){return/\d+[ur]px$/i.test(t)&&t.replace(/\d+[ur]px$/i,(function(t){return"".concat(uni.upx2px(parseFloat(t)),"px")})),t||""},_resetLayout:function(){if(this._isMounted){this._cancelSchedule(),this._endViewportAnimation();for(var t=this.items,e=0;e0&&this._viewportMoveRatio<1||(this._viewportMoveRatio=1)}var r=this._viewportPosition;this._viewportPosition=-2;var o=this.currentSync;o>=0?(this._invalid=!1,this.userTracking?(this._updateViewport(r+o-this._contentTrackViewport),this._contentTrackViewport=o):(this._updateViewport(o),this.autoplay&&this._scheduleAutoplay())):(this._invalid=!0,this._updateViewport(-this.displayMultipleItemsNumber-1))}},_checkCircularLayout:function(t){if(!this._invalid)for(var e=this.items,n=e.length,i=t+this.displayMultipleItemsNumber,r=0;r=this.items.length&&(t-=this.items.length),t=this._transitionStart%1>.5||this._transitionStart<0?t-1:t,this.$trigger("transition",{},{dx:this.vertical?0:t*r.offsetWidth,dy:this.vertical?t*r.offsetHeight:0})},_animateFrameFuncProto:function(){var t=this;if(this._animating){var e=this._animating,n=e.toPos,i=e.acc,r=e.endTime,o=e.source,a=r-Date.now();if(a<=0){this._updateViewport(n),this._animating=null,this._requestedAnimation=!1,this._transitionStart=null;var s=this.items[this.currentSync];s&&this._itemReady(s,(function(){var e=s.componentInstance.itemId||"";t.$trigger("animationfinish",{},{current:t.currentSync,currentItemId:e,source:o})}))}else{var c=i*a*a/2,u=n+c;this._updateViewport(u),this._animationFrame=requestAnimationFrame(this._animateFrameFuncProto.bind(this))}}else this._requestedAnimation=!1},_animateViewport:function(t,e,n){this._cancelViewportAnimation();var i=this.durationNumber,r=this.items.length,o=this._viewportPosition;if(this.circularEnabled)if(n<0){for(;ot;)o-=r}else if(n>0){for(;o>t;)o-=r;for(;o+rt;)o-=r;o+r-tr)&&(i<0?i=-o(-i):i>r&&(i=r+o(i-r)),e._contentTrackSpeed=0),e._updateViewport(i)}var s=this._contentTrackT-n||1;this.vertical?a(-t.dy/this.$refs.slideFrame.offsetHeight,-t.ddy/s):a(-t.dx/this.$refs.slideFrame.offsetWidth,-t.ddx/s)},_handleTrackEnd:function(t){this.userTracking=!1;var e=this._contentTrackSpeed/Math.abs(this._contentTrackSpeed),n=0;!t&&Math.abs(this._contentTrackSpeed)>.2&&(n=.5*e);var i=this._normalizeCurrentValue(this._viewportPosition+n);t?this._updateViewport(this._contentTrackViewport):(this.currentChangeSource="touch",this.currentSync=i,this._animateViewport(i,"touch",0!==n?n:0===i&&this.circularEnabled&&this._viewportPosition>=1?1:0))},_handleContentTrack:function(t){if(!this.disableTouch&&this.items.length&&!this._invalid){if("start"===t.detail.state)return this.userTracking=!0,this._userDirectionChecked=!1,this._handleTrackStart();if("end"===t.detail.state)return this._handleTrackEnd(!1);if("cancel"===t.detail.state)return this._handleTrackEnd(!0);if(this.userTracking){if(!this._userDirectionChecked){this._userDirectionChecked=!0;var e=Math.abs(t.detail.dx),n=Math.abs(t.detail.dy);if((e>=n&&this.vertical||e<=n&&!this.vertical)&&(this.userTracking=!1),!this.userTracking)return void(this.autoplay&&this._scheduleAutoplay())}return this._handleTrackMove(t.detail),!1}}},_onSwiperDotClick:function(t){this._animateViewport(this.currentSync=t,this.currentChangeSource="click",this.circularEnabled?1:0)},_navigationClick:function(t,e,n){if(t.stopPropagation(),!n){var i=this.items.length,r=this.currentSync;switch(e){case"prev":r--,r<0&&this.circularEnabled&&(r=i-1);break;case"next":r++,r>=i&&this.circularEnabled&&(r=0);break}this._onSwiperDotClick(r)}},_navigationMouseMove:function(t){var e=this;clearTimeout(this.hideNavigationTimer);var n=t.clientX,i=t.clientY,r=this.$refs.slidesWrapper.getBoundingClientRect(),o=r.left,a=r.right,s=r.top,c=r.bottom,u=r.width,l=r.height,h=!1;h=this.vertical?!(i-s=t}},render:function(t){var e=this,n=[],i=[];this.$slots.default&&Object(r["d"])(this.$slots.default,t).forEach((function(t){t.componentOptions&&"v-uni-swiper-item"===t.componentOptions.tag&&i.push(t)}));for(var o=function(i,r){var o=e.currentSync;n.push(t("div",{on:{click:function(){return e._onSwiperDotClick(i)}},class:{"uni-swiper-dot":!0,"uni-swiper-dot-active":i=o||i-1&&t.indexOf("MSIE")>-1,n=t.indexOf("Edge")>-1&&!e,i=t.indexOf("Trident")>-1&&t.indexOf("rv:11.0")>-1;if(e){var r=new RegExp("MSIE (\\d+\\.\\d+);");r.test(t);var o=parseFloat(RegExp.$1);return o>6?o:6}return n?-1:i?11:-1}function y(){if(!0!==__uniConfig.darkmode)return Object(_["h"])(__uniConfig.darkmode)?__uniConfig.darkmode:"light";try{return window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}catch(t){return"light"}}var w=navigator.userAgent,S=/android/i.test(w),k=/iphone|ipad|ipod/i.test(w),x=w.match(/Windows NT ([\d|\d.\d]*)/i),C=/Macintosh|Mac/i.test(w),T=/Linux|X11/i.test(w),O=C&&navigator.maxTouchPoints>0;function $(){var t,e,n,i=navigator.language,r="phone";if(k){t="iOS";var o=w.match(/OS\s([\w_]+)\slike/);o&&(e=o[1].replace(/_/g,"."));var a=w.match(/\(([a-zA-Z]+);/);a&&(n=a[1])}else if(S){t="Android";var s=w.match(/Android[\s/]([\w\.]+)[;\s]/);s&&(e=s[1]);for(var c=w.match(/\((.+?)\)/),u=c?c[1].split(";"):w.split(" "),l=[/\bAndroid\b/i,/\bLinux\b/i,/\bU\b/i,/^\s?[a-z][a-z]$/i,/^\s?[a-z][a-z]-[a-z][a-z]$/i,/\bwv\b/i,/\/[\d\.,]+$/,/^\s?[\d\.,]+$/,/\bBrowser\b/i,/\bMobile\b/i],h=0;h0){n=d.split("Build")[0].trim();break}for(var f=void 0,p=0;p=13)&&document.activeElement.blur()};t.addEventListener("focus",(function(){e=!0,clearTimeout(i),document.addEventListener("click",h,!1),s=l,a&&n.$trigger("keyboardheightchange",{},{height:a,duration:0}),f(n),d(n)})),r&&t.addEventListener("click",(function(){!n.disabled&&e&&0===a&&d(n)})),r||(parseInt(o)<12&&t.addEventListener("touchstart",(function(){n.disabled||e||d(n)})),parseFloat(o)>=14.6&&!c&&Object(u["j"])((function(){var t=plus.webview.currentWebview();c=t.getStyle()||{}})));var v=function(){document.removeEventListener("click",h,!1),s=null,a&&n.$trigger("keyboardheightchange",{},{height:0,duration:0}),p(n),r&&(i=setTimeout((function(){d(n,!0)}),300)),n.isApple&&document.documentElement.scrollTo(document.documentElement.scrollLeft,document.documentElement.scrollTop)};t.addEventListener("blur",(function(){n.isApple&&t.blur(),e=!1,v()}))}}}},"5ab3":function(t,e,n){"use strict";var i=n("907b"),r=n.n(i);r.a},"5abe":function(t,e){(function(){"use strict";if("object"===typeof window)if("IntersectionObserver"in window&&"IntersectionObserverEntry"in window&&"intersectionRatio"in window.IntersectionObserverEntry.prototype)"isIntersecting"in window.IntersectionObserverEntry.prototype||Object.defineProperty(window.IntersectionObserverEntry.prototype,"isIntersecting",{get:function(){return this.intersectionRatio>0}});else{var t=window.document,e=[];i.prototype.THROTTLE_TIMEOUT=100,i.prototype.POLL_INTERVAL=null,i.prototype.USE_MUTATION_OBSERVER=!0,i.prototype.observe=function(t){var e=this._observationTargets.some((function(e){return e.element==t}));if(!e){if(!t||1!=t.nodeType)throw new Error("target must be an Element");this._registerInstance(),this._observationTargets.push({element:t,entry:null}),this._monitorIntersections(),this._checkForIntersections()}},i.prototype.unobserve=function(t){this._observationTargets=this._observationTargets.filter((function(e){return e.element!=t})),this._observationTargets.length||(this._unmonitorIntersections(),this._unregisterInstance())},i.prototype.disconnect=function(){this._observationTargets=[],this._unmonitorIntersections(),this._unregisterInstance()},i.prototype.takeRecords=function(){var t=this._queuedEntries.slice();return this._queuedEntries=[],t},i.prototype._initThresholds=function(t){var e=t||[0];return Array.isArray(e)||(e=[e]),e.sort().filter((function(t,e,n){if("number"!=typeof t||isNaN(t)||t<0||t>1)throw new Error("threshold must be a number between 0 and 1 inclusively");return t!==n[e-1]}))},i.prototype._parseRootMargin=function(t){var e=t||"0px",n=e.split(/\s+/).map((function(t){var e=/^(-?\d*\.?\d+)(px|%)$/.exec(t);if(!e)throw new Error("rootMargin must be specified in pixels or percent");return{value:parseFloat(e[1]),unit:e[2]}}));return n[1]=n[1]||n[0],n[2]=n[2]||n[0],n[3]=n[3]||n[1],n},i.prototype._monitorIntersections=function(){this._monitoringIntersections||(this._monitoringIntersections=!0,this.POLL_INTERVAL?this._monitoringInterval=setInterval(this._checkForIntersections,this.POLL_INTERVAL):(a(window,"resize",this._checkForIntersections,!0),a(t,"scroll",this._checkForIntersections,!0),this.USE_MUTATION_OBSERVER&&"MutationObserver"in window&&(this._domObserver=new MutationObserver(this._checkForIntersections),this._domObserver.observe(t,{attributes:!0,childList:!0,characterData:!0,subtree:!0}))))},i.prototype._unmonitorIntersections=function(){this._monitoringIntersections&&(this._monitoringIntersections=!1,clearInterval(this._monitoringInterval),this._monitoringInterval=null,s(window,"resize",this._checkForIntersections,!0),s(t,"scroll",this._checkForIntersections,!0),this._domObserver&&(this._domObserver.disconnect(),this._domObserver=null))},i.prototype._checkForIntersections=function(){var t=this._rootIsInDom(),e=t?this._getRootRect():l();this._observationTargets.forEach((function(i){var o=i.element,a=u(o),s=this._rootContainsTarget(o),c=i.entry,l=t&&s&&this._computeTargetAndRootIntersection(o,e),h=i.entry=new n({time:r(),target:o,boundingClientRect:a,rootBounds:e,intersectionRect:l});c?t&&s?this._hasCrossedThreshold(c,h)&&this._queuedEntries.push(h):c&&c.isIntersecting&&this._queuedEntries.push(h):this._queuedEntries.push(h)}),this),this._queuedEntries.length&&this._callback(this.takeRecords(),this)},i.prototype._computeTargetAndRootIntersection=function(e,n){if("none"!=window.getComputedStyle(e).display){var i=u(e),r=i,o=d(e),a=!1;while(!a){var s=null,l=1==o.nodeType?window.getComputedStyle(o):{};if("none"==l.display)return;if(o==this.root||o==t?(a=!0,s=n):o!=t.body&&o!=t.documentElement&&"visible"!=l.overflow&&(s=u(o)),s&&(r=c(s,r),!r))break;o=d(o)}return r}},i.prototype._getRootRect=function(){var e;if(this.root)e=u(this.root);else{var n=t.documentElement,i=t.body;e={top:0,left:0,right:n.clientWidth||i.clientWidth,width:n.clientWidth||i.clientWidth,bottom:n.clientHeight||i.clientHeight,height:n.clientHeight||i.clientHeight}}return this._expandRectByRootMargin(e)},i.prototype._expandRectByRootMargin=function(t){var e=this._rootMarginValues.map((function(e,n){return"px"==e.unit?e.value:e.value*(n%2?t.width:t.height)/100})),n={top:t.top-e[0],right:t.right+e[1],bottom:t.bottom+e[2],left:t.left-e[3]};return n.width=n.right-n.left,n.height=n.bottom-n.top,n},i.prototype._hasCrossedThreshold=function(t,e){var n=t&&t.isIntersecting?t.intersectionRatio||0:-1,i=e.isIntersecting?e.intersectionRatio||0:-1;if(n!==i)for(var r=0;r=0&&s>=0&&{top:n,bottom:i,left:r,right:o,width:a,height:s}}function u(t){var e;try{e=t.getBoundingClientRect()}catch(n){}return e?(e.width&&e.height||(e={top:e.top,right:e.right,bottom:e.bottom,left:e.left,width:e.right-e.left,height:e.bottom-e.top}),e):l()}function l(){return{top:0,bottom:0,left:0,right:0,width:0,height:0}}function h(t,e){var n=e;while(n){if(n==t)return!0;n=d(n)}return!1}function d(t){var e=t.parentNode;return e&&11==e.nodeType&&e.host?e.host:e&&e.assignedSlot?e.assignedSlot.parentNode:e}})()},"5bb5":function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var i=n("a20d"),r=n("f2b3");function o(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};Object(r["j"])((function(){var n=plus.webview.currentWebview().id;plus.webview.postMessageToUniNView({type:"subscribeHandler",args:{type:t,data:e,pageId:n}},i["a"])}))}},"5bb5a":function(t,e,n){},"5bf9":function(t,e,n){},"5c85":function(t,e,n){},"5cf8":function(t,e,n){"use strict";function i(t,e){for(var n=this.$children,r=n.length,o=arguments.length,a=new Array(o>2?o-2:0),s=2;s2?r-2:0),a=2;a2?n-2:0),o=2;o=1;M--)if(0!==z[M])break;if(P>M&&(P=M),0===M)return v[m++]=20971520,v[m++]=20971520,_.bits=1,0;for(A=1;A0&&(t===s||1!==M))return-1;for(V[1]=0,E=1;Eo||t===u&&D>a)return 1;for(;;){C=E-L,g[I]x?(T=H[Y+g[I]],O=B[F+g[I]]):(T=96,O=0),b=1<>L)+y]=C<<24|T<<16|O|0}while(0!==y);b=1<>=1;if(0!==b?(R&=b-1,R+=b):R=0,I++,0===--z[E]){if(E===M)break;E=e[n+g[I]]}if(E>P&&(R&S)!==w){0===L&&(L=P),k+=A,j=E-L,N=1<o||t===u&&D>a)return 1;w=R&S,v[w]=P<<24|j<<16|k-m|0}}return 0!==R&&(v[k+R]=E-L<<24|64<<16|0),_.bits=P,0}},"687b":function(t,e,n){},"6bdf":function(t,e,n){"use strict";(function(t){n.d(e,"a",(function(){return l}));var i=n("85b6"),r=n("f2b3"),o=n("1e88"),a=n("db8e");function s(t){var e={};if(t.id&&(e.id=""),t.dataset&&(e.dataset={}),t.rect&&(e.left=0,e.right=0,e.top=0,e.bottom=0),t.size&&(e.width=document.documentElement.clientWidth,e.height=document.documentElement.clientHeight),t.scrollOffset){var n=document.documentElement,i=document.body;e.scrollLeft=n.scrollLeft||i.scrollLeft||0,e.scrollTop=n.scrollTop||i.scrollTop||0,e.scrollHeight=n.scrollHeight||i.scrollHeight||0,e.scrollWidth=n.scrollWidth||i.scrollWidth||0}return e}function c(t,e){var n={},a=Object(o["a"])(),s=a.top;if(e.id&&(n.id=t.id),e.dataset&&(n.dataset=Object(i["a"])(t)),e.rect||e.size){var c=t.getBoundingClientRect();e.rect&&(n.left=c.left,n.right=c.right,n.top=c.top-s,n.bottom=c.bottom-s),e.size&&(n.width=c.width,n.height=c.height)}if(Array.isArray(e.properties)){var u=t.__vue__&&t.__vue__.$props;u&&e.properties.forEach((function(t){"string"===typeof t&&(t=Object(r["b"])(t),null!=u[t]&&(n[t]=u[t]))}))}if(e.scrollOffset&&("UNI-SCROLL-VIEW"===t.tagName&&t.__vue__&&t.__vue__.getScrollPosition?Object.assign(n,t.__vue__.getScrollPosition()):(n.scrollLeft=0,n.scrollTop=0,n.scrollHeight=0,n.scrollWidth=0)),Array.isArray(e.computedStyle)){var l=getComputedStyle(t);e.computedStyle.forEach((function(t){n[t]=l[t]}))}return e.context&&t.__vue__&&t.__vue__._getContextInfo&&(n.context=t.__vue__._getContextInfo()),n}function u(t,e,n,i,r){var o=Object(a["a"])(Object(a["b"])(e,t));if(!o||o&&8===o.nodeType)return i?null:[];if(i){var s=o.matches(n)?o:o.querySelector(n);return s?c(s,r):null}var u=[],l=o.querySelectorAll(n);return l&&l.length&&(u=[].map.call(l,(function(t){return c(t,r)}))),o.matches(n)&&u.unshift(c(o,r)),u}function l(e,n){var i,r=e.reqId,o=e.reqs;if(n._isVue)i=n;else{var a=getCurrentPages(),c=a.find((function(t){return t.$page.id===n}));if(!c)throw new Error("Not Found:Page[".concat(n,"]"));i=c.$vm}var l=[];o.forEach((function(t){var e=t.component,n=t.selector,r=t.single,o=t.fields;0===e?l.push(s(o)):l.push(u(i,e,n,r,o))})),t.publishHandler("onRequestComponentInfo",{reqId:r,res:l})}}).call(this,n("501c"))},"70f4":function(t,e,n){"use strict";n.r(e);var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("uni-label",t._g({class:{"uni-label-pointer":t.pointer},on:{click:t._onClick}},t.$listeners),[t._t("default")],2)},r=[],o=n("897e"),a=o["a"],s=(n("6730"),n("0c7c")),c=Object(s["a"])(a,i,r,!1,null,null,null);e["default"]=c.exports},7107:function(t,e,n){"use strict";(function(t){function i(e){var n=e.options,i=e.callbackId,r=n.family,o=n.source,a=n.desc,s=void 0===a?{}:a,c=document.fonts;if(c){var u=new FontFace(r,o,s);u.load().then((function(){c.add(u),t.publishHandler("onLoadFontFaceCallback",{callbackId:i,data:{errMsg:"loadFontFace:ok"}})})).catch((function(e){t.publishHandler("onLoadFontFaceCallback",{callbackId:i,data:{errMsg:"loadFontFace:fail ".concat(e)}})}))}else{var l=document.createElement("style");l.innerText='@font-face{font-family:"'.concat(r,'";src:').concat(o,";font-style:").concat(s.style,";font-weight:").concat(s.weight,";font-stretch:").concat(s.stretch,";unicode-range:").concat(s.unicodeRange,";font-variant:").concat(s.variant,";font-feature-settings:").concat(s.featureSettings,";}"),document.head.appendChild(l),t.publishHandler("onLoadFontFaceCallback",{callbackId:i,data:{errMsg:"loadFontFace:ok"}})}}n.d(e,"a",(function(){return i}))}).call(this,n("501c"))},"717e":function(t,e,n){"use strict";var i=n("9e6e"),r=n("be7f"),o=n("7b27"),a=n("2ceb"),s=n("4dc6"),c=n("8936"),u=n("8013"),l=Object.prototype.toString;function h(t){if(!(this instanceof h))return new h(t);this.options=r.assign({chunkSize:16384,windowBits:0,to:""},t||{});var e=this.options;e.raw&&e.windowBits>=0&&e.windowBits<16&&(e.windowBits=-e.windowBits,0===e.windowBits&&(e.windowBits=-15)),!(e.windowBits>=0&&e.windowBits<16)||t&&t.windowBits||(e.windowBits+=32),e.windowBits>15&&e.windowBits<48&&0===(15&e.windowBits)&&(e.windowBits|=15),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new c,this.strm.avail_out=0;var n=i.inflateInit2(this.strm,e.windowBits);if(n!==a.Z_OK)throw new Error(s[n]);if(this.header=new u,i.inflateGetHeader(this.strm,this.header),e.dictionary&&("string"===typeof e.dictionary?e.dictionary=o.string2buf(e.dictionary):"[object ArrayBuffer]"===l.call(e.dictionary)&&(e.dictionary=new Uint8Array(e.dictionary)),e.raw&&(n=i.inflateSetDictionary(this.strm,e.dictionary),n!==a.Z_OK)))throw new Error(s[n])}function d(t,e){var n=new h(e);if(n.push(t,!0),n.err)throw n.msg||s[n.err];return n.result}function f(t,e){return e=e||{},e.raw=!0,d(t,e)}h.prototype.push=function(t,e){var n,s,c,u,h,d=this.strm,f=this.options.chunkSize,p=this.options.dictionary,v=!1;if(this.ended)return!1;s=e===~~e?e:!0===e?a.Z_FINISH:a.Z_NO_FLUSH,"string"===typeof t?d.input=o.binstring2buf(t):"[object ArrayBuffer]"===l.call(t)?d.input=new Uint8Array(t):d.input=t,d.next_in=0,d.avail_in=d.input.length;do{if(0===d.avail_out&&(d.output=new r.Buf8(f),d.next_out=0,d.avail_out=f),n=i.inflate(d,a.Z_NO_FLUSH),n===a.Z_NEED_DICT&&p&&(n=i.inflateSetDictionary(this.strm,p)),n===a.Z_BUF_ERROR&&!0===v&&(n=a.Z_OK,v=!1),n!==a.Z_STREAM_END&&n!==a.Z_OK)return this.onEnd(n),this.ended=!0,!1;d.next_out&&(0!==d.avail_out&&n!==a.Z_STREAM_END&&(0!==d.avail_in||s!==a.Z_FINISH&&s!==a.Z_SYNC_FLUSH)||("string"===this.options.to?(c=o.utf8border(d.output,d.next_out),u=d.next_out-c,h=o.buf2string(d.output,c),d.next_out=u,d.avail_out=f-u,u&&r.arraySet(d.output,d.output,c,u,0),this.onData(h)):this.onData(r.shrinkBuf(d.output,d.next_out)))),0===d.avail_in&&0===d.avail_out&&(v=!0)}while((d.avail_in>0||0===d.avail_out)&&n!==a.Z_STREAM_END);return n===a.Z_STREAM_END&&(s=a.Z_FINISH),s===a.Z_FINISH?(n=i.inflateEnd(this.strm),this.onEnd(n),this.ended=!0,n===a.Z_OK):s!==a.Z_SYNC_FLUSH||(this.onEnd(a.Z_OK),d.avail_out=0,!0)},h.prototype.onData=function(t){this.chunks.push(t)},h.prototype.onEnd=function(t){t===a.Z_OK&&("string"===this.options.to?this.result=this.chunks.join(""):this.result=r.flattenChunks(this.chunks)),this.chunks=[],this.err=t,this.msg=this.strm.msg},e.Inflate=h,e.inflate=d,e.inflateRaw=f,e.ungzip=d},7225:function(t,e,n){},"72b3":function(t,e,n){"use strict";function i(t,e,n){return t>e-n&&t0){var u=(-n-Math.sqrt(o))/(2*i),l=(-n+Math.sqrt(o))/(2*i),h=(e-u*t)/(l-u),d=t-h;return{x:function(t){var e,n;return t===this._t&&(e=this._powER1T,n=this._powER2T),this._t=t,e||(e=this._powER1T=Math.pow(Math.E,u*t)),n||(n=this._powER2T=Math.pow(Math.E,l*t)),d*e+h*n},dx:function(t){var e,n;return t===this._t&&(e=this._powER1T,n=this._powER2T),this._t=t,e||(e=this._powER1T=Math.pow(Math.E,u*t)),n||(n=this._powER2T=Math.pow(Math.E,l*t)),d*u*e+h*l*n}}}var f=Math.sqrt(4*i*r-n*n)/(2*i),p=-n/2*i,v=t,m=(e-p*t)/f;return{x:function(t){return Math.pow(Math.E,p*t)*(v*Math.cos(f*t)+m*Math.sin(f*t))},dx:function(t){var e=Math.pow(Math.E,p*t),n=Math.cos(f*t),i=Math.sin(f*t);return e*(m*f*n-v*f*i)+p*e*(m*i+v*n)}}},o.prototype.x=function(t){return void 0===t&&(t=((new Date).getTime()-this._startTime)/1e3),this._solution?this._endPosition+this._solution.x(t):0},o.prototype.dx=function(t){return void 0===t&&(t=((new Date).getTime()-this._startTime)/1e3),this._solution?this._solution.dx(t):0},o.prototype.setEnd=function(t,e,n){if(n||(n=(new Date).getTime()),t!==this._endPosition||!r(e,.4)){e=e||0;var i=this._endPosition;this._solution&&(r(e,.4)&&(e=this._solution.dx((n-this._startTime)/1e3)),i=this._solution.x((n-this._startTime)/1e3),r(e,.4)&&(e=0),r(i,.4)&&(i=0),i+=this._endPosition),this._solution&&r(i-t,.4)&&r(e,.4)||(this._endPosition=t,this._solution=this._solve(i-this._endPosition,e),this._startTime=n)}},o.prototype.snap=function(t){this._startTime=(new Date).getTime(),this._endPosition=t,this._solution={x:function(){return 0},dx:function(){return 0}}},o.prototype.done=function(t){return t||(t=(new Date).getTime()),i(this.x(),this._endPosition,.4)&&r(this.dx(),.4)},o.prototype.reconfigure=function(t,e,n){this._m=t,this._k=e,this._c=n,this.done()||(this._solution=this._solve(this.x()-this._endPosition,this.dx()),this._startTime=(new Date).getTime())},o.prototype.springConstant=function(){return this._k},o.prototype.damping=function(){return this._c},o.prototype.configuration=function(){function t(t,e){t.reconfigure(1,e,t.damping())}function e(t,e){t.reconfigure(1,t.springConstant(),e)}return[{label:"Spring Constant",read:this.springConstant.bind(this),write:t.bind(this,this),min:100,max:1e3},{label:"Damping",read:this.damping.bind(this),write:e.bind(this,this),min:1,max:500}]}},7466:function(t,e,n){"use strict";n.r(e);var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("uni-map",t._g({},t.$listeners),[n("div",{ref:"container",staticClass:"uni-map-container"}),t._l(t.mapControls,(function(e,i){return n("v-uni-cover-image",{key:i,style:e.position,attrs:{src:e.iconPath,"auto-size":""},on:{click:function(n){return t.controlclick(e)}}})})),n("div",{staticClass:"uni-map-slot"},[t._t("default")],2)],2)},r=[],o=n("a521"),a=o["a"],s=(n("a252"),n("0c7c")),c=Object(s["a"])(a,i,r,!1,null,null,null);e["default"]=c.exports},7522:function(t,e,n){},"76a8":function(t,e,n){"use strict";var i=n("3cd3"),r=n.n(i);r.a},"77a8":function(t,e,n){},7822:function(t,e,n){},"7b27":function(t,e,n){"use strict";var i=n("be7f"),r=!0,o=!0;try{String.fromCharCode.apply(null,[0])}catch(u){r=!1}try{String.fromCharCode.apply(null,new Uint8Array(1))}catch(u){o=!1}for(var a=new i.Buf8(256),s=0;s<256;s++)a[s]=s>=252?6:s>=248?5:s>=240?4:s>=224?3:s>=192?2:1;function c(t,e){if(e<65534&&(t.subarray&&o||!t.subarray&&r))return String.fromCharCode.apply(null,i.shrinkBuf(t,e));for(var n="",a=0;a>>6,e[a++]=128|63&n):n<65536?(e[a++]=224|n>>>12,e[a++]=128|n>>>6&63,e[a++]=128|63&n):(e[a++]=240|n>>>18,e[a++]=128|n>>>12&63,e[a++]=128|n>>>6&63,e[a++]=128|63&n);return e},e.buf2binstring=function(t){return c(t,t.length)},e.binstring2buf=function(t){for(var e=new i.Buf8(t.length),n=0,r=e.length;n4)u[i++]=65533,n+=o-1;else{r&=2===o?31:3===o?15:7;while(o>1&&n1?u[i++]=65533:r<65536?u[i++]=r:(r-=65536,u[i++]=55296|r>>10&1023,u[i++]=56320|1023&r)}return c(u,i)},e.utf8border=function(t,e){var n;e=e||t.length,e>t.length&&(e=t.length),n=e-1;while(n>=0&&128===(192&t[n]))n--;return n<0||0===n?e:n+a[t[n]]>e?n:e}},"7bb3":function(t,e,n){"use strict";n.r(e);var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("uni-checkbox",t._g({attrs:{disabled:t.disabled},on:{click:t._onClick}},t.$listeners),[n("div",{staticClass:"uni-checkbox-wrapper",style:{"--HOVER-BD-COLOR":t.activeBorderColor}},[n("div",{staticClass:"uni-checkbox-input",class:{"uni-checkbox-input-checked":t.checkboxChecked,"uni-checkbox-input-disabled":t.disabled},style:t.checkboxStyle}),t._t("default")],2)])},r=[],o=n("8af1"),a={name:"Checkbox",mixins:[o["a"],o["e"]],props:{checked:{type:[Boolean,String],default:!1},id:{type:String,default:""},disabled:{type:[Boolean,String],default:!1},value:{type:String,default:""},color:{type:String,default:"#007aff"},backgroundColor:{type:String,default:""},borderColor:{type:String,default:""},activeBackgroundColor:{type:String,default:""},activeBorderColor:{type:String,default:""},iconColor:{type:String,default:""}},data:function(){return{checkboxChecked:this.checked,checkboxValue:this.value}},computed:{checkboxStyle:function(){if(this.disabled)return{backgroundColor:"#E1E1E1",borderColor:"#D1D1D1"};var t={};return this.checkboxChecked?(t.color=this.iconColor||this.color,this.activeBorderColor&&(t.borderColor=this.activeBorderColor),this.activeBackgroundColor&&(t.backgroundColor=this.activeBackgroundColor)):(this.borderColor&&(t.borderColor=this.borderColor),this.backgroundColor&&(t.backgroundColor=this.backgroundColor)),t}},watch:{checked:function(t){this.checkboxChecked=t},value:function(t){this.checkboxValue=t}},listeners:{"label-click":"_onClick","@label-click":"_onClick"},created:function(){this.$dispatch("CheckboxGroup","uni-checkbox-group-update",{type:"add",vm:this}),this.$dispatch("Form","uni-form-group-update",{type:"add",vm:this})},beforeDestroy:function(){this.$dispatch("CheckboxGroup","uni-checkbox-group-update",{type:"remove",vm:this}),this.$dispatch("Form","uni-form-group-update",{type:"remove",vm:this})},methods:{_onClick:function(t){this.disabled||(this.checkboxChecked=!this.checkboxChecked,this.$dispatch("CheckboxGroup","uni-checkbox-change",t))},_resetFormData:function(){this.checkboxChecked=!1}}},s=a,c=(n("f53a"),n("0c7c")),u=Object(c["a"])(s,i,r,!1,null,null,null);e["default"]=u.exports},"7c2b":function(t,e,n){"use strict";var i=n("e804"),r=n.n(i);r.a},"7d0f":function(t,e,n){"use strict";var i=n("5129"),r=n.n(i),o=n("85b6"),a=n("f2b3");function s(t){t.config.errorHandler=function(e,n,i){var r=Object(a["n"])(e);t.util.warn("Error in ".concat(i,': "').concat("Error"===r?e.toString():e,'"'),n);var s="function"===typeof getApp&&getApp();s&&Object(o["b"])(s.$options,"onError")?s.__call_hook("onError",e):console.error(e)};var e=t.config.isReservedTag;t.config.isReservedTag=function(t){return-1!==r.a.indexOf(t)||e(t)},t.config.ignoredElements=r.a;var n=t.config.getTagNamespace,i=["switch","image","text","view"];t.config.getTagNamespace=function(t){return!~i.indexOf(t)&&n(t)}}var c=n("8c15"),u=n("a34f"),l=n("3e5d");function h(t){Object.defineProperty(t.prototype,"$page",{get:function(){return getCurrentPages()[0].$page}}),t.prototype.$handleVModelEvent=function(t,e){l["b"].sendUIEvent(this._$id,t,{type:"input",target:{value:e}})},t.prototype.$handleViewEvent=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};e.stop&&t.stopPropagation(),e.prevent&&t.preventDefault();var n=this.$handleEvent(t),i=this._$id,r=t.$origCurrentTarget||t.currentTarget,o=(r===this.$el&&"page"!==this.$options.mpType?"r-":"")+n.options.nid;if("undefined"===typeof o)return console.error("[".concat(i,"] nid not found"));delete n._processed,delete n.mp,delete n.preventDefault,delete n.stopPropagation,delete n.options,delete n.$origCurrentTarget,l["b"].sendUIEvent(i,o,n)}}n("3878"),e["a"]={install:function(t,e){t.prototype._$getRealPath=u["a"],s(t),c["a"].install(t,e),Object(l["a"])(t),h(t)}}},"7e6a":function(t,e,n){"use strict";var i=n("5bf9"),r=n.n(i);r.a},"7eb1":function(t,e,n){"use strict";var i=30,r=12;t.exports=function(t,e){var n,o,a,s,c,u,l,h,d,f,p,v,m,g,_,b,y,w,S,k,x,C,T,O,$;n=t.state,o=t.next_in,O=t.input,a=o+(t.avail_in-5),s=t.next_out,$=t.output,c=s-(e-t.avail_out),u=s+(t.avail_out-257),l=n.dmax,h=n.wsize,d=n.whave,f=n.wnext,p=n.window,v=n.hold,m=n.bits,g=n.lencode,_=n.distcode,b=(1<>>24,v>>>=S,m-=S,S=w>>>16&255,0===S)$[s++]=65535&w;else{if(!(16&S)){if(0===(64&S)){w=g[(65535&w)+(v&(1<>>=S,m-=S),m<15&&(v+=O[o++]<>>24,v>>>=S,m-=S,S=w>>>16&255,!(16&S)){if(0===(64&S)){w=_[(65535&w)+(v&(1<l){t.msg="invalid distance too far back",n.mode=i;break t}if(v>>>=S,m-=S,S=s-c,x>S){if(S=x-S,S>d&&n.sane){t.msg="invalid distance too far back",n.mode=i;break t}if(C=0,T=p,0===f){if(C+=h-S,S2)$[s++]=T[C++],$[s++]=T[C++],$[s++]=T[C++],k-=3;k&&($[s++]=T[C++],k>1&&($[s++]=T[C++]))}else{C=s-x;do{$[s++]=$[C++],$[s++]=$[C++],$[s++]=$[C++],k-=3}while(k>2);k&&($[s++]=$[C++],k>1&&($[s++]=$[C++]))}break}}break}}while(o>3,o-=k,m-=k<<3,v&=(1<0&&void 0!==arguments[0]?arguments[0]:{},e=arguments.length>1?arguments[1]:void 0;return Array.isArray(t[e])&&t[e].length}function o(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=JSON.parse(JSON.stringify(t));return e}function a(t){var e={},n=t.__vue__;function r(t,n){var r=t.$attrs;for(var o in r)if(o.startsWith("data-")){var a=Object(i["b"])(o.substr(5).toLowerCase()),s=r[o];e[a]=n?s:e[a]||s}}if(n){var a=n;while(a&&a.$el===t)r(a),a=a.$children[0];var s=n.$parent;while(s&&s.$el===t)r(s,!0),s=s.$parent}else e=Object.assign({},t.dataset,t.__uniDataset);return o(e)}},"86a1":function(t,e,n){},8842:function(t,e,n){"use strict";n.r(e);var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("uni-movable-view",t._g({},t.$listeners),[n("v-uni-resize-sensor",{on:{resize:t.setParent}}),t._t("default")],2)},r=[],o=n("ba15");function a(t,e,n){return t>e-n&&tthis._t&&(t=this._t,this._lastDt=t);var e=this._x_v*t+.5*this._x_a*Math.pow(t,2)+this._x_s,n=this._y_v*t+.5*this._y_a*Math.pow(t,2)+this._y_s;return(this._x_a>0&&ethis._endPositionX)&&(e=this._endPositionX),(this._y_a>0&&nthis._endPositionY)&&(n=this._endPositionY),{x:e,y:n}},u.prototype.ds=function(t){return void 0===t&&(t=((new Date).getTime()-this._startTime)/1e3),t>this._t&&(t=this._t),{dx:this._x_v+this._x_a*t,dy:this._y_v+this._y_a*t}},u.prototype.delta=function(){return{x:-1.5*Math.pow(this._x_v,2)/this._x_a||0,y:-1.5*Math.pow(this._y_v,2)/this._y_a||0}},u.prototype.dt=function(){return-this._x_v/this._x_a},u.prototype.done=function(){var t=a(this.s().x,this._endPositionX)||a(this.s().y,this._endPositionY)||this._lastDt===this._t;return this._lastDt=null,t},u.prototype.setEnd=function(t,e){this._endPositionX=t,this._endPositionY=e},u.prototype.reconfigure=function(t,e){this._m=t,this._f=1e3*e},l.prototype._solve=function(t,e){var n=this._c,i=this._m,r=this._k,o=n*n-4*i*r;if(0===o){var a=-n/(2*i),s=t,c=e/(a*t);return{x:function(t){return(s+c*t)*Math.pow(Math.E,a*t)},dx:function(t){var e=Math.pow(Math.E,a*t);return a*(s+c*t)*e+c*e}}}if(o>0){var u=(-n-Math.sqrt(o))/(2*i),l=(-n+Math.sqrt(o))/(2*i),h=(e-u*t)/(l-u),d=t-h;return{x:function(t){var e,n;return t===this._t&&(e=this._powER1T,n=this._powER2T),this._t=t,e||(e=this._powER1T=Math.pow(Math.E,u*t)),n||(n=this._powER2T=Math.pow(Math.E,l*t)),d*e+h*n},dx:function(t){var e,n;return t===this._t&&(e=this._powER1T,n=this._powER2T),this._t=t,e||(e=this._powER1T=Math.pow(Math.E,u*t)),n||(n=this._powER2T=Math.pow(Math.E,l*t)),d*u*e+h*l*n}}}var f=Math.sqrt(4*i*r-n*n)/(2*i),p=-n/2*i,v=t,m=(e-p*t)/f;return{x:function(t){return Math.pow(Math.E,p*t)*(v*Math.cos(f*t)+m*Math.sin(f*t))},dx:function(t){var e=Math.pow(Math.E,p*t),n=Math.cos(f*t),i=Math.sin(f*t);return e*(m*f*n-v*f*i)+p*e*(m*i+v*n)}}},l.prototype.x=function(t){return void 0===t&&(t=((new Date).getTime()-this._startTime)/1e3),this._solution?this._endPosition+this._solution.x(t):0},l.prototype.dx=function(t){return void 0===t&&(t=((new Date).getTime()-this._startTime)/1e3),this._solution?this._solution.dx(t):0},l.prototype.setEnd=function(t,e,n){if(n||(n=(new Date).getTime()),t!==this._endPosition||!s(e,.1)){e=e||0;var i=this._endPosition;this._solution&&(s(e,.1)&&(e=this._solution.dx((n-this._startTime)/1e3)),i=this._solution.x((n-this._startTime)/1e3),s(e,.1)&&(e=0),s(i,.1)&&(i=0),i+=this._endPosition),this._solution&&s(i-t,.1)&&s(e,.1)||(this._endPosition=t,this._solution=this._solve(i-this._endPosition,e),this._startTime=n)}},l.prototype.snap=function(t){this._startTime=(new Date).getTime(),this._endPosition=t,this._solution={x:function(){return 0},dx:function(){return 0}}},l.prototype.done=function(t){return t||(t=(new Date).getTime()),a(this.x(),this._endPosition,.1)&&s(this.dx(),.1)},l.prototype.reconfigure=function(t,e,n){this._m=t,this._k=e,this._c=n,this.done()||(this._solution=this._solve(this.x()-this._endPosition,this.dx()),this._startTime=(new Date).getTime())},l.prototype.springConstant=function(){return this._k},l.prototype.damping=function(){return this._c},l.prototype.configuration=function(){function t(t,e){t.reconfigure(1,e,t.damping())}function e(t,e){t.reconfigure(1,t.springConstant(),e)}return[{label:"Spring Constant",read:this.springConstant.bind(this),write:t.bind(this,this),min:100,max:1e3},{label:"Damping",read:this.damping.bind(this),write:e.bind(this,this),min:1,max:500}]},h.prototype.setEnd=function(t,e,n,i){var r=(new Date).getTime();this._springX.setEnd(t,i,r),this._springY.setEnd(e,i,r),this._springScale.setEnd(n,i,r),this._startTime=r},h.prototype.x=function(){var t=((new Date).getTime()-this._startTime)/1e3;return{x:this._springX.x(t),y:this._springY.x(t),scale:this._springScale.x(t)}},h.prototype.done=function(){var t=(new Date).getTime();return this._springX.done(t)&&this._springY.done(t)&&this._springScale.done(t)},h.prototype.reconfigure=function(t,e,n){this._springX.reconfigure(t,e,n),this._springY.reconfigure(t,e,n),this._springScale.reconfigure(t,e,n)};var d=n("2a0a"),f=!1;function p(t){f||(f=!0,requestAnimationFrame((function(){t(),f=!1})))}function v(t,e){if(t===e)return 0;var n=t.offsetLeft;return t.offsetParent?n+=v(t.offsetParent,e):0}function m(t,e){if(t===e)return 0;var n=t.offsetTop;return t.offsetParent?n+=m(t.offsetParent,e):0}function g(t,e){return+((1e3*t-1e3*e)/1e3).toFixed(1)}function _(t,e,n){var i=function(t){t&&t.id&&cancelAnimationFrame(t.id),t&&(t.cancelled=!0)},r={id:0,cancelled:!1};function o(e,n,i,r){if(!e||!e.cancelled){i(n);var a=t.done();a||e.cancelled||(e.id=requestAnimationFrame(o.bind(null,e,n,i,r))),a&&r&&r(n)}}return o(r,t,e,n),{cancel:i.bind(null,r),model:t}}var b={name:"MovableView",mixins:[o["a"]],props:{direction:{type:String,default:"none"},inertia:{type:[Boolean,String],default:!1},outOfBounds:{type:[Boolean,String],default:!1},x:{type:[Number,String],default:0},y:{type:[Number,String],default:0},damping:{type:[Number,String],default:20},friction:{type:[Number,String],default:2},disabled:{type:[Boolean,String],default:!1},scale:{type:[Boolean,String],default:!1},scaleMin:{type:[Number,String],default:.5},scaleMax:{type:[Number,String],default:10},scaleValue:{type:[Number,String],default:1},animation:{type:[Boolean,String],default:!0}},data:function(){return{xSync:this._getPx(this.x),ySync:this._getPx(this.y),scaleValueSync:Number(this.scaleValue)||1,width:0,height:0,minX:0,minY:0,maxX:0,maxY:0}},computed:{dampingNumber:function(){var t=Number(this.damping);return isNaN(t)?20:t},frictionNumber:function(){var t=Number(this.friction);return isNaN(t)||t<=0?2:t},scaleMinNumber:function(){var t=Number(this.scaleMin);return isNaN(t)?.5:t},scaleMaxNumber:function(){var t=Number(this.scaleMax);return isNaN(t)?10:t},xMove:function(){return"all"===this.direction||"horizontal"===this.direction},yMove:function(){return"all"===this.direction||"vertical"===this.direction}},watch:{x:function(t){this.xSync=this._getPx(t)},xSync:function(t){this._setX(t)},y:function(t){this.ySync=this._getPx(t)},ySync:function(t){this._setY(t)},disabled:function(){this.__handleTouchStart()},scaleValue:function(t){this.scaleValueSync=Number(t)||0},scaleValueSync:function(t){this._setScaleValue(t)},scaleMinNumber:function(){this._setScaleMinOrMax()},scaleMaxNumber:function(){this._setScaleMinOrMax()}},created:function(){this._offset={x:0,y:0},this._scaleOffset={x:0,y:0},this._translateX=0,this._translateY=0,this._scale=1,this._oldScale=1,this._STD=new h(1,9*Math.pow(this.dampingNumber,2)/40,this.dampingNumber),this._friction=new u(1,this.frictionNumber),this._declineX=new c,this._declineY=new c,this.__touchInfo={historyX:[0,0],historyY:[0,0],historyT:[0,0]}},mounted:function(){this.touchtrack(this.$el,"_onTrack"),this.setParent(),this._friction.reconfigure(1,this.frictionNumber),this._STD.reconfigure(1,9*Math.pow(this.dampingNumber,2)/40,this.dampingNumber),this.$el.style.transformOrigin="center",Object(d["b"])()},methods:{_getPx:function(t){return/\d+[ur]px$/i.test(t)?uni.upx2px(parseFloat(t)):Number(t)||0},_setX:function(t){if(this.xMove){if(t+this._scaleOffset.x===this._translateX)return this._translateX;this._SFA&&this._SFA.cancel(),this._animationTo(t+this._scaleOffset.x,this.ySync+this._scaleOffset.y,this._scale)}return t},_setY:function(t){if(this.yMove){if(t+this._scaleOffset.y===this._translateY)return this._translateY;this._SFA&&this._SFA.cancel(),this._animationTo(this.xSync+this._scaleOffset.x,t+this._scaleOffset.y,this._scale)}return t},_setScaleMinOrMax:function(){if(!this.scale)return!1;this._updateScale(this._scale,!0),this._updateOldScale(this._scale)},_setScaleValue:function(t){return!!this.scale&&(t=this._adjustScale(t),this._updateScale(t,!0),this._updateOldScale(t),t)},__handleTouchStart:function(){this._isScaling||this.disabled||(Object(d["a"])({disable:!0}),this._FA&&this._FA.cancel(),this._SFA&&this._SFA.cancel(),this.__touchInfo.historyX=[0,0],this.__touchInfo.historyY=[0,0],this.__touchInfo.historyT=[0,0],this.xMove&&(this.__baseX=this._translateX),this.yMove&&(this.__baseY=this._translateY),this.$el.style.willChange="transform",this._checkCanMove=null,this._firstMoveDirection=null,this._isTouching=!0)},__handleTouchMove:function(t){var e=this;if(!this._isScaling&&!this.disabled&&this._isTouching){var n=this._translateX,i=this._translateY;if(null===this._firstMoveDirection&&(this._firstMoveDirection=Math.abs(t.detail.dx/t.detail.dy)>1?"htouchmove":"vtouchmove"),this.xMove&&(n=t.detail.dx+this.__baseX,this.__touchInfo.historyX.shift(),this.__touchInfo.historyX.push(n),this.yMove||null!==this._checkCanMove||(this._checkCanMove=Math.abs(t.detail.dx/t.detail.dy)<1)),this.yMove&&(i=t.detail.dy+this.__baseY,this.__touchInfo.historyY.shift(),this.__touchInfo.historyY.push(i),this.xMove||null!==this._checkCanMove||(this._checkCanMove=Math.abs(t.detail.dy/t.detail.dx)<1)),this.__touchInfo.historyT.shift(),this.__touchInfo.historyT.push(t.detail.timeStamp),!this._checkCanMove){t.preventDefault();var r="touch";nthis.maxX&&(this.outOfBounds?(r="touch-out-of-bounds",n=this.maxX+this._declineX.x(n-this.maxX)):n=this.maxX),ithis.maxY&&(this.outOfBounds?(r="touch-out-of-bounds",i=this.maxY+this._declineY.x(i-this.maxY)):i=this.maxY),p((function(){e._setTransform(n,i,e._scale,r)}))}}},__handleTouchEnd:function(){var t=this;if(!this._isScaling&&!this.disabled&&this._isTouching&&(Object(d["a"])({disable:!1}),this.$el.style.willChange="auto",this._isTouching=!1,!this._checkCanMove&&!this._revise("out-of-bounds")&&this.inertia)){var e=1e3*(this.__touchInfo.historyX[1]-this.__touchInfo.historyX[0])/(this.__touchInfo.historyT[1]-this.__touchInfo.historyT[0]),n=1e3*(this.__touchInfo.historyY[1]-this.__touchInfo.historyY[0])/(this.__touchInfo.historyT[1]-this.__touchInfo.historyT[0]);this._friction.setV(e,n),this._friction.setS(this._translateX,this._translateY);var i=this._friction.delta().x,r=this._friction.delta().y,o=i+this._translateX,a=r+this._translateY;othis.maxX&&(o=this.maxX,a=this._translateY+(this.maxX-this._translateX)*r/i),athis.maxY&&(a=this.maxY,o=this._translateX+(this.maxY-this._translateY)*i/r),this._friction.setEnd(o,a),this._FA=_(this._friction,(function(){var e=t._friction.s(),n=e.x,i=e.y;t._setTransform(n,i,t._scale,"friction")}),(function(){t._FA.cancel()}))}},_onTrack:function(t){switch(t.detail.state){case"start":this.__handleTouchStart();break;case"move":this.__handleTouchMove(t);break;case"end":this.__handleTouchEnd()}},_getLimitXY:function(t,e){var n=!1;return t>this.maxX?(t=this.maxX,n=!0):tthis.maxY?(e=this.maxY,n=!0):e3&&void 0!==arguments[3]?arguments[3]:"",r=arguments.length>4?arguments[4]:void 0,o=arguments.length>5?arguments[5]:void 0;null!==t&&"NaN"!==t.toString()&&"number"===typeof t||(t=this._translateX||0),null!==e&&"NaN"!==e.toString()&&"number"===typeof e||(e=this._translateY||0),t=Number(t.toFixed(1)),e=Number(e.toFixed(1)),n=Number(n.toFixed(1)),this._translateX===t&&this._translateY===e||r||this.$trigger("change",{},{x:g(t,this._scaleOffset.x),y:g(e,this._scaleOffset.y),source:i}),this.scale||(n=this._scale),n=this._adjustScale(n),n=+n.toFixed(3),o&&n!==this._scale&&this.$trigger("scale",{},{x:t,y:e,scale:n});var a="translateX("+t+"px) translateY("+e+"px) translateZ(0px) scale("+n+")";this.$el.style.transform=a,this.$el.style.webkitTransform=a,this._translateX=t,this._translateY=e,this._scale=n}}},y=b,w=(n("7c2b"),n("0c7c")),S=Object(w["a"])(y,i,r,!1,null,null,null);e["default"]=S.exports},8875:function(t,e,n){var i,r,o;(function(n,a){r=[],i=a,o="function"===typeof i?i.apply(e,r):i,void 0===o||(t.exports=o)})("undefined"!==typeof self&&self,(function(){function t(){if(document.currentScript)return document.currentScript;try{throw new Error}catch(h){var t,e,n,i=/.*at [^(]*\((.*):(.+):(.+)\)$/gi,r=/@([^@]*):(\d+):(\d+)\s*$/gi,o=i.exec(h.stack)||r.exec(h.stack),a=o&&o[1]||!1,s=o&&o[2]||!1,c=document.location.href.replace(document.location.hash,""),u=document.getElementsByTagName("script");a===c&&(t=document.documentElement.outerHTML,e=new RegExp("(?:[^\\n]+?\\n){0,"+(s-2)+"}[^<]*