body {
    padding: 0;
    margin: 0;
}

.container {
    z-index: -10;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    zoom: 1;
}

.wxtip {
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    display: none;
}

.wxtip-icon {
    width: 52px;
    height: 67px;
    background: url(../imgs/weixin-tip.png) no-repeat;
    display: block;
    position: absolute;
    right: 30px;
    top: 20px;
}

.wxtip-txt {
    padding-top: 107px;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

#pay-loading {
    width: 100%;
    height: 50px;
    text-align: center;
    margin-top: 100px;
    color: gray;
}

.pay-result {
    width: 100%;
    height: 50px;
    text-align: center;
    margin-top: 100px;
}
.pay-result h2 {
    color: green;
}
.pay-result h2 img {
    width: 32px;
    vertical-align: middle;
    margin-right: 10px;
}
.pay-result .link a {
    color: gray;
    text-decoration: none;
}
.img-box {
    text-align: center;
}
.img-box img {
    width: 80%;
    max-width: 300px;
}
