html,
body {
  font-size: 20px;
  background: #fff;
}

* {
  margin: 0;
  padding: 0;
}

[v-cloak] {
  display: none;
}

.text-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-two-line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
}
.text-three-line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
}
.text-four-line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 4;
}

.header-top {
  width: 100%;
  height: 9.5rem;
  position: relative;
}

.header-top .home {
  position: absolute;
  top: 4.6rem;
  right: 0;
  width: 4.4rem;
  height: 1.4rem;
  z-index: 10;
}

.header-top .bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.header-top .top-nums {
  position: absolute;
  bottom: 2.15rem;
  left: 50%;
  transform: translatex(-50%);
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.header-top .top-nums .text {
  font-size: 0.6rem;
  color: #fff;
  margin-right: 0.5rem;
}

.header-top .top-nums .normal {
  width: 0.9rem;
  height: 1.2rem;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0.1rem;
  backdrop-filter: blur(2px);
  font-size: 0.8rem;
  line-height: 1.2rem;
  text-align: center;
  color: #b30d20;
  font-weight: 800;
  margin-right: 0.2rem;
}

.header-top .top-nums .comma {
  width: 0.65rem;
  height: 1.2rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: flex-end;
}

.container {
  width: 100%;
  box-sizing: border-box;
  padding: 0 1rem;
  margin-top: 1rem;
  padding-bottom: 1rem;
}

.content {
  width: 100%;
  box-sizing: border-box;
  padding: 0.6rem;
  background-color: #fafafa;
  position: relative;
  border-radius: 0.2rem;
}

.top-img {
  width: 6.8rem;
  height: 1.35rem;
  position: absolute;
  top: -0.2rem;
  left: 5rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-img .top-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.top-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  color: #fff;
  font-weight: bold;
}
 .top-box .b-icon {
  width: 0.9rem;
  height: 0.9rem;
  margin-top: -1px;
  margin-left: 2px;
}
.top-box .b-icon.reward-icon {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0;
  margin-top: -3px;
}
.top-img .top-box span i {
  font-style: normal;
  font-size: 0.5rem;
  display: inline-block;
  vertical-align: baseline;
  color: #ffffff;
}
.top-img .top-box span i:last-child {
  font-size: 0.8rem;
  font-weight: 800;
  margin-top: -6px;
}
.reward-fb {
  color: #fff;
}

.content .detail-title {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content .detail-title .before {
  width: 0.4rem;
  height: 0.4rem;
  align-self: flex-start;
}

.content .detail-title .title-desc {
  font-size: 1rem;
  line-height: 1rem;
  color: #333;
  font-weight: bold;
  margin: 0 0.2rem;
}

.content .detail-title .after {
  width: 0.65rem;
  height: 0.5rem;
  align-self: flex-end;
}
.totop {
  position: relative;
  left:0;
  top: -0.25rem;
  width: 100%;
  height: auto;
}
.totop span {
  display: inline-block;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 2px 24px 0px rgba(0,0,0,0.0500);
  border-radius: 4px;
  font-size: 0.7rem;
  color: #b30d20;
  height: 1.05rem;
  line-height: 0.9rem;
  padding-top: 0.2rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  cursor: pointer;
}

.content .nums-box {
  margin-top: 0.35rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0.6rem 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  font-size: 0.6rem;
  line-height: 0.6rem;
  color: #333;
}

.content .nums-box p {
  width: 7rem;
}

.content .nums-box p:nth-of-type(1) {
  margin-bottom: 0.5rem;
}

.content .nums-box p:nth-of-type(2) {
  margin-bottom: 0.5rem;
}

.content .time-box {
  box-sizing: border-box;
  width: 100%;
  padding: 0.6rem 0;
  border-bottom: 1px solid #e8e8e8;
  font-size: 0.7rem;
  line-height: 0.7rem;
}

.content .time-box .time-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5rem;
}
.nums-box strong {
  font-size: 0.6rem;
}

.content .time-box span {
  display: inline-block;
  background: #ffffff;
  border-radius: 0.1rem;
  border: 1px solid #b30d20;
  text-align: center;
  line-height: 0.7rem;
  padding-left: 3px;
  padding-right: 2px;
  color: #b30d20;
  margin: 0 0.2rem;
  font-weight: bold;
}

.content .time-box .time-btn {
  width: 1.6rem;
  height: 1rem;
  background: #ffffff;
  border-radius: 0.2rem;
  text-align: center;
  line-height: 1rem;
  font-size: 0.6rem;
  color: #333;
  margin-left: 0.8rem;
  box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.05);
}

.cont-box {
  width: 100%;
  box-sizing: border-box;
  padding: 0.7rem 0 0;
}

.cont-box .op-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.cont-box .op-box .img1 {
  width: 2.5rem;
  /*height: 0.8rem;*/
  margin-right: 0.6rem;
}
.opt-btn {
  display: flex;
  align-items: center;
}
.set-reward {
  display: inline-block;
  height: 1.05rem;
  box-sizing: border-box;
  background: #b30d20;
  box-shadow: 0px 2px 24px 0px rgba(0,0,0,0.0500);
  border-radius: 4px;
  font-size: 0.7rem;
  color: #ffffff;
  line-height: 0.7rem;
  padding-top: 4px;
  padding-left: 4px;
  padding-right: 4px;
}

.cont-box .op-box .op2 {
  width: 3.25rem;
  height: 1rem;
  background: #ffffff;
  border-radius: 0.2rem;
  text-align: center;
  line-height: 1rem;
  font-size: 0.7rem;
  color: #333;
  box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

.cont-box .info-img-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
  position: relative;
}
.info-img-box .familyname {
  position: absolute;
  left: 44.5%;
  top: 3.65rem;
  width: 1.95rem;
  height: 1.95rem;
  font-size: 1.8rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.8rem;
}
.cont-box .info-img-box .img {
  width: 10rem;
  height: 10rem;
  margin-bottom: 0.5rem;
  object-fit: cover;
  overflow: hidden;
  border-radius: 8px;
}

.cont-box .info-img-box .info-list {
  width: 10rem;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.cont-box .info-img-box .info-list .li {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
}

.cont-box .info-img-box .info-list .li:last-child {
  margin-right: 0;
}

.cont-box .info-img-box .info-list .li .li-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 8px;
}

.other-link {
  margin-top: 0.8rem;
}
.other-msg {
  color: #b30d20;
  font-size: 0.6rem;
  line-height: 0.8rem;
  margin-bottom: 0.8rem;
}
.other-msg a {
  text-decoration: none;
  box-sizing: border-box;
  display: inline-block;
  color: #666;
  font-size: 0.6rem;
  line-height: 0.6rem;
  border: 1px solid #999;
  padding: 0.2rem 0.5rem;
  margin-right: 0.6rem;
  border-radius: 4px;
}
.other-more {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  text-align: right;
  color: #666;
  font-size: 0.6rem;
  line-height: 0.6rem;
  font-weight: bold;
}

.cont-box .con-list {
  width: 100%;
}

.cont-box .con-list .li {
  display: flex;
  align-items: center;
  margin-bottom: 0.4rem;
}

.cont-box .con-list .li .li-c {
  width: 9rem;
  background: #ebebeb;
  border-radius: 0.2rem;
  border: 1px solid #dddddd;
  padding: 0.25rem 0.6rem 0.15rem;
  font-size: 0.8rem;
  color: #333;
  line-height: 1.1rem;
}
.cont-box .con-list .li .li-c.tel {
  position: relative;
  left: 0;
  top: 0;
  padding-right: 3.5rem;
  box-sizing: border-box;
  width: 10.3rem;
}
.open-eye {
  cursor: pointer;
  position: absolute;
  box-sizing: border-box;
  top:0;
  right: 0;
  height: 100%;
  width: 3.5rem;
  display: flex;
  align-items: center;
  font-size: 0.6rem;
  font-weight: 500;
  color: #034098;
  line-height: 1.25rem;
}
.open-eye img {
  width: 0.8rem;
  margin-left: 4px;
  margin-top: 2px;
}

.cont-box .con-list .li .label {
  flex: 1;
  font-size: 0.8rem;
  line-height: 0.8rem;
  color: #666;
  text-align: right;
  margin-right: 0.3rem;
  font-weight: bold;
}
.star-label {
  font-style: normal;
  color: #eb3d3d;
  margin-right: 0.1rem;
}

.publish {
  width: 100%;
  margin-top: 0.8rem;
  padding: 0.8rem;
  box-sizing: border-box;
  background-color: #fafafa;
  padding-bottom: 1.55rem;
}

.publish .detail-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.2rem;
}

.publish .detail-title .before {
  width: 0.4rem;
  height: 0.4rem;
  align-self: flex-start;
}

.publish .detail-title .title-desc {
  font-size: 1rem;
  line-height: 1rem;
  color: #333;
  font-weight: bold;
  margin: 0 0.2rem;
}

.publish .detail-title .after {
  width: 0.65rem;
  height: 0.5rem;
  align-self: flex-end;
}

.publish .publish-clew {
  width: 100%;
}

.publish .publish-clew .li {
  width: 100%;
  box-sizing: border-box;
  padding: 0.6rem;
  display: flex;
  /* align-items: center; */
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.8rem;
}

.publish .publish-clew .li .li-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0.4rem;
  font-size: 0.7rem;
  line-height: 0.7rem;
  color: #333;
  width: 3rem;
}

.publish .publish-clew .li .li-right .avatar-box {
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  border-radius: 100%;
  margin-bottom: 0.3rem;
}

.publish .publish-clew .li .li-right .avatar-box .img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.publish .publish-clew .li .li-right .avatar-box .img-z {
  position: absolute;
  width: 0.8rem;
  height: 0.7rem;
}

.publish .publish-clew .li .li-right .name {
  font-size: 0.9rem;
  line-height: 0.9rem;
  font-weight: bold;
  color: #333;
  max-width: 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.publish .publish-clew .li .textarea-box {
  flex: 1;
  width: 100%;
  height: 5.3rem;
  position: relative;
  left: 0;
  top: 0;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  padding: 0.6rem;
  padding-top: 0.45rem;
  border-radius: 0.2rem;
}

.publish .publish-clew .li .textarea {
  /* width: 10.35rem; */
  width: 100%;
  height: 100%;
  font-size: 0.8rem;
}
.publish .publish-clew .li .textarea-box span {
  display: inline-block;
  height: 0.6rem;
  font-size: 0.6rem;
  font-weight: 500;
  color: #333333;
  line-height: 0.6rem;
}
.num-wrap {
  position: absolute;
  right: 0.2rem;
  bottom: 0;
}

.publish .publish-clew .li .list {
  width: 10.35rem;
  overflow-x: auto;
  white-space: nowrap;
}

.publish .publish-clew .li .list .add {
  display: inline-block;
  width: 4.3rem;
  height: 4.3rem;
  background: #ffffff;
  border-radius: 0.2rem;
  border: 1px dashed #dddddd;
  margin-right: 0.4rem;
  text-align: center;
  line-height: 4.3rem;
  font-size: 1.9rem;
  color: #ddd;
  position: relative;
  vertical-align: top;
}

.publish .publish-clew .li .list .img {
  width: 4.3rem;
  height: 4.3rem;
}

.coment {
  width: 100%;
  margin-top: 0.8rem;
  padding: 0.8rem;
  box-sizing: border-box;
  background-color: #fafafa;
}

.coment .detail-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.8rem;
}

.coment .detail-title .before {
  width: 0.4rem;
  height: 0.4rem;
  align-self: flex-start;
}

.coment .detail-title .title-desc {
  font-size: 1rem;
  line-height: 1rem;
  color: #333;
  font-weight: bold;
  margin: 0 0.2rem;
}

.coment .detail-title .after {
  width: 0.65rem;
  height: 0.5rem;
  align-self: flex-end;
}

.coment .list {
  width: 100%;
}

.coment .list .li {
  width: 100%;
  box-sizing: border-box;
  padding: 0.6rem;
  background-color: #fff;
  position: relative;
  margin-bottom: 1rem;
}

.coment .list .li .top-img {
  width: 6.8rem;
  height: 1.35rem;
  position: absolute;
  top: -0.2rem;
  left: 4.2rem;
}

.coment .list .li .top-img .top-icon {
  width: 100%;
  height: 100%;
}

.coment .list .li .top-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  color: #fff;
  font-weight: bold;
}

.coment .list .li .top-box .b-icon {
  width: 1.15rem;
  height: 1.15rem;
}

.coment .list .li .li-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.9rem;
  margin-top: 12px;
}

.coment .list .li .li-top .avatar {
  display: flex;
  align-items: center;
}

.coment .list .li .li-top .avatar .avatar-box {
  margin-right: 0.3rem;
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  border-radius: 100%;
}

.coment .list .li .li-top .avatar .avatar-box .img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.coment .list .li .li-top .avatar .avatar-box .img-z {
  position: absolute;
  width: 0.8rem;
  height: 0.7rem;
}

.coment .list .li .li-top .avatar .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.coment .list .li .li-top .avatar .right .name {
  font-size: 0.8rem;
  line-height: 0.8rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.35rem;
}

.coment .list .li .li-top .avatar .right .time {
  font-size: 0.6rem;
  line-height: 0.6rem;
  color: #666;
}

.coment .list .li .li-top .btn {
  width: 4.5rem;
  height: 1.6rem;
  box-sizing: border-box;
  background: #b30d20;
  border-radius: 0.85rem;
  text-align: center;
  line-height: 1.6rem;
  font-size: 0.7rem;
  color: #fff;
  padding-left: 16px;
  padding-right: 16px;
}

.coment .list .li .li-content {
  width: 100%;
}

.coment .list .li .li-content .text {
  font-size: 0.9rem;
  color: #333;
  line-height: 1.2rem;
  margin-bottom: 0.6rem;
  word-break: break-all;
}

.coment .list .li .li-content .li-list {
  width: 100%;
  overflow-x: auto;
  display: flex;
  overflow-y: hidden;
}

.coment .list .li .li-content .li-list .img {
  display: inline-block;
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 0.2rem;
  margin-right: 0.25rem;
}

.file {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.publish-clew .btn {
  margin: 0.8rem auto 0;
  padding-left: 1.075rem;
  height: 2.2rem;
  background: #b30d20;
  border-radius: 1.1rem;
  text-align: center;
  line-height: 1.6rem;
  box-sizing: border-box;
  width: 8.9rem;
  font-size: 0.7rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.publish-clew .btn img {
  width: 2.15rem;
  height: 0.9rem;
  margin-left: 0.2rem;
  margin-top: 0.2rem;
}

.imgbox11 {
  display: inline-block;
  width: 4.3rem;
  height: 4.3rem;
  position: relative;
  margin-right: 10px;
}

.close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.accpet {
  width: 89px;
  height: 52px;
}
.qx-t {
  font-size: 20px;
  font-family: pingfangsc-semibold, pingfang sc;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
  text-align: center;
  margin: 22px 0px 16px;
}
.qx-text {
  font-size: 16px;
  font-family: pingfangsc-regular, pingfang sc;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  padding: 0px 18px;
  margin-bottom: 22px;
}
.cancel-text {
  margin-bottom: 0;
}
.delay-btn-box {
  margin-bottom: 16px;
  padding: 0 18px;
  justify-content: space-between;
}
.line-field {
  padding-top: 18px;
}
.qx-ts {
  display: flex;
  font-size: 12px;
  font-family: pingfangsc-regular, pingfang sc;
  font-weight: 400;
  color: #333333;
  line-height: 17px;
  padding: 13px 18px;
}
.qx-ts .qx-img {
  width: 12px;
  height: 12px;
  margin: 2px 5px;
}
.shz {
  position: absolute;
  right: 37px;
}
.fximg {
  width: 100%;
  height: 100%;
}
.share-box {
  position: absolute;
  right: 12px;
  top: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.share-box .wx {
  width: 30px;
  height: 30px;
  overflow: hidden;
  object-fit: contain;
  margin-bottom: 4px;
}
.share-box span {
  font-size: 0.6rem;
  font-weight: 400;
  color: #333333;
  line-height: 12px;
}

.publish-xungen {
  margin-top: 0.8rem;
  padding: 1.4rem 0.8rem 0;
  background: #fafafa;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.publish-xungen h3 {
  font-size: 0.8rem;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
  margin-bottom: 0.9rem;
  text-align: center;
  font-weight: bold;
}
.publish-xungen img {
  width: 5rem;
  height: 5rem;
  margin-bottom: 0.9rem;
}
.publish-xungen .other {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  /* color: #4294fe; */
  color: #0d39b3;
  line-height: 14px;
  text-decoration: underline;
  margin-bottom: 1rem;
}
.van-popup__close-icon--top-right {
  top: 5px;
  color: #606266 !important;
}
.top-body {
  padding-top: 1.25rem;
  padding-bottom: 1.2rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.top-radio-box {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 1.15rem;
}
.top-radio {
  width: 0.8rem;
  height: 0.8rem;
  border: 1px solid #cdcdcd;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.3rem;
}
.top-radio.active {
  border-color: #b30d20;
}
.top-radio-circle {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #fff;
}
.top-radio-circle.active {
  background-color: #b30d20;
}
.top-label {
  display: flex;
  align-items: center;
}
.top-label span {
  height: 1.4rem;
  font-size: 1rem;
  color: #333333;
  line-height: 1.4rem;
}
.top-label span:first-child {
  margin-right: 1rem;
}
.top-label .text-info {
  margin-right: 0.3rem;
  text-decoration: line-through #b30d20;
}
.top-label span i {
  font-style: normal;
  color: #b30d20;
}
.top-text {
  font-size: 0.6rem;
  color: #999999;
  line-height: 0.85rem;
}
.reward-body {
  display: flex;
  align-items: center;
  font-size: 0.7rem;
}
.fb-input {
  width: 5rem;
  height: 1.2rem;
  margin-right: 4px;
  border: 1px solid #999;
  border-radius: 0.6rem;
  padding-left: 0.25rem;
}
.reward-text {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  padding-bottom: 0.6rem;
  color: #b30d20;
}
.reward-total {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  padding-bottom: 0.6rem;
  font-size: 0.9rem;
}
.reward-total span {
  color: #b30d20;
}
/* 海报样式  start */
.overflowbody {
  overflow: hidden !important;
}
.post-paper {
  position: fixed;
  z-index: 110;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
}
.show-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12.77rem;
  height: 25rem;
  margin-bottom: 0.4rem;
}
.show-img-tips {
  position: absolute;
  width: 100%;
  left: 50%;
  top: calc(50%   14rem);
  transform: translate(-50%, -50%);
  height: 0.9rem;
  font-size: 0.6rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.9rem;
  text-align: center;
}
.post-content {
  /* width: 16.75rem;
  max-height: 32.8rem;
  height: calc(100vh - 0.5rem); */
  width: 15.3rem;
  max-height: 30rem;
  height: calc(100vh - 3.3rem);
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #cb302f;
  border-radius: 6px;
}
.close-icon {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  width: 1.3rem;
  height: 1.3rem;
  z-index: 2000;
}

.main-info {
  position: absolute;
  left: calc(50% - 0.753rem);
  top: calc(50% - 1.476rem);
  /* width: 100%;
  height: 100%; */
  width: 16.75rem;
  height: 32.8rem;
  transform: scale(0.91) translate(-50%, -50%);
  /* width: 15.3rem;
  height: 30rem; */
  /* overflow: auto; */
  overflow: hidden;
  z-index: 20;
  /* border-radius: 6px; */
}
.bg-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  /* height: 32.8rem; */
  z-index: 10;
}
.content-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.main-info .header {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.8rem;
  padding-top: 0.8rem;
  padding-right: 2.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
.main-info .header img {
  width: 3.1rem;
  height: 0.95rem;
}
.main-info .header span {
  display: inline-block;
  height: 0.9rem;
  font-size: 0.6rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.9rem;
}
.main-info .title {
  width: 100%;
  padding-left: 0.2rem;
}
.main-info .title img{
  width: 16.5rem;
  height: 7.75rem;
}
.main-info .title .money {
  box-sizing: border-box;
  margin-top: -1.6rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.65rem;
  font-size: 1.2rem;
  color: #fefa83;
  line-height: 1.65rem;
  margin-bottom: 0.4rem;
}
.other-money {
  box-sizing: border-box;
  margin-top: -1.2rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.65rem;
  font-size: 1.2rem;
  color: #fefa83;
  line-height: 1.65rem;
  margin-bottom: 0.4rem;
}
.main-info .money img{
  width: 1.1rem;
  height: 1.1rem;
  margin-right: 0.25rem;
}
.main-info .money span {
  font-weight: bold;
}
.post-line {
  margin: 0 auto;
  width: 14rem;
  box-sizing: border-box;
  height: 0.05rem;
  background-color: rgba(255,255,255,0.51);
}
.main-info .body {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.65rem;
  padding-right: 1.15rem;
  margin-top: 0.65rem;
}
.main-info .body-title {
  width: 100%;
  height: 0.8rem;
  font-size: 0.8rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.8rem;
  margin-bottom: 0.6rem;
}
.post-info {
  width: 100%;
  height: 2.95rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.55rem;
  overflow: hidden;
}
.post-info-item {
  box-sizing: border-box;
  width: 7.8rem;
  padding-left: 0.4rem;
  margin-bottom: 0.2rem;
  margin-right: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.post-info .post-info-item:nth-child(2n 2) {
  margin-right: 0;
  width: 5.4rem;
}
.post-info-item::before {
  content: '•';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  display: block;
  width: 0.2rem;
  color: #fefa83;
}
.post-info-item span {
  font-size: 0.6rem;
  line-height: 0.8rem;
  color: #fefa83;
  opacity: 0.7;
  line-height: 0.8rem;
}
.post-info-item span:first-child {
  font-weight: bold;
  opacity: 1;
}
.post-mark {
  box-sizing: border-box;
  width: 100%;
  height: 2.4rem;
  font-size: 0.6rem;
  color: #fefa83;
  opacity: 0.7;
  line-height: 0.8rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.reward-info {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.65rem;
  padding-right: 1.15rem;
  font-size: 0.8rem;
  color: #ffffff;
  line-height: 1.1rem;
  opacity: 0.7;
  margin-bottom: 0.6rem;
}
.reward-info span{
  font-weight: bold;
  color: #fefa83;
  opacity: 1;
}
.qrcode-box {
  margin-top: 0.9rem;
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.65rem;
  padding-right: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.35rem;
}
.qrcode-box.btn-box {
  height: 6.75rem;
}
.qrcode-text {
  width: 7.5rem;
  font-size: 0.9rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.5rem;
  letter-spacing: 0.05rem;
}
.qrcode {
  box-sizing: border-box;
  padding: 0.1rem;
  width: 4.05rem;
  height: 4.05rem;
  background-color: #fff;
}
.qrcode img {
  width: 100%;
  height: 100%;
}
.post-btn {
  box-sizing: border-box;
  margin-left: 1.65rem;
  width: 13.8rem;
  height: 2.7rem;
  background: #fefa83;
  border-radius: 1.35rem;
  font-size: 0.8rem;
  font-weight: bold;
  color: #b30d20;
  line-height: 1.1rem;
  text-align: center;
  padding-top: 0.8rem;
}
/* 海报样式  end   */