﻿.lists {
    display: flex;
    flex-wrap: wrap;
    padding: 0.7rem 0 0.3rem;
    padding-top: 0;
    background-color: white;
}

#c-product {
    background-color: white;
    width: 100%;
    background-color: white;
    padding-bottom: 0px;
    background: #fff;
    background: -webkit-linear-gradient(top, #fff 50%, #fff 50%);
    background: linear-gradient(to bottom, #fff 50%, #fff 50%);
}
.good {
    background-color: white;
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
}

.lists li {
    box-sizing: border-box;
    width: 24.1%;
    margin-right: 1.2%;
    border: 1px solid #e0e0e0;
    padding: 0.26rem 0.3rem;
    cursor: pointer;
    transition: all 0.5s;
    margin-bottom: 0.2rem;
}

    .lists li.active {
        border-color: #d12d26;
    }

    .lists li:hover h3,
    .lists li:hover h2 {
        color: #d12d26;
    }

    .lists li:hover .imgBox div {
        transform: scale(1.07);
    }

    .lists li:nth-child(4n) {
        margin-right: 0;
    }

    .lists li h2 {
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .lists li h3 {
        margin-bottom: 0.1rem;
        font-weight: bold;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 1.5;
    }

    .lists li .pro_title {
        height: 90px;
        overflow: hidden;
    }

    .lists li .imgBox {
        width: 100%;
        height: 2rem;
        margin-bottom: 0.1rem;
    }

        .lists li .imgBox div {
            width: 100%;
            height: 100%;
            background-size: auto 100%;
            background-position: center;
            transition: all 0.8s;
            background-color: #fff;
            background-repeat: no-repeat;
            background-blend-mode: multiply;
        }

    .lists li .info {
        height: 96px;
        overflow: hidden;
    }

        .lists li .info p {
            display: flex;
            align-items: center;
        }

        .lists li .info .label {
            flex: 0.8;
            -webkit-line-clamp: 1;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            overflow: hidden;
            line-height: 1.5;
            line-height: 2;
            font-size: 14px;
        }

@media only screen and (max-width: 767px) {
    .lists li .info .label {
        font-size: 12px;
    }
    .lists li:hover .imgBox div {
        transform: scale(1);
    }
    .good {
        background-color: white;
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
    }
    .syvideo {
      display:block;
    }
   
}
.syvideo {
    display: none;
}
.sypics {
    display: block;
}
.lists li .info .symbol {
    width: 10px;
}

.lists li .info .value {
    flex: 3;
    font-weight: bold;
    font-size: 16px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    line-height: 2;
}

@media only screen and (max-width: 1366px) {
    .lists li .info .value {
        font-size: 14px;
    }
}

@media screen and (max-width: 1440px) {
    #c-product {
        width: 100%;
    }
    .good{ padding:0 0.8rem;}
}

@media screen and (max-width: 1280px) {
 
    .lists li p span {
        width: 1rem;
    }
}

@media only screen and (max-width: 767px) {
    .lists li .info .value {
        font-size: 14px;
    }
    #c-product {
        width: 100%;
    }
    .sypics {
        display: none;
    }


}
.list li {
    padding: 0.9rem 0.3rem;
}

.lists li p {
    color: #606060;
    line-height: 2;
}

.lists li .btnContainer {
    display: flex;
    margin-top: 0.2rem;
    justify-content: flex-start;
    padding: 10px 0;
}

    .lists li .btnContainer a {
        display: block;
    }

    .lists li .btnContainer .button {
        padding: 5px 17px;
        color: #868686;
        transition: all 0.3s ease-out;
        text-align: center;
    }

        .lists li .btnContainer .button.black {
            border: 1px solid #606060;
            color: #303030;
        }

        .lists li .btnContainer .button.red {
            border: 1px solid #e50113;
            color: #e50113;
        }

        .lists li .btnContainer .button:hover {
            background: #e50113;
            border-color: #606060;
            color: #fff;
        }

    .lists li .btnContainer a .button {
        margin-right: 0.15rem;
    }

    .lists li .btnContainer a:last-child .button {
        margin-right: 0;
    }

.lists .main-btn {
    text-align: center;
}

    .lists .main-btn .button.more {
        display: inline-block;
        border: 1px solid #e50113;
        text-align: center;
        color: #e50113;
        margin: 0.3rem auto 0;
        padding: 10px 0.5rem;
        cursor: pointer;
        transition: all 0.3s ease-out;
        font-size: 16px;
    }

@media only screen and (max-width: 1366px) {
    .lists .main-btn .button.more {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .lists .main-btn .button.more {
        font-size: 14px;
    }
}

.lists .main-btn .button.more:hover {
    background: #e50113;
    color: #fff;
}

#c-product .c-container {
    padding: 0 0;
}

@media screen and (max-width: 768px) {
    .lists {
        padding-top: 0;
    }
    .sypics {
        display: none;
    }
    #c-product .c-container {
        padding: 0 0.2rem;
    }

    .lists li .btnContainer {
        justify-content: space-around;
    }

    .lists li .imgBox {
        height: 4rem;
    }

    .lists li p span {
        width: 1.2rem;
    }

    .lists li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.8rem;
    }

        .lists li .btnContainer a .button {
            padding: 10px 20px;
            font-size: 14px;
        }

            .lists li .btnContainer a .button.black {
                background: #333;
                color: #fff;
                border-color: #333;
            }

            .lists li .btnContainer a .button.red {
                background: #e60012;
                color: #fff;
                border-color: #e60012;
            }

        .lists li .info {
            height: 104px;
            padding:10px 0;
        }
}

.fnt_20 {
    font-size: 20px;
    color: black;
}

.info .label {
    color: black;
}

.lists li .btnContainer .button.blacks {
    border: 1px solid #606060;
    color: #303030;
}

.section4 {
    position: relative;
}

.content4 {
    display: flex;
    align-items: center;
    position: relative;
    background-size: cover;
    background-position: 90%;
    height: 9.4rem;
}

    .content4 .left {
        width: 45%;
    }

        .content4 .left ul {
            display: flex;
            flex-wrap: wrap;
        }

            .content4 .left ul li {
                position: relative;
                display: flex;
                flex-direction: column;
                justify-content: center;
                box-sizing: border-box;
                width: 50%;
                text-align: center;
                transition: all 0.3s ease-out;
                padding-right: 0.8rem;
                margin-bottom: 0.6rem;
            }

                .content4 .left ul li:before {
                    position: absolute;
                    content: "";
                    width: 1.6rem;
                    height: 1.6rem;
                    border-radius: 50%;
                    border: 1px solid rgba(217, 217, 217, 0.6);
                    left: -0.2rem;
                    top: 0.6rem;
                    z-index: -1;
                }

                .content4 .left ul li:nth-child(2) .icon {
                    background-size: 75%;
                }

                .content4 .left ul li:nth-child(3) .icon {
                    background-size: 65%;
                }

                .content4 .left ul li:nth-child(4) .icon {
                    background-size: 85%;
                }

                .content4 .left ul li .icon {
                    width: 1.2rem;
                    height: 1.2rem;
                    background-size: auto;
                    background-position: left bottom;
                    background-repeat: no-repeat;
                    margin-bottom: 0.3rem;
                }

                .content4 .left ul li .p1 {
                    font-size: 18px;
                    width: 100%;
                    margin-top: 0.3rem;
                    text-align: left;
                    -webkit-line-clamp: 2;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    text-overflow: ellipsis;
                    overflow: hidden;
                }

@media only screen and (max-width: 1024px) {
    .content4 .left ul li .p1 {
        font-size: 16px;
    }
}

.content4 .left ul li .p2 {
    display: flex;
    align-items: flex-start;
    font-size: 48px;
    font-weight: bold;
    line-height: 0.8;
}

@media only screen and (max-width: 1440px) {
    .content4 .left ul li .p2 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 1024px) {
    .content4 .left ul li .p2 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .content4 .left ul li .p2 {
        font-size: 26px;
    }
}

.content4 .left ul li .p2.top {
    align-items: flex-start;
}

    .content4 .left ul li .p2.top .plus {
        color: #333;
        font-size: 18px;
    }

@media only screen and (max-width: 1024px) {
    .content4 .left ul li .p2.top .plus {
        font-size: 16px;
    }
}

.content4 .left ul li .p2 .title_l {
    margin-right: 0.05rem;
    font-size: 48px;
}

@media only screen and (max-width: 1440px) {
    .content4 .left ul li .p2 .title_l {
        font-size: 36px;
    }
}

@media only screen and (max-width: 1024px) {
    .content4 .left ul li .p2 .title_l {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .content4 .left ul li .p2 .title_l {
        font-size: 26px;
    }
}

.content4 .left ul li .p2 .title_s {
    font-size: 18px;
    font-weight: bold;
}

@media only screen and (max-width: 1024px) {
    .content4 .left ul li .p2 .title_s {
        font-size: 16px;
    }
}

.content4 .left ul li .p2 .unit {
    font-size: 18px;
}

@media only screen and (max-width: 1024px) {
    .content4 .left ul li .p2 .unit {
        font-size: 16px;
    }
}

.content4 .left .button {
    box-sizing: border-box;
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #e1e1e1;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

    .content4 .left .button:hover {
        background: #e60111;
        border-color: #e60111;
        color: #fff;
    }

.content4 .right {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    right: 0;
    top: 0;
}

    .content4 .right .swiper-container {
        width: 100%;
        height: 100%;
    }

        .content4 .right .swiper-container .swiper-slide {
            opacity: 0 !important;
        }

        .content4 .right .swiper-container .swiper-slide-active {
            opacity: 1 !important;
        }

        .content4 .right .swiper-container .swiper-slide {
            position: relative;
            display: flex;
            align-items: flex-end;
        }

            .content4 .right .swiper-container .swiper-slide a {
                display: flex;
                width: 100%;
                height: 100%;
                align-items: flex-end;
            }

            .content4 .right .swiper-container .swiper-slide .bg {
                position: absolute;
                width: 100%;
                height: 100%;
                background-size: 100%;
                left: 0;
                top: 0;
            }

            .content4 .right .swiper-container .swiper-slide .ctx {
                display: flex;
                color: #fff;
                height: 1.85rem;
                align-items: center;
                padding-left: 12%;
                width: 100%;
            }

                .content4 .right .swiper-container .swiper-slide .ctx::before {
                    position: absolute;
                    content: "";
                    width: 100%;
                    height: 1.85rem;
                    left: 6.46%;
                    bottom: 0;
                    background: linear-gradient(to right, #e60011 0%, transparent 90%);
                    transform: skewX(-31.2deg);
                }

                .content4 .right .swiper-container .swiper-slide .ctx .text {
                    position: relative;
                    width: 100%;
                    z-index: 99;
                }

                    .content4 .right .swiper-container .swiper-slide .ctx .text .p1 {
                        font-size: 36px;
                        font-weight: bold;
                    }

@media only screen and (max-width: 1440px) {
    .content4 .right .swiper-container .swiper-slide .ctx .text .p1 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 1024px) {
    .content4 .right .swiper-container .swiper-slide .ctx .text .p1 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .content4 .right .swiper-container .swiper-slide .ctx .text .p1 {
        font-size: 24px;
    }
}

.content4 .right .swiper-container .swiper-slide .ctx .text .p2 {
    font-size: 24px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 1440px) {
    .content4 .right .swiper-container .swiper-slide .ctx .text .p2 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .content4 .right .swiper-container .swiper-slide .ctx .text .p2 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    .content4 .right .swiper-container .swiper-slide .ctx .text .p2 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .content4 .right .swiper-container .swiper-slide .ctx .text .p2 {
        font-size: 16px;
    }
}

.content4 .right .swiper-pagination {
    width: 100%;
    right: 0;
    text-align: right;
    bottom: 0;
}

.content {
    overflow: hidden;
}

    .content .innerWrap {
        width: 1280px;
        margin: 0 auto;
    }

@media screen and (max-width: 1440px) {
    .content .innerWrap {
        width: 1110px;
    }

    .banner .swiper-slide .ctx {
        width: 1110px;
    }

    .section4 .swiper-pagination {
        width: 1110px;
        margin-left: -555px;
    }

    .content4 .right .swiper-pagination {
        margin-left: 0;
    }
}

@media screen and (max-width: 1280px) {
    .content .innerWrap {
        width: 90%;
    }

    .banner .swiper-slide .ctx {
        width: 90%;
    }

    .section4 .swiper-pagination {
        width: 90%;
        margin-left: -45%;
    }
}

@media screen and (max-width: 768px) {
    .section4 .swiper-pagination {
        margin-left: 0;
    }
    .syvideo {
        display: block;
    }

    .content4 .innerWrap {
        flex-direction: column;
    }

        .content4 .innerWrap .left {
            width: 100%;
            margin-bottom: 1.5rem;
        }

        .content4 .innerWrap .right {
            width: 80%;
        }

    .content4 .right .swiper-container {
        padding-top: 0;
    }
}
.content4 p {
    font-size:14px;
    color:black;
}
.text .p1, .text .p2 {
    color: white;
}
.text .p1 {
    margin-bottom: 20px;
}