<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.block2 {
    display: inline-block;
    width: 49%;
    box-sizing: border-box;
    vertical-align: top;
    margin: 0;
}

.block3 {
    display: inline-block;
    width: 30%;
    box-sizing: border-box;
    vertical-align: top;
    margin: 0 auto;
    margin-bottom: 1em;
}

.block3 &gt; header {
    font-size: 20px;
    margin-top: 1em;
}

.block3 p {
    padding: 0px 0px 0px 20px;
    position:absolute;
    width:100%;
    text-align:center;
    font-size: 16px;
    color: white;
    top: calc(28.875vw - 180px); 
}

.block3 div {
    width:100%;
    background-position: top;
    height:360px;
    margin:0 auto;
    max-width:100%;
    position:relative;
    background-repeat:no-repeat;
    background-size: contain;
}

.index_p {
    font-size: 12px;
}

.index_p strong {
    font-size: 18px;
}

.header_bar {
    background-repeat: no-repeat;
    background-size: contain;
}

.product_ul {
    list-style: none;
    text-align: left;
    position: relative;
    top:-80px;
    margin-left: 20px;
}

.product_ul li {
    margin-bottom: 20px;
}
.block3 .water{
    /* background-image:url(/static/images/index_product_1.png); */
    background-image:url(/static/images/WechatIMG264.jpeg);
}

.block3 .floor{

    /* background-image:url(/static/images/index_product_2.png); */
    background-image:url(/static/images/WechatIMG263.jpeg);
}

.block3 .pvc{
    /* background-image:url(/static/images/index_product_3.png); */
    background-image:url(/static/images/WechatIMG265.jpeg);
}

.a_clearfix {
    margin-top: 30px;
}

.card-image {
    margin-bottom: 20px;
}


h5::after{
    margin-top: 20px;
    content: "";
    display: block;
    height: 2px;
    width: 30px;
    background-color: #e4001c;
}

.ldys::after{
    margin-top: 20px;
    content: "";
    display: block;
    height: 2px;
    background-color: #e4001c;
}


.table2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    position: relative;
}

    .table2 .cell2 {
        text-align: left;
    }

    .table2.right {
        flex-direction: row-reverse;
    }

        .table2.right .cell2 {
            text-align: right;
        }

.cell2 {
    width: 50%;
    box-sizing: border-box;
    padding: 1em 3em;
}

    .cell2 header {
        padding: 0.5em 0;
        font-size: 22px;
        line-height: 30px;
    }

    .cell2 img {
        margin: 0 auto;
    }


.subHeader{
    font-size:0.8em;
    font-weight:normal;
    margin:15px 0 0 0;
}



#ljzx {
    padding: 0.5em 1.8em;
    margin-top: 0.7em;
    margin-right: 0.7em;
    cursor: pointer;
    display: inline-block;
    color: #C4261D;
    background: #fff;
    width: 110px;
}

    #ljzx:hover {
        background: #a92019;
        color: #fff;
    }

#Worth .cell2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    #Worth .cell2 img {
        max-width: 100%;
    }

#Trait .cell2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    #Trait .cell2 ul {
        font-size: 16px;
    }

    #Trait .cell2 img {
        max-width: 100%;
    }

#Banner .WarpBox.WarpBox2 {
    justify-content: center;
}

#BannerLeft {
    width: 32%;
    text-align: left;
}

#BannerRight {
    width: 60%;
    float: right;
}

#BannerLeft header {
    font-size: 28px;
    text-align: left;
    line-height: 1.5em;
    padding: 1em 0;
    margin-top: 2em;
}

#Case img {
    width: 150px;
    max-width: 50%;
    height: 85px;
}



#MESBannerText1 {
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
}

#MESBannerText2 {
    font-size: 31px;
    line-height: 31px;
    margin: 20px 0;
}

#MESBannerText3 {
    width: 400px;
}

#Banner {
    background: url(/Images/MESBanner.png) no-repeat center;
    height: auto;
    position: relative;
}

#BannerImg {
    display: block;
    width: 100%;
}

    .pc {
    display:block
    }
    .mobile {
    display:none
    }



#Choose .block2 {
    text-align: left;
    margin: 1em 1%;
    box-sizing: border-box;
    width: 47%;
}

    #Choose .block2 img {
        margin-right: 12px;
        float: left;
        width: 100px;
    }

    #Choose .block2 header {
        font-size: 22px;
        margin: 0.2em 0;
    }








@media(max-width:900px) {
    .WarpBox.WarpBox2 {
        margin: 0 100px;
    }

    #Banner .WarpBox.WarpBox2 {
        flex-direction: column-reverse;
    }

    #BannerLeft {
        width: 100%;
    }

    #BannerRight {
        width: 100%;
        float: none;
    }

    #BannerLeft header {
        margin-top: 0;
    }

    #MESBannerText3 {
        display: none;
    }


    #Info .block3 {
        width: 49%;
    }


    #Choose .block2 img {
        width: 80px;
    }

    #Choose .block2 header {
        padding: 30px 0;
        margin: 0;
    }

}

@media(max-width:800px) {
    #Worth .cell2 {
        padding: 1em 0.5em;
    }

    #Trait .cell2 {
        padding: 1em 0.5em;
    }

    #MESBannerText2 {
        display: none;
    }
}

@media(max-width:700px) {

    #Info .block3 {
        width: 100%;
        margin-top: 20px;
    }

    #Banner {
        height: 200px;
        background-position: center;
        background-size: cover;
    }

    #BannerImg {
        display: none;
    }


    #Choose .block2 {
        text-align: center;
    }

        #Choose .block2 img {
            float: none;
        }

        #Choose .block2 header {
            padding: 0;
            margin-top: 1em;
        }

        #Choose .block2 p {
            text-align: left;
        }
}

@media(max-width:600px) {
    .WarpBox.WarpBox2 {
        margin: 0 30px;
    }

    #Worth .table2, #Worth .table2.right {
        flex-direction: column;
    }

        #Worth .table2 .cell2 {
            width: 98%;
            text-align: left;
        }

            #Worth .table2 .cell2 header {
                text-align: center;
            }

    #Trait .table2, #Trait .table2.right {
        flex-direction: column;
    }

        #Trait .table2 .cell2 {
            width: 98%;
            text-align: left;
        }

            #Trait .table2 .cell2 header {
                text-align: center;
            }
    .pc {
    display:none
    }
    .mobile {
    display:block
    }

    #Choose .block2 {
        width: 100%;
    }
        #Choose .block2 header {
            font-size: 1.2rem;
            margin: 0.2em 0;
        }

}


/* .advan-title{text-align: center;} */

/* .advan-title h3{display: inline-block; padding: 30px 0; margin-bottom: -2px; font-size: 36px; color: #686767; border-bottom:3px solid #d9232e; font-family: "NotoSansHans-Regular";} */

.h3_bottom_line{
    display: inline-block; padding: 3px 0; margin-bottom: 20px; width: 200px; color: #686767; border-bottom:3px solid #d9232e;   
}
</pre></body></html>