* {
  font-family: AlibabaM;
  user-select: none;
}

body {
  overflow-x: hidden;
}

@font-face {
  font-family: SourceHanSansCNVFM;
  src: url(../font/SourceHanSerifCN-Medium.otf);
}

@font-face {
  font-family: SourceHanSansCNVFR;
  src: url(../font/SourceHanSerifCN-Regular.otf);
}

@font-face {
  font-family: SourceHanSansCNVFB;
  src: url(../font/SourceHanSerifCN-Bold.otf);
}

/* html,
body {
  height: 100%;
} */

.input {
  appearance: unset;
}

input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
}

input[type="radio"]::before {
  content: '';
  display: inline-block;
  min-width: 0.33rem;
  width: 0.33rem;
  height: 0.33rem;
  background-color: #ffffff;
  border: solid 0.03rem #993e02;
  box-sizing: border-box;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding-right: 0.16rem;
  /* box-sizing: border-box; */
}

input[type="radio"]:checked::before {
  content: '';
  background: url(../images/input-check.png) no-repeat;
  width: 0.33rem;
  height: 0.33rem;
  background-size: 100% 100%;
  border: none;
}

/* textarea初始化 */
textarea {
  appearance: none;
}

/* BeatPicker样式 */
.beatpicker {
  width: 6.75rem;
  border-bottom: none;
  box-sizing: border-box !important;
}

.beatpicker .days .cell-parent li.cell.cell-months {
  width: auto;
}

.input-container .beatpicker-input {
  background-image: url(../images/time.png) !important;
  background-size: 0.3rem 0.29rem !important;
  background-repeat: no-repeat !important;
  background-position: 6.21rem 0.12rem !important;
}

.beatpicker .footer {
  display: none;
}

.beatpicker li.cell {
  width: calc(100% / 9);
}

.beatpicker ul.cell-parent {
  width: 108%;
}

.input-container .beatpicker-clear {
  display: none;
}

.sy {
  display: flex;
  flex-direction: column;
  padding: 0 0 0.1rem 0;
}

.sy .combo-dropdown {
  width: 96%;
}

.sy .sy-header {
  width: 100%;
  height: auto;
  margin-top: -1.15rem;
}

.sy .sy-header .img {
  width: 100%;
  height: 100%;
}

.sy .content {
  width: 7.32rem;
  /* height: 13.09rem; */
  background-color: #FFFFFF;
  border-radius: 0.2rem;
  margin-top: -0.55rem;
}

.sy .content-ul {
  padding: 0.23rem 0.19rem 0.23rem 0.17rem;
}

.sy .content-ul .li {
  height: 0.73rem;
  margin-bottom: 0.22rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sy .content-ul .li.time-li {
  height: fit-content;
  border: 0.02rem solid #FFD4BD;
  border-radius: 0.37rem;
  -webkit-border-radius: 0.37rem;
  -moz-border-radius: 0.37rem;
  -ms-border-radius: 0.37rem;
  -o-border-radius: 0.37rem;
  flex-wrap: wrap;
}

.sy .content-ul .li:last-child {
  margin-bottom: 0;
}

.dropdown {
  width: 2.26rem;
  height: 0.73rem;
  border: 0.02rem solid #FFD4BD;
  border-radius: 0.37rem;
  position: relative;
}

.sy .content-ul .common-text {
  font-size: 0.32rem;
  font-weight: normal;
  color: #993E02;
  line-height: 0.67rem;
  padding-left: 0.24rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 82%;
}

.sy .content-ul .common-text2 {
  font-size: 0.32rem;
  font-weight: normal;
  color: #993E02;
  line-height: 0.67rem;
  padding-left: 0.23rem;
}

.sy .content-ul .downward {
  background-image: url(../images/arrow-down.png);
  width: 0.12rem;
  height: 0.08rem;
  position: absolute;
  top: 50%;
  right: 0.3rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background-size: contain;
}

.sy .content-ul .sub-menu .common-text {
  padding-left: 0;
  height: 0.6rem;
  line-height: 0.6rem;
}

.sy .choose-dw .dropdown {
  width: 6.11rem;
  margin: unset !important;
  display: unset;
}

.sy .company-list .sub-menu {
  top: 0;
  overflow: auto;
  display: flex;
}

.sy .company-list .sub-menu::-webkit-scrollbar {
  display: none;
}

.sy .choose-dw .icon {
  width: 0.36rem;
  height: 0.4rem;
  background-image: url(../images/two-arrow.png);
  background-size: 100% 100%;
  margin-right: 0.1rem;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.sy .choose-dw .dropup-icon {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.sy .choose-dw .dropdown-icon {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}

.sy .content-ul .search-li {
  width: 6.96rem;
}

.sy .search-li .line {
  width: 0.02rem;
  height: 0.44rem;
  background-color: #993E02;
  position: absolute;
  top: 50%;
  right: 1.21rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.sy .content-ul .search-li .dropdown {
  width: 100%;
  overflow: hidden;
}

.sy .search-li .input {
  width: 80%;
  height: 100%;
  border: 0 solid #FFD4BD;
  outline: none;
}

.sy .search-li .input::placeholder {
  font-size: 0.29rem;
  font-weight: normal;
  color: #D5B593;
  line-height: 0.67rem;
}

.sy .search-li .text {
  font-size: 0.32rem;
  font-weight: normal;
  color: #993E02;
  line-height: 0.67rem;
  position: absolute;
  top: 50%;
  right: 0.21rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.sy .time-li .dropdown {
  width: 5.36rem;
  display: flex;
  align-items: center;
  padding: 0 0.22rem 0 0.1rem;
}

.sy .time-li .start-time,
.sy .time-li .end-time {
  width: 6.75rem;
  height: 0.57rem;
  background: #F4F2EE;
  border-radius: 0.29rem;
  margin: 0.15rem auto 0.09rem;
}

.sy .time-li .start-time .input-container,
.sy .time-li .end-time .input-container {
  height: 100%;
}

.sy .time-li .start-time .input,
.sy .time-li .end-time .input {
  width: 100%;
  height: 100%;
  background: #F4F2EE;
  border-radius: 0.22rem;
  border: unset;
  transform: translateY(-0.05rem);
}

.sy .time-li .input::placeholder {
  font-size: 0.29rem;
  font-weight: normal;
  color: #D5B593;
  line-height: 0.57rem;
  letter-spacing: 0.03rem;
}

.sy .time-li .common-text2 {
  padding-left: 0.19rem;
}

.sy .time-li .text {
  font-size: 0.32rem;
  font-weight: normal;
  color: #993E02;
  white-space: nowrap;
}

.sy .sy-btns .reset {
  margin-left: 0.15rem;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sy .sy-btns .reset .reset-icon {
  width: 0.39rem;
  height: 0.35rem;
  background: url(../images/reset.png);
  background-size: 100% 100%;
  margin-right: 0.18rem;
}

/* .sy .sy-btns .reset .text {
  font-size: 0.32rem;
  font-weight: normal;
  color: #993E02;
  line-height: 0.67rem;
  padding-left: 0.08rem;
} */

.sy .content .main {
  background-color: rgb(254, 250, 241);
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  padding: 0.2rem 0;
}

.sy .dropdown-icon,
.sy .dropup-icon {
  width: 1rem;
  height: 0.8rem;
}

.sy .sy-btns {
  display: flex;
  justify-content: space-between;
}

.sy .sy-btns .btn {
  width: 3.59rem;
  height: 0.73rem;
  line-height: 0.73rem;
  text-align: center;
  font-size: 0.32rem;
  font-weight: normal;
  color: #993E02;
  line-height: 0.67rem;
}

.sy .sy-btns .btn .reset-icon {
  display: block;
}

.sy .sy-btns .btn .reset {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 提交成功页面 */
.tjcg {
  width: 100%;
  background: url(../images/tjwc-bg.png);
  background-size: 100% 100%;
  position: relative;
  padding: 1.29rem 0 1.33rem 0;
  min-height: 100%;
}

.tjcg .tip-success {
  width: 4.9rem;
  height: 1.09rem;
  background: url(../images/tip-success.png);
  background-size: 100% 100%;
  display: block;
  margin: 0 auto;
}

.tjcg .tip {
  display: block;
  margin: 0 auto;
  padding-top: 0.78rem;
  width: 5.35rem;
  font-size: 0.28rem;
  color: #FFFFFF;
  line-height: 0.44rem;
  font-family: SourceHanSansCNVFM;
  font-weight: 500;
}

.tjcg .worker {
  width: 5.15rem;
  height: 5.9rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0rem 0rem rgba(102, 0, 0, 0.32);
  border-radius: 0.5rem;
  margin: 0.72rem auto 0;
  overflow: hidden;
  font-size: 0.39rem;
  font-weight: 500;
  color: #C66803;
}

.tjcg .worker .name {
  width: 5.15rem;
  height: 1.12rem;
  line-height: 1.12rem;
  font-size: 0.52rem;
  background: linear-gradient(-4deg, #FFD4BD 0%, #FFF3E7 100%);
  text-align: center;
  font-family: SourceHanSansCNVFM;
}

.tjcg .worker .worker-text {
  text-align: center;
  line-height: 1;
  font-family: SourceHanSansCNVFM;
}

.tjcg .worker .phone {
  padding-top: 0.25rem;
}

.tjcg .worker .wx-number {
  padding: 0.23rem 0 0.34rem 0;

}

.tjcg .worker .code {
  width: 2.32rem;
  height: 2.32rem;
  display: block;
  margin: 0 auto;
}

.tjcg .worker .text {
  text-align: center;
  font-family: SourceHanSansCNVFM;
}

.tjcg .close-btn {
  display: block;
  width: 5.06rem;
  height: 0.83rem;
  line-height: 0.83rem;
  background: linear-gradient(0deg, #FFBF6D 0%, #FFEBC3 100%);
  border-radius: 0.42rem;
  font-size: 0.5rem;
  font-family: SourceHanSansCNVFM;
  font-weight: 500;
  color: #993E02;
  text-align: center;
  margin: 0.99rem auto 0;
}

/* 标准活动，定制活动公共css */
.activity {
  width: 7.1rem;
  margin: 0 auto;
}

.activity .baseinfo,
.activity .create-activity {
  background: #FFFFFF;
  border-radius: 0.2rem;
  width: 100%;
  margin-top: 0.46rem;
  position: relative;
  padding: 0.62rem 0 0.33rem;
}

.activity .baseinfo .activity-title-bg,
.activity .create-activity .activity-title-bg {
  width: 3.43rem;
  height: 0.67rem;
  line-height: 0.67rem;
  background-image: url(../images/activity-title-bg.png);
  background-size: 100% 100%;
  font-size: 0.34rem;
  font-family: AlibabaM;
  font-weight: normal;
  color: #FDFCFF;
  text-align: center;
  display: block;
  position: absolute;
  left: 50%;
  top: -0.31rem;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.baseinfo .ul {
  display: inline-flex;
  flex-wrap: wrap;
  padding-left: 0.25rem;
}

.baseinfo .ul li {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 0.29rem;
}

.baseinfo .ul li:last-child {
  margin-bottom: 0;
}

.baseinfo .ul li .commn-lable {
  white-space: nowrap;
  width: fit-content;
  padding-right: 0.2rem;
  font-size: 0.32rem;
  font-family: Alibaba;
  font-weight: normal;
  color: #993E02;
}

.baseinfo .ul li:nth-child(1) .commn-lable,
.baseinfo .ul li:nth-child(4) .commn-lable {
  letter-spacing: 0.1rem;
}

.baseinfo .ul .input {
  width: 5.27rem;
  height: 0.81rem;
  font-size: 0.3rem;
  font-family: AlibabaM;
  font-weight: normal;
  color: #D5B593;
  line-height: 0.08rem;
  border-radius: 0.21rem;
  border: solid 0.01rem #e4dbce;
  padding-left: 0.18rem;
  background: #F4F2EE;
  border: 0px solid #E4DBCE;
  border-radius: 0.21rem;
}

.baseinfo .ul .input::placeholder {
  font-family: AlibabaM;
  font-size: 0.3rem;
  font-family: AlibabaM;
  font-weight: normal;
  color: #D5B593;
}

.baseinfo .ul .common-required {
  background-image: url(../images/require-star.png);
  width: 0.12rem;
  height: 0.12rem;
  font-size: 0.32rem;
  display: block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -0.13rem;
  top: 0.23rem;
}

.baseinfo .ul .name {
  padding-right: 0.26rem;
}

.baseinfo .ul .khmc,
.baseinfo .ul .phone {
  padding-right: 0.26rem;
  width: auto;
  border: none;
  height: auto;
}

.baseinfo .ul .khmc.time {
  flex-wrap: wrap;
}

.baseinfo .ul .khmc .zhi-text {
  width: 100%;
  padding: 0.2rem 0 0.2rem 1.5rem;
}

.baseinfo .ul .khmc .start-time .input,
.baseinfo .ul .khmc .end-time .input {
  width: 5.25rem;
  height: 0.8rem;
}

.baseinfo .ul .khmc .end-time {
  padding: 0.3rem 0 0 1.5rem;
}

.input .baseinfo .ul .wx-number {
  padding-right: 0.16rem;
}

.baseinfo .classify {
  padding: 0.54rem 0 0 0.24rem;
  display: inline-block;
  font-size: 0.32rem;
  font-family: AlibabaM;
  font-weight: normal;
  color: #993E02;
}

.baseinfo .classify .classify-content {
  display: flex;
  height: 0.36rem;
}

.baseinfo .classify .classify-content .common-text {
  line-height: 1;
}

.baseinfo .classify .standard {
  padding-right: 0.32rem;
}

.baseinfo .classify .standard .text,
.baseinfo .classify .create .text {
  margin-top: -0.1rem;
}

.baseinfo .classify .standard,
.baseinfo .classify .create {
  display: flex;
  align-items: center;
}

.baseinfo .classify .standard input,
.baseinfo .classify .create input {
  margin-right: 0.1rem;
}

/* 标准活动 */
.activity .create-activity {
  margin-top: 0.65rem;
}

.create-activity .ul li:nth-child(1) .commn-lable {
  letter-spacing: 0;
}

.create-activity .money .input {
  width: 5.26rem;
  height: 0.8rem;
  background: #F4F2EE;
  border: 0px solid #E4DBCE;
  border-radius: 0.21rem;
}

.create-activity .time .line {
  width: 0.21rem;
  height: 0.03rem;
  background-color: #993E02;
  margin: 0 0.18rem;
  display: block;
}

.create-activity .beatpicker-input {
  background-position: 4.74rem 0.27rem !important;
}

.acitvity-page .beatpicker {
  width: 5.25rem;
  box-sizing: border-box !important;
}

.acitvity-page .beatpicker {
  position: absolute !important;
  left: 60% !important;
  transform: translateX(-50%) !important;
  -webkit-transform: translateX(-50%) !important;
  -moz-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  -o-transform: translateX(-50%) !important;
}

.acitvity-page .money {
  align-items: baseline !important;
}

.acitvity-page .money .ul {
  display: flex;
  padding-left: 0;
}

.acitvity-page .money .ul li {
  position: relative;
  padding: 0.1rem 0.1rem 0.11rem 0.13rem;
  background: #FFEEC0;
  border-radius: 0.23rem;
  font-size: 0.28rem;
  font-family: AlibabaM;
  font-weight: normal;
  color: #993E02;
  line-height: 1;
  text-align: center;
}

.acitvity-page .money .ul li:nth-child(2n) {
  margin-left: 0.49rem;
}

.acitvity-page .money .close-icon {
  width: 0.33rem;
  height: 0.33rem;
  background: #FFF5DA;
  border-radius: 50%;
  text-align: center;
  line-height: 0.33rem;
  position: absolute;
  right: -0.14rem;
  top: -0.08rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.acitvity-page .money .close-img {
  width: 0.18rem;
  height: 0.18rem;
}

.activity .activity-classify {
  width: 6.68rem;
  /* height: 6.44rem; */
  background: linear-gradient(176deg, #FEF3DD 0%, #FEE6C4 100%);
  box-shadow: 0rem 0rem 0rem 0rem rgba(104, 37, 0, 0.22);
  border-radius: 0.67rem;
  margin: 0.13rem auto 0;
  padding: 0.43rem 0.22rem 0.59rem 0.3rem;
  position: relative;
}

.activity .activity-classify .common-text {
  font-size: 0.32rem;
  font-family: AlibabaM;
  font-weight: normal;
  color: #993E02;
  position: relative;
}

.activity .activity-classify .common-input {
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #FFFFFF;
  border-radius: 0.21rem;
  position: relative;
  padding: 0 0.21rem;
  border: none;
}

.activity .activity-classify .downward {
  position: absolute;
  width: 0.26rem;
  height: 0.15rem;
  background-image: url(../images/down-arrow.png);
  background-size: 100% 100%;
  right: 0.21rem;
  top: 60%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.activity .activity-classify .ul,
.activity .activity-classify li {
  width: 100%;
}

.activity .activity-classify li .dropdown {
  flex: 1;
  border: none;
}

.dropdown .sub-menu {
  width: 100%;
}

.activity .dropdown .sub-menu {
  top: 0.8rem;
}

.activity .activity-classify .month .month-text {
  letter-spacing: 0.14rem;
}

.activity .activity-classify .dzhd-input .month-text {
  letter-spacing: 0;
}

.activity .activity-classify .dzhd-time-input .month-text {
  letter-spacing: 0.05rem;
}

.activity .activity-classify .month input::placeholder,
.activity .activity-classify .month .common-input {
  font-size: 0.3rem;
  font-family: AlibabaM;
  font-weight: normal;
  color: #D5B593;
  /* line-height: 0.08rem; */
}

.activity .activity-classify .online {
  padding-right: 0.62rem;
}

.activity .activity-classify .hdxs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.activity .activity-classify .hdxs label:nth-child(1) {
  padding-right: 0.56rem;
}

.activity .activity-classify .hdxs label:nth-child(2) {
  padding-right: 0.6rem;
  padding-left: 0.2rem;
}

.activity .activity-classify .hdxs label:nth-child(3) {
  padding-right: 0.48rem;
}

.activity .activity-classify .hdxs label:last-child {
  padding-top: 0.24rem;
  padding-left: 1.6rem;
}

.activity .activity-classify .hdxs .input {
  width: 3.09rem;
  background-color: rgb(254, 233, 202);
  border-bottom: 0.03rem solid #993E02;
  border-radius: unset;
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
  -ms-border-radius: unset;
  -o-border-radius: unset;
}

.activity .activity-classify .hdxs .inpu::placeholder {
  font-size: 0.3rem;
  font-family: AlibabaM;
  font-weight: normal;
  color: #D5B593;
  line-height: 0.08rem;
}

.activity .activity-classify:last-child::after {
  width: 0.84rem;
  height: 0.84rem;
  position: absolute;
  background-color: red;
}

.activity .activity-classify .add-activity {
  width: 0.84rem;
  height: 0.84rem;
  background: url(../images/addActive.png);
  background-size: 100% 100%;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -0.42rem;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  display: none;
}

.activity .activity-classify:last-child .add-activity {
  display: block;
}

.create-activity .bz {
  margin: 0.96rem 0 0 0.52rem;
  display: flex;
}

.create-activity .bz .bz-text {
  font-size: 0.32rem;
  font-family: AlibabaM;
  font-weight: normal;
  color: #993E02;
  padding-top: 0.14rem;
}

.create-activity .bz .textarea::placeholder {
  font-size: 0.28rem;
  font-family: AlibabaM;
  font-weight: normal;
  color: #D0A87D;
  line-height: 0.43rem;
}

.create-activity .bz .textarea {
  width: 4.73rem;
  height: 1.45rem;
  background: #F4F2EE;
  border: 0.01rem solid #E4DBCE;
  border-radius: 0.21rem;
  padding: 0.16rem 0.19rem 0.19rem 0.16rem;
  font-size: 0.28rem;
  font-family: AlibabaM;
  font-weight: normal;
  color: #D0A87D;
  line-height: 0.43rem;
}

.activity .footer {
  padding: 0.49rem 0 0.85rem 0;
}

.activity .footer .tip-text {
  font-size: 0.28rem;
  font-family: AlibabaM;
  font-weight: normal;
  color: #D80102;
}

.activity .footer .btns {
  display: flex;
  justify-content: space-around;
  padding-top: 0.6rem;
}

.activity .footer .btns .btn {
  width: 2.16rem;
  height: 0.76rem;
  line-height: 0.76rem;
  border-radius: 0.38rem;
  font-size: 0.34rem;
  font-family: AlibabaM;
  font-weight: normal;
  color: #FFFFFF;
  display: block;
  text-align: center;
}

.activity .footer .btns .cancel {
  background: rgb(254, 175, 95);
}

.activity .footer .btns .submit {
  background: linear-gradient(-90deg, #FC6403, #F43B23);
}

/* 定制活动 */
.activity .create-activity .activity-text {
  font-size: 0.32rem;
  font-family: AlibabaM;
  font-weight: normal;
  color: #993E02;
  padding: 0 0.5rem 0.29rem 0.44rem;
}

/* 生成海报 */
.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;
}