/*移动端重置样式*/
@font-face {
  font-family: 'DouyinSansBold';
  src: url('../front/DouyinSansBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  width: 100%;
  height: 100%;
  font-family: "Helvetica Neue", "Arial", "Hiragino Sans GB", "PingFang SC", "Heiti SC", "STHeiti", "Microsoft Yahei", "Source Han Sans SC", "Noto Sans CJK SC", "Droid Sans Fallback", "sans-serif";
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-overflow-scrolling: unset !important;
  word-wrap: break-word;
  word-break: break-all;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: #012788;
}
body {
  /*视距*/
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
button {
  border: none;
  background-color: transparent;
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
svg:not(:root) {
  overflow: hidden;
}
i,
em {
  font-style: normal;
}
a {
  background: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #0088cc;
}
a:active {
  outline: 0;
  color: #006699;
}
a:visited {
  text-decoration: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  vertical-align: middle;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button,
select,
input[type=button],
input[type=password],
input[type=submit],
input[type=text],
input[type=tel],
input[type=file],
textarea {
  -webkit-appearance: none;
  cursor: pointer;
  text-transform: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border: none;
  table-layout: fixed;
  empty-cells: show;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote {
  font-weight: normal;
  padding: 0;
  margin: 0;
  border: 0;
}
ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cccccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cccccc;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cccccc;
}
img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
/* 单行省略号 */
.elli {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/*多行省略号*/
.elliMore {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/*======覆盖苹果手机input提交样式======*/
input[type="submit"],
input[type="reset"],
input[type="button"] {
  -webkit-appearance: none;
}
/*ios系统中元素被触摸时产生的半透明灰色遮罩去掉*/
a,
button,
input,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*-webkit-user-modify:read-write-plaintext-only; */
}
/*input type=number*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
/* chrome and safari */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cccccc;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #cccccc;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cccccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cccccc;
}
/* vue初始化代码的字段隐藏 */
[v-cloak] {
  display: none;
}
/*888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888*/
#body {
  position: relative;
  height: 100%;
}
.loginBox {
  position: absolute;
  right: 0.4rem;
  top: 0.4rem;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 0.24rem;
  color: #FFFFFF;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 2;
}
.loginBox .phone {
  line-height: 0.24rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-right: 0.1rem;
}
.loginBox .status {
  font-size: 0.22rem;
  background: linear-gradient(90deg, #0085d0 0%, #59b1f2 100%);
  width: 0.89rem;
  height: 0.34rem;
  text-align: center;
  line-height: 0.35rem;
  border-radius: 0.2rem;
}
.content-main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-bottom: 0.4rem;
  /* 新增的红色线条元素样式 */
  /* 整体tab容器样式 */
  /* tab选项样式 */
  /* 激活的tab选项样式 */
}
.content-main .title {
  width: 3.55rem;
  height: 0.61rem;
  background: url(../images/lj55.png) no-repeat center / 100%;
  margin: 0 auto;
  margin-top: 1rem;
}
.content-main .title p {
  text-align: center;
  line-height: 0.72rem;
  font-size: 0.3rem;
  color: #eb6042;
}
.content-main .xydzp {
  width: 5.55rem;
  height: 1.92rem;
  margin: 0 auto;
  margin-top: 0.12rem;
  position: relative;
}
.content-main .xydzp img {
  display: block;
  width: 100%;
  height: 100%;
}
.content-main .shadow-box {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 5.55rem;
  height: 0.91rem;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  position: relative;
  overflow: hidden;
}
.content-main .shadow-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  transform: skewX(-20deg);
  animation: shadowMove 3s infinite;
}
.content-main .red-line {
  width: 6rem;
  height: 2px;
  position: relative;
  top: 8rem;
  left: calc(-9.5% - 1.5rem);
  transform-origin: right center;
  /* 设置旋转圆心为右侧中心 */
  z-index: 1;
}
.content-main .red-line-box {
  position: absolute;
  left: 0rem;
  top: 0rem;
  width: 1.1rem;
  height: 0.9rem;
  background: linear-gradient(0deg, transparent 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100%);
}
.content-main .box::after {
  content: '';
  position: absolute;
  left: 0.5rem;
  top: 0.7rem;
  width: 0.5rem;
  height: 0.9rem;
  transform: skewX(-13deg);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  animation: lightMove 4s infinite linear;
}
@keyframes lightMove {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@keyframes shadowMove {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.content-main .rule {
  position: absolute;
  right: 0rem;
  top: 2rem;
  width: 0.43rem;
  height: 1.36rem;
  z-index: 2;
  background: url(../images/0526/pageIndex_014.png) no-repeat center / 100%;
}
.content-main .prize {
  width: 2.75rem;
  height: 2.92rem;
  z-index: 2;
  background: url(../images/0526/pageIndex_005.png) no-repeat center / 100%;
}
.content-main .wheel-box {
  width: 7.3rem;
  height: 9.01rem;
  margin: 0 auto;
  position: relative;
  background: url(../images/0526/pageIndex_001.png) no-repeat center center / 100% 100%;
}
.content-main .wheel-box .wheel-wrap {
  width: 5.18rem;
  height: 5.18rem;
  z-index: 2;
  position: absolute;
  left: calc(50% - 2.59rem);
  top: calc(50% - 2.59rem);
}
.content-main .wheel-box .wheel-wrap .btnDonghua {
  width: 2.33rem;
  height: 2.33rem;
  z-index: 3;
  background: url(../images/0526/pageIndex_002.png) no-repeat center / 100%;
  position: absolute;
  top: calc(50% - 1.075rem);
  left: calc(50% - 1.095rem);
  animation: breathing 0.4s linear alternate infinite;
  -webkit-animation: breathing 0.4s linear alternate infinite;
  z-index: 20;
}
@keyframes breathing {
  form {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  to {
    transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
  }
}
.content-main .wheel-box .wheel-wrap .wheel-base {
  width: 6.51rem;
  height: 6.51rem;
  z-index: 2;
  background: url(../images/0526/pageIndex_003.png) no-repeat center / 100%;
  position: absolute;
  top: -0.75rem;
  left: -0.55rem;
}
.content-main .wheel-box .wheel-wrap .wheel-base.rotateDonghua {
  animation: spin 0.2s linear infinite;
  -webkit-animation: spin 0.2s linear infinite;
  will-change: transform;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.content-main .wheel-box .wheel-wrap .wheel-base .wheel-item1 {
  position: absolute;
  left: 2.78rem;
  top: 0.5rem;
}
.content-main .wheel-box .wheel-wrap .wheel-base .wheel-item1 p {
  text-align: center;
  line-height: 0.4rem;
  font-size: 0.24rem;
  color: #983826;
  transform: rotate(23deg);
}
.content-main .wheel-box .wheel-wrap .wheel-base .wheel-item1 .w1 {
  width: 1rem;
  height: 0.74rem;
  position: absolute;
}
.content-main .wheel-box .wheel-wrap .wheel-base .wheel-item2 {
  position: absolute;
  top: 1.6rem;
  left: 4rem;
}
.content-main .wheel-box .wheel-wrap .wheel-base .wheel-item2 p {
  text-align: center;
  line-height: 0.4rem;
  font-size: 0.24rem;
  color: #983826;
  transform: rotate(66deg);
}
.content-main .wheel-box .wheel-wrap .wheel-base .wheel-item2 .w1 {
  width: 0.72rem;
  height: 0.83rem;
  position: absolute;
  left: -0.05rem;
  top: 0.1rem;
}
.content-main .wheel-box .wheel-wrap .wheel-base .wheel-item3 {
  position: absolute;
  top: 3.3rem;
  left: 4.2rem;
}
.content-main .wheel-box .wheel-wrap .wheel-base .wheel-item3 p {
  text-align: center;
  line-height: 0.4rem;
  font-size: 0.24rem;
  color: #983826;
  transform: rotate(113deg);
}
.content-main .wheel-box .wheel-wrap .wheel-base .wheel-item3 .w1 {
  width: 0.7rem;
  height: 0.8rem;
  position: absolute;
  left: -0.5rem;
  top: -0.3rem;
}
.content-main .wheel-box .wheel-wrap .wheel-base .wheel-item4 {
  position: absolute;
  top: 4.5rem;
  left: 2.7rem;
}
.content-main .wheel-box .wheel-wrap .wheel-base .wheel-item4 p {
  text-align: center;
  line-height: 0.4rem;
  font-size: 0.24rem;
  color: #983826;
  transform: rotate(156deg);
}
.content-main .wheel-box .wheel-wrap .wheel-base .wheel-item4 .w1 {
  width: 0.94rem;
  height: 0.73rem;
  position: absolute;
  left: 0.1rem;
  top: -0.7rem;
}
.content-main .wheel-box .wheel-wrap .wheel-base .wheel-item5 {
  position: absolute;
  top: 4.5rem;
  left: 1.05rem;
}
.content-main .wheel-box .wheel-wrap .wheel-base .wheel-item5 p {
  text-align: center;
  line-height: 0.4rem;
  font-size: 0.24rem;
  color: #983826;
  transform: rotate(204deg);
}
.content-main .wheel-box .wheel-wrap .wheel-base .wheel-item5 .w1 {
  width: 0.83rem;
  height: 0.82rem;
  position: absolute;
  left: 0.5rem;
  top: -0.7rem;
}
.content-main .wheel-box .wheel-wrap .wheel-base .wheel-item6 {
  position: absolute;
  top: 3.3em;
  left: 0.1rem;
}
.content-main .wheel-box .wheel-wrap .wheel-base .wheel-item6 p {
  text-align: center;
  line-height: 0.4rem;
  font-size: 0.24rem;
  color: #983826;
  transform: rotate(249deg);
}
.content-main .wheel-box .wheel-wrap .wheel-base .wheel-item6 .w1 {
  width: 0.74rem;
  height: 0.96rem;
  position: absolute;
  left: 0.6rem;
  top: -0.5rem;
}
.ios-device .content-main .wheel-box .wheel-wrap .wheel-base.rotateDonghua {
  animation: spin 0.35s linear infinite;
  -webkit-animation: spin 0.35s linear infinite;
}
.content-main .wheel-box .times-wrap {
  width: 2.94rem;
  height: 0.97rem;
  z-index: 2;
  background: url(../images/lj10.png) no-repeat center / 100%;
  margin: 0 auto;
}
.content-main .wheel-box .times-wrap p {
  font-size: 0.24rem;
  color: #ffffff;
  line-height: 0.93rem;
  text-align: center;
}
.content-main .wheel-box .times-wrap p span {
  color: #ffde8e;
}
.content-main .wheel-box .horse-box {
  width: 1.94rem;
  height: 2.27rem;
  position: absolute;
  left: 0.2rem;
  bottom: -0.8rem;
  z-index: 2;
}
.content-main .page_bottomBox {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  margin-top: -1.5rem;
  position: relative;
}
.content-main .page_bottomBox .wheel-base-box {
  font-size: 0.26rem;
  min-width: 2.5rem;
  font-family: "Source Han Sans CN";
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-top: 3.2rem;
}
.content-main .page_bottomBox .wheel-base-box .noCount {
  background: url(../images/0526/pageIndex_007.png) no-repeat center / 100%;
  line-height: 0.75rem;
  width: 3.49rem;
  height: 1.14rem;
  position: absolute;
  top: -2.6rem;
  left: -0.5rem;
}
.content-main .page_bottomBox .wheel-base-box .hasCount {
  width: 4.6rem;
  height: 1.78rem;
  background: url(../images/0526/pageIndex_009.png) no-repeat center / 100%;
  position: absolute;
  top: -3rem;
  left: -1.1rem;
  line-height: 1.7rem;
}
.content-main .page_bottomBox .wheel-base-box .hasCount .btn {
  width: 100%;
  height: 100%;
}
.content-main .page_bottomBox .addPrize {
  width: 2.69rem;
  height: 2.92rem;
  z-index: 2;
  background: url(../images/0526/pageIndex_006.png) no-repeat center / 100%;
}
@keyframes move1 {
  0% {
    transform: none;
  }
  20% {
    transform: translateY(-10px);
  }
  40% {
    transform: translateY(0px);
  }
  55% {
    transform: translateY(-5px);
  }
  70% {
    transform: translateY(0px);
  }
}
.content-main .list-wrap {
  width: 7.1rem;
  margin: 0 auto;
  position: relative;
}
.content-main .list-wrap .imgHeader {
  width: 7.08rem;
  height: 0.83rem;
  background: url(../images/lj11.png) no-repeat center / 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.content-main .list-wrap .imgFooter {
  width: 7.08rem;
  height: 0.87rem;
  background: url(../images/lj13.png) no-repeat center / 100%;
  bottom: 0;
  left: 0;
}
.content-main .list-wrap .list-box {
  border-radius: 1rem;
  width: 100%;
  background: url(../images/lj12.png) repeat-y center / 100%;
  padding-top: 0.83rem;
}
.content-main .list-wrap .list-box .lists {
  width: 6.64rem;
  height: 1.21rem;
  background: url(../images/lj14.png) no-repeat center / 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 0.2rem;
}
.content-main .list-wrap .list-box .lists div .img {
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  object-fit: cover;
  overflow: hidden;
  margin-right: 0.2rem;
}
.content-main .list-wrap .list-box .lists div .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
}
.content-main .list-wrap .list-box .lists div .p1 {
  font-size: 0.285rem;
  color: #7a2b19;
  font-weight: bold;
  margin-bottom: 0.02rem;
}
.content-main .list-wrap .list-box .lists div .p2 {
  font-size: 0.22rem;
  color: #b68976;
}
.content-main .list-wrap .list-box .lists div .p3 {
  margin-top: 0;
  font-size: 0.28rem;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  width: 1.55rem;
  height: 0.79rem;
  line-height: 0.5rem;
  background: url(../images/lj15.png) no-repeat center / 100%;
}
.content-main .list-wrap .list-box .lists div .p4 {
  margin-top: 0;
  font-size: 0.28rem;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  width: 1.55rem;
  height: 0.79rem;
  line-height: 0.5rem;
  background: url(../images/lj16.png) no-repeat center / 100%;
}
.content-main .list-wrap .list-box .lists div:nth-of-type(2) {
  width: 3.5rem;
}
.content-main .list-wrap .list-box .lists div:nth-of-type(1) {
  padding-left: 0.1rem;
}
.content-main .list-wrap .list-box .lists div:nth-of-type(3) {
  /* 两边自适应 */
}
.content-main .list-wrap .list-box .lists div:nth-of-type(3) p {
  margin-top: 0.1rem;
}
.content-main .adv-wrap {
  width: 7.5rem;
  height: 1.25rem;
  background: url(../images/0526/lj56.png) no-repeat;
  background-size: 7.5rem 1.25rem;
  position: relative;
  z-index: 3;
  margin: 0 auto;
  margin-top: -1.5rem;
  margin-bottom: 1rem;
}
.content-main .adv-wrap .adv-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0.25rem;
  top: 0.37rem;
}
.content-main .adv-wrap .adv-box .adv-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-color: #a5fdcb;
  padding: 0.1rem;
  border-radius: 0.3rem;
  margin-right: 0.15rem;
}
.content-main .adv-wrap .adv-box .adv-item div:nth-of-type(1) {
  width: 0.2rem;
  height: 0.26rem;
  margin-right: 0.1rem;
}
.content-main .adv-wrap .adv-box .adv-item div:nth-of-type(1) img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.content-main .adv-wrap .adv-box .adv-item div:nth-of-type(2) p {
  width: 2.5rem;
  font-size: 0.24rem;
  color: #0161ed;
  font-weight: bold;
  white-space: nowrap;
  /*禁止换行*/
  overflow: hidden;
  /*禁止文本溢出显示*/
  -o-text-overflow: ellipsis;
  /*兼容opear*/
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  /*兼容ie，safari webkit*/
  -moz-binding: url('ellipsis.xml#ellipsis');
  /*兼容Firefox*/
}
.content-main .adv-wrap .adv-box .adv-btn {
  width: 1.6rem;
  height: 0.5rem;
  background: linear-gradient(90deg, #ff6638, #fa7f59);
  border-radius: 0.25rem;
}
.content-main .adv-wrap .adv-box .adv-btn p {
  font-size: 0.28rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.5rem;
}
.content-main .adv-wrap .adv-hand {
  position: absolute;
  right: 0.3rem;
  top: 0.75rem;
  width: 0.64rem;
  height: 0.5rem;
  pointer-events: none;
  animation: move1 1.5s linear infinite;
  -webkit-animation: move1 1.5s linear infinite;
}
.content-main .adv-wrap .adv-hand img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@keyframes move1 {
  0% {
    transform: none;
  }
  20% {
    transform: translateY(-10px);
  }
  40% {
    transform: translateY(0px);
  }
  55% {
    transform: translateY(-5px);
  }
  70% {
    transform: translateY(0px);
  }
}
.content-main .tab-container {
  margin-top: 0.2rem;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  font-size: 0.27rem;
}
.content-main .tab-item {
  cursor: pointer;
  width: 2.07rem;
  height: 0.95rem;
}
.content-main .tab-item img {
  width: 100%;
  height: 100%;
}
.content-main .task {
  width: 7.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: taskSlideUp 0.28s ease-out;
}
.content-main .task.is-closing {
  animation: taskSlideDown 0.24s ease-in forwards;
}
.content-main .task .closeBtn {
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 2rem;
  right: 0.2rem;
}
.content-main .task .task-title {
  width: 100%;
  height: 4.2rem;
  background: url(../images/0526/pageIndex_010.png) no-repeat center / 100%;
}
.content-main .task .task-content {
  width: 100%;
  height: 9rem;
  background: url(../images/0526/pageIndex_011.jpg) no-repeat center / 100% 100%;
  margin-top: -0.1rem;
  padding: 0 0.36rem;
  box-sizing: border-box;
  overflow-y: auto;
}
.content-main .task .task-content .task-list .task-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.2rem;
  margin-bottom: 0.4rem;
}
.content-main .task .task-content .task-list .task-item-icon {
  width: 0.77rem;
  height: 0.77rem;
  border-radius: 50%;
}
.content-main .task .task-content .task-list .task-item-icon img {
  width: 100%;
  height: 100%;
}
.content-main .task .task-content .task-list .task-item-content {
  width: 4rem;
  padding-left: 0.2rem;
  box-sizing: border-box;
}
.content-main .task .task-content .task-list .task-item-content .task-item-title {
  font-size: 0.28rem;
  font-weight: bold;
  color: #000000;
}
.content-main .task .task-content .task-list .task-item-text {
  font-size: 0.21rem;
  color: #666;
}
.content-main .task .task-content .task-item-btn {
  width: 2.08rem;
  height: 0.81rem;
  background: url(../images/0526/pageIndex_012.png) no-repeat center / 100%;
}
.content-main .task .task-content .task-item-btn p {
  font-size: 0.28rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.6rem;
}
.content-main .task .task-content .finished {
  background: url(../images/0526/pageIndex_013.png) no-repeat center / 100%;
}
@keyframes taskSlideUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes taskSlideDown {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(100%);
    opacity: 0;
  }
}
.mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
  /* rotateY 依赖祖先 perspective，否则 iOS 常只见 scale */
  -webkit-perspective: 1200px;
  perspective: 1200px;
  -webkit-perspective-origin: center center;
  perspective-origin: center center;
  /* 复原光圈 */
}
.mask .halo {
  width: 7.5rem;
  height: 9.13rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 允许弹窗内容内部滚动手势 */
  touch-action: pan-y;
}
.mask .halo::before {
  width: 7.5rem;
  height: 9.13rem;
  content: "";
  position: absolute;
  top: calc(50% - 4.565rem);
  left: calc(50% - 3.75rem);
  background: url(../images/0423/sll4_pop_01.png) no-repeat center / 100%;
  animation: halo 1s linear forwards 1s, resetToScale1 2s linear forwards 4s;
}
@keyframes halo {
  0% {
    transform: scale(0.4);
    opacity: 0;
  }
  30% {
    transform: scale(1);
    opacity: 1;
  }
  70% {
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes resetToScale1 {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popupPrizeInCommon {
  0% {
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
.mask .content-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: popupPrizeInCommon 0.8s ease-out;
  -webkit-animation: popupPrizeInCommon 0.8s ease-out;
  will-change: transform;
}
.mask .content-wrap.weizhongjiang,
.mask .content-wrap.zhongjiang,
.mask .content-wrap.zhongjiangED {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.mask .weizhongjiang {
  width: 7.5rem;
  height: 10.67rem;
  background: url(../images/0526/lj29.png) no-repeat center / 100%;
}
.mask .weizhongjiang .p1 {
  padding-top: 0.5rem;
  font-size: 0.42rem;
  color: #fff0bb;
  text-align: center;
  line-height: 0.5rem;
  margin-top: 0.5rem;
  margin: 0 auto;
  background: linear-gradient(90deg, #ffffff, #a8dbf1);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: bold;
}
.mask .weizhongjiang .p1 span {
  background: linear-gradient(90deg, #ffffff, #a8dbf1);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.mask .weizhongjiang .lj28Icon {
  width: 4.8rem;
  height: 4.82rem;
  margin: 0 auto;
  margin-top: 0.5rem;
}
.mask .weizhongjiang .lj28Icon .icon18 {
  margin: 0 auto;
}
.mask .weizhongjiang .getBtn {
  width: 4.22rem;
  height: 1.58rem;
  text-align: center;
  margin: 0 auto;
  background: url(../images/0526/lj30.png) no-repeat center / 100%;
  margin-top: 7.2rem;
  transform: scale(0.9);
  font-size: 0.36rem;
  color: #fff;
  line-height: 1rem;
}
.mask .weizhongjiang .closeBtn1 {
  width: 0.72rem;
  height: 0.72rem;
  position: absolute;
  bottom: 0rem;
  left: calc(50% - 0.36rem);
  background: url(../images/closeBtn.png) no-repeat center / 100%;
}
.mask .yewu {
  width: 7.5rem;
  height: 10.29rem;
  background: url(../images/0526/lj17.png) no-repeat center / 100%;
  padding-top: 2rem;
}
.mask .yewu .ywp1 {
  padding-top: 0.3rem;
  width: 3.2rem;
  font-size: 0.42rem;
  color: #152f6d;
  text-align: center;
  margin: 0 auto;
  margin-top: 0.5rem;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: bold;
}
.mask .yewu .ywp1 span {
  -webkit-background-clip: text;
  background-clip: text;
}
.mask .yewu .ywp3 {
  font-family: "DouyinSansBold";
  font-size: 0.42rem;
  color: #3466d9;
  text-align: center;
  line-height: 0.5rem;
  margin: 0 auto;
  background: linear-gradient(45deg, #ffffff, #fff0bb);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: bold;
  margin-top: 0.05rem;
}
.mask .yewu .ywIcon {
  width: 3.49rem;
  height: 3.12rem;
  margin: 0 auto;
  margin-bottom: 0.4rem;
}
.mask .yewu .ywIcon .icon18 {
  margin: 0 auto;
}
.mask .yewu .ywp2 {
  width: 5.6rem;
  font-size: 0.32rem;
  color: #1b1b1c;
  text-align: center;
  line-height: 0.5rem;
  margin: 0 auto;
  white-space: pre-line;
  font-family: "DouyinSansBold";
  margin-top: 0.1rem;
}
.mask .yewu .ywBtn {
  width: 4rem;
  height: 1rem;
  font-size: 0.32rem;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  bottom: 2.06rem;
  left: 50%;
  transform: translateX(-50%);
}
.mask .yewu .yeWuCloseBtn {
  width: 0.72rem;
  height: 0.72rem;
  position: absolute;
  bottom: 0rem;
  left: calc(50% - 0.36rem);
  background: url(../images/closeBtn.png) no-repeat center / 100%;
}
.mask .zhongjiang {
  width: 7.12rem;
  height: 9.33rem;
  background: url(../images/0526/lj33.png) no-repeat center / 100%;
}
.mask .zhongjiang .lj31Icon {
  width: 1.7rem;
  height: 1.6rem;
  margin: 0 auto;
  margin-top: 2.4rem;
}
.mask .zhongjiang .lj34Icon {
  width: 3.03rem;
  height: 2.31rem;
  margin: 0 auto;
  margin-top: 3rem;
  padding-left: 0.2rem;
}
.mask .zhongjiang .quanBox {
  width: 5.28rem;
  height: 2.39rem;
  margin: 0 auto;
  background: url(../images/0423/lj60.png) no-repeat center / 100%;
  display: flex;
  align-items: center;
}
.mask .zhongjiang .quanBox .p1 {
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: inline-block;
  margin: 0 auto 0 0.7rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.04rem;
  width: auto;
}
.mask .zhongjiang .p1 {
  padding-top: 0.1rem;
  font-size: 0.32rem;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}
.mask .zhongjiang .p2 {
  padding-top: 0.05rem;
  font-size: 0.4rem;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0.2rem;
  font-weight: bold;
  width: 3.8rem;
  padding-right: 0.2rem;
  box-sizing: border-box;
}
.mask .zhongjiang .p3 {
  font-size: 0.32rem;
  color: #483c2a;
  text-align: center;
  margin-top: 0.4rem;
}
.mask .zhongjiang .p4 {
  padding-top: 0;
}
.mask .zhongjiang .toUseBtn {
  width: 3.46rem;
  height: 0.83rem;
  text-align: center;
  margin: 0 auto;
  background: url(../images/0526/lj54.png) no-repeat center / 100%;
  position: absolute;
  bottom: -0.1rem;
  left: 50%;
  transform: translateX(-50%);
}
.mask .zhongjiang .toUseBtn p {
  font-family: "Adobe Heiti Std";
  font-size: 0.36rem;
  line-height: 0.83rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.mask .zhongjiang .happyBtn {
  width: 2.99rem;
  height: 1.28rem;
  text-align: center;
  margin: 0 auto;
  background: url(../images/lj35.png) no-repeat center / 100%;
}
.mask .zhongjiang .lookBtn {
  width: 2.95rem;
  height: 1.18rem;
  text-align: center;
  margin: 0 auto;
  background: url(../images/0423/lj54.png) no-repeat center / 100%;
}
.mask .zhongjiang .lookBtn p {
  font-family: "Adobe Heiti Std";
  font-size: 0.36rem;
  line-height: 1rem;
  text-align: center;
  background: linear-gradient(to bottom, #ffffff, #fbe996);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 3px 7px rgba(251, 233, 150, 0.5);
  font-weight: bold;
}
.mask .zhongjiang .closeBtn2 {
  width: 0.72rem;
  height: 0.72rem;
  position: absolute;
  bottom: -1.1rem;
  left: calc(50% - 0.36rem);
  background: url(../images/closeBtn.png) no-repeat center / 100%;
}
.mask .zhongjiangED {
  width: 7.12rem;
  height: 9.33rem;
  background: url(../images/0526/lj33.png) no-repeat center / 100%;
}
.mask .zhongjiangED .lj31Icon {
  width: 2.49rem;
  height: 2.63rem;
  margin: 0 auto;
  margin-top: 2.7rem;
}
.mask .zhongjiangED .lj61Icon {
  width: 3rem;
  height: 2.44rem;
  margin: 0 auto;
  margin-top: 2.7rem;
}
.mask .zhongjiangED .lj34Icon {
  width: 3.03rem;
  height: 2.31rem;
  margin: 0 auto;
  margin-top: 3rem;
  padding-left: 0.2rem;
}
.mask .zhongjiangED .p1 {
  padding-top: 0.1rem;
  font-size: 0.32rem;
  color: #3985f7;
  text-align: center;
  margin-bottom: 0.4rem;
}
.mask .zhongjiangED .p2 {
  padding-top: 0.05rem;
  font-size: 0.68rem;
  color: #3885f7;
  text-align: center;
  margin-top: -0.5rem;
  font-weight: bold;
}
.mask .zhongjiangED .p3 {
  font-size: 0.24rem;
  color: #8b290b;
  text-align: center;
}
.mask .zhongjiangED .p4 {
  padding-top: 0;
}
.mask .zhongjiangED .toUseBtn {
  width: 2.99rem;
  height: 1.21rem;
  text-align: center;
  margin: 0 auto;
  background: url(../images/lj32.png) no-repeat center / 100%;
}
.mask .zhongjiangED .happyBtn {
  width: 2.99rem;
  height: 1.28rem;
  text-align: center;
  margin: 0 auto;
  background: url(../images/lj35.png) no-repeat center / 100%;
}
.mask .zhongjiangED .lookBtn {
  width: 3.46rem;
  height: 0.83rem;
  text-align: center;
  margin: 0 auto;
  background: url(../images/0526/lj54.png) no-repeat center / 100%;
  margin-top: 0.8rem;
}
.mask .zhongjiangED .lookBtn p {
  font-family: "Adobe Heiti Std";
  font-size: 0.36rem;
  line-height: 0.83rem;
  text-align: center;
  color: #fff;
}
.mask .zhongjiangED .closeBtn2 {
  width: 0.72rem;
  height: 0.72rem;
  position: absolute;
  bottom: 0rem;
  left: calc(50% - 0.36rem);
  background: url(../images/closeBtn.png) no-repeat center / 100%;
}
.mask .rules {
  width: 7.12rem;
  height: 9.33rem;
  background: url(../images/0526/lj36.png) no-repeat center / 100%;
  padding-top: 2.6rem;
}
.mask .rules .rulesContent {
  width: 5.2rem;
  height: 5.3rem;
  overflow: hidden;
  overflow-y: scroll;
  margin: 0rem auto 0 auto;
  /* 表格样式 */
}
.mask .rules .rulesContent .p1 {
  font-size: 0.36rem;
  color: #005301;
  margin-bottom: 0.35rem;
  margin-top: 0.2rem;
  font-weight: bold;
}
.mask .rules .rulesContent .p2 {
  font-size: 0.3rem;
  color: #679a2a;
  margin-bottom: 0.1rem;
  line-height: 0.4rem;
}
.mask .rules .rulesContent .p3 {
  font-size: 0.3rem;
  color: #679a2a;
  margin-bottom: 0.3rem;
  margin-top: 0.2rem;
}
.mask .rules .rulesContent .p4 {
  font-size: 0.28rem;
  color: #679a2a;
  text-indent: 0.5rem;
}
.mask .rules .rulesContent .rules-table1 {
  width: 100%;
  border-collapse: collapse;
  margin: 0.2rem 0;
  font-size: 0.24rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.mask .rules .rulesContent .rules-table1 th {
  color: #679a2a;
  padding: 0.2rem;
  text-align: left;
  border: 1px solid #e8c4a8;
}
.mask .rules .rulesContent .rules-table1 td {
  padding: 0.15rem;
  text-align: left;
  border: 1px solid #e8c4a8;
  color: #679a2a;
}
.mask .rules .rulesContent .rules-table2 {
  width: 100%;
  border-collapse: collapse;
  margin: 0.2rem 0;
  font-size: 0.24rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.mask .rules .rulesContent .rules-table2 th {
  color: #679a2a;
  padding: 0.2rem;
  text-align: left;
  border: 1px solid #e8c4a8;
}
.mask .rules .rulesContent .rules-table2 td {
  padding: 0.15rem;
  text-align: left;
  border: 1px solid #e8c4a8;
  color: #679a2a;
}
.mask .rules .closeBtn2 {
  width: 0.72rem;
  height: 0.72rem;
  position: absolute;
  bottom: 0rem;
  left: calc(50% - 0.36rem);
  background: url(../images/closeBtn.png) no-repeat center / 100%;
}
.mask .nochance {
  width: 7.12rem;
  height: 9.33rem;
  background: url(../images/0526/lj37.png) no-repeat center / 100%;
  padding-top: 5.2rem;
}
.mask .nochance .p1 {
  font-size: 0.32rem;
  color: #429fcf;
  text-align: center;
}
.mask .nochance .tastBtn {
  display: block;
  width: 3.46rem;
  height: 0.83rem;
  margin: 0.6rem auto 0 auto;
  background: url(../images/0526/lj54.png) no-repeat center / 100%;
  font-size: 0.32rem;
  color: #fff;
  text-align: center;
  line-height: 0.83rem;
  font-weight: bold;
}
.mask .nochance .closeBtn2 {
  width: 0.72rem;
  height: 0.72rem;
  position: absolute;
  bottom: 0rem;
  left: calc(50% - 0.36rem);
  background: url(../images/closeBtn.png) no-repeat center / 100%;
}
.mask .systemBusy {
  width: 7.12rem;
  height: 9.33rem;
  background: url(../images/0526/lj62.png) no-repeat center / 100%;
  padding-top: 5.2rem;
}
.mask .systemBusy .p1 {
  font-size: 0.32rem;
  color: #429fcf;
  text-align: center;
  margin-top: 0.3rem;
}
.mask .systemBusy .p2 {
  font-size: 0.32rem;
  color: #429fcf;
  text-align: center;
}
.mask .systemBusy .okbtn {
  width: 3.46rem;
  height: 0.83rem;
  margin: 0 auto;
  margin-top: 0.1rem;
  background: url(../images/0526/lj54.png) no-repeat center / 100%;
  margin-top: 0.4rem;
  font-size: 0.32rem;
  color: #fff;
  text-align: center;
  line-height: 0.83rem;
  font-weight: bold;
}
.mask .systemBusy .closeBtn2 {
  width: 0.72rem;
  height: 0.72rem;
  position: absolute;
  bottom: 0rem;
  left: calc(50% - 0.36rem);
}
.mask .query {
  width: 7.5rem;
  height: 10.67rem;
  background: url(../images/0526/lj40.png) no-repeat center / 100%;
  padding-top: 3rem;
}
.mask .query .queryContent {
  width: 5.3rem;
  height: 5.5rem;
  margin: 0.6rem auto 0 auto;
}
.mask .query .queryContent .queryTab {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-bottom: 0.01rem solid #9b2500;
}
.mask .query .queryContent .queryTab .queryTabItem {
  font-size: 0.34rem;
  color: #7f625b;
  font-weight: 600;
  margin: 0.1rem;
  width: 2.4rem;
  text-align: center;
  position: relative;
}
.mask .query .queryContent .queryTab .queryTabItem.active {
  color: #b71a02;
  transition: background-color 0.3s ease;
}
.mask .query .queryContent .queryTab .queryTabItem.active::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.05rem;
  background: #b71a02;
  left: 0;
  bottom: -0.1rem;
}
.mask .query .queryContent .queryTabContent {
  height: 5.1rem;
  overflow: hidden;
  overflow-y: scroll;
  margin: 0 auto;
}
.mask .query .queryContent .queryTabContent .queryList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1.1rem;
  background: url(../images/0526/lj41.png) no-repeat center / 100%;
  margin-top: 0.2rem;
  padding: 0.3rem 0.2rem 0.3rem 0.2rem;
}
.mask .query .queryContent .queryTabContent .queryList div:nth-of-type(1) {
  width: 3.5rem;
}
.mask .query .queryContent .queryTabContent .queryList .queryName {
  font-size: 0.32rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.mask .query .queryContent .queryTabContent .queryList .queryTime {
  font-size: 0.24rem;
  color: #666666;
}
.mask .query .queryContent .queryTabContent .queryList .queryState {
  width: 1.77rem;
  height: 0.63rem;
  background: url(../images/0526/lj42.png) no-repeat center / 100%;
  font-family: "FZLTDHJW";
  color: #fff;
  text-align: center;
  font-size: 0.28rem;
  line-height: 0.56rem;
  font-weight: bold;
}
.mask .query .queryContent .queryTabContent .queryList .shiwubtn {
  width: 2.04rem;
  height: 0.63rem;
  background: url(../images/0526/lj43.png) no-repeat center / 100%;
  font-family: "FZLTDHJW";
  color: #fff;
  text-align: center;
  font-size: 0.24rem;
  line-height: 0.63rem;
}
.mask .query .queryEmpty {
  width: 3.49rem;
  height: 4.12rem;
  margin: 0 auto;
  margin-top: 0.3rem;
}
.mask .query .closeBtn2 {
  width: 0.72rem;
  height: 0.72rem;
  position: absolute;
  bottom: 0rem;
  left: calc(50% - 0.36rem);
  background: url(../images/closeBtn.png) no-repeat center / 100%;
}
.mask .queryEmpty-wrap {
  width: 7.5rem;
  height: 10.67rem;
  background: url(../images/lj45.png) no-repeat center / 100%;
  padding-top: 4rem;
  display: none;
}
.mask .queryEmpty-wrap .queryEmpty {
  width: 3.49rem;
  height: 4.12rem;
  margin: 0 auto;
}
.mask .queryEmpty-wrap .closeBtn2 {
  width: 0.72rem;
  height: 0.72rem;
  position: absolute;
  bottom: 0rem;
  left: calc(50% - 0.36rem);
}
.mask .invite-wrap {
  width: 7.12rem;
  height: 9.33rem;
  background: url(../images/0526/lj49.png) no-repeat center / 100%;
  padding-top: 2.6rem;
}
.mask .invite-wrap .inviteText {
  font-size: 0.32rem;
  color: #429fcf;
  text-align: center;
  margin-top: 0.2rem;
}
.mask .invite-wrap .lj46 {
  width: 2.18rem;
  height: 2.19rem;
  margin: 0 auto;
  margin-top: 0.1rem;
}
.mask .invite-wrap .invite-Btn-wrap {
  width: 5.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  margin-top: 0.55rem;
  padding-left: 0.1rem;
}
.mask .invite-wrap .closeBtn2 {
  width: 0.72rem;
  height: 0.72rem;
  position: absolute;
  bottom: 0rem;
  left: calc(50% - 0.36rem);
  background: url(../images/closeBtn.png) no-repeat center / 100%;
}
.mask .invite-kouling {
  width: 7.12rem;
  height: 9.33rem;
  background: url(../images/0526/lj63.png) no-repeat center / 100%;
  padding-top: 3.1rem;
}
.mask .invite-kouling .inviteText {
  font-size: 0.32rem;
  color: #ffffff;
  text-align: center;
}
.mask .invite-kouling .lj50 {
  width: 4.01rem;
  height: 0.88rem;
  margin: 0 auto;
  margin-top: 0.1rem;
}
.mask .invite-kouling .koulingText {
  width: 4.3rem;
  font-size: 0.32rem;
  color: #429fcf;
  text-align: center;
  margin-top: 0.2rem;
  margin: 0 auto;
  padding-top: 0.1rem;
  margin-bottom: 0.2rem;
}
.mask .invite-kouling .koulingText2 {
  border-radius: 0.2rem;
  background-image: -moz-linear-gradient(90deg, #daf3ff 0%, #e9ffff 100%);
  background-image: -webkit-linear-gradient(90deg, #daf3ff 0%, #e9ffff 100%);
  background-image: -ms-linear-gradient(90deg, #daf3ff 0%, #e9ffff 100%);
  width: 5.2rem;
  height: 0.8rem;
  font-size: 0.32rem;
  font-family: "SourceHanSansCN";
  color: #333333;
  text-align: center;
  margin: 0 auto;
  line-height: 0.8rem;
}
.mask .invite-kouling .koulingBtn {
  width: 4.22rem;
  height: 1.57rem;
  background: url(../images/0526/lj51.png) no-repeat center / 100%;
  margin: 0.4rem auto 0 auto;
}
.mask .invite-kouling .closeBtn2 {
  width: 0.72rem;
  height: 0.72rem;
  position: absolute;
  bottom: 0rem;
  left: calc(50% - 0.36rem);
  background: url(../images/closeBtn.png) no-repeat center / 100%;
}
.mask .invite-haibao {
  width: 7.04rem;
  height: 9.53rem;
  top: 45%;
  background: url(../images/0526/pageIndex_015.png) no-repeat center / 100%;
  position: relative;
}
.mask .invite-haibao .rwm-wrap {
  position: absolute;
  right: 0.84rem;
  bottom: 1.35rem;
  width: 1.08rem;
  height: 1.08rem;
  border-radius: 0.06rem;
  margin: 0 auto;
}
.mask .invite-haibao .rwm-wrap #ewm {
  width: 100%;
}
.mask .invite-haibao .rwm-wrap canvas {
  display: block;
  width: 1.08rem;
  height: 1.08rem;
}
.mask .invite-haibao .rwm-wrap img {
  width: 100%;
}
.mask .invite-haibao .hbShareBtn {
  width: 4.35rem;
  height: 1.64rem;
  position: absolute;
  left: calc(50% - 2.17rem);
  bottom: -1rem;
  background: url(../images/0526/pageIndex_016.png) no-repeat center / 100%;
}
.mask .invite-haibao .closeBtn2 {
  width: 0.66rem;
  height: 0.66rem;
  position: absolute;
  bottom: -1.6rem;
  left: calc(50% - 0.33rem);
  background: url(../images/closeBtn.png) no-repeat center / 100%;
}
#posterImg {
  display: block;
  width: 100%;
  position: fixed;
  top: 0rem;
  right: 0;
  z-index: 1000;
}
#posterEwm {
  position: absolute;
  left: -7.5rem;
  top: 0.5rem;
  width: 7.5rem;
}
