.subscribeDiv .item_d {
  user-select: none;
}

.t-subscribe-row {
  position: relative;
  height: auto !important;
  padding-left: 90px;
  padding-right: 224px;
  box-sizing: border-box;
  line-height: normal !important;
}

.t-subscribe-row * {
  box-sizing: border-box;
  /* line-height: normal; */
}

.t-subscribe-row .leftLabel {
  position: absolute;
  left: 0;
  top: 0;
  height: 48px;
  display: block;
  line-height: 48px;
  /* display: inline-flex; */
  /* align-items: center; */
  /* justify-content: center; */
}

.t-subscribe-row .rightDiv {
  display: block;
  width: 100%;
  line-height: 48px !important;
}

.t-subscribe-row .rightDiv .dotSpan {
  overflow: visible !important;
}

.t-subscribe-row .rightDiv .block {
  overflow: visible !important;
}

.t-subscribe-row .rightDiv .t-list {
  display: inline;
}

.t-subscribe-row .operatDiv {
  position: absolute;
  right: 24px;
  top: 0;
  display: block;
  /* width: 100%; */
}

.t-subscribe-row.is-close {
  overflow: hidden;
  height: 48px !important;
  white-space: nowrap;
}

.t-subscribe-row.is-close #hasSubscribe {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.t-subscribe-row.is-open .rightDiv .dotSpan {
  overflow: visible !important;
  white-space: pre-wrap !important;
}

.t-subscribe-row.is-open .rightDiv .t-label {
  float: left;
}

.t-subscribe-row.is-open .rightDiv .t-list {
  display: block;
  min-height: 48px;
}

.t-city-row {
  width: 100%;
  box-sizing: border-box;
  padding-left: 100px;
  padding-right: 60px;
  margin-bottom: 15px;
}

.t-city-row .t-city-list {
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #e4e5e8;
}

.t-city-row .t-city-list .item_d {
  font-size: 13px;
}

.prov-item.has-data {
  background-color: #28A1E7;
  font-size: 14px;
  color: #ffffff;
}

.news-list li {
  display: block !important;
}

.t-title-row {
  display: flex;
  width: 100%;
}

.t-msg-row {
  margin-top: 8px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 21px;
  letter-spacing: 1px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  padding-right: 200px;
}
