
/*轮播图样式*/
.banner{
    height:450px;
}
.slideBox{
    width:100%;
    height:450px;
    position: relative;
    overflow: hidden;
    z-index: 0;

}
.slideBox .hd{
    width:1200px;
    margin:0 auto;
    height:15px;
    overflow:hidden;
    position: relative;
    left:0px;
    top:420px;
    z-index:1;

}
.slideBox .hd ul{
    overflow:hidden;
    zoom:1;
    position: absolute;
    left:580px;
}
.slideBox .hd ul li{
    float:left;
    margin-right:5px;
    width:10px;
    height:10px;
    line-height:14px;
    text-align:center;
    background:#8a8a8a;
    cursor:pointer;
    border:2px solid #aeaeae;
    border-radius:50%;
}
.slideBox .hd ul li.on{
    background:#fff;
    color:#fff;
}
.slideBox .bd{
    width:100%;
    height:auto;
    position: absolute;
    left:0;
    top:0;
    z-index:0;
    padding:0;
}

.slideBox .bd li{
    zoom:1;
    vertical-align:middle;
    list-style:none;
    height:auto;
    padding:0px;
    margin: 0px;
    position:relative; left:0; top:0px;
}

.slideBox .bd img{
    width:100%;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.btn_pre{
    width:1200px;
    height: 450px;
    margin:0 auto;
    position: relative;

}
.btn_pre .prev{
    position:absolute;
    left:0; top:40%;
    margin-top:-25px;
    display:block;
    width:48px;
    height:104px;
    background:url(https://yceshop-obs.obs.cn-north-4.myhuaweicloud.com/pic/web-apb/images/slider-arrow0.png) -110px 5px no-repeat;
    filter:alpha(opacity=50);opacity:0.5;
}
.slideBox .prev{
    left:auto;
    left:0;
    background-position:1px 5px;
}
.btn_pre .next{
    position:absolute;
    left:0; top:40%;
    margin-top:-25px;
    display:block;
    width:48px;
    height:104px;
    background:url(https://yceshop-obs.obs.cn-north-4.myhuaweicloud.com/pic/web-apb/images/slider-arrow.png) -110px 5px no-repeat;
    filter:alpha(opacity=50);opacity:0.5;
}
.slideBox .next{
    left:auto;
    right:0;
    background-position:8px 5px;
}
.slideBox .prev:hover,
.slideBox .next:hover{
    filter:alpha(opacity=100);
    opacity:1;  }
.slideBox .prevStop{
    display:none;
}
.slideBox .nextStop{
    display:none;
}
/* 轮播图样式结束 */

/*正品保障*/
.quality-content{
    height:110px;
    background: #fff;
    padding-left:34px;
    padding-top:20px;
}
.quality-content a{
    display: inline-block;
    text-decoration: none;
}
.quality-content a:hover{
    text-decoration: none;
    color:#646464;
}
.quality-goods{
    width:360px;
    height:72px;
    display: table-cell;
    vertical-align: top;
    background: url(https://yceshop-obs.obs.cn-north-4.myhuaweicloud.com/pic/web-apb/images/ico_b01_n.png) no-repeat left top;
    padding-left:85px;
}
.quality-goods:hover{
    background: url(https://yceshop-obs.obs.cn-north-4.myhuaweicloud.com/pic/web-apb/images/ico_b01_p.png) no-repeat left top;
}
.scan-bg{
    background: url(https://yceshop-obs.obs.cn-north-4.myhuaweicloud.com/pic/web-apb/images/ico_b02_n.png) no-repeat left top;
}
.scan-bg:hover{
    background: url(https://yceshop-obs.obs.cn-north-4.myhuaweicloud.com/pic/web-apb/images/ico_b02_p.png) no-repeat left top;
}
.sale-bg{
    background: url(https://yceshop-obs.obs.cn-north-4.myhuaweicloud.com/pic/web-apb/images/ico_b03_n.png) no-repeat left top;
}
.sale-bg:hover{
    background: url(https://yceshop-obs.obs.cn-north-4.myhuaweicloud.com/pic/web-apb/images/ico_b03_p.png) no-repeat left top;
}
.h1-txt{
    padding:5px 0px;
    line-height: 22px;
}
.p-txt{
    line-height: 20px;
}

/*商品列表*/
.product-list{
    margin-top:20px;
    height: auto;
}
.product-content{
    width:590px;
    height:352px;
    border:1px solid #e5e5e5;
    margin-bottom:16px;
    float:left;
    position: relative;
}
.product-content:nth-child(odd){
    margin-left:20px;
}
.product-content:hover{
    border:1px solid #ff8c00;
}
.product-left{
    float:left;
    width:350px;
    height:350px;
}
.product-left img{
    max-width:100%;
    height:100%;
}
.symbolLabel{
    position: absolute;
    left:0px;
    top:0px;
    width:80px;
    height:68px;
}
.symbolLabel img{
    width:100%;
    height:100%;
}
.product-right{
    float:right;
    width:237px;
    height:350px;
    background: #f9f9f9;
    padding:10px;
}

.span-weight{
    font-weight:400;
}
.btn-box{
    margin:0px -10px;
    font-size:0;
}
.shop-btn{
    float:left;
    display: inline-block;
    width:118px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ff8c00;
    border-right: 1px solid #ddd;
    font-size:14px;
    background: #f4f4f4;
    cursor: pointer;
}
.shop-btn:hover{
    background: #ff8c00;
    color:#fff;
}
.btn-box a.buy{
    display: inline-block;
    width:237px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color:#ff5000;
    border-right: 0;
    font-size:14px;
    background: #ededed;
    text-decoration: none;
    font-weight: bold;
}
.btn-box a.buy:hover{
    display: inline-block;
    background: #ff5000;
    color:#fff;
    text-decoration: none;
}
