﻿.discount-category-container {
    background-color: #fff;
    margin-bottom: 0.3rem;
}

    .discount-category-container > a {
        display: inline-block;
        line-height: 40px;
        padding: 0 20px;
        text-decoration: none;
    }

        .discount-category-container > a:hover,
        .discount-category-container a.active {
            background-color: #fbe134;
            color: #000;
        }

.chrome {
    position: relative;
    background-image: -webkit-linear-gradient(#ffa05c 0%,#f56245 46%,#f56245 50%,#f56245 54%,#f56245 58%,#e92f3d 90%,#e92f3d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    font-family: Microsoft YaHei,Arial,sans-serif;
    font-weight: 600;
    margin: 0;
}
