@font-face {
    font-family: 'AlimamaFangYuanTiVF';
    src: url('/fonts/AlimamaFangYuanTiVF-Thin.woff2') format('woff2'),
         url('/fonts/AlimamaFangYuanTiVF-Thin.woff') format('woff'),
         url('/fonts/AlimamaFangYuanTiVF-Thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
  font-family: 'AlimamaFangYuanTiVF', sans-serif;
  background-color: #f4f4f4;
  color: #333;
  line-height: 1.6;
}
.warning-box {
  width: 80%;
  max-width: 600px;
  margin: 50px auto;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  border-radius: 8px;
  text-align: center;
}
.warning-box h2 {
  color: #d9534f;
}
.warning-box p {
  margin: 15px 0;
}
.warning-box a {
  color: #337ab7;
  text-decoration: none;
}
.warning-box a:hover {
  text-decoration: underline;
}
.warning-box button {
  padding: 10px 20px;
  margin: 5px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.warning-box button.confirm {
  font-family: 'AlimamaFangYuanTiVF', sans-serif;
  background-color: #5cb85c;
  color: white;
}
.warning-box button.cancel {
  font-family: 'AlimamaFangYuanTiVF', sans-serif;
  background-color: #f0ad4e;
  color: white;
}
