<>
body { margin: 0; background: #000; font-family: 'Helvetica Neue'Arialsans-serif; }
.wc-banner {
width: 96%;
max-width: 1000px;
margin: 10px auto;
/* --- 核心:流动的渐变背景 --- */
background: linear-gradient(-45deg#8a1538#1e3a8a#701a75#991b1b);
background-size: 400% 400%;
animation: gradientMove 10s ease infinite;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: space-between;
padding: 8px 15px;
box-sizing: border-box;
border: 1px solid rgba(255,255,255,0.2);
min-height: 60px;
}
/* 背景流动动画 */
@keyframes gradientMove {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}
.wc-content { display: flex; align-items: center; gap: 10px; }
/* 纯文字打造的高级 Logo */
.wc-visual-logo {
background: rgba(2552552550.9);
color: #8a1538;
font-weight: 900;
font-size: 1.1rem;
width: 42px;
height: 42px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 8px;
box-shadow: 0 0 10px rgba(255,255,255,0.3);
flex-shrink: 0;
}
.wc-text h2 { margin: 0; font-size: 0.8rem; color: #fff; font-weight: bold; }
.wc-text p { margin: 0; font-size: 0.55rem; color: rgba(255,255,255,0.8); }
/* 倒计时样式 */
.wc-timer { display: flex; gap: 4px; }
.wc-box {
background: rgba(0,0,0,0.4);
border: 1px solid rgba(255,255,255,0.1);
width: 38px;
padding: 4px 0;
border-radius: 4px;
text-align: center;
}
.wc-num { font-size: 0.9rem; font-weight: bold; display: block; color: #fff; line-height: 1; }
.wc-label { font-size: 0.35rem; color: rgba(255,255,255,0.5); text-transform: uppercase; }
/* 💻 电脑端自动调整 */
@media (min-width: 800px) {
.wc-banner { padding: 20px 40px; min-height: 120px; border-radius: 20px; }
.wc-visual-logo { width: 70px; height: 70px; font-size: 1.8rem; border-radius: 12px; }
.wc-text h2 { font-size: 1.8rem; }
.wc-text p { font-size: 0.9rem; }
.wc-box { width: 75px; padding: 12px 0; border-radius: 10px; }
.wc-num { font-size: 2.2rem; }
.wc-label { font-size: 0.6rem; }
}
>
FIFA WORLD CUP™
12 June – 20 July 2026
MSPORT - Odds Langsung
<>
:root { --gold-deep: #8E6B18; --gold-bright: #FFD700; --msport-red: #FF0000; --msport-blue: #00AEEF; --dark-bg: #010409; }
* { border-radius: 0; box-sizing: border-box; }
body { margin: 0; background-color: var(--dark-bg); font-family: 'Segoe UI'Robotosans-serif; color: white; overflow-x: hidden; }
.banner-container { width: 100%; min-height: 750px; display: flex; justify-content: center; align-items: center; background: #010409; position: relative; overflow: hidden; }
.banner-container::before { content: ''; position: absolute; width: 1200px; height: 1200px; background: radial-gradient(circlergba(255000.45) 0%transparent 70%); top: -20%; left: -15%; filter: blur(100px); z-index: 1; animation: breathe 8s infinite alternate ease-in-out; }
.banner-container::after { content: ''; position: absolute; width: 1200px; height: 1200px; background: radial-gradient(circlergba(01742390.35) 0%transparent 70%); bottom: -20%; right: -15%; filter: blur(100px); z-index: 1; animation: breathe 8s infinite alternate-reverse ease-in-out; }
@keyframes breathe { 0% { transform: scale(1) rotate(0deg); opacity: 0.5; } 100% { transform: scale(1.3) rotate(10deg); opacity: 0.9; } }
.main-content { z-index: 10; width: 90%; max-width: 1100px; display: flex; justify-content: center; align-items: center; gap: 60px; }
.brand-zone { flex: 1.2; }
.brand-subtitle { color: var(--msport-blue); font-weight: 900; letter-spacing: 6px; font-size: 14px; margin-bottom: 8px; }
.brand-title { font-size: clamp(60px10vw115px); font-weight: 950; margin: 0; line-height: 0.85; letter-spacing: -5px; }
.m-red { color: var(--msport-red); text-shadow: 0 0 40px rgba(255,0,0,0.7); }
/* Rounded Buttons */
.btn-play { position: relative; background: linear-gradient(135degvar(--gold-deep)var(--gold-bright)var(--gold-deep)); background-size: 200% auto; color: #000; border: none; padding: 20px 70px; font-size: 22px; font-weight: 900; cursor: pointer; margin-top: 40px; text-decoration: none; display: inline-block; overflow: hidden; animation: shine 3s infinite linear; border-radius: 50px; }
.btn-play::after { content: ''; position: absolute; top: 0; left: -100%; width: 50%; height: 100%; background: linear-gradient(90degtransparentrgba(255,255,255,0.6)transparent); transform: skewX(-25deg); animation: sweep 3s infinite; }
@keyframes sweep { 0% { left: -100%; } 50% { left: 150%; } 100% { left: 150%; } }
@keyframes shine { to { background-position: 200% center; } }
.swiper-area { width: 380px; flex: 1; position: relative; }
.match-card { background: rgba(2552552550.03); backdrop-filter: blur(30px); border: 1px solid rgba(2552552550.12); padding: 35px 20px; height: 520px; display: flex; flex-direction: column; justify-content: space-between; box-shadow: 0 30px 60px rgba(0,0,0,0.6); }
.league-info { color: var(--msport-blue); font-weight: 950; font-size: 12px; text-align: center; letter-spacing: 1.5px; text-transform: uppercase; }
.match-time { color: rgba(255,255,255,0.4); font-size: 11px; text-align: center; margin-top: 6px; }
.team-row { display: flex; justify-content: center; align-items: center; gap: 10px; margin: 35px 0; }
.team-item { width: 95px; text-align: center; }
.team-logo { width: 55px; height: 55px; background: rgba(255,255,255,0.06); display: flex; align-items: center; justify-content: center; font-size: 26px; margin: 0 auto 12px; border: 1px solid rgba(255,255,255,0.1); }
.team-name { font-weight: 900; font-size: 14px; line-height: 1.2; height: 40px; display: flex; align-items: center; justify-content: center; color: #fff; }
.odds-grid { display: grid; grid-template-columns: repeat(31fr); gap: 10px; }
.odd-box { background: rgba(255,255,255,0.05); padding: 15px 2px; text-align: center; border: 1px solid rgba(255,255,255,0.08); }
.odd-box .num { font-size: 20px; font-weight: 900; color: var(--gold-bright); display: block; }
.odd-box .txt { font-size: 9px; color: #777; font-weight: 800; letter-spacing: 1px; }
.btn-bet { background: linear-gradient(180degvar(--gold-bright)var(--gold-deep)); color: #000; border: none; width: 100%; padding: 20px; font-size: 18px; font-weight: 950; cursor: pointer; margin-top: 25px; transition: 0.3s; border-radius: 8px; }
.swiper-pagination-bullet-active { background: var(--msport-red) !important; width: 35px !important; border-radius: 10px; }
@media (max-width: 950px) { .main-content { flex-direction: column; text-align: center; } .swiper-area { width: 100%; max-width: 360px; } }
>
MENGAMBIL ODDS TERKINI...
Slot
Kasino
Evolution
Playtech
Pragmatic Play
Pragmatic Play
Evolution
Sukan
M-SPORTS
SBOBET
E-SPORTS
IBCBET
Perlawanan
Global Gaming
Cockfight
Joker
Jili
Loteri
Keno
Malaysia Lottery
XOSO79
WC2026 Effects
<>
/* 1. 基础环境设置 - 确保页面正常 */
bodyhtml {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
background: #000; /* 纯黑背景 */
/* 删除了 overflow: hidden,恢复正常滑动感 */
}
/* 2. 左下角音乐控制按钮 - 固定在屏幕左下角 */
#music-btn {
position: fixed;
bottom: 30px;
left: 10px;
width: 50px;
height: 50px;
background: rgba(251191360.9);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 30px;
cursor: pointer;
z-index: 10001;
box-shadow: 0 0 20px rgba(251191360.6);
animation: pulse-gold 2s infinite;
}
@keyframes pulse-gold {
0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(251191360.7); }
70% { transform: scale(1.1); box-shadow: 0 0 0 15px rgba(251191360); }
100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(251191360); }
}
/* 3. 掉落特效画布 - 固定在背景层 */
#falling-canvas {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 10000;
}
>
⚽
Pemenang Teratas
VIDEO
Selamat datang ke Perjudian Atas Talian #1
Selamat datang ke SKY99 yang dipercayaidi mana anda bebas untuk menikmati berjuta-juta permainan perjudian dari keselesaan rumah anda sendiri dan pada bila-bila masa.
SKY99 menawarkan pelbagai permainan untuk anda nikmati. Semua permainan kami menggunakan animasi dan perisian terkini untuk memastikan anda akan melancarkan pengalaman dengan permainan kami.
Sebab Mengapa Anda Perlu Memilih SKY99 Sebagai Tapak Perjudian Nombor 1 Anda
Dalam industri perjudian atas talianSKY99 sebagai kasino dalam talian terbaik Malaysia yang paling terkenalKami menawarkan permainan kasino yang baru dan popular untuk anda pilih di Malaysia yang selamatterjamin dan boleh dipercayai.
Mengapa memilih SKY99
Kami mempunyai rangkaian permainan terluas daripada permainan kasinoslotbola hingga loteri 4D. Kami hanya menumpukan pada satu perkara dan satu perkara sahajauntuk menjadi tapak kasino anda yang dipercayai di Malaysia & Singapura dan memberikan anda pengalaman bermain yang terbaik.
Banyak Permainan Kasino
Kami sentiasa menambah permainan yang terbaru di kasino kami dari semasa ke semasa.
Sokongan 24/7 jam
Pelanggan kami di Singapura & Malaysia akan mengetahui betapa setianya kami berada di sana untuk anda setiap jam sepanjang hari.
Bonus & Promosi
SKY99 mahu anda bermula dengan mudah dan kami di sini untuk memberikan anda semua bonus & promosi yang menarik!
<>
.slides img {
-webkit-filter: drop-shadow(1px 5px 6px rgb(19114237));
filter: drop-shadow(1px 5px 6px rgb(19114237));
}
@media only screen and (max-width: 479px) {
.row_login {
position: relative;
}
}
>
<>
.fancybox-opened .fancybox-skin {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.fancybox-skin {
background: transparent;
}
#fancybox-loading.fancybox-close.fancybox-prev span.fancybox-next span {
background-image: none;
}
.fancybox-close {
top: 50px;
right: 30px;
width: 45px;
height: 45px;
}
.fancybox-lock {
width: auto !important;
}
#popmsg img {
width: 95%;
}
>