html,
body {
    height: 100%;
    width: 100%
}

html,
body,
div,
p,
span,
img,
button {
    margin: 0;
    padding: 0
}

.main {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wx_open {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background: url(http://p6.qhimg.com/t0170b775e9bf981d83.png) 86% 1% no-repeat rgba(0, 0, 0, 0.9);
    background-size: 55%;
    height: 100%;
    width: 100%
}

.main .main-top {
    text-align: center;
    margin-top: 1.3611rem
}

.main .main-font,
.main .main-btn {
    font-family: SourceHanSansCN-Normal;
    font-weight: 400
}

.main .main-font {
    font-size: .7778rem;
    color: #333;
    margin-top: .8889rem
}

.main .main-btn {
    width: 5.3333rem;
    height: 1.3333rem;
    background: rgb(0, 241, 120);
    border-radius: .6667rem;
    text-align: center;
    margin-top: .4444rem;
    font-size: .5556rem;
    color: #fff;
    line-height: 1.3333rem;
    cursor: pointer
}

.main .main-btn32 {
    text-align: center;
    margin-top: .3333rem;
    font-size: .4444rem;
    font-family: SourceHanSansCN-Normal;
    color: #6666;
    cursor: pointer
}

.main .main-bottom {
    margin-top: .6667rem;
    width: 100%
}

.main .main-top img {
    width: 3.4444rem
}

.main .main-top p {
    font-size: .4444rem;
    font-family: SourceHanSansCN-Normal;
    font-weight: 400;
    color: #666
}

.main .main-bottom img {
    width: 100%
}