.advice-tip-box {
  display: flex;
  justify-content: right;
  padding-right: 0.2rem;
  font-weight: 600;
  font-size: 0.28rem;
  color: #00b85c;
  line-height: 0.28rem;
  cursor: pointer;
  box-sizing: border-box;
}
.advice-tip-box img {
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.04rem;
}
.advice-popup-wrapper {
  position: fixed;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.advice-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5.9rem;
  height: 3.82rem;
  background: #ffffff;
  border-radius: 0.24rem;
  box-sizing: border-box;
}
.advice-popup .advice-content {
  padding: 0.48rem 0.48rem 0.64rem;
  font-size: 0.32rem;
  color: #121736;
  line-height: 0.52rem;
}
.advice-popup .advice-content .mail {
  color: #00b85c;
}
.advice-popup .advice-close-btn {
  width: 100%;
  height: 1.14rem;
  line-height: 1.14rem;
  color: #00b85c;
  font-weight: 600;
  font-size: 0.36rem;
  border-top: 0.01rem solid #e6e8eb;
  cursor: pointer;
  text-align: center;
}
.advice-block .date-box {
  font-family: "QiFu";
  line-height: 0.4rem !important;
}
.advice-block .tip-text {
  position: relative;
  padding: 0.02rem 0.06rem;
  margin-left: 0.12rem;
  background: #ffffff;
  border: 0.01rem solid rgba(0, 184, 92, 0.2);
  font-weight: 500;
  font-size: 0.22rem;
  color: #00b85c;
  text-align: center;
  line-height: 0.24rem;
  border-radius: 0.04rem;
}
.advice-block .text-2 {
  color: #888b9a;
}
.advice-block .list > li {
  padding: 0.36rem 0 !important;
}
.advice-detail {
  background-color: #fff;
}
.advice-detail .advice-detail-box {
  width: 100%;
  padding: 0.4rem 0;
}
.advice-detail .advice-detail-box h1 {
  color: #121736;
}
.advice-detail .advice-detail-box .detail-con {
  color: #121736;
}
.empty-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.6rem 0;
}
.empty-box img {
  width: 2.4rem;
  height: 2.4rem;
}
.empty-box p {
  margin-top: 0.32rem;
  font-size: 0.28rem;
  color: #888b9a;
}
