* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "arial, helvetica, sans-serif";
    font-size: 16px;
    color: #333;
    background: #f3fffb;
}

img {
    width: 100%;
    display: block;
    pointer-events: none;
    -wekit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.imgbox {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    background: #fff;
    box-shadow: #006634 0 0 10px;
}

/*wxnum*/

.wxnum {
    width: 100%;
/*    height: 100%;*/
    position: relative;
    top: 0;
}

.wxbox {
    width: 92%;
    position: absolute;
    bottom: 4%;
    left: 4%;
}

    .wxbox p {
        text-align: center;
        padding-bottom: .6rem;
        font-size: 1.2rem;
        line-height: 2rem;
        font-weight: bold;
    }

.wxcode {
    color: #ca0000;
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 1px solid #CA0000;
}

.footer .wx_code {
    font-size: 1.4rem;
}

/*chengnuo*/

.cnbox {
    background: #007f56;
    padding: .4rem .6rem;
}

    .cnbox p {
        color: #fff;
        font-size: 1.1rem;
        line-height: 2rem;
    }

        .cnbox p span {
            font-weight: bold;
            color: #ffff00;
        }

/*¶þÎ¬Âë*/

.wximg {
    position: fixed;
    right: 1%;
    top: 16%;
    border: 4px solid #ff8900;
    width: 240px;
}

.wx_img {
    padding: .6rem;
    width: 92%;
}

.bgp {
    display: block;
    background: #333;
    text-align: center;
    font-weight: bold;
    padding: .8rem 0;
    font-size: 1.2em;
    color: #fff;
}

@media only screen and (max-width: 750px) {
    .wximg {
        display: none;
    }
}


/*µ×²¿µ¼º½*/


/*footer*/

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 690px;
    background: #fff;
    height: 60px;
    padding-bottom: .6rem;
}

.fuzhiwx {
    text-align: center;
    position: relative;
    margin: 20px;
}

.left-bot {
    padding: 5px 0;
}

    .left-bot p {
        text-align: center;
        line-height: 1.8rem;
        margin: 0 !important;
    }

        .left-bot p span {
            font-size: 16px;
            margin: 0;
        }


/*btn*/

.btn_box {
    z-index: 5 !important;
    width: 120% !important;
    background: transparent !important;
    position: absolute !important;
    text-align: center !important;
    box-sizing: content-box !important;
    top: -50% !important;
    left: -10%;
    font-weight: 400 !important;
    line-height: 200% !important;
    height: 200% !important;
    font-size: 0.8em;
    border-radius: 4px;
    color: white;
}

.btn_copy {
    display: none;
    padding: 0;
    z-index: 10 !important;
    outline: none !important;
    border: none !important;
    width: 60px !important;
    position: relative !important;
    text-align: center !important;
    box-sizing: content-box !important;
    margin: -30px auto 0 !important;
    font-weight: 400 !important;
    line-height: 32px;
    height: 32px;
    font-size: 16px !important;
    border-radius: 4px;
    color: white;
    background: #777;
}

.t_copyy {
    position: absolute;
    left: 50%;
    top: 32px;
    width: 0;
    height: 0;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top-color: #777;
}

.show_ {
    display: block !important;
}

.copy_bk {
    background-color: blue !important;
    color: white !important;
}

@media only screen and (min-width: 750px) {
    .imgbox,
    .info {
        max-width: 690px;
    }

    .wxbox {
        bottom: 16%;
    }

        .wxbox p {
            font-size: 1.6rem;
            line-height: 2.8rem;
        }

        .wxbox .wxcode {
            font-size: 3.4rem;
            font-weight: bold;
            border-bottom: 1px solid #CA0000;
        }
}
