.loading-overlay{
    width: 100%;
    height: 100vh;
    position: fixed;
    /* background-color: rgba(0, 0, 0, 0.8); */
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
}
.sk-three-bounce{
    width: 1.4rem;
    height: 1.4rem;
    /* background: url(https://res.zulong.com/cms/mystyle/house/img/loadingIcon.png) 0 0 no-repeat; */
    /* background-size: 100%; */
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -0.7rem;
    margin-top: -0.7rem;
}
*{
    margin: 0;
    padding: 0;
}
.bg{
    width: 100%;
    height: 16.24rem;
    background: url(https://res.zulong.com/cms/mystyle/activity/queen/img/bg.jpg) 0 0 no-repeat;
    background-size: 100%;
    position: relative;
    box-sizing: border-box;
    padding-top: 8.7rem;
    /* overflow: hidden; */
}
.bg.active{
    background: url(https://res.zulong.com/cms/mystyle/activity/queen/img/bg2.jpg) 0 0 no-repeat;
    background-size: 100%;
    padding-top: 2.32rem;
}
.loginBtn{
    position: relative;
    display: block;
    margin: 0 auto;
    width: 3.89rem;
    height: 1.21rem;
    background: url(https://res.zulong.com/cms/mystyle/activity/queen/img/login_outer.png) 0 0 no-repeat;
    background-size: 100%;
    z-index: 10;
}
.logout{            
    position: absolute;    
    width: auto;
    height: 0.48rem;
    line-height: 0.48rem;
    top: 1rem;
    right: 0.3rem;
    z-index: 2;
    display: flex;
    display: -webkit-flex;
    justify-content: left;
    -webkit-justify-content: left;
    align-items: center;
    -webkit-align-items: center;
    display: none;
}
.game{
    position: absolute;
    width: 2.5rem;
    height: 0.99rem;
    top: 0.1em;
    right: 0;
    background: url(https://res.zulong.com/cms/mystyle/activity/queen/img/game.png) 0 0 no-repeat;
    background-size: 100%;
}
.ruleBtn{
    position: absolute;
    top: 0.1em;
    right: 2.5rem;
    width: 2.5rem;
    height: 0.99rem;
    background: url(https://res.zulong.com/cms/mystyle/activity/queen/img/rule_btn.png) 0 0 no-repeat;
    background-size: 100%;
    z-index: 10;
    cursor: pointer;
}
.flex{
    display: flex;
    display: -webkit-flex;
    justify-content: left;
    -webkit-justify-content: left;
    align-items: center;
    -webkit-align-items: center;
}
.logoutBtn,
.usernum{
    font-size: 0.26rem;
    color:#f5cda3;
    user-select: none;
    font-family: math;
}
.slogan{
    display: block;
    width: 7.5rem;
    height: 3.01rem;
    background: url(https://res.zulong.com/cms/mystyle/activity/queen/img/slogan.png) 0 0 no-repeat;
    background-size: auto 100%;
    z-index: 0;
}
.slogan.active{
    width: 5.21rem;
    height: 1.22rem;
    margin: 0 auto;
    background: url(https://res.zulong.com/cms/mystyle/activity/queen/img/slogan_active.png) 0 0 no-repeat;
    background-size: auto 100%;
}
.rule{
    margin: 0 auto;
    width: 7.01rem;
    height: 4.35rem;
    margin-top: -0.9rem;
    background: url(https://res.zulong.com/cms/mystyle/activity/queen/img/rule.png) 0 0 no-repeat;
    background-size: 100% auto;
    z-index: 0;
}    
.rule.active{
    background: url(https://res.zulong.com/cms/mystyle/activity/queen/img/tips.png) 0 0 no-repeat;
    background-size: 100% auto; 
}

.dialog{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 16.24rem;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 100;
    display: none;
}
.loginBox{
    width:7.43rem;
    height: 7.86rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(https://res.zulong.com/cms/mystyle/activity/queen/img/pop_box.png) 0 0 no-repeat;
    background-size: auto 100%;
    box-sizing: border-box;
    padding-top: 3rem;
    color: #7a8acd;
}
/* 统一的关闭按钮样式 */
.close,
.character-close,
.share-close,
.rule-dialog-close,
.cdkey-dialog-close{
    width: 0.63rem;
    height: 0.63rem;
    position: absolute;
    left: 50%;
    bottom: -0.8rem;
    margin-left: -0.315rem;
    background: url(https://res.zulong.com/cms/mystyle/activity/queen/img/pop_close.png) 0 0 no-repeat;
    background-size: auto 100%;
    cursor: pointer;
    z-index: 10;
}
.input-item {
    position: relative;
    width: 5.47rem;
    height: 0.74rem;
    line-height: 0.74rem;
    margin-bottom: 0.4rem;
    box-sizing: border-box;
}
.input-phone{
    background: url(https://res.zulong.com/cms/mystyle/activity/queen/img/phone.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.input-message{
    width: 100%;
    height: 0.85rem;
    background: url(https://res.zulong.com/cms/mystyle/activity/queen/img/code.png) 0 0 no-repeat;
    background-size: 2.98rem 0.74rem;
    margin-bottom: 1.3rem;
}
.form{
    width: 5.5rem;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    /* background-color: red; */
}
.input-item input {
    display: block;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    text-indent: 1.6rem;
    box-sizing: border-box;
    font-size: 0.3rem;
    outline: none;
    background: transparent;
    color: #fff3ce;
    border:none;
}
.input-message input{
    position: absolute;
    height: 0.78rem;
    line-height: 0.78rem;
    left: 0;
    top: 0;
    z-index: 1;
}
.input-item input::placeholder{
    color:#c7c4c4;
    font-size: 0.2rem;
}
.input-item input:hover,.input-item input:focus{
    outline: none;
}
#TencentCaptcha{
    position: absolute;
    top: -0.05rem;
    right: 0rem;
    text-align: center;
    border: none;
    outline: none;
    width: 2.4rem;
    height: 0.85rem;
    line-height: 0.85rem;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    display: block;
    font-family: "HanQiHei";
    font-size: 0.26rem;
    color: #712a0d;
    background: url(https://res.zulong.com/cms/mystyle/activity/queen/img/send_code.png) 0 0 no-repeat;
    background-size: 100%;
    z-index: 2;
    font-weight: bold;
}
.loginBox .login-btn{     
    width: 4.49rem;
    height: 1.21rem;
    background: url(https://res.zulong.com/cms/mystyle/activity/queen/img/login.png) 0 0 no-repeat;
    background-size: 100%;
    margin: 0 auto;
}
.alertShadow{
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100vh;
    z-index: 1010;
    display: none;
}
.alertShadow p{
    color: #fff;
    text-align: center;
    position: absolute;
    top: 49%;
    font-size: 0.3rem;
    width: 100%;
}
.task-page{
    width: 6.33rem;
    margin: 0 auto;
    display: none;
}
.task-page ul li{
    display: block;
    position: relative;
    width: 100%;
    height: 1.57rem;
    background: url(https://res.zulong.com/cms/mystyle/activity/queen/img/1.png) 0 0 no-repeat;
    background-size: 100%;
    margin-bottom: 0.04rem;
}
.task-page ul li:nth-child(2){
    background: url(https://res.zulong.com/cms/mystyle/activity/queen/img/2.png) 0 0 no-repeat;
    background-size: 100%;
}
.task-page ul li:nth-child(3){
    background: url(https://res.zulong.com/cms/mystyle/activity/queen/img/3.png) 0 0 no-repeat;
    background-size: 100%;
}
.task-page ul li:nth-child(4){
    background: url(https://res.zulong.com/cms/mystyle/activity/queen/img/4.png) 0 0 no-repeat;
    background-size: 100%;
}
.task-page ul li:nth-child(5){
    background: url(https://res.zulong.com/cms/mystyle/activity/queen/img/5.png) 0 0 no-repeat;
    background-size: 100%;
}
.task-page ul li:nth-child(6){
    background: url(https://res.zulong.com/cms/mystyle/activity/queen/img/6.png) 0 0 no-repeat;
    background-size: 100%;
}
.task-page ul li span{
    position: absolute;
    width: 2.04rem;
    height: 0.74rem;
    background: url(https://res.zulong.com/cms/mystyle/activity/queen/img/go.png) 0 0 no-repeat;
    background-size: 100%;
    top: 0.18rem;
    right: 0.1rem;
    cursor: pointer;
}
.task-page ul li span.completed::before{
    content:' ';
    position: absolute;
    right: 2rem;
    top: 0;
    /* transform: rotate(45deg); */
    width: 1.35rem;
    height: 0.87rem;
    background: url(https://res.zulong.com/cms/mystyle/activity/queen/img/completed.png) 0 0 no-repeat;
    background-size: 100%;

}
.open-btn{
    display: block;
    width: 4.49rem;
    height: 1.21rem;
    background: url(https://res.zulong.com/cms/mystyle/activity/queen/img/open_btn.png) 0 0 no-repeat;
    background-size: 100%;
    margin: 0 auto;
    margin-top: 0.3rem;
    cursor: pointer;
}
#TencentCaptcha[disabled=disabled],
.open-btn.disabled{
    cursor: not-allowed;
    pointer-events: none;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: grey;
    filter: gray;
}

/* 人物弹窗样式 */
.character-dialog{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 120;
    display: none;
}
.character-box{
    width: 7.37rem;
    height: 9.98rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    background: url(https://res.zulong.com/cms/mystyle/activity/queen/img/character_bg.png) 0 0 no-repeat;
    background-size: 100%;
}
.character-content{
    position: relative;
    width: 100%;
    width: 7.37rem;
    height: 9.98rem;
    background-size: 100%;
    box-sizing: border-box;
    padding-top: 8.7rem;
    text-align: right;
}
.character-image{
    width: 4rem;
    height: 4rem;
    margin: 0 auto 0.3rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 0.05rem solid #d4a574;
    border-radius: 0.2rem;
    background-color: #fff;
}
.character-buttons{
    display: flex;
    justify-content: space-around;
}
.character-audio-voice{
    position: absolute;
    width: 1.52rem;
    height: 0.52rem;
    background: url(https://res.zulong.com/cms/mystyle/activity/queen/img/pop_voice.png) 0 0 no-repeat;
    background-size: 100%;
    bottom: 2.1rem;
    right: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0.32rem;
    box-sizing: border-box;
}
/* 声波竖条容器 */
.audio-wave-bars{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.3rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
/* 每个竖条 */
.audio-wave-bars li{
    width: 0.03rem;
    background-color: #fff;
    transition: height 0.1s ease;
    margin-right: 0.06rem;
}
.audio-wave-bars li:last-child{
    margin-right: 0;
}
/* 每个竖条不同的初始高度 - 中间高两边低的分布 */
.audio-wave-bars li:nth-child(1){
    height: 35%;
}
.audio-wave-bars li:nth-child(2){
    height: 55%;
}
.audio-wave-bars li:nth-child(3){
    height: 75%;
}
.audio-wave-bars li:nth-child(4){
    height: 95%;
}
.audio-wave-bars li:nth-child(5){
    height: 85%;
}
.audio-wave-bars li:nth-child(6){
    height: 70%;
}
.audio-wave-bars li:nth-child(7){
    height: 50%;
}
.audio-wave-bars li:nth-child(8){
    height: 40%;
}
/* 播放中的动画效果 - 竖条跳动，不同的延迟和速度 */
.character-audio-voice.playing .audio-wave-bars li:nth-child(1){
    animation: barJump1 0.8s ease-in-out 0s infinite;
}
.character-audio-voice.playing .audio-wave-bars li:nth-child(2){
    animation: barJump2 0.7s ease-in-out 0.1s infinite;
}
.character-audio-voice.playing .audio-wave-bars li:nth-child(3){
    animation: barJump3 0.6s ease-in-out 0.05s infinite;
}
.character-audio-voice.playing .audio-wave-bars li:nth-child(4){
    animation: barJump4 0.75s ease-in-out 0.15s infinite;
}
.character-audio-voice.playing .audio-wave-bars li:nth-child(5){
    animation: barJump5 0.65s ease-in-out 0.2s infinite;
}
.character-audio-voice.playing .audio-wave-bars li:nth-child(6){
    animation: barJump6 0.7s ease-in-out 0.08s infinite;
}
.character-audio-voice.playing .audio-wave-bars li:nth-child(7){
    animation: barJump7 0.8s ease-in-out 0.12s infinite;
}
.character-audio-voice.playing .audio-wave-bars li:nth-child(8){
    animation: barJump8 0.75s ease-in-out 0.18s infinite;
}
@keyframes barJump1 {
    0%, 100% { height: 35%; }
    30% { height: 60%; }
    70% { height: 45%; }
}
@keyframes barJump2 {
    0%, 100% { height: 55%; }
    40% { height: 85%; }
    65% { height: 70%; }
}
@keyframes barJump3 {
    0%, 100% { height: 75%; }
    35% { height: 95%; }
    60% { height: 80%; }
}
@keyframes barJump4 {
    0%, 100% { height: 95%; }
    50% { height: 100%; }
    75% { height: 90%; }
}
@keyframes barJump5 {
    0%, 100% { height: 85%; }
    45% { height: 100%; }
    68% { height: 88%; }
}
@keyframes barJump6 {
    0%, 100% { height: 70%; }
    38% { height: 92%; }
    72% { height: 78%; }
}
@keyframes barJump7 {
    0%, 100% { height: 50%; }
    42% { height: 80%; }
    66% { height: 62%; }
}
@keyframes barJump8 {
    0%, 100% { height: 40%; }
    33% { height: 68%; }
    70% { height: 50%; }
}
.character-audio-btn,
.character-share-btn{
    width: 3.01rem;
    height: 0.88rem;
}
.character-audio-btn{
    background: url(https://res.zulong.com/cms/mystyle/activity/queen/img/pop_listenbtn.png) 0 0 no-repeat;
    background-size: 100%;
    margin-right: 0.3rem;
}
.character-share-btn{
    background: url(https://res.zulong.com/cms/mystyle/activity/queen/img/pop_sharebtn.png) 0 0 no-repeat;
    background-size: 100%;
}

/* 分享弹窗样式 */
.share-dialog{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 130;
    display: none;
}
.share-tip{
    position: absolute;
    bottom: -0.2rem;
    right: 0.1rem;
    width: 3.07rem;
    height: 0.33rem;
    background: url(https://res.zulong.com/cms/mystyle/activity/queen/img/pop_save.png) 0 0 no-repeat;
    background-size: 100%;
}
.share-box{
    width: 7.37rem;
    height: 9.58rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.share-image{
    width: 7.37rem;
    height: 9.58rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 0.3rem;
}
.share-qrcode{
    width: 3rem;
    height: 3rem;
    margin: 0 auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 0.05rem solid #ddd;
    border-radius: 0.1rem;
}

/* 活动规则弹窗样式 */
.rule-dialog{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 140;
    display: none;
}
.rule-box{
    width: 7.43rem;
    height: 9.68rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(https://res.zulong.com/cms/mystyle/activity/queen/img/pop_rulebox.png) 0 0 no-repeat;
    background-size: 100%;
}

/* 礼包码弹窗样式 */
.cdkey-dialog{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 150;
    display: none;
}
.cdkey-box{
    width: 7.27rem;
    height: 8.43rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(https://res.zulong.com/cms/mystyle/activity/queen/img/pop_claimbox.png) 0 0 no-repeat;
    background-size: 100%;
    box-sizing: border-box;
    padding-top: 5.5rem;
}
.cdkey-content{
    text-align: center;
}
.cdkey-code{
    width: 3.69rem;
    height: 0.58rem;
    background: url(https://res.zulong.com/cms/mystyle/activity/queen/img/pop_code.png) 0 0 no-repeat;
    background-size: 100%;
    color:#fff;
    line-height: 0.54rem;
    font-size: 0.26rem;
    margin: 0 auto;
    margin-bottom: 0.2rem;
}
.cdkey-copy-btn{
    display: block;
    margin: 0 auto;
    width: 2.43rem;
    height: 0.9rem;
    background: url(https://res.zulong.com/cms/mystyle/activity/queen/img/copy.png) 0 0 no-repeat;
    background-size: 100%;
}