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-content-title {
    font-size: 4.8vw;
    color: #333;
    font-weight: bold;
    text-align: left;
    margin-bottom: 2.667vw;
}

.shop-content-box {
    background: #FFFFFF;
    padding: 5.333vw 0 4.8vw;
}
.shop-content-text{
    padding: 0 4.267vw;
}

.format p{
    text-indent: 2em;
}
/*店铺关于我们*缺省*/
.shop-about-empty {
    background: #FFFFFF;
    margin-top: 2.667vw;
    padding: 16vw 4.267vw 32.533vw;
}

.shop-about-empty-sign {
    width: 27.2vw;
    height: 18.667vw;
    background: url(../images/shop_list_empty.png) no-repeat;
    background-size: contain;
    margin: 0 auto 6.933vw;
}

.shop-about-empty-text {
    font-size: 3.733vw;
    line-height: 3.733vw;
    color: #999999;
    text-align: center;
    overflow: visible;
}

/*店铺关于我们-证书*/
.shop-content-src-box {
    margin-bottom: 2.667vw;
}

.shop-content-src p {
    text-align: center;
}

.shop-content-src-div {
    width: 50%;
    float: left;
    height: 49.333vw;
    text-align: center;
    margin-bottom: 4vw;
    margin-top: 4vw;
}

.shop-content-src-div p {
    margin-top: 4vw;
}

.shop-content-src-img-div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40.533vw;
    width: 40.533vw;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #ccc;
}

.shop-content-src-img-div img {
    max-width: 40vw;
    max-height: 40vw;
    text-align: center;
}

/* 服务优势 */
.advantage {
    margin-top: 2.667vw;
    padding-bottom: 6.667vw;
}
.advantage .shop-content-title{margin-bottom: 4vw;}
.advantage ul{padding: 0 16px;}

.service_advantage_item {
    margin-top: 3.333vw;
    width: 91.467vw;
    height: 27.733vw;
    position: relative;
    background: url(../images/m11_advantage_01.png) no-repeat;
    background-size: contain;
}
.service_advantage_item:nth-of-type(1){margin-top: 0;}
.service_advantage_item:nth-of-type(2n){background: url(../images/m11_advantage_02.png) no-repeat;
    background-size: contain;}

.service_advantage_iteml_left {
    width: 91.467vw;
    height: 27.733vw;
    position: relative;
}

.service_advantage_iteml_left span {
    width: 12.8vw;
    height: 25.067vw;
    line-height: 25.067vw;
    position: absolute;
    top: 0;
    text-align: center;
    font-size: 9.333vw;
    font-weight: bold;
    color: #fff;
    text-shadow: 0.267vw 0.533vw 1.6vw rgba(8,54,115,0.65);
}
.service_advantage_item:nth-of-type(2n+1) .service_advantage_iteml_left span{left: 4vw;}
.service_advantage_item:nth-of-type(2n) .service_advantage_iteml_left span{right: 4vw;}

.service_advantage_iteml_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 65.067vw;
    height: 25.6vw;
    position: absolute;
    left: 20.8vw;
    top: 2.133vw;
}

.service_advantage_iteml_right span {
    display: block;
    font-size: 3.733vw;
    line-height: 3.733vw;
    font-weight: bold;
    color: #333;
    text-align: left;
    margin-bottom: 1.867vw;
}
.service_advantage_iteml_right p {
    display: block;
    font-size: 3.2vw;
    line-height: 5.867vw;
    font-weight: 300;
    color: #333;
    text-align: left;
}
.service_advantage_item:nth-of-type(2n) .service_advantage_iteml_right{
    left: 5.6vw;
}
.service_advantage_item:nth-of-type(2n) .service_advantage_iteml_right span{
    text-align: right;
}
.service_advantage_item:nth-of-type(2n) .service_advantage_iteml_right p{
    text-align: right;
}