/* BASIC css start */
#hot {}

#hot ul {
    text-align: center;
    margin-top: 40px;
    font-size: 0;
    padding: 0 15px;
}

#hot ul li {
    overflow: hidden;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid var(--black800);
    border-radius: 100px;
    font-size: 16px;
    letter-spacing: -1px
}

#hot ul li a {
    letter-spacing: -0.42px;
    padding: 10px;
    display: inline-block;
    font-size: 14px;
    color: var(--black);
    white-space: nowrap;
    width: auto;
}
/* BASIC css end */

