* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  text-decoration: none;
}
li {
  list-style: none;
}
.location {
  position: absolute;
}
body {
  width: 10rem;
  margin: 0 auto;
  text-align: center;
  overflow-x: hidden;
  background: #f7f7f7;
}
.content {
  background: #ffffff;
  display: inline-block;
}
.content .title {
  width: 9.2rem;
  margin: 0.45333333rem auto 0;
  font-size: 0.37333333rem;
  font-size: 0.37333333;
  color: #AAAAAA;
  text-align: left;
  padding: 0rem 0rem 0.42666667rem 0rem;
  border-bottom: 0.02666667rem solid #F1F1F1;
}
.content .item {
  width: 9.2rem;
  height: 1.84rem;
  background: #ffffff;
  border-bottom: 0.02666667rem solid #F1F1F1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0rem 0.42666667rem 0rem 0.42666667rem;
}
.content .item .headImg {
  width: 1.06666667rem;
  height: 1.06666667rem;
  border-radius: 50%;
}
.content .item .box_msg {
  width: 6.13333333rem;
  margin: 0rem 0rem 0rem 0.32rem;
  display: flex;
  justify-content: flex-start;
  align-content: space-between;
  flex-wrap: wrap;
}
.content .item .box_msg .box_name {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  margin: 0.26666667rem 0rem 0rem 0rem;
  width: 4.8rem;
}
.content .item .box_msg .box_name .name {
  font-weight: bold;
  font-size: 0.4rem;
  color: #000000;
}
.content .item .box_msg .box_name .icon {
  width: 0.34666667rem;
  height: 0.34666667rem;
  margin: 0rem 0rem 0rem 0.10666667rem;
}
.content .item .box_msg .box_job {
  margin: 0rem 0rem 0.18666667rem 0rem;
  font-size: 0.32rem;
  font-size: 0.32;
  color: #999999;
  width: 4.8rem;
  overflow: hidden;
  /*超出部分隐藏*/
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  white-space: nowrap;
  /*规定段落中的文本不进行换行 */
  max-width: 4.8rem;
  /*需要配合宽度来使用*/
  text-align: left;
}
.content .item .toggle_attention {
  width: 1.6rem;
  height: 0.66666667rem;
  border-radius: 0.10666667rem;
  font-size: 0.34666667rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .item .attention {
  background: #87b234;
  color: #ffffff;
}
.content .item .already_attention {
  border: 0.02666667rem solid #a9a9a9;
  background: #ffffff;
  color: #a8a8a8;
}
.content .item .active {
  background: #87B234;
  border-radius: 4px;
  color: #FFFFFF;
  border: 0.02666667rem solid #87B234;
}
footer {
  font-size: 0.37333333rem;
  font-size: 0.37333333;
  color: #AAAAAA;
  margin: 0.64rem auto 0;
}
