<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product-center-main {
    height: 100%;
    overflow: auto;
    position: relative;

}

/**浜у搧鍒楄〃**/
.products {
    margin-bottom: 45px;
}
.products .products-main ul{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 40px;
}

.products .products-main ul li:last-child {
    margin-left: 16px;
}

.products .products-main ul li .product-img {
    position: relative;
    font-size: 0px;
}

.products .products-main ul li .product-img &gt; img {
    width: 100%;
}

.products .products-main ul li .product-img p {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    /*background:rgba(233,0,29,0.65);*/
    font-size: 17px;
    color: #ffffff;
    text-align: center;
    padding: 8px 0px;
    background: rgb(195, 19, 40);
}

.products .products-main ul li .product-img p span {
    margin-right: -25px;
}

.products .products-main ul li .product-img p img {
    width: 10px;
    float: right;
    margin-top: 7px;
    margin-right: 25px;
}


.products .products-main ul li .content {
    background-color: #ffffff;
    padding: 26px 26px 40px 26px;
}

.products .products-main ul li .content p {
    color: #333333;
}

.products .products-main ul li .content p.name {
    font-weight: 500;
    margin-bottom: 8px;
}

.products .products-main ul li .content p.desc {
    font-size: 13px;
}
/**浜у搧鍒楄〃 END**/</pre></body></html>