.guide_activity{
    position: fixed;
    left: 0;
    bottom: 10px;

    width: 320px;
    height: 395px;
    /* border: 1px solid red; */
}
.guide_act_close{
    position: absolute;
    top: 14px;
    right: 14px;
    width: 24px;
    cursor: pointer;

}
.guide_activity_body{
    width: 320px;
    height: 395px;
    background: url(/static/cn/images/gu_image/activity_left_banner.webp?2025as123) no-repeat;
    background-size: 100% 100%;

    cursor: pointer;
}

.re_guide11_content{

}
.re_guide11_box{

}
.re_guide11_close{

}
.re_guide11_body{

}


.re_guide11_content{
    z-index: 999999999;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    /* background: #00000066; */
    background: #000000B2;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.re_guide11_content .re_guide11_box{
    width: 760px;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(/static/cn/images/gu_image/activity_center_banner.webp?2025as123);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;


    
}


.re_guide11_content .re_guide11_box .re_guide11_close{
    cursor: pointer;
    position: absolute;
    right: -20px;
    top: -20px;
    width: 20px;
    height: 20px;
    
}
.re_guide11_body{
    width: 100%;
    height: 100%;

    /* border: 1px solid red; */
}


@media (max-width: 910px) and (min-width: 701px){
    /* .re_guide11_content .re_guide11_box{
        width: 90%;
        height: 365px;
    } */
    .re_guide11_content .re_guide11_box .re_guide11_close {
        right: 0px;
        top: -33px;
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 700px){
    .guide_activity{
        width: auto;
        height: auto;
    }
    .guide_activity_body {
        width: 200px;
        height: 251px;

    }
    .re_guide11_content .re_guide11_box{
        width: 90%;
        height: 204px;
    }
    .re_guide11_content .re_guide11_box .re_guide11_close{
        top: -30px;
        right: -14px;
        width: 26px;
        height: 26px;
    }

}





























