@charset "utf-8";
/*服务详情 */


.product_main #content .it {
    padding: 0;
}

.product_main .introduce {
    width: calc(100% - 40px);
    padding: 20px 0;
    margin: 0 auto;
    box-sizing: border-box;
    background: #fff;
}

.product_main .introduce .introduce_title {
    width: 100%;

    padding: 44px 40px;
    background: #25a6ff;
}

.product_main .introduce .introduce_title .p1 {
    font-size: 26px;
    font-family: "微软雅黑";
    font-weight: bold;
    color: #fff;
    padding: 0px 0 20px 0px;
}

.product_main .introduce .introduce_title .p2 {
    font-size: 16px;
    font-family: "微软雅黑";
    color: #fff;

}

.product_main .introduce .introduce_title .p3 {
    margin-top: 10px;
}

.product_main .introduce .table1 {
    width: 100%;

}

.introduce .table1 .table1_ul {
    width: 100%;
}

.introduce .table1 .table1_ul tr td {
    border: 1px solid #e5e5e5;
    border-bottom: none;
    padding: 5px 0;
}

.introduce .table1 .table1_ul:last-child tr td {
    border-bottom: 1px solid #e5e5e5;
}

.introduce .table1 .table1_ul tr td:first-child {
    width: 120px;
    height: 80px;
    line-height: 80px;
    border-right: 0;
    text-align: center;
    font-size: 16px;
    font-family: "微软雅黑";
    color: #25a6ff;
}

.introduce .table1 .table1_ul ul {
    width: 100%;
}

.introduce .table1 .table1_ul ul li,.introduce .table1 .table1_ul p {
    font-size: 16px;
    font-family: "微软雅黑";
    color: #333;
    width: 100%;
    line-height: 24px;
    padding: 5px 0;
}

.introduce .table1 .table1_ul tr td:last-child {
    text-align: left;
    padding: 0 40px;
}

.product_main .introduce .table1 .table1_ul .tit {
    font-weight: bold;
}

.product_main .introduce .table1 .table1_ul li ul .des {
    font-size: 14px;
    color: #666;
}

.product_main .introduce .table1 .table1_ul>li:last-child ul li {
    padding-bottom: 15px;
}

/*免去所有烦恼开始*/
.product_main .trouble {
    width: 100%;

    background: url(../images/template1/trouble.png) no-repeat center top;
    box-sizing: border-box;
    background-size: 100% 100%;
}

.product_main .trouble .trouble_title {
    font-size: 26px;
    font-family: "微软雅黑";
    color: #333;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 50px;
}

.product_main .trouble ul {
    font-size: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.product_main .trouble ul li {
    width: 44%;
    height: 160px;
    border-radius: 6px;
    background: #25a6ff;
    /* display: inline-block; */
    float: left;
    margin: 0 5% 40px 0;

}

.product_main .trouble ul li:nth-child(2n) {
    margin-right: 0;
}


.product_main .trouble ul li .til {
    font-size: 18px;
    font-family: "微软雅黑";
    font-weight: bold;
    color: #fff;
    padding: 20px 0 15px 20px;
    letter-spacing: 1px;
}

.product_main .trouble ul li .line {
    width: 124px;
    height: 3px;
    border-radius: 1.5px;
    background: #fff;
    margin-left: 20px;
}

.product_main .trouble ul li .p1 {
    font-size: 14px;
    font-family: "微软雅黑";
    color: #fff;
    width: 100%;
    padding: 10px 20px 0 20px;
    line-height: 20px;
    letter-spacing: 0.5px;
}


/*免去所有烦恼 结束*/

/*办理流程开始*/
.product_main .process {
    width: 100%;

    box-sizing: border-box;
    background: #fff;
}

.product_main .process .process_title {
    font-size: 26px;
    font-family: "微软雅黑";
    color: #333;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.product_main .process ul {
    font-size: 0;
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.product_main .process ul li {


    position: relative;
    width: 214px;
    height: 231px;
    margin: 0 10px 40px 10px;
}




.product_main .process ul li:first-child {

    background: url(../images/template1/bg1.png) no-repeat;
    position: relative;
    background-size: 100% 100%;
}

.product_main .process ul li span {
    position: absolute;
    top: 12px;
    left: 18px;
    font-size: 20px;
    font-family: "微软雅黑";
    font-weight: bold;
    font-style: italic;
    color: #fff;
}

.product_main .process ul li .title {
    font-size: 18px;
    font-family: "微软雅黑";
    font-weight: bold;
    color: #333;
    margin-top: 40px;
    text-align: center;
    margin-bottom: 15px;
}





.product_main .process ul li:nth-child(2) {

    background: url(../images/template1/bg2.png) no-repeat;
    position: relative;
    background-size: 100% 100%;
}



.product_main .process ul li .line {
    width: calc(100% - 40px);
    height: 3px;
    border-radius: 1.5px;
    background: #e5e5e5;
    margin: 0 auto;
    margin-bottom: 17px;
}

.product_main .process ul li p {
    font-size: 14px;
    font-family: "微软雅黑";
    width: 100%;
    padding: 0 20px;
}


.product_main .process ul li:nth-child(3) {


    background: url(../images/template1/bg3.png) no-repeat center top;
    background-size: 100% 100%;
    position: relative;
}







.product_main .process ul li:nth-child(4) {

    background: url(../images/template1/bg4.png) no-repeat;
    position: relative;
    background-size: 100% 100%;
}


.product_main .process ul li:nth-child(5) {

    background: url(../images/template1/bg5.png) no-repeat;
    position: relative;
    background-size: 100% 100%;
}



.product_main .process ul li:nth-child(6) {

    background: url(../images/template1/bg6.png) no-repeat;
    position: relative;
    background-size: 100% 100%;
}



.product_main .process ul li:nth-child(7) {

    background: url(../images/template1/bg7.png) no-repeat;
    position: relative;
    background-size: 100% 100%;
}


/*办理流程 结束*/

.product_main .reasons {
    width: 100%;

    box-sizing: border-box;
    background: url(../images/template1/reason_bgc.jpg) no-repeat center top;
    background-size: 100% 100%;
}

.product_main .reasons .reasons_title {
    font-size: 26px;
    font-family: "微软雅黑";
    color: #333;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 55px;
}

.reasons_box {
    width: 100%;
    padding: 0px 50px 50px 50%;
}

.product_main .reasons .item {

    height: 30px;
    line-height: 30px;
    background: #25a6ff;
    border-radius: 15px;
    font-size: 16px;
    font-family: "微软雅黑";
    color: #f4f7ff;
    padding: 0 20px;
    display: inline-block;
}

.product_main .reasons .p1 {
    font-size: 16px;
    font-family: "微软雅黑";
    color: #666;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 24px;
    width: 100%;
}

.product_main .reasons .p2 {
    font-size: 14px;
    font-family: "微软雅黑";
    color: #999;
    margin-top: 13px;
    margin-bottom: 16px;
    width: 100%;
}

/*服务详情 结束*/

/*问题须知*/
.product_main .relative_pro {
    width: 100%;
    background: url(../images/template1/relative_pro.jpg) center top no-repeat;
    background-size: 100% 100%;
    padding: 0 40px;
}


.product_main .relative_pro .relative_pro_title {
    font-size: 26px;
    font-family: "微软雅黑";
    color: #333;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 55px;
}

.QA_itme {
    width: 100%;
}

.product_main .relative_pro .item {
    display: inline-block;
    line-height: 30px;
    background: #25a6ff;
    border-radius: 15px;
    font-size: 16px;
    font-family: "微软雅黑";
    color: #f4f7ff;
    padding: 0 20px;

}

.product_main .relative_pro .item2 {
    background: #90c31f;
}

.product_main .relative_pro .item4 {
    background: #c3831f;
}

.product_main .relative_pro .p1 {
    font-size: 16px;
    font-family: "微软雅黑";
    color: #666;
    margin-left: 15px;
    margin-top: 20px;
    padding-bottom: 30px;
    line-height: 22px;
}

.product_main .relative_pro .ps {
    margin-bottom: 10px;
}



/*问题须知 结束*/

/*售后服务*/
.product_main .after_sale {
    width: 100%;


}

.product_main .after_sale .after_sale_title {
    width: 100%;
    height: 148px;
    line-height: 148px;
    background: #25a6ff;
    font-size: 26px;
    font-family: "微软雅黑";
    color: #fff;
    text-align: center;
}

.product_main .after_sale .after1 {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    background: #fff;
    border-top: 1px solid #e5e5e5;
    padding: 25px 30px 34px 0;
}

.product_main .after_sale .after1.after1_center {
    align-items: center;
}

.product_main .after_sale .after1 .after1_left {

    width: 118px;

    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_main .after_sale .after1 .after1_left img {
    width: 58px;
    height: 58px;
}

.product_main .after_sale .after1 .after1_right {
    width: calc(100% - 118px);

}

.product_main .after_sale .after1 .after1_right .p1 {
    font-size: 18px;
    font-family: "微软雅黑";
    font-weight: bold;
    color: #333;
    margin-bottom: 12px;
    line-height: 22px;
}

.product_main .after_sale .after1 .after1_right .p2 {
    font-size: 14px;
    font-family: "微软雅黑";
    color: #999;
    line-height: 20px;
}

.product_main .after_sale .after4 {
    width: 100%;

    background: #fff;
}

.product_main .after_sale .after4 ul {
    overflow: hidden;

    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    padding-bottom: 40px;
    flex-wrap: wrap;
}

.product_main .after_sale .after4 ul li {

    font-size: 14px;
    font-family: "微软雅黑";
    color: #666;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    padding: 20px 5px;
    align-items: center;
    border: 2px solid #25a6ff;
    border-radius: 6px;
    margin-top: 20px;

}

.product_main .after_sale .after4 ul li:nth-child(2n) {
    border: none;
}

.product_main .after_sale .after4 ul li .p1 {
    font-size: 14px;
    width: 100%;
}

.product_main .after_sale .after4 ul li:first-child {
    width: 82px;




}

.product_main .after_sale .after4 ul li:nth-child(9) {
    width: 74px;


}



.product_main .after_sale .after4 ul li:nth-child(2),
.product_main .after_sale .after4 ul li:nth-child(4),
.product_main .after_sale .after4 ul li:nth-child(6),
.product_main .after_sale .after4 ul li:nth-child(8) {
    margin: 43px 10px 0px 10px;
}

.product_main .after_sale .after4 ul li:nth-child(3) {
    width: 182px;


}


.product_main .after_sale .after4 ul li .p1 span {
    color: #f35f37;
}



.product_main .after_sale .after4 ul li:nth-child(5) {
    width: 182px;


}


.product_main .after_sale .after4 ul li:nth-child(7) {
    width: 162px;


}



/*售后服务  结束*/


@media screen and (max-width:768px) {

    .product_account_right .comment li {
        width: auto;
        padding: 0 0.4rem;
    }


    /*服务详情 */



    .product_main .introduce {
        width: calc(100% - 1rem);
        padding: 0.65rem 0;

    }

    .product_main .introduce .introduce_title {
        width: 100%;

        padding: 1rem 0.6rem;

    }

    .product_main .introduce .introduce_title .p1 {
        font-size: 0.8rem;

        padding: 0px 0 0.5rem 0px;
    }

    .product_main .introduce .introduce_title .p2 {
        font-size: 0.55rem;


    }

    .product_main .introduce .introduce_title .p3 {
        margin-top: 0.3rem;
    }




    .introduce .table1 .table1_ul tr td {
        border: 0.025rem solid #e5e5e5;
        border-bottom: none;
        padding: 0.3rem 0;
    }

    .introduce .table1 .table1_ul:last-child tr td {
        border-bottom: 0.025rem solid #e5e5e5;
    }

    .introduce .table1 .table1_ul tr td:first-child {
        width: 3.8rem;


        font-size: 0.55rem;

    }

    .introduce .table1 .table1_ul ul {
        width: 100%;
    }

    .introduce .table1 .table1_ul ul li {
        font-size: 0.55rem;

        line-height: 0.85rem;
        padding: 0.3rem 0;
    }

    .introduce .table1 .table1_ul tr td:last-child {

        padding: 0 0.6rem;
    }

    .product_main .introduce .table1 .table1_ul li ul .des {
        font-size: 0.5rem;

    }

    .product_main .introduce .table1 .table1_ul>li:last-child ul li {
        padding-bottom: 0.4rem;
    }

    /*免去所有烦恼开始*/
    .product_main .trouble {
        width: 100%;

        background: url(../images/template1/trouble.png) no-repeat center top;
        box-sizing: border-box;
        background-size: 100% 100%;
    }

    .product_main .trouble .trouble_title {
        font-size: 0.8rem;


        padding: 1.4rem 0.6rem 1rem 0.6rem;
        font-weight: bold;
    }



    .product_main .trouble ul li {
        width: 44%;
        height: 8rem;
        border-radius: 0.2rem;

        margin: 0 0.5rem 0.65rem 0;

    }

    .product_main .trouble ul li:nth-child(2n) {
        margin-right: 0;
    }


    .product_main .trouble ul li .til {
        font-size: 0.65rem;

        padding: 0.7rem 0.5rem 0.3rem 0.5rem;
        letter-spacing: 0.025rem;
    }

    .product_main .trouble ul li .line {
        width: calc(100% - 1rem);
        height: 0.075rem;
        border-radius: 0.035rem;
        margin: 0 auto;
    }

    .product_main .trouble ul li .p1 {
        font-size: 0.55rem;


        padding: 0.35rem 0.5rem 0 0.5rem;
        line-height: 0.8rem;
        letter-spacing: 0.01rem;
    }


    /*免去所有烦恼 结束*/

    /*办理流程开始*/

    .product_main .process .process_title {
        font-size: 0.8rem;
        padding: 1rem 0.6rem;
        font-weight: bold;
    }

    .product_main .process ul {


        justify-content: left;
        align-items: center;
        flex-wrap: wrap;
    }

    .product_main .process ul li {

        width: 47%;
        height: 9.2rem;
        margin: 0 0 0.55rem 2%;
    }




    .product_main .process ul li:first-child {

        margin-bottom: 0.45rem;

    }

    .product_main .process ul li span {

        top: 0.4rem;
        left: 0.5rem;
        font-size: 0.75rem;

    }

    .product_main .process ul li .title {
        font-size: 0.65rem;

        margin-top: 1.2rem;

        margin-bottom: 0.45rem;
        padding: 0 0.7rem;
    }





    .product_main .process ul li:nth-child(2) {

        margin-bottom: 0.55rem;

    }



    .product_main .process ul li .line {
        width: calc(100% - 1.4rem);
        height: 0.075rem;
        border-radius: 0.035rem;

        margin-bottom: 0.55rem;
    }

    .product_main .process ul li p {
        font-size: 0.55rem;

        padding: 0 0.7rem;
    }


    .product_main .process ul li:nth-child(3) {

        margin-bottom: 0.65rem;

    }







    /*办理流程 结束*/

    .product_main .reasons {
        width: 100%;

        box-sizing: border-box;
        background: url(../images/template1/reason_bgc_m.jpg) no-repeat center top;
        background-size: auto 100%;
    }

    .reasons_box {
        width: 100%;
        padding: 0 0.6rem 0.8rem 0.6rem;
    }

    .product_main .reasons .reasons_title {
        font-size: 0.8rem;
        padding: 1.4rem 0.6rem 1rem 0.6rem;
        font-weight: bold;
    }

    .product_main .reasons .item {

        height: 1.2rem;
        line-height: 1.2rem;

        border-radius: 0.6rem;
        font-size: 0.6rem;

        padding: 0 0.6rem;

    }

    .product_main .reasons .p1 {
        font-size: 0.55rem;


        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        line-height: 0.9rem;
        width: 100%;
    }

    .product_main .reasons .p2 {
        font-size: 0.55rem;

        margin-top: 0.3rem;
        margin-bottom: 0.4rem;
    }

    /*服务详情 结束*/

    /*问题须知*/
    .product_main .relative_pro {
        width: 100%;
        background: url(../images/template1/relative_pro_m.jpg) center top no-repeat;
        background-size: auto 100%;
        padding: 0 0.6rem 1rem;
    }


    .product_main .relative_pro .relative_pro_title {

        font-size: 0.8rem;
        padding: 1.4rem 0;
        font-weight: bold;
    }

    .QA_itme {
        width: 100%;
        background: #fff;
        margin-bottom: 0.5rem;
        padding: 0.6rem 0.5rem;
        border-radius: 0.2rem;
    }

    .product_main .relative_pro .item {
        display: inline-block;


        line-height: 0.9rem;
        background: unset !important;
        border-radius: 0;
        font-size: 0.65rem;

        padding: 0 0 0 1.2rem;
        position: relative;
        color: #333;

    }

    .product_main .relative_pro .item::after {
        display: inline-block;
        width: 0.8rem;
        height: 0.8rem;
        content: '问';
        font-size: 0.5rem;
        color: #fff;
        text-align: center;
        line-height: 0.8rem;
        border-radius: 0.4rem;
        background: #FF7852;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .product_main .relative_pro .p1 {
        font-size: 0.55rem;

        margin-left: 0;
        margin-top: 0.45rem;
        padding: 0rem 0 0.4rem 1.2rem;
        line-height: 0.9rem;
        position: relative;
    }

    .product_main .relative_pro .p1::after {
        display: inline-block;
        width: 0.8rem;
        height: 0.8rem;
        content: '答';
        font-size: 0.5rem;
        color: #fff;
        text-align: center;
        line-height: 0.8rem;
        border-radius: 0.4rem;
        background: #60C87E;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .product_main .relative_pro .ps {
        margin-bottom: 10px;
    }



    /*问题须知 结束*/

    /*售后服务*/
    .product_main .after_sale {
        width: 100%;
        padding: 0 0.6rem;


    }

    .product_main .after_sale .after_sale_title {

        height: unset;
        line-height: 1rem;
        padding: 1.4rem 0rem;
        background: unset;
        font-size: 0.8rem;
        color: #333;
        font-weight: bold;
    }

    .product_main .after_sale .after1 {
        width: 100%;
        display: flex;
        justify-content: left;
        align-items: flex-start;
        background: #fff;
        border-top: 0.025rem solid #e5e5e5;
        padding: 0.7rem 0rem 1rem 0rem;
    }

    .product_main .after_sale .after1.after1_center {
        align-items: center;
    }

    .product_main .after_sale .after1 .after1_left {

        width: 2rem;


    }

    .product_main .after_sale .after1 .after1_left img {
        width: 2rem;
        height: 2rem;
    }

    .product_main .after_sale .after1 .after1_right {
        width: calc(100% - 2rem);
        padding-left: 0.6rem;

    }

    .product_main .after_sale .after1 .after1_right .p1 {
        font-size: 0.7rem;

        margin-bottom: 0.2rem;
        line-height: 1rem;
    }

    .product_main .after_sale .after1 .after1_right .p2 {
        font-size: 0.55rem;

        line-height: 0.8rem;
    }


    .product_main .after_sale .after4 {
        width: 100%;

        background: #fff;
    }

    .product_main .after_sale .after4 ul {
        overflow: hidden;

        display: flex;
        justify-content: left;
        align-items: flex-start;
        flex-direction: column;
        padding: 0 0.6rem 0 1.4rem;
        margin-bottom: 0.65rem;
        position: relative;


    }

    .product_main .after_sale .after4 ul::after {
        width: 0.025rem;
        height: 100%;
        content: '';
        border-left: 0.05rem dashed #eee;
        display: inline-block;
        position: absolute;
        left: 1rem;
        top: 0;
        z-index: 1;

    }

    .product_main .after_sale .after4 ul li {

        font-size: 0.55rem;

        display: inline-block;

        padding: 0 0.5rem 0.5rem 0.5rem;

        border: none;
        border-radius: 0;
        margin-top: 0;
        margin-bottom: 0.65rem;
        width: 100% !important;
        position: relative;

    }

    .product_main .after_sale .after4 ul li::after {
        display: inline-block;
        width: 0.6rem;
        height: 0.6rem;
        border-radius: 50%;
        border: 0.1rem #F9A042 solid;
        content: '';
        position: absolute;
        top: 0.16rem;
        left: -0.67rem;
        z-index: 3;
        background: #fff;

    }

    .product_main .after_sale .after4 ul li:nth-child(2n) {
        display: none;
    }

    .product_main .after_sale .after4 ul li .p1 {
        font-size: 0.55rem;
        color: #999;
    }






    .product_main .after_sale .after4 ul li .p1 span {
        color: #f35f37;
    }










    /*售后服务  结束*/
}