@charset "utf-8";
/* body {background: url(../images/bg.jpg) no-repeat 50% 0 / cover;} */
/* 父容器：作为定位上下文并限制模糊层不溢出 */
body {
    position: relative;
    width: 100%;
    height: 100%; /* 确保容器有高度 */
    overflow: hidden; /* 关键：防止模糊层放大后超出边界 */
}

/* 底层：高斯模糊背景（衍生填充） */
body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/bg.jpg');
    background-size: cover; /* 关键：强制铺满整个容器 */
    background-position: center;
    z-index: 1;
}

/* 顶层：清晰原图（contain 居中） */
body::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/bg-con.png');
    background-size: 15.53rem 8.32rem; /* 关键：保持比例，完整显示 */
    background-repeat: no-repeat;
    background-position: center .8rem;
    z-index: 2;
}

#article {
	z-index: 10;
}
#section1 .con {background: url(../images/con-1.png) no-repeat 50% 0 / contain;width: 14.26rem;height:7.36rem;top:1.2rem;left:50%;margin-left: -7.13rem;}
#section1 .fp-overflow {overflow: hidden;}
#section1 .logo {
    width: 2.4rem;
    height: .68rem;
    display: block;
    left:50%;margin-left: -1.2rem;top:-.8rem;
    background: url(../images/logo.png) no-repeat 0 50% / contain;
}
#section1 .btn-read {width:3.54rem;height:1.23rem;background: url(../images/btn-read.png) no-repeat 0 0 / contain;top: 5.9rem;left: 50%;margin-left: -1.8rem;}
#section1 .btn-read:hover{background-image: url(../images/btn-read-on.png);}

#section2 .con {background: url(../images/con-2.png) no-repeat 50% 0 / contain;width: 14.26rem;height:7.36rem;top:1.2rem;left:50%;margin-left:-7.13rem}
#section2 .user-bar,
#section3 .user-bar  {width: 100%;height:.3rem;line-height: .3rem;font-size: .2rem;color:#fff0c7;text-align: center;bottom: -.8rem;filter: drop-shadow(2px 4px 6px black);z-index: 20;}
#section3 .user-bar {bottom:-.4rem;}
#section2 .user-bar a,
#section3 .user-bar a {color:#ffbc02;text-decoration: underline;}

#section2 .feature {
    width: 9.4rem;
    height: 5.4rem;
    left: 50%;
    top: .95rem;
    z-index: 3;
    margin-left: -4.7rem;
}

#section2 .feature .adPic {
    width: 9.4rem;
    height: 5.4rem;
    position: relative;
    z-index: 1
}

#section2 .feature .adPic li {
    width:100%;
    height:100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
}
#section2 .feature .adPic li:nth-child(1) {background-image: url(../images/loop-1.png?v=2);}
#section2 .feature .adPic li:nth-child(2) {background-image: url(../images/loop-2.png?v=2);}
#section2 .feature .adPic li:nth-child(3) {background-image: url(../images/loop-3.png?v=2);}
#section2 .feature .adPic li:nth-child(4) {background-image: url(../images/loop-4.png?v=2);}
#section2 .feature .adPic li:nth-child(5) {background-image: url(../images/loop-5.png?v=2);}
#section2 .feature .adPic li:nth-child(6) {background-image: url(../images/loop-6.png?v=2);}

#section2 .feature .adBtn {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -650px;
    width: 9.4rem;
}

#section2 .feature .adBtn a {
    display: block;
    width: 258px;
    height: 72px;
    background: url(images/tsBtn2.png) no-repeat;
    background-position-y: 0px;
    float: left;
    text-indent: -999em
}

#section2 .feature .adBtn a:nth-child(1) {
    background-position-x: 0px;
}

#section2 .feature .adBtn a:nth-child(2) {
    background-position-x: -258px;
    margin-left: -30px;
    margin-top: 40px;
}

#section2 .feature .adBtn a:nth-child(3) {
    background-position-x: -516px;
    margin-left: -32px;
}

#section2 .feature .adBtn a:nth-child(4) {
    background-position-x: -774px;
    margin-left: -32px;
    margin-top: 40px;
}
#section2 .feature .adBtn a:nth-child(5) {
    background-position-x: -1032px;
    margin-left: -32px;
}

#section2 .feature .adBtn a.on {
    background-position-y: bottom !important
}

#section2 .feature .prevBtn,
#section2 .feature .nextBtn {
    display: block;
    width: .8rem;
    height: 1rem;
    position: absolute;
    top: 2.1rem;
    z-index: 2;
    text-indent: -999em
}
#section2 .feature .prevBtn {
    background: url(../images/btn-prev.png) no-repeat 50% 50% / .66rem .7rem;
    left: -1.2rem;
}

#section2 .feature .nextBtn {
    background: url(../images/btn-next.png) no-repeat 50% 50% / .66rem .7rem;
    right: -1.2rem
}

#section2 .feature .prevBtn:hover,
#section2 .feature .nextBtn:hover{
    filter: brightness(1.2);
}

#section2 .btn-learn {width: 2.22rem;height:.72rem;background: url(../images/btn-learn.png) no-repeat 0 0 / contain;top: 6.55rem;left: 50%;filter: grayscale(1);cursor: default;margin-left: -1.1rem;}
#section2 .btn-learn.active:hover {background-image: url(../images/btn-learn-on.png);}
#section2 .btn-learn.active {filter: grayscale(0);cursor: pointer;}
#section2 .countdown {width: 10rem;text-align: center;top: 7.25rem;left: 50%;font-size: .2rem;color:#fff0c7;margin-left: -5rem;filter: drop-shadow(0 0 5px #60462f);}
#section2 .countdown span {color:#f9c751}

#section3 .con {background: url(../images/con-3.png) no-repeat 50% 0 / contain;width: 14.26rem;height:7.36rem;top:1rem;left:50%;margin-left:-7.13rem}
#section3 .con .btn-get {top: 4.3rem;left:50%;margin-left: -5.3rem;width: 1.88rem;height:.38rem;background: url(../images/btn-get.png) no-repeat 0 0 / contain;}
#section3 .con .btn-get:hover {background-image: url(../images/btn-get-on.png);}
#section3 .con .btn-invite {top: 4.3rem;left:50%;margin-left: 2.2rem;width: 1.58rem;height:.38rem;background: url(../images/btn-invite.png) no-repeat 0 0 / contain;}
#section3 .con .btn-invite:hover {background-image: url(../images/btn-invite-on.png);}
#section3 .con .btn-record {top: 4.3rem;left:50%;margin-left: 3.95rem;width: 1.58rem;height:.38rem;background: url(../images/btn-record.png) no-repeat 0 0 / contain;}
#section3 .con .btn-record:hover {background-image: url(../images/btn-record-on.png);}
#section3 .con .btn-lottery {top: 4.7rem;left:50%;margin-left: -1.3rem;width: 2.77rem;height:.87rem;background: url(../images/btn-lottery.png) no-repeat 0 0 / contain;}
#section3 .con .btn-lottery:hover {background-image: url(../images/btn-lottery-on.png);}
#section3 .con .total,
#section3 .con .used {line-height: .35rem;color:#d13b00;font-size: .2rem;text-align: center;width: .3rem;top: 5.14rem;left:50%;font-weight: bold;}
#section3 .con .total {margin-left: -2.22rem;}
#section3 .con .used{margin-left: 3.46rem;}
#section3 .con .btn-rules {top: 5.9rem;left:50%;margin-left: -3.55rem;width: 2.22rem;height:.72rem;background: url(../images/btn-rules.png) no-repeat 0 0 / contain;}
#section3 .con .btn-rules:hover {background-image: url(../images/btn-rules-on.png);}
#section3 .con .btn-box {top: 5.9rem;left:50%;margin-left: -1.05rem;width: 2.22rem;height:.72rem;background: url(../images/btn-box.png) no-repeat 0 0 / contain;}
#section3 .con .btn-box:hover {background-image: url(../images/btn-box-on.png);}
#section3 .con .btn-gift {top: 5.9rem;left:50%;margin-left: 1.5rem;width: 2.22rem;height:.72rem;background: url(../images/btn-gift.png) no-repeat 0 0 / contain;}
#section3 .con .btn-gift:hover {background-image: url(../images/btn-gift-on.png);}



.btn-mouse {width: 1.3rem;height:1.03rem;background: url(../images/mouse.png) no-repeat 0 0 / contain;bottom:.2rem;left:50%;margin-left:-.65rem;animation: waveMouse 1s infinite forwards;}
@keyframes waveMouse {
    0%,100% {transform: translateY(0);}
    50% {transform: translateY(.2rem);}
}

#preventRotate {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    z-index: 99999;
    background: #2e2e2e;
    display: none;
}

#preventRotate p {
    width: 100%;
    height: auto;
    font-size: .3rem;
    color: #626262;
    line-height: .5rem;
    text-align: center;
    position: absolute;
    top: 50%;
}

#preventRotate p::after {
    content:'';
    width: .9rem;
    height: 1.35rem;
    position: absolute;
    top:-1.5rem;
    left:50%;
    margin-left:-.3rem;
    background: url(data:image/png;base64,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) no-repeat 0 0 / contain;
    transform: rotate(90deg);
    animation: portIcon 1.5s infinite forwards;
}
.portrait .container {
    display: none
}

.portrait #preventRotate {
    display: block
}

@keyframes portIcon {
    0%,33% {transform: rotate(90deg);}
    100% {transform: rotate(0deg);}
}

.pop {display: none;}
.pop .btn_close{width: .6rem;height: .6rem;background: url(../images/pop-close.png) no-repeat 50% 50% / .44rem .44rem;top:0;right:-.6rem;}
.pop-rules {width: 7.38rem;height:4.66rem;background: url(../images/pop-rules.png) no-repeat 0 0 / contain;padding:.9rem .4rem 0 .4rem}
.pop-rules p {color:#78563a;font-size: .18rem;font-weight: bold;line-height: .35rem;}
.pop-rules p a,
.pop-rules p .red {color:#c83400}
.pop-rules p .tips {font-weight: normal;font-size: .14rem;}

.pop-text {width: 6.78rem;height:2.76rem;background: url(../images/pop.png) no-repeat 0 0 / contain;padding:.2rem}
.pop-text p {height:100%;justify-content: center;align-items: center;flex-direction: column;font-size: .24rem;line-height: .35rem;font-weight: bold;display: flex;text-align: center;color:#60462f}
.pop-text p a {color:#c83400;text-decoration: underline;}

.pop-confirm {width: 6.78rem;height:2.76rem;background: url(../images/pop.png) no-repeat 0 0 / contain;padding:.2rem}
.pop-confirm  p {height:1.8rem;display: flex;justify-content: center;align-items: center;flex-direction: column;font-size: .24rem;line-height: .35rem;font-weight: bold;display: flex;text-align: center;color:#60462f}
.pop-confirm .btn-confirm {width: .88rem;height:.38rem;background: url(../images/pop-yes.png) no-repeat 0 0 / contain;top:2rem;left:50%;margin-left: -1.15rem;text-indent: -999em}
.pop-confirm .btn-confirm:hover {background-image: url(../images/pop-yes-on.png);}
.pop-confirm .btn-cancel {width: .88rem;height:.38rem;background: url(../images/pop-no.png) no-repeat 0 0 / contain;top:2rem;left:50%;margin-left: .25rem;text-indent: -999em;}
.pop-confirm .btn-confirm:hover,
.pop-confirm .btn-cancel:hover {filter: brightness(1.1);}

.pop-gift {width:11.08rem;height:4.96rem;background: url(../images/pop-gift.png) no-repeat 0 0 / contain;box-sizing: border-box;}

.pop-list {width: 8.98rem;height:3.66rem;background: url(../images/pop-list.png) no-repeat 0 0 / contain;padding: 1.5rem .2rem 0 .2rem;box-sizing: border-box;}

.pop-list .listBox{
    width: 8.6rem;
    height: 1.75rem;
    position: relative;
    overflow: auto;
    text-align: center;
}

.pop-list .myPrize{
    text-align: center;
    width: 8.4rem;
}


.pop-list .listBox .myPrize td {
    height: .35rem;
    line-height: .2rem;
    font-size: .18rem;
    color:#000;
}
.pop-list .listBox .myPrize td a {
    color:#c83400;
    text-decoration: underline;
}


.pop ::-webkit-scrollbar
{
    width: .1rem;
    height: .1rem;
}
 
.pop ::-webkit-scrollbar-track
{
    border-radius: .05rem;
    background-color: #fff;
}
 
.pop ::-webkit-scrollbar-thumb
{
    border-radius: .05rem;
    background-color: #c83400;
}

.pop-license {
    width: 5.28rem;height:3.4rem;
}
.license-create-box {z-index: -1;top:150vh;left:150vw;position: absolute;}
.pop-license .license-info{
    width: 5.28rem;
    height:2.86rem;
}

.pop-license .btn-download {width: 1.58rem;height:.38rem;background: url(../images/btn-download.png) no-repeat 0 0 / contain;top:3rem;left:.3rem;}
.pop-license .btn-share {width: 2.78rem;height:.38rem;background: url(../images/btn-share.png) no-repeat 0 0 / contain;top:3rem;right: .3rem;}
.pop-license .license-info p{color:#e17202;font-size: .2rem;line-height: .3rem;height:.3rem;text-align: left;left:1.75rem;}
.pop-license .license-info p.account {top:1.15rem}
.pop-license .license-info p.license-id {top:1.75rem}


.license-create-box .license-info {
    width: 528px;
    height:286px;
}
.license-create-box .license-info p {color:#e17202;font-size: 20px;line-height: 30px;height: 30px;text-align: left;left:175px;}
.license-create-box .license-info p.account{top:105px}
.license-create-box .license-info p.license-id {top:165px}


.pop-record {width: 7.38rem;height:3.66rem;background: url(../images/pop-record.png) no-repeat 0 0 / contain;padding:1rem .6rem 0 .5rem;box-sizing: border-box; }
.pop-record .record-info {height:2.3rem;overflow-y: auto;}
.pop-record .record-info table {width: 100%;}
.pop-record .record-info td {text-align: center;width: 50%;}