*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
/* @font-face {
    font-family: "zt";
    src: url("../fonts/zt.ttf") format("opentype");
}
@font-face {
    font-family: "syst";
    src: url("../fonts/syst.OTF") format("opentype");
    font-display: swap;
}
body {
    font-family: "zt", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", sans-serif;
} */
/* 弹窗进出场动画：补齐 syalert 缺失的 zoomIn/zoomOut 关键帧，避免打开/关闭生硬 */
@-webkit-keyframes zoomIn {
    from { opacity: 0; -webkit-transform: scale3d(0.6, 0.6, 0.6); transform: scale3d(0.6, 0.6, 0.6); }
    to   { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
}
@keyframes zoomIn {
    from { opacity: 0; -webkit-transform: scale3d(0.6, 0.6, 0.6); transform: scale3d(0.6, 0.6, 0.6); }
    to   { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
}
@-webkit-keyframes zoomOut {
    from { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
    to   { opacity: 0; -webkit-transform: scale3d(0.6, 0.6, 0.6); transform: scale3d(0.6, 0.6, 0.6); }
}
@keyframes zoomOut {
    from { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
    to   { opacity: 0; -webkit-transform: scale3d(0.6, 0.6, 0.6); transform: scale3d(0.6, 0.6, 0.6); }
}
.sy-alert.zoomIn  { -webkit-animation-name: zoomIn;  animation-name: zoomIn;  -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.sy-alert.zoomOut { -webkit-animation-name: zoomOut; animation-name: zoomOut; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

::-webkit-scrollbar{
    width:0.05rem;
    height:0.1rem;
}

::-webkit-scrollbar-track{
    border-radius:5px;
    background:#fff;
}

::-webkit-scrollbar-thumb{
    border-radius:5px;
    background:rgba(0,0,0,0.4);
}
/* 为了更好的浏览器兼容性，使用带有浏览器前缀的样式 */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #A99372;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #A99372;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #A99372;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #A99372;
}
* img{
    display: block;
    width: 100%;
}
body{
    
}
.wrap{
    width: 7.5rem;
    height: auto;
    min-height: 28.11rem;
    margin: 0 auto;
    background: #0e080a url(../img/bg.jpg) no-repeat top center;
    background-size: 100% 28.11rem;
}
.back_top{
    display: none;
    position: fixed;
    right: 0.24rem;
    bottom: 1rem;
    width: 0.9rem;
    height: 0.9rem;
    z-index: 999;
    cursor: pointer;
    -webkit-animation: backTopFloat 1.2s linear infinite alternate;
    animation: backTopFloat 1.2s linear infinite alternate;
}
.back_top img{
    display: block;
    width: 100%;
    height: 100%;
}
@-webkit-keyframes backTopFloat{
    from { -webkit-transform: translateY(0); transform: translateY(0); }
    to { -webkit-transform: translateY(-0.16rem); transform: translateY(-0.16rem); }
}
@keyframes backTopFloat{
    from { -webkit-transform: translateY(0); transform: translateY(0); }
    to { -webkit-transform: translateY(-0.16rem); transform: translateY(-0.16rem); }
}
#orientLayer {
  display: none;
  z-index: 999999;
}
.mod-orient-layer {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 9997;
}
.mod-orient-layer__content {
  position: absolute;
  width: 100%;
  top: 45%;
  margin-top: -75px;
  text-align: center;
}
.mod-orient-layer__icon-orient {
  background-image: url(data:image/png;base64,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);
  display: inline-block;
  width: 67px;
  height: 100px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -webkit-animation: rotation infinite 1.5s ease-in-out;
  animation: rotation infinite 1.5s ease-in-out;
  -webkit-background-size: 67px;
  background-size: 67px;
}
.mod-orient-layer__desc {
  font-size: 16px;
  color: #fff;
}
@keyframes rotation{
  10% {
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
  }
  50%, 60% {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
  }
  90% {
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
  }
  100% {
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
  }
}
@media screen and (min-aspect-ratio: 12 / 7){
  #orientLayer.mb {
      display: block;
  }
}
.floor1{
    width: 100%;
    height: 14.25rem;
    overflow: hidden;
    display: block;
    position: relative;
}
.f1_logo{
    width: 1.38rem;
    height: 0.93rem;
    background: url(../img/page1_logo.png) no-repeat top center;
    background-size: 100% 100%;
    position: absolute;
    top: 0.1rem;
    left: 0.3rem;
}
.f1_top{
    width: 100%;
    height: 1rem;
    overflow: hidden;
    font-family: "syst", "Source Han Serif SC", "Noto Serif CJK SC", "STSong", "SimSun", serif;
}
.login{
    display: block;
    width: auto;
    float: right;
    font-size: 0.28rem;
    color: #eadec2;
    margin: 0.35rem 0 0 0;
    cursor: pointer;
    float: right;
}
.activity_guide{
    display: block;
    width: auto;
    float: right;
    font-size: 0.28rem;
    color: #eadec2;
    margin: 0.35rem 0.1rem 0 0;
    cursor: pointer;
    float: right;
}
.logInfo{
    display: none;
    width: auto;
    float: right;
    margin: 0.35rem 0 0 0;
    box-sizing: border-box;
    white-space: nowrap;
    font-size: 0;
}
.logInfo p{
    display: inline-block;
    vertical-align: middle;
    font-size: 0.28rem;
    color: #fff;
    cursor: pointer;
}
.signIn_box{
    width: 100%;
    margin-top: 8.1rem;
    overflow: hidden;
}
.si_title{
    width: 6.2rem;
    height: 1.98rem;
    margin: 0 auto;
}
.si_main{
    width: 6.68rem;
    height: 2.61rem;
    margin:  0 auto;
    background: url(../img/page2_box.png) no-repeat top center;
    background-size: 100% 100%;
    overflow: hidden;
}
.si_m_btn{
    width: 4.25rem;
    height: 0.95rem;
    margin: 0.5rem auto 0;
    background: url(../img/page2_check1.png) no-repeat top center;
    background-size: 100% 100%;
}
.si_m_btn.active{
    background: url(../img/page2_check.png) no-repeat top center;
    background-size: 100% 100%;
}
.si_main p{
    display: block;
    width: 100%;
    text-align: center;
    color: #eadec2;
    font-size: 0.22rem;
    margin-top: 0.6rem;
}
/* 链接不带 menu=bw 时：隐藏打卡板块(signIn_box)，并将 floor1 收缩到 signIn_box 起始位置，使下方内容整体上提至该板块位置 */
html:not(.menu-bw) .signIn_box{
    display: none;
}
html:not(.menu-bw) .floor1{
    height: 9.1rem;
}
.floor2{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    position: relative;
    padding-bottom: 1rem;
}
.f2_title{
    width: 6.2rem;
    height: 1.98rem;
    margin: 1rem auto 0;
}
.f2_lists{
    width: 6.8rem;
    height: auto;
    margin: 0 auto;
}
.f2_lists li{
    width: 6.8rem;
    height: 1.05rem;
    background: url(../img/page3_box.png) no-repeat top center;
    background-size: 100% 100%;
    padding: 0 0.2rem;
    box-sizing: border-box;
    position: relative;
}
.f2_lists li p{
    display: block;
    font-size: 0.22rem;
    color: #d2bbad;
    margin-top: 0.38rem;
    text-align: left;
    float: left;
}
.f2_lists li p span{
    display: block;
    float: left;
}
.f2_lists li p span:nth-child(1){
    font-size: 0.22rem;
    color: #d2bbad;
}
.f2_lists li p span:nth-child(2){
    font-size: 0.2rem;
    color: #bb8e8e;
    margin-left: 0.1rem;
    text-decoration: underline;
}
.bind_role,.share_active{
    width: 2.07rem;
    height: 0.53rem;
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
}
.bind_role{
    background: url(../img/page3_bind.png) no-repeat top center;
    background-size: 100% 100%;
}
.bind_role.active{
    background: url(../img/page3_bind1.png) no-repeat top center;
    background-size: 100% 100%;
    pointer-events: none;
}
.share_active{
    background: url(../img/page3_share.png) no-repeat top center;
    background-size: 100% 100%;
}
/* 瀑布流容器：2 列等宽，每张图宽度相同、高度自适应，按最短列放置（高度由 JS 计算） */
.pic_box{
    width: 6.8rem;
    position: relative;
    margin: 0.4rem auto 0;
}
.pic_box li{
    position: absolute;
    width: 3.3rem; /* (6.8 - 0.2 列间距) / 2 */
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 0.1rem;
}
.pic_box li img{
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
}
.loginPopBox.sy-alert{
    width: 6.34rem;
    height: 5.92rem;
    background: url(../img/pop/pop_box.webp) no-repeat top center;
    background-size: 100% 4.92rem;
}
.loginPopBox.sy-alert.bind_mode{
    background: url(../img/pop/pop_box11.webp) no-repeat top center;
    background-size: 100% 4.92rem;
}
.loginPopBox .sy-content{
    width: 5.65rem;
    margin: 1.5rem auto 0;
}
.loginPopClose{
    position: absolute;
    bottom: 0.2rem;
    left: 50%;
    width: 0.64rem;
    height: 0.64rem;
    background: url(../img/pop/pop_close.png) no-repeat top center;
    background-size: 100% 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.loginPop_row{
    position: relative;
    width: 100%;
    height: 0.62rem;
    margin-bottom: 0.3rem;
}
.loginPop_row span{
    display: block;
    width: 1.07rem;
    float: left;
    font-size: 0.26rem;
    color: #ebcd99;
    line-height: 0.62rem;
}
.phone_input,.code_input{
    display: block;
    width: 4.53rem;
    height: 0.62rem;
    line-height: 0.42rem;
    padding: 0 0.32rem;
    box-sizing: border-box;
    border: none;
    font-size: 0.24rem;
    color: #c97f74;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    float: right;
}
.phone_input{
    background: url(../img/pop/pop_input2.png) no-repeat top center;
    background-size: 100% 100%;
}
.code_input{
    width: 2.76rem;
    background: url(../img/pop/pop_input1.png) no-repeat top center;
    background-size: 100% 100%;
    float: left;
}
.send_code_btn{
    width: 1.58rem;
    height: 0.58rem;
    line-height: 0.58rem;
    text-align: center;
    background: url(../img/pop/pop_code.png) no-repeat top center;
    background-size: 100% 100%;
    color: #fff7e0;
    font-size: 0.22rem;
    user-select: none;
    -webkit-user-select: none;
    float: right;
    margin-top: 0.02rem;
}
.send_code_btn.disabled{
    color: #fff;
    box-shadow: none;
    cursor: not-allowed;
    pointer-events: none;
}
.loginPop_submit{
    display: none;
    width: 2.16rem;
    height: 0.73rem;
    margin: 0.2rem auto 0;
    background: url(../img/pop/pop_login.png) no-repeat top center;
    background-size: 100% 100%;
    font-size: 0;

}
.bindPop_submit{
    display: block;
    width: 2.16rem;
    height: 0.74rem;
    margin: 0.4rem auto 0;
    background: url(../img/pop/pop_bind.png) no-repeat top center;
    background-size: 100% 100%;
    font-size: 0;

}
.bindGameBox.sy-alert{
    width: 6.72rem;
    height: 7.78rem;
    background: url(../img/pop/pop_box1.webp) no-repeat top center;
    background-size: 100% 6.78rem;
}
.bindGameBox .sy-content{
    width: 5.6rem;
    margin: 1.5rem auto 0;
    position: relative;
}
.bind_row{
    position: relative;
    width: 100%;
    height: 0.62rem;
    margin-bottom: 0.3rem;
}
.bind_row span{
    display: block;
    float: left;
    font-size: 0.28rem;
    color: #e3c594;
    line-height: 0.62rem;
}
.pin_input{
    display: block;
    width: 4.1rem;
    height: 0.62rem;
    line-height: 0.62rem;
    padding: 0 0.32rem;
    box-sizing: border-box;
    border: none;
    border-radius: 0.31rem;
    background: url(../img/pop/pop_input4.png) no-repeat top center;
    background-size: 100% 100%;
    font-size: 0.28rem;
    color: #e3c594;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    float: right;
}
.bindGameBox .bind_submit{
    width: 2.16rem;
    height: 0.74rem;
    background: url(../img/pop/pop_bind.png) no-repeat top center;
    background-size: 100% 100%;
    font-size: 0;
    position: absolute;
    top: 0.9rem;
    right: 0.5rem;
}
.bindGameBox .switchAccount_submit{
    position: absolute;
    width: 2.16rem;
    height: 0.74rem;
    background: url(../img/pop/pop_bind1.png) no-repeat top center;
    background-size: 100% 100%;
    top: 0.9rem;
    left: 0.5rem;
    font-size: 0;
    cursor: pointer;
}
.errorPopBox.sy-alert{
    width: 6.34rem;
    height: 3.34rem;
    background: url(../img/pop/pop_error.png) no-repeat top center;
    background-size: 100% 2.34rem;
}
.errorPopClose{
    position: absolute;
    bottom: 0.2rem;
    left: 50%;
    width: 0.64rem;
    height: 0.64rem;
    background: url(../img/pop/pop_close.png) no-repeat top center;
    background-size: 100% 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}
.errorPopBox .sy-content{
    width: 5.6rem;
    height: 1.7rem;
    margin: 0.3rem auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.errorPopBox .sy-content .error_msg{
    width: 100%;
    text-align: center;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #e3c594;
    font-weight: bold;
}
.bindSureBox.sy-alert{
    width: 6.34rem;
    height: 4rem;
    background: url(../img/pop/pop_bindSure.png) no-repeat top center;
    background-size: 100% 4rem;
}
.bindSureBox .sy-content{
    width: 5.4rem;
    margin: 0.6rem auto 0;
    position: relative;
}
.bindSureBox .bindSure_row{
    width: 100%;
    height: auto;
    margin-bottom: 0.24rem;
    padding: 0 0.24rem;
    /* background: #fee6e2; */
    border-radius: 0.12rem;
    box-sizing: border-box;
}
.bindSureBox .bindSure_row p{
    display: block;
    width: 100%;
    font-size: 0.28rem;
    line-height: 0.6rem;
    color: #e3c594;
    letter-spacing: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.bindSureBox .bindSure_row p span{
    color: #e3c594;
    font-weight: bold;
    margin-left: 0.04rem;
}
.bindSureBox .bindSure_submit{
    width: 2.16rem;
    height: 0.74rem;
    background: url(../img/pop/pop_bind.png) no-repeat top center;
    background-size: 100% 100%;
    font-size: 0;
    cursor: pointer;
    float: right;
    margin: 0.5rem 0.4rem 0 0;
}
.bindSureBox .bindSureNo_submit{
    width: 2.16rem;
    height: 0.74rem;
    background: url(../img/pop/pop_bind2.png) no-repeat top center;
    background-size: 100% 100%;
    font-size: 0;
    cursor: pointer;
    float: left;
    margin: 0.5rem 0 0 0.4rem;
}

.invitCodeBox.sy-alert{
    width: 6.34rem;
    height: 5.92rem;
    background: url(../img/pop/pop_box4.webp) no-repeat top center;
    background-size: 100% 4.92rem;
}
.invitCodeClose{
    position: absolute;
    bottom: 0.2rem;
    left: 50%;
    width: 0.64rem;
    height: 0.64rem;
    background: url(../img/pop/pop_close.png) no-repeat top center;
    background-size: 100% 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.invitCodeBox .sy-content{
    width: 5.3rem;
    margin: 1.5rem auto 0;
    position: relative;
}
.invitCodeBox p{
    display: block;
    width: 100%;
    font-size: 0.28rem;
    color: #e3c594;
    text-align: center;
}
.invit_input{
    display: block;
    width: 5.3rem;
    height: 0.62rem;
    line-height: 0.62rem;
    padding: 0 0.32rem;
    box-sizing: border-box;
    border: none;
    background: url(../img/pop/pop_input3.png) no-repeat top center;
    background-size: 100% 100%;
    font-size: 0.28rem;
    color: #e3c594;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    margin-top: 0.2rem;
}
.invitCodeBox .invit_submit{
    width: 2.16rem;
    height: 0.74rem;
    background: url(../img/pop/pop_bind.png) no-repeat top center;
    background-size: 100% 100%;
    font-size: 0;
    cursor: pointer;
    margin: 0.4rem auto 0;
}
.invitCodeBox .bindSureNo_submit{
    width: 2.16rem;
    height: 0.74rem;
    background: url(../img/pop/pop_bind2.png) no-repeat top center;
    background-size: 100% 100%;
    font-size: 0;
    cursor: pointer;
    float: left;
    margin: 0.2rem 0 0 0.4rem;
}
.invitSucBox.sy-alert{
    width: 6.34rem;
    height: 5.93rem;
    background: url(../img/pop/pop_box3.webp) no-repeat top center;
    background-size: 100% 4.93rem;
}
.invitSucClose{
    position: absolute;
    bottom: 0.2rem;
    left: 50%;
    width: 0.64rem;
    height: 0.64rem;
    background: url(../img/pop/pop_close.png) no-repeat top center;
    background-size: 100% 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.invitSucBox .sy-content{
    width: 6rem;
    margin: 1.3rem auto 0;
    position: relative;
}
.invitSucBox p{
    display: block;
    width: 100%;
    font-size: 0.24rem;
    color: #e3c594;
    text-align: center;
}
.invitSucBox .invit_pic{
    width: 2.2rem;
    height: 2.2rem;
    background: url(../img/pop/pop_icon.png) no-repeat top center;
    background-size: 100% 100%;
    margin: 0.1rem auto 0;
}
.invitSucBox .invit_pic img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.invit_name{
    margin-top: 0.3rem;
}

.signInBox.sy-alert{
    width: 6.34rem;
    height: 7.62rem;
    background: url(../img/pop/pop_box7.webp) no-repeat top center;
    background-size: 100% 6.62rem;
}
.signInClose{
    position: absolute;
    bottom: 0.2rem;
    left: 50%;
    width: 0.64rem;
    height: 0.64rem;
    background: url(../img/pop/pop_close.png) no-repeat top center;
    background-size: 100% 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.signInBox .sy-content{
    width: 6rem;
    margin: 1.7rem auto 0;
    position: relative;
}
.signInBox p{
    display: block;
    width: 100%;
    font-size: 0.24rem;
    color: #e3c594;
    text-align: center;
}
.signInBox .signIn_pic{
    width: 2.2rem;
    height: 2.2rem;
    background: url(../img/pop/pop_icon.png) no-repeat top center;
    background-size: 100% 100%;
    margin: 0.25rem auto 0;
}
.signInBox .signInBox_pic img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.signIn_name{
    margin-top: 0.3rem;
}
.invit_btn{
    width: 3.25rem;
    height: 0.73rem;
    margin: 0.5rem auto 0;
}
.signIn_tip{
    margin-top: 0.15rem;
}
.invitCodeTipBox.sy-alert{
    width: 6.34rem;
    height: 4.25rem;
    background: url(../img/pop/pop_box2.webp) no-repeat top center;
    background-size: 100% 3.25rem;
}
.invitCodeTipClose{
    position: absolute;
    bottom: 0.2rem;
    left: 50%;
    width: 0.64rem;
    height: 0.64rem;
    background: url(../img/pop/pop_close.png) no-repeat top center;
    background-size: 100% 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.invitCodeTipBox .sy-content{
    width: 6rem;
    margin: 1.7rem auto 0;
    position: relative;
    font-size: 0;
}

.eventRewardsBox.sy-alert{
    width: 6.34rem;
    height: 8.93rem;
    background: url(../img/pop/pop_box5.webp) no-repeat top center;
    background-size: 100% 7.93rem;
}
.eventRewardsClose{
    position: absolute;
    bottom: 0.2rem;
    left: 50%;
    width: 0.64rem;
    height: 0.64rem;
    background: url(../img/pop/pop_close.png) no-repeat top center;
    background-size: 100% 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.eventRewardsBox .sy-content{
    width: 6rem;
    margin: 1.7rem auto 0;
    position: relative;
    font-size: 0;
}

.guideBox.sy-alert{
    width: 6.34rem;
    height: 8.66rem;
    background: url(../img/pop/pop_box6.webp) no-repeat top center;
    background-size: 100% 7.66rem;
}
.guideClose{
    position: absolute;
    bottom: 0.2rem;
    left: 50%;
    width: 0.64rem;
    height: 0.64rem;
    background: url(../img/pop/pop_close.png) no-repeat top center;
    background-size: 100% 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.guideBox .sy-content{
    width: 5.7rem;
    margin: 1.4rem auto 0;
    position: relative;
    font-size: 0;
}
.guideBox .sy-content .guide_k1{
    display: block;
    width: 1.14rem;
    height: 0.43rem;
    background: url(../img/pop/pop_rule1.png) no-repeat top center;
    background-size: 100% 100%;
    margin-bottom: 0.1rem;
}
.guideBox .sy-content .guide_k2{
    display: block;
    width: 1.14rem;
    height: 0.43rem;
    background: url(../img/pop/pop_rule.png) no-repeat top center;
    background-size: 100% 100%;
    margin-bottom: 0.1rem;
}
.guideBox .sy-content .guide_main{
    width: 100%;
    height: 5.8rem;
    overflow: auto;
}
.guideBox .sy-content p{
    font-size: 0.22rem;
    color: #eadec2;
    display: block;
    text-align: justify;
    line-height: 1.8;
    margin-bottom: 0.1rem;
    padding: 0 0.1rem;
}

.publicShareBox.sy-alert{
    width: 7.23rem;
    height: 13.71rem;
    background: url(../img/pop/pop_box10.webp) no-repeat top center;
    background-size: 100% 12.71rem;
}
.publicShareClose{
    position: absolute;
    bottom: 0.2rem;
    left: 50%;
    width: 0.64rem;
    height: 0.64rem;
    background: url(../img/pop/pop_close.png) no-repeat top center;
    background-size: 100% 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.publicShareBox .sy-content{
    width: 100%;
    overflow: hidden;
}
.getInvitTip{
    cursor: pointer;
}
.publicShareBox .sy-content .ps_ewm{
    width: 1.5rem;
    height: 1.5rem;
    margin: 10.06rem 0 0 4.9rem;
}

.shareBox.sy-alert{
    width: 7.23rem;
    height: 13.71rem;
    background: url(../img/pop/pop_box9.webp) no-repeat top center;
    background-size: 100% 12.71rem;
}
.shareClose{
    position: absolute;
    bottom: 0.2rem;
    left: 50%;
    width: 0.64rem;
    height: 0.64rem;
    background: url(../img/pop/pop_close.png) no-repeat top center;
    background-size: 100% 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.shareBox .sy-content{
    width: 100%;
    height: 12.71rem;
    position: relative;
    overflow: hidden;
}
.shareBox .sy-content .share_name{
    width: auto;
    font-size: 0.26rem;
    color: #fff;
    position: absolute;
    top: 10.5rem;
    left: 0.6rem;
}
.shareBox .sy-content .share_invitCode{
    width: auto;
    font-size: 0.26rem;
    color: #fff;
    position: absolute;
    top: 11rem;
    left: 0.6rem;
}
.shareBox .sy-content .share_ewm{
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 10.1rem;
    right: 0.9rem;
    z-index: 2;
}

.picPreviewBox.sy-alert{
    width: 7.1rem;
    height: 11.6rem;
    background: none;
}
.picPreviewClose{
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
    width: 0.64rem;
    height: 0.64rem;
    background: url(../img/pop/pop_close.png) no-repeat top center;
    background-size: 100% 100%;
    z-index: 2;
    cursor: pointer;
}
.picPreviewBox .sy-content{
    width: 7.1rem;
    height: 10.8rem;
    overflow: visible;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.picPreviewBox .picPreviewInner{
    position: relative;
    display: inline-block;
    max-width: 7.1rem;
    max-height: 10.8rem;
}
.picPreviewBox .picPreviewImg{
    display: block;
    width: auto;
    height: auto;
    max-width: 7.1rem;
    max-height: 10.8rem;
    margin: 0 auto;
}
