body{

}
.store-wrapper{
    width: 1200px;
    margin: auto;
}
.store-nav {
    background: #0e0e0e;
    height: 40px;
    background: linear-gradient(180deg,#121410,#005ccc);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 28%);
    margin: 10px 0px;
}
.store-top {
    height: 100px;
    background-color: #0e0e0e;
    background-image: url(//b2b-web-public.bj.bcebos.com/fe/b2b-pc/static/pc/img/special_bg_header.b69c2dd.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 1800px;
    box-shadow: none;
    padding:10px;
    color: #fff;
    position: relative;
}
.store-top>div{

}
.store-name {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
}
.store-nav>ul {
    list-style: none;
    margin-left: 10px;
}
.store-nav>ul>li {
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
}
.store-nav>ul>li>a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 0px 10px;
    display: inline-block;
}
.store-pic-thumb>li{
    float:left;
    width:80px;
    margin:5px;
}
.store-pic-thumb>li>a>img{
    width:80px;
}
.store-media{
    float:left;width:500px;
}
.store-media>div>img{
    width:500px;
    height: 300px;
}
.store-intro-item{
    float: left;width: 680px;margin:0px 10px;
}
.store-intro-item>ul>li{

    line-height: 30px;
}

.store-intro-item .val{
    font-size: 14px;
}
.store-intro-item .label{
    font-size: 14px;
}

.store-cates{

}
.store-cates>h2{
    padding-left: 10px;
    background: #ddd;
    height: 40px;
    line-height: 40px;
}
.store-cates>ul>li{
    border-bottom: 1px solid #ddd;
    height: 25px;
    line-height: 25px;
    margin-left: 10px;
}
