<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="applicable-device" content="pc">
    <meta name="renderer" content="webkit">
    <meta name="keywords" content="">
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
    <!--  <link th:href="@{/images/favicon.ico}" type="image/x-icon" rel="icon"/>-->
    <title>获取数据失败</title>
    <style>
    * {
      margin: 0;
      padding: 0;
    }

    body {
      font: 14px/150% "微软雅黑", "宋体", Arial;
      color: #848685;
      background: #ffffff;
    }

    a {
      color: #0000cb;
      cursor: pointer;
    }

    a:hover {
      text-decoration: underline;
    }

    h1 {
      padding: 0;
      margin: 0
    }

    #container {
      border: 1px #656565 solid;
      margin: 0 5px;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
    }

    fieldset {
      margin: 10px 0;
      border: #fff solid 1px;
      border-top-color: #ccc;
    }

    legend {
      margin: 0 0 0 12px;
      padding: 0 5px;
      font-weight: bold;
      font-size: 18px;
      color: #000
    }

    .clause {
      padding: 8px 15px;
      margin: 5px
    }

    .clause p {
      font-size: 14px;
      line-height: 150%;
      text-indent: 2em;
      line-height: 150%;
    }

    .clause .unline {
      text-decoration: underline;
      color: #ffffff
    }

    #btn {
      border-top: 1px solid #ededed;
      background: #f8f8f8;
      align: center;
    }

    #btn {
      padding: 10px 5px;
      text-indent: 0;
      background: #f8f8f8;
      border-top: #ededed;
      border-radius: 0 0 5px 5px;
      -webkit-border-radius: 0 0 5px 5px;
      -moz-border-radius: 0 0 5px 5px;
      text-align: center
    }

    #btn input {
      border: 0;
      text-indent: 0;
      font-size: 20px;
      cursor: pointer;
      display: inline-block;
      height: 55px;
      line-height: 55px;
      width: 100%;
      border: 1px solid #82a0be;
      background: -webkit-gradient(linear, 0 0, 0 47%, from(#e4edf6), to(#c6d4e2));
      background: -moz-linear-gradient(top, #e4edf6, #c6d4e2 47%);
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      text-shadow: 1px 1px 0 #fff;
      text-decoration: none;
      color: #3c638b;
      font-weight: bold
    }

    #inner-table {
      width: 100%;
      border-collapse: collapse;
    }

    #inner-table td {
      padding: 0px;
      font-size: 12px;
      text-align: center;
      border: 1px solid #444;
    }


    </style>
</head>

<body style="margin-bottom: 30px">
<!--<h1><a href="javascript:;"  title="点击到光秒网络首页" style="display:block;height:100px;line-height:100px;font-size:12px;color:#333; text-decoration: none">
  <img style="vertical-align: middle;" th:src="@{/images/acelogo.png}">
  <img style="vertical-align: middle;" th:src="@{/images/logo.png}">
  <img style="vertical-align: middle;" th:src="@{/images/center.png}">
  </a></h1>-->
<div id="container">
    <div class="clause">
        <span><p>获取数据失败</p></span>
    </div>
</div>

</body>

</html>