@charset "utf-8";


.product_main_2.product_main #navbar {
    background: #F0F2F6;
}

.ads-wraper {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}

.ads_img {
    width: auto;
    height: 100%
}

.ads_box {
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    position: absolute;
    top: 0;
    padding: 0 6%;
    z-index: 1;
    left: 0;
    color: #fff;
}

.ads-title {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 44px;
    font-size: 28px;
    color: #fff;
}

.ads-des {
    margin-top: 12px;
    width: 100%;

    line-height: 26px;
    font-size: 14px;
    color: #fff;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}


.common-title {
    width: 100%;
    margin: 60px 0 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.common-title .line {
    display: inline-block;

    width: 13px;
    height: 2px;
    background: #333333;
}

.common-title .title-text {
    font-size: 26px;
    color: #333333;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    display: inline-block;
    max-width: 360px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detail-img {
    width: 100%;
}

.detail-img img {
    display: inline-block;
    width: 100%;
    height: auto;
}

.server-list {
    margin-top: 40px;
}

.server-list .server-title {
    height: 58px;
    line-height: 58px;
    background: url(../images/product/im_bg_gold.png) no-repeat center center;
    background-size: 100% 100%;
    font-size: 16px;
    width: 100%;
    color: #25242A;
    box-sizing: border-box;
    padding-left: 25px;
}

.server-list .server-intro {
    font-size: 14px;
    text-align: left;
    color: #666666;
    line-height: 28px;
    margin-top: 10px;
    padding-left: 28px;
    padding-right: 28px;
}

.ready-material {
    width: 100%;
    height: 210px;
    margin-top: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.material_bj {
    display: inline-block;
    height: 100%;
    width: auto;
}

.material_desc {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-direction: column;
    padding: 24px 6%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.ready-title {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}

.ready-title img {
    display: inline-block;
    width: 27px;
    height: auto;
    margin-right: 10px;
}

.ready-title .ready-text {

    text-align: left;
    color: #E4C29A;
    font-size: 16px;
}

.ready-conent {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    margin-top: 10px;
    width: 100%;
}

.fuwu-wraper {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    white-space: nowrap;
    display: flex;
    justify-content: left;
    align-items: flex-start;
}

.fuwu-wraper .fuwu-item {
    width: 32%;
    height: 180px;
    background: #25242A;

    box-sizing: border-box;
    padding: 28px 3% 0 3%;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-direction: column;
    margin: 0 2% 20px 0;
}

.fuwu-wraper .fuwu-item:nth-child(3n) {
    margin-right: 0;
}

.fuwu-item-title {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}

.fuwu-item-title img {
    display: inline-block;
    height: 28px;
    width: auto;
    margin-right: 10px;
}

.fuwu-title {
    display: inline-block;
    vertical-align: top;

    line-height: 30px;
    font-size: 16px;
    color: #ECC99F;
}

.fuwu-content {
    display: block;
    font-size: 14px;
    color: #9F9FA0;

    line-height: 26px;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-align: left;
    white-space: normal;
}



.fuwu-advantage {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
}

.fuwu-advantage .advantage-item {
    width: 22%;

    display: flex;
    margin: 0 4% 30px 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.fuwu-advantage .advantage-item:nth-child(4n) {
    margin-right: 0;
}




.fuwu-advantage {
    width: 100%;
    font-size: 0;
    text-align: center;
    white-space: nowrap;
}

.advantage-item .advantage-img-wraper {
    display: inline-block;
    margin-bottom: 16px;
}

.advantage-item .advantage-img-wraper img {
    width: 58px;
    height: 58px;
}

.advantage-item .advantage-title {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #7A490E;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
    -webkit-line-clamp: 1;
    white-space: normal;
}

.advantage-item .advantage-des {
    height: 103px;
    text-align: center;
    color: #666666;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 26px;
    white-space: normal;
}

.fuwu-flow {
    width: 100%;
    height: 377px;
    background: url(../images/product/im_tu.png) no-repeat center center;
    background-size: 100% 100%;
    box-sizing: border-box;
    overflow: hidden;

}

.flow-items {
    font-size: 0;
    text-align: center;
    white-space: nowrape;
}

.flow-items .flow-item {
    width: 18%;
    height: 240px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

.flow-items .flow-item .flow-line {
    width: 100%;
    height: 27px;
    position: absolute;
    left: 0;
    top: 6px;
    background: url(../images/product/dian1.png) no-repeat center center;
    background-size: auto 100%;
}

.flow-items .flow-item .flow-line.hover {
    width: 100%;
    height: 27px;
    position: absolute;
    left: 0;
    top: 6px;
    background: url(../images/product/dian2.png) no-repeat center center;
    background-size: auto 100%;
}

.flow-items .flow-item .flow-title {
    height: 30px;
    line-height: 30px;
    margin-top: 55px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.flow-items .flow-item .flow-des {
    line-height: 26px;
    padding: 0 10px;
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}



.fuwu-advantage2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 400px;
}

.fuwu-advantage2 .advantage2-left-img {
    width: 55.5%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

}

.fuwu-advantage2 .advantage2-left-img img {
    width: auto;
    height: 100%;
}

.fuwu-advantage2 .advantage2-right {
    width: calc(100% - 55.5%);
    padding-left: 30px;
}

.fuwu-advantage2 .advantage2-right .advantage2-title1 {
    height: 26px;
    line-height: 26px;
    color: #333333;
    font-size: 18px;
    margin-bottom: 23px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: normal;
    overflow: hidden;
}

.fuwu-advantage2 .advantage2-right .advantage2-title2 {
    height: 24px;
    line-height: 24px;
    color: #7A490E;
    font-size: 16px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: normal;
    margin-bottom: 3px;
    overflow: hidden;
}

.fuwu-advantage2 .advantage2-right .advantage2-des {

    line-height: 30px;
    color: #666;
    font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    margin-bottom: 27px;
    overflow: hidden;
}

/* 自定义轮播图 */
.lbt-m-box {
    height: 280px;
    position: relative;
    overflow: hidden;
}

.lbt-m-box .lbt-m-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.lbt-m-box .lbt-m-item .ite {
    position: absolute;
    left: 0;
    top: 30px;
    width: 28%;
    height: 220px;
    border-radius: 10px;
    overflow: hidden;
}

.ques-wraper {
    width: 100%;
    height: 80px;
    background: url(../images/product/im_bg_bulea.png) no-repeat center center;
    background-size: 100% 100%;
    display: flex;
    box-sizing: border-box;
    padding: 22px 30px 18px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.ques-wraper .ques {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    text-align: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    max-height: 43px;
    overflow: hidden;
}

.ans-cont {
    padding: 14px 27px 0;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    white-space: normal;
    height: 115px;
    overflow: hidden;
}

.lbt-m-box .go {
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    margin-top: -30px;
    border-radius: 50%;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
}

.lbt-m-box .next {
    right: 273px;
    width: 50px;
    height: 50px;
    background: url(../images/product/icon_youfang_nor.png) no-repeat center center;
    background-size: 100% 100%;
}

.lbt-m-box .next.clicked {
    right: 273px;
    width: 50px;
    height: 50px;
    background: url(../images/product/icon_youfang.png) no-repeat center center;
    background-size: 100% 100%;
}

.lbt-m-box .pre {
    left: 260px;
    width: 50px;
    height: 50px;
    background: url(../images/product/icon_zuofang_nor.png) no-repeat center center;
    background-size: 100% 100%;
}

.lbt-m-box .pre.clicked {
    left: 260px;
    width: 50px;
    height: 50px;
    background: url(../images/product/icon_zuofang.png) no-repeat center center;
    background-size: 100% 100%;
}

/* 自定义轮播图 */


.after-sale {
    overflow: hidden;
    width: 100%;
    height: 540px;
    background: url(../images/product/icon_bg_liucheng.png) no-repeat center center;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 0 6% 0;
    margin-top: 50px;
}

.sale-list-top {

    font-size: 0;
    white-space: nowrap;
    margin-bottom: 26px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.sale-list-bottom {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
}

.sale-list-bottom .sale-item {
    width: 100%;

    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.sale-list-top .sale-item {
    width: 48.5%;

    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    vertical-align: top;
}

.sale-item .sale-left {

    width: 58px;
    height: 72px;

}

.promiss-icon {
    width: 100%;
    height: 100%;
    background: url(../images/product/icon_wmcn.png) no-repeat center center;
    background-size: 100% 100%;
}

.qudao-icon {
    width: 100%;
    height: 100%;
    background: url(../images/product/icon_lxqd.png) no-repeat center center;
    background-size: 100% 100%;
}

.baozhang-icon {
    width: 100%;
    height: 100%;
    background: url(../images/product/icon_xfbz.png) no-repeat center center;
    background-size: 100% 100%;
}

.sale-right {
    width: calc(100% - 84px);
}

.sale-right .sale-title {

    line-height: 34px;
    color: #ECC99F;
    font-size: 20px;
    text-align: left;
}

.sale-des {
    width: 100%;

    line-height: 26px;
    color: #9F9FA0;
    text-align: left;
    margin-top: 3px;
    font-size: 14px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.liucheng-title {
    height: 74px;
    line-height: 74px;
    color: #ECC99F;
    font-size: 20px;
    text-align: left;
    margin-top: 20px;
}

.lc-detail {
    width: 88%;
    min-height: 210px;
    background: #fff;
    box-sizing: border-box;
    padding: 30px 32px 40px 32px;
    margin: -96px auto 100px;
    box-shadow: rgba(153, 153, 153, 0.4) 0px 0px 30px;
}

.lc-detail .lc-cir-line {
    height: 1px;
    width: 100%;
    border-top: 1px dashed #e5c097;
    height: 35px;
    margin-top: 20px;

}

.lc-text-wraper {
    text-align: left;
    font-size: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.lc-text {
    font-size: 14px;
    color: #25242A;
    line-height: 26px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 10%;
    text-align: center;
}

.lc-text:nth-child(2),
.lc-text:nth-child(3),
.lc-text:nth-child(4) {
    width: 25%;
    text-align: left;
    padding: 0 5px;
}

.lc-text::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/product/quan_icon.png) no-repeat center center;
    background-size: 22px auto;
    position: absolute;
    left: 50%;
    margin-left: -11px;
    margin-top: -46px;
}





@media screen and (max-width: 768px) {
    .product_section_wrap.product_section_wrap_new {
        border-top: none;
    }

    .ads-wraper {

        height: 7.5rem;

        margin-top: 0;
        margin-bottom: 0.4rem;

    }




    .ads-title {

        line-height: 1rem;
        font-size: 0.65rem;
        font-weight: bold;

    }

    .ads-des {
        margin-top: 0.3rem;

        line-height: 0.9rem;
        font-size: 0.55rem;

    }


    /*服务内容 地区  时间 材料*/

    .fuwu-intro {
        padding: .8rem .8rem 1rem;
        margin-bottom: .6rem;
        background-color: #fff;
    }

    .fuwu-intro .fuwu-intro-item {
        padding-bottom: .6rem;
        margin-bottom: .75rem;
        border-bottom: 0.025rem solid #f5f5f5;
    }

    .fuwu-intro .fuwu-intro-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .fuwu-intro .fuwu-intro-item .title {
        height: 1rem;
        font-size: 0;
        text-align: left;
        display: flex;
        justify-content: left;
        align-items: center;
    }

    .fuwu-intro .fuwu-intro-item .title .content-sign {
        width: .9rem;
        height: .9rem;
        display: inline-block;
        vertical-align: top;
        background: url(../images/product/icon_fwnr.png) no-repeat center;
        background-size: 100%;

    }

    .fuwu-intro .fuwu-intro-item .title .time-sign {
        width: .9rem;
        height: .9rem;
        display: inline-block;
        vertical-align: top;
        background: url(../images/product/icon_fwsj_m.png) no-repeat center;
        background-size: 100%;

    }

    .fuwu-intro .fuwu-intro-item .title .money-sign {
        width: .9rem;
        height: .9rem;
        display: inline-block;
        vertical-align: top;
        background: url(../images/product/icon_fwfy.png) no-repeat center;
        background-size: 100%;

    }

    .fuwu-intro .fuwu-intro-item .title .cailiao-sign {
        width: .9rem;
        height: .9rem;
        display: inline-block;
        vertical-align: top;
        background: url(../images/product/icon_zbcl_m.png) no-repeat center;
        background-size: 100%;

    }

    .fuwu-intro .fuwu-intro-item .title .area-sign {
        width: .9rem;
        height: .9rem;
        display: inline-block;
        vertical-align: top;
        background: url(../images/product/icon_dz.png) no-repeat center;
        background-size: 100%;

    }

    .fuwu-intro .fuwu-intro-item .title .text {
        display: inline-block;
        vertical-align: top;


        color: #333333;
        font-size: .65rem;
        text-align: left;

        font-weight: bold;
        margin-left: 0.5rem;
    }

    .fuwu-intro .fuwu-intro-item .content {
        font-size: .55rem;
        color: #595968;
        line-height: .85rem;
        margin-top: .4rem;

        background-color: #fff;
    }


    /*公共title*/
    .common-title {

        margin: 0;
        padding: 0.8rem 0 0.6rem 0;
        border-top: 0.4rem solid #f5f5f5;

    }

    .common-title .line {
        display: inline-block;

        width: 0.5rem;
        height: 0.1rem;

    }

    .common-title .title-text {
        font-size: 0.75rem;
        font-weight: bold;
        margin: 0 0.3rem;
        display: inline-block;
        max-width: 13rem;

    }


    /*许可证代办服务*/

    .fuwu-advantage2 {
        flex-direction: column;
        height: unset;
    }

    .fuwu-advantage2 .advantage2-left-img {
        width: 100%;
        height: unset;


    }

    .fuwu-advantage2 .advantage2-left-img img {
        width: 100%;
        height: auto;
    }

    .fuwu-advantage2 .advantage2-right {
        width: 100%;
        padding: 0.8rem 0.6rem 1.2rem 0.6rem;
    }

    .fuwu-advantage2 .advantage2-right .advantage2-title1 {
        display: none;
    }

    .advantage2_dec_box {
        width: 100%;
        padding: 0 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 4rem;
        background: -webkit-gradient(linear, left top, right top, from(#ff8c62), to(#ff5d61));
        background: linear-gradient(90deg, #ff8c62 0%, #ff5d61 100%);
        border-radius: 2rem;
        overflow: hidden;
        margin-bottom: 1rem;
        -webkit-box-shadow: rgba(255, 125, 113, .5) 0px 0px 0.3rem;
        box-shadow: rgba(255, 125, 113, .5) 0px 0px 0.3rem;
    }

    .advantage2_dec_box:nth-child(2) {
        background: -webkit-gradient(linear, left top, right top, from(#b884ff), to(#733be5));
        background: linear-gradient(90deg, #b884ff 0%, #733be5 100%);
        -webkit-box-shadow: rgba(41, 87, 239, .5) 0px 0px 0.3rem;
        box-shadow: rgba(41, 87, 239, .5) 0px 0px 0.3rem;
    }

    .advantage2_dec_box:nth-child(3) {
        background: -webkit-gradient(linear, left top, right top, from(#84b8ff), to(#6c5dff));
        background: linear-gradient(90deg, #84b8ff 0%, #6c5dff 100%);
        -webkit-box-shadow: rgba(129, 174, 255, .5) 0px 0px 0.3rem;
        box-shadow: rgba(129, 174, 255, .5) 0px 0px 0.3rem;
    }


    .fuwu-advantage2 .advantage2-right .advantage2-title2 {
        height: unset;
        width: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-weight: bold;
        font-size: 0.65rem;
        text-overflow: unset;

        -webkit-box-orient: unset;
        -webkit-line-clamp: unset;
        white-space: unset;
        margin: 0;
        overflow: unset;
        position: relative;
    }

    .advantage2-title2::after {
        content: '';
        width: 0.5rem;
        height: 0.08rem;
        background: #fff;
        position: absolute;
        top: 50%;
        margin-top: -0.05rem;
        right: -0.8rem;
        z-index: 1;
    }

    .advantage2-title2::before {
        content: '';
        width: 0.5rem;
        height: 0.08rem;
        background: #fff;
        position: absolute;
        top: 50%;
        margin-top: -0.05rem;
        left: -0.8rem;
        z-index: 1;
    }


    .fuwu-advantage2 .advantage2-right .advantage2-des {

        line-height: 0.85rem;
        color: #fff;
        font-size: 0.55rem;

        margin-bottom: 0;
        margin-top: 0.3rem;

    }


    /*涉及哪些业务要办理icp经营许可证*/


    .item-list-sheji .item-list {


        font-size: 0;
        text-align: left;
        overflow-y: scroll;
        padding-left: .6rem;
        white-space: nowrap;

    }

    .item-list-sheji .item-list .item {
        display: inline-block;
        vertical-align: top;
        height: 5.25rem;
        width: 7rem;
        margin-right: .35rem;
        background: url(../images/product/im_ds_black.png) no-repeat center center;
        background-size: 100% 100%;
        position: relative;
        border-radius: .15rem;
        -webkit-border-radius: .15rem;
    }

    .item-list-sheji .item-list .item:nth-child(2) {
        background: url(../images/product/im_ds_bule.png) no-repeat center center;
        background-size: 100% 100%;
    }

    .item-list-sheji .item-list .item:nth-child(3) {
        background: url(../images/product/im_ds_pur.png) no-repeat center center;
        background-size: 100% 100%;
    }

    .item-list-sheji .item-list .item:nth-child(4) {
        background: url(../images/product/im_ds_green.png) no-repeat center center;
        background-size: 100% 100%;
    }

    .item-list-sheji .item-list .item .title {
        position: absolute;
        left: 0;
        top: .6rem;
        height: 1.25rem;
        line-height: 1.25rem;
        color: #fff;
        font-size: .6rem;
        width: 4.75rem;
        text-align: center;
    }

    .item-list-sheji .item-list .item .item-content {
        position: absolute;
        left: 0;
        top: 2rem;
        padding: 0 .3rem;
        line-height: .9rem;
        height: 2.7rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        font-size: .55rem;
        text-align: left;
        color: #fff;
        white-space: normal;
    }


    /*代办流程*/

    .progress-items {
        padding: 0.8rem 0.6rem 1.2rem 1rem;

        border-top: 0.025rem solid #f5f5f5;
        overflow: hidden;
    }

    .progress-items .progress-i {
        padding-left: 1.7rem;
        padding-bottom: .85rem;
        position: relative;
    }

    .progress-items .progress-i::before {
        content: "";
        position: absolute;
        width: 0.025rem;
        top: .5rem;
        height: 100%;
        bottom: 0;
        left: .13rem;
        border-right: .025rem dashed #CCCCCC;
    }

    .progress-items .progress-i:last-child {
        padding-bottom: 0;
    }

    .progress-items .progress-i:last-child::before {
        display: none;
    }

    .progress-items .progress-i:first-child {
        margin-top: .7rem;
    }

    .progress-items .progress-i:nth-child(2) .top .icon {
        background: url(../images/product/im_qz_b.png) no-repeat center;
        background-size: 100% auto;
    }

    .progress-items .progress-i:nth-child(3) .top .icon {
        background: url(../images/product/im_qz_c.png) no-repeat center;
        background-size: 100% auto;
    }

    .progress-items .progress-i:nth-child(4) .top .icon {
        background: url(../images/product/im_qz_d.png) no-repeat center;
        background-size: 100% auto;
    }

    .progress-items .progress-i:nth-child(5) .top .icon {
        background: url(../images/product/im_qz_e.png) no-repeat center;
        background-size: 100% auto;
    }

    .progress-items .progress-i .top {

        position: relative;
    }

    .progress-items .progress-i .top .icon {
        position: absolute;
        left: -2.35rem;
        top: -0.35rem;
        width: 1.7rem;
        height: 1.75rem;
        background: url(../images/product/im_qz_a.png) no-repeat center;
        background-size: 100% auto;
    }

    .progress-items .progress-i .top .title {

        color: #333;
        font-size: .65rem;
        text-align: left;
        font-weight: bold;
    }

    .progress-items .progress-i .des {

        margin-top: .2rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: .55rem;
        text-align: left;
        color: #7E7E8B;
    }


    /*常见问答*/
    .qabox_main {
        width: 100%;
        padding: 0 0.6rem 1rem;
        background: #f5f5f5;
    }

    .qabox_demo {
        width: 100%;
        padding: 0;
        flex-direction: column;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .qabox_demo li {
        width: 100%;
        background: #fff;
        margin-bottom: 0.5rem;
        padding: 0.6rem 0.5rem;
        border-radius: 0.2rem;
    }

    .qabox_demo li .ques {
        width: 100%;
        margin-bottom: 0.45rem;
    }

    .qabox_demo li .ques .tit {
        display: inline-block;
        width: 0.85rem;
        height: 0.85rem;
        border-radius: 50%;
        background: #ec744e;
        font-size: 0.5rem;
        text-align: center;
        line-height: 0.85rem;
        margin-right: 0.3rem;
        box-shadow: none;
        margin-top: 2px;
        color: #fff;
        float: left;
    }

    .qabox_demo li .ques .cont {
        line-height: 0.85rem;
        font-size: 0.6rem;
        color: #3e444f;
        font-weight: bold;
        display: flex;
        justify-content: left;
        align-items: center;
    }

    .qabox_demo li .cont {
        width: calc(100% - 1.15rem);
        display: inline-block;
    }

    .qabox_demo li .answ .tit {
        display: inline-block;
        width: 0.85rem;
        height: 0.85rem;
        border-radius: 50%;
        background: #60c87e;
        font-size: 0.5rem;
        text-align: center;
        line-height: 0.85rem;
        margin-right: 0.3rem;
        box-shadow: none;
        margin-top: 2px;
        color: #fff;
    }

    .qabox_demo li .answ .cont {
        line-height: 0.85rem;
        font-size: 0.55rem;
    }

    .qabox_demo li .answ {
        display: flex;
        justify-content: left;
        align-items: flex-start;
    }

    .product_main .after_sale.after_sale_2 .after1 .after1_right {
        width: 100%;
        padding-left: 0;
    }

}