域名即将失效!
该域名即将失效,请及时收藏我们的最新地址。
点击这里前往最新地址'); opacity: 0.1; } .content { position: relative; z-index: 1; background: rgba(0, 0, 0, 0.8); padding: 40px; border-radius: 20px; max-width: 90%; width: 500px; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.1); animation: fadeIn 0.5s ease-out; } @keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } h2 { font-size: 2.5rem; margin-bottom: 30px; color: #ff4444; text-shadow: 0 0 10px rgba(255, 68, 68, 0.5); animation: pulse 2s infinite; } @keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.05); } 100% { transform: scale(1); } } p { font-size: 1.3rem; margin-bottom: 30px; line-height: 1.6; color: #fff; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); } a { display: inline-block; padding: 18px 40px; background: linear-gradient(45deg, #ff4444, #ff6b6b); color: #fff; font-size: 1.5rem; text-decoration: none; border-radius: 50px; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(255, 68, 68, 0.3); border: none; cursor: pointer; position: relative; overflow: hidden; } a:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(255, 68, 68, 0.4); background: linear-gradient(45deg, #ff6b6b, #ff4444); } a:active { transform: translateY(1px); } #countdown { font-size: 1.2rem; color: #ff4444; margin: 20px 0; font-weight: bold; text-shadow: 0 0 10px rgba(255, 68, 68, 0.3); } .footer { margin-top: 30px; font-size: 1rem; color: rgba(255, 255, 255, 0.7); border-top: 1px solid rgba(255, 255, 255, 0.1); padding-top: 20px; } .warning-icon { font-size: 3rem; margin-bottom: 20px; animation: rotate 2s infinite; } @keyframes rotate { 0% { transform: rotate(0deg); } 25% { transform: rotate(-10deg); } 75% { transform: rotate(10deg); } 100% { transform: rotate(0deg); } } .progress-bar { width: 100%; height: 4px; background: rgba(255, 255, 255, 0.1); border-radius: 2px; margin: 20px 0; overflow: hidden; } .progress { width: 100%; height: 100%; background: linear-gradient(90deg, #ff4444, #ff6b6b); transition: width 1s linear; } @media (max-width: 480px) { .content { padding: 20px; margin: 20px; } h2 { font-size: 2rem; } a { padding: 15px 30px; font-size: 1.2rem; } }