@property --rotate {
    syntax: "<angle>";
    initial-value: 132deg;
    inherits: false;
}

;

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

* {
    padding: 0;
    margin: 0;
}

/* img {
    vertical-align: middle;
}

a {
    text-decoration: none;
} */

html,
body,
.page,
.swiper-container,
.swiper-wrapper,
.swiper-slide-parent {
    width: 100vw;
    height: 100vh;
}

a{
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}

.flex{
    display: flex;
    align-items: center;
}


.page {
    position: relative;
}

.header {
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
}

.logo {
    position: absolute;
    width: 486px;
    /* height: 57px; */
    left: 10%;
    top: 80px;
    /* background: url(../img/wg_logo.png) no-repeat;
    background-size: 100% 100%; */
    font-size: 34px;
    font-weight: bolder;
    font-style: oblique;
    color: #ffffff;
}
.logo img{
    width: 486px;
    /* height: 57px; */
}

.tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    right: 10%;
    top: 60px;
    margin-left: 150px;
    z-index: 1000;
}
.tabs .btn2{
    margin-left: 80px;
}

.recharge {
    position: absolute;
    left: 81%;
    top: 37px;
    width: 78px;
    height: 34px;
}

.recharge img {
    padding-right: 10px;
}

.tabs_item {
    width: 114px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.tabs_item img{
    height: 25px;
    display: block;
}
.act1 {
    
    width: 114px;
    height: 88px;
    /* background: url(../img/top_sel_img.png) no-repeat;
    background-size: 100% 100%; */
    /* position: absolute;
    left: 60px;
    margin-left: -25px;
    top: 50px; */
}


.arrow-right {
    background: url(../img/glide_icon.png) no-repeat;
    position: fixed;
    right: 50%;
    top: 90%;
    margin-right: -15.5px;
    width: 31px;
    height: 15px;
    z-index: 1000;
}

.tip-code {
    position: fixed;
    right: 5%;
    top: 75%;
    z-index: 1000;
}

.tip-code img {
    width: 143px;
    height: auto;
}

.swiper-slide {
    /* background-position: 50% 50%; */
    position: relative;
}


/* .swiper-slide2-1{
   
    background: url(../img/bg.png) no-repeat;
    background-size: cover;
}
.swiper-slide2-2{
    
    background: url(../img/img1.png) no-repeat;
    background-size: cover;
} */


.slide1 {
    background: url(../img/bg.png) no-repeat;
    background-size: cover;
}

.slide2 {
    background: url(../img/bg.png) no-repeat;
    background-size: cover;
}

.slide3,.slide4 {
    background: url(../img/bg.png) no-repeat;
    background-size: cover;
} 

.slide5 {
    background: url(../img/bg.png) no-repeat;
    background-size: cover;
}


.slide2 .title {
    margin-top: 29px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 10px;
}

.slide3 .title {
    margin-top: 29px;
    width: 555px;
    height: 30px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 10px;
}

.slide4 .title {
    margin-top: 29px;
    width: 562px;
    height: 80px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
}

.slide4 .message1 {
    padding: 14px 28px;
    position: absolute;
    left: 74%;
    top: 39%;
    z-index: 10;
    background: linear-gradient(0deg, #894BFF 0%, #84A0FF 100%);
    border-radius: 10px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;

}

.act1 {
    color: #ffffff !important;
}
.tabs_item .act_img_no{
    display: block;
}
.tabs_item .act_img{
    display: none;
}
.act1 .act_img{
    display: block;
}
.act1 .act_img_no{
    display: none;
}



.act3 {
    position: absolute;
    width: 200px;
    height: 54px;
    left: 365px;
    top: 20px;
    background: url(../img/hong_bg.png) no-repeat;
    background-size: auto 100%;
}

.act4 {
    color: #999 !important;
}

.slide4 .message2 {
    padding: 14px 28px;
    position: absolute;
    left: 60%;
    top: 58%;
    z-index: 10;
    background: linear-gradient(0deg, #894BFF 0%, #84A0FF 100%);
    border-radius: 10px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;

}

.slide4 .message3 {
    padding: 14px 28px;
    position: absolute;
    left: 72%;
    top: 72%;
    z-index: 10;
    background: linear-gradient(0deg, #894BFF 0%, #84A0FF 100%);
    border-radius: 10px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;

}

.slide5 {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    position: relative;
    justify-content: center;
    box-sizing: border-box;
}
.ani-5{
    width: 40%;
    height: 300px;
    max-width: 500px;
    padding-top: 120px;
    background: rgba(255, 255, 255, .7);
    box-shadow: 0px 0px 10px 7px rgba(46,48,62,0);
    border-radius: 60px;
    text-align: center;
    font-size: 30px;
    color: #333333;
    margin-top: 10%;
}
.ani-51{
    background: url(../img/concat.png) no-repeat;
    background-size: contain;
    margin-right: 20%;
}
.ani-52{
    background: url(../img/mail_icon.png) no-repeat;
    background-size: contain;
    margin-right: 0;
}
.ani-5:last-child{
    margin-right: 0;
}
.ani-5 img{
    width: 200px;
    margin-bottom:50px;
    display: inline-block;
}
.slide5 .h1 {
    margin-top: 160px;
    font-size: 34px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.slide5 .tip {
    margin: 31px 0 84px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.slide5 .con {
    width: 80%;
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    line-height: 40px;
}

.slide5 .foot {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 180px;
    background-color: #161147;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
}

.foot span {
    margin: 0 20px;
}
.foot a{
    color: #ffffff; 
}

.tip-content {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 40px;
}

.tip-content div:nth-child(2)::before ,
.tip-content div:nth-child(3)::before{
    content: '';
    width: 2px;
    height: 66px;
    background: #E1EAFF;
    box-shadow: 0px 0px 20px -10px rgba(109, 85, 154, 0.63);
    border-radius: 34px;
    position: absolute;
    left: -70px;
    top: 50%;
    margin-top: -33px;
}

.tip-item {
    width: 302px;
    height: 312px;
    background: url('../img/concat-ng.png') 0 0 no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 70px;
    position: relative;
}


.tip-item img {
    margin-bottom: 30px;
    width: 90px;
    height: 90px;
}

.tip-item p {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333333;
}

.tip-item p span:nth-child(1) {
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
}

.tip-item p span:nth-child(2) {
    font-size: 20px;
    margin-top: 10px;
}

.pagination-parent {

    position: fixed;
    z-index: 100;
    margin-top: -81.5px;
    top: 50%;
    right: 17px;
}

.swiper-pagination-switch {
    width: 7px;
    height: 7px;
    background: #333;
    border-radius: 50%;
    display: block;
    margin: 7px 7px 13px;
    cursor: pointer;
}

.swiper-active-switch {
    width: 7px;
    height: 18px;
    background: #ffffff;
    border-radius: 4px;
}


.dividing-line {
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #fff;
    height: 15px;
    margin: 0 8px;
}

.white {
    color: #fff;
}



.ani {
    opacity: 0;
}

.slide1 .title {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    margin-top: 43px;
    margin-left: 170px;
}

.ani-slide .ani1-1 {
    opacity: 1;
    -webkit-animation: fadeInDown 1s 0.5s both;
    animation: fadeInDown 1s 0.5s both;
    font-size: 60px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-style: italic;
    color: #FFFFFF;
    line-height: 66px;
    position: relative;
    width: 90%;
}
.ani1-2{
    /* width: 100%; */
    max-width: 800px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)!important;
    margin-top: 8%;
    background: rgba(255, 255, 255, .9);
box-shadow: 0px 0px 10px 7px rgba(46,48,62,0);
border-radius: 60px;
padding: 30px 50px;
}
.ani1-2 >div{
    justify-content: center;
}
.ani1-2 >div img{
    width: 40%;
}
.ani1-2>img{
    width: 80%;
    display: block;
    margin:0 auto 20px;
}
.ani1-2 p{
    font-size: 18px;
}
.ani-slide .ani1-1 img{
    width: 100%;
    /* position: absolute;
    bottom:50px; */
    /* left: 50%; */
}

.ani-slide .ani1-2 {
    opacity: 1;
    -webkit-animation: fadeInDown 0.5s 0.3s both;
    animation: fadeInDown 0.5s 0.3s both;
}

.ani-slide .ani1-3 {
    opacity: 1;
    -webkit-animation: fadeInUp 1s 0.3s both;
    animation: fadeInUp 1s 0.3s both;
    display: flex;
    justify-content: space-around;
    position: absolute;
    bottom: 20%;
    width: 100vw;
    left: 0;
}

.ani-slide .ani1-4 {
    opacity: 1;
    -webkit-animation: fadeInDown 0.5s 0.3s both;
    animation: fadeInDown 0.5s 0.3s both;
}

.download-area {
    margin-top: 66px;
    z-index: 11;
}

.download-ios,
.download-android {
    width: 358px;
    min-height: 88px;
    background: url(../img/dwon_bg.png) no-repeat;
    background-size: 100% 100%;
    /* overflow: hidden; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.download-ios {
    float: left;
}

.download-android {
    float: right;
}

.flip {
    width: 260px;
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.flip img {
    height: 30px;
}

.flip-pic-ios,
.flip-pic-android {
    display: none;
}

.flip-pic-ios img,
.flip-pic-android img {
    width: 183px;
    height: 183px;
}

/* 充值 */



:root {
    --card-height: 140px;
    --card-width: 140px;
}

.card {
    width: var(--card-width);
    height: var(--card-height);
    margin-left: 20px;
    position: relative;
    border-radius: 6px;
    font-size: 1.5em;
    color: rgb(88 199 250 / 0%);
    cursor: pointer;
}

.card img {
    width: 120px;
    height: 120px;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: 50%;
    margin-top: -60px;
}

.toCard {
    position: absolute;
    left: 76%;
    top: 100px;
    margin-left: 150px;
    display: none;
    /* visibility: hidden; */
    width: 300px;

}

.toCard p {
    font-size: 16px;
    color: #ffffff;
    width: 100%;

    padding-bottom: 20px;

}

.card::before {
    content: "";
    width: 104%;
    height: 102%;
    border-radius: 8px;
    background-image: linear-gradient(var(--rotate), #5ddcff, #3c67e3 43%, #4e00c2);
    position: absolute;
    z-index: -1;
    top: -1%;
    left: -2%;
    animation: spin 2.5s linear infinite;
}

.card::after {
    position: absolute;
    content: "";
    top: calc(var(--card-height) / 6);
    left: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    transform: scale(0.8);
    filter: blur(calc(var(--card-height) / 6));
    background-image: linear-gradient(var(--rotate), #5ddcff, #3c67e3 43%, #4e00c2);
    opacity: 1;
    transition: opacity .5s;
    animation: spin 2.5s linear infinite;
}

@keyframes spin {
    0% {
        --rotate: 0deg;
    }

    100% {
        --rotate: 360deg;
    }
}

.auth_title {
    margin-left: 10px;
    color: #FFFFFF !important;
    font-size: 12px;
}

.auth_title:hover {
    color: #e9e9e9 !important;
    text-decoration: underline;
}

.icp {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF !important;

}

.icp:hover {
    color: #e9e9e9 !important;
    text-decoration: underline;
}

a {
    color: #ffffff;
}

.slide2-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100vh;
    /* padding: 12% 0 0 10%; */
    box-sizing: border-box;
}

.slide2-content>div{
    display: flex;
    flex-direction: column;
    padding-left: 13%;
}

.btm{
    position: relative;
}

.erw_con{
    position: absolute;
    bottom: 56px;
    left: 19px;
    width: 212px;
    height: 222px;
    background: url('../img/erw_bg.png') 0 0 no-repeat;
    background-size: cover;
    display: none;
}

.download-ewm{
    position: relative;
}

.erw_con_home{
    z-index: 11;
    left: 70px;
    bottom: 80px;
}

.download-ewm .btn-ios:hover ~ .erw_con_home{
    display: block;
}


.slide2-content img.xq {
    width: 50%;
    max-width: 400px;
    position: absolute;
    left: 15%;
}

.erw_con img{
    width: 160px!important;
    height: 160px;
    display: block;
    margin: 24px auto;
}
.slide2-content .xq_img {
    width: 30%;
    min-width: 900px;
    margin-top: 100px;
    /* margin-right: 5%; */
    position: absolute;
    right: 1%;
}
.slide2 .slide2-content .xq_img{
    min-width: 900px;
    margin-top: 100px;
}

.slide2-content .gzh{
    width: 250px;
    height: 54px;
}
.slide2-content .gzh:hover ~ .erw_con{
    display: block;
}

.slide3-content {
    /* display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 5% 10% 0 0;
    box-sizing: border-box; */
}

