*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
@font-face {
    font-family: "SourceHanSerifCN-Medium";
    src: url("../fonts/SourceHanSerifCN-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
body,
button,
input,
textarea,
select {
    font-family: "SourceHanSerifCN-Medium", "Microsoft YaHei", "PingFang SC", 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%;
}

.wrap{
    width: 10.8rem;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.active_guide{
    width: 0.55rem;
    height: 1.62rem;
    position: fixed;
    top: 4rem;
    /* 以视口中心计算 .wrap 的右边缘，PC 宽屏时也不会跑到屏幕最右侧 */
    right: max(0.05rem, calc((100vw - 10.8rem) / 2 + 0.05rem));
    z-index: 2;
}
.floor1{
    width: 100%;
    height: 16.09rem;
    background: url(../img/page1_bg.jpg) no-repeat top center;
    background-size: 100% 16.09rem;
    overflow: hidden;
    display: block;
    margin-bottom: -1px;
}
.f1_top{
    width: 100%;
    height: 1.8rem;
    /* overflow: hidden; */
    position: relative;
    font-family: "SourceHanSerifCN-Medium", "Microsoft YaHei", sans-serif;
}
.login{
    display: block;
    width: 2.12rem;
    height: 0.75rem;
    float: right;
    font-size: 0;
    margin: 0.35rem 0.25rem 0 0;
    background: url(../img/top_login.png) no-repeat center top;
    background-size: 100%;
    cursor: pointer;
}
.music_btn{
    display: block;
    width: 0.79rem;
    height: 0.7rem;
    position: absolute;
    top: 1.4rem;
    right: 0.25rem;
    margin: 0;
    cursor: pointer;
}
.music_btn img{width:100%;height:100%;object-fit:contain;}
.music_btn.is-playing img{-webkit-animation:musicRotate 2s linear infinite;animation:musicRotate 2s linear infinite;}
@-webkit-keyframes musicRotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes musicRotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
.home_music{display:none;}
.logInfo{
    display: none;
    width: auto;
    height: 0.5rem;
    position: absolute;
    top: 0.5rem;
    right: 0.15rem;
    padding: 0;
    box-sizing: border-box;
    white-space: nowrap;
    font-size: 0;
    margin: 0;
}
.logInfo p{
    display: inline-block;
    vertical-align: middle;
    height: 0.5rem;
    font-size: 0.28rem;
    line-height: 0.5rem;
    color: #fff;
    margin-left: 0.16rem;
    cursor: pointer;
}
.isAchieve{
    width: 6.63rem;
    height: 1.76rem;
    margin: 11.8rem auto 0;
    background: url(../img/page1_btn.png) no-repeat top center;
    background-size: 100% 100%;
}
.isAchieve.active{
    background: url(../img/page1_btn1.png) no-repeat top center;
    background-size: 100% 100%;
}
.isAchieve.active.completed{
    pointer-events: none;
    background: url(../img/page1_btn2.png) no-repeat top center;
    background-size: 100% 100%;
}
/* 签到满5天后的计划完成态；补充专用图片后替换此处背景图即可 */
.isAchieve.plan-completed,.isAchieve.active.completed.plan-completed{
    pointer-events: none;
    background: url(../img/page1_btn3.png) no-repeat top center;
    background-size: 100% 100%;
}
.plus_one{
    position: fixed;
    margin-left: -0.3rem;
    margin-top: -0.25rem;
    color: #784d12;
    font-size: 0.5rem;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 0 0.04rem #fff, 0 0 0.04rem #fff, 0 0.02rem 0.06rem rgba(0,0,0,0.2);
    pointer-events: none;
    z-index: 9999;
    animation: floatUp 1.2s ease-out forwards;
    -webkit-animation: floatUp 1.2s ease-out forwards;
}
@keyframes floatUp{
    0%{ opacity: 0; transform: translateY(0) scale(0.7); }
    15%{ opacity: 1; transform: translateY(-0.15rem) scale(1.05); }
    100%{ opacity: 0; transform: translateY(-0.9rem) scale(0.9); }
}
@-webkit-keyframes floatUp{
    0%{ opacity: 0; -webkit-transform: translateY(0) scale(0.7); }
    15%{ opacity: 1; -webkit-transform: translateY(-0.15rem) scale(1.05); }
    100%{ opacity: 0; -webkit-transform: translateY(-0.9rem) scale(0.9); }
}
.wool_btn{
    width: 4.13rem;
    height: 1.16rem;
    margin: 0.2rem auto;
    background: url(../img/page1_btn.png) no-repeat top center;
    background-size: 100%;
    font-size: 0;
}
.isAchieveCount{
    display: block;
    width: 100%;
    text-align: center;
    margin: 0.1rem auto 0;
    color: #bfc1c6;
    font-size: 0.3rem;
}

.floor2{
    width: 100%;
    height: 6.24rem;
    background: url(../img/page2_bg.jpg) no-repeat top center;
    background-size: 100% 6.24rem;
    overflow: hidden;
    display: block;
    position: relative;
}
.sticker_list{
    width: 9.45rem;
    margin: 2.4rem auto 0;
    overflow: hidden;
}
.sticker_list li{
    width: 100%;
    height: 1.64rem;
    margin: 0 auto 0.2rem;
    background: url(../img/page2_box.png) no-repeat top center;
    background-size: 100% 100%;
    position: relative;
    padding: 0 0.3rem;
    box-sizing: border-box;
}
.sticker_list li:last-child{
    margin-bottom: 0;
}
.sticker_list li p{
    line-height: 1.74rem;
}
.sticker_list li p span img{
    display: block;
    float: left;
    width: 0.26rem;
    margin: 0.72rem 0.1rem 0 0.2rem;
}
.sticker_list li p,.sticker_list li p span:nth-child(1){
    font-size: 0.34rem;
    color: #fff;
}
.sticker_list li p span{
    color: #5673ce;
    font-size: 0.28rem;
    float: left;
}
.ac_btnBind{
    width: 3.12rem;
    height: 1.26rem;
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    background: url(../img/page2_btn.png) no-repeat top center;
    background-size: 100% 100%;
}
.ac_btnBind.active{
    pointer-events: none;
    background: url(../img/page2_btn1.png) no-repeat top center;
    background-size: 100% 100%;
}
.ac_btnShare{
    width: 3.12rem;
    height: 1.26rem;
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    background: url(../img/page2_btn2.png) no-repeat top center;
    background-size: 100% 100%;
}
.ac_btnShare.active{
    background: url(../img/page2_btn3.png) no-repeat top center;
    background-size: 100% 100%;
}
.floor3{
    width: 100%;
    height: 18.07rem;
    background: url(../img/page3_bg.jpg) no-repeat top center;
    background-size: 100% 18.07rem;
    overflow: hidden;
    display: block;
    position: relative;
    margin-top: -0.02rem;
}
.f3_logo{
    width: 6rem;
    height: 6rem;
    margin: 3.6rem auto 0;
}
.f3_count{
    display: block;
    margin: 1.3rem auto 0;
    text-align: center;
    color: #ead7a8;
    font-size: 1.25rem;
    background: linear-gradient(
        180deg,
        #b89b65 0%,
        #dbc593 20%,
        #f8edcf 43%,
        #fff9e8 53%,
        #e7d4a7 74%,
        #b2945e 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0.02rem 0.04rem rgba(224, 196, 135, 0.22);
}
.f3_process{
    width: 8.86rem;
    height: 1.78rem;
    margin: 0.6rem auto 0;
}







.rule_content{
    width: 100%;
    padding: 0 0.1rem;
    box-sizing: border-box;
}
.rule_content p{
    font-size: 0.28rem;
    line-height: 0.48rem;
    color: #5a3a2a;
    margin-bottom: 0.18rem;
    text-align: justify;
}
.loginPopBox.sy-alert{
    width: 10.8rem;
    height: 10rem;
    background: url(../img/pop/pop_box4.png) no-repeat top center;
    background-size: 100%  9rem;
}
.loginPopBox.sy-alert.bind_mode{
    background-image: url(../img/pop/pop_box9.png);
}
.loginPopBox.sy-alert.bind_mode .loginPopClose{
    display: none !important;
}
.loginPopBox .sy-content{
    width: 7.2rem;
    margin: 3.5rem auto 0;
}
.loginPopClose{
    position: absolute;
    bottom: 0.2rem;
    left: 50%;
    width: 1.21rem;
    height: 1.06rem;
    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.71rem;
    margin-bottom: 0.5rem;
}
.loginPop_row span{
    display: block;
    width: 1.5rem;
    float: left;
    font-size: 0.36rem;
    color: #cec4a3;
    line-height: 0.71rem;
}
.phone_input,.code_input{
    display: block;
    width: calc(100% - 1.5rem);
    height: 0.71rem;
    line-height: 0.71rem;
    padding: 0 0.32rem;
    box-sizing: border-box;
    border: none;
    border-radius: 0.36rem;
    background: #fee6e2;
    font-size: 0.3rem;
    color: #362519;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    float: right;
}
.code_input{
    width: calc(100% - 3.5rem);
    float: left;
}
.send_code_btn{
    width: 1.85rem;
    height: 0.71rem;
    line-height: 0.71rem;
    text-align: center;
    background: url(../img/pop/pop_codebtn.png) no-repeat top center;
    background-size: 100% 100%;
    color: #362519;
    font-size: 0.3rem;
    user-select: none;
    -webkit-user-select: none;
    float: right;
}
.send_code_btn.disabled{
    color: #362519;
    box-shadow: none;
    cursor: not-allowed;
    pointer-events: none;
}
.loginPop_submit{
    display: block;
    width: 5.3rem;
    height: 1.43rem;
    margin: 1rem auto 0;
    background: url(../img/pop/pop_login.png) no-repeat top center;
    background-size: 100% 100%;
    font-size: 0;
}
.bindPop_submit{
    display: none;
    width: 5.3rem;
    height: 1.43rem;
    margin: 1rem auto 0;
    background: url(../img/pop/pop_bind.png) no-repeat top center;
    background-size: 100% 100%;
    font-size: 0;

}
.shareBox.sy-alert{
    width: 10.77rem;
    height: 16.4rem;
    /* background: url(../img/pop/pop_share1.png) no-repeat top center;
    background-size: 100%  14.6rem; */
    overflow: hidden;
}
.shareBox .sy-content{
    width: 100%;
    height: 14.6rem;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
}
.shareBox .sy-content .share_tu{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.share_tip{
    position: absolute;
    top: 2.4rem;
    left: 6%;
    width: 88%;
    font-size: 0.28rem;
    color: #fff;
    text-align: center;
    line-height: 1.8;
    z-index: -1;
}
.shareClose{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1.21rem;
    height: 1.06rem;
    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;
}
.shareBox .sy-content .share_main{
    width: 100%;
    margin-top: 11.8rem;
    position: relative;
}
.shareBox .sy-content .share_info{
    display: block;
    width: 6.97rem;
    height: 1.09rem;
    position: absolute;
    top: 0.9rem;
    left: 1rem;
    background: url(../img/pop/pop_sharebox.png) no-repeat top center;
    background-size: 100% 100%;
}
.share_info p{
    font-size: 0.3rem;
    color: #dcd7c2;
    line-height: 1.2rem;
    padding-left: 0.3rem;
    float: left;
}
.share_info .share_btn{
    width: 2.18rem;
    height: 0.6rem;
    background: url(../img/pop/pop_code.png) no-repeat top center;
    background-size: 100% 100%;
    float: right;
    margin: 0.24rem 0.24rem 0 0;
}

.bindGameBox.sy-alert{
    width: 10.8rem;
    height: 8.41rem;
    background: url(../img/pop/pop_box5.png) no-repeat top center;
    background-size: 100% 8.41rem;
}
.bindGameBox .sy-content{
    width: 8.3rem;
    margin: 3.2rem auto 0;
    position: relative;
}
.bind_row{
    position: relative;
    width: 100%;
    height: 0.75rem;
    margin-bottom: 0.3rem;
}
.bind_row span{
    display: block;
    float: left;
    font-size: 0.4rem;
    color: #f6ecd8;
    line-height: 0.62rem;
}
.pin_input{
    display: block;
    width: 5rem;
    height: 0.62rem;
    line-height: 0.62rem;
    padding: 0 0.32rem;
    box-sizing: border-box;
    border: none;
    border-radius: 0.31rem;
    background: #fee6e2;
    font-size: 0.3rem;
    color: #000;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    float: left;
}
.bindGameBox .sy-content p{
    display: block;
    width: 100%;
    font-size: 0.28rem;
    color: #aaa;
}
.bindGameBox .bind_submit{
    width: 4.29rem;
    height: 1.43rem;
    background: url(../img/pop/pop_bind1.png) no-repeat top center;
    background-size: 100% 100%;
    font-size: 0;
    position: absolute;
    top: 2.4rem;
    right: -0.5rem;
}
.bindGameBox .switchAccount_submit{
    position: absolute;
    width: 4.29rem;
    height: 1.43rem;
    background: url(../img/pop/pop_bind2.png) no-repeat top center;
    background-size: 100% 100%;
    top: 2.4rem;
    left: -0.5rem;
    font-size: 0;
    cursor: pointer;
}
.rulePopBox.sy-alert{
    width: 10.8rem;
    height: 18.48rem;
    background: url(../img/pop/pop_box2.png) no-repeat top center;
    background-size: 100% 17.48rem;
}
.rulePopBox .sy-content{
    width: 100%;
    position: relative;
}
.rule_pop_tabs{
    position:absolute;
    top:1.2rem;
    left:0;
    width:100%;
    display:flex;
    justify-content:center;
    gap:0.06rem;
    z-index:3;
}
.rule_pop_tab{
    width:3.33rem;
    height:1.86rem;
    padding:0;
    border:0;
    background:none;
    cursor:pointer;
}
.rule_pop_tab img{
    width:100%;
    height:100%;
    object-fit:contain;
}
.rule_pop_panel{
    display:none;
}
.rule_pop_panel.is-active{
    display:block;
}
.rule_reward{
    width:6.2rem;
    height:6.2rem;
    margin:1.75rem auto 0;
    overflow-y:auto;
    text-align:center;
}
.rule_reward img{
    width:100%;
    height:auto;
}
.rulePopClose{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1.21rem;
    height: 1.06rem;
    background: url(../img/pop/pop_close.png) no-repeat top center;
    background-size: 100% 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.rule_content{
    width: 9rem;
    max-height: 12.8rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    margin: 3.5rem auto 0;
}
.rule_content p{
    font-size: 0.3rem;
    color: #f9eacd;
    line-height: 2.2;
    margin-bottom: 0.18rem;
}
.rule_reward{
    width: 8.93rem;
    height: 12.35rem;
    margin: 3.8rem auto 0;
}
.errorPopBox.sy-alert{
    width: 10.8rem;
    height: 9.41rem;
    background: url(../img/pop/pop_error.png) no-repeat top center;
    background-size: 100% 8.41rem;
}
.errorPopClose{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1.21rem;
    height: 1.06rem;
    background: url(../img/pop/pop_close.png) no-repeat top center;
    background-size: 100% 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.errorPopBox .sy-content{
    width: 5.4rem;
    height: 8.41rem;
    margin: 0 auto;
    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%;
    height: 100%;
    text-align: center;
    font-size: 0.4rem;
    line-height: 0.44rem;
    color: #f9eacd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.bindSureBox.sy-alert{
    width: 10.8rem;
    height: 8.41rem;
    background: url(../img/pop/pop_box6.png) no-repeat top center;
    background-size: 100% 8.41rem;
}
.bindSureBox .sy-content{
    width: 100%;
    margin: 4rem auto 0;
    position: relative;
}
.bindSureBox .bindSure_row{
    width: 100%;
    height: auto;
    margin-bottom: 0.24rem;
    padding: 0.16rem 0.24rem;
    border-radius: 0.12rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.24rem;
}
.bindSureBox .bindSure_row p{
    display: inline-block;
    width: auto;
    max-width: none;
    flex: 0 0 auto;
    font-size: 0.3rem;
    line-height: 0.5rem;
    color: #f9eacd;
    letter-spacing: normal;
    white-space: nowrap;
    overflow: visible;
    text-overflow: clip;
}
.bindSureBox .bindSure_row p span{
    color: #f9eacd;
    margin-left: 0.04rem;
}
.bindSureBox .bindSure_submit{
    width: 4.29rem;
    height: 1.43rem;
    background: url(../img/pop/pop_yes.png) no-repeat top center;
    background-size: 100% 100%;
    font-size: 0;
    cursor: pointer;
    float: right;
    margin: 0.5rem 1rem 0 0;
}
.bindSureBox .bindSureNo_submit{
    width: 4.29rem;
    height: 1.43rem;
    background: url(../img/pop/pop_no.png) no-repeat top center;
    background-size: 100% 100%;
    font-size: 0;
    cursor: pointer;
    float: left;
    margin: 0.5rem 0 0 1rem;
}
.bindInviteBox.sy-alert{
    width: 10.8rem;
    height: 9.41rem;
    background: url(../img/pop/pop_box7.png) no-repeat top center;
    background-size: 100% 8.41rem;
}
.invitePopClose{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1.21rem;
    height: 1.06rem;
    background: url(../img/pop/pop_close.png) no-repeat top center;
    background-size: 100% 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.bindInviteBox .sy-content{
    width: 8rem;
    margin: 3.2rem auto 0;
    position: relative;
}
.invite_row{
    position: relative;
    width: 100%;
    height: 0.75rem;
    margin-bottom: 0.3rem;
}
.invite_row span{
    display: block;
    float: left;
    font-size: 0.4rem;
    color: #f6ecd8;
    line-height: 0.62rem;
}
.invite_input{
    display: block;
    width: 5rem;
    height: 0.62rem;
    line-height: 0.62rem;
    padding: 0 0.32rem;
    box-sizing: border-box;
    border: none;
    border-radius: 0.31rem;
    background: #fee6e2;
    font-size: 0.3rem;
    color: #000;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    float: left;
}
.bindInviteBox .sy-content p{
    display: block;
    width: 100%;
    font-size: 0.28rem;
    color: #aaa;
}
.bindInviteBox .invite_submit{
    width: 5.3rem;
    height: 1.43rem;
    background: url(../img/pop/pop_bind.png) no-repeat top center;
    background-size: 100% 100%;
    font-size: 0;
    margin: 1rem auto 0;
}




.bindSuccBox.sy-alert{
    width: 10.8rem;
    height: 9.41rem;
    background: url(../img/pop/pop_box3.png) no-repeat top center;
    background-size: 100% 8.41rem;
}
.bindSuccPopClose{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1.21rem;
    height: 1.06rem;
    background: url(../img/pop/pop_close.png) no-repeat top center;
    background-size: 100% 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.bindSuccBox.sy-alert .sy-content{
    width: 8.2rem;
    overflow: hidden;
    margin: 4rem auto 0;
    line-height: 2;
}
.bindSuccBox.sy-alert .sy-content p{
    font-size: 0.4rem;
    color: #f6ecd8;
    text-align: center;
}

.getInviteBox.sy-alert{
    width: 10.8rem;
    height: 9.41rem;
    background: url(../img/pop/pop_box1.png) no-repeat top center;
    background-size: 100% 8.41rem;
}
.howGet{
    cursor: pointer;
}
.getInvitePopClose{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1.21rem;
    height: 1.06rem;
    background: url(../img/pop/pop_close.png) no-repeat top center;
    background-size: 100% 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.getInviteBox.sy-alert .sy-content{
    width: 7.5rem;
    overflow: hidden;
    margin: 3.6rem auto 0;
    line-height: 2;
}
.getInviteBox.sy-alert .sy-content p{
    font-size: 0.36rem;
    color: #f6ecd8;
    text-align: center;
}
