.shopping{
    height: 100%;
    width: 100%;
}
.shopping_nav{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.shopping_nav .border:nth-child(8){
    display: none;
}
.city{
    width: 100%;
}
.onactive a{
    color: #00a2bf;
}
.tarbar_center{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 28px;
    margin-top: 30px;
}

.tarbar_banner{
    display: flex;
    align-items: center;
}
.tarbar_banner img{
    margin-right: 11px;
}
.name{
    font-size: 18px;
}
.border{
    width: 1px;
    height: 14px;
    background:#eaeaea ;
    border: solid 1px #eaeaea;
    margin: 0 41px;
}