#backToTop {
    border: none;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 1000;
    margin-bottom: 2.1875rem;
    width: 100%;
    display: flex;
    justify-content: start;
}

#backToTop.show {
    opacity: 1;
    pointer-events: auto;
}

#backToTop img {
    width: 3.125rem;
    height: 3.125rem;
    object-fit: contain;
}

.user-protocol {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}

.user-protocol a {
    font-family: PingFangSC;
    font-size: 0.8rem;
    color: #959595;
    text-decoration: underline;
}
.user-protocol>a {
    display: inline-block;
    padding: 0 0.5rem;
}
.footer .txt__ {
    padding-top: 0.56rem;
}

.main .titleee {
    font-size: 1.125rem;
    font-weight: 600;
    padding-left: 1rem;
}

.main .sub_title a {
    font-size: 0.875rem;
    margin: 0 1rem 0 0;
    font-weight: 600;
}

.main .dataa {
    padding: 0.875rem 1rem 1rem;
}

.main .dataa .label {
    margin: 0 0.5rem 0.5rem 0;
}

.main .dataa .label a {
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0 0.5rem;
    min-width: 2.75rem;
    height: 2.125rem;
    line-height: 2.125rem;
    box-sizing: border-box;
}

.main .hot-search .dataa {
    padding-bottom: 0.4375rem;
}

.main .hot-search .dataa .label {
    margin: 0;
    width: 50%;
    box-sizing: border-box;
}

.main .hot-search .dataa .label a {
    background: transparent;
    font-size: 0.875rem;
    font-weight: normal;
    color: #c9c9c9;
    min-width: initial;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.main .hot-search .dataa .label:nth-child(2n) {
    padding-left: 1rem;
}

.main .hot-search .btn-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 2.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #000;
    border-radius: 0.375rem;
    background-color: #f79004;
    border: none;
    outline: none;
    margin: 0.9375rem auto 0;
}

.result-nodata {
    font-size: 1rem;
    color: #c9c9c9;
    text-align: center;
    margin: 1.625rem 0;
}

.result-nodata img {
    width: 6.875rem;
    margin-bottom: 0.625rem;
}

.result-nodata span {
    color: #ff9000;
}

.main .searchbox {
    position: relative;
    margin: 0.625rem 1rem;
    padding: 0;
}

#history .lists {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0.75rem 1rem 1.25rem;
    padding: 0;
}

#history .lists .list {
    margin-top: 0;
    width: 100%;
}

#history .lists .list:first-child {
    margin-bottom: 0.75rem;
}

#history .lists .list:not(:first-child) {
    position: relative;
    background: #1b1b1b;
    width: initial;
    padding: 0.4375rem 0.5rem;
    border-radius: 0.1875rem;
    margin: 0.5rem 0.5rem 0 0;
}

#history .result {
    width: initial;
}

#history .result a {
    font-size: 0.875rem;
    font-weight: 600;
    color: #f79004;
}

#history .cross {
    position: absolute;
    top: -0.4rem;
    right: -0.3rem;
    z-index: 1;
    width: 1.125rem;
    height: 1.125rem;
    background: #1b1b1b;
    border-radius: 100%;
}

#history .cross img {
    display: block;
    width: 100%;
    height: 100%;
}

.input-wrap {
    position: relative;
}

.nav-search-list {
    position: absolute;
    top: 3.375rem;
    left: 0;
    z-index: 9;
    width: 100%;
}

.container-list-search {
    display: none;
    width: 100%;
    border-radius: 0.35rem;
    background-color: #222;
    padding: 0.8rem 3.4rem 0 0.5rem;
    box-sizing: border-box;
}

.container-list-search.show {
    display: block;
}

.container-list-search .rank-card {
    display: block;
    padding-bottom: 1.25rem;
}

.container-list-search .rank-card-title {
    font-size: 0.875rem;
    color: #c9c9c9;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.container-list-search .rank-card-title .keyword {
    color: #ff9000;
}

/*侧边栏广告*/
.slider-wrapper {
    position: fixed;
    left: 50%;
    transform: translateX(calc(-50% + 330px + 6.875rem));
    bottom: 6rem;
    z-index: 99;
    width: 6.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.slider-banners {
    position: relative;
}

.slider-banners .swiper-slider {
    width: 6.25rem;
    padding-bottom: 0.6rem;
}

.slider-wrapper .slider-banners .swiper-slide img {
    width: 100%;
    max-height: 6.25rem;
}

.slider-wrapper .slider-banners .swiper-pagination-bullet {
    width: 0.39rem !important;
    height: 0.39rem !important;
    padding: 0 !important;
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 1;
}

.slider-wrapper .slider-banners .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff !important;
    border-color: #fff;
}

.slider-wrapper .slider-banners .swiper-horizontal>.swiper-pagination-bullets {
    bottom: 0;
}

.slider-wrapper .slider-banners .slider-close {
    position: absolute;
    top: -1rem;
    right: -1rem;
    z-index: 100;
    width: 1.875rem;
    height: 1.875rem;
}

.slider-wrapper .slider-banners .slider-close img {
    width: 100%;
    height: 100%;
}

.fabu-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 2.1875rem;
    margin-bottom: 1.9rem;
    text-align: center;
}

.fabu-wrap img {
    width: 100%;
    height: 2.1875rem;
    border-radius: 100%;
    margin-bottom: 0.3rem;
}

.fabu-wrap p {
    font-size: 0.75rem;
    color: #fff;
    font-weight: 500;
    width: 100%;
    height: 1.1875rem;
    border-radius: 1.25rem;
    background-color: rgba(0, 0, 0, 0.6);
}

/*h5*/
@media screen and (max-width: 768px) {
    .slider-wrapper {
        right: 1.56rem;
        left: auto;
        transform: none;
    }

    .slider-banners .swiper-slider {
        width: 5rem;
    }

    .slider-wrapper .slider-banners .slider-close {
        top: -0.6rem;
        right: -0.6rem;
        width: 1.25rem;
        height: 1.25rem;
    }

    #backToTop {
        margin-bottom: 1.25rem;
        justify-content: end;
    }

    #backToTop img {
        width: 2.5rem;
        height: 2.5rem;
        object-fit: contain;
    }

}