*{
    padding: 0;
    margin: 0;
}
body {
    position: relative;
    /* max-width: 600px; */
    background: #a3b7d2;
}
.swiper-container{
    max-width: 800px;
    margin: auto;
    height: 100vh;
    position: relative;
}
.swiper-wrapper{
    width: 100%;
}
.swiper-slide{
    width: 100%;
    height: 100vh!important;
    position: relative;
    background-size: auto 100%;
}
.logo{
    position: absolute;
    top: 30px;
    left: 20px;
}
.logo img{
    width: 105px;
    height: 34px;
}
.next{
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
}
.next2{
    position: absolute;
    bottom: 8%;
    width: 100%;
    text-align: center;
}
.next img,.next2 img{
    width: 40px;
    height: 25px;
    opacity: 0.6;
}

.swiper-slide{
    object-fit: cover;
}


.img-1{
    width: 100%;
    height: auto;
}
.img-2{
    width: auto;
    height: 180%;
}
.swiper-slide-1{
    background: url(../images/000.png) no-repeat center;
    background-size: cover;
    filter: blur(20px);
    transition: all 0.3s ease;
}
.swiper-slide-2{
    background: url(../images/111.png) no-repeat center;
    background-size: cover;
}
.swiper-slide-3{
    background: url(../images/222.png) no-repeat center;
    background-size: cover;
}
.swiper-slide-4{
    background: url(../images/3.png) no-repeat center;
    background-size: cover;
}
.swiper-slide-5{
    background: url(../images/333.png) no-repeat center;
    background-size: cover;
}

.swiper-slide-6{
    background: url(../images/444.png) no-repeat center;
    background-size: cover;
}
.swiper-slide-7,.swiper-slide-8,.swiper-slide-9{
    background: url(../images/555.png) no-repeat center;
    background-size: cover;
}
.swiper-slide-8{
    background: url(../images/888.png) no-repeat center;
    background-size: cover;
}

.enter-btn-con{
    width: 100%;
    display: flex;
    z-index: 9;
    position: absolute;
    bottom: 40px;
    text-align: center;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.enter-btn{
    width: 200px;
    background-color: #fff;
    border-radius: 30px;
    padding: 10px 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    color: #3247ff;
    margin-bottom: 15px;
}

.swiper-slide-2 section{
    position: absolute;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    top: 20%;
}
.s-2-top{
    margin-bottom: 50px;
}
.s-2-top p{
    margin-bottom: 15px;
    font-size: 19px;
}
.s-2-bottom{
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 900;
    text-shadow: 0 0 15px #fff;
}
.s-2-bottom div{
    margin-bottom: 15px;
}
.s-2-bottom span:last-child{
    color: #ffa529;
    text-shadow: 0 0 15px #ffa529;
}

.s-4-font-2,.font-2,.s--font-1,.s--font-2{
    color: #ffac39;
    text-shadow: 0 0 15px #ffa529;
    /* margin-bottom: 10px; */
    font-size: 40px;
    font-weight: 900;
}

.bubble2 .s-4-font-2,.bubble3 .s-4-font-2{
    color: #ffb857;
    text-shadow: 0 0 6px #f89811;
}
.bubble4 .s-4-font-2{
    color: #ffbc5f;;
    text-shadow: 0 0 6px #ff9e2e;
}
.s-4-font-1{
    color: #fff;
    /* margin-bottom: 10px; */
    font-size: 15px;
}
.s-4-font-3{
    color: #fff;
    /* margin-bottom: 10px; */
    font-size: 18px;
    font-weight: 900;
}

/* 3 */
.bubbles {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    perspective: 1200px;
    perspective-origin: 50% 50%;
    transform-style: preserve-3d;
    
}
  .bubbles .bubble {
    position: absolute;
    border-radius: 100%;
    
    bottom: 100px;
    opacity: 0;
}
  
.bubble{
    background-color: #ffffff58;
    width: 135px;
    height: 135px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* top: 80vh; */

}
.bubble span{
    opacity: 0;
}
.s-4-font-1{

}
.bubble:nth-of-type(1),.bubble:nth-of-type(4) {
    
    left: -100%;
    scale: 0;
    transform: translateX(-50%) rotateZ(0deg);
    /* animation-name: bubbles1; */
    animation-delay: 0.0333333333s;
    animation-duration: 3s;
}
.bubble:nth-of-type(2) {
    left: -100%;
    /* bottom: 100px; */
    transform: translateX(-50%) rotateZ(0deg);
    /* animation-name: bubbles1; */
    animation-delay: 0.0333333333s;
    animation-duration: 3s;
}
.bubble:nth-of-type(3) {
    left: -100%;
    /* bottom: 100px; */
    transform: translateX(-50%) rotateZ(0deg);
    /* animation-name: bubbles1; */
    animation-delay: 0.0333333333s;
    animation-duration: 3s;
}
.swiper-slide-4{
    color: #fff;
}
.s-4-tip{
    position: absolute;
    top: 12%;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.s-4-bottom{
    position: absolute;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 17px;
    top: 66%;

}
.s-4-bottom P{
    margin-bottom: 10px;
    font-size: 19px;
}
.s-4-bottom P:last-child{
    font-size: 35px;
    font-weight: 900;
    text-shadow: 0 0 6px #fff3;
}


.s-3{
    color:#fff;
    position: absolute;
    top: 25%;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    perspective: 1200px;
    perspective-origin: 50% 50%;
    transform-style: preserve-3d;

}
.s-3 p,.s-3 div{
    font-size: 20px;
    margin-bottom: 12px;
}
.s-3 div span{
    display: inline-block;
}
.s-3-font-1,.s-3-font-4{
    font-size: 35px;
    font-weight: 900;
    text-shadow: 0 0 12px #fff;
}
.s-3 .s-3-y{
    font-size: 28px;
}

.s-3-font-2,.s-3-font-3{
    font-size: 26px;
    font-weight: 700;
    color: #ff9641;
    text-shadow: 7px 7px 3px #593f2b66;
}
.s-3-font-3{
    font-size: 30px;
    text-shadow: 0 0 12px rgb(255, 175, 110);
}

.s-5,.s-6,.s--top,.s--bottom{
    font-size: 18px;
    width: 95%;
    padding-left: 40px;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    color: #5260AB;
    letter-spacing:1px;
}
.s--bottom{
    top: unset;
    bottom: 25%;
}
.s-5 P,.s-6 P{
    margin-bottom: 15px;
}
.s-5 P span,.s-6 P span{
    display: inline-block;
}
.s-5-font-1{
    font-weight: 700;
    font-size: 25px;
}
.s-5-font-2,.s-6-font-2{
    color: #eb7819;
    letter-spacing:0px;
    text-shadow: 0 10px 5px #f38c39;
    /* margin-bottom: 10px; */
    font-size: 25px;
    font-weight: 900;
}
.s-6-font-2{
    color: #f7801f;
    text-shadow: unset;
}

.s-6{
    letter-spacing:2px;
    width: 80%;
    padding-left: unset;
    color: #fff;
}
.s-6 .s-6-font-2{
    color: #ffb477;
}
.swiper-slide-4 p{
    margin-bottom: 15px;
    font-size: 20px;
}
.swiper-slide-4 p span{
    display: inline-block;
}
.swiper-slide-4 .s--font-2{
    font-size: 36px;
    font-weight: 900;
    color: #3957ff;
    text-shadow: 0 0 15px #3957ff;
}
.s--font-1{
    font-size: 36px;
    color: #ff9239;
    text-shadow: 0 0 5px #ff9239;
}
.s-8-top{
    position: absolute;
    top: 18%;
    width: 350px;
    height: 350px;
    box-shadow: 0 0 12px #fff;
    border-radius: 20px;
    box-sizing: border-box;
    left: 50%;
    transform: translateX(-50%);
}
.s-8-top img{
    width: 100%;
    height: 100%;
}
.s-8-top-con{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    position: relative;
}
.s-8--t,.s-8--b{
    display: flex;
    flex-direction: column;
    color: #fff;
    flex: 1;
    padding: 16px 0 0 0;
}
.s-8--t{
    justify-content: end;
}
.s-8--b {
    width: 80%;
    font-size: 15px;
    justify-content: center;
}
.s-8--b div{
    margin-bottom: 3px;
}
.s-8--t div:nth-child(2){
    margin-top: 18px;
    font-size: 1rem;
}
.s-8-t-box{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    align-items: center;
}
.s-8--t div{
    text-align: center;
    justify-content: space-around;
    margin-bottom: 3px;
    align-items: center;
}
.s-8-bottom{
    position: absolute;
    width: 90%;
    bottom: 15%;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.s-8-bottom div{
    padding: 10px 10px;
    flex: 2;
    text-align: center;
    margin: 0 10px;
    font-size: 18px;
    border-radius: 50px;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
}
.s-8-bottom div:last-child{
    flex: 3;
    color: #2881db;
    background-color:#FFF;
}
.s-8-top-con .bc-img{
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.s-8--t-title{
    font-size: 38px;
    font-weight: 900;
}
.bc-top{
    display: flex;
}
.bc-top span{
    font-size: 1rem;
}

#sum-up,#sum-up-img-con{
    display: none;
    /* display: block; */
}

.sum-up{
    z-index: 999;
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100vh;
    max-width: 800px;
    transform: translateX(-50%);
}
#sum-up-img-con{
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}
#sum-up-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: block;
}
.sum-up-bg{
    width: 100%;
    height: 100vh;
}
.sum-up .s-8-top{
    box-shadow: unset;
}
.s-8-t-footer{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}
.s-8-t-footer div:first-child{
    color:#2E47E0;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.s-8-t-footer div:last-child{
    box-shadow: 0 0 12px #dfdfdf;
    padding: 2px;
}
    .s-8-t-footer div:first-child p:first-child {
        color: #2E47E0;
        font-size: 1rem;
        font-weight: 900;
        margin-bottom: 0.3rem;
    }
.s-8-t-footer .code-img{
    width: 60px;
    height: 60px;
}
#sum-up .s-8-top{
    top: 13%;
    height: 385px;
}
#loading{
    display: none;
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 10px 15px;
    opacity: 0.6;
    background-color: #616161c4;
    border-radius: 3px;
    text-align: center;
    color: #fff;
}

#msg-loading{
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    color: #202020;
}
.mask{
    background-color: #00000085;
    filter: blur(20px);
    width: 100%;
    height: 100%;
}
.msg-l-tip{
    width: 150px;
    overflow-wrap: break-word;
    padding: 15px 20px;
    border-radius: 10px;
    background-color: #ffffffcb;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#weixin-tip {
    background: none repeat scroll 0 0 rgba(0,0,0,0.7);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100010;
}

    #weixin-tip p {
        margin-top: 10%;
        padding: 0 5%;
        text-align: center;
    }

        #weixin-tip p img {
            height: auto;
            max-width: 100%;
        }
.bczp_logo{
    position:absolute;
    top:5%;
    right:5%;
    width:30%;
}