html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.logoImg {
    height: 100px;
}
.qxgej2 img {
    height: 70px;
}

.wrap {
    overflow-x: hidden;
    height: 100%;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.logo {
    width: 373px;
    /*  height: 100px; */
    margin: 0 auto;
    margin-top: 20px;
}

.qxgej {
    width: 765px;
    height: 100px;
    margin: 0 auto;
    margin-top: 10px;
}

.qxgej2 {
    /*   width: 523px; */
    width: 51%;
    height: 70px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
}

.hb-normal {
    width: 308px;
    height: 389px;
    margin: 20px auto;
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
    transition: all 1s ease;
    transform-style: preserve-3d;
    border-radius: 11px;
}

.hb-active {
    width: 308px;
    height: 389px;
    margin: 20px auto;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
}

.hbissuerbox {
    margin-top: 30px;
    text-align: center;
}

.hbissuer {
    font-size: 16px;
    font-weight: bold;
    color: #FCE2B2;
}

.greetings {
    color: #FCE2B2;
    font-size: 14px;
    line-height: 40px;
}

i.gstx {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 2px;
}

.rotate {
    transform: rotateY(180deg);
}

.hbbtn {
    margin: 0 auto;
    width: 96px;
    display: block;
    margin-top: 152px;
}

.amount {
    font-size: 10px;
    font-weight: bold;
    color: #FCE2B2;
    text-align: center;
    margin-top: 40px;
}

    .amount span {
        font-size: 18px;
        vertical-align: 10px;
    }

.hbtip {
    color: #FCE2B2;
    text-align: center;
    font-size: 16px;
    margin-top: 15px;
}

.jlbox {
    background: #F7D57B;
    padding: 2px;
    box-sizing: border-box;
    display: flex;
    align-content: space-between;
    margin-bottom: 20px;
}

    .jlbox > div {
        flex: 1;
    }

    .jlbox .title {
        text-align: center;
        color: #CD2229;
        font-size: 24px;
        margin: 0;
        line-height: 50px;
        font-weight: normal;
    }

.jllist {
    background: #8C081F;
    padding: 20px;
    height: 120px;
    overflow: auto;
}

    .jllist ul > li {
        display: flex;
        align-content: space-between;
    }

        .jllist ul > li span {
            flex: 1;
            color: #fff;
            text-align: center;
            font-size: 16px;
            line-height: 30px;
        }

.grjl {
    margin-right: 2px;
}


.activityRules {
    background-color: #F7D57B;
    width: 1200px;
    display: block;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}

.activityRules1 {
    background-color: #F7D57B;
    width: 1200px;
    display: block;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}

.activityRules table tr th {
    font-weight: normal;
    color: #C0072C;
    background-color: #F4D37F;
    text-align: center;
    line-height: 40px;
    border: 1px solid #F4D37F;
    font-weight: bold;
}

.activityRules1 table tr th {
    font-weight: normal;
    color: #C0072C;
    background-color: #F4D37F;
    text-align: center;
    line-height: 40px;
    border: 1px solid #F4D37F;
    font-weight: bold;
}

.activityRules table tr td {
    color: #fff;
    text-align: center;
    line-height: 40px;
    border: 1px solid #F4D37F;
    background: #8B0621;
}

.activityRules1 table tr td {
    color: #fff;
    text-align: center;
    line-height: 40px;
    border: 1px solid #F4D37F;
    background: #8B0621;
}

#showDescription p {
    background-color: #F7D57B;
    font-size: 20px;
    color: #584C30;
    font-weight: bold;
    margin: 0px;
    padding: 5px;
}

#showDescription {
    border-radius: 10px;
    overflow: hidden;
}

.rob button {
    position: relative;
    /* left: 66px; */
    bottom: -85px;
    width: 55%;
    height: auto;
    min-height: 59px;
    border: 0;
    outline: 0;
    display: block;
    cursor: pointer;
    margin: 0 auto;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
}

.tips {
    width: 100%;
    text-align: center;
    bottom: 13px;
    position: absolute;
    font-size: 14px;
    color: #f00;
}

.limitData td h1 {
    margin-top:15px;
}

@media screen and (max-width: 960px) {
    body {
        background-size: 100% 100%;
        background-attachment: fixed;
    }
    .logoImg {
        height:auto;
    }
    .qxgej2 {
        height: auto;
    }
    .qxgej2 img {
        height: auto;
    }
    .wrap.mobile .w100 {
        width: 100%;
    }

    .wrap.mobile .w1200 {
        width: 100%;
        height: auto;
    }

    .wrap.mobile .logo {
        width: 193px;
        height: 52.5px;
        margin: 15px auto;
        margin-top: 10px;
        text-align: center;
    }

        .wrap.mobile .logo a {
            display: block;
        }

            .wrap.mobile .logo a img {
                width: 100%;
            }

    .wrap.mobile .qxgej {
        width: 70%;
        margin: 0 auto;
        margin-top: 10px;
    }

        .wrap.mobile .qxgej img {
            width: 100%
        }

    .wrap.mobile .qxgej2 {
        width: 70%;
        margin: 0 auto;
        margin-top: 10px;
    }

        .wrap.mobile .qxgej2 img {
            width: 100%;
        }

    .wrap.mobile .hb-normal {
        width: 225px;
        height: 300px;
        margin: 20px auto;
        position: relative;
        overflow: hidden;
        backface-visibility: hidden;
        transition: all 1s ease;
        transform-style: preserve-3d;
        background-size: 100% 100%;
    }

    .wrap.mobile .hbbtn {
        margin: 0 auto;
        width: 60px;
        display: block;
        margin-top: 114px;
    }

        .wrap.mobile .hbbtn img {
            width: 100%;
        }

    .wrap.mobile .hb-active {
        width: 225px;
        height: 300px;
        margin: 20px auto;
        position: relative;
        overflow: hidden;
        background-size: 100% 100%;
    }

    .wrap.mobile .amount {
        font-size: 10px;
        font-weight: bold;
        color: #FCE2B2;
        text-align: center;
        margin-top: 40px;
    }

        .wrap.mobile .amount span {
            font-size: 12px;
            vertical-align: 10px;
        }

    .wrap.mobile .hbtip {
        color: #FCE2B2;
        text-align: center;
        font-size: 14px;
        margin-top: 12px;
    }

    .wrap.mobile .jlbox {
        width: 90%;
        margin: 0 auto 10px;
    }

        .wrap.mobile .jlbox .title {
            text-align: center;
            color: #CD2229;
            font-size: 16px;
            margin: 0;
            line-height: 30px;
            font-weight: normal;
        }

    .wrap.mobile .jllist {
        background: #8C081F;
        padding: 5px;
        height: 120px;
    }

        .wrap.mobile .jllist ul > li {
            display: flex;
            align-content: space-between;
            height: 30px;
        }

            .wrap.mobile .jllist ul > li span {
                font-size: 12px;
                line-height: 15px;
            }

    

    .wrap.mobile .activityRules {
        background-color: #F7D57B;
        width: 90%;
        display: block;
        font-size: 15px;
        color: #fff;
        font-weight: bold;
        margin-bottom: 20px;
        margin-top: 20px;
        margin: 0 auto 10px;
    }

    .wrap.mobile .activityRules1 {
        background-color: #F7D57B;
        width: 90%;
        display: block;
        font-size: 15px;
        color: #fff;
        font-weight: bold;
        margin-bottom: 20px;
        margin-top: 20px;
        margin: 0 auto 10px;
    }

    .wrap.mobile .activityRules table tr th {
        font-weight: normal;
        color: #C0072C;
        background-color: #F4D37F;
        text-align: center;
        line-height: 40px;
        border: 1px solid #F4D37F;
        font-weight: bold;
        width: 20%;
    }

    .wrap.mobile .activityRules1 table tr th {
        font-weight: normal;
        color: #C0072C;
        background-color: #F4D37F;
        text-align: center;
        line-height: 40px;
        border: 1px solid #F4D37F;
        font-weight: bold;
        width: 20%;
    }

    .wrap.mobile .activityRules table tr td {
        color: #fff;
        text-align: center;
        line-height: 28px;
        border: 1px solid #F4D37F;
        background: #8B0621;
        word-break: break-all;
    }

    .wrap.mobile .activityRules1 table tr td {
        color: #fff;
        text-align: center;
        line-height: 28px;
        border: 1px solid #F4D37F;
        background: #8B0621;
        word-break: break-all;
    }

    .wrap.mobile #showDescription p {
        background-color: #F7D57B;
        font-size: 15px;
        color: #584C30;
        font-weight: bold;
        margin: 0px;
    }

    .wrap.mobile #showDescription {
        border-radius: 10px;
        overflow: hidden;
        margin: 0 auto 10px;
        width: 90%;
    }

    .wrap.mobile .rob button {
        position: relative;
        /* left: 64px; */
        bottom: -37px;
        width: 75%;
        height: auto;
        min-height: 59px;
        border: 0;
        outline: 0;
        display: block;
        cursor: pointer;
        background-size: 75%;
        background-color: #fff;
        /* margin-left: -15%; */
    }

    .wrap.mobile .tips {
        font-size: 12px;
    }

    .wrap.mobile .date .date-span {
        font-size: 15px;
    }
}

.but-bb {
    border: none;
    background-color: #F4D37F;
    padding: 3px 10px;
    color: #C0072C;
    font-weight: bold;
    font-size: 15px;
}

    .but-bb:disabled {
        background-color: #C0C0C0;
        color: #fff;
    }
