/* css 重置 */
*{
    margin:0; 
    padding:0; 
    list-style:none; 
}

body{ 
    background: #fff;
    font:normal 12px/22px '微软雅黑';  
}
img{ 
    border:0;  
}
a{ 
    text-decoration:none; 
    color:#333;  
}
/**/
.topbox{
    display: flex;
    width: 100%;
    height: 44px;
    background: #465CC0; 
    position: fixed;
    top: 0;
    z-index: 99;
}
.topimg{
    width: 26px;
    height: 26px;
    margin-top: 10px;
    margin-left: 9px;
}
.topimg img{
    width: 100%;
    height: 100%;
}
.topinput{
    width: 48%;
    color: #fff;
    font-size: 15px;
    height:44px;
    line-height: 44px;
    text-align: right;
}
/*瀑布流图片*/
#shoplist{
    margin-bottom: 75px;
    margin-top: 48px;
}
.shopmiddle ul{
    position: relative;
}
.shopmiddle ul li{
    list-style: none;
    width: 49%;
    background: #FFFFFF !important;
    margin-bottom: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.shopbox{
    margin: 0 auto;
}
.shopboximg{
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}
.shopboximg img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.shopbottom{
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: #555555;
    opacity: 0.5;
}
.shoptitle{
    width:100%;
}
.shoptitle p{
    line-height: 25px;
    font-family: "微软雅黑";
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 5px auto;

}
