a{
    display: block;
}
.cates,.address,.tel{
    width: 95%;
    margin: 0 auto;
}
.cates{
    display: grid;
    grid-row-gap: 0.5rem;
    grid-column-gap: 0.5rem;
    grid-template-columns: repeat(2,1fr);
    margin-top: -2rem;
    position: relative;
    z-index: 999;
    margin-bottom: 0.5rem;
}
.cate{
}
.cate > img{
    width: 100%;
    height:100%
}
.cate_0{
    grid-row: 1/3;
    grid-column: 1/2;
}
.cate_1{}
.cate_2{}
.cate_3{}
.cate_4{}
.cate_5{}
.cate_6{}
.cate_7{
    /* grid-column: 1/3; */
}
.cate_8{
    /* grid-column: 1/3; */
}
.cate_9{}
.address,.tel{
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 800;
    width: 87%;
}
.address > div,.tel>div{
    margin:0 0.25rem;
}
.address > img{
    width: 1rem;
}
.tel > img{
    width: 1rem;
}
.address{
    margin-top:1rem;
}
.tel{
    margin: 1rem auto;
}
.titleCate{
    width: 87%;
    font-size: 1.1rem;
    margin: 0 auto;
    font-weight: 800;
    margin-top: 1rem;
}