body {
    min-width: 375px;
}

*:focus {
    border: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.div_clear {
    clear: both;
}

.li_hg_50 {
    line-height: 50px;
    ;
}

/* 售后服务通用 */
.shfwty {
    font-weight: 400;
    color: #111827;
    font-style: normal;
    font-size: 14px;
    padding: 0px;
}

    .shfwty .font-16 {
        font-size: 16px;
    }

    .shfwty .font-18 {
        font-size: 18px;
    }

    .shfwty .font-20 {
        font-size: 20px;
    }

    .shfwty .font-24 {
        font-size: 24px;
    }

    .shfwty .font-co-5A {
        color: #5A5A5A;
    }

    .shfwty .font-co-11 {
        color: #111827;
    }

    .shfwty .font-weight-500 {
        font-weight: 500;
    }

    .shfwty a {
        text-decoration: none;
    }

    .shfwty .nav-tabs {
        border-bottom: 0px;
    }

.shfwBannerDiv {
    background: linear-gradient(to right, #1D1D1E 50%, #2B2C2E 50%);
}

.shfwBanner {
    background-image: url(/image/shfw/shfwBanner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    width: 100%;
}

.shfwBannerTitle {
    margin-top: 148px;
    font-size: 40px;
    color: #FAFAFA;
}

.shfwBannerContent {
    margin-top: 15px;
    font-size: 20px;
    color: #FAFAFA;
}

/* 售后服务通用-结束 */


/* 售后服务首页 */
.shfw_sbyjlc {
    height: 370px;
    text-align: center;
    /*display: flex;*/
    flex-direction: column;
}

    .shfw_sbyjlc .title {
        margin-top: 60px;
        font-weight: 500;
        font-size: 24px;
    }

    .shfw_sbyjlc .item {
        margin-top: -50px;
        width: 944px;
        position: absolute;
        margin-left: 180px;
    }

    .shfw_sbyjlc .item_in_div {
        width: 25%;
        float: left;
    }

    .shfw_sbyjlc .item_div {
        margin-left: 70px;
        margin-right: 70px;
        width: 96px;
        height: 96px;
        border-radius: 50%;
        background-color: #F5F6F7;
        float: left;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .shfw_sbyjlc .item .bgimg1 {
        background-image: url(/image/shfw/001_form.png);
    }

    .shfw_sbyjlc .item .bgimg2 {
        background-image: url(/image/shfw/002_send.png);
    }

    .shfw_sbyjlc .item .bgimg3 {
        background-image: url(/image/shfw/003_detection.png);
    }

    .shfw_sbyjlc .item .bgimg4 {
        background-image: url(/image/shfw/004_resend.png);
    }

    .shfw_sbyjlc .item_content {
        margin-top: 110px;
        font-size: 18px;
    }

    .shfw_sbyjlc .hr_div {
        margin-top: 108px;
        width: 781px;
        height: 0px;
        border-radius: 0px 0px 0px 0px;
        border: 1px dashed #B5B5B5;
        margin-left: auto;
        margin-right: auto;
    }

    .shfw_sbyjlc2 {
        min-height: 370px;
        text-align: center;
        display: flex;
        flex-direction: column;
        padding-bottom:70px;
    }

    .shfw_sbyjlc2 .title {
        margin-top: 60px;
        font-weight: 500;
        font-size: 24px;
    }

    .shfw_sbyjlc2 .content {
        margin-top: 60px;
    }

.shfw_wxfw {
    background-color: #F5F6F7;
    padding-top: 80px;
    min-height: 760px;
}

    .shfw_wxfw .title {
        font-weight: 500;
        font-size: 36px;
    }

    .shfw_wxfw .item {
        background-color: #ffffff;
        width: 30%;
        float: left;
        height: 470px;
        border-radius: 12px 12px 12px 12px;
        margin-top: 60px;
        position: relative;
        padding-top: 60px;
    }

    .shfw_wxfw .item_interval {
        width: 5%;
        float: left;
        min-height: 100px;
        height: 100%;
    }

    .shfw_wxfw .item img,
    div {
        display: block;
    }

    .shfw_wxfw .title_img {
        margin: 0px auto;
        width: 54px;
        height: 54px;
    }

    .shfw_wxfw .item .item_title {
        margin-top: 16px;
        font-size: 24px;
    }

    .shfw_wxfw .item .item_content {
        margin-top: 14px;
        font-size: 18px;
        color: #5A5A5A;
        padding: 0 30px;
    }

    .shfw_wxfw .item .item_content1 {
        font-size: 18px;
        color: #5A5A5A;
        position: absolute;
        bottom: 134px;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }

    .shfw_wxfw .item .item_div_button {
        bottom: 50px;
        left: 25px;
        font-size: 16px;
        line-height: 48px;
        position: absolute;
        height: 54px;
        width: calc(100% - 50px);
        ;
        border-radius: 6px 6px 6px 6px;
        border: 3px solid #111827;
    }

/* 售后服务首页-结束 */

/* 售后服务申请 */

.shfw_sbwxsq {
    min-height: 1150px;
    display: flex;
    flex-direction: column;
    padding-bottom: 90px;
}

    .shfw_sbwxsq .title {
        margin-top: 80px;
        font-weight: 500;
        font-size: 36px;
    }

    .shfw_sbwxsq .sq_content {
        margin-top: 60px;
        width: 730px;
        list-style: none;
    }

        .shfw_sbwxsq .sq_content li {
            min-height: 80px;
        }

            .shfw_sbwxsq .sq_content li:nth-child(3) {
                min-height: 240px;
            }

            .shfw_sbwxsq .sq_content li:nth-child(5) {
                min-height: 200px;
            }

            .shfw_sbwxsq .sq_content li:nth-child(7) {
                min-height: 130px;
            }

        .shfw_sbwxsq .sq_content .sq_span {
            margin-right: 10px;
            text-align: right;
            width: 130px;
            margin-top: 15px;
        }

        .shfw_sbwxsq .sq_content input[type="text"] {
            width: 580px;
            height: 54px;
            border-radius: 6px 6px 6px 6px;
            border: 1px solid #DDDDDD;
            font-size: 18px;
            padding-left: 10px;
            padding-right: 10px;
        }

    .shfw_sbwxsq .shfw_sq_select1 {
        width: 280px !important;
        margin-top: 30px;
    }

    .shfw_sbwxsq .shfw_sq_select2 {
        width: 280px !important;
        margin-left: 150px;
        margin-top: 30px;
    }

    .shfw_sbwxsq .sq_content select {
        width: 580px;
        height: 54px;
        border-radius: 6px 6px 6px 6px;
        border: 1px solid #DDDDDD;
        font-size: 18px;
        padding-left: 10px;
        padding-right: 10px;
    }


    .shfw_sbwxsq .sq_content textarea {
        width: 580px;
        height: 180px;
        border-radius: 6px 6px 6px 6px;
        border: 1px solid #DDDDDD;
        font-size: 18px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .shfw_sbwxsq .sq_content img {
        width: 100px;
        height: 100px;
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .shfw_sbwxsq .sq_content i {
        font-size: 24px;
        color: #888;
        margin-left: 10px;
    }

    .shfw_sbwxsq .sq_content .sq_button {
        width: 580px;
        height: 54px;
        background: linear-gradient(180deg, #1B95ED 0%, #1B85D2 100%);
        border-radius: 6px 6px 6px 6px;
        font-size: 16px;
        color: #FFFFFF;
    }

    .shfw_sbwxsq .sq_content .sq_checkbox_div {
        width: 580px;
        font-size: 16px;
        margin-top: 10px;
    }

    .shfw_sbwxsq .sq_content input[type="checkbox"] {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

/* 售后服务申请-结束 */

/* 售后维修进度 */

.shfw_wxjdcx {
    min-height: 650px;
    display: flex;
    flex-direction: column;
}

    .shfw_wxjdcx .title {
        margin-top: 80px;
        font-weight: 500;
        font-size: 36px;
    }

    .shfw_wxjdcx .nva_li {
        color: #666666;
    }

    .shfw_wxjdcx .active {
        color: #111827;
    }

    .shfw_wxjdcx .sq_content {
        margin-top: 60px;
        width: 630px;
        list-style: none;
        margin-left: -60px;
    }

        .shfw_wxjdcx .sq_content li {
            min-height: 80px;
        }


        .shfw_wxjdcx .sq_content .sq_span {
            margin-right: 10px;
            text-align: right;
            width: 130px;
            margin-top: 15px;
        }

        .shfw_wxjdcx .sq_content input[type="text"] {
            width: 480px;
            height: 54px;
            border-radius: 6px 6px 6px 6px;
            border: 1px solid #DDDDDD;
            font-size: 18px;
            padding-left: 10px;
            padding-right: 10px;
        }

        .shfw_wxjdcx .sq_content .input_2 {
            width: 377px !important;
            border-radius: 6px 0px 0px 6px !important;
            margin-left: 10px;
        }

        .shfw_wxjdcx .sq_content .img_yzm {
            width: 103px;
            border-radius: 0px 6px 6px 0px;
        }

        .shfw_wxjdcx .sq_content .sq_button {
            width: 480px;
            height: 54px;
            background: linear-gradient(180deg, #1B95ED 0%, #1B85D2 100%);
            border-radius: 6px 6px 6px 6px;
            font-size: 16px;
            color: #FFFFFF;
        }

        .shfw_wxjdcx .sq_content .sq_checkbox_div {
            width: 480px;
            font-size: 16px;
        }

        .shfw_wxjdcx .sq_content input[type="checkbox"] {
            width: 20px;
            height: 20px;
            margin-right: 10px;
        }

/* 售后维修进度-结束 */

/* 售后服务物流查询 */
.shfw_wlcx {
    min-height: 450px;
    display: flex;
    flex-direction: column;
}

    .shfw_wlcx .title {
        margin-top: 80px;
        font-weight: 500;
        font-size: 24px;
    }

    .shfw_wlcx .sq_content {
        margin-top: 60px;
        width: 630px;
        list-style: none;
    }

        .shfw_wlcx .sq_content li {
            min-height: 80px;
        }

        .shfw_wlcx .sq_content .sq_span {
            margin-right: 10px;
            text-align: right;
            width: 130px;
            margin-top: 15px;
        }

        .shfw_wlcx .sq_content input[type="text"] {
            width: 480px;
            height: 54px;
            border-radius: 6px 6px 6px 6px;
            border: 1px solid #DDDDDD;
            font-size: 18px;
            padding-left: 10px;
            padding-right: 10px;
        }
    .shfw_wlcx .shfw_wl_Name {
        width: 480px;
        height: 54px;
        margin-left: 10px;
        border-radius: 6px 6px 6px 6px;
        border: 1px solid #DDDDDD;
        font-size: 18px;
        padding-left: 10px;
        padding-right: 10px;
    }

        .shfw_wlcx .sq_content .sq_button {
            width: 480px;
            height: 54px;
            background: linear-gradient(180deg, #1B95ED 0%, #1B85D2 100%);
            border-radius: 6px 6px 6px 6px;
            font-size: 16px;
            color: #FFFFFF;
        }

.shfw_wlcx_jg {
    min-height: 600px;
    background: #F5F6F7;
    padding-top: 60px;
    padding-bottom: 60px;
}

    .shfw_wlcx_jg li {
        min-height: 70px;
        margin-top: 20px;
    }

    .shfw_wlcx_jg .title {
        font-weight: 500;
        font-size: 36px;
    }

.shfw_wlcx_jg_con1 {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    line-height: 40px;
}

    .shfw_wlcx_jg_con1 img {
        margin-right: 30px;

    }

.shfw_wlcx_jg_con2 {
    list-style: none;
    font-size: 18px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.shfw_wlcx_jg_con2_1 {
    width: 50px;
    font-size: 16px;
    margin-left:10px;
}

.shfw_wlcx_jg_con2_2 {
    width: 100px;
    padding: 0px 24px;
    height: 90px;
}

.shfw_wlcx_jg_con2_3 {
    width: 438px;
    color: #5A5A5A;
    margin-top: 15px;
}
.shfw_wlcx_jg_con2_4 {
    margin-top: -15px !important;
    min-height:100px;
}

.shfw_wlcx_jg_select span {
    font-size: 24px;
    color: #111827;
    margin-left: 8px;
}

.shfw_wlcx_jg_select {
    color: #111827;
    margin-top: 15px;
}

.shfw_wlcx_jg .wlcx_bg1 {
    background-image: url(/image/shfw/line3.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto;
}

.shfw_wlcx_jg .wlcx_bg2 {
    background-image: url(/image/shfw/line2.png);
    background-position: center center;
    background-repeat: repeat-y;
    background-size: auto;
    margin-top: -12px;
}

.shfw_wlcx_jg .wlcx_bg3 {
    background-image: url(/image/shfw/line1.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
    margin-top: -12px;
}


/* 售后服务物流查询-结束 */

/* 售后服务查询结果 */

.shfw_cxjg {
    min-height: 450px;
    display: flex;
    flex-direction: column;
    position: relative;
}

    .shfw_cxjg .title {
        margin-top: 80px;
        font-weight: 500;
        font-size: 36px;
    }

    .shfw_cxjg .hr_div {
        margin-top: 108px;
        min-width: 580px;
        width: calc(70% - 200px);
        height: 0px;
        border-radius: 0px 0px 0px 0px;
        border: 1px solid #B5B5B5;
        margin-left: auto;
        margin-right: auto;
    }

.shfw_cxjg_top_c {
    margin-top: 155px;
    width: 70%;
    min-width: 704px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
}

    .shfw_cxjg_top_c .con_1 {
        width: 20%;
        float: left;
        margin-top: 55px;
        text-align: center;
    }

.shfw_cxjg i {
    font-size: 40px;
    background-color: #fff;
}

.shfw_cxjg .i_grey {
    color: #888;
}

.shfw_cxjg_top_c .con_1 .font-data {
    color: #999;
    font-size: 18px;
    width: 100px;
    margin: 0px auto;
}

.shfw_cxjg_top_c2 {
    padding-bottom: 100px;
}

    .shfw_cxjg_top_c2 .sq_button {
        width: 280px;
        height: 54px;
        font-size: 16px;
        border-radius: 6px 6px 6px 6px;
        border: 3px solid #161616;
        margin: 0px auto 90px;
    }

    .shfw_cxjg_top_c2 .ty-5 {
        margin: 0px 40px;
    }

    .shfw_cxjg_top_c2 a {
        font-size: 18px;
        color: #617FF6;
    }

.shfw_cxjg_top_c3 {
    background: #F5F6F7;
    padding-top: 80px;
    padding-bottom: 140px;
}

    .shfw_cxjg_top_c3 .sq_content {
        margin: 60px auto 0px;
        width: 100%;
        list-style: none;
        padding-left: -30px;
    }

        .shfw_cxjg_top_c3 .sq_content li {
            min-height: 90px;
        }

        .shfw_cxjg_top_c3 .sq_content .sq_span {
            margin-right: 10px;
            text-align: right;
            width: 30%;
            margin-top: 15px;
        }

        .shfw_cxjg_top_c3 .sq_content input[type="text"] {
            width: 480px;
            height: 54px;
            border-radius: 6px 6px 6px 6px;
            border: 1px solid #DDDDDD;
            font-size: 18px;
            padding-left: 10px;
            padding-right: 10px;
        }

    .shfw_cxjg_top_c3 .sq_button {
        width: 480px;
        height: 54px;
        font-size: 16px;
        border-radius: 6px 6px 6px 6px;
        border: 3px solid #161616;
        margin-left: calc(30% + 10px);
    }

    .shfw_cxjg_top_c3 .sq_button2 {
        background: linear-gradient(180deg, #1B95ED 0%, #187FCA 100%);
        border: none;
        color: #fff;
    }
/* 售后服务查询结果-结束 */
/* 售后服务-服务条款 */
.shfw_fwtk_BannerDiv {
    background-color: #F7F8F9;
}

    .shfw_fwtk_BannerDiv .BannerTitle {
        font-size: 36px;
        line-height: 160px;
    }

.shfw_fwtk_left {
    width: 20%;
    padding-left: 5%;
    padding-top: 45px;
    margin-right: 2%;
    color: #5A5A5A;
    float: left;
}

    .shfw_fwtk_left div {
        padding-left: 15%;
        margin-bottom: 30px;
        font-size: 18px;
    }

    .shfw_fwtk_left .fwtk_active {
        border-left: 3px solid black;
        color: #111827;
        font-weight: 500;
    }

.shfw_fwtk_top {
    display: none;
}

.shfw_fwtk_right {
    width: 75%;
    float: left;
    min-height: 600px;
    padding-bottom: 50px;
}

    .shfw_fwtk_right .title {
        font-weight: bold;
        font-size: 24px;
        line-height: 114px;
        border-bottom: 1px solid #111827; /* 2px厚，实线，色 */
        width: 100%; /* 宽度 */
        margin-bottom: 40px;
    }
/* 售后服务-服务条款-结束 */
/* 售后服务-查询维修单 */
.shfw_shd {
    padding-top: 40px;
    padding-bottom: 120px;
}

    .shfw_shd .curmbs_div {
    }

    .shfw_shd .title {
        font-weight: 500;
        font-size: 36px;
        line-height: 32px;
        width: 100%; /* 宽度 */
        margin-bottom: 20px;
        margin-top: 80px;
    }

    .shfw_shd .shd_list {
        list-style: none;
    }

        .shfw_shd .shd_list li {
            max-width: 733px;
            margin: 40px auto 0px;
            height: 186px;
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
            border-radius: 6px 6px 0px 0px;
            position: relative;
        }

            .shfw_shd .shd_list li .title {
                font-size: 16px;
                color: #5A5A5A;
                line-height: 68px;
                padding-left: 24px;
                padding-right: 24px;
                background: linear-gradient( 137deg, #C5D9FE 0%, #F9FDFF 100%), #FFFFFF;
                border-radius: 6px 6px 0px 0px;
                width: 100%;
                border-bottom: 1px dashed #C5D9FE;
            }

            .shfw_shd .shd_list li .title1 {
                background: linear-gradient( 137deg, #C5FEE2 0%, #F9FDFF 100%), #FFFFFF;
            }

            .shfw_shd .shd_list li .title span {
                font-size: 20px;
                color: #111827;
                margin-left:10px;
            }

            .shfw_shd .shd_list li .shd_list_con {
                width: 33.33%;
                float: left;
                line-height: 35px;
                padding-left: 20px;
            }

                .shfw_shd .shd_list li .shd_list_con span {
                    color: #111827;
                    font-weight: 500;
                }

                    .shfw_shd .shd_list li .shd_list_con span a {
                        font-size: 18px;
                        color: #617FF6;
                    }

        .shfw_shd .shd_list .sq_button {
            width: 96px;
            height: 40px;
            border-radius: 6px 6px 6px 6px;
            border: 3px solid #161616;
            font-size: 16px;
            position: absolute;
            top: 15px;
            right: 20px;
        }

        .shfw_shd .shd_list .sq_button1 {
            color: #fff;
            background-color: #161616;
            right: 125px;
        }
    .shfw_shd .content .sq_button {
        width: 480px;
        height: 54px;
        font-size: 16px;
        border-radius: 6px 6px 6px 6px;
        border: 3px solid #161616;
    }

.shfw_page button {
    text-decoration: none;
    width: 35px;
    height: 35px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #BBBBBB;
    font-size: 16px;
    color: #666666;
    background-color: #fff;
    margin: 0px 4px;
}

.shfw_page .active {
    color: #fff;
    background-color: #000;
}

.shfw_page select {
    width: 122px;
    height: 35px;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #DDDDDD;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
    color: #666;
    line-height: 35px;
}

.shfw_more {
    display: none;
}
/* 售后服务-查询维修单-结束 */


@media (min-width: 1920px) {

    /* 售后服务通用 */
    .shfwBanner {
        width: 1920px;
    }

    /* 售后服务通用-结束 */
}

@media (min-width: 1280px) and (max-width: 1919px) {
}

@media (min-width: 1440px) and (max-width: 1919x) {
}

@media (min-width: 1280px) and (max-width: 1439px) {
    .shfw_sbyjlc .item {
        margin-left: 100px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .shfw_sbyjlc .item {
        margin-left: 5px;
    }
    /* 售后服务查询结果 */
    .shfw_cxjg .hr_div {
        width: calc(70% - 120px);
    }

    /* 售后服务查询结果-结束 */
}

@media (min-width: 768px) and (max-width: 1023px) {
    .shfw_sbyjlc .item {
        margin-left: 5px;
    }
    /* 售后服务首页 */
    .shfw_sbyjlc {
        width: 704px;
    }

        .shfw_sbyjlc .hr_div {
            width: 500px;
        }

        .shfw_sbyjlc .item {
            width: 670px;
        }

        .shfw_sbyjlc .item_div {
            margin-left: 35px;
            margin-right: 35px;
        }

        .shfw_sbyjlc .item_content {
            width: 110px;
            text-indent: 15px;
            margin-left: auto;
            margin-right: auto;
        }

    .shfw_wxfw {
        min-height: 1800px;
    }

        .shfw_wxfw .item {
            width: 85%;
            float: none;
            height: 470px;
            margin: 60px auto 0px;
        }

    /* 售后服务通用-结束 */

    /* 售后服务申请 */
    .shfw_sbwxsq .sq_content {
        width: 700px;
    }

        .shfw_sbwxsq .sq_content input[type="text"] {
            width: 550px;
        }

        .shfw_sbwxsq .sq_content select {
            width: 550px;
        }

    .shfw_sbwxsq .shfw_sq_select1 {
        width: 270px !important;
    }

    .shfw_sbwxsq .shfw_sq_select2 {
        width: 270px !important;
    }

    .shfw_sbwxsq .sq_content textarea {
        width: 550px;
    }

    .shfw_sbwxsq .sq_content .sq_button {
        width: 550px;
    }

    .shfw_sbwxsq .sq_content .sq_checkbox_div {
        width: 550px;
    }

    .shfw_sbwxsq .sq_content img {
        width: 90px;
        height: 90px;
    }

    /* 售后服务通用-结束 */

    /* 售后服务查询结果 */
    .shfw_cxjg .hr_div {
        width: calc(70% - 60px);
    }

    .shfw_cxjg_top_c3 .sq_content {
        padding-left: -30px;
    }

        .shfw_cxjg_top_c3 .sq_content .sq_span {
            margin-right: 10px;
            text-align: right;
            width: 22%;
        }

        .shfw_cxjg_top_c3 .sq_content input[type="text"] {
            width: calc(70% - 30px);
        }

    .shfw_cxjg_top_c3 .sq_button {
        width: calc(70% - 50px);
        margin-left: calc(22% + 10px);
    }
    /* 售后服务查询结果-结束 */

    /* 售后服务-服务条款 */
    .shfw_fwtk_left {
        display: none;
    }

    .shfw_fwtk_top {
        display: block;
    }

        .shfw_fwtk_top select {
            width: 100%;
            height: 54px;
            border-radius: 6px 6px 6px 6px;
            border: 1px solid #DDDDDD;
            font-size: 18px;
            padding-left: 10px;
            padding-right: 10px;
        }

    .shfw_fwtk_right {
        width: 100%;
    }
    /* 售后服务-服务条款-结束 */

}

@media (max-width: 768px) {

    /* 售后服务首页 */
    .shfw_sbyjlc {
        height: 740px;
        width: 343px;
        margin: 0px auto;
    }

        .shfw_sbyjlc .hr_div {
            width: 500px;
        }

        .shfw_sbyjlc .item {
            width: 343px;
            margin-top: -450px;
            margin-left: 0px;
        }

        .shfw_sbyjlc .item_in_div {
            float: none;
            margin-top: 20px;
            width: 343px;
            height: 120px;
        }

        .shfw_sbyjlc .item_div {
            margin-left: 32px;
            margin-right: 32px;
            float: left;
        }

        .shfw_sbyjlc .item_content {
            width: 110px;
            text-indent: 15px;
            margin-top: 20px;
            float: right;
            margin-left: 60px;
        }

        .shfw_sbyjlc .hr_div {
            margin-top: 108px;
            width: 0px;
            height: 400px;
            border-radius: 0px 0px 0px 0px;
            border: 1px dashed #B5B5B5;
            margin-left: 80px;
        }

    .shfw_wxfw {
        min-height: 1800px;
    }

        .shfw_wxfw .item {
            width: 86%;
            float: none;
            height: 470px;
            margin: 60px auto 0px;
            min-width: 300px;
        }

    /* 售后服务首页-结束 */

    /* 售后服务申请-结束 */
    .shfw_sbwxsq .sq_content {
        width: 100%;
        min-width: 343px;
    }

        .shfw_sbwxsq .sq_content li:nth-child(2) span {
            margin-left: -15px;
        }

        .shfw_sbwxsq .sq_content li:nth-child(4) span {
            margin-left: -15px;
        }

        .shfw_sbwxsq .sq_content li:nth-child(5) span {
            margin-left: -15px;
        }

        .shfw_sbwxsq .sq_content li:nth-child(6) span {
            width: 100%;
            text-align: left;
            margin-left: 15px;
        }

        .shfw_sbwxsq .sq_content .sq_span {
            margin-top: 25px;
        }

        .shfw_sbwxsq .sq_content input[type="text"] {
            width: calc(100% - 40px);
            margin-right: 20px;
            margin-top: 15px;
        }

        .shfw_sbwxsq .sq_content select {
            width: calc(100% - 40px);
            margin-right: 20px;
            margin-top: 15px;
        }

    .shfw_sbwxsq .shfw_sq_select1 {
        width: calc(100% - 40px) !important;
    }

    .shfw_sbwxsq .shfw_sq_select2 {
        width: calc(100% - 40px) !important;
        margin-left: 20px;
    }

    .shfw_sbwxsq .sq_content textarea {
        width: calc(100% - 40px);
        margin-right: 20px;
        margin-top: 15px;
    }

    .shfw_sbwxsq .sq_content .sq_button {
        width: calc(100% - 40px);
        margin-right: 20px;
        margin-top: 15px;
    }

    .shfw_sbwxsq .sq_content .sq_checkbox_div {
        width: calc(100% - 40px);
        margin-right: 20px;
        margin-top: 15px;
    }

    .shfw_sbwxsq .sq_content img {
        width: 88px;
        height: 88px;
        margin-top: 10px;
    }

    .shfw_sbwxsq .sq_content .img_div i {
        margin-left: 16px;
    }

    .shfw_sbwxsq .sq_content .img_div {
        width: 33%;
    }

    .shfw_sbwxsq .sq_content .sq_span_img1 {
        margin-left: 22px;
    }

    .shfw_sbwxsq .sq_content .img_yzm_span {
        width: 100%;
    }

    /* 售后服务申请-结束 */

    /* 售后维修进度 */

    .shfw_wxjdcx {
        min-height: 850px;
    }

        .shfw_wxjdcx .sq_content {
            width: 343px;
            margin-top: 20px;
            margin-left: 0px;
        }

            .shfw_wxjdcx .sq_content li {
                min-height: 140px;
            }

                .shfw_wxjdcx .sq_content li:nth-child(3) {
                    min-height: 90px;
                }
                .shfw_wxjdcx .sq_content li:nth-child(2) {
                    position: relative;
                }
            .shfw_wxjdcx .sq_content .img_yzm {
                position: absolute;
                top: 61px;
                right: 0px;
            }

            .shfw_wxjdcx .sq_content .sq_span {
                text-align: left;
                margin: 20px 0px 15px 10px;
            }

            .shfw_wxjdcx .sq_content input[type="text"] {
                width: 340px;
            }

            .shfw_wxjdcx .sq_content .input_2 {
                width: 220px !important;
                margin-left: 0px;
                margin-right: 0px;
            }

            .shfw_wxjdcx .sq_content .sq_button {
                width: 340px;
                margin-top: 40px;
            }

            .shfw_wxjdcx .sq_content .sq_checkbox_div {
                width: 340px;
                font-size: 16px;
                margin-top: 15px;
            }

    /* 售后维修进度-结束 */

    /* 售后服务物流查询 */
    .shfw_wlcx .sq_content {
        width: 100%;
        min-width: 343px;
    }

        .shfw_wlcx .sq_content .sq_span {
            margin-top: 25px;
        }

        .shfw_wlcx .sq_content input[type="text"] {
            width: calc(100% - 40px);
            margin-right: 20px;
            margin-top: 15px;
        }
    .shfw_wlcx .shfw_wl_Name {
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-top: 15px;
    }

        .shfw_wlcx .sq_content .sq_button {
            width: calc(100% - 40px);
            margin-right: 20px;
            margin-top: 15px;
        }
    .shfw_wlcx_jg_con1 {
        width:100%;
    }
    .shfw_wlcx_jg_con2 {
        max-width: 600px;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .shfw_wlcx_jg_con2 li{
        width: 100%;
    }
    .shfw_wlcx_jg_con2_3 {
        width:calc(100% - 160px);
    }
    /* 售后服务物流查询-结束 */
    /* 售后服务查询结果 */
    .shfw_cxjg .hr_div {
        margin-top: 108px;
        width: 0px;
        min-width: 0px;
        height: 490px;
        border: 1px solid #B5B5B5;
        margin-left: 80px;
    }

    .shfw_cxjg_top_c {
        min-width: 343px;
        width: 100%;
    }

        .shfw_cxjg_top_c .con_1 {
            width: calc(100% - 100px);
            margin-top: 55px;
            text-align: left;
            margin-left: 60px;
        }

            .shfw_cxjg_top_c .con_1 i {
                float: left;
                /* background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)); */
            }

            .shfw_cxjg_top_c .con_1 div {
                float: right;
            }

                .shfw_cxjg_top_c .con_1 div:nth-child(2) {
                    width: calc(100% - 55px);
                }

                .shfw_cxjg_top_c .con_1 div:nth-child(3) {
                    width: calc(100% - 55px);
                }

    .shfw_cxjg_top_c2 {
        padding-top: 100px;
    }

    .shfw_cxjg_top_c3 .sq_content {
        padding-left: -30px;
    }

        .shfw_cxjg_top_c3 .sq_content .sq_span {
            margin-right: 10px;
            text-align: right;
            width: 25%;
        }

        .shfw_cxjg_top_c3 .sq_content input[type="text"] {
            width: calc(70% - 30px);
        }

    .shfw_cxjg_top_c3 .sq_button {
        width: 78%;
        margin-left: 10%
    }
    /* 售后服务查询结果-结束 */

    /* 售后服务-服务条款 */
    .shfw_fwtk_left {
        display: none;
    }

    .shfw_fwtk_top {
        display: block;
    }

        .shfw_fwtk_top select {
            width: 100%;
            height: 54px;
            border-radius: 6px 6px 6px 6px;
            border: 1px solid #DDDDDD;
            font-size: 18px;
            padding-left: 10px;
            padding-right: 10px;
        }

    .shfw_fwtk_right {
        width: 100%;
    }
    /* 售后服务-服务条款-结束 */

    /* 售后服务-查询维修单 */
    .shfw_shd .shd_list {
        padding-left: 0px;
    }

        .shfw_shd .shd_list li {
            min-width: 340px;
            width: 100%;
            margin: 40px auto 0px;
            min-height: 450px;
            padding-bottom: 50px;
        }

        .shfw_shd .shd_list .li1 {
            min-height: 530px;
        }

        .shfw_shd .shd_list li .shd_list_con {
            width: 100%;
            margin-top: 10px;
        }

        .shfw_shd .shd_list .sq_button {
            margin-top: 30px;
            position: static;
            width: 100%;
            height: 54px;
        }
    .shfw_shd .content .sq_button {
        max-width: 480px;
        width: 78%;
    }

    .shfw_page {
        display: none;
    }

    .shfw_more {
        display: block;
        width: 163px;
        height: 54px;
        background: #F5F6F7;
        border-radius: 6px 6px 6px 6px;
        font-size: 16px;
        color: #161616;
        line-height: 50px;
        margin: 60px auto 0px;
    }
    /* 售后服务-查询维修单-结束 */
}
