#blessing-preheat {
    background: #5327FA;
    padding-bottom: 30px;

    .active_over {
        font-size: 20px;
        color: #fff604;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }
}

.test__record {
    width: 106px;
    height: 26px;
    border: 1px solid rgba(255, 246, 4, 1);
    border-radius: 13px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 246, 4, 1);
    margin: 10px auto 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sort__rules {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    text-align-last: center;
}

.invite-popup {
    .content {
        display: flex;
        flex-flow: column;
        align-items: center;
        margin-top: 29px;

        .qr-code {
            width: 120px;
            height: 120px;
            margin-bottom: 20px;
        }

        button {
            width: 133px;
            height: 30px;
            background: rgba(83, 39, 250, 1);
            border-radius: 15px;
            font-size: 14px;
            color: #fff;
            -webkit-appearance: none;
            outline: none;
            border: none;
        }
    }
}

// 幸运大抽奖--预热
.luck-draw__tip {
    margin: 0 0 10px;
    font-size: 12px;
    color: #FFF604;
    text-align: center;
}

.luck-draw__button, .prize-record {
    display: block;
    width: 106px;
    height: 26px;
    margin: 0 auto 15px;
    padding: 0;
    border: 1px solid #FFF604;
    border-radius: 13px;
    box-sizing: border-box;
    font-size: 13px;
    color: #FFF604;
    text-align: center;
    line-height: 24px;
    background-color: transparent;
    cursor: pointer;
    outline: none;
}
.blessing__sort {
    display: block;
    margin: 0 auto 15px;
    width: 120px;
    height: 28px;
    background: url('https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/active19_1111/m/m11_enter_icon.png') center center no-repeat;
    background-size: 100% 100%;
}

.formal-draw-btns {
    display: flex;
    justify-content: center;
    margin: 15px 0;

    button {
        margin: 0;
    }

    & button:first-child {
        margin-right: 27px;
    }
}

.prize-record-popup {

    .title {
        margin-bottom: 11px;
    }

    .record-container {
        width: 250px;

        .list-title {
            display: flex;
            border-radius: 2px 2px 0 0;

            div {
                width: 50%;
                height: 33px;
                line-height: 33px;
                background: #edeeef;
                text-align: center;
                font-size: 12px;
                color: #525C65;
            }

        }

        ul {
            border: 1px solid #CFDBE5;
            border-bottom: 0;

            li {
                border-bottom: 1px solid #CFDBE5;
                display: flex;
                height: 33px;
                line-height: 33px;
                font-size: 12px;

                & > div {
                    width: 50%;
                    text-align: center;
                }

                .time {
                    color: #525C65;
                }

                .name {
                    color: #09f;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    text-decoration: underline;
                }
            }
        }
    }

}


.address-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 100;

    .address-popup {
        position: absolute;
        top: 179px;
        left: 50%;
        margin-left: -150px;
        width: 300px;
        height: 309px;
        padding: 18px 25px;
        background: #fff;
        border-radius: 5px;
        font-size: 12px;

        .address-info-container {
            position: relative;
            padding-bottom: 24px;
            text-align: center;
        }


        .title {
            font-size: 16px;
            color: #525C65;
            text-align: center;
            margin-bottom: 11px;
        }

        .tip {
            color: #999;
            margin-bottom: 15px;
        }

        input {
            width: 250px;
            height: 40px;
            border: 1px solid rgba(221, 221, 221, 1);
            -webkit-appearance: none;
            outline: none;
            margin-bottom: 10px;
            padding-left: 10px;

            &::placeholder {
                color: #999;
            }
        }

        button {
            width: 141px;
            height: 33px;
            margin-top: 13px;
            text-align: center;
            line-height: 33px;
            background: #ccced0;
            color: #fff;
            -webkit-appearance: none;
            outline: none;
            border: none;
            border-radius: 16px;
            font-size: 15px;

            &.active{
                background: #09f;
            }
        }
    }
    .iconfont{
        position: absolute;
        bottom: -50px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 33px;
        color: #fff;
    }
}