html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline;
    font-family:"微软雅黑";
}
article,aside,details,figcaption,figure,footer,header,menu,nav,section {
    display:block
}
ol,ul,input{
    margin:0;
    padding:0;
    list-style:none
}
a,h1,h2,h3,h4,h5,h6,p,section,article {text-decoration:none; color:#000; font-family:"微软雅黑";}
blockquote,q {
    quotes:none
}
blockquote:before,blockquote:after,q:before,q:after {
    content:'';
    content:none;
}
button {
    cursor:pointer
}

.clearfix:after{
    clear:both;
    height:0;
    content:"";
    overflow:hidden;
    visibility:hidden;
    display:block;
}
.clearfix{
    clear:both;
    zoom:1;
}


/* 商家店铺 首页css start */

/* 内容 */
.store-bar{
    float:right;
    overflow:hidden;
}
.store-bar li{
    font-size:14px;
    float:left;
    margin:0 20px;
}
.store-bar li a{
    color:#e6002d;
}
.shop-sign{
    width:100%;
    height:150px;
    overflow:hidden;
}
.shop-sign img{
    width:100%;
    height:100%;
}

.store-nav{
    width:100%;
    height:40px;
    line-height:40px;
    background:#404145;
}
.store-nav-list{
    overflow:hidden;
}
.store-nav-list li{
    font-size:14px;
    float:left;
    width:150px;
    height:150px;
}
.store-nav-list li a{
    display:block;
    color:#fff;
    text-align:center;
}

.module-title{
    font-size:20px;
    margin:50px 0 20px 0;
}
.col-title{
    width:100%;
    overflow:hidden;
    margin:50px 0 20px 0;
}
.col-title dt{
    font-size:20px;
    float:left;
}
.col-title dd{
    float:right;
    padding-top:4px;
}
.col-title dd a{
    font-size:14px;
    color:#888;

}
.col-title dd a:hover{
    color:#e6002d;
}

.store-ad{
    width:100%;
    height:450px;
    margin:20px 0 0 0;
    overflow:hidden;
}
.store-ad img{
    width:100%;
    height:auto;
}

/* 产品菜单 */
.pro-container{
    width: 1200px;
    /*background: #fff;*/
}
.pro-container .pro-type-tab{
    width: 100%;
    overflow:hidden;
}
.pro-col{
    width: 271px;
    height: auto;
    padding: 10px;
    background: #fff;
    /*border:1px solid #efefef;*/
    margin-right:12px;
    float: left;
    margin-bottom:20px;
}
.pro-col:last-of-type{
    margin-right:0;
}
.pro-col:nth-of-type(4n){
    margin-right:0;
}
.pro-col .pro-img{
    width:100%;
    height: 270px;
    overflow: hidden;
}
.pro-col .pro-img img{
    width: 100%;
    height: 100%;
}

.pro-img-tab{
    overflow: hidden;
    padding: 5px;
    margin:5px 0;
}
.pro-img-tab li{
    width: 30px;
    height: 30px;
    float: left;
    margin-right:5px;
    overflow: hidden;
}
.pro-img-tab li img{
    width: 100%;
    height: 100%;
}
.pro-col .pro-price{
    overflow: hidden;

}
.pro-price .now-price{
    float: left;
    font-size:16px;
    color:#f24429;
}
.pro-price .now-price strong{
    font-weight: bold;
    padding: 0 4px;
}
.pro-price .buy-num{
    float: left;
    margin-left:10px;
    font-size:14px;
    line-height: 22px;
    color:#888;
}
.pro-price .buy-num i{
    padding:0 4px;
}

.pro-col a.pro-title{
    display: block;
    width: 100%;
    color:#666;
    overflow:hidden;
    font-size: 14px;
    margin: 10px 0 20px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pro-col a.pro-title:hover{
    text-decoration: underline;
}
.business-infos{
    overflow: hidden;
    font-size:14px;
}
.business-name{
    float:left;
    color:#555;
    line-height:28px;
}
.business-name:hover{
    color:#e6002d;
}
.join-buy-car{
    float:right;
    color:#555;
}

/* 商家店铺 首页css end */

/* *****************************   分割线   ******************************** */

/* 商空店铺 全部商品css s */
.types{
    width: 1160px;
    background:#fff;
    padding: 20px;
}
.types h5{
    font-size:16px;
    margin-bottom:15px;
}
.types-list{
    overflow:hidden;
}
.types-list li{
    float:left;
    width:145px;
    text-align:center;
    line-height:35px;
}
.types-list li a{
    color:#00ABF1;
}
.types-list li a span{
    color:#555;
    padding:0 2px;
}

.reorder{
    width: 1160px;
    /*padding:20px;*/
    height: 40px;
    padding: 0 20px;
    background:#fff;
    margin:10px 0 15px 0;
}
.reorder-list{
    overflow:hidden;
}
.reorder-list li{
    float:left;
    margin-right:50px;
}
.reorder-list li a{
    font-size:14px;
    color: #888;
    line-height: 40px;
}
.reorder-list li a:hover{
    color: #e6002d;
}


/* 商空店铺 全部商品css e */

/* *****************************   分割线   ******************************** */

/* 商空店铺 店铺简介css s */

.store-container{
    padding:30px;
    background:#fff;
    overflow:hidden;
}
.store-container .store-logo{
    width:120px;
    height:120px;
    float:left;
    overflow: hidden;
}
.store-container .store-logo img{
    width:100%;
    height:100%;
}
.store-container .store-infos{
    width:970px;
    float:left;
    margin-left:50px;
}
.store-container .store-infos ul li{
    font-size:14px;
    font-weight:bold;
    margin-bottom:15px;
}
.store-container .store-infos ul li span{
    font-weight:normal;
    color:#666;
}
.store-container .store-infos ul li span.introduction{
    display:block;
    margin-top:10px;
}

/* 商空店铺 店铺简介css e */











/* 全局控制 */
.inner{
    width: 1200px;
    margin: 0 auto;
}
.store-nav-list .navLi-cur{
    background:#fff;
    color:#333;
}
.marginR-0{
    margin-right: 0;
}

.pro-img-tab .curBorder{
    border: 1px solid #ff0000;
    height:28px;
    width:28px;
}
#pro-container .shows{
    display: block;
}
