.read {
  display: flex;
  align-items: flex-start;
}

.read_btn {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: url('../../assets/img/uncheck_square@2x.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 -2px;
}

.read_btn.active {
  background: url('../../assets/img/check_square@2x.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 -2px;
}

.read_text {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 17px;
  position: relative;
  top: 1px;
  text-align: left;
}

.read_text a {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #93F0FF;
  line-height: 17px;
}