.no-wrap-es {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content {
  -webkit-box-align: start;
  align-items: start;
  padding: 0 0.8rem;
}

.content-right {
  width: 3.88rem;
  margin-left: 0.2rem;
}

.content-right > h1 {
  font-family: MicrosoftYaHei;
  font-size: 0.2rem;
  font-weight: normal;
  letter-spacing: 0em;
  color: #000000;
  margin-bottom: 0.15rem;
}

.content-right .list > img {
  width: 1.93rem;
  height: 1.11rem;
  object-fit: cover;
  margin-right: 0.15rem;
}

.content-right .list > div {
  width: 1.63rem;
  height: 1.11rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.content-right .list > div h1 {
  font-family: MicrosoftYaHei;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.24rem;
  letter-spacing: 0em;
  color: #000000;
}

.content-right .list > div p img {
  height: 0.16rem;
  margin-right: 0.05rem;
}

.content-left {
  width: calc(100% - 0.4rem);
}

.content-left > .flex-between {
  margin-top: 0.27rem;
}

.content-left > .flex-between h1 {
  font-size: 0.22rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #000000;
}

.content-left > .flex-between > div {
  width: 3.13rem;
}

.content-left > .flex-between span {
  font-family: MicrosoftYaHei;
  font-size: 0.14rem;
  font-weight: normal;
  letter-spacing: 0em;
  color: #666666;
}

.content-left > .flex-between span img {
  margin-right: 0.1rem;
}

.content-left > p {
  font-family: MicrosoftYaHei;
  font-size: 0.16rem;
  font-weight: normal;
  letter-spacing: 0em;
  color: #595757;
  padding: 0.12rem 0 0.21rem;
  border-bottom: 0.01rem #B5B5B5 dashed;
}

.tips-list {
  margin: 0.2rem 0;
}

.tips {
  border-radius: 0.125rem;
  box-sizing: border-box;
  border: 0.005rem solid #666666;
  display: -webkit-inline-box;
  display: inline-flex;
  padding: 0.05rem 0.15rem;
  font-family: MicrosoftYaHei;
  font-size: 0.14rem;
  font-weight: normal;
  letter-spacing: 0em;
  color: #666666;
}

.share {
  position: absolute;
  left: 0;
  top: -2.35rem;
  width: 3.01rem;
  height: 1.49rem;
  border-radius: 0.08rem;
  background: #FFFFFF;
  padding: 0.2rem 0;
  display: -webkit-box;
  display: flex;
  z-index: 9999;
}

.share .right {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  width: 1.35rem;
  flex-wrap: wrap;
}

.share .right #qrcode {
  width: 0.81rem;
  height: 0.81rem;
  border: 0.005rem solid #D8D8D8;
  padding: 0.03rem;
  border-radius: 0.05rem;
  margin-top: 0.15rem;
}

.share .right p {
  font-family: MicrosoftYaHei;
  font-size: 0.12rem;
  font-weight: normal;
  letter-spacing: 0em;
  color: #666666;
  line-height: 1;
  height: auto;
}

.share .left {
  width: 1.65rem;
  flex-wrap: wrap;
  border-right: 0.005rem solid #E2E2E2;
}

.share .left .flex-around {
  width: 1.5rem;
}

.share .left .flex-around p {
  font-family: MicrosoftYaHei;
  font-size: 0.1rem;
  font-weight: normal;
  letter-spacing: 0em;
  color: #000000;
  text-align: center;
}

.share .link {
  width: 1.28rem;
  margin-top: 0.2rem;
}

.share .link div:first-child {
  width: 0.88rem;
  height: 0.26rem;
  background: #D8D8D8;
  border-radius: 0.5rem 0 0 0.5rem;
  font-family: MicrosoftYaHei;
  font-size: 0.1rem;
  font-weight: normal;
  letter-spacing: 0em;
  color: #666666;
}

.share .link div:last-child {
  width: 0.39rem;
  height: 0.26rem;
  background: #E02540;
  border-radius: 0 0.5rem  0.5rem 0;
  font-family: MicrosoftYaHei;
  font-size: 0.1rem;
  font-weight: normal;
  letter-spacing: 0em;
  color: #FFFFFF;
}

@media screen and (max-width: 1000px) {
  .content {
    flex-wrap: wrap;
  }

  .content-left {
    width: 100%;
  }

  .content-right {
    width: 100%;
  }
}