.follow-text {
  height: 1.6rem;
  padding-left: 0.69333333rem;
  padding-right: 0.69333333rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.follow-text-title-label {
  font-size: 0.69333333rem;
  font-weight: bold;
  color: rgba(25, 24, 29, 0.8);
}
.follow-text-title-user {
  font-size: 0.69333333rem;
  color: rgba(25, 24, 29, 0.8);
}
.follow-date {
  height: 2.13333333rem;
  display: flex;
  align-items: center;
  padding-left: 0.69333333rem;
  padding-right: 0.69333333rem;
}
.follow-date input {
  border: 0.02666667rem solid #989898;
  color: #989898;
  height: 1.33333333rem;
  border-radius: 0.53333333rem;
  text-align: center;
  background: #ffffff;
  font-size: 0.55466667rem;
}
.follow-date-btn {
  width: 2.4rem;
  height: 1.33333333rem;
  border: 0.02666667rem solid transparent;
  font-size: 0.53333333rem;
  border-radius: 0.10666667rem;
  color: #fff;
  background-color: #2d8cf0;
  border-color: #2d8cf0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  margin-left: 0.4rem;
}
.follow-content-table {
  margin: 0.53333333rem 0;
  padding-left: 0.69333333rem;
  padding-right: 0.69333333rem;
  width: 100%;
  font-size: 0.58666667rem;
  text-align: center;
  border-collapse: separate;
  border-spacing: 0;
}
.follow-content-table th {
  height: 2.13333333rem;
  font-size: 0.58666667rem;
  font-weight: bold;
  color: rgba(25, 24, 29, 0.8);
  background: #eaeaea;
}
.follow-content-table td {
  height: 1.6rem;
  line-height: 1.6rem;
  font-size: 0.58666667rem;
  color: rgba(25, 24, 29, 0.8);
  background: #fff;
}
.follow-content-table tr th:first-child {
  border-left: 1px solid rgba(205, 205, 205, 0.2);
}
.follow-content-table tr td:first-child {
  border-left: 1px solid #eaeaea;
}
.follow-content-table tr th {
  border-top: 1px solid rgba(205, 205, 205, 0.2);
  border-bottom: 1px solid rgba(205, 205, 205, 0.2);
  border-right: 1px solid rgba(205, 205, 205, 0.2);
}
.follow-content-table tr td {
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}
.follow-content-table tr:first-child th:first-child {
  border-top-left-radius: 0.32rem;
}
.follow-content-table tr:first-child th:last-child {
  border-top-right-radius: 0.32rem;
}
.follow-content-table tr:last-child td:first-child {
  border-bottom-left-radius: 0.32rem;
}
.follow-content-table tr:last-child td:last-child {
  border-bottom-right-radius: 0.32rem;
}
