200 durum kodu, standart bir başarılı HTTP sunucu yanıtıdır. Bu, istemcinin isteğinin (örneğin, bir tarayıcıdan) başarıyla işlendiği ve sunucunun istenen verileri ilettiği anlamına gelir.
Kullanıcı içeriği hatasız alır ve sayfa veya uygulama düzgün çalışır. Kod 200'e veri eşlik ediyorsa, tarayıcı veya program bunu işler ve kullanıcıya görüntüler.
GET / HTTP/1.1 Host: bjf07.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<html lang="zh-Hans"><head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <title>小妇人电影免费观看正版,精品国产鲁一鲁一区二区,黄色视频在线免费观看,欧美av小荡货奶真大水多好紧视频</title> <meta name="keywords" content="小妇人电影免费观看正版,精品国产鲁一鲁一区二区,黄色视频在线免费观看,欧美av小荡货奶真大水多好紧视频" /> <meta name="description" content="小妇人电影免费观看正版,精品国产鲁一鲁一区二区,黄色视频在线免费观看,欧美av小荡货奶真大水多好紧视频" /> <meta name="author" content=""> <style>[x-cloak] { display: none !important; }</style> <link rel="stylesheet" href="/template/m1938pc/static/css/app.css"> <script type="text/javascript" async="" src="/template/m1938pc/static/js/atrk.js"></script> <script type="text/javascript" async="" src="/template/m1938pc/static/js/analytics.js"></script> <script async="" src="/template/m1938pc/static/js/gtm.js"></script> <script async="" src="/template/m1938pc/static/js/invisible.js"></script> <script src="/template/m1938pc/static/js/brt.js"></script> <script src="/template/m1938pc/static/js/sfp.js"></script> </head> <body class="relative"> <div x-data="{ showDropdown: null, showCollapse: null, showLocaleSwitcher: false, showSearch: window.location.pathname.startsWith('/search/'), searchHistory: [], showPreview: null, holdPreviews: [], showModal: { login: false, }, currentPage: 'login', locale: 'cn', isMain: true, isChinese: true, isEnglish: false, fallbackLocale: 'zh', user: null, loadedRecaptcha: false, loginCallback: null, blockedKeywords: {"abuse":"play","asphyxia":"play","behead":"play","bleed":"play","blood":"play","child":"play","choke":"play","choking":"play","decapitation":"play","drugged":"played","forced":"played","kid":"play","kill":"play","loli":"play","murder":"play","rape":"play","raped":"played","raping":"playing","shota":"play","snuff":"play","strangle":"play","torture":"play","abduct":"play","incest":"play","underaged":"play"}, dmcaDummy: 'dm15', currentSearchPlaceholderIndex: 0, searchPlaceholderTexts: [ '例子: 金发巨乳女学生', '使用 + 号来结合多个关键字', ], currentSearchPlaceholderText() { return this.searchPlaceholderTexts[this.currentSearchPlaceholderIndex] }, slot() { return parseInt(window.localStorage.getItem('slot')) }, isDesktop() { return document.documentElement.clientWidth >= 1024 }, isThreeColumns() { return document.documentElement.clientWidth >= 768 && document.documentElement.clientWidth < 1280 }, cdnUrl(path) { return `https://fourhoi.com${path}` }, itemUrl(item) { let dmPrefix = item.dm ? `/dm${item.dm}` : ''; let url = this.locale === 'zh' ? `${dmPrefix}/${item.dvd_id}` : `${dmPrefix}/${this.locale}/${item.dvd_id}` if (item.recommend_id) { url += `#${item.recommend_id}` if (item.scenario) { url += `_${item.scenario}` } } else if (this.isMain && item.scenario) { url += `#${item.scenario}` } return url }, generateFullItemTitle(item) { const titleField = this.translatedField('title', this.locale) item['full_title'] = item['dvd_id'] ? `${item['dvd_id'].toUpperCase().replace('-UNCENSORED-LEAK', '').replace('-CHINESE-SUBTITLE', '').replace('-ENGLISH-SUBTITLE', '')} ${item[titleField]}` : ' ' return item }, translatedField(field, locale) { return locale === 'ja' ? field : `${field}_${locale}` }, translatedValue(object, field, locale) { return this.purify(object[this.translatedField(field, locale)]) }, toggleSearch() { let type this.showSearch = ! this.showSearch if (this.showSearch) { this.showDropdown = null this.$nextTick(() => { this.$refs.search.select() }) } }, search(keyword) { keyword = keyword.trim() if (! keyword) { return } keyword = encodeURIComponent(keyword.replace('\\', '')) if (window.location.href.includes('/legacy')) { window.location.href = this.locale === this.fallbackLocale ? `/legacy?keyword=${keyword}` : `/${this.locale}/legacy?keyword=${keyword}` return } let searchHistory = this.getSearchHistory() if (searchHistory.includes(keyword)) { searchHistory.splice(searchHistory.indexOf(keyword), 1) } searchHistory.unshift(keyword); window.Cookies.set('search_history', JSON.stringify(searchHistory), { expires: 365 }) window.location.href = this.locale === this.fallbackLocale ? `/search/${keyword}` : `/${this.locale}/search/${keyword}` }, getSearchHistory() { const searchHistoryText = window.Cookies.get('search_history') if (! searchHistoryText) { return [] } return JSON.parse(searchHistoryText).slice(0, 5) }, clearSearchHistory() { window.Cookies.remove('search_history') this.searchHistory = [] }, localizedUrl(locale) { let path = window.location.pathname if (! path.endsWith('/')) { path = `${path}/` } path = path + window.location.search if (locale === this.fallbackLocale) { return this.removeTrailingSlash(path .replace('/cn/', '/').replace('/en/', '/').replace('/ja/', '/').replace('/ko/', '/').replace('/ms/', '/').replace('/th/', '/').replace('/de/', '/').replace('/fr/', '/').replace('/vi/', '/').replace('/id/', '/').replace('/fil/', '/').replace('/pt/', '/') ) } if (path.includes('/cn/') || path.includes('/en/') || path.includes('/ja/') || path.includes('/ko/') || path.includes('/ms/') || path.includes('/th/') || path.includes('/de/') || path.includes('/fr/') || path.includes('/vi/') || path.includes('/id/') || path.includes('/fil/') || path.includes('/pt/')) { return this.removeTrailingSlash(path .replace('/cn/', `/${locale}/`).replace('/en/', `/${locale}/`).replace('/ja/', `/${locale}/`).replace('/ko/', `/${locale}/`).replace('/ms/', `/${locale}/`).replace('/th/', `/${locale}/`).replace('/de/', `/${locale}/`).replace('/fr/', `/${locale}/`).replace('/vi/', `/${locale}/`).replace('/id/', `/${locale}/`).replace('/fil/', `/${locale}/`).replace('/pt/', `/${locale}/`) ) } return this.removeTrailingSlash( this.dmcaDummy ? path.replace(this.dmcaDummy, `${this.dmcaDummy}/${locale}`) : `/${locale}${path}` ) }, removeTrailingSlash(url) { if (url.substr(url.length - 1) === '/') { return url.slice(0, -1) } return url.replace('/?', '?') }, redirectToBaseLocalizedUrl() { window.Cookies.set('localized', 1, { expires: 30 }) setTimeout(() => { window.location.href = '/?localized=1' }, 100) }, loadRecaptcha() { if (! this.loadedRecaptcha) { this.loadedRecaptcha = true let script = document.createElement('script') script.type = 'text/javascript'; script.src = 'https://www.google.com/recaptcha/api.js?render=6Leez8oZAAAAABJqF0uuw35s7N50I1pZkIJBO1QT' document.getElementsByTagName('head')[0].appendChild(script) } }, requireRecaptcha(callback) { grecaptcha.ready(() => { grecaptcha.execute('6Leez8oZAAAAABJqF0uuw35s7N50I1pZkIJBO1QT', { action: 'submit' }).then(recaptchaToken => { callback(recaptchaToken) }) }) }, showLoginModal(page) { this.loadRecaptcha() this.showModal.login = true if (page) { this.currentPage = page } }, requireLogin(callback) { if (! this.user) { this.loginCallback = callback this.showLoginModal() return } callback() }, handleErrorResponse(page, error) { this.errors[page] = error.response.data.errors }, setPreview(id) { if (window.innerWidth < 1024) { return } if (this.showPreview) { const previousPreview = document.getElementById(`preview-${this.showPreview}`) if (previousPreview) { previousPreview.pause() } } if (! id) { this.showPreview = id return } this.playPreview(id) }, clickPreview(id) { if (this.isDesktop()) { return } if (! this.holdPreviews.includes(id)) { event.preventDefault() this.holdPreviews.push(id) this.playPreview(id) } }, playPreview(id) { const preview = document.getElementById(`preview-${id}`) if (! preview.getAttribute('src')) { preview.addEventListener('loadedmetadata', event => { event.target.play() this.showPreview = id }) preview.setAttribute('src', preview.getAttribute('data-src')) } else { preview.play() this.showPreview = id } }, initLozad() { window.lozad('.lozad', { loaded: function(element) { element.classList.remove('lozad') }, }).observe() }, purify(text) { for (key in this.blockedKeywords) { text = text.replaceAll(new RegExp(key, 'gi'), this.blockedKeywords[key]) } return text }, }" x-init="$nextTick(() => { for (element of document.getElementsByClassName('font-serif')) { element.style.visibility = 'visible' } searchHistory = getSearchHistory() window.user_uuid = Cookies.get('user_uuid') if (! window.user_uuid) { if (window.crypto && window.crypto.randomUUID) { window.user_uuid = window.crypto.randomUUID() } else { const generateUUID = () => { let d = new Date().getTime() let d2 = ((typeof performance !== 'undefined') && performance.now && (performance.now()*1000)) || 0 return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, c => { let r = Math.random() * 16 if (d > 0) { r = (d + r) % 16 | 0 d = Math.floor(d / 16) } else { r = (d2 + r) % 16 | 0 d2 = Math.floor(d2 / 16) } return (c === 'x' ? r : (r & 0x3 | 0x8)).toString(16) }); } window.user_uuid = generateUUID() } Cookies.set('user_uuid', window.user_uuid, { expires: 365 }) } if (! window.localStorage.getItem('slot')) { window.localStorage.setItem('slot', Math.floor(Math.random() * 12) + 1); } const iframes = document.querySelectorAll('iframe[data-src]') let iframe for (iframe of iframes) { iframe.setAttribute('src', iframe.getAttribute('data-src')) } setInterval(() => { currentSearchPlaceholderIndex = currentSearchPlaceholderIndex + 1 < searchPlaceholderTexts.length ? currentSearchPlaceholderIndex + 1 : 0 }, 3000) })"> <div class="relative"> <div class="fixed z-max w-full bg-gradient-to-b from-darkest"> <div class="container flex justify-between items-center mx-auto px-4"> <div class="lg:w-0 lg:flex-1"> <a class="text-4xl leading-normal" href="/"> <span style="visibility: visible;" class="font-serif"><span class="text-zinc-50"> 小妇人电影免费观看正版,精品国产鲁一鲁一区二区,黄色视频在线免费观看,欧美av小荡货奶真大水多好紧视频</span><span class="text-primary">AV</span></span> </a> </div> <div class="relative xl:hidden flex items-center space-x-4"> <a @click.prevent="toggleSearch" href="#" class="rounded-md text-nord6 hover:text-nord8 focus:outline-none"> <span class="sr-only">搜寻</span> <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" viewBox="0 0 20 20" fill="currentColor"> <path fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8zM2 8a6 6 0 1110.89 3.476l4.817 4.817a1 1 0 01-1.414 1.414l-4.816-4.816A6 6 0 012 8z" clip-rule="evenodd"></path> </svg> </a> <div class="relative ml-4"> <a @click.prevent="showDropdown = showDropdown === 'mobile' ? null : 'mobile'" href="#" class="rounded-md text-nord6 hover:text-nord8 focus:outline-none"> <span class="sr-only">选单</span> <svg class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"></path> </svg> </a> <div x-show="showDropdown === 'mobile'" @click.outside="showDropdown = null" class="z-max origin-top-right absolute right-0 mt-2 w-56 rounded-md shadow-lg" style="display: none;"> <div class="rounded-md text-nord0 bg-nord5 shadow-xs"> <div class="py-1"> <a href="/vodtype/1.html" class="flex items-center justify-between px-4 py-2 text-sm leading-5 text-nord0 hover:bg-nord4"> <span>国产</span> <svg x-show="showCollapse !== 'jav_1'" class="ml-2 h-5 w-5 text-nord0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"> <path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path> </svg> <svg x-show="showCollapse === 'jav_1'" class="ml-2 h-5 w-5 text-nord0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" style="display: none;"> <path fill-rule="evenodd" d="M14.707 12.707a1 1 0 01-1.414 0L10 9.414l-3.293 3.293a1 1 0 01-1.414-1.414l4-4a1 1 0 011.414 0l4 4a1 1 0 010 1.414z" clip-rule="evenodd"></path> </svg> </a> <a href="/vodtype/2.html" class="flex items-center justify-between px-4 py-2 text-sm leading-5 text-nord0 hover:bg-nord4"> <span>网曝黑料</span> <svg x-show="showCollapse !== 'jav_2'" class="ml-2 h-5 w-5 text-nord0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"> <path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path> </svg> <svg x-show="showCollapse === 'jav_2'" class="ml-2 h-5 w-5 text-nord0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" style="display: none;"> <path fill-rule="evenodd" d="M14.707 12.707a1 1 0 01-1.414 0L10 9.414l-3.293 3.293a1 1 0 01-1.414-1.414l4-4a1 1 0 011.414 0l4 4a1 1 0 010 1.414z" clip-rule="evenodd"></path> </svg> </a> <a href="/vodtype/3.html" class="flex items-center justify-between px-4 py-2 text-sm leading-5 text-nord0 hover:bg-nord4"> <span>偷拍自拍</span> <svg x-show="showCollapse !== 'jav_3'" class="ml-2 h-5 w-5 text-nord0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"> <path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path> </svg> <svg x-show="showCollapse === 'jav_3'" class="ml-2 h-5 w-5 text-nord0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" style="display: none;"> <path fill-rule="evenodd" d="M14.707 12.707a1 1 0 01-1.414 0L10 9.414l-3.293 3.293a1 1 0 01-1.414-1.414l4-4a1 1 0 011.414 0l4 4a1 1 0 010 1.414z" clip-rule="evenodd"></path> </svg> </a> <a href="/vodtype/4.html" class="flex items-center justify-between px-4 py-2 text-sm leading-5 text-nord0 hover:bg-nord4"> <span>欧美日韩</span> <svg x-show="showCollapse !== 'jav_4'" class="ml-2 h-5 w-5 text-nord0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"> <path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path> </svg> <svg x-show="showCollapse === 'jav_4'" class="ml-2 h-5 w-5 text-nord0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" style="display: none;"> <path fill-rule="evenodd" d="M14.707 12.707a1 1 0 01-1.414 0L10 9.414l-3.293 3.293a1 1 0 01-1.414-1.414l4-4a1 1 0 011.414 0l4 4a1 1 0 010 1.414z" clip-rule="evenodd"></path> </svg> </a> <a href="/vodtype/5.html" class="flex items-center justify-between px-4 py-2 text-sm leading-5 text-nord0 hover:bg-nord4"> <span>网红明星</span> <svg x-show="showCollapse !== 'jav_5'" class="ml-2 h-5 w-5 text-nord0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"> <path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path> </svg> <svg x-show="showCollapse === 'jav_5'" class="ml-2 h-5 w-5 text-nord0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" style="display: none;"> <path fill-rule="evenodd" d="M14.707 12.707a1 1 0 01-1.414 0L10 9.414l-3.293 3.293a1 1 0 01-1.414-1.414l4-4a1 1 0 011.414 0l4 4a1 1 0 010 1.414z" clip-rule="evenodd"></path> </svg> </a> <a href="/vodtype/20.html" class="flex items-center justify-between px-4 py-2 text-sm leading-5 text-nord0 hover:bg-nord4"> <span>动漫</span> <svg x-show="showCollapse !== 'jav_20'" class="ml-2 h-5 w-5 text-nord0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"> <path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path> </svg> <svg x-show="showCollapse === 'jav_20'" class="ml-2 h-5 w-5 text-nord0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" style="display: none;"> <path fill-rule="evenodd" d="M14.707 12.707a1 1 0 01-1.414 0L10 9.414l-3.293 3.293a1 1 0 01-1.414-1.414l4-4a1 1 0 011.414 0l4 4a1 1 0 010 1.414z" clip-rule="evenodd"></path> </svg> </a> </div> </div> </div> </div> </div> <nav class="hidden xl:flex space-x-4 items-center"> <div class="relative inline-block text-left"> <!-- 判断是否有子分类 --> <a href="/vodtype/1.html" class="text-nord6 group inline-flex items-center text-base leading-6 font-medium hover:text-primary focus:outline-none"> 国产 <svg x-show="showDropdown !== 'jav_1'" class="ml-1 h-5 w-5 text-nord6 group-hover:text-primary" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path> </svg> <svg x-show="showDropdown === 'jav_1'" class="ml-1 h-5 w-5 text-nord6 group-hover:text-primary" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true" style="display: none;"> <path fill-rule="evenodd" d="M14.707 12.707a1 1 0 01-1.414 0L10 9.414l-3.293 3.293a1 1 0 01-1.414-1.414l4-4a1 1 0 011.414 0l4 4a1 1 0 010 1.414z" clip-rule="evenodd"></path> </svg> </a> </div> <div class="relative inline-block text-left"> <!-- 判断是否有子分类 --> <a href="/vodtype/2.html" class="text-nord6 group inline-flex items-center text-base leading-6 font-medium hover:text-primary focus:outline-none"> 网曝黑料 <svg x-show="showDropdown !== 'jav_2'" class="ml-1 h-5 w-5 text-nord6 group-hover:text-primary" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path> </svg> <svg x-show="showDropdown === 'jav_2'" class="ml-1 h-5 w-5 text-nord6 group-hover:text-primary" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true" style="display: none;"> <path fill-rule="evenodd" d="M14.707 12.707a1 1 0 01-1.414 0L10 9.414l-3.293 3.293a1 1 0 01-1.414-1.414l4-4a1 1 0 011.414 0l4 4a1 1 0 010 1.414z" clip-rule="evenodd"></path> </svg> </a> </div> <div class="relative inline-block text-left"> <!-- 判断是否有子分类 --> <a href="/vodtype/3.html" class="text-nord6 group inline-flex items-center text-base leading-6 font-medium hover:text-primary focus:outline-none"> 偷拍自拍 <svg x-show="showDropdown !== 'jav_3'" class="ml-1 h-5 w-5 text-nord6 group-hover:text-primary" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path> </svg> <svg x-show="showDropdown === 'jav_3'" class="ml-1 h-5 w-5 text-nord6 group-hover:text-primary" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true" style="display: none;"> <path fill-rule="evenodd" d="M14.707 12.707a1 1 0 01-1.414 0L10 9.414l-3.293 3.293a1 1 0 01-1.414-1.414l4-4a1 1 0 011.414 0l4 4a1 1 0 010 1.414z" clip-rule="evenodd"></path> </svg> </a> </div> <div class="relative inline-block text-left"> <!-- 判断是否有子分类 --> <a href="/vodtype/4.html" class="text-nord6 group inline-flex items-center text-base leading-6 font-medium hover:text-primary focus:outline-none"> 欧美日韩 <svg x-show="showDropdown !== 'jav_4'" class="ml-1 h-5 w-5 text-nord6 group-hover:text-primary" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path> </svg> <svg x-show="showDropdown === 'jav_4'" class="ml-1 h-5 w-5 text-nord6 group-hover:text-primary" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true" style="display: none;"> <path fill-rule="evenodd" d="M14.707 12.707a1 1 0 01-1.414 0L10 9.414l-3.293 3.293a1 1 0 01-1.414-1.414l4-4a1 1 0 011.414 0l4 4a1 1 0 010 1.414z" clip-rule="evenodd"></path> </svg> </a> </div> <div class="relative inline-block text-left"> <!-- 判断是否有子分类 --> <a href="/vodtype/5.html" class="text-nord6 group inline-flex items-center text-base leading-6 font-medium hover:text-primary focus:outline-none"> 网红明星 <svg x-show="showDropdown !== 'jav_5'" class="ml-1 h-5 w-5 text-nord6 group-hover:text-primary" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path> </svg> <svg x-show="showDropdown === 'jav_5'" class="ml-1 h-5 w-5 text-nord6 group-hover:text-primary" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true" style="display: none;"> <path fill-rule="evenodd" d="M14.707 12.707a1 1 0 01-1.414 0L10 9.414l-3.293 3.293a1 1 0 01-1.414-1.414l4-4a1 1 0 011.414 0l4 4a1 1 0 010 1.414z" clip-rule="evenodd"></path> </svg> </a> </div> <div class="relative inline-block text-left"> <!-- 判断是否有子分类 --> <a href="/vodtype/20.html" class="text-nord6 group inline-flex items-center text-base leading-6 font-medium hover:text-primary focus:outline-none"> 动漫 <svg x-show="showDropdown !== 'jav_20'" class="ml-1 h-5 w-5 text-nord6 group-hover:text-primary" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path> </svg> <svg x-show="showDropdown === 'jav_20'" class="ml-1 h-5 w-5 text-nord6 group-hover:text-primary" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true" style="display: none;"> <path fill-rule="evenodd" d="M14.707 12.707a1 1 0 01-1.414 0L10 9.414l-3.293 3.293a1 1 0 01-1.414-1.414l4-4a1 1 0 011.414 0l4 4a1 1 0 010 1.414z" clip-rule="evenodd"></path> </svg> </a> </div> <a @click.prevent="toggleSearch" href="#" class="rounded-md text-nord6 hover:text-nord8 focus:outline-none"> <span class="sr-only">搜寻</span> <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" viewBox="0 0 20 20" fill="currentColor"> <path fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8zM2 8a6 6 0 1110.89 3.476l4.817 4.817a1 1 0 01-1.414 1.414l-4.816-4.816A6 6 0 012 8z" clip-rule="evenodd"></path> </svg> </a> </nav> </div> <template x-if="showSearch"> <form id="search" name="search" method="POST" action="/vodsearch/-------------.html" onSubmit="return qrsearch();"> <div class="container mx-auto px-4"> <div :class="{ 'pb-2': searchHistory.length, 'pb-4': ! searchHistory.length }" class="flex justify-between items-center"> <div class="flex rounded-md shadow-sm w-full mx-auto"> <div class="flex items-stretch grow"> <input x-ref="search" type="text" name="wd" value="" placeholder="使用 + 号来结合多个关键字" class="bg-nord1 appearance-none border-2 border-nord9 rounded-none rounded-l w-full py-2 px-4 text-nord9 leading-tight focus:outline-none focus:bg-nord0 focus:ring-0 focus:border-nord9" maxlength="50"> </div> <button class="-ml-px relative inline-flex items-center px-4 py-2 border-2 border-nord9 text-sm leading-5 font-medium rounded-r-md text-norddark bg-nord9 hover:bg-opacity-90 focus:outline-none focus:border-nord8 active:bg-opacity-80 transition ease-in-out duration-150"> <svg class="h-5 w-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path> </svg> <span class="ml-2">搜寻</span> </button> </div> </div> <div x-cloak="" x-show="searchHistory.length" class="pb-2"> <div x-cloak="" class="flex items-center justify-between"> <div> <template x-for="(keyword, index) in searchHistory"> <span> <a x-text="decodeURIComponent(keyword)" @click.prevent="search(decodeURIComponent(keyword))" href="#" class="text-nord13"></a><span x-show="index < searchHistory.length - 1" class="text-nord4">, </span> </span> </template> </div> <a @click.prevent="clearSearchHistory" href="#"> <svg xmlns="http://www.w3.org/2000/svg" class="inline h-5 w-5 text-red-500" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> <path stroke-linecap="round" stroke-linejoin="round" d="M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16"></path> </svg> </a> </div> </div> </div> </form> </template> </div> </div> <div :class="{ 'content-without-search': ! showSearch, 'content-with-search': showSearch && searchHistory.length === 0, 'content-with-search-history': showSearch && searchHistory.length > 0, }" class=" is-home content-without-search pb-12 "> <div :class="{ 'pb-8': searchHistory.length }" class="flex flex-col justify-center content-center text-center py-16"> <div class="container mx-auto px-4 max-w-xl"> <h2 class="text-3xl tracking-tight leading-10 font-serif text-zinc-50 sm:text-4xl sm:leading-none mb-8" style="visibility: visible;"> 搜寻任何 </h2> <form id="search" name="search" method="POST" action="/vodsearch/-------------.html" onSubmit="return qrsearch();"> <div class="flex rounded-md shadow-sm w-full lg:w-1/2 mx-auto"> <div class="relative flex items-stretch grow focus-within:z-10"> <input x-ref="homeSearch" type="text" class="block w-full rounded-none rounded-l-md p-3 border border-gray-300 transition ease-in-out duration-150 sm:leading-6 focus:outline-none focus:border-nord11 focus:ring focus:ring-nord11 focus:ring-opacity-50 placeholder-gray-400" placeholder="使用 + 号来结合多个关键字" name="wd" maxlength="50"> </div> <button class="-ml-px relative inline-flex items-center px-4 py-2 border border-gray-300 text-sm leading-6 font-medium rounded-r-md text-gray-700 bg-gray-50 hover:text-gray-500 hover:bg-white focus:outline-none focus:ring-blue-500 focus:border-blue-300 active:bg-gray-100 active:text-gray-700 transition ease-in-out duration-150"> <span class="ml-2 w-full">搜寻</span> </button> </div> </form> </div> </div> <div class="container mx-auto mb-4 px-4" x-data="{ showCountLatest: 4, loadingLatest: false }"> <div class="flex items-center justify-between pt-5 pb-6"> <div class="flex-1 min-w-0"> <h2 class="text-2xl font-bold leading-7 text-nord6 sm:text-3xl sm:truncate"> 最近更新 </h2> </div> </div> <div class="grid grid-cols-2 md:grid-cols-3 xl:grid-cols-4 gap-5"> <div x-show="1 <= showCountLatest" x-cloak> <div @mouseenter="setPreview('latest1')" @mouseleave="setPreview()" @click="clickPreview('latest1')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13867-1-1.html"> <img :class="{ hidden: showPreview === 'latest1' || holdPreviews.includes('latest1') }" class="w-full" data-src="/template/m1938pc/static/picture/cover.jpg" src="https://img.tphsck.com/upload/vod/20250530-1/4730ba67b97a3b7e3aaa1726e2b14101.jpg" alt="【中文】狂妄的巨尻义妹的走光撩拨、用巨根活塞中出让她变乖~月乃雏~MIAA-722" data-loaded="true"> </a> <a href="/13867-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 欧美日韩 </span> </a> <a href="/13867-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13867-1-1.html"> 【中文】狂妄的巨尻义妹的走光撩拨、用巨根活塞中出让她变乖~月乃雏~MIAA-722 </a> </div> </div> </div> <div x-show="2 <= showCountLatest" x-cloak> <div @mouseenter="setPreview('latest2')" @mouseleave="setPreview()" @click="clickPreview('latest2')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13866-1-1.html"> <img :class="{ hidden: showPreview === 'latest2' || holdPreviews.includes('latest2') }" class="w-full" data-src="/template/m1938pc/static/picture/cover.jpg" src="https://img.tphsck.com/upload/vod/20250430-1/4bf0985f844351eed03d3e0f731421e7.jpg" alt="【中文】禁断的近亲中出契约~真人版~叶爱~URE-081" data-loaded="true"> </a> <a href="/13866-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 动漫 </span> </a> <a href="/13866-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13866-1-1.html"> 【中文】禁断的近亲中出契约~真人版~叶爱~URE-081 </a> </div> </div> </div> <div x-show="3 <= showCountLatest" x-cloak> <div @mouseenter="setPreview('latest3')" @mouseleave="setPreview()" @click="clickPreview('latest3')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13865-1-1.html"> <img :class="{ hidden: showPreview === 'latest3' || holdPreviews.includes('latest3') }" class="w-full" data-src="/template/m1938pc/static/picture/cover.jpg" src="https://img.tphsck.com/upload/vod/20250430-1/725beb763697247314fd4f6aa17d5e5b.jpg" alt="【中文】来合宿的人妻们过剩的性欲向我袭来~我快要忍不住了~西田那津~SW-218" data-loaded="true"> </a> <a href="/13865-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 欧美日韩 </span> </a> <a href="/13865-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13865-1-1.html"> 【中文】来合宿的人妻们过剩的性欲向我袭来~我快要忍不住了~西田那津~SW-218 </a> </div> </div> </div> <div x-show="4 <= showCountLatest" x-cloak> <div @mouseenter="setPreview('latest4')" @mouseleave="setPreview()" @click="clickPreview('latest4')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13864-1-1.html"> <img :class="{ hidden: showPreview === 'latest4' || holdPreviews.includes('latest4') }" class="w-full" data-src="/template/m1938pc/static/picture/cover.jpg" src="https://img.tphsck.com/upload/vod/20250530-1/a2816bc77bec26e594e344591af85211.jpg" alt="【中文】在外面接吻吧?与小恶魔系出租女友舌头交络深吻约会~青空光~STARS-777" data-loaded="true"> </a> <a href="/13864-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 欧美日韩 </span> </a> <a href="/13864-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13864-1-1.html"> 【中文】在外面接吻吧?与小恶魔系出租女友舌头交络深吻约会~青空光~STARS-777 </a> </div> </div> </div> <div x-show="5 <= showCountLatest" x-cloak> <div @mouseenter="setPreview('latest5')" @mouseleave="setPreview()" @click="clickPreview('latest5')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13863-1-1.html"> <img :class="{ hidden: showPreview === 'latest5' || holdPreviews.includes('latest5') }" class="w-full" data-src="/template/m1938pc/static/picture/cover.jpg" src="https://img.tphsck.com/upload/vod/20250430-1/0c27335967fe2c630a962593c914846c.jpg" alt="【中文】同是竞争者的女子酒吧店员高超技巧争夺M男无套中出性爱~荣川乃亚~一条美绪~SDMUA-016" data-loaded="true"> </a> <a href="/13863-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 欧美日韩 </span> </a> <a href="/13863-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13863-1-1.html"> 【中文】同是竞争者的女子酒吧店员高超技巧争夺M男无套中出性爱~荣川乃亚~一条美绪~SDMUA-016 </a> </div> </div> </div> <div x-show="6 <= showCountLatest" x-cloak> <div @mouseenter="setPreview('latest6')" @mouseleave="setPreview()" @click="clickPreview('latest6')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13862-1-1.html"> <img :class="{ hidden: showPreview === 'latest6' || holdPreviews.includes('latest6') }" class="w-full" data-src="/template/m1938pc/static/picture/cover.jpg" src="https://img.tphsck.com/upload/vod/20250430-1/351ee8a8cb418845962c13d7aa769802.jpg" alt="【中文】巨乳Bitch~大腿和胸都偷偷的故意走光~光是前戏阶段就连续高潮~志木茜~黑川纱里奈~乙爱丽丝~SCOP-802" data-loaded="true"> </a> <a href="/13862-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 欧美日韩 </span> </a> <a href="/13862-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13862-1-1.html"> 【中文】巨乳Bitch~大腿和胸都偷偷的故意走光~光是前戏阶段就连续高潮~志木茜~黑川纱里奈~乙爱丽丝~SCOP-802 </a> </div> </div> </div> <div x-show="7 <= showCountLatest" x-cloak> <div @mouseenter="setPreview('latest7')" @mouseleave="setPreview()" @click="clickPreview('latest7')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13861-1-1.html"> <img :class="{ hidden: showPreview === 'latest7' || holdPreviews.includes('latest7') }" class="w-full" data-src="/template/m1938pc/static/picture/cover.jpg" src="https://img.tphsck.com/upload/vod/20250430-1/6a4391dfbf74fa1eb7ca981a73d584ce.jpg" alt="【中文】父亲不在家时、新来的继母笑着逗弄我的性欲、享受中出性爱的喝酒淫荡破婊人妻~流川莉央~MVSD-533" data-loaded="true"> </a> <a href="/13861-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 欧美日韩 </span> </a> <a href="/13861-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13861-1-1.html"> 【中文】父亲不在家时、新来的继母笑着逗弄我的性欲、享受中出性爱的喝酒淫荡破婊人妻~流川莉央~MVSD-533 </a> </div> </div> </div> <div x-show="8 <= showCountLatest" x-cloak> <div @mouseenter="setPreview('latest8')" @mouseleave="setPreview()" @click="clickPreview('latest8')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13860-1-1.html"> <img :class="{ hidden: showPreview === 'latest8' || holdPreviews.includes('latest8') }" class="w-full" data-src="/template/m1938pc/static/picture/cover.jpg" src="https://img.tphsck.com/upload/vod/20250530-1/a45a71e4372257e7e89ebd1fca7e017b.png" alt="【绿帽淫妻】为了报复狂虐出轨女友" data-loaded="true"> </a> <a href="/13860-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 偷拍自拍 </span> </a> <a href="/13860-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13860-1-1.html"> 【绿帽淫妻】为了报复狂虐出轨女友 </a> </div> </div> </div> <div x-show="9 <= showCountLatest" x-cloak> <div @mouseenter="setPreview('latest9')" @mouseleave="setPreview()" @click="clickPreview('latest9')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13859-1-1.html"> <img :class="{ hidden: showPreview === 'latest9' || holdPreviews.includes('latest9') }" class="w-full" data-src="/template/m1938pc/static/picture/cover.jpg" src="https://img.tphsck.com/upload/vod/20250530-1/1d6ecc327976044dc01d4f870b7244d8.jpg" alt="【中文】丈夫抽烟的5分钟遭公公每天中出10发直到怀孕~久留木玲~MEYD-627" data-loaded="true"> </a> <a href="/13859-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 欧美日韩 </span> </a> <a href="/13859-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13859-1-1.html"> 【中文】丈夫抽烟的5分钟遭公公每天中出10发直到怀孕~久留木玲~MEYD-627 </a> </div> </div> </div> <div x-show="10 <= showCountLatest" x-cloak> <div @mouseenter="setPreview('latest10')" @mouseleave="setPreview()" @click="clickPreview('latest10')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13858-1-1.html"> <img :class="{ hidden: showPreview === 'latest10' || holdPreviews.includes('latest10') }" class="w-full" data-src="/template/m1938pc/static/picture/cover.jpg" src="https://img.tphsck.com/upload/vod/20250530-1/abd3e38f5a7c3d44bc9b61d8a6423391.jpg" alt="【中文】老公抽烟的5分钟内和义父的短时中出!每天10发被迫致孕~高杉麻里~MEYD-440" data-loaded="true"> </a> <a href="/13858-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 欧美日韩 </span> </a> <a href="/13858-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13858-1-1.html"> 【中文】老公抽烟的5分钟内和义父的短时中出!每天10发被迫致孕~高杉麻里~MEYD-440 </a> </div> </div> </div> <div x-show="11 <= showCountLatest" x-cloak> <div @mouseenter="setPreview('latest11')" @mouseleave="setPreview()" @click="clickPreview('latest11')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13857-1-1.html"> <img :class="{ hidden: showPreview === 'latest11' || holdPreviews.includes('latest11') }" class="w-full" data-src="/template/m1938pc/static/picture/cover.jpg" src="https://img.tphsck.com/upload/vod/20250530-1/6667318d36ec973d58ce604588ecf09c.jpg" alt="【中文】老公抽烟的短时间内、被义理上的儿子每天中出~成咲优美~TOEN-059" data-loaded="true"> </a> <a href="/13857-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 欧美日韩 </span> </a> <a href="/13857-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13857-1-1.html"> 【中文】老公抽烟的短时间内、被义理上的儿子每天中出~成咲优美~TOEN-059 </a> </div> </div> </div> <div x-show="12 <= showCountLatest" x-cloak> <div @mouseenter="setPreview('latest12')" @mouseleave="setPreview()" @click="clickPreview('latest12')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13856-1-1.html"> <img :class="{ hidden: showPreview === 'latest12' || holdPreviews.includes('latest12') }" class="w-full" data-src="/template/m1938pc/static/picture/cover.jpg" src="https://img.tphsck.com/upload/vod/20250530-1/3a62245707167ce3810e21ffa8a7967b.png" alt="【绿帽淫妻】小夫妻太会玩了" data-loaded="true"> </a> <a href="/13856-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 偷拍自拍 </span> </a> <a href="/13856-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13856-1-1.html"> 【绿帽淫妻】小夫妻太会玩了 </a> </div> </div> </div> </div> <!-- 加载更多按钮 --> <div class="text-center mt-5" x-show="showCountLatest <= 4"> <template x-if="!loadingLatest"> <a @click.prevent="loadingLatest = true; setTimeout(() => { showCountLatest = 12; loadingLatest = false }, 500)" href="#" class="inline-flex items-center text-secondary hover:text-primary font-medium"> <span style="font-size: 1.1rem;">载入更多</span> <svg class="ml-1 h-6 w-6" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path> </svg> </a> </template> <!-- 加载中旋转图标 --> <svg x-show="loadingLatest" class="animate-spin mx-auto h-6 w-6 text-white mt-2" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"> <circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"></circle> <path class="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"></path> </svg> </div> </div> <div class="sm:container mx-auto mb-5 px-4" x-data="{ showCount1: 4, loading1: false }"> <div class="flex items-center justify-between pt-3 pb-6"> <div class="flex-1 min-w-0"> <h2 class="text-2xl font-bold leading-7 text-nord6 sm:text-3xl sm:truncate"> 国产 </h2> </div> <div class="flex"> <a href="/vodtype/1.html" class="text-nord4 hover:text-nord8"> 更多 <svg class="w-6 h-6 inline" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 9l3 3m0 0l-3 3m3-3H8m13 0a9 9 0 11-18 0 9 9 0 0118 0z"></path> </svg> </a> </div> </div> <div class="grid grid-cols-2 md:grid-cols-3 xl:grid-cols-4 gap-5"> <div x-show="1 <= showCount1" x-cloak> <div @mouseenter="setPreview('vod11')" @mouseleave="setPreview()" @click="clickPreview('vod11')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13843-1-1.html"> <img :class="{ hidden: showPreview === 'vod11' || holdPreviews.includes('vod11') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/ee6838642138efed712925d8c12830fd.png" alt="【探花约炮】真实约炮淫荡的足疗店女技师"> </a> <a href="/13843-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 国产 </span> </a> <a href="/13843-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13843-1-1.html"> 【探花约炮】真实约炮淫荡的足疗店女技师 </a> </div> </div> </div> <div x-show="2 <= showCount1" x-cloak> <div @mouseenter="setPreview('vod12')" @mouseleave="setPreview()" @click="clickPreview('vod12')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13840-1-1.html"> <img :class="{ hidden: showPreview === 'vod12' || holdPreviews.includes('vod12') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/9026f0ed0846814c81d14a2d10e5b741.jpg" alt="【探访按摩店】非常漂亮又年轻也放得开,抓龙筋服务,脱掉胸罩随便摸"> </a> <a href="/13840-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 国产 </span> </a> <a href="/13840-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13840-1-1.html"> 【探访按摩店】非常漂亮又年轻也放得开,抓龙筋服务,脱掉胸罩随便摸 </a> </div> </div> </div> <div x-show="3 <= showCount1" x-cloak> <div @mouseenter="setPreview('vod13')" @mouseleave="setPreview()" @click="clickPreview('vod13')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13835-1-1.html"> <img :class="{ hidden: showPreview === 'vod13' || holdPreviews.includes('vod13') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/7f481733589b8cbc33e3b6925d84a836.png" alt="【伟哥足浴撩妹】加钱操极品红衣按摩女,说话好温柔"> </a> <a href="/13835-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 国产 </span> </a> <a href="/13835-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13835-1-1.html"> 【伟哥足浴撩妹】加钱操极品红衣按摩女,说话好温柔 </a> </div> </div> </div> <div x-show="4 <= showCount1" x-cloak> <div @mouseenter="setPreview('vod14')" @mouseleave="setPreview()" @click="clickPreview('vod14')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13830-1-1.html"> <img :class="{ hidden: showPreview === 'vod14' || holdPreviews.includes('vod14') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/efa8d56cedb5371f13dc330b7b7c10e4.png" alt="【会所寻欢】高端会做选到极品尤物技师,风骚迷人把持不住"> </a> <a href="/13830-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 国产 </span> </a> <a href="/13830-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13830-1-1.html"> 【会所寻欢】高端会做选到极品尤物技师,风骚迷人把持不住 </a> </div> </div> </div> <div x-show="5 <= showCount1" x-cloak> <div @mouseenter="setPreview('vod15')" @mouseleave="setPreview()" @click="clickPreview('vod15')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13826-1-1.html"> <img :class="{ hidden: showPreview === 'vod15' || holdPreviews.includes('vod15') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/ff200126d576c5196502b3e561988c65.jpg" alt="『按摩会所』女技师大奶推油爽上天"> </a> <a href="/13826-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 国产 </span> </a> <a href="/13826-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13826-1-1.html"> 『按摩会所』女技师大奶推油爽上天 </a> </div> </div> </div> <div x-show="6 <= showCount1" x-cloak> <div @mouseenter="setPreview('vod16')" @mouseleave="setPreview()" @click="clickPreview('vod16')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13822-1-1.html"> <img :class="{ hidden: showPreview === 'vod16' || holdPreviews.includes('vod16') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/c0ce3e6594af508e6942a44c0a3fdf67.png" alt="【探花实录】会所真实撩骚按摩技师出台"> </a> <a href="/13822-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 国产 </span> </a> <a href="/13822-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13822-1-1.html"> 【探花实录】会所真实撩骚按摩技师出台 </a> </div> </div> </div> <div x-show="7 <= showCount1" x-cloak> <div @mouseenter="setPreview('vod17')" @mouseleave="setPreview()" @click="clickPreview('vod17')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13821-1-1.html"> <img :class="{ hidden: showPreview === 'vod17' || holdPreviews.includes('vod17') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/51067e372884d54edd73f3c1f5c39da1.png" alt="大叔忍不住爆肏按摩技师"> </a> <a href="/13821-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 国产 </span> </a> <a href="/13821-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13821-1-1.html"> 大叔忍不住爆肏按摩技师 </a> </div> </div> </div> <div x-show="8 <= showCount1" x-cloak> <div @mouseenter="setPreview('vod18')" @mouseleave="setPreview()" @click="clickPreview('vod18')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13815-1-1.html"> <img :class="{ hidden: showPreview === 'vod18' || holdPreviews.includes('vod18') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/b7a00e1559ee73ea38018d9cb7649542.png" alt="【探花按摩】技师按到一半上楼干一炮"> </a> <a href="/13815-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 国产 </span> </a> <a href="/13815-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13815-1-1.html"> 【探花按摩】技师按到一半上楼干一炮 </a> </div> </div> </div> <div x-show="9 <= showCount1" x-cloak> <div @mouseenter="setPreview('vod19')" @mouseleave="setPreview()" @click="clickPreview('vod19')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13813-1-1.html"> <img :class="{ hidden: showPreview === 'vod19' || holdPreviews.includes('vod19') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/549f38bc0b2139a0de5e799e86d5492f.png" alt="探花会所蓝衣女技师出台酒店约炮"> </a> <a href="/13813-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 国产 </span> </a> <a href="/13813-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13813-1-1.html"> 探花会所蓝衣女技师出台酒店约炮 </a> </div> </div> </div> <div x-show="10 <= showCount1" x-cloak> <div @mouseenter="setPreview('vod110')" @mouseleave="setPreview()" @click="clickPreview('vod110')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13811-1-1.html"> <img :class="{ hidden: showPreview === 'vod110' || holdPreviews.includes('vod110') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/882b778326a5d431429f70cb354d7239.png" alt="【探访按摩店】00后一线天嫩妹,爽翻了"> </a> <a href="/13811-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 国产 </span> </a> <a href="/13811-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13811-1-1.html"> 【探访按摩店】00后一线天嫩妹,爽翻了 </a> </div> </div> </div> <div x-show="11 <= showCount1" x-cloak> <div @mouseenter="setPreview('vod111')" @mouseleave="setPreview()" @click="clickPreview('vod111')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13809-1-1.html"> <img :class="{ hidden: showPreview === 'vod111' || holdPreviews.includes('vod111') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/9960094c431140b80da86ff268e61efe.png" alt="【探花集中淫】4K约操粉逼嫩模兼职外围女"> </a> <a href="/13809-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 国产 </span> </a> <a href="/13809-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13809-1-1.html"> 【探花集中淫】4K约操粉逼嫩模兼职外围女 </a> </div> </div> </div> <div x-show="12 <= showCount1" x-cloak> <div @mouseenter="setPreview('vod112')" @mouseleave="setPreview()" @click="clickPreview('vod112')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13766-1-1.html"> <img :class="{ hidden: showPreview === 'vod112' || holdPreviews.includes('vod112') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/3013314cf56a75f91b112676948be49d.jpg" alt="91CM-237.张秀玲.偷情人妻.上集.骚浪人妻家中偷情.巨乳淫臀口爆颜射"> </a> <a href="/13766-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 国产 </span> </a> <a href="/13766-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13766-1-1.html"> 91CM-237.张秀玲.偷情人妻.上集.骚浪人妻家中偷情.巨乳淫臀口爆颜射 </a> </div> </div> </div> </div> <!-- 载入更多按钮 --> <!-- 加载更多按钮 --> <div class="text-center mt-5" x-show="showCount1 <= 4"> <template x-if="!loading1"> <a @click.prevent="loading1 = true; setTimeout(() => { showCount1 = 12; loading1 = false }, 500)" href="#" class="inline-flex items-center text-secondary hover:text-primary font-medium"> <span style="font-size: 1.1rem;">载入更多</span> <svg class="ml-1 h-6 w-6" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path> </svg> </a> </template> <!-- 加载中动画 --> <svg x-show="loading1" class="animate-spin mx-auto h-6 w-6 text-white mt-2" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"> <circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"></circle> <path class="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"></path> </svg> </div> </div> <div class="sm:container mx-auto mb-5 px-4" x-data="{ showCount2: 4, loading2: false }"> <div class="flex items-center justify-between pt-3 pb-6"> <div class="flex-1 min-w-0"> <h2 class="text-2xl font-bold leading-7 text-nord6 sm:text-3xl sm:truncate"> 网曝黑料 </h2> </div> <div class="flex"> <a href="/vodtype/2.html" class="text-nord4 hover:text-nord8"> 更多 <svg class="w-6 h-6 inline" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 9l3 3m0 0l-3 3m3-3H8m13 0a9 9 0 11-18 0 9 9 0 0118 0z"></path> </svg> </a> </div> </div> <div class="grid grid-cols-2 md:grid-cols-3 xl:grid-cols-4 gap-5"> <div x-show="1 <= showCount2" x-cloak> <div @mouseenter="setPreview('vod21')" @mouseleave="setPreview()" @click="clickPreview('vod21')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13759-1-1.html"> <img :class="{ hidden: showPreview === 'vod21' || holdPreviews.includes('vod21') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/f2a1b1896e88818f70a29e52b28d9bd4.png" alt="长春性奴母狗【辉夜姬】微胖中的极品尤物,千人斩人间肉便器,炮机狗笼喝尿蜡烛封逼相当炸裂!"> </a> <a href="/13759-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 网曝黑料 </span> </a> <a href="/13759-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13759-1-1.html"> 长春性奴母狗【辉夜姬】微胖中的极品尤物,千人斩人间肉便器,炮机狗笼喝尿蜡烛封逼相当炸裂! </a> </div> </div> </div> <div x-show="2 <= showCount2" x-cloak> <div @mouseenter="setPreview('vod22')" @mouseleave="setPreview()" @click="clickPreview('vod22')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13739-1-1.html"> <img :class="{ hidden: showPreview === 'vod22' || holdPreviews.includes('vod22') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/cb4e7646c6f4461b3f9f19d9177a0e19.jpg" alt="北京交通大学学生妹【张妍】老师们公认的好学生乖乖女,却是男友心中的好母狗"> </a> <a href="/13739-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 网曝黑料 </span> </a> <a href="/13739-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13739-1-1.html"> 北京交通大学学生妹【张妍】老师们公认的好学生乖乖女,却是男友心中的好母狗 </a> </div> </div> </div> <div x-show="3 <= showCount2" x-cloak> <div @mouseenter="setPreview('vod23')" @mouseleave="setPreview()" @click="clickPreview('vod23')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13737-1-1.html"> <img :class="{ hidden: showPreview === 'vod23' || holdPreviews.includes('vod23') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/eb6398b9177156974342889bc81e2e09.jpg" alt="传媒大学温柔美女小姐姐,与男友出租房X爱私拍泄密"> </a> <a href="/13737-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 网曝黑料 </span> </a> <a href="/13737-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13737-1-1.html"> 传媒大学温柔美女小姐姐,与男友出租房X爱私拍泄密 </a> </div> </div> </div> <div x-show="4 <= showCount2" x-cloak> <div @mouseenter="setPreview('vod24')" @mouseleave="setPreview()" @click="clickPreview('vod24')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13736-1-1.html"> <img :class="{ hidden: showPreview === 'vod24' || holdPreviews.includes('vod24') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/738a6df4271bcf2502d47688411a2549.jpg" alt="反差颜值女友【孙南珠】分手后渣男报复泄愤流出,身材一流被肉棒各种征服"> </a> <a href="/13736-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 网曝黑料 </span> </a> <a href="/13736-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13736-1-1.html"> 反差颜值女友【孙南珠】分手后渣男报复泄愤流出,身材一流被肉棒各种征服 </a> </div> </div> </div> <div x-show="5 <= showCount2" x-cloak> <div @mouseenter="setPreview('vod25')" @mouseleave="setPreview()" @click="clickPreview('vod25')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13735-1-1.html"> <img :class="{ hidden: showPreview === 'vod25' || holdPreviews.includes('vod25') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/bef16594b56e2284cb9a5f7f59d1216f.jpg" alt="夫妻性爱自拍被泄密流出,撩起衣服吃奶舔逼接吻妹子看起挺清纯很反差"> </a> <a href="/13735-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 网曝黑料 </span> </a> <a href="/13735-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13735-1-1.html"> 夫妻性爱自拍被泄密流出,撩起衣服吃奶舔逼接吻妹子看起挺清纯很反差 </a> </div> </div> </div> <div x-show="6 <= showCount2" x-cloak> <div @mouseenter="setPreview('vod26')" @mouseleave="setPreview()" @click="clickPreview('vod26')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13734-1-1.html"> <img :class="{ hidden: showPreview === 'vod26' || holdPreviews.includes('vod26') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/f148b5d6b51f99255bbb360522606cc5.jpg" alt="福建福清公交车【杨美琪】已为人母却在抖音钓鱼土豪求包养 ,这真是变现的最快方式!"> </a> <a href="/13734-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 网曝黑料 </span> </a> <a href="/13734-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13734-1-1.html"> 福建福清公交车【杨美琪】已为人母却在抖音钓鱼土豪求包养 ,这真是变现的最快方式! </a> </div> </div> </div> <div x-show="7 <= showCount2" x-cloak> <div @mouseenter="setPreview('vod27')" @mouseleave="setPreview()" @click="clickPreview('vod27')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13733-1-1.html"> <img :class="{ hidden: showPreview === 'vod27' || holdPreviews.includes('vod27') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/2974133d3071db3bc5930015b9603664.jpg" alt="福建福州反差小娇妻,女神级颜值口活极好巨乳口交激情后入"> </a> <a href="/13733-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 网曝黑料 </span> </a> <a href="/13733-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13733-1-1.html"> 福建福州反差小娇妻,女神级颜值口活极好巨乳口交激情后入 </a> </div> </div> </div> <div x-show="8 <= showCount2" x-cloak> <div @mouseenter="setPreview('vod28')" @mouseleave="setPreview()" @click="clickPreview('vod28')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13732-1-1.html"> <img :class="{ hidden: showPreview === 'vod28' || holdPreviews.includes('vod28') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/f91b1cde969f1ac6a58da93f8c5e5fb4.jpg" alt="高冷白领御姐女神【王琪】为了上位变身风骚母狗,在酒店被领导抽打无套爆操"> </a> <a href="/13732-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 网曝黑料 </span> </a> <a href="/13732-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13732-1-1.html"> 高冷白领御姐女神【王琪】为了上位变身风骚母狗,在酒店被领导抽打无套爆操 </a> </div> </div> </div> <div x-show="9 <= showCount2" x-cloak> <div @mouseenter="setPreview('vod29')" @mouseleave="setPreview()" @click="clickPreview('vod29')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13729-1-1.html"> <img :class="{ hidden: showPreview === 'vod29' || holdPreviews.includes('vod29') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/9f19343b999cf3deaf240a9987895791.jpg" alt="高颜巨乳极品女神【七月】擦边终下海,沦为富哥的玩物遭富哥曝光"> </a> <a href="/13729-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 网曝黑料 </span> </a> <a href="/13729-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13729-1-1.html"> 高颜巨乳极品女神【七月】擦边终下海,沦为富哥的玩物遭富哥曝光 </a> </div> </div> </div> <div x-show="10 <= showCount2" x-cloak> <div @mouseenter="setPreview('vod210')" @mouseleave="setPreview()" @click="clickPreview('vod210')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13728-1-1.html"> <img :class="{ hidden: showPreview === 'vod210' || holdPreviews.includes('vod210') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/0cb2634d3a4d29ca5ceb1164016b83a2.jpg" alt="高颜值清纯稚嫩学生妹被大神带去酒店调教,极品颜值动情吃鸡精液洗脸"> </a> <a href="/13728-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 网曝黑料 </span> </a> <a href="/13728-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13728-1-1.html"> 高颜值清纯稚嫩学生妹被大神带去酒店调教,极品颜值动情吃鸡精液洗脸 </a> </div> </div> </div> <div x-show="11 <= showCount2" x-cloak> <div @mouseenter="setPreview('vod211')" @mouseleave="setPreview()" @click="clickPreview('vod211')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13726-1-1.html"> <img :class="{ hidden: showPreview === 'vod211' || holdPreviews.includes('vod211') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/3beed5cd2e4f6848d6ced327b8b81ebc.jpg" alt="广东佛山顺德锐府地产女销冠【程圆】精准深挖客户需求销冠实至名归!"> </a> <a href="/13726-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 网曝黑料 </span> </a> <a href="/13726-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13726-1-1.html"> 广东佛山顺德锐府地产女销冠【程圆】精准深挖客户需求销冠实至名归! </a> </div> </div> </div> <div x-show="12 <= showCount2" x-cloak> <div @mouseenter="setPreview('vod212')" @mouseleave="setPreview()" @click="clickPreview('vod212')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13725-1-1.html"> <img :class="{ hidden: showPreview === 'vod212' || holdPreviews.includes('vod212') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/2f663f73b7187aa1b4ac832610373eae.jpg" alt="广东技术师范大学清纯校花【张梦璐】曝出丑闻,背叛男友与富二代偷情视频泄密流出"> </a> <a href="/13725-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 网曝黑料 </span> </a> <a href="/13725-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13725-1-1.html"> 广东技术师范大学清纯校花【张梦璐】曝出丑闻,背叛男友与富二代偷情视频泄密流出 </a> </div> </div> </div> </div> <!-- 载入更多按钮 --> <!-- 加载更多按钮 --> <div class="text-center mt-5" x-show="showCount2 <= 4"> <template x-if="!loading2"> <a @click.prevent="loading2 = true; setTimeout(() => { showCount2 = 12; loading2 = false }, 500)" href="#" class="inline-flex items-center text-secondary hover:text-primary font-medium"> <span style="font-size: 1.1rem;">载入更多</span> <svg class="ml-1 h-6 w-6" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path> </svg> </a> </template> <!-- 加载中动画 --> <svg x-show="loading2" class="animate-spin mx-auto h-6 w-6 text-white mt-2" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"> <circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"></circle> <path class="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"></path> </svg> </div> </div> <div class="sm:container mx-auto mb-5 px-4" x-data="{ showCount3: 4, loading3: false }"> <div class="flex items-center justify-between pt-3 pb-6"> <div class="flex-1 min-w-0"> <h2 class="text-2xl font-bold leading-7 text-nord6 sm:text-3xl sm:truncate"> 偷拍自拍 </h2> </div> <div class="flex"> <a href="/vodtype/3.html" class="text-nord4 hover:text-nord8"> 更多 <svg class="w-6 h-6 inline" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 9l3 3m0 0l-3 3m3-3H8m13 0a9 9 0 11-18 0 9 9 0 0118 0z"></path> </svg> </a> </div> </div> <div class="grid grid-cols-2 md:grid-cols-3 xl:grid-cols-4 gap-5"> <div x-show="1 <= showCount3" x-cloak> <div @mouseenter="setPreview('vod31')" @mouseleave="setPreview()" @click="clickPreview('vod31')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13856-1-1.html"> <img :class="{ hidden: showPreview === 'vod31' || holdPreviews.includes('vod31') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/3a62245707167ce3810e21ffa8a7967b.png" alt="【绿帽淫妻】小夫妻太会玩了"> </a> <a href="/13856-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 偷拍自拍 </span> </a> <a href="/13856-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13856-1-1.html"> 【绿帽淫妻】小夫妻太会玩了 </a> </div> </div> </div> <div x-show="2 <= showCount3" x-cloak> <div @mouseenter="setPreview('vod32')" @mouseleave="setPreview()" @click="clickPreview('vod32')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13849-1-1.html"> <img :class="{ hidden: showPreview === 'vod32' || holdPreviews.includes('vod32') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/b7f3c38f3cb8fe891de40d5b118ca692.png" alt="曼妙少女婀娜身姿让人欲罢不能,粉粉嫩嫩干干净净"> </a> <a href="/13849-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 偷拍自拍 </span> </a> <a href="/13849-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13849-1-1.html"> 曼妙少女婀娜身姿让人欲罢不能,粉粉嫩嫩干干净净 </a> </div> </div> </div> <div x-show="3 <= showCount3" x-cloak> <div @mouseenter="setPreview('vod33')" @mouseleave="setPreview()" @click="clickPreview('vod33')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13841-1-1.html"> <img :class="{ hidden: showPreview === 'vod33' || holdPreviews.includes('vod33') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/cb71f0ac540a4410ae4ca78c877519e6.png" alt="【宾馆盗摄】干部模样大叔找了漂亮小姐发泄,抓着奶子用力操"> </a> <a href="/13841-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 偷拍自拍 </span> </a> <a href="/13841-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13841-1-1.html"> 【宾馆盗摄】干部模样大叔找了漂亮小姐发泄,抓着奶子用力操 </a> </div> </div> </div> <div x-show="4 <= showCount3" x-cloak> <div @mouseenter="setPreview('vod34')" @mouseleave="setPreview()" @click="clickPreview('vod34')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13828-1-1.html"> <img :class="{ hidden: showPreview === 'vod34' || holdPreviews.includes('vod34') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250501-1/0bedba57fdfd0f46280967580367b134.png" alt="【公厕调教】小母狗带项圈牵狗绳,公厕调教自慰喝尿"> </a> <a href="/13828-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 偷拍自拍 </span> </a> <a href="/13828-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13828-1-1.html"> 【公厕调教】小母狗带项圈牵狗绳,公厕调教自慰喝尿 </a> </div> </div> </div> <div x-show="5 <= showCount3" x-cloak> <div @mouseenter="setPreview('vod35')" @mouseleave="setPreview()" @click="clickPreview('vod35')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13825-1-1.html"> <img :class="{ hidden: showPreview === 'vod35' || holdPreviews.includes('vod35') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/f7104dd34f29724d38c8640887432936.png" alt="『重磅推荐』潮吹嘤嘤怪"> </a> <a href="/13825-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 偷拍自拍 </span> </a> <a href="/13825-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13825-1-1.html"> 『重磅推荐』潮吹嘤嘤怪 </a> </div> </div> </div> <div x-show="6 <= showCount3" x-cloak> <div @mouseenter="setPreview('vod36')" @mouseleave="setPreview()" @click="clickPreview('vod36')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13823-1-1.html"> <img :class="{ hidden: showPreview === 'vod36' || holdPreviews.includes('vod36') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250501-1/5d1408275e96cb2c8b2535113c87ac73.png" alt="【反差婊Xrein】花式肉操沾满精液的脸更漂亮"> </a> <a href="/13823-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 偷拍自拍 </span> </a> <a href="/13823-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13823-1-1.html"> 【反差婊Xrein】花式肉操沾满精液的脸更漂亮 </a> </div> </div> </div> <div x-show="7 <= showCount3" x-cloak> <div @mouseenter="setPreview('vod37')" @mouseleave="setPreview()" @click="clickPreview('vod37')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13820-1-1.html"> <img :class="{ hidden: showPreview === 'vod37' || holdPreviews.includes('vod37') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/e8f1ab587d4a2eaedaaef6ec4ada99c9.png" alt="【肛交拳交系列】把整个拳头都塞进屁眼里面"> </a> <a href="/13820-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 偷拍自拍 </span> </a> <a href="/13820-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13820-1-1.html"> 【肛交拳交系列】把整个拳头都塞进屁眼里面 </a> </div> </div> </div> <div x-show="8 <= showCount3" x-cloak> <div @mouseenter="setPreview('vod38')" @mouseleave="setPreview()" @click="clickPreview('vod38')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13819-1-1.html"> <img :class="{ hidden: showPreview === 'vod38' || holdPreviews.includes('vod38') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/6b0c18624990a0438253b6092df735e5.png" alt="【国产自拍】出差在外给性瘾老婆找个男技师按摩调情"> </a> <a href="/13819-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 偷拍自拍 </span> </a> <a href="/13819-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13819-1-1.html"> 【国产自拍】出差在外给性瘾老婆找个男技师按摩调情 </a> </div> </div> </div> <div x-show="9 <= showCount3" x-cloak> <div @mouseenter="setPreview('vod39')" @mouseleave="setPreview()" @click="clickPreview('vod39')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13816-1-1.html"> <img :class="{ hidden: showPreview === 'vod39' || holdPreviews.includes('vod39') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/e1047274a26dae7b6b648dc88b9a0506.png" alt="丰满骚妇邀请异性按摩技师上门调情自慰"> </a> <a href="/13816-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 偷拍自拍 </span> </a> <a href="/13816-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13816-1-1.html"> 丰满骚妇邀请异性按摩技师上门调情自慰 </a> </div> </div> </div> <div x-show="10 <= showCount3" x-cloak> <div @mouseenter="setPreview('vod310')" @mouseleave="setPreview()" @click="clickPreview('vod310')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13808-1-1.html"> <img :class="{ hidden: showPreview === 'vod310' || holdPreviews.includes('vod310') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/4f397ee5bfc2e210fd22aa5a2e87bcee.png" alt="【玩奶推荐】极品爆乳小姐姐按摩全套服务"> </a> <a href="/13808-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 偷拍自拍 </span> </a> <a href="/13808-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13808-1-1.html"> 【玩奶推荐】极品爆乳小姐姐按摩全套服务 </a> </div> </div> </div> <div x-show="11 <= showCount3" x-cloak> <div @mouseenter="setPreview('vod311')" @mouseleave="setPreview()" @click="clickPreview('vod311')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13778-1-1.html"> <img :class="{ hidden: showPreview === 'vod311' || holdPreviews.includes('vod311') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/c9e27412af7fc26d62e3efd0ba3ce4b6.png" alt="美少妇按摩"> </a> <a href="/13778-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 偷拍自拍 </span> </a> <a href="/13778-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13778-1-1.html"> 美少妇按摩 </a> </div> </div> </div> <div x-show="12 <= showCount3" x-cloak> <div @mouseenter="setPreview('vod312')" @mouseleave="setPreview()" @click="clickPreview('vod312')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13777-1-1.html"> <img :class="{ hidden: showPreview === 'vod312' || holdPreviews.includes('vod312') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/9f05418e427102ea28c2923e5e020af6.png" alt="美女绿色船袜足交吐奶"> </a> <a href="/13777-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 偷拍自拍 </span> </a> <a href="/13777-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13777-1-1.html"> 美女绿色船袜足交吐奶 </a> </div> </div> </div> </div> <!-- 载入更多按钮 --> <!-- 加载更多按钮 --> <div class="text-center mt-5" x-show="showCount3 <= 4"> <template x-if="!loading3"> <a @click.prevent="loading3 = true; setTimeout(() => { showCount3 = 12; loading3 = false }, 500)" href="#" class="inline-flex items-center text-secondary hover:text-primary font-medium"> <span style="font-size: 1.1rem;">载入更多</span> <svg class="ml-1 h-6 w-6" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path> </svg> </a> </template> <!-- 加载中动画 --> <svg x-show="loading3" class="animate-spin mx-auto h-6 w-6 text-white mt-2" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"> <circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"></circle> <path class="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"></path> </svg> </div> </div> <div class="sm:container mx-auto mb-5 px-4" x-data="{ showCount4: 4, loading4: false }"> <div class="flex items-center justify-between pt-3 pb-6"> <div class="flex-1 min-w-0"> <h2 class="text-2xl font-bold leading-7 text-nord6 sm:text-3xl sm:truncate"> 欧美日韩 </h2> </div> <div class="flex"> <a href="/vodtype/4.html" class="text-nord4 hover:text-nord8"> 更多 <svg class="w-6 h-6 inline" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 9l3 3m0 0l-3 3m3-3H8m13 0a9 9 0 11-18 0 9 9 0 0118 0z"></path> </svg> </a> </div> </div> <div class="grid grid-cols-2 md:grid-cols-3 xl:grid-cols-4 gap-5"> <div x-show="1 <= showCount4" x-cloak> <div @mouseenter="setPreview('vod41')" @mouseleave="setPreview()" @click="clickPreview('vod41')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13865-1-1.html"> <img :class="{ hidden: showPreview === 'vod41' || holdPreviews.includes('vod41') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250430-1/725beb763697247314fd4f6aa17d5e5b.jpg" alt="【中文】来合宿的人妻们过剩的性欲向我袭来~我快要忍不住了~西田那津~SW-218"> </a> <a href="/13865-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 欧美日韩 </span> </a> <a href="/13865-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13865-1-1.html"> 【中文】来合宿的人妻们过剩的性欲向我袭来~我快要忍不住了~西田那津~SW-218 </a> </div> </div> </div> <div x-show="2 <= showCount4" x-cloak> <div @mouseenter="setPreview('vod42')" @mouseleave="setPreview()" @click="clickPreview('vod42')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13864-1-1.html"> <img :class="{ hidden: showPreview === 'vod42' || holdPreviews.includes('vod42') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/a2816bc77bec26e594e344591af85211.jpg" alt="【中文】在外面接吻吧?与小恶魔系出租女友舌头交络深吻约会~青空光~STARS-777"> </a> <a href="/13864-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 欧美日韩 </span> </a> <a href="/13864-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13864-1-1.html"> 【中文】在外面接吻吧?与小恶魔系出租女友舌头交络深吻约会~青空光~STARS-777 </a> </div> </div> </div> <div x-show="3 <= showCount4" x-cloak> <div @mouseenter="setPreview('vod43')" @mouseleave="setPreview()" @click="clickPreview('vod43')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13863-1-1.html"> <img :class="{ hidden: showPreview === 'vod43' || holdPreviews.includes('vod43') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250430-1/0c27335967fe2c630a962593c914846c.jpg" alt="【中文】同是竞争者的女子酒吧店员高超技巧争夺M男无套中出性爱~荣川乃亚~一条美绪~SDMUA-016"> </a> <a href="/13863-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 欧美日韩 </span> </a> <a href="/13863-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13863-1-1.html"> 【中文】同是竞争者的女子酒吧店员高超技巧争夺M男无套中出性爱~荣川乃亚~一条美绪~SDMUA-016 </a> </div> </div> </div> <div x-show="4 <= showCount4" x-cloak> <div @mouseenter="setPreview('vod44')" @mouseleave="setPreview()" @click="clickPreview('vod44')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13862-1-1.html"> <img :class="{ hidden: showPreview === 'vod44' || holdPreviews.includes('vod44') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250430-1/351ee8a8cb418845962c13d7aa769802.jpg" alt="【中文】巨乳Bitch~大腿和胸都偷偷的故意走光~光是前戏阶段就连续高潮~志木茜~黑川纱里奈~乙爱丽丝~SCOP-802"> </a> <a href="/13862-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 欧美日韩 </span> </a> <a href="/13862-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13862-1-1.html"> 【中文】巨乳Bitch~大腿和胸都偷偷的故意走光~光是前戏阶段就连续高潮~志木茜~黑川纱里奈~乙爱丽丝~SCOP-802 </a> </div> </div> </div> <div x-show="5 <= showCount4" x-cloak> <div @mouseenter="setPreview('vod45')" @mouseleave="setPreview()" @click="clickPreview('vod45')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13861-1-1.html"> <img :class="{ hidden: showPreview === 'vod45' || holdPreviews.includes('vod45') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250430-1/6a4391dfbf74fa1eb7ca981a73d584ce.jpg" alt="【中文】父亲不在家时、新来的继母笑着逗弄我的性欲、享受中出性爱的喝酒淫荡破婊人妻~流川莉央~MVSD-533"> </a> <a href="/13861-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 欧美日韩 </span> </a> <a href="/13861-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13861-1-1.html"> 【中文】父亲不在家时、新来的继母笑着逗弄我的性欲、享受中出性爱的喝酒淫荡破婊人妻~流川莉央~MVSD-533 </a> </div> </div> </div> <div x-show="6 <= showCount4" x-cloak> <div @mouseenter="setPreview('vod46')" @mouseleave="setPreview()" @click="clickPreview('vod46')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13859-1-1.html"> <img :class="{ hidden: showPreview === 'vod46' || holdPreviews.includes('vod46') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/1d6ecc327976044dc01d4f870b7244d8.jpg" alt="【中文】丈夫抽烟的5分钟遭公公每天中出10发直到怀孕~久留木玲~MEYD-627"> </a> <a href="/13859-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 欧美日韩 </span> </a> <a href="/13859-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13859-1-1.html"> 【中文】丈夫抽烟的5分钟遭公公每天中出10发直到怀孕~久留木玲~MEYD-627 </a> </div> </div> </div> <div x-show="7 <= showCount4" x-cloak> <div @mouseenter="setPreview('vod47')" @mouseleave="setPreview()" @click="clickPreview('vod47')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13858-1-1.html"> <img :class="{ hidden: showPreview === 'vod47' || holdPreviews.includes('vod47') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/abd3e38f5a7c3d44bc9b61d8a6423391.jpg" alt="【中文】老公抽烟的5分钟内和义父的短时中出!每天10发被迫致孕~高杉麻里~MEYD-440"> </a> <a href="/13858-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 欧美日韩 </span> </a> <a href="/13858-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13858-1-1.html"> 【中文】老公抽烟的5分钟内和义父的短时中出!每天10发被迫致孕~高杉麻里~MEYD-440 </a> </div> </div> </div> <div x-show="8 <= showCount4" x-cloak> <div @mouseenter="setPreview('vod48')" @mouseleave="setPreview()" @click="clickPreview('vod48')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13857-1-1.html"> <img :class="{ hidden: showPreview === 'vod48' || holdPreviews.includes('vod48') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/6667318d36ec973d58ce604588ecf09c.jpg" alt="【中文】老公抽烟的短时间内、被义理上的儿子每天中出~成咲优美~TOEN-059"> </a> <a href="/13857-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 欧美日韩 </span> </a> <a href="/13857-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13857-1-1.html"> 【中文】老公抽烟的短时间内、被义理上的儿子每天中出~成咲优美~TOEN-059 </a> </div> </div> </div> <div x-show="9 <= showCount4" x-cloak> <div @mouseenter="setPreview('vod49')" @mouseleave="setPreview()" @click="clickPreview('vod49')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13855-1-1.html"> <img :class="{ hidden: showPreview === 'vod49' || holdPreviews.includes('vod49') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/b494f6c2df9f3869584abec470919cb4.jpg" alt="【中文】连喉咙都是性感带!全身都能弄到高潮的变态女子~百枝萌~MOGI-047"> </a> <a href="/13855-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 欧美日韩 </span> </a> <a href="/13855-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13855-1-1.html"> 【中文】连喉咙都是性感带!全身都能弄到高潮的变态女子~百枝萌~MOGI-047 </a> </div> </div> </div> <div x-show="10 <= showCount4" x-cloak> <div @mouseenter="setPreview('vod410')" @mouseleave="setPreview()" @click="clickPreview('vod410')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13852-1-1.html"> <img :class="{ hidden: showPreview === 'vod410' || holdPreviews.includes('vod410') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/61ace08c597a93066848b73cb588a7ee.jpg" alt="【中文】连续24小时「葵司」紧急突击3个M男君们的家!即兴发挥全开痴女~葵司~SSIS-581"> </a> <a href="/13852-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 欧美日韩 </span> </a> <a href="/13852-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13852-1-1.html"> 【中文】连续24小时「葵司」紧急突击3个M男君们的家!即兴发挥全开痴女~葵司~SSIS-581 </a> </div> </div> </div> <div x-show="11 <= showCount4" x-cloak> <div @mouseenter="setPreview('vod411')" @mouseleave="setPreview()" @click="clickPreview('vod411')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13848-1-1.html"> <img :class="{ hidden: showPreview === 'vod411' || holdPreviews.includes('vod411') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/fbc41998bc9035941d285dd1d316c06d.jpg" alt="【中文】两位沙龙女的超兴奋榨取、逆3P生本番~真田纱奈~竹田麻衣~SCPX-465"> </a> <a href="/13848-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 欧美日韩 </span> </a> <a href="/13848-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13848-1-1.html"> 【中文】两位沙龙女的超兴奋榨取、逆3P生本番~真田纱奈~竹田麻衣~SCPX-465 </a> </div> </div> </div> <div x-show="12 <= showCount4" x-cloak> <div @mouseenter="setPreview('vod412')" @mouseleave="setPreview()" @click="clickPreview('vod412')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13847-1-1.html"> <img :class="{ hidden: showPreview === 'vod412' || holdPreviews.includes('vod412') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/a33a7242d13e4c0f9d5de870d90c3946.jpg" alt="【欧美】男朋友带他兄弟一起到酒店后入我"> </a> <a href="/13847-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 欧美日韩 </span> </a> <a href="/13847-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13847-1-1.html"> 【欧美】男朋友带他兄弟一起到酒店后入我 </a> </div> </div> </div> </div> <!-- 载入更多按钮 --> <!-- 加载更多按钮 --> <div class="text-center mt-5" x-show="showCount4 <= 4"> <template x-if="!loading4"> <a @click.prevent="loading4 = true; setTimeout(() => { showCount4 = 12; loading4 = false }, 500)" href="#" class="inline-flex items-center text-secondary hover:text-primary font-medium"> <span style="font-size: 1.1rem;">载入更多</span> <svg class="ml-1 h-6 w-6" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path> </svg> </a> </template> <!-- 加载中动画 --> <svg x-show="loading4" class="animate-spin mx-auto h-6 w-6 text-white mt-2" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"> <circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"></circle> <path class="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"></path> </svg> </div> </div> <div class="sm:container mx-auto mb-5 px-4" x-data="{ showCount5: 4, loading5: false }"> <div class="flex items-center justify-between pt-3 pb-6"> <div class="flex-1 min-w-0"> <h2 class="text-2xl font-bold leading-7 text-nord6 sm:text-3xl sm:truncate"> 网红明星 </h2> </div> <div class="flex"> <a href="/vodtype/5.html" class="text-nord4 hover:text-nord8"> 更多 <svg class="w-6 h-6 inline" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 9l3 3m0 0l-3 3m3-3H8m13 0a9 9 0 11-18 0 9 9 0 0118 0z"></path> </svg> </a> </div> </div> <div class="grid grid-cols-2 md:grid-cols-3 xl:grid-cols-4 gap-5"> <div x-show="1 <= showCount5" x-cloak> <div @mouseenter="setPreview('vod51')" @mouseleave="setPreview()" @click="clickPreview('vod51')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13853-1-1.html"> <img :class="{ hidden: showPreview === 'vod51' || holdPreviews.includes('vod51') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/f3beed9d13279678decdaf2764579870.png" alt="貌美小骚逼让小哥草爽了,激情3P淫声荡语不断"> </a> <a href="/13853-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 网红明星 </span> </a> <a href="/13853-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13853-1-1.html"> 貌美小骚逼让小哥草爽了,激情3P淫声荡语不断 </a> </div> </div> </div> <div x-show="2 <= showCount5" x-cloak> <div @mouseenter="setPreview('vod52')" @mouseleave="setPreview()" @click="clickPreview('vod52')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13851-1-1.html"> <img :class="{ hidden: showPreview === 'vod52' || holdPreviews.includes('vod52') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/0f80d85f3023825634407a8b8f398fed.png" alt="高颜值少女上位坐插高潮不断深插尖叫"> </a> <a href="/13851-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 网红明星 </span> </a> <a href="/13851-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13851-1-1.html"> 高颜值少女上位坐插高潮不断深插尖叫 </a> </div> </div> </div> <div x-show="3 <= showCount5" x-cloak> <div @mouseenter="setPreview('vod53')" @mouseleave="setPreview()" @click="clickPreview('vod53')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13850-1-1.html"> <img :class="{ hidden: showPreview === 'vod53' || holdPreviews.includes('vod53') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/4f3ab1bceda3983a947d2a96f0a06161.png" alt="猫耳少女肉丝美腿居家性爱站立侧入姿势经典"> </a> <a href="/13850-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 网红明星 </span> </a> <a href="/13850-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13850-1-1.html"> 猫耳少女肉丝美腿居家性爱站立侧入姿势经典 </a> </div> </div> </div> <div x-show="4 <= showCount5" x-cloak> <div @mouseenter="setPreview('vod54')" @mouseleave="setPreview()" @click="clickPreview('vod54')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13845-1-1.html"> <img :class="{ hidden: showPreview === 'vod54' || holdPreviews.includes('vod54') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/83a5608f497583943a672499ff5b7481.png" alt="【AI巨星性体验】『韩雪』极品少妇的精油按摩,用大腿内侧摩擦到射"> </a> <a href="/13845-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 网红明星 </span> </a> <a href="/13845-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13845-1-1.html"> 【AI巨星性体验】『韩雪』极品少妇的精油按摩,用大腿内侧摩擦到射 </a> </div> </div> </div> <div x-show="5 <= showCount5" x-cloak> <div @mouseenter="setPreview('vod55')" @mouseleave="setPreview()" @click="clickPreview('vod55')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13842-1-1.html"> <img :class="{ hidden: showPreview === 'vod55' || holdPreviews.includes('vod55') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/6927a6d997cc6c4ef541cbf6f9861128.png" alt="【AI巨星性体验】『文咏珊』推油按摩院的骚货技师"> </a> <a href="/13842-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 网红明星 </span> </a> <a href="/13842-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13842-1-1.html"> 【AI巨星性体验】『文咏珊』推油按摩院的骚货技师 </a> </div> </div> </div> <div x-show="6 <= showCount5" x-cloak> <div @mouseenter="setPreview('vod56')" @mouseleave="setPreview()" @click="clickPreview('vod56')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13817-1-1.html"> <img :class="{ hidden: showPreview === 'vod56' || holdPreviews.includes('vod56') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/3366b1598098b24a83e31ff0e6041ae1.png" alt="大胸肥穴熟女直播勾引上门按摩男技师"> </a> <a href="/13817-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 网红明星 </span> </a> <a href="/13817-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13817-1-1.html"> 大胸肥穴熟女直播勾引上门按摩男技师 </a> </div> </div> </div> <div x-show="7 <= showCount5" x-cloak> <div @mouseenter="setPreview('vod57')" @mouseleave="setPreview()" @click="clickPreview('vod57')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13781-1-1.html"> <img :class="{ hidden: showPreview === 'vod57' || holdPreviews.includes('vod57') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/f746fc3bc8d0277f7261f04c3fd8db29.jpg" alt="【AI巨星性体验】『董卿』勾引按摩师淫水狂流"> </a> <a href="/13781-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 网红明星 </span> </a> <a href="/13781-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13781-1-1.html"> 【AI巨星性体验】『董卿』勾引按摩师淫水狂流 </a> </div> </div> </div> <div x-show="8 <= showCount5" x-cloak> <div @mouseenter="setPreview('vod58')" @mouseleave="setPreview()" @click="clickPreview('vod58')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13768-1-1.html"> <img :class="{ hidden: showPreview === 'vod58' || holdPreviews.includes('vod58') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/cb9dc285e11be5d619d7b592fa7ce8fc.png" alt="萌萌小少女白嫩身材美乳淫穴诱惑性爱深插"> </a> <a href="/13768-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 网红明星 </span> </a> <a href="/13768-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13768-1-1.html"> 萌萌小少女白嫩身材美乳淫穴诱惑性爱深插 </a> </div> </div> </div> <div x-show="9 <= showCount5" x-cloak> <div @mouseenter="setPreview('vod59')" @mouseleave="setPreview()" @click="clickPreview('vod59')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13740-1-1.html"> <img :class="{ hidden: showPreview === 'vod59' || holdPreviews.includes('vod59') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/41feebc71d5e678ea3061f96f752da4e.png" alt="美女主播【狐狸不是妖】约粉丝性爱直播大秀第二场"> </a> <a href="/13740-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 网红明星 </span> </a> <a href="/13740-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13740-1-1.html"> 美女主播【狐狸不是妖】约粉丝性爱直播大秀第二场 </a> </div> </div> </div> <div x-show="10 <= showCount5" x-cloak> <div @mouseenter="setPreview('vod510')" @mouseleave="setPreview()" @click="clickPreview('vod510')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13704-1-1.html"> <img :class="{ hidden: showPreview === 'vod510' || holdPreviews.includes('vod510') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/7d0c612bd8dd9b1e35954b218601d5e8.png" alt="美乳嫩妹坐骑大屌抽插玩弄呻吟02"> </a> <a href="/13704-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 网红明星 </span> </a> <a href="/13704-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13704-1-1.html"> 美乳嫩妹坐骑大屌抽插玩弄呻吟02 </a> </div> </div> </div> <div x-show="11 <= showCount5" x-cloak> <div @mouseenter="setPreview('vod511')" @mouseleave="setPreview()" @click="clickPreview('vod511')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13702-1-1.html"> <img :class="{ hidden: showPreview === 'vod511' || holdPreviews.includes('vod511') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/72f0cad3884bf5f170d8a54fb249bc5d.png" alt="美乳嫩妹坐骑大屌抽插玩弄呻吟01"> </a> <a href="/13702-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 网红明星 </span> </a> <a href="/13702-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13702-1-1.html"> 美乳嫩妹坐骑大屌抽插玩弄呻吟01 </a> </div> </div> </div> <div x-show="12 <= showCount5" x-cloak> <div @mouseenter="setPreview('vod512')" @mouseleave="setPreview()" @click="clickPreview('vod512')" class="thumbnail group"> <div class="relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg"> <a href="/13691-1-1.html"> <img :class="{ hidden: showPreview === 'vod512' || holdPreviews.includes('vod512') }" class="w-full" src="https://img.tphsck.com/upload/vod/20250530-1/4505f827a269bf103c8e67225f84a582.png" alt="媚眼如丝,极品IG网红自慰啪啪合集"> </a> <a href="/13691-1-1.html"> <span class="absolute bottom-1 left-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-blue-800 bg-opacity-75"> 网红明星 </span> </a> <a href="/13691-1-1.html"> <span class="absolute bottom-1 right-1 rounded-lg px-2 py-1 text-xs text-nord5 bg-gray-800 bg-opacity-75"> 2025-05-30 </span> </a> </div> <div class="my-2 text-sm text-nord4 truncate"> <a class="text-nord4 group-hover:text-nord8" href="/13691-1-1.html"> 媚眼如丝,极品IG网红自慰啪啪合集 </a> </div> </div> </div> </div> <!-- 载入更多按钮 --> <!-- 加载更多按钮 --> <div class="text-center mt-5" x-show="showCount5 <= 4"> <template x-if="!loading5"> <a @click.prevent="loading5 = true; setTimeout(() => { showCount5 = 12; loading5 = false }, 500)" href="#" class="inline-flex items-center text-secondary hover:text-primary font-medium"> <span style="font-size: 1.1rem;">载入更多</span> <svg class="ml-1 h-6 w-6" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path> </svg> </a> </template> <!-- 加载中动画 --> <svg x-show="loading5" class="animate-spin mx-auto h-6 w-6 text-white mt-2" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"> <circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"></circle> <path class="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"></path> </svg> </div> </div> </div> </div> <div class="mb-5 lg:mb-10"> <a @click.prevent="window.scrollTo(0, 0)" href="#"> <span class="sr-only">返回最顶</span> <svg class="w-8 h-8 mx-auto text-nord6 hover:text-nord8" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 11l3-3m0 0l3 3m-3-3v8m0-13a9 9 0 110 18 9 9 0 010-18z"></path> </svg> </a> </div> <footer aria-labelledby="footerHeading" class="container mx-auto px-4"> <div class="max-w-7xl mx-auto py-12 lg:py-16"> <h2 id="footerHeading" class="sr-only">页尾</h2> <div class="xl:grid xl:grid-cols-3 xl:gap-8"> <div class="space-y-4 xl:col-span-1"> <a class="text-4xl leading-normal" href="/"> <span style="visibility: visible;" class="font-serif"><span class="text-zinc-50">小妇人电影免费观看正版,精品国产鲁一鲁一区二区,黄色视频在线免费观看,欧美av小荡货奶真大水多好紧视频</span><span class="text-primary">AV</span></span> </a> <p class="text-gray-500 text-base"> 小妇人电影免费观看正版,精品国产鲁一鲁一区二区,黄色视频在线免费观看,欧美av小荡货奶真大水多好紧视频</p> </div> <div class="mt-12 grid grid-cols-2 gap-8 xl:mt-0 xl:col-span-2"> <div class="md:grid md:grid-cols-2 md:gap-8"> <div class="md:mt-0"> <h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase"> 影片 </h3> <ul class="mt-4 space-y-4"> <li> <a href="/vod/play/sid/1/nid/1.html" class="text-base text-gray-500 hover:text-nord8"> 国产</a> </li> <li> <a href="/vod/play/sid/1/nid/1.html" class="text-base text-gray-500 hover:text-nord8"> 网曝黑料</a> </li> <li> <a href="/vod/play/sid/1/nid/1.html" class="text-base text-gray-500 hover:text-nord8"> 偷拍自拍</a> </li> <li> <a href="/vod/play/sid/1/nid/1.html" class="text-base text-gray-500 hover:text-nord8"> 欧美日韩</a> </li> <li> <a href="/vod/play/sid/1/nid/1.html" class="text-base text-gray-500 hover:text-nord8"> 网红明星</a> </li> <li> <a href="/vod/play/sid/1/nid/1.html" class="text-base text-gray-500 hover:text-nord8"> 动漫</a> </li> <li> </li> </ul> </div> <div class="mt-12 md:mt-0"> <h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase"> 搜寻 </h3> <ul class="mt-4 space-y-4"> <li> <a href="#" class="text-base text-gray-500 hover:text-nord8"> 女优 </a> </li> <li> <a href="#" class="text-base text-gray-500 hover:text-nord8"> 类型 </a> </li> <li> </li> </ul> </div> </div> <div class="md:grid md:grid-cols-2 md:gap-8"> <div> <h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase"> 连结 </h3> <ul class="mt-4 space-y-4"> <li> <a href="#" target="_blank" class="text-base text-gray-500 hover:text-primary"> 地址发布 </a> </li> <li> <a href="#" class="text-base text-gray-500 hover:text-primary"> 联络我们 </a> </li> <li> <a href="#" class="text-base text-gray-500 hover:text-primary"> 广告查询 </a> </li> <li> <a href="#" class="text-base text-gray-500 hover:text-primary"> 使用条款 </a> </li> <li> <a href="#" class="text-base text-gray-500 hover:text-primary"> 上传影片 </a> </li> </ul> </div> <div> <h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase"> 也可看看 </h3> <ul class="mt-4 space-y-4"> </ul> </div> </div> </div> </div> <div class="my-12 border-t border-gray-700 pt-8"> <p class="text-base text-gray-400 xl:text-center"> © 2022 <a class="align-middle text-lg" href="/"><span style="visibility: visible;" class="font-serif"><span class="text-zinc-50">小妇人电影免费观看正版,精品国产鲁一鲁一区二区,黄色视频在线免费观看,欧美av小荡货奶真大水多好紧视频</span><span class="text-primary">AV</span></span> </a> </p> </div> </div> </footer> </body></html>