div {
    box-sizing: border-box;
}

#app {
    height: 100%;
    width: 100%;
}

.bg_img{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
}

.box {
    text-align: center;
    padding: 0 15px;
    position: relative;
}

.app_logo {
    margin: 0 auto;
    width: 90px;
    height: 90px;
    border-radius: 10px;
    margin-top: 90px;
}

.appName {
    margin: 10px auto;
    color: #5d5d5d;
    font-size: 20px;
}

.introduce {
    color: #999999;
    font-size: 13px;
    padding: 0 30px;
}

.downLoad,
.storeDownLoad {
    position: fixed;
    width: 60%;
    border-radius: 25px;
    height: 45px;
    line-height: 45px;
    background-color: #7f8aef;
    color: #fff;
    left: 20%;
    font-size: 17px;
    text-align: center;
}

.downLoad {
    bottom: 22.4%;
}

.storeDownLoad {
    bottom: 12.7%;
    color: #7f8aef;
    border: 1px solid #7f8aef;
    background-color: #fff;
}


/*分享提示弹窗start*/

.share-tips {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    z-index: 1000;
}

.share-tips .img {
    overflow: hidden;
}

.share-tips img {
    display: block;
    float: right;
    width: 60px;
    margin-right: 65px;
}

.share-tips p {
    color: #FFF;
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
}


/*分享提示弹窗end*/

/* 关注公众号页面 start */
.follow-content{

}
/* 关注公众号页面 end */