    /*产品特征*/
    #cp_cptz{
        
    }
    #cp_cptz .spotlights_title {
        color: #999 !important;
        font-size: 14px;
        font-weight: 600;
        line-height: 22px;
        padding: 0 0 8px;
        display: none !important;
    }
    .pro_detail_text .jyms dd #cp_cptz span{
        color: #999 !important;
        font-weight: normal;
    }
    #cp_cptz .spotlights_ctn {
        overflow: hidden;
    }
    #cp_cptz .spotlights_item {
        color: #999 !important;
        line-height: 1;
        margin: 0 0 4px;
        max-width: 424px;
        padding: 0 0 0 12px;
        position: relative;
    }
    #cp_cptz .spotlights_item:before {
        background: #707070;
        border-radius: 4px;
        content: " ";
        display: block;
        height: 4px;
        left: 0;
        position: absolute;
        top: 9px;
        width: 4px;
    }
    #cp_cptz .spotlights_item>span span, #cp_cptz .spotlights_item>span>a {
        font-size: 13px;
        line-height: 20px;
    }
    #cp_cptz .spotlights_btn {
        display: none !important;
    }
    /*产品特征*/

    /*产品规格*/
    #cp_cpgg .title {
        color: #19191a;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        padding: 32px 0 20px;
        display: none;
    }

    @media(max-width: 960px) {
        #cp_cpgg .title {
            padding:24px 0 16px;
            display: none;
        }
    }

    #cp_cpgg .list_box,#cp_cpgg .list_wrap {
        position: relative
    }

    #cp_cpgg .list_box {
        display: block;
        margin: 0 auto;
        width: 100%
    }

    @media(max-width: 960px) {
        #cp_cpgg .list_box {
            overflow-x:hidden;
            word-break: break-all;
        }
    }

    #cp_cpgg .list_bg {
        background: -webkit-gradient(linear,right top,left top,from(#fff),color-stop(100%,hsla(0,0%,100%,.1)));
        display: none;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 10%;
        z-index: 1
    }

    @media(max-width: 960px) {
        #cp_cpgg .list_bg {
            display:none
        }
    }

    #cp_cpgg .list {
        margin: 0 auto;
        width: 100%
    }

    @media(max-width: 960px) {
        #cp_cpgg .list {
            min-width:100%
        }

        #cp_cpgg .list .list_item {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }

        #cp_cpgg .list .list_item .item {
            margin: 0;
            width: 100%
        }

       #cp_cpgg .list .list_item .item :before {
            display: none
        }

        #cp_cpgg .list .list_item:nth-child(odd) {
            background-color: transparent
        }

        #cp_cpgg .list .list_item:nth-child(odd) .item:nth-child(odd) {
            background: rgba(64,128,255,.06)
        }

        #cp_cpgg .list .list_item:nth-child(odd) .item:nth-child(2n) {
            background: #fff
        }

        #cp_cpgg .list .list_item:nth-child(2n) .item:nth-child(odd) {
            background: rgba(64,128,255,.06)
        }

        #cp_cpgg .list .list_item:nth-child(2n) .item:nth-child(2n) {
            background: #fff
        }
    }

    #cp_cpgg .list_item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }

    #cp_cpgg .list_item:nth-child(odd) {
        background: rgba(64,128,255,.06)
    }

    #cp_cpgg .item {
        width: 50%;
        -ms-flex-negative: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-shrink: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
        
    #cp_cpgg .min {
        width: 40%;
    }

    #cp_cpgg .max {
        width: 60%
    }

    #cp_cpgg .item_name {
        width: 40%;
        -ms-flex-negative: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-shrink: 0;
        padding: 8px 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #cp_cpgg .item_name .name, #cp_cpgg .item_name .value {
        color: #19191a;
        display: inline-block;
        font-size: 13px;
        line-height: 20px;
        /*word-wrap: break-word;*/
        word-break: break-all;
    }

    #cp_cpgg .item_name .name {
        font-weight: 600;
    }

    #cp_cpgg .power_line_tips {
        color: #707070;
        font-size: 14px;
        line-height: 22px;
        margin-top: 12px;
        display: none;
    }
    #cp_cpgg .text_info{
        display: none;
    }
    /*产品规格*/

    /*产品描述*/
    #cp_cpms .title {
        color: #19191a;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        padding-top: 24px;
    }
    #cp_cpms .content {
        margin-top: 12px;
    }
    #cp_cpms .content p {
        color: #707070;
        font-size: 14px;
        line-height: 22px;
    }
    /*产品描述*/