body{
    margin: 0;
    padding: 0;
    height: 100%;
    position: relative;
}
html{
    height: 100%;
}
[v-cloak]{
    display: none;
}
#app{
    position: relative;
    height: 100%;
}
.download{
    background-color: #ffffff;
}
#topCon{
    position: relative;
    margin-top: 0.8rem;
}
.bg{
    width: 5.5rem;
    display: block;
    position: relative;
    margin: 0 auto;
}
.isLoadingdiv{
    height: 100%;
}
.logo{
    position: absolute;
    width: 2.48rem;
    /* height: 2.48rem; */
    left: 50%;
    top: 50%;
    box-sizing: border-box;
    transform: translate(-50%,-50%);
}
.name{
    font-size: 0.35rem;
    text-align: center;
    margin-bottom: 1.2rem;
    letter-spacing: 0.05rem;
}
.wave{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 6.88rem;
    box-sizing: border-box;
    padding-top: 2rem;
}
.wave>img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.down{
    width: 100%;
    color: #fff;
    font-size: 0.28rem;
    position: relative;
    z-index: 2;
}
.down>a{
    width: 4.1rem;
    margin: 0.5rem auto;
    border: 1px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.15rem 0;
    border-radius: 0.1rem;
    text-decoration:none;
    color: #fff;
}
.down img{
    width: 0.4rem;
    height: 0.47rem;
    margin-right: 0.15rem;
}
.bomtitle{
    color: white;
    position: relative;
    z-index: 2;
    font-size: 0.28rem;
    width: 100%;
    text-align: center;
    letter-spacing: 0.02rem;
}
.bomtitle>span{
    font-weight: bold;
}
.newDownload img{
    width: 100%;
    display: block;
}
.newDownload .download_bt > img{
    max-height: 0.4rem;
    display: block;
    width: auto;
    margin: 0 auto;
    margin-bottom: 0.64rem;
}
.download_bt{
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc( 100%  - 1.7rem );
    transform: translate(-50%,0);
    padding-bottom: 0.78rem;
}
.download_bt a{
    display: flex;
 justify-content: center;
 align-items: center;
    font-size: 0.3rem;
    width: 100%;
    height: 0.88rem;
    line-height: 0.88rem;
    background: #448EF6;
    box-shadow: 0px 5px 24px rgba(68, 142, 246,0.46);
    margin-bottom: 0.48rem;
    border-radius: 0.1rem;
    text-decoration:none;
}
.download_bt a:nth-last-child(1){
    margin-bottom: 0;
}
.download_bt a img{
    max-width: 0.4rem;
    max-height: 0.48rem;
    display: block;
}
.download_bg{
    /* background-image: url('../../img/h5/download_bg.jpg'); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
}
.download_bt a span{
    display: block;
    font-size: 0.3rem;
    color: #fff;
    padding-left: 0.1rem;
}
.shadeweixin {
    display: flex;
    flex-direction: column;
}
.shadeweixin .arrow {
    display: flex;
    align-items: center;
}
.shadeweixin .arrow span{
    line-height: 0.7rem;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    white-space: normal;
}
.shadeweixin .step .arrow .arrow_top {
    width: 0.92rem;
    height: 2.26rem;
    position: absolute;
    top: 0.3rem;
    right: 0.7rem;
}
.shadeweixin .step {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 1.6rem;
    margin-bottom: 0.4rem;
}
.shadeweixin .step_img {
    width: 0.38rem;
    height: 0.38rem;
}
.shadeweixin .step_icon {
    width: 0.64rem;
    height: 0.56rem;
}
.shadeweixin span {
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 200;
    color: #FFFFFF;
    line-height: 0.7rem;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    white-space: normal;
}
.shadeweixin .tip_text {
    margin-left: 2.18rem;
    height: 0.3rem;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 200;
    color: #FFFFFF;
    line-height: 0.7rem;
}
.mt {
    margin-top: 2.26rem;
}
