body {
  background: #F6F6F6;
  min-height: 100vh;
}

.attention_list:first-child {
  margin-top: .32rem;
}

.attention_list {
  width: 95.8%;
  background: #FFF;
  margin-bottom: .32rem;
  padding-left: 4.2%;
}

.attention_list li {
  height: 2.133rem;
  font-size: .427rem;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #333;
  display: flex;
  align-items: center;
  border-bottom: .013rem solid #EEE;
  position: relative;
}

/* .attention_list li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
} */

.attention_list li:last-child {
  border-bottom: 0;
}

.attention_list li img {
  width: 1.067rem;
  height: 1.067rem;
  border-radius: 50%;
  margin-right: .213rem;
}

.attention_list li .tag-blue {
  height: .373rem;
  line-height: .373rem;
  border: .013rem solid #2373DD;
  padding: 0 .053rem;
}

.attention_list_mo {
  width: 65%;
}

.attention_list_mo span {
  font-size: .427rem;
  font-weight: bold;
  color: #333;
  margin-right: .16rem;
}

.attention_list_mo p {
  font-size: .32rem;
  color: #999;
  margin-top: .053rem;
}

.btn_atten {
  width: 1.707rem;
  height: .747rem;
  line-height: .747rem;
  background: linear-gradient(90deg, #C68256 0%, #DDA587 100%);
  border-radius: .373rem;
  font-size: .373rem;
  color: #FFF;
  text-align: center;
}

.btn_no {
  background: #EEE;
  color: #999;
}

.null_comment {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #999;
  margin-top: 50%;
}

.null_comment:before {
  content: "";
  display: flex;
  width: 80px;
  height: 80px;
  background: url(../../images/2021user/ico/empty.png);
  background-size: 100%;
}

.null_comment p {
  font-size: .4rem;
  font-weight: 400;
  color: #777;
}