@charset "utf-8";
@charset "utf-8";

 @font-face {
font-family: 'MiSans';
src: url(https://byte.8i5.net/font/misans/MiSans-Semibold.ttf) format('truetype');
font-weight: 700;
font-style: normal;
font-display: swap;
}
*{
font-family: "MiSans",system-ui, -apple-system, sans-serif !important;
} .ad {
text-align: justify;
border-radius: 8px;
position: relative;
background: #f2f4fc;
padding: 7px;
margin-bottom: 20px;
}
.ad:after {
content: "";
display: block;
width: 50px;
height: 25px;
position: absolute;
background: url(https://cdn.8i5.net/ooize/adsense.svg) 0 0 no-repeat;
right: 20px;
bottom: 6px;
background-size: 100%;
z-index: 1;
transform: rotateZ(0deg);
}
.adm{
border-radius: 8px;
} .word {
font-family: "youshe", sans-serif; opacity: 0.3; transform: scale(0.98); animation: flash 2s ease-in-out infinite; animation-fill-mode: both;
}
@keyframes flash {
0% {
opacity: 0.3;
transform: scale(0.98);
}
50% {
opacity: 1;
transform: scale(1.02); }
100% {
opacity: 0.3;
transform: scale(0.98);
}
} .alert {    
text-align: justify;    
border-radius: 15px;    
position: relative;    
border: 2px solid #fff;    
box-shadow: -4px 2px 71px 0px #3939391a;
padding: 15px;    
margin-bottom: 20px;
font-size:14px;
} 
.alert:after {    
content: "";    
display: block;    
width: 31px;    
height: 31px;    
position: absolute;    
background: url(https://img.8i5.net/img/copyright.svg) 0 0 no-repeat;    
right: 10px;    
bottom: 9px;    
background-size: 100%;    
z-index: 1;    
transform: rotateZ(360deg); 
}  #search-modal input{
border-color:#000;
font-size: 20px;
}
@media (min-width: 1024px) {
#search-modal {
height: 400px;
width: 950px;
top: 80px;
margin: 20px auto;
border-radius: 15px;
background-image: linear-gradient(0deg, #fbfbfb, #ffffff);
border: 5px solid #ffffff;
box-shadow: 0 4px 20px rgb(0 0 0 / 8%);
}
}
@media (max-width: 762px) {
#search-modal {
height: 400px; 
top:70px;
border-radius: 0 0 15px 15px;
box-shadow:0px 10px 10px -10px rgba(0 0 0 / 13%);
}
}
#search-modal form {
margin: 10px auto;
}  #loading {
display: flex;
justify-content: center;
align-items: center;
position: fixed;
z-index: 9999;
top: 50%;
left: 50%;
border: 2px solid #fff;
box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%);
transform: translate(-50%, -50%);
height: 80px;
width: 80px;
background: #fff;
border-radius: 20px;
opacity: 1;
}
#loading img {
width: 50px;
height: 50px;
}  .category-div {
background-color: #f9f9f9;
padding: 20px;
margin-bottom: 20px;
text-align: center;
border-radius: 10px;
margin: 15px;
}
.category-div .category-div-content {
display: flex;
align-items: center;
justify-content: center;
}
.category-div img {
max-width: 100px;
height: auto;
margin-right: 20px;
}
.category-div .text-and-link {
text-align: left;
}
.category-div p {
margin-bottom: 10px;
}
.category-div a {
color: #2655ff;
text-decoration: none;
}  .directory-container {
position: fixed;
left: 0;
top: 120px;
width: 260px;
max-height: 75vh;
margin: 0;
background-color: white;
border-radius: 0 16px 16px 0;
overflow: hidden;
z-index: 999;
box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.02);
will-change: width;
transition: transform 0.3s ease;
}
.directory-container.collapsed {
width: 48px;
}
.directory-header {
display: flex;
align-items: center;
padding: 12px 12px;
background:#2655ff;
height: 40px;
user-select: none;
border-bottom: 1px solid #e2e8f0;
}
.directory-title {
font-weight: 600;
color: #fff;
flex-grow: 1;
font-size: 14px;
letter-spacing: -0.2px;
}
.directory-toggle {
cursor: pointer;
padding: 6px;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
width: 28px;
height: 28px;
transition: transform 0.3s ease;
}
.directory-container.collapsed .directory-title {
display: none;
}
#list-ul {
padding: 0;
margin: 0;
overflow-y: auto;
max-height: calc(75vh - 52px);
counter-reset: h2;
display: block;
scrollbar-width: thin;
scrollbar-color: #e2e8f0 transparent;
}
.directory-container.collapsed #list-ul {
display: none;
}
#list-ul li {
list-style: none;
margin: 0;
padding: 0;
}
#list-ul li a {
display: flex;
align-items: center;
padding: 10px 16px;
text-decoration: none;
color: #64748b;
border-left: 2px solid transparent;
text-align: left;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: 13px;
position: relative;
margin-left: 0; }
#list-ul li a:hover {
background-color: #f8fafc;
border-left-color: #2655ff;
color: #334155;
}
#list-ul li a.current {
background-color: #eff6ff;
border-left-color: #2655ff;
color: #2655ff;
font-weight: 500;
}
#list-ul li a.current::before {
background-color: #2655ff;
} #list-ul::-webkit-scrollbar {
width: 4px;
}
#list-ul::-webkit-scrollbar-track {
background: transparent;
margin: 8px 0;
}
#list-ul::-webkit-scrollbar-thumb {
background: #e2e8f0;
border-radius: 2px;
}
#list-ul::-webkit-scrollbar-thumb:hover {
background: #cbd5e1;
} .post-link {
font-size: 14px; line-height: 1; }
.copy-button {
font-size: 14px; padding: 4px 8px; background-color: #f1f1f1; border: none; border-radius: 4px; line-height: 1; cursor: pointer;
color:#000;
} .notification-wrapper {
display: inline-block;
position: relative;
}
.notification-dot {
position: absolute;
right: -12px;
display: inline-block;
width: 10px;
height: 10px;
background-color: red;
border-radius: 50%;
}
.notification-text {
display: inline-block;
} .qr-code-container {
position: relative;
display: inline-block;
text-align: center; }
.qr-code {
display: none;
position: absolute;
bottom: 100%; left: 50%; transform: translateX(-50%); z-index: 1;
background-color: white;
padding: 10px;
border: 1px solid #ccc;
border-radius: 15px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
.qr-code img {
max-width: 200px;
height: auto;
}
.qr-code-container:hover .qr-code {
display: block;
}
.qr-trigger {
font-size: 14px; 
padding: 4px 8px; 
background-color: #f1f1f1; 
border: none; 
border-radius: 4px; 
line-height: 1; 
cursor: pointer;
color:#000;
} @media only screen and (max-width: 768px) {
.qr-code-container {
display: none;
}
}
.vip-alert {
border: 3px solid #1e1e1e;
background-color: #fcf8e3;
color:#1e1e1e;
padding: 15px;
margin: 20px auto;
width:100%;
border-radius: 10px;
text-align: center;
} .vip-container {
position: relative;
}
#vip-image {
width: 30px;
display:flex;
cursor: pointer;
}
.users-down-container {
display: none;
position: absolute;
padding: 15px;
border-radius: 30px;
background: #fff;
border: 2px solid #ffffff;
box-shadow: 0px 0px 50px 0px #00000014;
width: 400px;
z-index: 1000;
text-align: center;
top: 57px;
left: 50%;
transform: translateX(-50%);
max-height: 85vh;
overflow-y: auto;
overflow-x: hidden;
scrollbar-width: thin;
scrollbar-color: rgba(0, 0, 0, 0.05) transparent;
}
.users-down-container::-webkit-scrollbar {
width: 6px;
}
.users-down-container::-webkit-scrollbar-track {
background: transparent;
}
.users-down-container::-webkit-scrollbar-thumb {
border-radius: 3px;
background: rgba(0, 0, 0, 0.05);
transition: background 0.2s;
}
.users-down-container::-webkit-scrollbar-thumb:hover {
background: rgba(0, 0, 0, 0.1);
}
.users-down-profile {
display: flex;
align-items: center;
text-decoration: none;
color: inherit;
}
.avatar-container {
width: 100px; 
height: 100px; 
background-color: #f0f0f0; 
border-radius: 50%; 
display: flex; 
justify-content: center; 
align-items: center; 
overflow: hidden; 
margin-right: 15px; 
}
.avatar-container img {
width: 80px; 
height: 80px; 
border-radius: 50%; 
object-fit: cover; 
}
.users-down-profile-info {
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
text-align: left; }
.users-down-profile-info p:first-child {
color: #374151; 
font-size: 18px;
}
.users-down-profile-info p:last-child {
color: #6b7280;
}
.greeting-message {
margin-top: 15px; 
}
.users-down-menu {
display: flex;
flex-direction: column;
gap: 5px;
}
.users-down-menu-item {
display: flex;
justify-content: space-between;
align-items: center;
padding:15px 10px; 
color: #374151; 
transition: background-color 0.3s ease;
border-radius: 10px;
}
.users-down-menu-item:hover {
background-color: rgba(220, 220, 220, 0.5);
}
.users-down-menu-jiang {
display: flex;
justify-content: space-between;
align-items: center;
padding:15px 10px; 
color: #fff !important; 
background-image: url(https://img.8i5.net/image/prize-gezi-background-1.png);
background-size: cover;
border-radius: 10px;
}
.oak-flex {
display: flex;
}
.oak-justify-between {
justify-content: space-between;
margin-top: 10px;
}
.oak-items-center {
align-items: center;
font-size: 17px;
padding: 2 14px;
}
.oak-flex.oak-items-center i {
margin-right: 8px; 
}
.oak-text-lg {
font-size: 25px;
margin: 10px;
}
.oak-font-semibold {
font-weight: 600;
}
.oak-text-gray-500 {
position: relative;
width: 40px;
height: 40px;
top: -3px;
border-radius: 50%;
background-color: #f0f0f0;
overflow: hidden;
text-align: center;
line-height: 40px;
}
.vip-down-button {
margin-top: 1.5rem; 
width: 100%;
background-color: #1e1e1e; 
padding: 0.5rem 0; 
border-radius: 9999px; 
text-align: center;
height: 46px;
font-size: 17px;
}
.users-down-button {
margin-top: 1.5rem;
width: 100%;
background-color: #2655ff;
padding: 0.5rem 0;
border-radius: 9999px;
height: 46px;
font-size: 17px;
justify-content: center;
}
.profile-container{
width: -webkit-fill-available;
border-radius: 10px;
padding: 10px;
}
.vip-verification {
background-color:#ff7300;
color:#fff;
}
.video-verification {
background-color:#1e1e1e;
color:#eeb262;
}
.user-verification {
background-color:#2655ff;
color:#fff;
font-size: 20px;
}
.enter-verification {
background-color:#000;
color:#fff;
font-size: 20px;
}
.verification-all{
position: absolute;
top: 152px;
left: 93px;
width: 30px;
height: 30px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
border: 2px solid #ffffff;
}
.vip-down-user-icon{
margin-top: 5px;
} .vip-bit-icon{
background-image: linear-gradient(to bottom, #e8a833, #ebc874, #ae7222);background-clip: text;color: transparent;text-decoration: none; 
} .wp-network-offline-notice {
position: fixed;
top: 20px;
left: 50%;
transform: translate(-50%, -100%);
max-width: 245px;
width: 100%;
background: rgb(0 0 0 / 80%);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border-radius: 30px;
color: #ffffff;
text-align: center;
font-size: 15px;
z-index: 9999;
transition: transform 0.4s ease-in-out;
box-sizing: border-box;
pointer-events: none;
} .wp-network-offline-notice.show {
transform: translate(-50%, 0);
} @media (max-width: 480px) {
.wp-network-offline-notice {
top: 15px;
font-size: 14px;
border-radius: 20px;
}
} #oak-ai{
background: linear-gradient(135deg, #f0f4ff 0%, #ff4d4d 52%, #00e5cc 100%);
-webkit-text-fill-color: transparent;
background-clip: text;
background-size: 200% 200%;
animation: oakAiTextGradient 12s ease infinite;
}
@keyframes oakAiTextGradient{
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}.slider-live-list{list-style-type:none;padding:0;margin:0;}
.slider-live-item{position:relative;background-image:linear-gradient(0deg,#ffffff 0%,#f3f5f8 100%);box-shadow:8px 8px 20px 0 rgba(55,99,170,0.04);border:2px solid #fff;border-radius:8px;text-align:left;cursor:pointer;height:70px;display:flex;align-items:center;justify-content:flex-start;padding:0 15px;transition:box-shadow 0.3s,transform 0.2s;margin:10px 0;}
.slider-live-item:hover{transform:scale(0.98);box-shadow:4px 4px 15px rgba(55,99,170,0.2);}
.slider-live-img{max-width:50px;height:auto;margin-right:15px;border-radius:5px;}
.slider-live-item a{text-decoration:none;color:#333;flex-grow:1;font-weight:bold;text-align:left;line-height:1.2;display:flex;align-items:center;width:100%;}
.slider-live-desc{margin:3px 0 0;text-align:left;color:#666;font-size:12px;}
.slider-live-info{display:flex;flex-direction:column;justify-content:center;}
.slider-live-tag{position:absolute;top:6px;left:6px;background-color:#ff0003;color:#fff;font-size:10px;padding:0 6px;height:18px;line-height:18px;border-radius:12px;z-index:2;display:flex;align-items:center;}
.slider-live-tag::before{content:'';width:4px;height:4px;background:#fff;border-radius:50%;margin-right:4px;animation:slider-live-blink 1.5s infinite;}
@keyframes slider-live-blink{0%{opacity:1;}50%{opacity:0.5;}100%{opacity:1;}}
.slider-live-meta{display:flex;align-items:center;gap:6px;font-size:12px;color:#999;line-height:1.3;margin-top:2px;}
.slider-live-cate{white-space:nowrap;}
.slider-live-time{white-space:nowrap;}
.slider-live-meta span:nth-child(2)::before{content:'|';margin-right:6px;}
.slider-live-empty{text-align:center;padding:20px;color:#999;font-size:13px;} #clawPopup{display:none;position:fixed;top:90px;right:20px;z-index:9999;width:320px;background:#1a1a1a;border-radius:12px;padding:18px;box-shadow:0 8px 32px rgba(0,0,0,0.4);box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}
#clawPopup.show{display:block;transform:translateX(120%);opacity:0;animation:claw-slide-in 0.5s ease-out forwards}
.claw-popup-close{position:absolute;top:15px;right:15px;color:#999;font-size:20px;cursor:pointer;background:transparent;border:none;padding:0;line-height:1}
.claw-popup-close:hover{color:#fff}
.claw-popup-header{display:flex;align-items:center;gap:10px;margin-bottom:18px}
.claw-popup-icon{width:50px;height:50px;background:#2d2d2d;border-radius:10px;display:flex;align-items:center;justify-content:center}
.claw-popup-icon img{width:34px;height:34px}
.claw-popup-title-wrap{display:flex;flex-direction:column}
.claw-popup-title{font-size:22px;font-weight:600;display:flex;align-items:center;gap:8px;margin:0;background:linear-gradient(135deg,#f0f4ff,#ff4d4d 52%,#00e5cc);-webkit-background-clip:text;background-clip:text;color:transparent}
.claw-popup-dot{width:8px;height:8px;background:#ff4d4d;border-radius:50%;animation:claw-blink 1.2s infinite alternate}
@keyframes claw-blink{0%{opacity:1;transform:scale(1)}100%{opacity:0.3;transform:scale(0.8)}}
.claw-popup-subtitle{font-size:12px;color:#999;margin-top:-2px;text-transform:uppercase;letter-spacing:1px}
.claw-popup-desc{font-size:15px;line-height:1.5;color:#e0e0e0;margin-bottom:18px}
.claw-popup-desc strong{color:#ff4d4d}
.claw-popup-features{margin-bottom:20px}
.claw-popup-feature{display:flex;align-items:center;gap:10px;margin-bottom:12px;font-size:14px;color:#e0e0e0}
.claw-popup-check{width:18px;height:18px;background:#ff4d4d;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#1a1a1a;font-weight:bold;font-size:11px}
.claw-popup-button{width:100%;background:#ff4d4d;color:#fff;border:none;border-radius:12px;padding:8px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;text-decoration:none}
@keyframes claw-slide-in{0%{transform:translateX(120%);opacity:0}100%{transform:translateX(0);opacity:1}} .video-home-playlist-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 20px;
}
@media (max-width: 1199px) {
.video-home-playlist-grid {
display: none;
}
.video-home-vip-title {
display: none;
}
} .video-home-vip-title {
font-size: 24px;
font-weight: 700;
margin: 0 0 25px 0;
padding: 10px 0;
text-align: center;  background: linear-gradient(120deg, #f9e9b9 0%, #ebc874 50%, #d9b058 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
position: relative;
} .video-home-vip-title::after {
content: '';
position: absolute;
left: 50%; transform: translateX(-50%); bottom: 0;
width: 60px;
height: 3px;
background: linear-gradient(90deg, #ebc874, #d4a848);
border-radius: 3px;
}
.video-home-playlist-card {
background: #fff;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
transition: transform 0.3s ease;
position: relative;
cursor: pointer;
}
.video-home-playlist-card:hover {
transform: translateY(-5px);
}
.video-home-thumbnail {
position: relative;
width: 100%;
padding-top: 56.25%;
overflow: hidden;
}
.video-home-thumbnail img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.3s ease;
}
.video-home-playlist-card:hover .video-home-thumbnail img {
transform: scale(1.05);
}
.video-home-play-icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #fff;
font-size: 40px;
opacity: 0;
transition: all 0.3s ease;
text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.video-home-playlist-card:hover .video-home-play-icon {
opacity: 1;
}
.video-home-info {
padding: 15px;
}
.video-home-title {
font-size: 16px;
font-weight: 600;
margin-bottom: 8px;
color: #333;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.video-home-description {
font-size: 14px;
color: #666;
margin-bottom: 10px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
height: 40px;
}
.video-home-meta {
display: flex;
flex-wrap: wrap;
gap: 8px;
font-size: 12px;
color: #999;
}
.video-home-meta i {
margin-right: 3px;
}
.video-home-no-results {
text-align: center;
padding: 40px 0;
color: #666;
}
.video-home-no-results i {
font-size: 40px;
margin-bottom: 15px;
color: #ddd;
}
.video-home-vip-modal {
position: fixed;
top: 0;   
right: 0;      
bottom: 0;     
left: 0;       
display: none;
align-items: center;
justify-content: center;
z-index: 99999;
box-sizing: border-box;
}
.video-home-modal-content {
background: rgb(255 255 255 / 80%);
backdrop-filter: blur(15px);
-webkit-backdrop-filter: blur(15px);
border-radius: 12px;
padding: 40px 20px;
text-align: center;
max-width: 450px;
width: 90%;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
border: 1px solid rgba(255, 255, 255, 0.2);
box-sizing: border-box;
}
.video-home-modal-content img {
width: 120px;
margin-bottom: 20px;
}
.video-home-modal-content p {
font-size: 18px;
color: #333;
margin-bottom: 30px;
line-height: 1.6;
font-weight: 500;
}
.video-home-modal-close {
background: #ff4444;
color: #fff;
border: none;
padding: 0px 30px;
border-radius: 30px;
font-size: 16px;
cursor: pointer;
transition: all 0.3s ease;
}
.video-home-modal-close:hover {
background: #cc0000;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(255, 68, 68, 0.3);
} .video-oak-list {
list-style-type: none;
padding: 0;
margin: 0;
}
.video-oak-list li {
background-image: linear-gradient(0deg, #ffffff 0%, #f3f5f8 100%);
box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, 0.04);
border: 2px solid #fff;
border-radius: 8px;
text-align: left;
cursor: pointer;
height: 70px;
display: flex;
align-items: center;
justify-content: flex-start;
padding: 0 15px;
transition: box-shadow 0.3s, transform 0.2s;
margin: 10px 0;
}
.video-oak-list li:hover {
transform: scale(0.98);
box-shadow: 4px 4px 15px rgba(55, 99, 170, 0.2);
}
.video-oak-list img {
max-width: 50px;
height: auto;
margin-right: 15px;
border-radius: 5px;
}
.video-oak-list a {
text-decoration: none;
color: #333;
flex-grow: 1;
font-weight: bold;
text-align: left;
line-height: 1.2;
display: flex;
align-items: center;
width: 100%;
}
.video-oak-list p {
margin: 3px 0 0;
text-align: left;
color: #666;
font-size: 12px;
}
.video-oak-list div {
display: flex;
flex-direction: column;
justify-content: center;
} .vip-alert-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
backdrop-filter: blur(5px);
z-index: 1000;
}
.vip-alert-content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: #fff;
padding: 20px 30px;
border-radius: 10px;
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
text-align: center;
}
  ::-webkit-scrollbar {width: 8px;height: 12px;}
div::-webkit-scrollbar {width: 6px;height: 10px;}
::-webkit-scrollbar-track {background: #f5f5f5;}
::-webkit-scrollbar-thumb {border-radius: 16px;background: #bcbcbc;}
::-webkit-scrollbar-thumb:window-inactive,
::-webkit-scrollbar-thumb:vertical:hover,
::-webkit-scrollbar-thumb:vertical:active {background: #a8a8a8;} img{
border-radius:15px;
} .sitetips {
background:
conic-gradient(
from -45deg at 400px 300px,
hsla(170deg, 100%, 70%, .7),
transparent 50%,
hsla(219deg, 90%, 80%, .5) 100%),
linear-gradient(-45deg, #060d5e, #002268);
border: 1px;
position: fixed;
bottom: 73px;
left: 0;
right: 0;
z-index: 998;
width: 50%;
max-width: 525px;
border-radius: 7px;
font-size: 15px; padding: 14px 35px 12px;
color: #ffffff;
margin: 0 auto;
text-align: center;
} .phone{
display: block;
}
@media (max-width: 1064px) {
.phone{
display: none !important;
}
} .win{
display: none;
}
@media (max-width: 1000px) {
.win{
display: block !important;
}
}