.right-menu-hot-tag {
    width: 1.5em;
    height: 1.13rem;
    padding: 0;
    margin: auto;
    margin-left: 0.23rem;
    background: #FFC16E;
    border-radius: 0.13rem;
    justify-content: center;
    align-items: center;
    font-size: 0.75rem;
    color: white;
}

.right-menu-new-tag {
    width: 1.5em;
    height: 1.13rem;
    padding: 0;
    margin: auto;
    margin-left: 0.23rem;
    background: #FF6661;
    border-radius: 0.13rem;
    justify-content: center;
    align-items: center;
    font-size: 0.75rem;
    color: white;
}

.index-number-child-1 {
    color: #AF1EE4 !important;
}

.index-number-child-2 {
    color: #4B1EE4 !important;
}

.index-number-child-3 {
    color: #1E64E4 !important;
}

.index-number {
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    width: 1rem;
    margin-right: 0.55rem;
    font-size: 1rem;
    color: #70A3FF;
    text-align: center;
}

.index-dot {
    width: 0.23rem;
    height: 0.23rem;
    border-radius: 50%;
    margin-right: 1rem;
    background: #1E64E4;
}
