<!DOCTYPE html>
<html lang="zh-CN">
<head> <meta name="keywords" content="keywords_temp" />
<meta name="description" content="description_temp" />

  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <meta http-equiv="X-UA-Compatible" content="ie=edge" />
  <title>系统维护</title>
  <style>
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    html,
    body {
      height: 100%;
    }
    .page-server-error {
      text-align: center;
      color: #252525;
      height: 100%;
    }
    .page-server-error__inner {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      padding: 0 20px;
    }
    .page-server-error__brand {
      font-size: 32px;
      color: #003150;
      margin-top:14px;
      letter-spacing: 2px;
      font-weight: 600;
      font-family: 'Microsoft YaHei', sans-serif;
    }
    .page-server-error__title {
      font-size: 80px;
      margin-bottom: 30px;
      margin-top: 30px;
      font-weight: 700;
    }
    .page-server-error__desc {
      font-size: 14px;
      margin-top: 30px;
      color: #252525;
      font-family: 'Microsoft YaHei';
    }
    .page-server-error__desc a {
      color: #003150;
      text-decoration: none;
    }
    .page-server-error__desc a:hover {
      text-decoration: underline;
    }
    .page-server-error__content {
      font-size: 14px;
      font-weight: 700;
      color: #666;
    }
    .page-server-error__content img {
      max-width: 220px;
    }
    .page-btn {
      width: 120px;
      height: 50px;
      margin: 40px auto 0;
      border-radius: 25px;
      background: #003150;
      border: 1px solid #003150;
      color: #FFFFFF;
      font-size: 12px;
      cursor: pointer;
      transition: all 0.3s;
      line-height: 50px;
      display: inline-block;
    }
    .page-btn:hover {
      background: #fff;
      border: 1px solid #003150;
      color:#003150;
      transition: all 0.3s;
    }
    @media screen and (max-width: 750px) {
      .page-server-error__title {
        font-size: 28px;
      }
      .page-server-error__brand {
        font-size:24px;
      }
    }
  </style>
</head>
<body>
  <div class="page-server-error">
    <div class="page-server-error__inner">
      <div class="page-server-error__content">
       
        
        <div class="page-server-error__brand">Longines浪琴表官网</div>
      </div>
      <div class="page-server-error__title">网站维护中，敬请谅解</div>
      <span class="page-server-error__desc">如需帮助，请致电客服 <a class="font-regular" href="tel:400-670-1832">400-670-1832</a></span>
      
      
    </div>
  </div>
</body>
</html>