<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>页面已删除 - 403</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body {
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
padding: 20px;
color: #333;
overflow-x: hidden;
}
.container {
max-width: 600px;
width: 100%;
text-align: center;
background: white;
padding: 40px;
border-radius: 12px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
word-wrap: break-word;
overflow-wrap: break-word;
}
.error-code {
font-size: 120px;
font-weight: bold;
color: #ff6b6b;
margin-bottom: 10px;
text-shadow: 3px 3px 0 rgba(255, 107, 107, 0.2);
}
.error-title {
font-size: 32px;
margin-bottom: 20px;
color: #444;
}
.error-message {
font-size: 18px;
line-height: 1.6;
margin-bottom: 30px;
color: #666;
}
.actions {
display: flex;
justify-content: center;
gap: 15px;
margin-top: 30px;
}
.btn {
padding: 12px 30px;
border-radius: 50px;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
display: inline-block;
}
.btn-primary {
background: #4b6cb7;
color: white;
}
.btn-primary:hover {
background: #395694;
transform: translateY(-3px);
box-shadow: 0 5px 15px rgba(75, 108, 183, 0.3);
}
.btn-secondary {
background: transparent;
color: #4b6cb7;
border: 2px solid #4b6cb7;
}
.btn-secondary:hover {
background: rgba(75, 108, 183, 0.1);
transform: translateY(-3px);
}
.error-icon {
font-size: 80px;
margin-bottom: 20px;
animation: pulse 1.5s infinite;
}
@keyframes pulse {
0% { transform: scale(1); }
50% { transform: scale(1.1); }
100% { transform: scale(1); }
}
.support {
margin-top: 30px;
font-size: 14px;
color: #888;
}
@media (max-width: 768px) {
body {
padding: 10px;
}
.container {
padding: 25px 15px;
border-radius: 8px;
}
.error-code {
font-size: 70px;
}
.error-title {
font-size: 22px;
margin-bottom: 15px;
}
.error-message {
font-size: 16px;
margin-bottom: 20px;
}
.error-icon {
font-size: 60px;
margin-bottom: 15px;
}
.actions {
flex-direction: column;
gap: 10px;
}
.btn {
padding: 10px 25px;
font-size: 14px;
}
}
@media (max-width: 480px) {
body {
padding: 10px 5px;
min-height: 100vh;
align-items: center;
justify-content: center;
}
.container {
padding: 25px 15px;
max-width: 95%;
margin: 0 auto;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.error-code {
font-size: 50px;
margin-bottom: 10px;
line-height: 1;
}
.error-title {
font-size: 18px;
margin-bottom: 15px;
line-height: 1.2;
}
.error-message {
font-size: 14px;
line-height: 1.4;
margin-bottom: 20px;
}
.error-icon {
font-size: 40px;
margin-bottom: 15px;
}
.btn {
padding: 8px 20px;
font-size: 13px;
}
.support {
font-size: 12px;
margin-top: 20px;
}
}
@media (max-width: 320px) {
.container {
padding: 20px 10px;
}
.error-code {
font-size: 45px;
}
.error-title {
font-size: 16px;
margin-bottom: 10px;
}
.error-message {
font-size: 13px;
margin-bottom: 15px;
}
.error-icon {
font-size: 35px;
margin-bottom: 10px;
}
}
</style>
</head>
<body>
<div class="container">
<div class="error-icon">🚫</div>
<h1 class="error-code">403</h1>
<h2 class="error-title">页面已被删除</h2>
<p class="error-message">
抱歉,您要访问的页面已被删除。<br>
</p>
</div>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?84a6f6c3cef80696d1c6f45729a7d9ff";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<script>
(function(){
var bp = document.createElement('script');
var curProtocol = window.location.protocol.split(':')[0];
if (curProtocol === 'https') {
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
}
else {
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
}
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(bp, s);
})();
</script>
</body>
</html>