body,html{
  width: 100%;
  height: 100%;
  overflow: auto;
  font-family:PingFangSC-Regular;
}
.wrap {
  height: 100%;
  background: #f7f7f7;
}

.worthAnalyze {
  height: 10.84rem;
  background: #ffffff;
  margin-bottom: .4rem;
}

.worthAnalyze.dandu {
  height: 12rem;
}

.worthAnalyze:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  display: none;
}

.worthTitle {
  padding: 0.6rem .5rem;
  font-size: 0.72rem;
  font-family: PingFangSC-Semibold, sans-serif;
}
#worthEch,#priceAnalyze,#residueAnalyze{
  height: 8.92rem;
}
.toolImg {
  width: .65rem;
  height: .1rem;
}

.toolH{
  font-size: .4rem;
}

.toolName {
  color:#333333;
  font-size: .4rem;
  vertical-align: -.1rem;
  font-family: PingFangSC-Regular, sans-serif;
}

.toolMonad {
  display: inline-block;
  font-size: .4rem;
  color:#333333;
  margin-left: 1rem;
  vertical-align: -.1rem;
  font-family: PingFangSC-Regular, sans-serif;
}

.toolIcon,.yellow, .purple{
  display: inline-block;
  width: .2rem;
  height: .2rem;
  border-radius: .1rem;
  background: red;
}

.toolDiv{
  line-height: .55rem;
}
.yellow {
  background: #f49c20;
}

.purple {
  background: #9769ea;
}
/* 黑版字体颜色 */
.blackH1{
  color: #888888;
}

.blackSpan{
  color: #EEEEEE;
}

.dandu ul {
  position: relative;
  display: -webkit-box;
  padding-left: 2rem;
  font-size: 0.48rem;
  font-family: PingFangSC-Regular, PingFang SC;
  height: 1rem;
  line-height: 1rem;
  color: #333333;
  margin-top: -0.5rem;
}

.dandu ul li {
  /* margin-right: 2rem; */
  width: 35%;
}

.dandu ul li:first-child {
  width: 30%;
}

.dandu ul li i {
  display: inline-block;
  width: 0.48rem;
  height: 0.48rem;
  background: url(../image/un_select.png) no-repeat center center;
  background-size: 0.48rem 0.48rem;
  margin-right: 0.32rem;
  vertical-align: middle;
  margin-top: -0.12rem;
}

.dandu ul li.on i {
  background: url(../image/select.png) no-repeat center center;
  background-size: 0.48rem 0.48rem;
}