@media only screen and (min-width: 769px){
 .xn_fixed_box_cur {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    background: #fff;
}
#s50002{
overflow: hidden; 
}
#s50003{
    position: absolute;
    z-index: 100;
    background: #fff;
    width: 100%;
    display: none;
}
/*.xg_banner{display: none;}*/
.xg_img.p1810m32c1954abf4698aa {
    height: 54px;
    margin-top: 0;
    display: flex;
    justify-content: center;
    cursor: pointer;
    align-items: center;
}

.xg_img.p1810m32c1954abf4698aa img {
    height: 30px;
}
}
@media only screen and (max-width: 769px){
    .xn_fixed_box_cur{position: fixed;top: 0;width: 100%;z-index: 100000;}
    #s50003{
    background: #fff;
    position: absolute;
    overflow-y: scroll;
    height: 100vh;
    }
    
}

