
.yo-scroll {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.yo-scroll .inner {
  position: absolute;
  top: 0;
  width: 100%;
  transition-duration: 300ms;
}
.yo-scroll .pull-refresh {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yo-scroll.touch .inner {
  transition-duration: 0ms;
}
.yo-scroll.down .down-tip {
  display: block;
}
.yo-scroll.up .up-tip {
  display: block;
}
.yo-scroll.refresh .refresh-tip {
  display: block;
}
.yo-scroll .down-tip,
.yo-scroll .refresh-tip,
.yo-scroll .up-tip {
  display: none;
}
.yo-scroll .load-more {
  height: 1rem;
  font-size: 0.24rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#question-detail[data-v-17b49c11] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-bottom: 0.3rem;
}
#question-detail .lineFeed[data-v-17b49c11] {
  word-wrap: break-word;
  line-height: initial;
}
#question-detail article[data-v-17b49c11] {
  padding: 0 0.3rem;
  text-align: left;
  width: 100%;
}
#question-detail article .udream-table[data-v-17b49c11] {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 0.3rem;
}
#question-detail article .udream-table .table[data-v-17b49c11] {
  border-radius: 0.185185rem;
  font-size: 0.22rem;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
  border-collapse: collapse;
}
#question-detail article .udream-table .table .th[data-v-17b49c11] {
  height: 0.82rem;
  line-height: 0.82rem;
  background-color: white;
  color: #999999;
  text-align: center;
  position: relative;
}
#question-detail article .udream-table .table .th .arrow[data-v-17b49c11] {
  width: 0.16rem;
  height: 0.1rem;
}
#question-detail article .udream-table .table .th[data-v-17b49c11]::before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #c7c7c7;
  color: #c7c7c7;
  transform-origin: 0 100%;
  transform: scaleY(0.5);
}
#question-detail article .udream-table .table .list-tr[data-v-17b49c11] {
  height: 1.2rem;
  background-color: white;
  color: #666666;
}
#question-detail article .udream-table .table .list-tr td[data-v-17b49c11] {
  text-align: center;
  position: relative;
  text-overflow: ellipsis;
  box-sizing: border-box;
  vertical-align: middle;
  table-layout: fixed;
  padding: 0 0.1rem;
  letter-spacing: 1px;
}
#question-detail article .udream-table .table .list-tr td > div[data-v-17b49c11] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
  box-sizing: border-box;
}
#question-detail article .udream-table .table .list-tr td[data-v-17b49c11]::before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0.05rem;
  border-bottom: 0.05rem solid #c7c7c7;
  color: #c7c7c7;
  transform-origin: 0 100%;
  transform: scaleY(0.1);
}
#question-detail article .udream-table .table .list-tr:last-child td[data-v-17b49c11]::before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0;
  border-bottom: none;
  color: #c7c7c7;
  transform-origin: 0 100%;
  transform: scaleY(0);
}
#question-detail article .btnWrap[data-v-17b49c11] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0.2rem;
}
#question-detail article .btnWrap .btn[data-v-17b49c11] {
  font-size: 0.24rem;
  color: #999999;
  min-width: 1.67rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  background: white;
  margin-right: 0.2rem;
  border-radius: 5%;
  letter-spacing: initial;
}
#question-detail article .btnWrap .active[data-v-17b49c11] {
  color: white;
  background: #ee414e;
}
#question-detail footer[data-v-17b49c11] {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  border-top-left-radius: 3%;
  border-top-right-radius: 3%;
  overflow: hidden;
}

#data-indicator[data-v-428e8bd7] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
#data-indicator header.select[data-v-428e8bd7] {
  font-size: 0.24rem;
  width: 100%;
  height: 0.8rem;
  box-shadow: 0rem 0rem 0.05rem #e8e7ec;
  background: white;
}
#data-indicator header.select > div[data-v-428e8bd7] {
  width: 50%;
  height: 100%;
}
#data-indicator header.select img[data-v-428e8bd7] {
  width: 0.24rem;
  height: 0.24rem;
  margin-left: 0.1rem;
}
#data-indicator header.select-day[data-v-428e8bd7] {
  margin-bottom: 0;
  padding: 0.3rem 0.39rem 0 0.39rem;
}
#data-indicator article[data-v-428e8bd7] {
  padding: 0.3rem 0.39rem;
  text-align: left;
  width: 100%;
}
#data-indicator article .item[data-v-428e8bd7] {
  width: 3.16rem;
  height: 1.66rem;
  background: white;
  border-radius: 10px;
  margin-bottom: 0.3rem;
  padding: 0.3rem 0 0.3rem 0.3rem;
  position: relative;
}
#data-indicator article .item > div[data-v-428e8bd7] {
  width: 100%;
}
#data-indicator article .item .icon_jump[data-v-428e8bd7] {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.14rem;
  height: 0.24rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAYCAYAAADKx8xXAAACT0lEQVQ4T4XU30/TUBQH8HNut+5HBttQDGgwITpcsodmZNFlwQfii/EPWIwxpHvSP2P/yYbBoA8mGv0LNBIId2MlmTDEzBhNQGROQQajvce0Zi2Tbutj7/eTe3ruuUUAgNVK7SYjofhlsZhIJA7Nd4Me5NrWLQS6K4RAANpDI1JIpS4fDYSrpY1HwGC8E0TEnfZRYz6TybT6YeSch0kK5gAw0gkygG+7Ic+Te7HYSS+M5sK79fVoQPfmCGHYDiJ+qW8ZC9lsou2GLWg+KysbF1CGHAKE7LKB1Q+aU09nZ1H/H9vQXHivaZdk3asCw2AnSIjbn5Ubi1lE4yzuguYC5x/GwcPmiChgBwlqqWT8OSIKpxqXD6hUalfaJOYQwOcEsfrm1bMX+Xzewud27AQ5r14liT0EANnuNjJtWpl6iYjUE5phTducbAt4AEDeDpYYlqeV+Ou+0AyXqtvX6VS/T0QeZ2fgA+Hbcnk0QP7c2U4LoK99Iee1i0LSVQTmnC3hTvu4Md8TWgPhBRURhuwzJdrVR4eKmYmJlitcWqqOyEGmEjkjSEDfmREpdm7OOWjOrV/4VCARdo6Y9mR2WlQU5Y/rAKyt1SO6aJmNcBDCDxmjBUUZs1HXAHD+KUzSSdf1EgT7IZ8ouP0VrFLNOymkkIpAUbsUhP3jQyzOzMQPXK/V8vLHYY9sqIQ0YiPCht6Wiul07Lcbskrllc3HRDRmtxzopwh5C+lYb2TBkla7LYS48w9SEw1fIZW69qvXTl1dtTAJxUP+hWRysjkImet/AUaF6wfzid6nAAAAAElFTkSuQmCC) repeat 100%;
}
#data-indicator article .item .title[data-v-428e8bd7] {
  margin-bottom: 0.34rem;
}
#data-indicator article .item .title img[data-v-428e8bd7] {
  width: 0.33rem;
  height: 0.33rem;
  margin-right: 0.2rem;
}
#data-indicator article .item .title span[data-v-428e8bd7] {
  color: #666666;
  font-size: 0.24rem;
}
#data-indicator article .item .value[data-v-428e8bd7] {
  font-size: 0.44rem;
  font-weight: bold;
  text-align: left;
}
#data-indicator article .item .value b[data-v-428e8bd7] {
  font-weight: 600;
  font-size: 0.24rem;
}
#data-indicator footer[data-v-428e8bd7] {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  border-top-left-radius: 3%;
  border-top-right-radius: 3%;
  overflow: hidden;
}

#hair-circle-number[data-v-69cb9309] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 0.3rem 0.39rem;
}
#hair-circle-number article[data-v-69cb9309] {
  text-align: left;
  width: 100%;
}
#hair-circle-number article .chartWrap[data-v-69cb9309] {
  background: white;
  border-radius: 10px;
}
#hair-circle-number article .chartWrap p[data-v-69cb9309] {
  font-size: 0.24rem;
  padding: 0.3rem 0;
  text-align: center;
}

#member-number[data-v-53c5a4a4] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 0.3rem 0.39rem;
}
#member-number article[data-v-53c5a4a4] {
  text-align: left;
  width: 100%;
}
#member-number article .chartWrap[data-v-53c5a4a4] {
  background: white;
  border-radius: 10px;
}
#member-number article .chartWrap p[data-v-53c5a4a4] {
  font-size: 0.24rem;
  padding: 0.3rem 0;
  text-align: center;
}

#negative-comment-manage[data-v-3ba1f0f3] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 0.3rem 0.39rem;
}
#negative-comment-manage article[data-v-3ba1f0f3] {
  text-align: left;
  width: 100%;
}
#negative-comment-manage article .chartWrap[data-v-3ba1f0f3] {
  background: white;
  border-radius: 10px;
}
#negative-comment-manage article .chartWrap p[data-v-3ba1f0f3] {
  font-size: 0.24rem;
  padding: 0.3rem 0;
  text-align: center;
}

#negative-comment-serve[data-v-08b28a57] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 0.3rem 0.39rem;
}
#negative-comment-serve article[data-v-08b28a57] {
  text-align: left;
  width: 100%;
}
#negative-comment-serve article .chartWrap[data-v-08b28a57] {
  background: white;
  border-radius: 10px;
}
#negative-comment-serve article .chartWrap p[data-v-08b28a57] {
  font-size: 0.24rem;
  padding: 0.3rem 0;
  text-align: center;
}

#order-amount[data-v-5358fdc5] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 0.3rem 0.39rem;
}
#order-amount article[data-v-5358fdc5] {
  text-align: left;
  width: 100%;
}
#order-amount article .chartWrap[data-v-5358fdc5] {
  background: white;
  border-radius: 10px;
}
#order-amount article .chartWrap p[data-v-5358fdc5] {
  font-size: 0.24rem;
  padding: 0.3rem 0;
  text-align: center;
}

#order-count[data-v-50b76a50] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 0.3rem 0.39rem;
}
#order-count article[data-v-50b76a50] {
  text-align: left;
  width: 100%;
}
#order-count article .chartWrap[data-v-50b76a50] {
  background: white;
  border-radius: 10px;
}
#order-count article .chartWrap p[data-v-50b76a50] {
  font-size: 0.24rem;
  padding: 0.3rem 0;
  text-align: center;
}

#order-number[data-v-9fc16114] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 0.3rem 0.39rem;
}
#order-number article[data-v-9fc16114] {
  text-align: left;
  width: 100%;
}
#order-number article .chartWrap[data-v-9fc16114] {
  background: white;
  border-radius: 10px;
}
#order-number article .chartWrap p[data-v-9fc16114] {
  font-size: 0.24rem;
  padding: 0.3rem 0;
  text-align: center;
}

#order-number[data-v-47bb3997] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 0.3rem 0.39rem;
}
#order-number article[data-v-47bb3997] {
  text-align: left;
  width: 100%;
}
#order-number article .chartWrap[data-v-47bb3997] {
  background: white;
  border-radius: 10px;
}
#order-number article .chartWrap p[data-v-47bb3997] {
  font-size: 0.24rem;
  padding: 0.3rem 0;
  text-align: center;
}


[data-v-bcec6270] .van-tabs__line {
  bottom: 20px;
}
[data-v-bcec6270] .van-tab {
  font-size: 0.28rem;
}
.tabs[data-v-bcec6270] {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
}
.tabs--des[data-v-bcec6270] {
  padding: 0.24rem;
  background-color: #fff;
  font-size: 0.26rem;
  text-align: left;
  font-weight: 400;
  color: #666666;
  line-height: 0.4rem;
}
.tabs[data-v-bcec6270] .van-tab__text--ellipsis {
  white-space: nowrap;
}

.index-item--wrap[data-v-cc3d2f8e] {
  margin: 0.3rem 0.3rem 0;
  background: #FFFFFF;
  border-radius: 0.2rem;
}
.index-item--content[data-v-cc3d2f8e] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 0.3rem;
  padding-top: 0.3rem;
}
.index-item--content .title[data-v-cc3d2f8e] {
  font-size: 0.32rem;
  font-weight: 600;
  color: #333333;
  line-height: 0.32rem;
}
.index-item--content .unit[data-v-cc3d2f8e] {
  font-size: 0.24rem;
  font-weight: 400;
  color: #999999;
  line-height: 0.28rem;
}
.index-item--content .btn-right[data-v-cc3d2f8e] {
  display: flex;
  align-items: center;
  margin-right: 0.22rem;
}
.index-item--content .btn-right .right--title[data-v-cc3d2f8e] {
  font-size: 0.24rem;
  font-weight: 400;
  color: #999999;
}
.index-item--content .btn-right .right--icon[data-v-cc3d2f8e] {
  width: 0.28rem;
  height: 0.28rem;
}
.index-item--data[data-v-cc3d2f8e] {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.36rem;
}
.index-item--data .data-item[data-v-cc3d2f8e] {
  margin-top: 0.5rem;
}
.index-item--data .data-item--item[data-v-cc3d2f8e] {
  width: 100%;
  height: 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.index-item--data .data-item--item__title[data-v-cc3d2f8e] {
  font-size: 0.24rem;
  color: #666;
  font-weight: 400;
  line-height: 0.24rem;
}
.index-item--data .data-item--item__number[data-v-cc3d2f8e] {
  font-size: 0.4rem;
  font-weight: 600;
  color: #333333;
  line-height: 0.4rem;
}
.index-item--data .data-item.calc4[data-v-cc3d2f8e] {
  width: calc(100% / 4);
}
.index-item--data .data-item.calc3[data-v-cc3d2f8e] {
  width: calc(100% / 3);
}

.item-list[data-v-65a3049e]:last-child {
  margin-bottom: 0.3rem;
}

