.swiper-container {
    height: 100%;
}

.home {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    background-image: url(../img1/p1/bg.jpg);
    background-size: auto 100%;
    background-position-x: 50%;
    background-origin: center;
}

.home .c1 {
    top: 70%;
}

.textBox {
    width: 100%;
    position: absolute;
    top: 65%;
    width: 100%;
}

.textBox p {
    white-space: nowrap;
    font-family: monospace '微软雅黑';
    width: fit-content;
    margin: .5rem auto;
    font-weight: 700;
    overflow: hidden;
    -webkit-text-stroke: 1px rgb(11, 66, 155);
}

.loading {
    width: 100%;
    height: .5rem;
    position: absolute;
    top: 28%;
    width: 80%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    border-radius: .5rem;
}



.loadBox {
    width: 97%;
    height: 60%;
    /* background-color: rgb(211, 211, 211);
    border-radius: .3rem; */
    /* position: relative; */
}

.dt {
    position: absolute;
    top: 50%;
    left: 35%;
    width: 3.625rem;
    height: 6.6rem;
}



#canvas {
    position: absolute;
    top: 0;
    left: 3.7rem;
    z-index: 666;
}

.load {
    position: relative;
    width: 0%;
    height: 100%;
    color: gold;
    /* background-color: rgb(11, 66, 155);
    border-radius: .3rem; */
}

.load::after {
    display: block;
    content: "";
    width: 2rem;
    height: 2rem;
    background: url(../img1/p1/dt1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 80%;
    left: 100%;
    -webkit-transform: translateY(-50%);
}

.loadText {
    width: fit-content;
    bottom: 1rem;
}

.boardContain {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    background-image: url(../img1/p2/bgc.jpg);
    background-size: auto 100%;
    background-position-x: 50%;
    background-origin: center;
}

.board {
    top: 88%;
    left: 20%;
    -webkit-animation: Btop 1s steps(2) forwards;
    animation-delay: 0.6s;
}

@keyframes Btop {

    /* css事件 */
    0% {
        transform: translate(0px, 0px);
    }

    100% {
        transform: translate(0px, -20px);
    }
}

.t {
    top: 8%;
    left: 13%;
    -webkit-animation: Bt 1s linear forwards;
}

@keyframes Bt {

    /* css事件 */
    0% {
        transform: translate(0px, -80px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.p1 {
    top: 11%;

}

.bB {
    -webkit-animation: Bt 1s linear forwards;
    animation-delay: 0.4s;
}

@keyframes Bt {

    /* css事件 */
    0% {
        transform: translate(-30px, 0px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.cP3 {
    -webkit-animation: cp 1s linear forwards;
    animation-delay: 0.3s;
}

@keyframes cp {

    /* css事件 */
    0% {
        transform: translate(200px, 0px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}



.p3 {
    top: 50%;
    z-index: 15;
}

.button {
    top: 60%;
    z-index: 20;
}

.flashRight {
    -webkit-animation: flashRight 1s steps(2) infinite;
}

@-webkit-keyframes flashRight {
    0% {
        border-right: 1px solid transparent;
    }

    100% {
        border-right: 1px solid #000;
    }
}

.swiper-container {
    background-image: url(../img1/main/bgc.jpg);
    /* background-size: 100% 100%; */
    background-position-x: 50%;
    background-origin: center;
    position: relative;
}

.animate__animated.animate__bounce {
    --animate-duration: 5s;
}

.fly {
    position: absolute;
    bottom: 0%;
    width: 100% !important;
}

.swiper-slide {
    /* background: url(../img/bg.jpg?v=1) no-repeat; */
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;

    /* flex-direction: column;
    align-items: center;
    justify-content: space-around; */
}

.s2 {
    overflow-x: hidden !important;
    overflow-y: auto !important;
}


.main {
    width: 100%;
    height: 100%;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    border: none;
}

.mainHeader {
    /* width: 19.05rem !important; */
    position: absolute;
    top: 0;
    left: 0rem;
    -webkit-animation: mainH 1s linear forwards;
    animation-delay: 0.1s;
}

@keyframes mainH {

    /* css事件 */
    0% {
        transform: translate(0, -100px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.rab1 {
    position: absolute;
    top: 2.5rem;
    left: 5.2rem;
    -webkit-animation: rab1 4s linear forwards;
    animation-delay: 0.1s;
}

@keyframes rab1 {
    /* css事件 */
    0%{
        transform: translate(0, -200px);
    }
    25% {
        transform: translate(0px, 0);
    }
    50% {
        -webkit-transform: rotate(-5deg);
    }
    75% {
        -webkit-transform: rotate(5deg);
    }
    100% {
        transform: translate(0, 0);
    }
}

.rab2 {
    position: absolute;
    top: 21rem;
    left: 10.8rem;
    -webkit-animation: rab 2s linear forwards;
    animation-delay: 1s;
}

@keyframes rab {
    /* css事件 */
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(50px, 0px);
    }
}

.L1 {
    position: absolute;
    top: 17.6rem;
    left: 2.5rem;
    -webkit-animation: lantern 1.6s linear infinite;
    animation-delay: 1s;
}


@-webkit-keyframes lantern {
    0%,
    100% {
        -webkit-transform: rotate(-5deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
    }
}

.L2 {
    position: absolute;
    top: 15.9rem;
    left: 5.5rem;
    -webkit-animation: lantern 1.6s linear infinite;
    animation-delay: 1s;
}

.L3 {
    position: absolute;
    top: 15.9rem;
    left: 8.5rem;
    -webkit-animation: lantern 1s linear infinite;
    animation-delay: 1s;
}

.L4 {
    position: absolute;
    top: 17.6rem;
    left: 12.2rem;
    -webkit-animation: lantern 1s linear infinite;
    animation-delay: 1s;
}

.t0 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}



.t1 {
    /* width: 16.05rem !important; */
    /* height: 12rem !important; */
    position: absolute;
    top: 20rem;
    left: -2rem;
    -webkit-animation: mainH1 1s linear forwards;
    animation-delay: 0.3s;
}

@keyframes mainH1 {

    /* css事件 */
    0% {
        transform: translate(-100px, 0);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.t2 {
    /* width: 14.05rem !important;
    height: 16rem !important; */
    position: absolute;
    top: 25rem;
    left: -3rem;
    -webkit-animation: mainH2 1s linear forwards;
    animation-delay: 0.5s;
}

@keyframes mainH2 {

    /* css事件 */
    0% {
        transform: translate(100px, 0);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

/* .ft {
    position: absolute;
    top: 144%;
    left: 1rem;
    z-index: 99;
    -webkit-animation: turn3 1.6s linear infinite;
    animation-delay: 0.6s;
}

.ft1 {
    position: absolute;
    top: 130%;
    left: -2rem;
    z-index: 66;
    -webkit-animation: turn3 1.6s linear infinite;
    animation-delay: 0.6s;
}

@keyframes turn3 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
} */
.t3 {
    /* width: 14.05rem !important;
    height: 16rem !important; */
    position: absolute;
    top: 37rem;
    left: -2rem;
    -webkit-animation: mainH1 1s linear forwards;
    animation-delay: 0.8s;
}

.lu1 {
    position: absolute;
    top: 51.8rem;
    left: 1rem;
}

.t4 {
    /* width: 18.05rem !important;
    height: 17rem !important; */
    position: absolute;
    top: 51rem;
    left: -3rem;
    -webkit-animation: mainH2 1s linear forwards;
    animation-delay: 1.5s;
}

.t5 {
    /* width: 14.05rem !important;
    height: 16rem !important; */
    position: absolute;
    top: 64rem;
    left: -0.5rem;
    -webkit-animation: mainH1 1s linear forwards;
    animation-delay: 1.8s;
}

.t6 {
    /* width: 14.05rem !important;
    height: 18rem !important; */
    position: absolute;
    top: 70rem;
    left: 5rem;
    -webkit-animation: mainH2 1s linear forwards;
    animation-delay: 2.5s;
}

.t7 {
    position: absolute;
    top: 80rem;
    left: -3rem;
}

.shou1 {
    width: 13rem;
    height: 15rem;
    /* background-color: red; */
    position: absolute;
    top: 102%;
    left: 21%;
}


.shou2 {
    width: 12rem;
    height: 11rem;
    /* background-color: #fff; */
    position: absolute;
    top: 160%;
    left: 0%;
    transform-style: preserve-3d;

}

.shou3 {
    width: 12rem;
    height: 11rem;
    /* background-color: #fff; */
    position: absolute;
    top: 200%;
    left: 26%;
}


@keyframes hand3 {

    /* css事件 */
    from {
        transform: translateX(0px);
    }

    to {
        transform: translateX(50px);
    }
}


.shou4 {
    width: 11rem;
    height: 5.5rem;
    /* background-color: #fff; */
    position: absolute;
    top: 238.8%;
    left: 0%;

}

@-webkit-keyframes hand4 {
    from {
        -webkit-transform: rotateY(0);
    }

    to {
        -webkit-transform: rotateY(100deg);
    }
}

.shou5 {
    width: 9rem;
    height: 10rem;
    /* background-color: #fff; */
    position: absolute;
    top: 258.5%;
    left: 45%;
}

.cq {
    width: 2rem !important;
    /* height: 6rem; */
    position: absolute;
    top: 91rem;
    left: 48%;
    animation: Cost 6s linear infinite;
}

.zhu {
    position: absolute;
    top: 102rem;
    left: 5rem;
    color: #b42521;

}


.bCost,
.chinaNewYear,
.greenJNH,
.channelPlay,
.newYear,
.chouFuQian {
    width: 100%;
    height: 100%;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    position: absolute;
    top: 0%;
    left: 0%;
}

.ch {
    width: 16.1rem !important;
}

.chouFuQian {
    width: 100%;
    height: 100%;
}

.ret {
    position: fixed;
    top: 3.6%;
    left: 0;
}

.channel {
    width: 16.1rem !important;
}

.CostT {
    position: absolute;
    top: 2%;
    left: 12%;
    animation: Cost 1.8s linear infinite;
}

@-webkit-keyframes Cost {
    /* css事件 */
    0% {
       /* 动画开始样式 */
       transform: scaleZ(1);
   }

   50% {
       /* 动画中间样式，可自定义中间样式，修改百分比即可 */
       transform: scale(1.1);
   }

   100% {
       /* 动画结束样式 */
       transform: scale(1);
   }
}

.CostR {
    position: absolute;
    top: 50%;
    left: 26%;
    animation: Cost 1.8s linear infinite;
}

.Costt1 {
    position: absolute;
    top: 23rem;
    left: 14%;
    animation: mainH2 1.8s linear forwards;
    animation-delay: 0.3s;
}

.Costt2 {
    position: absolute;
    top: 72rem;
    left: 14%;
    animation: mainH3 1.8s linear forwards;
    animation-delay: 2s;
}

@-webkit-keyframes roundRule{

0%, 100%{

-webkit-transform: rotate(-1deg);

}

50%{

-webkit-transform: rotate(1deg);

}

}

.cr {
    position: absolute;
    top: 14rem;
    left: 26%;
    animation: Cost 1.8s linear infinite;
}

.cT1 {
    position: absolute;
    top: 24rem;
    left: 14%;
    animation: mainH2 1.8s linear forwards;
    animation-delay: 0.3s;
}

.cT2 {
    position: absolute;
    top: 119.5rem;
    left: 14%;
    animation: mainH3 1.8s linear forwards;
    animation-delay: 5.3s;
}


.cT3 {
    position: absolute;
    top: 143.5rem;
    left: 14%;
    animation: mainH2 1.8s linear forwards;
    animation-delay: 7.3s;
}

.cT4 {
    position: absolute;
    top: 170rem;;
    left: 14%;
    animation: mainH3 1.8s linear forwards;
    animation-delay: 8.3s;
}

@keyframes mainH2 {

    /* css事件 */
    0% {
        transform: translate(100px, 0);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

@keyframes mainH3 {

    /* css事件 */
    0% {
        transform: translate(-100px, 0);
    }

    100% {
        transform: translate(0px, 0px);
    }
}


.chinaNewYearT {
    position: absolute;
    top: 1.5%;
    left: 10%;
    animation: Cost 1.8s linear infinite;
}


.chinaNewYearR {
    position: absolute;
    top: 14rem;
    left: 21%;
    animation: Cost 1.8s linear infinite;
}

.chinaNewYeart1 {
    position: absolute;
    top: 24rem;
    left: 14%;
    animation: mainH2 1.8s linear forwards;
    animation-delay: 0.3s;
}

.chinaNewYeart2 {
    position: absolute;
    top: 47rem;
    left: 14%;
    animation: mainH3 1.8s linear forwards;
    animation-delay: 2s;
}

.chinaNewYeart3 {
    position: absolute;
    top: 70.5rem;
    left: 14%;
    animation: mainH2 1.8s linear forwards;
    animation-delay: 3s;
}

.chinaNewYeart4 {
    position: absolute;
    top: 91rem;
    left: 14%;
    animation: mainH3 1.8s linear forwards;
    animation-delay: 4s;
}

.greenJNHT {
    position: absolute;
    top: 3%;
    left: 10%;
    animation: Cost 1.8s linear reverse forwards;
}

.greenr {
    position: absolute;
    top: 10rem;
    left: 25%;
    animation: Cost 1.8s linear reverse forwards;
}

.greent1 {
    position: absolute;
    top: 24rem;
    left: 14%;
    animation: mainH2 1.8s linear  forwards;
    animation-delay: 1s;
}

.greent2 {
    position: absolute;
    top: 52rem;
    left: 14%;
    animation: mainH3 1.8s linear  forwards;
    animation-delay: 2s;
}

.channelPlayT {
    position: absolute;
    top: 3%;
    left: 40%;
    animation: hand2 1.8s linear reverse forwards;
}

.channelPlayR {
    position: absolute;
    top: 14rem;
    left: 18%;
    animation: hand2 1.8s linear reverse forwards;
}


.channelPlayt1 {
    position: absolute;
    top: 24rem;
    left: 14%;
    animation: mainH2 1.8s linear  forwards;
    animation-delay: 1s;
}

.channelPlayt2 {
    position: absolute;
    top: 58.5rem;
    left: 14%;
    animation: mainH3 1.8s linear  forwards;
    animation-delay: 2s;
}


.fH {
    position: absolute;
    top: 3%;
    left: 0;
}

.qianP {
    position: absolute;
    top: 36%;
    left: 18%;
    width: 10.25rem !important;
    margin-top: 8px;
    margin-left: 8px;
    animation: scale 2s linear infinite;
}

.fuQian {
    height: 100% !important;
}

@keyframes scale {

    /* css事件 */
    0% {
        /* 动画开始样式 */
        transform: scaleZ(1);
    }

    50% {
        /* 动画中间样式，可自定义中间样式，修改百分比即可 */
        transform: scale(1.1);
    }

    100% {
        /* 动画结束样式 */
        transform: scale(1);
    }
}

.cQbutton {
    position: absolute;
    top: 84%;
    left: 20%;

}

.qianMain {

    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.qian {
    height: 100%;
    position: relative;
}

.qian1 {
    top: 0%;
    left: 0%;
    height: 100%;

}

.qian1T {
    position: absolute;
    top: 8%;
    left: 14%;
    -webkit-animation: cp1 1s linear forwards;
    animation-delay: 0.2s;
}

@keyframes cp1 {

    /* css事件 */
    0% {
        transform: translate(0, -100px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.rw {
    position: absolute;
    top: 61%;
    left: 54%;
    -webkit-animation: tu 1s linear forwards;
    animation-delay: 0.2s;
}

@keyframes tu {

    /* css事件 */
    0% {
        transform: translate(100px, 0);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.save1 {
    position: absolute;
    top: 76%;
    left: 23%;
    -webkit-animation: cp1 1s linear forwards;
    animation-delay: 0.3s;
}

.QR {
    width: 3rem !important;
    height: 3rem;
    position: absolute;
    top: 86%;
    left: 75%;
    -webkit-animation: tu 1s linear forwards;
    animation-delay: 0.2s;
}

.qian p {
    position: absolute;
    top: 84%;
    left: 32%;
    color: gold;
    opacity: 0.5;
}



.page {
    position: absolute;
    top: 0;
    left: 0;
}

.can {
    height: auto;
}

.s1 {
    background: none;
}

.title {
    margin: 1rem auto;
}

.tBox {
    position: relative;
    margin-bottom: 3rem;
}

.t2Box {
    position: relative;
    margin-bottom: 7rem;
}

.p3center {
    top: 55%;
}

.s5 .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.p8t2 {
    position: relative;
}

#container {
    width: 95%;
    height: 80%;
    left: 51%;
    border-radius: .5rem;
}

.qrcode {
    width: 2.5rem !important;
    height: 2.5rem;
    background-color: #fff;
    position: absolute;
    bottom: 0rem;
    left: 0rem;
}

.tcon {
    width: calc(100% - 1rem);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-left: .2rem;
}

.row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.s9 .tbox {
    position: relative;
    margin-bottom: 3rem;
}

.row>div {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 3.7rem;
    height: 3.7rem;
    border-radius: .2rem;
    position: relative;
}

.p9t {
    position: absolute;
    top: 110%;
    width: 100%;
    font-size: .5rem;
    text-align: center;
    word-break: normal;
    word-wrap: normal;
}

.p9tw {
    width: 140%;
}

.row1 {
    justify-content: space-between;
}