<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.customized-conter {
    margin-top: 140px;
}

.customized-classify {
    padding-top: 36px;
    margin: 36px 0;
    display: flex;
    flex-wrap: wrap;
}

.customized-classify .classify-button {
    width: calc((100% - 88px) / 5);
    margin-right: 22px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    border-bottom: 4px solid #CCCCCC;
    cursor: pointer;
    box-sizing: content-box;
}

.customized-classify .classify-button a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.customized-classify .classify-button:nth-child(5n) {
    margin-right: 0;
}

.customized-classify .classify-button:nth-child(-n + 5) {
    margin-bottom: 10px;
}

.button-active {
    background-color: #004F99;
    color: #fff;
    border: none !important;
}

.button-active a {
    color: #fff;
}

.product-customized {
    padding-bottom: 40px;
    /*padding: 100px 0 140px 0;*/
    border-bottom: 2px dotted #ccc;
}

.product-customized .product-info {
    /* line-height: 300px; */
}

.product-customized .product-info {
    padding: 40px 0;
}

.view-button {
    width: 127px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #f75835;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 36px;
}

.view-button:hover {
    background: #fe6c4b;
}

.product-link {
    display: flex;
    flex-wrap: wrap;
    color: #004F99;
    padding-top: 10px;
}

.product-link span {
    cursor: pointer;
    margin-right: 20px;
    border-bottom: 1px solid transparent;
}

.product-link span:hover {
    border-color: #004F99;
}

.navigation {
    display: flex;
}

.navigation-item {
    text-align: center;
    width: 20%;
}

.navigation-item &gt; a &gt; img {
    width: 22%;
}
</pre></body></html>