.right-suspension {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    z-index: 9999;
}

.right-suspension-content {
    width: 100px;
    height: 290px;
    background: #FFFFFF;
    box-shadow: 0 4px 24px 0 #e0e0e080;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 4px 0;
    padding: 12px 0;
    box-sizing: border-box;
}

.right-suspension-content .title {
    font-weight: 700;
    font-size: 12px;
    color: #4974F5;
    margin-bottom: 8px;
}

.right-suspension-content h3 {
    width: 76px;
    height: 28px;
    background: #EFF1F8;
    border-radius: 4px;
    font-size: 12px;
    color: #222222;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    cursor: pointer;
}

.right-suspension-content h3:hover {
    background-image: linear-gradient(270deg, #72A5FF 0%, #3C6DFF 100%);
}

.right-suspension-content h3:hover a{
    color: #FFFFFF;

}
.right-suspension-content .time {
    font-size: 12px;
    color: #4974F5;
    margin-bottom: 4px;
}

.right-suspension-content p {
    font-weight: 700;
    font-size: 13px;
    color: #4974F5;
}

.back-tops {
    width: 100px;
    height: 32px;
    background: #FFFFFF;
    box-shadow: 0 4px 24px 0 #e0e0e080;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
a {
    text-decoration: none;
    color: #333;
}
body {
    background: #fafbfc;
}
.info-bar {
    background: #f6f6f6;
    font-size: 12px;
    color: #888;
    border-bottom: 1px solid #e2e2e2;
}
.navbar-main {
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
}
.search-tabs {
    font-size: 14px;
    margin-top: 0.25rem;
    color: #5391ff;
}
.search-tabs span.active {
    color: #3166d9;
    cursor: pointer;
}
.search-tabs span {
    margin-right: 1rem;
    font-size: 12px;
    color: #979c9b;
    cursor: pointer;
}
.hot-badge {
    color: #e94343;
    font-size: 12px;
    margin-left: 2px;
}
.search-box {
    max-width: 540px;
}
.nav-link {
    color: #292e2e!important;
    font-size: 16px;
}
.nav-link.hot-link {
    position: relative;
}
.nav-link.hot-link .hot-badge {
    position: absolute;
    top: 0;
    right: -1.5em;
    font-size: 11px;
}
@media (max-width: 991.98px) {
    .navbar-main .container {
        flex-direction: column !important;
        align-items: stretch !important;
    }
    .navbar-main form {
        padding: 0 !important;
    }
    .navbar-main .search-box {
        max-width: 100%;
    }
    .navbar-main .d-flex.align-items-center[style*="min-width:170px"] {
        justify-content: flex-start !important;
    }
    .navbar-main > .container > a {
        margin-bottom: 0.5rem !important;
        display: flex;
        justify-content: center;
    }
    .info-bar > .container {
        flex-direction: column !important;
        font-size: 13px;
    }
    .info-bar > .container > div {
        margin-bottom: 2px;
    }
}
@media (max-width: 575.98px) {
    .navbar-main .container {
        padding: 0 4px;
    }
    .navbar-main .d-flex.align-items-center[style*="min-width:170px"] {
        flex-direction: row !important;
        align-items: center !important;
    }
    .navbar-main > .container > a {
        justify-content: center;
    }
    .search-tabs {
        font-size: 13px;
    }
    .nav-link.hot-link .hot-badge {
        font-size: 10px;
        right: -1.1em;
    }
    .navbar-nav.flex-row {
        gap: 1rem !important;
    }
}
.swiper-slid img {
    width: 100%;
}
ul, li {
    list-style: none;
}
