*{padding:0px;margin:0px;}
ul,ol,li{list-style: none;}
:root {
    --color-main-background: #191919;
    --color-font-warning:#f25e3f;
    --color-font-success:#000;
    --color-font-error:#a0470f;
    --box-shadow-1: -5px 5px 5px #395797, 5px -5px 5px #395797;
    --box-shadow-2: -5px 5px 5px #919739, 5px -5px 5px #919739;
    --text-shadow-1: -5px 10px 15px #f8fded, 5px -10px 15px #46600f;
}
body {
    background-color: var(--color-main-background);
    font-family: "Noto Sanc SC", 'PingFang SC', 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', "Microsoft YaHei", 'Arial', sans-serif;
}
body.pc {
    width: 100%;
    height: 100%;
}
.show {display:block;}
.hide {display: none;}
.show_border {border: #3b9efe dashed thin;}
.wrap{width: 750px;height: 3803px;margin: 0 auto;
    background: url(../img/bg260119.jpg) no-repeat;
}
input[type=text], input[type=tel] {
    border-radius: 5px;
    border: #878b7e solid thin;
    height: 40px;
    font-size: 20px;
    color: #46600f;
    margin-bottom: 5px;
}
input[type=text]:focus,input[type=tel]:focus{
   border: #cf5d5d solid thin;
}
.flex{display: flex; flex-wrap: wrap; justify-content: space-around;}
.flex-col {flex-direction: column;}
.flex-row{flex-direction: row;}
.in-center{text-align: center;}
.slice{position: relative;width: 100%;margin: 0 auto; min-height: 350px;}

.warning {
    text-align: center;
    font-size: 18px;
    color: var(--color-font-warning);
    font-weight: bold;
}

.heartbeat {
    opacity: 1;
    overflow: hidden;
    -webkit-animation-name: HeartBeat;
    -moz-animation-name: HeartBeat;
    -o-animation-name: HeartBeat;
    animation-name: HeartBeat;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes HeartBeat {
    from {
        transform: rotate(0deg) scale(0.8, 0.8);
    }
    50% {
        transform: rotate(0deg) scale(1, 1);
    }
    to {
        transform: rotate(0deg) scale(0.8, 0.8);
    }
}

@-webkit-keyframes HeartBeat {
    from {
        transform: rotate(0deg) scale(0.8, 0.8);
    }
    50% {
        transform: rotate(0deg) scale(1, 1);
    }
    to {
        transform: rotate(0deg) scale(0.8, 0.8);
    }
}

.btn {
    width: 200px;
    height: 45px;
    margin: 0 auto;
    /* border:#3b9efe double thin;  */
    /* border-radius: 5px; */
    cursor: pointer;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
.btn:hover{
    border-color: #a39553;
    transform: scale(1.02);
    filter: brightness(1.1) grayscale(0);
}   
.pop{
    background: url(../img/bg-pop.png) no-repeat top center/100% 100%;
}
.pop.popmsg {
    width: 400px;
    height: auto;
    background-color: unset;
}
.pop .title {
    font-size: 30px;
    font-weight: bold;
    padding: 25px 25px;
}

.m .pop{
    width: 700px;
    max-height: calc(750/458 * 408px);
    min-height: 400px;
    height: auto;
    background: url(../img/bg-pop.png) no-repeat top center/100% 100%;
}

.m  .pop .close_popmsg, .m  .pop .close_pop {
    color: #d2456c;
    right: 65px;
    top: 50px;
    font-size: 50px;
}
.m .popmsgarea {
    width: 80%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 80px;
}

.m .pop.share-tips{
    background: #faf9f900;
}

.pc .pop.popmsg,.m.unwx .pop.popmsg{
    background: url(../img/bg-pop-qr.png) no-repeat top center/100% 100%;
}
.pc .popmsgarea {
    padding: 35px 0 0 0;
}
.m .pop.popmsg {
    width: 750px;
    height: 750px;
}
.m .popmsg p{
    font-size: 30px;
    line-height: 80px;
}
.popmsgarea .qrcode {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 47px;
}
.qrcode img {
    width: 300px;
    height: 300px;
    border-radius: 15px;
}
.pop .close_pop {
    font-size: 20px;
    right: -15px;
    top: 0px;
    color: #f0f8ff;
    text-align: center;
}
.pop .close_pop:hover {
    transform: scale(1.2);
    right: -20px;
}
.m .pop .close_pop:hover{
   transform: scale(1.2);
    right: 50px;
}
.awarded-items {
    width: 100%;
    height: 450px;
    overflow-y: scroll;
}

.m .awarded-items .item {
    font-size: 25px;
    line-height: 50px;
    text-align: center;
}
.awarded-items img {
    width: 120px;
    height: 120px;
}
.m .popmsg .item-name {
    text-align: center;
    font-size: 26px;
}
.m .popmsg .copy-sn {
    font-size: 28px;
    line-height: 50px;
    text-decoration: #8e8eb7 2px underline dashed;
}

.ls-item {
    margin-bottom: 15px;
    border-bottom: #bf4646 dashed thin;
}
.copy-sn {
    color: #96640a;
}
.copy-sn:hover, .m .copy-sn:active {
    text-decoration-color:#6ee022;
}
.slice-1{
    height: 1154px;
}
.slice-1 .blank{
    height: 940px;
}
.btn-visual{
    width: 397px;
    height: 161px;
    margin: 0 auto;
    background: url(../img/btn-visual.png) no-repeat;
}
.slice-2{
    height: 920px;
}
.slice-2 .blank {
    height: 183px;
}
.roulette-board{
    width: 455px;
    height: 455px;
    margin: 0 auto;
    background: url(../img/roulette-board-prod.png) no-repeat top center;
    border: black solid thin;
    border-radius: 50%;
}
.roulette-pool{
    width: 455px;
    height: 455px;
    border-radius: 50%;
    border:#f25e3f solid thin;
}

.item-wrap{
    width: 105px;
    height: 105px;
    margin: 0 auto;
}
.item-wrap .item{width: 88px;height: 88px; background: url(../img/items/item-3.png) no-repeat top center/100% 100%;margin: 0 auto;}
.item-1 .item{
    background-image: url(../img/items/item-1.png);
}
.item-2 .item{
    background-image: url(../img/items/item-2.png);
}
.item-3 .item{
    
}
.item-4 .item{
    background-image: url(../img/items/item-4.png);
    transform: rotate(-180deg);
}
.item-5 .item{
    background-image: url(../img/items/item-5.png);
}

.item-desc{
    color: #20211f;
    text-align: center;
    font-size: 18px;
}
.item-4 .item-desc {
    transform: rotate(180deg);
}
.item-wrap.item-1 {
    margin: 45px 0 0 185px;
}
.item-wrap.item-2 {
    margin: -15px 0 0 45px;
    transform: rotate(-72deg);
}
.item-wrap.item-3 {
    margin: 40px 0 0 90px;
    transform: rotate(8deg);
    /* transform: rotate(-172deg); */
}
.item-wrap.item-4 {
    margin:-90px 0px 0 265px;
    transform: rotate(144deg);
}
.item-wrap.item-5 {
    margin: -265px 0 0 305px;
    transform: rotate(72deg);
}

.roulette-center{
    width: 161px;
    height: 172px;
    background: url(../img/roulette-center.png) no-repeat;
    margin: 0 auto;
    margin-top: -320px;
}
.roulette-center.r1 {
    transform: rotate(0deg);
}
.roulette-center.r2 {
    transform: rotate(-72deg);
}
.roulette-center.r3 {
    transform: rotate(-144deg);
}
.roulette-center.r4{
    transform: rotate(-216deg);
}
.roulette-center.r5{
    transform: rotate(72deg);
}

.lottery-action {
    padding-top: 60px;
}
.btn-lottery{
    width: 387px;
    height: 178px;
    background: url(../img/btn-roulette.png) no-repeat;
    margin:0 auto;
}
.btn-lottery.disable {
    filter: grayscale(0.8);
    transform: unset;
}


/* .lottery-item.active,.lottery-item:hover{ */
/* .lottery-item.active{ */
    /* transform: scale(1.5); */
    /* filter: brightness(1.2)  drop-shadow(2px 4px 6px green); */
/* } */


.balance-info{
    width: 100%;
    min-height: 30px;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.balance-info *{
    font: 400;
    font-size: 18px;
    color: #ffefefef;
}
.m .balance-info *{
    font-size: 28px;
}

.slice-3 {
    height: 490px;
}
.task-guide {
    margin-top: 169px;
    width: 100%;
    height: 259px;
    justify-content: space-between;
}
.guide-line {
    width: 100%;
    height: 118px;
}
.guide-line .left p {
    padding: 75px 0 0 15px;
    color: #3e50c0;
    font-size: 24px;
}
[class*=btn-guild-] {
    width: 140px;
    height: 60px;
    border-radius: 15px;
    background: url(../img/btn-achive.png) no-repeat;
    margin: 30px 0 0 0;
    text-align: center;
    /* filter: grayscale(0.8); */
}

[class*=btn-guild-].enable{
    background: url(../img/btn-achive.png) no-repeat;
    /* filter: grayscale(0); */
}
[class*=btn-guild-].done{
    color: #976912; 
    background: url(../img/btn-yet.png) no-repeat;
}
.slice-4 {
    /* height: 490px; */
}
.slice-4 .blank{
    height: 716px;
}
.bottom-btns {
    height: 150px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
}
.bottom-btns .btn{
    width: 362px;
    height: 149px;
    background: url(../img/btn-left.png) no-repeat;
}
.bottom-btns  .btn-site{
    background: url(../img/btn-right.png) no-repeat;
}
.foot{
    width: 339px;
    height: 60px;
    margin: 0 auto;
    background: url(../img/footer-logo.png) no-repeat;    
    margin-top: 60px;
}
.bottom-right{
    text-align: center;
    font-size: 27px;
    color: #84a7f1;
    padding-top: 80px;
}

.share-tips{
    display: none;
    position: fixed;
    background-color: #faf9f900;
    top: 0px;
    z-index: 2000;
}
.share-tips .tips{
    width: 733px;
    height: 410px;
    background: url(../img/bg-share-tip.png) no-repeat;
}
.share-tips .close-pop.flg-close {
    float: left;
}

.awarded-show img {
    width: 120px;
}
.awarded-show {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.title {
    text-align: center;
}
.pop-gift-desc {
    display: none;
}

.btn-my-awards{
    background: url(../../../images/gifts_btn_h.png) no-repeat top center/100% 100%;
    height: 80px;
    margin: 25px auto;
    width: 320px;
}

.balance-info .btn-my-awards {
    display: none;
    color: #dddde4;
    margin: unset;
    background: #211717;
    height: 38px;
    width: 260px;
    border-radius: 15px;
}
.popmsg .btn-my-awards {
    line-height: 75px;
}

.m .pop .copyall {
    text-decoration: #80b14f dashed underline;
    color: #80b14f;
    font-size: 30px;
    line-height: 60px;
}
.m.unwx .qrcode {
    margin-top: 130px;
}

.pop .content-center {
    justify-content: center;
    height: 300px;
    text-align: center;
}
.pc .bottom-right {
    padding-top: 40px;
}
.m .bottom-right {
    padding-top: 35px;
}
