body, html {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #21a396;
}
body::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/images/website/new2025/bg_after.png) repeat;
    background-size: 7.2rem 1.05rem;
    pointer-events:none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;}
input[type="number"]{
    -moz-appearance:textfield;}

section{
    position: relative;
    margin: 0 auto;
    width: 7.2rem;
    min-height: 100%;
    background: -webkit-linear-gradient(#6cf2ca 11%, #4acba5 51%, #22a59a 92%);
    background: linear-gradient(#6cf2ca 11%, #4acba5 51%, #22a59a 92%);
}

@font-face {
    font-family: 'NewEras';
    src: url("/images/common/fonts/NewEras.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}


@-webkit-keyframes show {
    100% {
        opacity: 1;
    }
}
.df {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-items: center;
    justify-content: center;
}

.bg {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.wrapper {
    margin: 0 auto;
    width: 7.2rem;
    color: #89d1f7;
    font-size: .16rem;
}

.nav {
    overflow: hidden;
    width: 100%;
    height: .74rem;
    background: url(/images/website/new2025/bg_nav.gif) repeat-x;
    background-size: .12rem .74rem;
}

.nav_btn {
    position: relative;
    width: 100%;
    height: .74rem;
    background-repeat: no-repeat;
    background-size: 2.41rem .74rem;
    background-position: top center;
}

.nav_btn.active::after,
.nav_btn:hover::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .03rem;
    background: #FBFFBA;
    box-shadow: 0 0 .05rem #FBFFBA;
}

.nav_btn::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: .02rem;
    height: .74rem;
    background: url(/images/website/new2025/bg_nav_line.png) no-repeat;
    background-size: 100% 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav_btn:last-of-type::before {
    background: none
}

.nav_btn_news.active, .nav_btn_news:hover {
    background-image: url(/images/website/new2025/nav_bar_active_04.png)
}



.footer, .footer-land {
    bottom: 0;
    left: 50%;
    width: 7.2rem;
    background: #008080;
    border-top: .02rem #1AA9B4 solid;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.footer a, .footer-land a {
    float: left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.footer a.icoFaceBook, .footer-land a.icoFaceBook {
    margin: 0 .22rem .24rem .4rem;
    width: .62rem;
    height: .62rem;
    background-image: url(../../images/website/ico_facebook.png);
}

.footer a.icoMail, .footer-land a.icoMail {
    margin-right: .1rem;
    width: .62rem;
    height: .63rem;
    background-image: url(../../images/website/ico_mail.png);
}
.footer .icoAge, .footer-land .icoAge {
    margin: 0 .1rem;
    width: .58rem;
    height: .58rem;
    background: url(/images/website/new2025/ico_age_18+.png) no-repeat;
    background-size: 100% 100%;
}

.footer a.icoIns, .footer-land a.icoIns {
    margin-left: .2rem;
    width: .63rem;
    height: .63rem;
    background-image: url(/images/website/ins.png);
}

.footer a.icoYoutube, .footer-land a.icoYoutube {
    width: .63rem;
    height: .63rem;
    background-image: url(/images/website/youtube.png);
}

.footer a.icoTop, .footer-land a.icoTop {
    float: right;
    margin-right: .1rem;
    width: .58rem;
    height: .58rem;
    background-image: url(../../images/website/ico_top.png);
}

.footer .itemText, .footer-land .itemText {
    clear: both;
    color: #45b7bb;
    text-align: center;
}

.wrapperInside {
    margin: 0 auto;
    width: 7.2rem;
    color: #006761;
    font-size: .22rem;
    z-index: 3;
}

.wrapperInside .top {
    top: 0;
    left: 0;
    padding: 0 .2rem;
    width: 100%;
    height: .95rem;
    background: #EAFFEF;
    border-bottom: .03rem #c5f3e3 solid;
    font-family: 'NewEras';
    font-size: .38rem;
    color: #008069;
    box-sizing: border-box;
    z-index: 2;
}

.wrapperInside .btnReturn {
    top: 50%;
    left: .3rem;
    width: .41rem;
    height: .39rem;
    background-image: url(/images/website/new2025/ico_home.png);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*.wrapperInside .footer {*/
/*    position: fixed;*/
/*    top: auto;*/
/*    bottom: 0;*/
/*    left: 50%;*/
/*    box-sizing: border-box;*/
/*    margin-left: -3.6rem;*/
/*    padding-top: .25rem;*/
/*    width: 7.2rem;*/
/*}*/


.vipGift .itemTopTitle{
    margin: .85rem auto .8rem;
    width: fit-content;
    font-size: .36rem;
    color: #006761;
    font-family: 'NewEras';
}
.vipGift .itemTopTitle::before{
    content: "";
    position: absolute;
    top: -.17rem;
    left: -.45rem;
    width: .52rem;
    height: .64rem;
    background: url(/images/vipGift/ico_gift.png) no-repeat;
    background-size: 100% 100%;
}
.vipGift .itemTopTitle::after{
    content: "";
    position: absolute;
    bottom: -.25rem;
    left: 50%;
    width: 5.82rem;
    height: .16rem;
    background: url(/images/vipGift/line.png) no-repeat;
    background-size: 100% 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.vipGift .info{
    margin: 0 auto;
    width: 6rem;
}
.vipGift .info .con-top{
    font-size: .24rem;
    color: #006761;
}
.vipGift .ico-guide{
    right: 0;
    width: .33rem;
    height: .33rem;
    background-image: url("/images/vipGift/ico_help.png");
    background-color: transparent;
    border: none;
}
.con-bot input{
    padding: 0 .2rem;
    margin-top: .3rem;
    font-size: .26rem;
    color: #b8ffdb;
    width: 100%;
    height: .6rem;
    text-align: center;
    background: rgba(57,176,143,.78);
    -webkit-border-radius: .1rem;
    border-radius: .1rem;
    border-top: .02rem #39AC8B solid;
    border-bottom: .02rem #8EDFC3 solid;
    border: none;
    outline: none;
    box-sizing: border-box;
}
.btn-exchange {
    margin: .3rem auto .7rem;
    width: 2.79rem;
    height: .93rem;
    background-image: url(../../images/website/new2025/button/exchange_ok.png);
    border: none;
    background-color: transparent;
}
.bot-tips{
    margin: 0 auto 5.5rem;
    width: 6rem;
}
.bot-tips li{
    margin-bottom: .2rem;
}
.thickdiv {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    display: none;
    width: 100%;
    height: 100%;
    border: 0 none;
    background: #000;
    opacity: .7;
}




.footer-guid {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.81rem;
    background: url(../../images/website/bg_footer.jpg) no-repeat;
    background-size: auto;
    background-size: 100% 100%;
}

.footer-guid a {
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-guid a.icoFaceBook {
    margin: .38rem .22rem .24rem .4rem;
    width: .62rem;
    height: .62rem;
    background-image: url(../../images/website/ico_facebook.png);
}

.footer-guid a.icoMail {
    margin-top: .38rem;
    width: .62rem;
    height: .63rem;
    background-image: url(../../images/website/ico_mail.png);
}

.footer-guid a.icoIns {
    margin-top: .38rem;
    margin-left: .2rem;
    width: .63rem;
    height: .63rem;
    background-image: url(/images/website/ins.png);
}

.footer-guid a.icoTop {
    float: right;
    margin-top: .38rem;
    margin-right: .4rem;
    width: .58rem;
    height: .58rem;
    background-image: url(../../images/website/ico_top.png);
}

.footer-guid a.discordIns {
    margin-top: .38rem;
    margin-left: .2rem;
    width: .63rem;
    height: .63rem;
    background-image: url(/images/website/ico_discord.png);
}

.footer-guid .itemText {
    clear: both;
    color: #45b7bb;
    text-align: center;
    font-size: .2rem;
}

.footer a.discordIns, .footer-land a.discordIns {
    margin-left: .2rem;
    width: .63rem;
    height: .63rem;
    background-image: url(/images/website/ico_discord.png);
}

.footer a.icoMail {
    display: block;
}

.footer .ico-list {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.footer .mail-detail {
    margin: .2rem auto 0;
    clear: both;
    display: flex;
    display: -webkit-flex;
    width: 92%;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;;
    align-items: center;
    justify-content: space-between;
}

.footer .mail-detail .text {
    margin: 0 .25rem 0 .1rem;
    width: 4.95rem;
    color: #45b7bb;
    font-size: .2rem;
    word-wrap: normal;
    word-break: break-word;
}

.footer .href-list {
    display: flex;
    display: -webkit-flex;
    padding: .1rem 0;
    margin-top: .1rem;
    background: #006A6F;
    color: #00b5a9;
    font-size: .18rem;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.footer .href-list a {
    color: #00b5a9;
    text-decoration: underline;
}
.footer .ico-media-list {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    gap: .3rem;
    -webkit-justify-content: center;
    justify-content: center;
}

.footer .ico-media-list .ico-enter-media {
    margin-top: .2rem;
}

.footer .ico-media-list img {
    margin-left: 0;
    width: .55rem;
}

.exchangeBox {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 102;
    display: none;
    width: 6.2rem;
    height: 3.46rem;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.exchangeBox::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border: .05rem rgba(136,236,199,.68) solid;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}

.exchangeBox .text {
    margin: .75rem auto .6rem;
    padding: 0 .15rem;
    color: #008a73;
    text-align: center;
    font-size: .3rem;
    height: 1rem;
}

.exchangeBox .btnReceive,
.orderBox .btnReceive {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 2.79rem;
    height: .93rem;
    background-image: url(../../images/website/new2025/button/exchange_ok.png);
    z-index: 2;
}

.yellow {
    background-image: -webkit-linear-gradient(top, #fffeb7, #fff388, #ffb831);
    background-image: linear-gradient(top, #fffeb7, #fff388, #ffb831);
    background-image: -ms-linear-gradient(top, #fffeb7, #fff388, #ffb831);
    background-image: -moz-linear-gradient(top, #FFFEB5, #FFE571, #FFB52C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.commonBg{
    -webkit-background: linear-gradient(#E5FEED,#C3FCE3);
    background: linear-gradient(#E5FEED,#C3FCE3);
    border-top: .01rem #BDFBDF solid;
    border-left: .02rem #6BF4C3 solid;
    border-right: .02rem #6BF4C3 solid;
    border-bottom: .05rem #6BF4C3 solid;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    -webkit-box-shadow: 0 .05rem .05rem #239385;
    box-shadow: 0 .05rem .05rem #239385;
}
.orderBox {
    top: 50%;
    left: 50%;
    margin-left: -3.04rem;
    width: 6.08rem;
    height: 5.34rem;
    background-image: url(../../images/website/webInfull/order_box_bg.png);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 107;
}
.viewGuideBox{
    top: 6.7rem;
    left: initial;
    right: .1rem;
    width: 5.93rem;
    height: 6.26rem;
    background-image: url(../../images/vipGift/pup_tips.png);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.exchangeBox .colseBtn,
.viewGuideBox .colseBtn {
    position: absolute;
    top: -.2rem;
    right: -.2rem;
    display: inline-block;
    width: .67rem;
    height: .68rem;
    background-image: url(../../images/website/new2025/button/btn_close.png);
    z-index: 2;
}
.exchangeBox .colseBtn{
    top: -.2rem;
    right: -.2rem;
}

.footer .mail-detail .text a{
    color: #45b7bb;
    float: none;
}

.icoWhatsApp{
    margin-right: .1rem;
    width: .55rem;
    height: .55rem;
    background-image: url(../../images/vipGift/ico_whatsapp.png);
}
/*@media all and (orientation:landscape) {*/
/*    .wrapperInside .footer{*/
/*        position: inherit;*/
/*        margin-left: 0;*/
/*    }*/
/*}*/