html, body {
    overflow: auto !important;
    height: auto !important;
    position: static !important;
}
.telegrambd{
    text-align: center;padding: 5px;
    color: #fff;
}

.thumb-list-mobile-item--widget,
.block-8ef1d,
.IfY-Tdmnads-by,
.search-tabs,
.item-container,
.bannerMiddle-75794,
.moment-list-wrapper,
.root-7ae27,
.header_icon_button,
.header_menu_button,
.search-tag,
.login-section{
    display: none !important;
}
a[href*="dating"] {
    display: none !important;
}
a[href*="utm_source=xh"] {
    display: none !important;
}
a[href*="awards"] {
    display: none !important;
}
div[class^="block-"]:nth-of-type(5) {
    display: none !important;
}
div[class^="block-"]:nth-of-type(4) {
    display: none !important;
}



.IfY-Tdmnright-rectangle,
.dN-dqZVcplayer,
.premium-d8d08,
.pornstars-live-wrapper,
.DfgSx-nrucbottom-widget-section,
.ZvBO-Tzbanner-bottom-container,
.top-menu__side-group{
    display: none !important;
}
/*.footer-wrapper{*/
/*    display: none !important;*/
/*}*/
/* 隐藏包含 cookie 或 privacy 字样的任何元素 */
div[class*="cookie"], div[id*="cookie"], div[class*="privacy"], div[id*="privacy"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}
.dN-dqZVcsp-b{
    display: none !important;
}
.desktop-universal-widget__header{
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/*.dialog-desktop-container__content, .parental-control-dialog, .age-verification {
    display: none !important;
}*/
#commentBox{
    display: none !important;
}
.dN-dqZVcbottom-widget-section{
    display: none !important;
}
.dN-dqZVcright-rectangle{
    display: none !important;
}
.sidebar-filter-container{
    display: none !important;
}

.root-56cf2{
    display: none !important;
}
.trigger{
    display: none !important;
}
[data-item="flirtify"] {
    display: none !important;
}

div[data-item="premium"] {
    display: none !important;
}
div[data-role="video-controls"] {
    display: none !important;
}

div[data-role*="banner-underplayer"] {
    display: none !important;
}

div[data-role*="banner-bottom-container"] {
    display: none !important;
}
div[data-role*="banner-bottom-container"] {
    display: none !important;
}



div[class*="bottom-widget-section"] {
    display: none !important;
}
div[class*="premium-n-overlay"] {
    display: none !important;
}
aside[class*="premium-n-overlay"] {
    display: none !important;
}
div[class*="banner"] {
    display: none !important;
}
div[class*="buttons-"] {
    display: none !important;
}
div[data-block="moments"]{
    display: none !important;
}
div[data-role="promo-messages-unpin"]{
    display: none !important;
}
div[data-testid="lang-picker-collapsible-panel"]{
    display: none !important;
}
div[data-testid="geo-picker-collapsible-panel"]{
    display: none !important;
}

div[class*="sp-a"] {
    display: none !important;
}
div[class*="footer-wrapper"] {
    display: none !important;
}


div[class*="linkButton"] {
    display: none !important;
}

div[class*="buttons-"] {
    display: none !important;!important;
}

aside[class*="prePopunderLabel"] {
    display: none !important;!important;
}

div[class*="-ts-init"] {
    display: none !important;!important;
}

span:has(svg > use#user-header-usage) {
    display: none !important;
}
div[class*="block-"]:has(a[data-testid="mobile-app-link"]) {
    display: none !important;
}

/*
div[data-nav-item-id="cams"] {
    display: none !important;
}



div[data-nav-item-id="creators"] {
    display: none !important;
}
div[data-nav-item-id="dating"] {
    display: none!important;
}*/

a[data-testid="sidebar-menu-banner"] {
    display: none !important;
}




.footer {
    display: flex; /* 使用 Flexbox 布局 */
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    text-align: center; /* 文本居中对齐 */
    padding: 20px; /* 增加一些内边距 */
    background-color: #f8f9fa; /* 可选：设置背景颜色 */
}

.footer-links {
    max-width: 800px; /* 可选：限制内容宽度 */
    flex-wrap: wrap; /* 如果内容太长，自动换行 */
    display: flex;
    gap: 10px; /* 增加链接之间的间距 */
}

.footer-links a {
    text-decoration: none; /* 去掉下划线 */
    color: #000; /* 链接颜色 */
    font-size: 14px; /* 字体大小 */
}

.footer-links a:hover {
    text-decoration: underline; /* 悬停时显示下划线 */
    color: #0056b3; /* 悬停时链接颜色 */
}


/* 图标广告容器 */
.adhidden {
    display: none !important;
}

.icon-ads,
.remaining-ads {
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
    justify-content: center; /* 水平居中 */
    gap: 10px; /* 子元素之间的间距 */
    padding: 5px;
    max-width: 1320px;
    margin: 0 auto;
}
.icon-ad {
    width: calc(20% - 10px); /* 每行显示 5 个广告 */
    text-align: center;
    display: flex;
    flex-direction: column; /* 子元素纵向排列 */
    align-items: center; /* 子元素水平居中 */
    overflow: visible; /* 确保子元素不会被裁剪 */
}

.icon-image-container {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1; /* 保证正方形比例 */
    overflow: hidden; /* 保持图片裁剪 */
    border-radius: 10px;
    background-color: #000; /* 确保图片容器背景色 */
    flex-shrink: 0; /* 确保图片容器不会被压缩 */
}


.icon-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* 图片按比例裁剪填充 */
}

.icon-title {
    font-size: 14px; /* 字体大小 */
    line-height: 1; /* 设置行高 */
    margin-top: 8px; /* 图片与标题之间的间距 */
    max-width: calc(5em); /* 1 个字宽度约等于 1em */
    overflow: hidden; /* 超出部分隐藏 */
    /*text-overflow: ellipsis; !* 显示省略号 *!*/
    white-space: nowrap; /* 禁止换行 */
    text-align: center; /* 标题居中 */
    color: #000; /* 设置文字颜色 */
}


/* 按钮容器样式，用于居中整个页面 */
.toggle-button-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    max-width: 1200px;
    margin: 0 auto;
}

.toggle-button {
    flex: 0 0 calc(100%);
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

.toggle-button:hover {
    background-color: #0056b3;
}

/* PC端调整按钮宽度 */
@media (min-width: 1024px) {
    .toggle-button {
        flex: 0 0 calc(25% - 10px);
    }
    .icon-ad {
        width: calc(10% - 10px); /* 在PC端时一行10个图标 */
        height: 60px;
    }
}

/* 默认隐藏广告 */
.mobile-only {
    display: none;
}

/* 移动设备显示广告 */
@media (max-width: 768px) {
    .mobile-only {
        display: block;
    }
}

.root-same {
    background: var(--background-header-nav,#303030);
    display: block;
    height: 35px;
    overflow: hidden;
    width: 100%;
    z-index: var(--z-index-level3)
}

.flirtifyImg-same {
    margin-top: calc(var(--xh-spacers-xs)*-1)
}

.fapHighlight-same {
    color: #ffc582
}

.list-same {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    height: 35px;
    overflow: scroll hidden;
    scrollbar-width: none;
    white-space: nowrap;
    width: 100%
}

.list-same::-webkit-scrollbar {
    display: none
}

.root-same {
    background: var(--background-header-nav,#303030);
    display: block;
    height: 35px;
    overflow: hidden;
    width: 100%;
    z-index: var(--z-index-level3)
}

.listItem-same {
    display: inline-block;
    vertical-align: top
}

.listItem-same .link-same {
    border-bottom: 3px solid transparent;
    border-top: 3px solid transparent;
    color: var(--color-white-origin);
    display: block;
    font-size: var(--xh-body-font-size);
    line-height: 29px;
    padding: 0 var(--xh-spacers-s);
    text-transform: capitalize
}

.listItem-same .link-same img {
    vertical-align: middle
}

.listItem-same .link-same.active-same {
    border-bottom: 3px var(--color-accent-red) solid
}

@media screen and (max-width: 359px) {
    .listItem-same .link-same {
        font-size:var(--xh-caption-bold-font-size)
    }
}

.listItem-same:first-of-type .link-same {
    margin-left: var(--xh-spacers-s)
}

.listItem-same:last-child .link-same {
    margin-right: 0
}

.listItem-same:hover,.listItem-same:hover span.fapHighlight {
    color: var(--color-gray-dark)
}
.googlelink{
    position: absolute;
    opacity: 0;
}
#banner_foot{
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
    justify-content: center; /* 水平居中 */
    gap: 10px; /* 子元素之间的间距 */
    padding: 5px;
    max-width: 1320px;
    margin: 0 auto;
}