.store{
    width: 100%;
    background: url("../images/store_bg.png") no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
    padding: 8% 10%;
    margin-bottom: 3px;
}
.store_content{
    background-image: url("../images/store_mall_bg.png");
    width: 100%;
    height: auto;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position-y: 9%;
    padding: 30px;
}
.search{
    width: 100%;
}
.search input,.search select{
    padding:5px 10px;
    border: 2px solid #005BAC;
    border-radius: 50px;
    margin-right: 16px;
}
.search_img img{
    height: 32px;
}

.search_title span{
    /*position: relative;*/
    /*left: -40px;*/
    position: absolute;
    margin-left: -50px;
    background-repeat: no-repeat;
    background-position-y: 9px;
    height: 30px;
    /*background-position-x: 100%;*/
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAYAAABb0P4QAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADbSURBVDhP5ZI9C4MwEIb7//+BEDgICA6C4OQgBJy6dRIEB6EgCNkEJ4e3iT2oHzH9wHbpAwfyJvfkJDnhYH4kHDVKlSAigSAQoCiBKjVGXvaxFXZnxBQYkSlBICII+22K4jM63rbHSthCSdsskVX9Y6KxR5XJSSpVy6GbpbBKp6aw0BzM0ShCe1iKihMXC6EuQtMQwukzPFu3fFd4+C+/cimUNxy6WQkNnmdzL3NYPfDmLVuhZf2wZYz80qDkKX1St3CXAfVMqq4cz3hTaGEpmctxDPmB0M/fCYEbAwZYyVKYcroAAAAASUVORK5CYII=);
}

.search_logo{
    width: 4px;
    height: auto;
    border: 2px solid #020202;
    opacity: 0.5;
    border-radius: 2px;
    margin-right: 16px;
}
.search_span{
    height: auto;
    font-size: 40px;
    font-weight: 800;
    color: #005BAC;
    line-height: 30px;
    float: right;
    text-align: right;
}
.box{
    justify-content: space-between;
}
.search_box{
    float: left;
}
.store_top{
    margin: 10px 0;
}
.store_top img{
    width: 100%;
}
.store_info{
    height: 95%;
    overflow: auto;
}
.store_info ul,li{ padding:0;margin:0;list-style:none;}
.store_info ul li{
    box-shadow: 3px 3px 3px 3px #888888;
    width: 48%;
    float: left;
    border-radius: 10px;
    margin: 5px;
    height: 250px;
}
.info_img{
    width: 45%;
    /*height: 200px;*/
}
.info_img img{
    width: 100%;
    /*height: auto;*/
    height: 250px;
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
}
.info_title{
    font-size: 16px;
    font-weight: bold;
    color: #221815;
    line-height: 24px;
}
.info_content{
    width: 55%;
    padding: 10px 5px 10px 15px;
}
.info_logo img{
    width: 32px;
    height: auto;
}
.tel{
    font-size: 20px;
    font-weight: bold;
    color: #595757;
    line-height: 24px;
    padding: 3px 5px;
}
.info_address{
    align-items: center;
}
.info_address img{
    width: 31px;
    height: auto;
}
.info_address span{
    font-size: 12px;
    font-weight: bold;
    color: #595757;
    height: auto;
    padding: 2px 0;
}
/*.store_top_bg{*/
/*    width: 100%;*/
/*    height: 2px;*/
/*}*/