*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    overflow-x: hidden;
}
.fill{
    width: 100%;
    height: 100%;
}
.desc-title{
    text-align: center;
    line-height: 51px;
    font-size: 37px;
}
.opacity0{
    opacity: 0;
    pointer-events: none;
    height: 0;
}
.opacity1{
    opacity: 1;
    pointer-events: auto;
    height: auto;
}
section,div,p,span{
	position: relative;
    box-sizing: border-box;
}

.posa{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.br-pc{
    width: 100%;
    display: block !important;
}
.br-phone{
    width: 100%;
    display: none !important;
}

.wechat-link {
    text-decoration: underline;
    cursor: pointer;
    color: #b8913e;
}

.wechat-link:hover {
    color: #8b691f;
}

.play-box{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 10000;
    display: none;
    top: 0;
}
.play-box .play-wrap {
    width: 60%;
    position: absolute;
    top: 50%;
    max-height: 90vh;
    left: 50%;
    transform: translate(-50%, -50%);
}
.play-box .play {
    width: 100%;
}
.play-box .closeVideo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .8);
    text-align: center;
    line-height: 40px;
    color: rgba(0, 0, 0, .8);
    font-size: 22px;
    position: absolute;
    top: -20px;
    right: -20px;
    user-select: none;
    cursor: pointer;
}


.caseExampleContent1{
    width: 100%;
}
.caseExampleContBox{
    width: 100%;
    /* min-height: 1474px; */
    padding-bottom: 50px;
}
.caseExampleContent1 .caseExampleCont{
    width: 1260px;
    padding-top: 120px;
    margin: 0 auto;
}
.caseExampleContent1 .caseExampleCont .title{
    text-align: center;
    font-weight: bold;
    font-size: 42px;
    color: #FFFFFF;
    margin: 0 auto 0;
}
.caseExampleContent1 .caseExampleCont .swiperBox{
    width: 1260px;
    margin: 60px auto 0;
    background-color: rgba(25, 25, 25, 0.4);
    border: 1px solid rgba(212,175,55,0.34);
    padding: 50px;
}
.swiper {
    width: 100%;
    height: 760px;
    overflow: hidden;
}
.swiper-next,.swiper-prev{
    width: 85px;
    height: 85px;
    background: rgba(255, 255, 255, .2);
    border-radius: 43px;
    background-size: 18px 27px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-next.active,.swiper-prev.active{
    background: rgba(204, 153, 51, 0.5);
    cursor: pointer;
}
.swiper-prev{
    left: -100px;
}
.swiper-next{
    right: -100px;
}
.swiper-pagination-bullet{
    background: #4B4B4B !important;
    opacity: 1 !important;
    width: 21px !important;
    height: 10px !important;
    border-radius: 0 !important;
}
.swiper-pagination-bullet-active{
    background: #CC9933 !important;
}
.swiper-slide .banner{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiperNum{
    width: 81px;
    height: 39px;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 23px;
    color: #FFFFFF;
    position: absolute;
    right: 73px;
    top: 750px;
    z-index: 9;
}

.caseExampleContent1 .caseExampleCont .swiperBox .desp{
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    margin-top: 35px;
}

.caseExampleContent1 .caseExampleCont .infos{
    width: 1263px;
    background: rgba(25, 25, 25, 0.3);
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
    margin-top: 30px;
}
.caseExampleContent1 .caseExampleCont .infos .txt{
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 36px;
    width: 25%;
}
.caseExampleContent1 .caseExampleCont .infos .txt1 span{
    display: inline-block;
    height: 20px;
    padding: 0 6px;
    font-weight: 400;
    font-size: 14px;
    color: #C5A028;
    background: rgba(197, 160, 40, 0.2);
    line-height: 20px;
    margin-right: 10px;
}
.caseExampleContent1 .caseExampleCont .infos .txt2 span{
    font-size: 16px;
    color: #D1D5DB;
}
.caseExampleContent1 .caseExampleCont .infos .txt3{
    white-space: nowrap;
    padding-top: 13px;
}

.caseExampleContent1 .caseExampleCont .texts{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.caseExampleContent1 .caseExampleCont .texts .text{
    width: 616px;
    padding: 30px;
    background: rgba(25, 25, 25, 0.3);
}
.caseExampleContent1 .caseExampleCont .texts .text .tit{
    font-weight: bold;
    font-size: 26px;
    color: #CC9933;
}
.caseExampleContent1 .caseExampleCont .texts .text .txt{
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    margin-top: 24px;
}

.caseExampleContent1 .caseExampleCont .caseHead{
    margin-top: 90px;
}
.caseExampleContent1 .caseExampleCont .caseHead .title{
    font-weight: bold;
    font-size: 42px;
    color: #FFFFFF;
    text-align: center;
}
.caseExampleContent1 .caseExampleCont .caseHead .desp{
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 23px;
    text-align: center;
}


.caseExampleContent1 .caseExampleCont .caseLists{
    width: 1260px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 70px auto 0;
    padding-bottom: 100px;
}
.caseExampleContent1 .caseExampleCont .caseLists .caseItem_{
    width: 400px;
    background: #0B0B0B;
    border: 1px solid rgba(212,175,55,0.18);
    padding: 18px 19px 40px 19px;
    cursor: pointer;
}
.caseExampleContent1 .caseExampleCont .caseLists .caseItem_:hover,.caseExampleContent1 .caseExampleCont .caseLists .caseItem_.active{
    border: 1px solid #D4AF37;
}
.caseExampleContent1 .caseExampleCont .caseLists .caseItem_:hover .title,.caseExampleContent1 .caseExampleCont .caseLists .caseItem_.active .title{
    color: #D4AF37;
}
.caseExampleContent1 .caseExampleCont .caseLists .caseItem_ .topimg{
    width: 363px;
    height: 252px;
}
.caseExampleContent1 .caseExampleCont .caseLists .caseItem_ .topimg img{
    object-fit: cover;
}
.caseExampleContent1 .caseExampleCont .caseLists .caseItem_ .topimg .type{
    width: 54px;
    height: 30px;
    background: #D4AF37;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    text-align: center;
    line-height: 30px;
    position: absolute;
    left: 26px;
    top: 22px;
}
.caseExampleContent1 .caseExampleCont .caseLists .caseItem_ .topimg .imgNum{
    width: 52px;
    height: 30px;
    background: linear-gradient(0deg, rgba(13,14,16,0.4), rgba(13,14,16,0));
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    position: absolute;
    right: 13px;
    bottom: 12px;
}
.caseExampleContent1 .caseExampleCont .caseLists .caseItem_ .topimg .imgNum img{
    width: 22px;
    height: 18px;
}
.caseExampleContent1 .caseExampleCont .caseLists .caseItem_ .title{
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 32px;
    padding-top: 35px;
}
.caseExampleContent1 .caseExampleCont .caseLists .caseItem_ .txt{
    display: flex;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 36px;
}
.caseExampleContent1 .caseExampleCont .caseLists .caseItem_ .txt1{
    padding-top: 20px;
    align-items: center;
}
.caseExampleContent1 .caseExampleCont .caseLists .caseItem_ .txt1 span{
    display: inline-block;
    height: 20px;
    padding: 0 6px;
    font-weight: 400;
    font-size: 14px;
    color: #C5A028;
    background: rgba(197, 160, 40, 0.2);
    line-height: 20px;
    margin-right: 10px;
}


#pagination{display: flex;justify-content: center;margin-top: 50px;}

#pagination.light-theme ul li a,#pagination.light-theme ul li span{transition: 0.3s all;}
#pagination.light-theme ul li a.page-link{height: 40px;background: rgba(255, 255, 255, .3);border: 0px solid #DFDFDF;font-weight: bold;font-size: 18px;color: #fff;text-align: center;line-height: 40px;padding: 0 13px;}
#pagination.light-theme ul li.active span.current{height: 40px;background: #CC9933;border: 2px solid #CC9933;font-weight: bold;font-size: 18px;color: #fff;text-align: center;line-height: 40px;padding: 0 13px;}
#pagination.light-theme ul li span.ellipse.clickable{width: 57px;height: 40px;font-weight: bold;font-size: 30px;color: #fff;text-align: center;line-height: 53px;display: flex;align-items: center;justify-content: center;}
#pagination.light-theme ul li span.ellipse.clickable input{color: #fff;background: transparent;}
#pagination.light-theme ul li span.ellipse.clickable:hover{background: transparent;}

#pagination.light-theme ul li a.page-link.prev,#pagination.light-theme ul li a.page-link.next{width: 30px;height: 40px;background: rgba(255, 255, 255, .3);border: 0px solid #DFDFDF;text-align: center;line-height: 40px;background-size: cover;background-position: center;background-size: 6px 9px;background-repeat: no-repeat;}
#pagination.light-theme ul li a.page-link.prev{
    background-image: url(/best/images/caseExample/pc/icon-jt2.png);
}
#pagination.light-theme ul li a.page-link.next{
    background-image: url(/best/images/caseExample/pc/icon-jt.png);
}

#pagination.light-theme ul li.disabled span.prev,#pagination.light-theme ul li.disabled span.next{width: 30px;height: 40px;background: rgba(255, 255, 255, 0.3); background-position: center;background-size: 6px 9px;background-repeat: no-repeat;}
#pagination.light-theme ul li.disabled span.prev{
    background-image: url(/best/images/caseExample/pc/icon-jt2.png);
}
#pagination.light-theme ul li.disabled span.next{
    background-image: url(/best/images/caseExample/pc/icon-jt.png);
}


.caseExampleContent1 .goTop {
    width: 38px;
    height: 38px;
    background: #C79830;
    border-radius: 50%;
    position: fixed;
    right: 10%;
    bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s all;
    z-index: 999;
}
.caseExampleContent1 .goTop.show {
    opacity: 1;
    pointer-events: auto;
}

@media (max-width:992px) {
	.desc-title{
        text-align: center;
        line-height: .51rem;
        font-size: .37rem;
    }
    .br-pc{
        display: none !important;
    }
    .br-phone{
        display: block !important;
    }
    .bg1{
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .bg2{
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .play-box .closeVideo {
        width: 0.4rem;
        height: 0.4rem;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, .8);
        text-align: center;
        line-height: 0.4rem;
        color: rgba(0, 0, 0, .8);
        font-size: 0.22rem;
        position: absolute;
        top: -0.2rem;
        right: -0.2rem;
        user-select: none;
        cursor: pointer;
    }

    .caseExampleContent1{
        width: 100%;
    }
    .caseExampleContBox{
        width: 100%;
        min-height: auto;
    }
    .caseExampleContent1 .caseExampleCont{
        width: 6.9rem;
        padding-top: 1.2rem;
        margin: 0 auto;
    }
        
    .caseExampleContent1 .caseExampleCont .title{
        text-align: center;
        font-weight: bold;
        font-size: 0.38rem;
        color: #FFFFFF;
        margin: 0 auto 0;
    }
    .caseExampleContent1 .caseExampleCont .swiperBox{
        width: 100%;
        margin: 0.6rem auto 0;
        background-color: rgba(25, 25, 25, 0.4);
        border: 0.01rem solid rgba(212,175,55,0.34);
        padding: 0.3rem 0.28rem 0.45rem 0.28rem;
    }
    .swiper {
        width: 100%;
        height: 4.5rem;
        overflow: hidden;
    }
    .swiper-next,.swiper-prev{
        width: 0.85rem;
        height: 0.85rem;
        background: rgba(255, 255, 255, .2);
        border-radius: 0.43rem;
        background-size: 0.18rem 0.27rem;
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        top: 2.26rem;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9;
    }
    .swiper-next img,.swiper-prev img{
        width: 0.18rem;
        height: 0.27rem;
    }
    .swiper-next.active,.swiper-prev.active{
        background: rgba(204, 153, 51, 0.5);
        cursor: pointer;
    }
    .swiper-prev{
        left: -0.25rem;
    }
    .swiper-next{
        right: -0.25rem;
    }
    .swiper-pagination-bullet{
        background: #4B4B4B !important;
        opacity: 1 !important;
        width: 0.21rem !important;
        height: 0.1rem !important;
        border-radius: 0 !important;
    }
    .swiper-pagination-bullet-active{
        background: #CC9933 !important;
    }
    .swiper-slide .banner{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .swiperNum{
        width: 0.81rem;
        height: 0.39rem;
        background: rgba(0, 0, 0, 0.8);
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 400;
        font-size: 0.23rem;
        color: #FFFFFF;
        position: absolute;
        right: 0.44rem;
        top: 4.23rem;
        z-index: 9;
    }

    .caseExampleContent1 .caseExampleCont .swiperBox .desp{
        font-weight: 400;
        font-size: 0.18rem;
        color: #FFFFFF;
        line-height: 0.34rem;
        margin-top: 0.35rem;
    }

    .caseExampleContent1 .caseExampleCont .infos{
        width: 100%;
        background: rgba(25, 25, 25, 0.3);
        display: flex;
        flex-wrap: wrap;
        padding: 0.4rem 0.35rem;
        margin-top: 0.2rem;
    }
    .caseExampleContent1 .caseExampleCont .infos .txt{
        font-weight: 400;
        font-size: 0.18rem;
        color: #999999;
        line-height: 0.36rem;
        width: 50%;
    }
    .caseExampleContent1 .caseExampleCont .infos .txt1 span{
        display: inline-block;
        height: 0.2rem;
        padding: 0 0.06rem;
        font-weight: 400;
        font-size: 0.14rem;
        color: #C5A028;
        background: rgba(197, 160, 40, 0.2);
        line-height: 0.2rem;
        margin-right: 0.1rem;
    }
    .caseExampleContent1 .caseExampleCont .infos .txt2 span{
        font-size: 0.18rem;
        color: #D1D5DB;
    }
    .caseExampleContent1 .caseExampleCont .infos .txt3{
        white-space: nowrap;
        padding-top: 0;
        width: 100%;
    }
    .caseExampleContent1 .caseExampleCont .infos .txt:nth-child(n+3){
        padding-top: 0.16rem;
    }

    .caseExampleContent1 .caseExampleCont .texts{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0.2rem;
        margin-top: 0.2rem;
    }
    .caseExampleContent1 .caseExampleCont .texts .text{
        width: 100%;
        padding: 0.3rem;
        background: rgba(25, 25, 25, 0.3);
    }
    .caseExampleContent1 .caseExampleCont .texts .text .tit{
        font-weight: bold;
        font-size: 0.26rem;
        color: #CC9933;
    }
    .caseExampleContent1 .caseExampleCont .texts .text .txt{
        font-weight: 400;
        font-size: 0.18rem;
        color: #999999;
        line-height: 0.3rem;
        margin-top: 0.24rem;
    }

    .caseExampleContent1 .caseExampleCont .caseHead{
        margin-top: 0.5rem;
    }
    .caseExampleContent1 .caseExampleCont .caseHead .title{
        font-weight: bold;
        font-size: 0.42rem;
        color: #FFFFFF;
        text-align: center;
    }
    .caseExampleContent1 .caseExampleCont .caseHead .desp{
        font-weight: 400;
        font-size: 0.18rem;
        color: #FFFFFF;
        margin-top: 0.23rem;
        text-align: center;
    }
    
    
    .caseExampleContent1 .caseExampleCont .caseLists{
        width: 6.7rem;
        display: flex;
        flex-wrap: wrap;
        gap: 0.2rem;
        justify-content: space-between;
        margin: 0.3rem auto 0;
        padding-bottom: 1rem;
    }
    .caseExampleContent1 .caseExampleCont .caseLists .caseItem_{
        width: 3.23rem;
        background: #0B0B0B;
        border: 0.01rem solid rgba(212,175,55,0.18);
        padding: 0.15rem;
        cursor: pointer;
    }
    .caseExampleContent1 .caseExampleCont .caseLists .caseItem_:hover,.caseExampleContent1 .caseExampleCont .caseLists .caseItem_.active{
        border: 0.01rem solid #D4AF37;
    }
    .caseExampleContent1 .caseExampleCont .caseLists .caseItem_:hover .title,.caseExampleContent1 .caseExampleCont .caseLists .caseItem_.active .title{
        color: #D4AF37;
    }
    .caseExampleContent1 .caseExampleCont .caseLists .caseItem_ .topimg{
        width: 100%;
        height: 2rem;
    }
    .caseExampleContent1 .caseExampleCont .caseLists .caseItem_ .topimg .type{
        width: 0.54rem;
        height: 0.3rem;
        background: #D4AF37;
        font-weight: 400;
        font-size: 0.16rem;
        color: #000000;
        text-align: center;
        line-height: 0.3rem;
        position: absolute;
        left: 0.1rem;
        top: 0.1rem;
    }
    .caseExampleContent1 .caseExampleCont .caseLists .caseItem_ .topimg .imgNum{
        width: 0.52rem;
        height: 0.3rem;
        background: linear-gradient(0deg, rgba(13,14,16,0.4), rgba(13,14,16,0));
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 400;
        font-size: 0.2rem;
        color: #FFFFFF;
        position: absolute;
        right: 0.15rem;
        bottom: 0.15rem;
    }
    .caseExampleContent1 .caseExampleCont .caseLists .caseItem_ .topimg .imgNum img{
        width: 0.23rem;
        height: 0.18rem;
    }
    .caseExampleContent1 .caseExampleCont .caseLists .caseItem_ .title{
        font-weight: bold;
        font-size: 0.22rem;
        color: #FFFFFF;
        line-height: 0.32rem;
        padding-top: 0.35rem;
    }
    .caseExampleContent1 .caseExampleCont .caseLists .caseItem_ .txt{
        display: flex;
        font-weight: 400;
        font-size: 0.16rem;
        color: #FFFFFF;
        line-height: 0.36rem;
    }
    .caseExampleContent1 .caseExampleCont .caseLists .caseItem_ .txt1{
        padding-top: 0.2rem;
        align-items: center;
    }
    .caseExampleContent1 .caseExampleCont .caseLists .caseItem_ .txt1 span{
        display: inline-block;
        height: 0.2rem;
        padding: 0 0.06rem;
        font-weight: 400;
        font-size: 0.16rem;
        color: #C5A028;
        background: rgba(197, 160, 40, 0.2);
        line-height: 0.2rem;
        margin-right: 0.1rem;
    }
    

    #pagination{display: flex;justify-content: center;margin-top: 0.6rem;}

    #pagination.light-theme ul li a,#pagination.light-theme ul li span{transition: 0.3s all;}
    #pagination.light-theme ul li a.page-link{height: 0.4rem;background: rgba(255, 255, 255, .3);border: 0px solid #DFDFDF;font-weight: bold;font-size: 0.18rem;color: #fff;text-align: center;line-height: 0.4rem;padding: 0 0.12rem;}
    #pagination.light-theme ul li.active span.current{height: 0.4rem;background: #CC9933;border: 0px solid #CC9933;font-weight: bold;font-size: 0.18rem;color: #fff;text-align: center;line-height: 0.4rem;padding: 0 0.12rem;}
    #pagination.light-theme ul li span.ellipse.clickable{width: 0.57rem;height: 0.4rem;font-weight: bold;font-size: 0.3rem;color: #fff;text-align: center;line-height: 0.53rem;display: flex;align-items: center;justify-content: center;}
    #pagination.light-theme ul li span.ellipse.clickable input{color: #fff;background: transparent;}
    #pagination.light-theme ul li span.ellipse.clickable:hover{background: transparent;}

    #pagination.light-theme ul li a.page-link.prev,#pagination.light-theme ul li a.page-link.next{width: 0.3rem;height: 0.4rem;background: rgba(255, 255, 255, .3);border: 0px solid #DFDFDF;text-align: center;line-height: 0.4rem;background-size: cover;background-position: center;background-size: 0.06rem 0.09rem;background-repeat: no-repeat;}
    #pagination.light-theme ul li a.page-link.prev{
        background-image: url(/best/images/caseExample/pc/icon-jt2.png);
    }
    #pagination.light-theme ul li a.page-link.next{
        background-image: url(/best/images/caseExample/pc/icon-jt.png);
    }

    #pagination.light-theme ul li.disabled span.prev,#pagination.light-theme ul li.disabled span.next{width: 0.3rem;height: 0.4rem;background: rgba(255, 255, 255, 0.3); background-position: center;background-size: 0.06rem 0.09rem;background-repeat: no-repeat;}
    #pagination.light-theme ul li.disabled span.prev{
        background-image: url(/best/images/caseExample/pc/icon-jt2.png);
    }
    #pagination.light-theme ul li.disabled span.next{
        background-image: url(/best/images/caseExample/pc/icon-jt.png);
    }


    .caseExampleContent1 .goTop {
        width: 0.58rem;
        height: 0.58rem;
        background: #C79830;
        border-radius: 50%;
        position: fixed;
        right: 0.3rem;
        bottom: 1.3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        opacity: 0;
        pointer-events: none;
        transition: 0.3s all;
    }
    .caseExampleContent1 .goTop.show {
        opacity: 1;
        pointer-events: auto;
    }
}






/* 加载GIF */
  
.loading {
	width      : 100%;
	height     : 100%;
	background : #000;
	position   : fixed;
	top        : 0;
	left       : 0;
	z-index    : 10001;
	line-height: 100%;
	text-align : center;
}

.loading img {
	position         : absolute;
	top              : 50%;
	left             : 50%;
	-webkit-transform: translate(-50%, -50%);
	transform        : translate(-50%, -50%);
}

@media (max-width:992px) {
	.loading img {
		width: 5rem;
	}
}

/* load浮层 */
aside.loadBox{ position:fixed; left:0; top:0; width:100%; height:100%; background-color:rgba(0,0,0,0.5); z-index:999999999; display: none;}
aside.loadBox>span{ position:absolute; left:50%; top:50%; transform: translate(-50%,-50%) scale(0.46); margin-left: -0.15rem;}
aside.loadBox>span i{ position:absolute; left:0; top:0; width:0.4rem; height:0.1rem; border-radius:0.08rem; background-color:rgba(255,255,255,0.5);}
aside.loadBox>span i:nth-child(1){ transform:translate(0.6rem, 0) rotate(0deg); animation:loadCircle 2.4s 0s linear infinite;}
aside.loadBox>span i:nth-child(2){ transform:translate(0.5196rem, 0.3rem) rotate(30deg); animation:loadCircle 2.4s 0.2s linear infinite;}
aside.loadBox>span i:nth-child(3){ transform:translate(0.3rem, 0.5196rem) rotate(60deg); animation:loadCircle 2.4s 0.4s linear infinite;}
aside.loadBox>span i:nth-child(4){ transform:translate(0, 0.6rem) rotate(90deg); animation:loadCircle 2.4s 0.6s linear infinite;}
aside.loadBox>span i:nth-child(5){ transform:translate(-0.3rem, 0.5196rem) rotate(120deg); animation:loadCircle 2.4s 0.8s linear infinite;}
aside.loadBox>span i:nth-child(6){ transform:translate(-0.5196rem, 0.3rem) rotate(150deg); animation:loadCircle 2.4s 1.0s linear infinite;}
aside.loadBox>span i:nth-child(7){ transform:translate(-0.6rem, 0) rotate(180deg); animation:loadCircle 2.4s 1.2s linear infinite;}
aside.loadBox>span i:nth-child(8){ transform:translate(-0.5196rem, -0.3rem) rotate(210deg); animation:loadCircle 2.4s 1.4s linear infinite;}
aside.loadBox>span i:nth-child(9){ transform:translate(-0.3rem, -0.5196rem) rotate(240deg); animation:loadCircle 2.4s 1.6s linear infinite;}
aside.loadBox>span i:nth-child(10){ transform:translate(0, -0.6rem) rotate(270deg); animation:loadCircle 2.4s 1.8s linear infinite;}
aside.loadBox>span i:nth-child(11){ transform:translate(0.3rem, -0.5196rem) rotate(300deg); animation:loadCircle 2.4s 2.0s linear infinite;}
aside.loadBox>span i:nth-child(12){ transform:translate(0.5196rem, -0.3rem) rotate(330deg); animation:loadCircle 2.4s 2.2s linear infinite;}
@-webkit-keyframes loadCircle{0%{opacity:1}8.3%{opacity:0}50%{opacity:1}100%{opacity:1}}

aside.toastBox{position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 999999999;background-color:rgba(0,0,0,0);display: none;pointer-events: none;}
aside.toastBox .toast{background: #000;border-radius: 10px;color: #fff;position: absolute;left: 50%;top: 72%;transform: translate(-50%);padding: 5px 8px;font-size: 16px;}







