/**
 *@author chenjiaguang
 *触屏版店铺产品详情页
 *2019.11.25
 */
/**/

/* body{background: #E8E8E8;} */
/*店铺轮播图*/
.shop-pics-container{padding: 2.6667% 2.6667% 0;padding-top: 0;}
/* .shop-pics-slide{display: block;padding-top: 66.66%;height: 0;box-sizing: content-box;border-radius: 5px;overflow: hidden;width: 100%;} */
.shop-pics-slide{display: block;padding-top: 0;height: 100%;box-sizing: content-box;border-radius: 2.66vw;overflow: hidden;width: 100%;}
.shop-pics-link{display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.shop-pics-slide-img{display: block;width: 100%;height: 100%;object-fit: cover;object-position: center center;}
.shop-pics-pagination{text-align: center;position: absolute;left: 0 !important;bottom: 9px !important;z-index: 1;}
.swiper-pagination-bullet{width: 5px;height: 5px;margin: 0 2px !important;border-radius: 50%;background: #FFFFFF;opacity: 0.5;}
.swiper-pagination-bullet-active{opacity: 1;}

/*店铺产品详情*/
.shop-product-detail{padding: 18px 0;margin-top: 10px;background: #FFFFFF;margin: 0 2.266vw;border-radius: 10px;}
.shop-product-detail-title{padding: 0 4.2667%;font-size: 18px;line-height: 30px;color: #333333;font-weight: bold;text-align: center;white-space: normal;word-break: break-all;}
.shop-product-publish-time{padding: 0 4.2667%;font-size: 12px;line-height: 20px;color: #999999;text-align: center;margin: 12px 0 2px;}
.shop-product-publish-price{padding: 0 4.2667%;font-size: 12px;line-height: 20px;color: #999999;text-align: center;margin: 12px 0 2px;}
.shop-product-detail-content{padding: 0 4.2667%;font-size: 14px;line-height: 26px;color: #333333;margin-top: 10px;white-space: normal;word-break: break-all;}
.shop-product-detail-content img{max-width: 100%;}

/* 精品推荐 */
.shop-product-list{background: transparent;}
.shop-product-list-box{padding: 0;display: flex;flex-wrap: wrap;justify-content: space-between;}
.shop-product-title{width: 100%;margin: 0;display: flex;justify-content: space-between;height: 30px;align-items: center;/* margin-top: 6.66vw;margin-bottom: 6.133vw; */}
.shop-title{padding-left: 2vw;}
span.shop-product-next-content{display: flex;align-items: center;}
.shop-product-next{padding-right: 2vw;}
.shop-product-list-item{width: 45vw;background: #fff;margin-bottom: 3.866vw;border-radius: 10px;overflow: hidden;box-shadow: 0px 5px 7px 0px rgba(219, 218, 218, 0.47);}
.shop-product-link{padding: 0;}
.shop-product-item-title{font-size: 16px;line-height: 24px;color: #333333;padding: 14px 10px 20px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;text-align: center;}

/* 底部footer */
#footer{margin-bottom: 68px;padding: 0;}


:root {
    --primary-color: #0067d0;
}
body {
    background: #E8E8E8;
}

/* 面包屑 */
.shop-bread-nav-wrapper {
    margin: 0;
}

.shop-bread-nav {
    background: transparent;
}

.shop-bread-nav-item, .shop-bread-nav-separator {
    color: #999;
}

.shop-bread-nav {
    padding: 0;
}

/* 产品详情 */

.shop-product-list {
    background: #FFFFFF;
    margin-top: 2.667vw;
    padding: 4vw 0 0.8vw;
}

.shop-product-title {
    display: table;
    width: 100%;
    padding-right: 5.333vw;
    box-sizing: border-box;
}

.shop-title {
    font-size: 4.8vw;
    line-height: 8vw;
    color: #333333;
    font-weight: bold;
    padding: 0 5.333vw;
}

.shop-product-next {
    display: table-cell;
    width: 16.533vw;
    overflow: visible;
    vertical-align: middle;
    padding-right: 0;
}

.shop-product-next-text {
    display: table-cell;
    font-size: 3.2vw;
    line-height: 4.8vw;
    color: #999999;
    vertical-align: middle;
    padding-right: 1.6vw;
    white-space: nowrap;
}

.shop-product-next-icon {
    display: table-cell;
    width: 2.133vw;
    height: 3.733vw;
    background: url(../images/next_icon.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
}

.shop-product-list-box {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 2.6667% 0;
}

.shop-product-list-item {
    width: 50%;
}

.fl {
    float: left;
}

.shop-product-link {
    display: block;
    padding: 5px 5.6338% 0;
    box-sizing: border-box;
}

.shop-product-cover-wrapper {
    display: block;
    width: 100%;
    padding-top: 66.88%;
    position: relative;
    overflow: visible;
}

.shop-product-cover {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 5px;
    object-fit: cover;
    object-position: center center;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
}

.shop-product-item-title {
    font-size: 3.733vw;
    line-height: 6.4vw;
    color: #333333;
    padding: 1.6vw 0 2.667vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.shop-article-detail-img {
    padding: 5.333vw 5.333vw 0 5.333vw;
    line-height: 0;
}

.shop-article-detail-img img {
    width: 100%;
    margin-bottom: 2.667vw;
}
.shop-product-detail {
    margin: 0;
    border-radius: 0;
}
.shop-product-detail-content {
    padding: 0 4.533vw !important;
}
.shop-product-list-item {
    margin-bottom: 0;
    box-shadow: none;
}