.page_content {
    padding: 0 8px 40px 8px;
}

.stores {
    width: 100%;
    height: auto;
    background: #fff;
    margin-top: 20px;
}
.home_a{
    width: auto;
    height: auto;
    display: block;
}
.stores_con {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #efefef;
}

.stores_logo {
    width: 80px;
    height: 80px;
    margin-top: 10px;
    margin-left: 10px;
    display: inline-block;
    float: left
}

.stores_info {
    width: calc(100% - 100px);
    height: auto;
    margin-top: 10px;
    margin-left: 10px;
    display: inline-block;
    float: left;
    color: #666;
    line-height: 20px;
}

.stores_info .stores_name {
    font-size: 14px;
    color: #333;
    display: block
}

.stores_info .stores_tel {
    display: block
}

.stores_info .stores_address {
    display: block;
    word-break: break-all;
    word-wrap: break-word;
}

.stores_menu {
    width: 100%
}

.stores_menu .span5 {
    width: 19%;
    height: 49px;
    line-height: 49px;
    text-align: center;
    display: inline-block
}

.stores_menu .span4 {
    width: 24%;
    height: 49px;
    line-height: 49px;
    text-align: center;
    display: inline-block
}

.stores_menu .span3 {
    width: 32%;
    height: 49px;
    line-height: 49px;
    text-align: center;
    display: inline-block
}

.stores_menu .span2 {
    width: 49%;
    height: 49px;
    line-height: 49px;
    text-align: center;
    display: inline-block
}

.stores_menu span a {
    width: 100%;
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin-top: 9px;
    display: block;
    color: #36B35E;
}

.stores_menu_b {
    border-right: 1px solid #efefef;
}
.clear{
    clear: both;
}