 article {
        display: block;
    }

    section {
        display: block;
    }

    .btn-success {
        border-color: transparent;
        color: rgb(255, 255, 255);
        text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
        background-color: rgb(60,179,113);
    }

    .btn {
        padding: 13px 13px;
        border-radius: 2px;
        border: 1px solid transparent;
        transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
        border-image: none;
        text-align: center;
        line-height: 1.5384;
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 0px;
        vertical-align: middle;
        display: inline-block;
        white-space: nowrap;
        cursor: pointer;
        -ms-user-select: none;
        -webkit-transition: all .4s cubic-bezier(.175, .885, .32, 1);
        -o-transition: all .4s cubic-bezier(.175, .885, .32, 1);
        -webkit-user-select: none;
        -moz-user-select: none;
    }

    .row::after {
        display: table;
        content: " ";
    }

    .row::before {
        display: table;
        content: " ";
    }

    .row {
        margin-right: -10px;
        margin-left: -10px;
    }

    .row::after {
        clear: both;
    }

    /*.row.fixed-bottom img {
        max-width: 100%
    }*/

    .row.fixed-bottom {
        position: fixed;
        z-index: 999;
        left: 0;
        bottom: -6px;
        width: 100%;
        min-height: 20px;
        padding: 0;
        margin: 0
    }
    .answer li {
          font-size: 16px
    }
    
 .qrcode_box {
        text-align: center;
        width: 300px;
        position: fixed;
        top: 5%;
        right: 15%;
    }

    @media only screen and (max-width: 760px) {
        .qrcode_box {
            display: none;
        }
    }


    .clipboards {
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        z-index: 10001;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background: rgba(0,0,0,.7);
    }

    .openwx {
        text-decoration: none;
    }


    .clipboards-main {
        position: relative;
        top: 20%;
        width: 80%;
        height: auto;
        padding: 10px;
        margin: 0 auto;
        border-radius: 4px;
        background-color: #fff;
    }

    .clpclosed {
        position: absolute;
        top: 5px;
        right: 5px;
        height: 20px;
        line-height: 18px;
        font-size: 16px;
        text-align: center;
        width: 20px;
        border: 1px solid #888;
        border-radius: 50%;
    }

    .clpbox,
    .clpbox2 {
        padding: 15px 20px;
        text-align: center;
        line-height: 24px;
    }

    .clpinfo {
        font-size: 18px;
        color: #ca0e00;
    }

    .clpinfo2 {
        font-size: 14px;
        color: #555;
        margin-top: 10px;
    }

    .clpwx {
        display: inline-block;
        background-color: #ca0e00;
        padding: 6px 10px;
        border-radius: 4px;
        color: #fff;
        font-size: 18px;
    }

    .opencolors {
        color: #d21010;
    }

    .zaaxwxh {
        cursor: pointer;
    }

    .wangwang {
        cursor: pointer;
    }
    .copyprop {
        position: absolute;
        z-index: 100;
        background: rgba(0, 0, 0, 0.8);
        color: #fff;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        left: 0;
        top: 0px;
        width: 60px;
        border-radius: 5px;
    }

    .copyprop:after {
        content: '';
        line-height: 0;
        height: 0;
        width: 0;
        border-left: transparent 5px solid;
        border-right: transparent 5px solid;
        border-top: rgba(0, 0, 0, 0.8) 5px solid;
        display: inline-block;
        position: absolute;
        z-index: 10;
        bottom: -5px;
        left: 0;
        right: 0;
        margin: auto;

    }
    
.qaik {
    display: none;
    background: rgba(0,0,0,.7);
    position: fixed;
    z-index: 9999999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.qaik .oiak {
    background: #fff;
    position: absolute;
    margin: auto;
    right: 0;
    bottom: 150px;
    left: 0;
    width: 280px;
    height: 200px;
    border-radius: 5px;
}
.qaik .wwwka {
    font-size: 14px;
}

.qaik .koka {
    border-top: 1px solid #f1f1f1;
    padding-top: 10px;
    color: #3AB1FF;
    font-size: 16px;
}
.qaik div {
    margin-top: 12px;
}