.subscribe {
  display: flex;
  align-items: center;
  /* width: calc(100vw - 32px); */
  background-color: #e7fbf0;
  height: 40px;
  line-height: 40px;
  margin-bottom: 22px;
  position: relative;
}

.subscribe img {
  padding-left: 6px;
  width: 32px;
  height: 32px; 
  transform: scale(0.5);
}

.title {
  display: inline-block;
  /* padding-left: 4px; */
  max-width: 148px;
  height: 40px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.num-text {
  display: inline-block;
  padding-left: 6px;
  width: 65px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #9dcab2;
}

.follow {
  position: absolute;
  right: 10px;
  line-height: 40px;
  text-decoration: none;
  font-size: 14px;
  color: #2ed57c;
  font-weight: 600;
  display:flex;
}

#article-title {
  display:flex;
}

a:link {
  color: #2ed57c;
}
a:visited {
  color: #2ed57c;
}
a:hover {
  color: #2ed57c;
}
a:active {
  color: #2ed57c;
}