﻿body {
    display: block;
    margin: 0px;
}

#app {
    width: 100%;
    height: 100%;
}

.html_content {
    position: relative;
    width: 100%;
    height: 100%;
}


.content_div {
    height: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.app_title {
    width: 88%;
    margin: 55px 0 0 10px;
}

.app_tips {
    font-size: 15px;
    color: #ffffff;
    font-weight: 800;
    margin-left: 10px;
    margin-top: 10px;
}

.user_number {
    font-size: 40px;
    color: #FFFFFF;
}


.user_content {
    color: #FFFFFF;
    font-size: 25px;
    margin-top: 30px;
    font-weight: bold;
    margin-left: 25px;
    position: absolute;
}


.download_div {
    width: 100%;
    position: absolute;
    bottom: 40px;
    text-align: center;
}

.download {
    width: 90%;
    display: inline-block;
    background-image: linear-gradient(to right,#F653FC,#2848F6);
    border-radius: 10px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    padding: 18px 0;
    animation: zooming 2s infinite;
    margin: 0 auto;
}



@keyframes zooming {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(.92);
        transform: scale(.92);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(.92);
        transform: scale(.92);
    }
}





@keyframes topBottomAm {

    0% {
        transform: translateY(10px);
    }

    25% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(10px);
    }

    75% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(10px);
    }
}



.bgimg_div {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.img_bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.img_log_view{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: 20px;
 

}


.img_logo {
   width: 50px;
    height: 50px;
    border-radius: 5px;
}






.wxtip {
    background: rgba(0,0,0,0.8);
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    font-size: larger;
    width: 100%;
    height: 100%;
    z-index: 998;
}

.wxtip-icon {
    width: 63pt;
    height: 75pt;
    background: url('../img/weixin-tip.png');
    display: block;
    background-size: cover;
    position: absolute;
    right: 27pt;
    top: 20pt;
}

.wxtip-txt {
    margin-top: 103pt;
    color: #fff;
    font-size: 15pt;
    line-height: 1.5;
}

.center_img_div {
    width: 100%;
    text-align: right
}

.center_img {
    margin-top: 10px;
    width: 70%;
    animation: topBottomAm 2s infinite;
}


.img_number_icon {
    width: 100%;
    position: absolute;
}



.card {
    background-color: rgba(171,73,173,0.5);
    border-radius: 10px;
    height: 150px;
    margin-left: 5%;
    width: 90%;
    flex-direction: column;
    justify-content: center;
    display: flex;
    margin-top: 60%;
}

.number {
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
}

.number_div {
    display: flex;
    align-items: flex-end;
    padding-left: 30px;
}


.number_tips {
    font-size: 25px;
    color: #ffffff;
    font-weight: bold;
}




.warring_tips_view {
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 30px;
}


.warring_tips {
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
}



.ba{
    position: absolute;
    bottom: 10px;
    width: 100%;
    /* margin: 0 auto; */
    display: flex;
    justify-content: center;
}

