<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.store-list {
    margin: 0 -40px 0;
}
.store-list .item {
    width: 33.33%;
    padding: 0 40px;
    position: relative;
float:none;
display:inline-block;
margin:0 -2px 30px -2px;
vertical-align: top;
}
.store-list .item+.item:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/store/line.png)repeat-y;
}
.store-list .pic{
    overflow: hidden;
    display: block;
    position: relative;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    box-shadow:0px 0px 7px rgba(50%,30%,30%,0.3);
}
.store-list .pic:after{
    content: '';
    display: block;
    border: 6px solid #FFF;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
}
.map-btn{
    width: 190px;
    height: 60px;
    background: url(../images/store/map_btn.png)top;
    display: block;
    margin: 0 auto;
    text-indent:-5000px;
    margin-bottom: 25px;
}
.map-btn:hover{
    background: url(../images/store/map_btn.png)bottom;
}
.store-list .name {
    font-size: 25px;
    color: #000;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 40px 0 20px;
}
.store-list .description .other{
    font-size: 14px;
    margin-top: 45px;
}
.store-list .description a{
    display: inline;
}

@media screen and (max-width: 1240px) {
    .store-list .item{
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
        border-bottom: 2px dashed rgba(152,102,69,0.3);
        padding-bottom: 50px;
    }
    .store-list .item .pic,
    .store-list .item .info{
        max-width: 306px;
        margin: 0 auto ;
    }
    .store-list .item+.item:before{
        display: none;
    }
}
</pre></body></html>