.header_mobile_container {
    width: 100%;
    height: 60px;

    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.header_mobile_container-body {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 0px 10px 0px 10px;
    background-color: #e981a2;
    box-sizing: border-box;
    width: 600px;
    margin: 0 auto;
    box-shadow:
        rgb(60 64 67 / 84%) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.header__mobile-baner {
    margin-top: 61px;
}

.header__mobile-baner > img {
    width: 100%;
    height: 100%;
}
