﻿body {
    padding: 0;
    margin: 0;
}

.redEnvelopeSteer {
    width: 100%;
    height: 100%;
    background: #f0f3f5;
    position: relative;
    display: flex;
    justify-content: center;
    background-image: url(/images/redEnvelope.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.openRedEnvelope {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 5%;
}

    .openRedEnvelope .accessCodeIcon {
        position: absolute;
        width: 130px;
        height: 130px;
        top: 74px;
    }

.BtnList {
    display: flex;
    align-items: center;
    position: absolute;
    top: 73%;
    margin: 0 auto;
}

    .BtnList img {
        width: 240px;
        height: 86px;
        margin-right: 30px;
        cursor: pointer;
    }

        .BtnList img:last-child {
            margin-right: 0;
        }

.langBox {
    display: flex;
    background-color: #f4f5f7;
    padding: 2px 20px;
    height: 30px;
    align-items: center;
    border-radius: 20px;
    font-weight: bold;
    position: relative;
    top: 86%;
    cursor: pointer;
}

    .langBox img {
        width: 12px;
        height: 12px;
        margin-left: 8px;
    }

.tips {
    color: rgba(1, 174, 253, 1);
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: calc(100% + 25px);
    word-break: keep-all;
    white-space: nowrap;
    cursor: pointer;
}

    .tips::after {
        content: '';
        background-color: rgba(1, 174, 253, 1);
        margin-top: 2px;
        display: block;
        width: 100%;
        height: 2px;
    }
.redEnvelopeBg {
display:none;
}
.lanagebox {
    background: #fff;
    padding: .3125rem 0;
    position: absolute;
    z-index: 1000;
    bottom: 40px;
    width: 11.25rem;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0.19rem 0.75rem 0px;
    border-radius: 0.31rem;
    left:-24px;
}

    .lanagebox .item {
        height: 2.5rem;
        line-height: 2.5rem;
        box-sizing: border-box;
        padding: .31rem 1rem;
        font-size: .88rem;
        position: relative;
        display: flex;
        align-items: center;
        cursor: pointer;
    }
.gou {
    position: absolute;
    right: 1rem;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1rem;
    height: 1rem;
    margin-left: 3.63rem;
}