@keyframes afeade1 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes aheight80 {
    from {
        height: 0px;
    }
    to {
        height: 80%;
    }
}

@keyframes afeade0 {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes aheight0 {
    from {
        height: 80%;
    }
    to {
        height: 0px;
    }
}
html {
    font-size: 14px;
}
@media (min-width: 0px) and (max-width: 576px) {
    .web-wrap {
        display: none !important;
    }
    .h-web-container {
        display: none;
    }
    .download-page-h5 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 577px) and (max-width: 868px) {
    .web-wrap {
        display: none;
    }
    .download-page-h5 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .webdownloadApp_container{
        display: none !important;
    }
}

@media (min-width: 869px) and (max-width: 992px) {
    .h5-wrap {
        display: none !important;
    }
    .download-page-h5 {
        display: none !important;
    }

    .h5downloadApp_container{
        display: none;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .h5-wrap {
        display: none;
    }
    .h5downloadApp_container{
        display: none;
    }

}

@media (min-width: 1201px) {
    .h5-wrap {
        display: none;
    }
    .download-page-h5 {
        display: none;
    }
    .h5downloadApp_container{
        display: none;
    }
}
#app{
    width: 100%;
}
.down-trigle {
    display: none;
    top: -18px;
    left: calc(50% - 10px);
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid rgba(0, 153, 68, 0.5);
    border-color: rgba(0, 153, 68, 0.5) transparent transparent transparent;
}


body{
    /* background: url(../img/big_bg.png) center no-repeat; */
    background-size: cover;
    /* min-height: calc(100vh - 90px); */
    height: 100%;
    /* overflow: hidden; */
    width: 100%;
    position: relative;
    /* padding-bottom: 46px; */
}

.webdownloadApp_container{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.green-module_home{
    position: relative;
    /* height: inherit; */
    /* height: 100%; */
    height: 100vh;
}

.green-module_phone {
    max-width: 1400px;
    /*width: 1600px;*/
    position: relative;
    z-index: 1;
    /* left: -25%; */
    margin: 0 auto;
}

.green-module_button {
    margin-top: 10px;
    width: 300px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    padding-bottom: 50px;
}
.green-module_home-content-wrap{
    /* height: 100%; */
    position: relative;
    padding: 0 10px;
}

.green-module_home-content {
    /* position: absolute; */
    top: 0;
    /* padding-top: 25px; */
    height: 100%;
    width: 100%;
    text-align: center;
}

.green-module_container{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.green-module_code-qrcode {
    padding: 12px;
    background-color: white;
    width: auto;
}

.green-module_code-right {
    margin-left: 15px;
    width: 180px;
}
.green-module_code-wrap{
    max-width: 350px;
    height: auto;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}


.downloadApp_block{
    display: flex;
    align-items: center;
    width: 50px;
    height: 50px;
}

img{
    vertical-align: center;
    border-style: none;
}

.downloadApp_icon{
    width: 50px !important;
    margin-right: 9px;
}

.downloadApp_btns{
    margin-top: 45px;
    margin-left: 21px;
    display: flex;
    flex-direction: column;
}

.downloadApp_btn{
    margin-bottom: 36px;
    display: flex;
}
.swiper-slide img{
    width: 100%;
    height: auto !important;
}
.swiper-container {
    width: 532px;
    position: relative;
}
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets{
    text-align: center;
    right: -20px !important;
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet{
    width: 4px;
    height: 4px;
    position: relative;
    left: 5px;
}
.swiper-pagination1{
    position: absolute;
    bottom: 20px;
    z-index: 90;
}
.swiper-pagination-bullet-active{
    width: 15px !important;
    height: 30px !important;
    border: 1px solid #eee !important;
    border-radius: 7.5px !important;
    background-color: #fff !important;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%) !important;
    display: inline-block !important;
    left: 0 !important;
}


.downloadApp_webEntryButton{
    width: 300px;
    background: #4c9eea;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 16px;
    border: 0;
    height: 56px;
    margin-top: 80px ;
}

.downloadApp_slogan_text1{
    width: 35%;
    background: black;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 16px;
    border: 0;
    height: 50px;
    margin-top: 30px;
}

.downloadApp_slogan_text2{
    width: 100%;
    color: black;
    display: flex;
    align-items: left;
    justify-content: left;
    font-size: 45px;
    border: 0;
    height: 50px;
    margin-top: 30px;
    font-weight: 500;
    padding-bottom: 100px;
}

.downloadApp_slogan_text{
    padding-bottom: 10px;
}

.downloadApp_version_text1{
    font-size: 16px;
    margin-bottom: 1px;
    line-height: 18px;
}
.downloadApp_version_text2{
    font-size: 12px;
    line-height: 14px;
}

.footer_container{
    display: flex;
    flex-direction: column;
    padding: 0px 15px 0;
}

.appdownloadbtn{
    width: 300px;
    height: 50px;
    border-radius: 30px;
    line-height: 50px;
    margin: 0px auto 20px;
    color: rgb(255, 255, 255);
    text-align: center;
}

.appdownloadbtnSuperSign{
    width: 300px;
    height: 50px;
    border-radius: 30px;
    line-height: 50px;
    background-color: #071267;
    margin: 0px auto 20px;
    color: rgb(255, 255, 255);
    text-align: center;
}

.appdownloadbtn2{
    background: rgb(255, 255, 255);
    border: 1px solid #071267;
    width: 300px;
    margin: 0px auto 20px;
    border-radius: 30px;
    color: #071267;
    text-align: center;
    line-height: 50px;
    height: 50px;
    font-size: 12px;
    position: relative;
    justify-content: center; /* 水平居中对齐子项目 */
    align-items: center; /* 垂直居中对齐子项目 */
}
.goCustomerService {
    display: none;
}
.goCustomerService img {
    margin-top: 3px;
    width: 25px;
}
.h5downloadApp_container {
    position: relative;
    width: 100%;
}
.h5downloadApp_container .downloadApp_slogan_box{
    position: relative;
}
.scollDiv {
    height: 100vh;
}
.logoDiv{
    position: relative;
    top: 50px;
}
.h5logo{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 4rem;
}
.green-module_h5-down{
    padding: 10px 10px;
    margin-top: 0px;
}
.green-module_h5-down p{
    color: grey;
    line-height: 18px;
    font-size: 12px;
    overflow-wrap: break-word;
    word-break: break-all;
    margin-bottom: 15px;
    text-align: center;
}
.h5downloadApp_container .swiper-pagination1{
    width: 100%;
    text-align: center;
    bottom: -20px !important;
}

.h5downloadApp_container .downloadApp_slogan{
    margin: 95px 0 0 0;
}
.h5downloadApp_container .swiper-container{
    width: 100% !important;
}
.h5downloadApp_container .swiper-slide{
    width: 100% !important;
}
.h5downloadApp_container .swiper-pagination-bullet-active{
    width: 30px !important;
    height: 15px !important;
    border: 1px solid #eee !important;
    border-radius: 7.5px !important;
    background-color: #fff !important;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%) !important;
    display: inline-block !important;
    left: 0 !important;
    top: 0 !important;
}
.swiper-pagination1 .swiper-pagination-bullet{
    position: relative;
    top: -4px;
}
.footer_tutorialButton{
    width: 100%;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #4c9eea;
}
.anifeade1{
    animation: afeade1 0.5s linear;
}
.aniheight80{
    animation: aheight80 0.6s linear;
}
.anifeade0{
    animation: afeade0 0.5s linear;
}
.aniheight0{
    animation: aheight0 0.6s linear;
    height: 0;
}
.h5boxcon{
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
    height: 100%;
}
.h5boxcon .contant{
    width: 100%;
    border-radius: 20px 20px 0 0;
    background: white;
    bottom: 0;
    left: 0;
    position: absolute;
    overflow: scroll;
    padding-bottom: 100px;
}
.h5boxcon .contant .title{
    width: 100%;
    height: 20px;
}
.h5boxcon .contant .title::before{
    position: absolute;
    content: "";
    display: block;
    width: 36px;
    height: 4px;
    top: calc(8px + env(safe-area-inset-top));
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
    background-color: rgba(0,0,0,.14);
    background-color: var(--rsbs-handle-bg,rgba(0,0,0,.14));
}
.h5boxcon .contant p{
    margin: 20px 0;
    text-align: center;
    color: #333;
    font-size: 18px;
    font-weight: 600;;
}
.h5boxcon .contant img{
    width: 98%;
    margin: 0 auto;
}
.DownloadApp_Footer {
    margin: 0px 0px 0px 0px;
}
.kf {
    width: 120px;
    position: fixed;
    right: 50%;
    z-index: 88;
    top: 80%;
    right: 30px;
    cursor: pointer;
    display: none;
}
.kf img {
    width: 100%;
    height: 100%
}