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 @@
+
+
+
+
+
+
+ {{userinfo.nickname}}
+
+
+
+
+
+
+
+ {{item.nickname}}
+
+ 当前
+
+
+ {{item.gender==1?'男':'女'}}
+ {{item.birthday}}
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
\ 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 @@
+
+
+
+
+ 手动记录
+
+
+ 日期
+
+
+
+
+
+
+ 第一次
+
+ ml
+
+
+
+ 第二次
+
+ ml
+
+
+
+ 第三次
+
+ ml
+
+
+
+ 取消
+ 确定
+
+
+
+
+
+
+
+
\ 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 @@
+
+
+
+
+ 手动记录
+
+
+ 日期
+
+
+
+
+
+
+ 时长
+
+
+ {{time_m?time_m:'请选择'}}{{time_s?time_s:''}}
+
+
+
+
+ 个数
+
+ 个
+
+
+
+ 取消
+ 确定
+
+
+
+
+
+
+
+
\ 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 @@
+
+
+
+
+ 手动记录
+
+
+ 日期
+
+
+
+
+
+
+ 身高
+
+ cm
+
+
+
+ 体重
+
+ kg
+
+
+
+ 取消
+ 确定
+
+
+
+
+
+
+
+
\ 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 @@
+
+
+
+
+ 分数占比设置
+
+ 身体指数
+
+
+
+
+
+
+ 1分钟跳绳
+
+
+
+
+
+ 肺活量
+
+
+
+
+
+
+ *所有项目评分占比和为100%
+
+ 取消
+ 确定
+
+
+
+
+
+
+
+
\ 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 @@
-
-
-
- 初始体重
-
- 日期
-
-
- {{regTime?regTime:user.firstresulttime?user.firstresulttime:"请选择"}}
-
-
-
-
-
- 体重
-
- kg
-
-
- 取消
- 确定
-
-
-
+
+
+
+ {{type==1?'目标体重':'初始体重'}}
+
+ 日期
+
+
+
+
+
+ 体重
+
+ kg
+
+
+ 取消
+ 确定
+
+
+
+ .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 @@
-
-
-
-
- 手动记录
-
- 日期
-
-
- {{regTime?regTime:"请选择"}}
-
-
-
-
- 体重
-
- kg
-
-
- 取消
- 确定
-
-
-
-
-
-
-
-
\ 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 @@
+
+
+
+
+ 暂无数据,请手动添加~
+
+
+ {{info?info.record_time:''}}
+
+
+
+ {{item.name}}
+ {{item.value}}{{item.unit}}
+
+
+
+
+ {{infoListTop.desc}}
+
+
+
+
+
+
+ {{ite.text}}
+ {{ite.max_val}}
+
+
+
+
+
+
+
+
+
+ 身体得分:{{info?info.score_value:0}}分
+ 身体类型:{{info?info.body_type_value:'无'}}
+
+
+
+
+
+ 手动记录
+
+
+
+ 连接设备
+
+
+
+ 其他数据
+
+
+
+
+
+
+
+
+ {{item.name}}
+
+ -
+ {{item.value?item.value:'0'}}{{item.unit}}
+
+
+ {{item.standard=='异常'?'-':item.standard}}
+
+
+
+
+
+ {{item.desc}}
+
+
+
+
+
+
+ {{ite.text}}
+ {{ite.max_val}}
+
+
+
+
+ 标准值:{{item.list[0].max_val}}kcal
+
+
+
+
+
+
+
+
+
+ 此测量数据仅供参考,不可代替医学专业测试!
+
+
+
+
+
+
+
+
+
+
\ 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 @@
-
+
-
-
-
-
- {{$t("index.region")}}:
- 北京
-
-
-
-
-
-
- 身体数据2024/03/25
-
-
-
-
- 身高
- 176cm
- 标准
-
-
- 体重
- 76kg
- 标准
-
-
- BMI
- 26
- 标准
-
-
-
-
-
- 身体是一切的基础
-
- 手动记录
-
-
+
-
-
-
-
- {{ite.name}}{{ite.time}}
-
+
+
+
+
+ {{item.card_name}}{{item.record_time}}
+
-
-
- 用时
- {{ite.taketime?ite.taketime:'--:--:--'}}
-
-
- 本次次数
- {{ite.cnt?ite.cnt:'-'}}{{ite.unit}}
-
- {{ite.standardtext}}
+
+
+
+ {{ite.name}}
+ {{ite.value?ite.value:'-'}}{{ite.unit}}
+
+ {{ite.standard}}
-
-
- 平均成绩
- {{ite.averagecnt?ite.averagecnt:'-'}}{{ite.unit}}
-
-
- 卡路里
- {{ite.kcal?ite.kcal:'-'}}kcal
-
-
-
+
+
-
- {{ite.name}}教程
+
- 手动记录
+ 手动记录
-
-
- {{ite.name}}{{ite.time}}
-
-
-
-
- 本次数据
- {{ite.cnt?ite.cnt:'-'}}{{ite.unit}}
-
- {{ite.standardtext}}
+
设置数据页卡片
+
+
+
+
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 @@
{{$t("login.title")}}
+
+ 切换登录
+
- {{$t("login.phone")}}
+ 手机号/邮箱
-
+
+
{{$t("login.code")}}
@@ -18,14 +22,16 @@
:disabled="disabled">{{second<60 ? second+'S后重发':$t("login.sendcode")}}
-
+
+
+
+ 密码
+
+
+ 忘记密码?
+
-
- {{$t("login.ForgotPassword")}}
- {{$t("login.register")}}
-
- {{$t("login.btn")}}
+ {{$t("login.btn")}}
+
+ {{$t("login.register")}}
+
@@ -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 @@
+
+
+
+ 添加成员
+
+
+
+
+
+
+
+ {{item.nickname}}
+
+
+ {{item.gender==1?'男':'女'}}
+ {{item.birthday}}
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+ 没有数据了!
+
+
+
+
+
+
+
\ 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 @@
+
+
+
+
+
+
+
+ {{item.createtime}}
+
+
+ 75分
+
+
+
+
+ —— 到底了,看看别的吧 ——
+
+
+
+
+
+
+
+
+
\ 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 @@
+
+
+
+
+ 本次估分成绩为
+
+
+
+ 2024年5月10日14:01:38
+
+
+
+
+
+
+
+ {{ite.name}}
+ 小计得分:85
+
+
+
+
+ 身高
+ 176cm
+ 标准
+
+
+ 体重
+ 76kg
+ 标准
+
+
+ BMI
+ 26
+ 标准
+
+
+
+
+
+ 本次数据
+ {{ite.cnt?ite.cnt:'-'}}{{ite.unit}}
+
+
+
+
+
+
+
+
+
+
+
\ 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 @@
+
+
+
+
+
+
+
+
+
+
+ 估分历史
+ 分数占比
+
+
+
+
+
+
+
+
+
+ {{ite.name}}
+
+
+
+
+
+
+
+
+
+ 身高(cm)
+
+
+ {{ite.height?ite.height:0}}
+
+
+
+
+
+ 体重(kg)
+
+
+ {{ite.Weight?ite.Weight:0}}
+
+
+
+
+ BMI
+
+ {{ite.BMI?ite.BMI:0}}
+
+
+
+
+
+
+
+
+ 本次数据({{ite.unit}})
+
+ {{ite.cnt?ite.cnt:0}}
+
+
+
+
+
+
+
+
+ 开始估分
+
+
+
+
+
+
+
+
+
\ 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 @@
+
+
+
+ 当天
+ 月度
+ 年度
+
+
+
+
+
+ {{time}}
+
+
+
+
+
+
+
+
+
+
+
+ 暂无数据,请手动添加~
+
+
+
+
+
+
+
+
+
+
\ 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 @@
+
+
+
+
+
+
+ 今日个数{{info?info.today_jump_num:'--'}}
+ 今日时长{{info?info.today_jump_time:'--'}}
+ 卡路里/kcal{{info?info.today_jump_kcal:'--'}}
+
+
+
+
+
+
+ {{info?info.last_record_time:'--'}}
+
+ 个数
+ {{info?info.last_jump_num:'--'}}
+
+
+ 本次时长
+ {{info?info.last_jump_time:'--'}}
+
+
+ 消耗卡路里
+ {{info?info.last_jump_kcal:'--'}}
+
+
+
+
+ 2024/03/25
+
+
+
+ {{timeList[0][timesTndex[0]]}}{{timeList[1][timesTndex[1]]}}
+
+
+
+ 调整目标
+
+
+ 本次个数
+ --
+
+
+ 消耗卡路里
+ --
+
+
+
+
+ 2024/03/25
+
+
+
+
+
+ 调整目标
+
+
+ 本次时长
+ --
+
+
+ 消耗卡路里
+ --
+
+
+
+
+
+
+
+
+
+ 运动曲线
+
+
+
+
+
+ 历史记录
+
+
+
+
+
+ 数据对比
+
+
+
+
+
+ 添加记录
+
+
+
+
+
+
+
+
+
+
+
\ 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 @@
-
-
-
-
- 设备连接
-
- 今日个数--
- 今日时长--
- 卡路里/kcal--
-
-
-
-
- 自由训练
- 定时训练
- 定数训练
-
-
-
-
-
-
-
-
- 运动曲线
-
-
-
- 历史记录
-
-
-
- 数据对比
-
-
-
- 添加记录
-
-
-
-
-
-
-
-
-
\ 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 @@
+
+
+
+ 当天
+ 月度
+ 年度
+
+
+
+
+
+ {{time}}
+
+
+
+
+
+
+
+
+
+
+
+ 暂无数据,请手动添加~
+
+
+
+
+
+
+
+
+
+
\ 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 @@
+
+
+
+
+
+
+ 平均吸气肺活量{{info?info.average:'--'}}
+ 吸气速度--
+ 是否达标{{info?info.level:'--'}}
+
+
+
+
+ {{info?info.time:'--'}}
+
+
+
+
+
+
+
+
+ {{ite}}
+
+
+
+
+ {{info.average}}
+ 吸气肺活量平均值
+
+
+
+
+ 暂无数据,请手动添加~
+
+
+
+
+
+
+
+
+ 运动曲线
+
+
+
+
+
+ 历史记录
+
+
+
+
+
+ 数据对比
+
+
+
+
+
+ 添加记录
+
+
+
+
+
+
+
+
+
+
+
\ 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 @@
-
-
-
-
-
-
- {{startTime?startTime:startDate}}
-
-
-
- ~
-
- {{endTime?endTime:endDate}}
-
-
-
-
-
-
-
-
-
- {{item.title}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 历史记录
-
-
-
- 数据对比
-
-
-
-
- {{userInfo.targetweight?userInfo.targetweight:0}}kg
- 目标体重
-
-
- {{userInfo.totalweight?Math.abs(userInfo.totalweight):0}}kg
-
- 累计增重
- 累计减重
-
-
- {{userInfo.firstweight?userInfo.firstweight:0}}kg
-
- 初始体重
-
-
-
- {{userInfo.day?userInfo.day: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 @@
-
-
-
- 2024年3月25日16:23:42
-
-
- 体重
- 45.3kg
-
-
- 身高
- 160.2CM
-
-
- BMI
- 23.6
-
-
-
-
-
- 身体得分:91分
- 身体类型:标准
-
-
-
-
-
- 手动记录
-
-
-
- 连接设备
-
-
-
- 其他数据
-
-
-
-
-
-
-
-
- {{item.title}}
-
- -
- {{item.value?item.value:'0'}}{{item.unit}}
-
- {{item.level=='异常'?'-':item.level}}
-
-
-
-
-
- {{item.desc}}
- 本次评分:{{item.scale}}
-
-
-
-
-
-
- {{ite.text}}
- {{ite.maxvalue}}
-
-
-
-
- 标准值:{{item.list[0].maxvalue}}kcal
-
-
-
-
-
-
-
-
-
- 此测量数据仅供参考,不可代替医学专业测试!
-
-
-
-
-
-
-
-
-
-
-
-
\ 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 @@
+
+
+
+
+ {{weeks.date}}
+
+
+
+
+
+
+
+
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 @@
+
+
+
+
+
+
+
+
+
+
+ {{nowDate.month}}
+
+
+
+
+ {{SUNText}}
+
+
+ {{MONText}}
+
+
+ {{TUEText}}
+
+
+ {{WEDText}}
+
+
+ {{THUText}}
+
+
+ {{FRIText}}
+
+
+ {{SATText}}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{tempSingleDate ? tempSingleDate : selectDateText}}
+
+
+
+
+
+
+ {{tempRange.before ? tempRange.before : startDateText}}
+
+
+
+
+
+
+
+
+ {{tempRange.after ? tempRange.after : endDateText}}
+
+
+
+
+
+
+ {{confirmText}}
+
+
+
+
+
+
+
+
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 @@
+
+
+
+
+
+ {{time}}
+
+ {{selectTimeText}}
+
+
+
+
+
+
+
+
+
+
+
+
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 @@
+
+
+
+
+
+
+ {{ displayValue || singlePlaceholderText }}
+
+
+
+
+
+ {{ displayRangeValue.startDate || startPlaceholderText }}
+
+
+
+ {{rangeSeparator}}
+
+
+ {{ displayRangeValue.endDate || endPlaceholderText }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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
+
+
+
+
+
+
+
+
+
+
+