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-title {
    font-size: 4.8vw;
    line-height: 8vw;
    color: #333333;
    font-weight: bold;
    padding: 0 4.2667%;
}

.shop-overview-box {
    background: #FFFFFF;
    margin-top: 2.667vw;
    padding: 5.333vw 0 4.8vw;
}
.shop-content-text{
    padding: 0 4.267vw;
}
.shop-content-title {
    font-size: 4.8vw;
    color: #333;
    font-weight: bold;
    text-align: left;
    margin-bottom: 1.333vw;
}

.shop-overview-info {
    padding: 0 4.533vw;
}

.shop-overview-item {
    display: table-row;
    line-height: 10.667vw
}

.shop-overview-item-name, .shop-overview-item-value {
    display: table-cell;
    font-size: 4.267vw;
    line-height: 7.467vw;
    padding: 1.067vw 0;
    vertical-align: top;
}

.shop-overview-item-name {
    min-width: 16vw;
    color: #999999;
    padding-right: 5.333vw;
    box-sizing: border-box;
    white-space: nowrap;
}

.shop-overview-item-value {
    color: #333333;
    display: inline-block
}

.content_name {
    color: #999;
    margin-left: 2.667vw
}

.shop-overview-item-value-pre-wrap {
    white-space: pre-wrap;
}

.shop-overview-box {
    margin: 0;
    border-radius: 0;
}
.canCopy .shop-bottom-call-btn2{
    background-position: center;
    background: #1350A0;
    border-radius: 5.333vw;
    display: table-cell;
    vertical-align: middle;
    font-size: 0;
    color: #FFFFFF;
    text-align: center;
}
.canCopy .shop-bottom-call-icon2{
    display: inline-block;
    background: url(../images/icon_bottom_phone22.png) no-repeat;
    background-size: contain;
    margin-right: 3.733vw;
    vertical-align: middle;
}
.canCopy .shop-bottom-call-text2{
    vertical-align: middle;
}

/*地图按钮*/
.location-icon {
    display: inline-block !important;
    padding-left: 5.067vw;
    margin-left: 24vw;
    line-height: 7.467vw;
    color: #479DED;
    font-style: normal;
    font-size: 3.2vw;
    position: relative;
}

.location-icon:before {
    content: "";
    display: block;
    width: 8.533vw;
    height: 8.533vw;
    background: url(../images/icon_location3.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4.267vw;
    transform: scale(0.5, 0.5);
    transform-origin: 0 50%;
}

/*新版分页 2019-11-15*/
.fenye {
    height: 10.667vw;
    padding: 0;
    font-size: 0;
    white-space: nowrap;
    background: #FFFFFF;
}

.fenye a, .selDiv {
    display: inline-block;
    width: 33.33%;
    font-size: 3.2vw;
    height: 10.667vw;
    line-height: 10.667vw;
    text-align: center;
    color: #666666;
}

.fenye a.disabled {
    color: #999999;
}

.selDiv {
    position: relative;
}

.selDiv i {
    font-style: normal;
}

.selectDiv {
    position: absolute;
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
    opacity: 0;
}

.fenye .d-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    box-sizing: content-box;
    margin: 0.8vw 0 0 1.067vw;
    vertical-align: middle;
    border-style: solid;
    border-color: #919191 transparent transparent transparent;
    border-width: 1.333vw;
}

section.fenye {
    margin: 0;
    border-top: 1px solid #E5E5E5;
}

.fenye a, .selDiv {
    border-radius: 0;
    box-shadow: none;
}

/* 服务流程 */
.process{
    margin-top: 2.667vw;
    padding-bottom: 6.4vw;
}
.process .shop-content-title{margin-bottom: 4vw;}
.process_item_content{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 9.333vw;
}
.process_box{
    display: flex;
    width: 18.133vw;
    align-items: center;
    flex-direction: column;
    margin-top: 6vw;
    position: relative;
    margin-left: 13.333vw;
}
.process_box::after{
    content: '';
    display: block;
    width: 4.267vw;
    height: 4.8vw;
    position: absolute;
    left: -8.533vw;
    top: 3.733vw;
    background: url(../images/m11_process_arrow.png) center center no-repeat;
    background-size: contain;
}
.process_box:nth-of-type(3n+1){margin-left: 0;}
.process_box:nth-of-type(3n+1)::after{display: none;}
.process_box:nth-of-type(1){margin-top: 0;}
.process_box:nth-of-type(2){margin-top: 0;}
.process_box:nth-of-type(3){margin-top: 0;}
.process_box .process_index{
    display: block;
    width: 12.267vw;
    height: 12.267vw;
    line-height: 9.067vw;
    border: 1.6vw solid #1350A0;
    border-radius: 50%;
    color: #1350A0;
    font-size: 5.333vw;
    text-align: center;
    font-weight: bold;
    box-sizing: border-box;
}
.process_box .process_text{
    display: block;
    width: 100%;
    font-size: 3.2vw;
    line-height: 4vw;
    color: #333;
    text-align: center;
    margin-top: 2.133vw;
}