body {
    background-color: #f2f2f2;
}

.qcode-warpper {
    padding: 20px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.qcode-warpper .position {
    background-color: #ddd;
    width: 100%;
    height: 20px;
    border-radius: 10px
}

.qcode-warpper .content {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    background-color: #fff
}

    .qcode-warpper .content h1 {
        float: left;
        margin: 0;
        font-weight: 400;
        font-size: 16px;
    }

    .qcode-warpper .content button {
        float: right;
        border: 1px solid #009944;
        background-color: #fff;
        border-radius: 10px;
        font-size: 14px;
        padding: 2px 10px;
        color: #46c300
    }

    .qcode-warpper .content .header {
        padding-bottom: 1px;
        overflow: hidden;
    }



.qcode-warpper hr {
    height: 0;
    width: 85%;
    border: none;
    border-top: 1px dotted #ddd;
    margin: 0 auto;
}

.qcode-warpper .footer {
    height: 65px;
    width: 100%;
    text-align: center;
    color: rgb(0, 142, 229);
    font-size: 16px;
}

.qcode-warpper .footer {
    margin-top: 30px;
}

    .qcode-warpper .footer .donationBtn img {
        margin-bottom: -5px;
        margin-right: 6px;
    }

.qcode-warpper .qrcode {
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

    .qcode-warpper .qrcode .wei {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 80px;
    }

    .qcode-warpper .qrcode p {
        font-size: 12px;
        color: #717171;
        margin: 0;
        line-height: 20px;
    }

.hrBox {
    position: relative;
    width: 100%;
    height: 15px;
    float: left;
}

    .hrBox > .left {
        width: 15px;
        height: 15px;
        position: absolute;
        background-color: #f2f2f2;
        z-index: 1;
        top: -5px;
        left: -7px;
        border-radius: 50px;
    }

    .hrBox > .right {
        width: 15px;
        height: 15px;
        position: absolute;
        background-color: #f2f2f2;
        z-index: 1;
        top: -5px;
        right: -7px;
        border-radius: 50px;
    }

a {
    text-decoration: none
}

.qcode-warpper .description {
    float: left;
    position: relative;
    width: 100%;
}

    .qcode-warpper .description h2 {
        line-height: 25px;
        background-color: rgb(0, 142, 229);
        font-size: 16px;
        color: #fff;
        font-weight: 400;
        padding: 10px;
        margin-bottom: 10px;
    }

    .qcode-warpper .description .date, .qcode-warpper .description .address {
        font-size: 14px;
        color: #333;
        line-height: 20px;
        padding: 0 10px 0 20px;
        float: left;
        width: 100%;
        margin: 5px 0;
    }

    .qcode-warpper .description .address {
        margin-bottom: 10px;
    }

        .qcode-warpper .description .date .img, .qcode-warpper .description .address .img {
            margin-bottom: -2px;
            margin-right: 10px;
        }

.qcode-warpper .seeOther {
    float: right;
    font-size: 12px;
    margin-bottom: 14px;
    margin-top: 6px;
    text-decoration: none;
    color: #009944
}

.zuo {
    z-index: 999;
    font-size: 22px !important;
    color: #cc0000 !important;
    position: absolute;
    left: 0;
    right: 0;
}
