
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
    width: 100%;
    height: 100%;
    background: url("../images/bg.png") no-repeat;
    background-size: cover;
}

.browser {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5) url("https://res.makeid.cn/makeid/app/browser.png") no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}

.img-100{
    display: block;
    width: 100%;
}

/*start*/
.main {
    position: relative;
    width: 100%;
    margin: auto;
    height: 100%;
}

.stance1 {
    height: 7.5%;
}

.stance2 {
    height: 4%;
}

.stance3 {
    height: 8.77%;
}

.icon-wrap {
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
    height: 17.47%;
}

.icon-wrap img,
.button-wrap img,
.image-wrap img {
    display: block;
    height: 100%;
    margin: auto;
}

.icon-box {
    position: relative;
    margin: auto;
    height: 75.11%;
}

.icon-box +.text{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.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;
}












