
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
    width: 100%;
    height: 100%;
    /*background: #f1e0ce url("../images/bg.jpg") no-repeat;*/
    background: #f1e0ce;
    background-size: contain;
}

.browser {
    position: fixed;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, .5) url("https://res.makeid.cn/makeid/app/browser.png") no-repeat;*/
    background: rgba(0, 0, 0, .5) url("../images/browser.png") 96% 1% no-repeat;
    -moz-background-size: 76.4% auto;
    background-size: 76.4% auto;
}

/*start*/
.main {
    position: relative;
    width: 100%;
    margin: auto;
    height: 100%;
}

.show-img {
    display: block;
    height: 100%;
    margin: 0 auto;
    width: auto;
}

.top-img {
    height: 66.83%;
}

.text-box {
    height: 11.04%;
}

.stance1 {
    /*height: 4.14%;*/
    height: 4.5%;
}

.stance2 {
    height: 1.31%;
}

.image-wrap {
    position: relative;
    z-index: 1;
    height: 48.43%;
}

.button-wrap {
    height: 10%;
    text-align: center;
    position: relative;
    z-index: 3;
}

.download-btn {
    -webkit-tap-highlight-color: transparent;
}

#cnzz_stat_icon_1276596115, #cnzz_stat_icon_1276596115 a,
#cnzz_stat_icon_1276879721, #cnzz_stat_icon_1276879721 a {
    display: block;
    height: 0;
    overflow: hidden;
}


.phone-img2 {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    transform: translate(-50%, -50%);
}

.phone-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/img2.png?v=1") center no-repeat;
    -webkit-background-size: 91% auto;
    /*background-size:contain;*/
    background-size: 91% auto;
}


.button-box {
    z-index: 2;
    position: relative;
    /*height: 4.51%;*/
    height: 5%;
}

.download-btn {
    display: block;
    height: 100%;
    background: url("../images/img3.png") center no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}

.to-explain {
    background-image: url("../images/img4.png");
}

@media screen and (width: 375px) and (height: 812px) {
    /*    .text-box {
            height: 7.527%;
        }
        .button-box {
            height: 5.9%;
        }*/
}













