.vip_pop_box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    background: #00000069;
    display: none;
}

.vip_pop {
    position: relative;
    width: 100vw;
    height: 100vh;
    z-index: 12;
    cursor: pointer;
}

.vip_pop_close_img {
    width: 8vw;
    height: 8vw;
    margin: 0 auto;
    margin-top: 4vw;
}

.vip_pop_close_img img {
    width: 100%;
    height: 100%;

}

.vip_pop_close_img_1 {
    margin: 0 auto;
    margin-top: 4vw;
}

.vip_pop_1 {
    width: 80vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 35vw;

}

.vip_pop_1_img {
    width: 100%;
}

.vip_pop_1_img_text {
    position: absolute;
    font-size: 6.5vw;
    transform: translateY(18vw);
    font-weight: 600;
}

.vip_pop_text {
    width: 100%;
    background: #ffffff;
    color: #151113;
    border-bottom-right-radius: 10vw;
    border-bottom-left-radius: 10vw;
}

.vip_pop_1_title {
    color: red;
    font-size: 13vw;
    margin-top: 2vw;
    font-weight: 700;
}

.vip_pop_1_title span {
    font-size: 5vw;
}

.vip_pop_1_remoke {
    font-size: 4vw;
    margin-bottom: 6vw;
}

.vip_pop_1_button {
    background: linear-gradient(to right, #FF558F, #FF6B37);
    width: 49vw;
    margin: 0 auto;
    font-size: 4vw;
    padding: 3vw;
    color: #ffffff;
    border-radius: 10vw;
}

.vip_pop_1_button_remoke {
    margin-bottom: 3vw;
    margin-top: 2vw;
}

.vip_pop_2 {
    width: 80vw;
    margin: 0 auto;
    position: relative;
    margin-top: 30vw;
}

.vip_pop_2_img {
    width: 100%;
}

.vip_pop_2_time_img {
    width: 4.7vw;
    height: 5vw;
    margin-right: 1.5vw;
}

.vip_pop_2_time {
    position: absolute;
    top: 45vw;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F94E46;
}

.vip_pop_2_time span {
    color: #662C19;
    font-size: 3vw;
    margin-left: 2vw;
}

.timeData {
    background: #F94E46;
    text-align: center;
    color: #ffffff;
    border-radius: 1vw;
    padding: 0.5vw 1vw;
    padding-bottom: 0.8vw;
}

.vip_pop_2_button {
    position: absolute;
    bottom: 8vw;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(#FFB76F, #FF6B37);
    color: #ffffff;
    width: 50vw;
    padding: 3vw 1vw;
    text-align: center;
    border-radius: 10vw;
}