    /* 背景图 */
    
    a {
        /* color: #000 !important; */
    }
    
    a:hover {
        /* color: #000 !important; */
    }
    
    .product_bg {
        width: 100%;
        height: 500px;
    }
    
    .product_bg img {
        width: 100%;
        height: 100%;
    }
    /* 产品标题 */
    
    .product_title {
        font-size: 28px;
        color: #000000;
        height: 100px;
        line-height: 100px;
        width: 100%;
        text-align: center;
        margin: auto;
        font-weight: bold;
    }
    /* 筛选 */
    
    .product_side {
        display: flex;
        flex-direction: column;
    }
    
    .product_side .side_choose {
        position: relative;
    }
    
    .side_choose .choose_img img {
        width: 20px;
        height: 15px;
        margin-top: 3px;
    }
    
    .product_side .side_choose a:nth-child(1) {
        margin-left: 0px;
    }
    
    .product_side .side_choose a {
        margin-left: 15px;
    }
    
    .product_side .side_choose span {
        color: #4da96f;
        margin-left: 15px;
    }
    
    .product_side .side_choose a:last-child {
        color: #4da96f;
    }
    
    .product_side .side_choose a:last-child:hover {
        color: #4da96f;
    }
    /* 筛选项目 */
    
    .product_side .side_list {
        display: flex;
        flex-direction: column;
        border-top: 1px solid #ededed;
        margin-top: 30px;
    }
    
    .side_list .list_name {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-top: 10px;
    }
    
    .side_list .list_name img {
        width: 13px;
        height: 13px;
        margin-right: 5px;
    }
    
    .side_list .list_item {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-top: 10px;
        color: #8c8c8c;
    }
    
    .item_checkbox {
        border-radius: 3px;
        width: 20px;
        height: 20px;
        border: 1px solid #ededed !important;
    }
    /* 产品列表 */
    
    .product_list {
        display: flex;
        flex-direction: column;
        border-left: 1px dashed #e3e3e3;
    }
    
    .product_list .list_name {
        font-size: 18px;
        color: #555555;
        font-weight: bold;
        margin-left: 8px;
    }
    
    .product_list .list_detail {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    
    .product_list .list_detail ul {
        padding: 0px !important;
    }
    
    .product_list .list_detail ul li {
        margin-top: 20px;
        /* padding: 10px 30px 0px 0px; */
        padding: 10px 18px 10px 10px;
        height: 270px;
        float: left;
        flex: 1;
        width: 25%;
        text-align: center;
        overflow: hidden;
    }
    
    .detail_content {
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }
    
    .detail_content .content_img {
        width: 100%;
        height: 180px;
        border-radius: 5px;
        background-color: #f4f4f4;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .detail_content .content_img img {
        width: 120px;
        height: 128px;
    }
    
    .detail_content div:nth-child(2) {
        font-size: 14px;
        color: #000;
        margin-top: 12px;
        display: inline-block;
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .detail_content div:nth-child(3) {
        font-size: 12px;
        color: #555555;
        margin-top: 15px;
        display: inline-block;
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .product_list .list_name:nth-child(n+2) {
        margin-top: 40px;
    }
    /* pc端底部 */
    
    .content_footer {
        width: 100%;
    }
    
    .content_footer ul {
        width: 100%;
        height: 380px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
    }
    
    .content_footer ul li {
        float: left;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    
    .content_footer ul li img {
        width: 60px;
        height: 60px;
    }
    
    .content_footer ul li h4 {
        padding-top: 30px;
        font-weight: bold;
        padding-bottom: 20px;
    }
    
    .content_footer ul li p {
        font-size: 12px;
    }
    
    .content_footer ul li .footer_ted {
        position: absolute;
        font-size: 12px;
        bottom: -20%;
    }
    
    .content_footer ul li .footer_ted span {
        color: #21944b;
    }
    
    .content_footer ul li button {
        width: 150px;
        height: 50px;
        background-color: #21944b;
        border: none;
        color: white;
        margin-top: 20px;
        border-radius: 3px;
    }
    
    .content_footer_mobail {
        display: none;
    }
    
    @media (max-width: 960px) {
        /* 移动端底部 */
        .content_footer_mobail {
            width: 90%;
            padding: 0px 0px;
            margin: auto;
        }
        .content_footer_mobail ul {
            width: 100%;
            margin: auto;
        }
        .content_footer_mobail ul li {
            width: 100%;
            padding: 30px 0px;
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;
            border-top: 1px solid #f1f1f1;
        }
        .content_footer_mobail ul li img {
            width: 50px;
            height: 50px;
        }
        .content_footer_mobail ul li h4 {
            padding-top: 15px;
            font-weight: bold;
            padding-bottom: 10px;
            font-size: 16px;
        }
        .content_footer_mobail ul li p {
            font-size: 12px;
            color: #808080;
        }
        .content_footer_mobail ul li button {
            width: 150px;
            height: 50px;
            background-color: #21944b;
            border: none;
            color: white;
            border-radius: 5px;
        }
        .content_footer_mobail ul li button:nth-child(3) {
            background-color: #fff;
            border: none;
            color: white;
        }
        .content_footer_mobail ul li span {
            font-size: 14px;
            color: #808080;
        }
        .content_footer_mobail ul li input {
            width: 70%;
            background: #f8f8f8;
            border: 1px solid #d2d2d2;
            border-radius: 3px;
            padding: 7px;
            margin-bottom: 5px;
        }
        .content_footer {
            display: none;
        }
        .content_footer_mobail {
            display: block;
        }
    }
    /* 移动端 */
    
    @media (max-width: 960px) {
        .product_bg {
            width: 100%;
            height: 100%;
        }
        .product_title {
            font-size: 16px;
        }
        .product_list .list_detail ul li {
            margin-top: 30px;
            float: left;
            flex: 1;
            width: 49.9%;
            text-align: center;
            padding: 13px;
        }
        .detail_content .content_img {
            width: 100%;
            height: 100%;
            padding: 35px;
            border-radius: 5px;
            background-color: #f4f4f4;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .detail_content .content_img img {
            width: 100%;
            height: 100%;
        }
        .detail_content div:nth-child(2) {
            font-size: 13px;
            color: #000;
            margin-top: 8px;
            display: inline-block;
            white-space: nowrap;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .product_list .list_name {
            margin-top: 10px !important;
            font-size: 15px;
        }
        .detail_content div:nth-child(3) {
            margin: 0 auto;
            font-size: 12px;
            color: #555555;
            margin-top: 11px;
            display: inline-block;
            white-space: nowrap;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .product_side {
            display: flex;
            flex-direction: column;
            padding: 0px 30px;
        }
    }