
/* 生成海报 */
.poster {
  width: 100vw;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  user-select: none;
}

.poster .poster-container {
  width: 6.21rem;
  background-image: url(../images/poster-bg.png);
  background-size: 100% 100%;
  padding: 0 0.4rem 0 0.27rem;
  position: relative;
  background-color: rgb(254, 92, 63);
  /*border-radius: 0.28rem;*/
}

.poster #base64Img {
  width: 6.21rem;
  height: auto;
}

.poster .poster-container .header {
  padding-top: 0.29rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.poster .header .avatar {
  width: 1.35rem;
  min-width: 1.35rem;
  height: 1.35rem;
  border-radius: 0.8rem;
  overflow: hidden;
  border: 1px solid #fff;
  background-color: #fff;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  -ms-border-radius: 0.8rem;
  -o-border-radius: 0.8rem;
}

.poster .header .img {
  margin: -1px 0 0 -1px;
  width: 1.4rem;
  height: 1.4rem;
}

.poster .header .person {
  padding-left: 0.4rem;
  font-size: 0.28rem;
  letter-spacing: 0.01rem;
  color: #ffffff;
  font-family: SourceHanSansCNVFR !important;
}

.poster .person .name {
  line-height: 1.1;
  padding-top: 0.14rem;
}

.poster .person .join {
  padding-top: 0.21rem;
  text-align: right;
  font-family: SourceHanSansCNVFM !important;
  line-height: 1;
}

.poster .poster-container .title {
  width: 5.66rem;
  height: 1.72rem;
  background: url(../images/poster-titleBg.png);
  background-size: 100% 100%;
  margin-top: 0.26rem;
  font-family: SourceHanSansCNVFB !important;
  font-size: 0.38rem;
  color: #b51d1d;
  line-height: 1.2;
  padding: 0.16rem 0.49rem 0.28rem 0.51rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.poster .poster-container .content {
  margin-top: 0.18rem;
  width: 5.65rem;
  background: url(../images/poster-contentBg.png);
  background-size: 100% 100%;
  font-family: SourceHanSansCNVFM !important;
}

.poster .content .classify {
  padding: 0.22rem 0 0.16rem 0.36rem;
  font-size: 0.27rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.01rem;
  color: #a43600;
  line-height: 1;
}

.poster .content .img {
  width: 100%;
  height: auto;
  display: inherit;
}

.poster .content .time {
  font-size: 0.27rem;
  letter-spacing: 0.01rem;
  color: #a43600;
  padding: 0.19rem 0 0.22rem 0.37rem;
}

.poster .poster-container .access-to-benefits {
  font-family: SourceHanSansCNVFM !important;
  font-size: 0.27rem;
  letter-spacing: 0.02rem;
  color: #ffeec5;
  display: flex;
  padding-top: 0.5rem;
  align-items: baseline;
  line-height: 1;
  padding-bottom: 0.41rem;
}

.poster .access-to-benefits .arrow {
  width: 1.4rem;
  height: 0.1rem;
  /*background-image: url(../images/poster-arrow.png);
  background-size: 100% 100%;*/
  display: inline-block;
  margin-left: 0.1rem;
}

.poster .access-to-benefits .arrow img {
  width: 1.4rem;
  height: 0.1rem;
}

.poster .access-to-benefits .img {
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  bottom: 0.33rem;
  right: 0.3rem;
}

.poster .tip {
  display: flex;
  align-items: center;
  font-family: SourceHanSansCNVFM;
  font-size: 0.27rem;
  letter-spacing: 0.02rem;
  color: #ffffff;
  white-space: nowrap;
  padding-top: 0.29rem;
}

.poster .tip .mouse {
  width: 0.27rem;
  height: 0.37rem;
  background-image: url(../images/mouse.png);
  background-size: 100% 100%;
  display: block;
  margin-right: 0.09rem;
}