.footer {
    padding-top: 72px;
}

.zhibao {
    width             : 100%;
    height            : 940px;
    background        : #000;
    -webkit-box-sizing: border-box;
    box-sizing        : border-box;
    padding-top       : 71px;
    display           : -webkit-box;
    display           : -ms-flexbox;
    display           : flex;
    -webkit-box-orient    : horizontal;
    -webkit-box-direction    : normal;
        -ms-flex-direction    : row;
            flex-direction    : row;
    -webkit-box-pack   : start;
        -ms-flex-pack   : start;
            justify-content   : flex-start;
    position: relative;
}

#block-zhibaochaxunbannertu:nth-child(1) {
    display: none;
}

#block-zhibaochaxunbannertu {
    width : 50%;
    height: 100%;
}

#block-zhibaochaxunbannertu>img {
    width : 100%;
    height: 100%;
}

.zhibao-info {
    margin-left: calc((100% - 1200px)/2);
    width      : 570px;
    height     : 100%;
}

.zhibao-form {
    background        : #000;
    -webkit-box-sizing: border-box;
    box-sizing        : border-box;
    width             : 570px;
    height            : 100%;
    padding           : 40px 20px 70px 0px;
}

.zhibao-form .serviceType {
    width            : 100%;
    height           : 39px;
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    margin           : 21px 0;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
    -webkit-box-pack : justify;
    -ms-flex-pack    : justify;
    justify-content  : space-between;
    color:#fff;
}

.serviceType p{
    color:#c79836;
    width:200px;
}

.zhibao-form .serviceType .serviceType-list{
    display:flex;
    width:350px;
}

.zhibao-form .serviceType .serviceType-list li{
    padding:0 10px;
    cursor: pointer;
}

.zhibao-form .serviceType .serviceType-list li span{
    display:inline-block;
    width:10px;
    height:10px;
    border-radius:5px;
    border:1px solid #fff;
    margin-right:12px;
}

.zhibao-form .serviceType .serviceType-list li.checked span{
    border:1px solid #c79836;
    background-color:#c79836;
}

#productname{text-decoration: none;}

.zhibao-form>p {
    color         : #c79836;
    padding-bottom: 20px;
}

.zhibao-form #mobile_code> .sendMsg {
    width : 120px;
    height: 39px;
    margin-left: 10px;
    background: #fff;
    color: #c79836;
    font-size: 12px;
    border-radius: 4px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}
.zhibao-form #mobile_code>input {
    width : calc(100% - 164px);
    height: 39px;
    border            : 1px solid #706f6f;
    border-radius     : 4px;
    outline           : 0;
    background        : transparent;
    padding-left      : 22px;
    margin-bottom     : 30px;
    color             : #fff;
    
}
#code_num::placeholder  {
    color: #fff;
}


.zhibao-form> .option>ul {
    width : calc(100% - 32px);
    height: 43px;
    background:linear-gradient(to top,#000,#382a0f);
    padding: 16px;
    border-radius: 8px;
    position: relative;
}
.zhibao-form> .option>ul .query_icon {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.zhibao-form> .option>ul .tip_div {
    position: absolute;
    display: none;
    top: 10px;
    right: 60px;
    text-align: center;
    color: #BF9743;
    background: #423111;
    border-radius: 4px;
    padding: 4px 12px;
}
.zhibao-form> .option>ul .query_icon:hover+#tip_div1{
    display: block !important;
}
.zhibao-form> .option>ul .query_icon:hover+#tip_div2{
    display: block !important;
}
.zhibao-form> .option>ul .query_icon:hover+#tip_div3{
    display: block !important;
}
.zhibao-form> .option>ul .query_icon:hover+#tip_div4{
    display: block !important;
}

.wtyphonetip{ color: #4d4d4d !important;  font-size: 15px ;}
.zhibao-form> .option>ul>li {
    width      : calc(530px/4);
    height     : 43px;
    text-align : center;
    line-height: 43px;
    color      : #fff;
    float      : left;
    background : #3e3f43;
    cursor     : pointer;
    margin-right: 2px !important;
}

.zhibao-form> .option>ul>li.active {
    background: #c79836;
}

#car_num {
    width             : 100%;
    height            : 39px;
    border            : 1px solid #706f6f;
    outline           : 0;
    border-radius     : 3px;
    background        : transparent;
    margin-top        : 24px;
    padding-left      : 22px;
    -webkit-box-sizing: border-box;
    box-sizing        : border-box;
    margin-bottom     : 30px;
    color             : #fff;
}

#car_num::-webkit-input-placeholder {
    color: #fff;
}

#car_num::-moz-input-placeholder {
    color: #fff;
}

#car_num::-ms-input-placeholder {
    color: #fff;
}

#car_num::-o-input-placeholder {
    color: #fff;
}


/* 验证滑块 */
.vire_silde {
    width              : 100%;
    height             : 39px;
    background         : #706f6f;
    position           : relative;
    text-align         : center;
    line-height        : 39px;
    color              : #fff;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
}

.vire_silde p {
    position: relative;
    z-index : 1;
}

.small_slide {
    width     : 54px;
    height    : 39px;
    background: #c79836;
    position  : absolute;
    top       : 0;
    left      : 0;
    cursor    : pointer;
    z-index   : 2;
}

.small_slide i {
    display   : block;
    height    : 39px;
    width     : 54px;
    background: url("../img/zhibaoback/zhiba_icon.png") no-repeat center center;
}

.huaguo {
    width     : 0;
    height    : 39px;
    background: #ff6700;
    position  : absolute;
    left      : 0;
    top       : 0;
    z-index   : 0;
}

/* 确认按钮 */
.true {
    display    : block;
    width      : 100%;
    text-align : center;
    height     : 39px;
    line-height: 39px;
    background : #fff;
    color      : #000;
    margin-top : 31px;
}

/* 索取电子质保流程 */
.suoqu {
    width      : 100%;
    font-size  : 16px;
    line-height: 28px;
    color      : #fff;
    margin-top : 60px;
}

.suoqu>ul>li:first-child {
    color         : #c79836;
    font-weight   : 900;
    padding-bottom: 14px;
}

.zhibao>img {
    display: none;
}



/* 弹框 */
/* 弹框遮罩 */

/* 信息有误 */
.errorMsg {
    width                : 484px;
    height               : 222px;
    position             : fixed;
    bottom               : -222px;
    -webkit-transition   : .5s;
    transition           : .5s;
    left                 : 50%;
    -webkit-transform    : translate(-50%, 50%);
    transform            : translate(-50%, 50%);
    background           : #fff;
    z-index              : 1001;
    display              : -webkit-box;
    display              : -ms-flexbox;
    display              : flex;
    -webkit-box-pack     : center;
    -ms-flex-pack        : center;
    justify-content      : center;
    -webkit-box-orient   : vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction   : column;
    flex-direction       : column;
    -webkit-box-align    : center;
    -ms-flex-align       : center;
    align-items          : center;
    font-size            : 26px;
}

.errorMsg>button {
    position  : absolute;
    top       : -5px;
    right     : -5px;
    border    : 0;
    outline   : 0;
    font-size : 40px;
    width     : 40px;
    height    : 40px;
    background: transparent;
}

.errorMsg>p {
    padding-top: 39px;
    font-weight: 900;
}

/* 查询成功结果 */
.successMsg {
    width             : 1100px;
    height            : 560px;
    position          : fixed;
    display: none;
    left              : 50%;
    top: 50%;
    -webkit-transform : translate(-50%, -50%);
    transform         : translate(-50%, -50%);
    background        : #000;
    z-index           : 1001;
    font-size         : 26px;
    color             : #fff;
    overflow-y        : auto;
    -webkit-box-sizing: border-box;
    box-sizing        : border-box;
    padding       : 20px;
}

.successMsg>button {
    position  : absolute;
    top       : 0px;
    right     : 0px;
    border    : 0;
    outline   : 0;
    font-size : 40px;
    width     : 40px;
    height    : 40px;
    background: transparent;
    color: #fff;
}

.successMsg>.form-desc>div {
    font-size: 14px;
    padding-top: 10px;
}
.successMsg>.list_content {
    padding-top: 10px;
    height: calc(100% - 100Px);
    overflow: auto;
}
.successMsg>.list_content>.list_ui {
    display: flex;
    justify-content: space-between;
    /* align-items: baseline; */
    font-size: 14px;
    border-bottom: 2px solid #fff;
    font-weight: 600;
    margin-top: 6px;
}
.successMsg>.list_content>.list_ui>li {
    color: #c79836;
    text-align: center;
    padding: 10px 6px;
}
.successMsg>.list_content>.list_ui>.li_border {
    width: 2px;
    background: #fff;
    height: 72px;
    flex-shrink: 0
}
.successMsg>.list_content>.list_ui>.store_name {
    width: 160px;
}
.successMsg>.list_content>.list_ui>.store_addr {
    width: 180px;
}
.successMsg>.list_content>ul>p {
    color: #fff;
    background: #c79836;
    border-radius: 4px;
    padding: 4px 10px;
    flex-shrink: 0;
    font-size: 12px;
    margin: 24px 10px;
    height: 18px;
    cursor: pointer;
    
}
.successMsg>.list_content>.list_ui>.list_li {
    width: 100px;
    flex-shrink: 0
}
.successMsg>.list_content>.list_ui>li>.value {
    color: #fff;
    font-size: 12px;
    padding-top: 6px;
    white-space: break-spaces;
    word-break: break-word;
}

.successMsg>.list_content::-webkit-scrollbar {
    width        : 8px;
    border-radius: 4px;
    /* height    : 100%; */
    background   : rgba(0, 0, 0, .3);
}

.successMsg>.list_content::-webkit-scrollbar-thumb {
    width        : 8px;
    border-radius: 4px;
    background   : rgba(0, 0, 0, .35);
}

.ditail_info-print{
    height:auto !important;
    top: 60% !important;

};

.ditail_info-print > .footer_div{
    display: none;
}
.ditail_info{
    width: 1000px;
    height: 700px;
    position          : fixed;
    display: none;
    left              : 50%;
    top: 50%;
    transform         : translate(-50%, -50%);
    background        : #fff;
    z-index           : 1002;
    font-size         : 14px;
    color             : #000;
    overflow-y        : auto;
    box-sizing        : border-box;
    
}

.ditail_info>.header_div{
    display: flex;
    align-items: center;
    padding: 20px 24px 10px;
    border-bottom: 1px solid #f5f5f5;
}
.ditail_info>.header_div >div{
    font-size: 20px;
    font-weight: 500;
    color: #BF9743;
    padding: 6px 10px;
    background: #f7f7f7;
    margin-left: 20px;
    border-radius: 5px;
}
.ditail_info>.content_div>.info_div{
    display: flex;
    align-items: center;
    padding: 12px 24px;
    font-size: 16px;
    justify-content: space-between;
}
.ditail_info>.content_div>.info_div>div{
    display: flex;
    align-items: center;
    position: relative;
    
}
.ditail_info>.content_div>.info_div>div>img{
    margin-right: 10px;
    height: 0.15rem;
}
.ditail_info>.content_div>.info_div >div >span{
color: #dba946;
margin-right: 50px;
}
.ditail_info>.content_div>.info_div >div >span.wtyjihuoa{ background: #c59c48; width: 60px; height: 24px; color: #fff; text-align: center; line-height: 24px; font-size: 14px;}
.ditail_info>.content_div>.info_div >div >span.wtyjihuoa2{ background: #f2f2f2; width: 60px; height: 24px; color: #b6b6b6; text-align: center; line-height: 24px; font-size: 14px;}
.ditail_info>.content_div{
    height: calc(100% - 140px);
    overflow: auto;
    /*margin: 10px 0;*/
    color: #333;
    padding: 15px 0 0 0;
}
.ditail_info>.content_div>div>.title{
    height: 46px;
    background: #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 26px;
    color: #dba946;
    font-size: 16px;
    font-weight: 500;
}
.ditail_info>.content_div>div>.title>.type{
    background: linear-gradient(240deg, #fbc975 0%, #BF9743 100%);
    color: #fff;
    width: 100px;
    text-align: center;
    line-height: 45px;
}
.ditail_info>.content_div>div .info{
    display: flex;
    justify-content: space-between;
    padding: 16px 26px;
    flex-wrap: wrap;
}
.ditail_info>.content_div>div .info>div{
    width: 30%;
    padding-bottom: 12px;
}
.ditail_info>.content_div>div .membrane{
    padding: 16px 26px;
}
.ditail_info>.content_div>div .membrane>ul>li{
    padding: 12px;
    background: #fafafa;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;

}
.ditail_info>.content_div>div .membrane>ul>li>div{
    width: 20%;
}
.ditail_info>.content_div>div>.membrane .prod{
    background: #fafafa;
    padding-bottom: 10px;
}
.ditail_info>.content_div>div>.membrane .prod>div{
    display: flex;
    justify-content: space-between;
    background: #f1f1f1;
    padding: 10px;
    margin: 0 10px 6px 10px;
}
.ditail_info>.content_div>div>.membrane .prod>div>div{
    width: 25%;
}
.ditail_info>.content_div>div>.membrane>.technician{
    padding-bottom: 12px;
}
.ditail_info>.content_div>div>.logo_div{
    display: flex;
    align-items: center;
    padding: 20px 30px 0px 30px;
}
.ditail_info>.content_div>div>.logo_div>img{
    height: 18px;
}
.ditail_info>.content_div>div>.logo_div>div{
    color: #dba946;
    font-size: 18px;
    font-weight: 600;
    margin-left: 20px;
}
.ditail_info>.content_div>div>ul{
    padding: 0 30px 10px 30px;
}
.ditail_info>.content_div>div>ul>li{
    padding-top: 8px;
}
.ditail_info>.content_div>div>ul>li>p{
    margin-right: 8px;
    color: #fff;
    font-weight: 600;
    background: #dba946;
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    text-align: center;
}
.ditail_info>.content_div>div>ul>li>span{
    color: #dba946;
}

.footer_div{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0 0 0;
}
.footer_div>div{
    text-align: center;
    color: #fff;
    padding: 6px 40px;
}
.footer_div>.print{
    background: #c79836;
    margin-right: 50px;
}
.footer_div>.back{
    background: #000;
}
.partsinfo ul li{
    display: flex;
}

.partsinfo ul li span{
    flex: 1;
    display: inline-block;
    font-size: 12px;
    padding: 5px 0;
    box-shadow: 0 0 5px #cccccc;
    margin: 0 5px;
    text-align: center;
    border-radius: 3px;
}

.partsinfo ul li span:nth-child(4){
    width: 30%;
    flex: none;
}

.warranty_area {
    margin-top: 10px;
    padding: 0 30px 10px 30px;
}

.warranty_area ul{
    padding-left: 20px;
}

.warranty_area ul li{
    list-style: disc;
    line-height: 30px;
}
@media (max-width:992px) {
    .footer {
        padding-top: .72rem;
    }

    .zhibao {
        width             : 100%;
        height            : auto;
        background        : #000;
        -webkit-box-sizing: border-box;
        box-sizing        : border-box;
        padding-top       : .71rem;
        display           : block;
    }

    #block-zhibaochaxunbannertu {
        width: 100%;
    }

    #block-zhibaochaxunbannertu:nth-child(1) {
        display: block;
    }

    #block-zhibaochaxunbannertu:last-child {
        display: none;
    }

    .zhibao>img {
        display       : block;
        width         : 100%;
        vertical-align: top;
    }

    .zhibao-info {
        width : 6.67rem;
        height: 100%;
        margin: 0 auto;
    }

    .zhibao-form {
        background        : #000;
        -webkit-box-sizing: border-box;
        box-sizing        : border-box;
        width             : 6.67rem;
        height            : 100%;
        padding           : .73rem 0;
    }

    .zhibao-form .serviceType{font-size: .18rem;margin:21px 0 0 0;}
    .serviceType p {width: 2.7rem; float: left; display: block;}
    .zhibao-form .serviceType .serviceType-list {display: flex; width: 4.1rem;}
    .zhibao-form .serviceType .serviceType-list li {padding: 0 0.15rem 0 0;}
    .zhibao-form .serviceType .serviceType-list li span {margin-right:0.05rem; width: 0.10rem;height: 0.10rem;}

    .zhibao-form>p {
        color         : #c79836;
        padding-bottom: .28rem;
        font-size     : .26rem;
        font-size: .18rem;
    }



    .zhibao-form> .option>ul {
        width : 100%;
        height: .43rem;
        -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    }
    
    .zhibao-form> .option>ul .query_icon {
    width: 0.46rem;
    height: 0.46rem;
    top: 10px;
    right: 10px;
}

    .zhibao-form hr {
        margin       : 0;
        margin-top   : .28rem;
        margin-bottom: .3rem;
        max-width    : .62rem;
    }

    .desc-content {
        line-height: .36rem;
    }
.wtyphonetip{ color: #4d4d4d !important;  font-size: 0.20rem ;}
    .zhibao-form> .option>ul>li {
        width      : calc(6.66rem/4);
        height     : .43rem;
        text-align : center;
        line-height: .46rem;
        color      : #fff;
        float      : left;
        background : #3e3f43;
        cursor     : pointer;
        font-size  : .18rem;
    }

    .zhibao-form> .option>ul>li.active {
        background: #c79836;
    }

    #car_num {
        width             : 100%;
        height            : .39rem;
        border            : 0.01rem solid #706f6f;
        outline           : 0;
        border-radius     : .03rem;
        background        : transparent;
        margin-top        : .38rem;
        padding-left      : .22rem;
        -webkit-box-sizing: border-box;
        box-sizing        : border-box;
        margin-bottom     : .31rem;
        color             : #fff;
        font-size         : .18rem;
    }
    
    .zhibao-form #mobile_code> .sendMsg {
    width : 1.20rem;
    height: 0.41rem;
    margin-left: 0.1rem;
    background: #fff;
    color: #c79836;
    font-size: .18rem;
    border-radius: .03rem;
    line-height: 0.43rem;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}
    
    .zhibao-form #mobile_code>input {
    width : calc(100% - 1.64rem);
    height: 0.39rem;
    border            : 0.01rem solid #706f6f;
    border-radius     : .03rem;
    outline           : 0;
    background        : transparent;
    padding-left      : 0.22rem;
    margin-bottom     : 0.30rem;
    color             : #fff;
    
}
    

    #car_num::-webkit-input-placeholder {
        color: #fff;
    }

    #car_num:-ms-input-placeholder {
        color: #fff;
    }

    #car_num::-ms-input-placeholder {
        color: #fff;
    }

    #car_num::placeholder {
        color: #fff;
    }

    #car_num::-webkit-input-placeholder {
        color: #fff;
    }

    /* 验证滑块 */
    .vire_silde {
        width              : 100%;
        height             : .39rem;
        background         : #706f6f;
        position           : relative;
        text-align         : center;
        line-height        : .44rem;
        color              : #fff;
        -webkit-user-select: none;
        /* Chrome all / Safari all */
        -moz-user-select: none;
        /* Firefox all */
        -ms-user-select: none;
        /* IE 10+ */
        user-select: none;

        font-size: .18rem;
    }

    .vire_silde p {
        position: relative;
        z-index : 1;
    }

    .small_slide {
        width     : .54rem;
        height    : .39rem;
        background: #c79836;
        position  : absolute;
        top       : 0;
        left      : 0;
        cursor    : pointer;
        z-index   : 2;
    }

    .small_slide i {
        display          : block;
        height           : .25rem;
        width            : .25rem;
        background       : url("../img/zhibaoback/zhiba_icon.png") no-repeat center center;
        /*background-size  : cover;*/
        background-size  : 0.14rem 0.14rem;
        position         : absolute;
        top              : 50%;
        left             : 50%;
        -webkit-transform: translate(-50%, -50%);
        transform        : translate(-50%, -50%);
    }

    .huaguo {
        width     : 0;
        height    : .39rem;
        background: #ff6700;
        position  : absolute;
        left      : 0;
        top       : 0;
        z-index   : 0;
    }

    /* 确认按钮 */
    .true {
        display    : block;
        width      : 100%;
        text-align : center;
        height     : .39rem;
        line-height: .43rem;
        background : #fff;
        color      : #000;
        margin-top : .31rem;
        font-size  : .18rem;
    }
    .pageBox  a{
        font-size: .18rem;
    }
    /* 索取电子质保流程 */
    .suoqu {
        width      : 100%;
        font-size  : .16rem;
        line-height: .28rem;
        color      : #fff;
        margin-top : .80rem;
    }

    .suoqu>ul>li:first-child {
        color         : #c79836;
        font-weight   : 900;
        padding-bottom: .14rem;
    }

    /* 信息有误 */
    .errorMsg {
        width                : 4.84rem;
        height               : 2.22rem;
        position             : fixed;
        bottom               : -2.22rem;
        -webkit-transition   : .5s;
        transition           : .5s;
        left                 : 50%;
        -webkit-transform    : translate(-50%, 50%);
        transform            : translate(-50%, 50%);
        background           : #fff;
        z-index              : 10001;
        display              : -webkit-box;
        display              : -ms-flexbox;
        display              : flex;
        -webkit-box-pack     : center;
        -ms-flex-pack        : center;
        justify-content      : center;
        -webkit-box-orient   : vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction   : column;
        flex-direction       : column;
        -webkit-box-align    : center;
        -ms-flex-align       : center;
        align-items          : center;
        font-size            : .26rem;
    }

    .errorMsg>button {
        position  : absolute;
        top       : -.13rem;
        right     : -.05rem;
        border    : 0;
        outline   : 0;
        font-size : .40rem;
        width     : .40rem;
        height    : .40rem;
        background: transparent;
    }

    .errorMsg>img {
        width: .5rem;
    }

    .errorMsg>p {
        padding-top: .39rem;
        font-weight: 900;
    }

    /* 查询成功结果 */
    .successMsg {
        width             :90%;
        height            : 85%;
        position          : fixed;
        left              : 50%;
        top: 50%;
        transform         : translate(-50%, -50%);
        font-size         : .26rem;
        padding: 10px;
    }

    .successMsg>.list_content {
        padding-top: 10px;
        height: calc(100% - 60px);
      }
      .successMsg>.list_content>.list_ui {
        flex-direction: column;
        padding-left: 10px;
      }
      .successMsg>.list_content>.list_ui>li {
        text-align: left;
        padding: 6px 6px;
        width: 100% !important;
      }
      .successMsg>.list_content>.list_ui>.li_border {
        display: none;
      }
      .successMsg>.list_content>.list_ui>.store_name {
        width: 100%;
      }
      .successMsg>.list_content>ul>p {
        width: 100px;
        text-align: center;
        margin: 8px;
      }
      .successMsg>.list_content>.list_ui>li>.value {
        display: inline-block;
        margin: 0px 8px;
      }
      
      .ditail_info{
        width             : 90%;
        height            : 75%;
        font-size         : 14px;
        padding       : 10px;
      }
      .ditail_info>.header_div {
    display: flex;
    align-items: center;
    padding: 0.20rem 0.24rem 0.10rem;
    border-bottom: 1px solid #f5f5f5;
}
.ditail_info>.content_div {
    height: calc(100% - 1.8rem);
    overflow: auto;
    color: #333;
    padding: 0.15rem 0 0 0;
}
.ditail_info>.header_div >img{ height: 0.34rem;}
.ditail_info>.header_div >div {
    font-size: 0.26rem;
    font-weight: 500;
    color: #BF9743;
    padding: 0.06rem 0.10rem;
    background: #f7f7f7;
    margin-left: 0.20rem;
    border-radius: 0.05rem;
}
.footer_div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.30rem 0 0 0;
}
.footer_div>div {
    text-align: center;
    color: #fff;
    padding: 0.06rem 0.40rem;
}
      .ditail_info>.content_div>.info_div{
        flex-direction: column;
        padding: 6px;
        align-items: flex-start;
        font-size: 14px;
      }
      
      .ditail_info>.content_div>div:first-child{ padding: 0 !important;}
      .ditail_info>.content_div>.info_div >div{position: relative; width: 100%;}
      .ditail_info>.content_div>.info_div>div>img {
    margin-right: 10px;
    height: 0.24rem;
}
      .ditail_info>.content_div>.info_div >div >span{
        margin: 0;
      }
      .ditail_info>.content_div>.info_div >div >span.wtyjihuoa{ background: #c59c48; width: 0.82rem; height: 0.32rem; color: #fff; position: absolute; top: -0.36rem; right: 0; text-align: center; line-height: 0.32rem; font-size: 0.19rem;}
		.ditail_info>.content_div>.info_div >div >span.wtyjihuoa2{ background: #f2f2f2; width: 0.82rem; height: 0.32rem; color: #b6b6b6; position: absolute; top: -0.36rem; right: 0; text-align: center; line-height: 0.32rem; font-size: 0.19rem;}
      .ditail_info>.content_div>div>.info{
        flex-direction: column;
        padding: 6px;
        align-items: flex-start;
      }
      .ditail_info>.content_div>div>.info>div{
        width: 100%;
      }
      .ditail_info>.content_div>div>.membrane{
        padding: 6px;
      }
      .ditail_info>.content_div>div>.membrane>ul>li{
        flex-direction: column;
      }
      .ditail_info>.content_div>div>.membrane>ul>li>div{
        width: 100%;
      }
      .ditail_info>.content_div>div>.title {
    height: 0.46rem;
    background: #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.26rem;
    color: #dba946;
    font-size: 0.16rem;
    font-weight: 500;
}
.ditail_info>.content_div>div>.title>.type {
    background: linear-gradient(240deg, #fbc975 0%, #BF9743 100%);
    color: #fff;
    width: 1.0rem;
    text-align: center;
    line-height: 0.45rem;
}
.ditail_info>.content_div>div>.logo_div {
    display: flex;
    align-items: center;
    padding: 0.20rem 0.30rem 0px 0.30rem;
}
.warranty_area {
    margin-top: 10px;
    padding: 0 0.30rem 0.10rem 0.30rem;
}
.ditail_info>.content_div>div>ul {
    padding: 0 0.30rem 0.10rem 0.30rem;
}

    .form-desc hr {
        margin: 0;
        margin: .28rem 0;
    }

    .successMsg>.form-desc {
        margin-left: .30rem;
    }

    .successMsg::-webkit-scrollbar {
        width        : .08rem;
        border-radius: .04rem;
        /* height    : 100%; */
        background   : rgba(0, 0, 0, .3);
    }

    .successMsg::-webkit-scrollbar-thumb {
        width        : .08rem;
        border-radius: .04rem;
        background   : rgba(0, 0, 0, .35);
    }

    .partsinfo,
    .sqmd,
    .gk,
    .cl {
        width             : 100%;
        padding           : 0 .58rem;
        padding-bottom    : .17rem;
        box-shadow        : 0 0 10 5 rgba(0, 0, 0, .5);
        -webkit-box-shadow: 0 0 10 5 rgba(0, 0, 0, .5);
        -moz-box-shadow   : 0 0 10 5 rgba(0, 0, 0, .5);
        -webkit-box-sizing: border-box;
        box-sizing        : border-box;
    }

    .partsinfo,
    .gk,
    .cl {
        padding-top: .28rem;
    }

    .partsinfo p,
    .partsinfo span,
    .sqmd p,
    .sqmd span,
    .gk p,
    .gk span,
    .cl p,
    .cl span {
        font-size: .16rem;
    }

    .partsinfo>p,
    .sqmd>p,
    .gk>p,
    .cl>p {
        font-weight: 700;
    }

    .partsinfo hr,
    .sqmd hr,
    .gk hr,
    .cl hr {
        width     : 100%;
        height    : .01rem;
        background: #d8b362;
        border    : 0;
        margin    : .13rem 0;
    }

    .partsinfo>ul>li,
    .sqmd>ul>li,
    .gk>ul>li,
    .cl>ul>li {
        /* display : flex;
    justify-content: flex-start; */
        padding    : .06rem 0;
        overflow   : hidden;
    }

    .partsinfo>ul>li>p,
    .sqmd>ul>li>p,
    .gk>ul>li>p,
    .cl>ul>li>p {
        float     : left;
        width     : 1.05rem;
        text-align: right;
    }

    .partsinfo>ul>li>span,
    .sqmd>ul>li>span,
    .gk>ul>li>span,
    .cl>ul>li>span {
        float             : left;
        width             : calc(100% - 1.05rem);
        text-align        : left;
        -webkit-box-sizing: border-box;
        box-sizing        : border-box;
        padding-left      : .16rem;
    }

    .partsinfo>ul>li:nth-child(1)>span,
    .sqmd>ul>li:nth-child(1)>span,
    .gk>ul>li:nth-child(1)>span,
    .cl>ul>li:nth-child(1)>span {
        font-weight: 700;
    }

    .geduan {
        width     : 100%;
        height    : .18rem;
        background: #e7e7e7;
    }
}
.successMsg>.suoqu{
    width: 351px;
    margin:28px auto;
    color: #000;
}
@media (max-width:992px){
    .successMsg>.suoqu{
        width: 100%;
        margin:0 auto;
        padding: .2rem .58rem;
        box-sizing: border-box;
        color: #000;
    }
}

