.group_swiper{
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    height: 10.25rem;
}
.mySwiper{
    width: 100%;
    height: 10.25rem;
    overflow: hidden;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.group_menu{
    display: flex;
    flex-direction: column;
    /*width: 17.25rem;*/
    flex: 1 1 17.25rem;
    height: 11.4rem;
    border-radius: 0.5rem;
    background-color: #FFFFFF;
    margin: -0.75rem 0.75rem 0;
    z-index: 99999;
    position: relative;
    border: #EEEEEE 1px solid;
}
.group_user{
    display: flex;
    flex-direction: row;
    /*width: 17.25rem;*/
    flex: 1 1 17.25rem;
    height: 2.65rem;
    border-bottom: #EEEEEE 1px solid;
    align-items: center;
    justify-content: space-between;
}
.group_user_info{
    display: flex;
    flex-direction: row;
    padding-left: 0.75rem;
}
.group_user_avatar{
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    /*background-color: red;*/
}
.user_avatar{
    border: #EEEEEE 1px solid;
}
.group_user_nickname{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 0.25rem;
    font-size: 0.65rem;
    color: #000000;
}
.group_user_note{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    font-size: 0.45rem;
    color: #bbbbbb;
    margin-right: 0.5rem;
    margin-top: 0.5rem;
}
.group_mid{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /*width: 17.25rem;*/
    flex: 1 1 17.25rem;
    height: 8.75rem;
}
.group_meal,.group_integral_goods{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*width: 8.6rem;*/
    flex: 1 1 8.6rem;
    height: 8.75rem;
}
.group_mid_line{
    background-color: #EEEEEE;
    width: 0.05rem;
    height: 8.75rem;
}
.group_mid_img{
    width: 2.5rem;
    height: 2.5rem;
}
.group_mid_font1{
    margin-top: 0.85rem;
    height: 0.95rem;
    line-height: 0.95rem;
    font-size: 0.95rem;
    color: #000000;
    font-weight: 700;
}
.group_mid_font2{
    margin-top: 0.25rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.6rem;
    color: #bbbbbb;
}
.group_vip{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 0.95rem;
}
.group_vip_img{
    width: 17.25rem;
    /*flex: 1 1 17.25rem;*/
    height: 4rem;
    border-radius: 0.5rem;
    border: #EEEEEE 1px solid;
}
.group_more{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /*width: 17.25rem;*/
    flex: 1 1 17.25rem;
    padding: 0 0.75rem;
    margin: 0.95rem 0 3.5rem;
}
.group_more_a{
    display: flex;
    flex-direction: column;
    /*width: 5.6rem;*/
    flex: 1 1 5.6rem;
    height: 6.1rem;
    border-radius: 0.5rem;
    border: 1px #EEEEEE solid;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
}
.group_more_a:nth-child(2){
    margin: 0 0.25rem;
}
.group_more_title{
    height: 0.75rem;
    line-height: 0.75rem;
    font-size: 0.75rem;
    color: #000000;
    font-weight: 700;
    margin-bottom: 0.35rem;
}
.group_more_content{
    height: 0.55rem;
    line-height: 0.55rem;
    font-size: 0.55rem;
    color: #bbbbbb;
    font-weight: 500;
    margin-bottom: 1.1rem;
}
.group_more_img_c{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    /*width: 5.6rem;*/
    /*flex: 1 1 5.6rem;*/
    /*margin-right: 0.45rem;*/
    width: 100%;
}
.group_more_img{
    width: 2.35rem;
    height: 2.35rem;
    margin-right: 0.45rem;
}
