﻿<!DOCTYPE html>
<html lang="en">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <meta name="viewport"
          content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
    <meta name="apple-mobile-web-app-capable" content="no">
    <meta name="format-detection" content="telephone=no">
    <title>错误页面</title>
    <style>
        body{ padding: 0; margin: 0;}
        /*wrong_page*/
        .wrong_bg{ width:80%; margin:30px auto;}
        .img_box{margin: 0 auto;max-width: 500px;}
        .wrong_bg img{ width:100%;}
        .wrong_til{ text-align: center; width:60%; padding:0 5px; line-height: 20px; font-size: 20px; margin:10px auto;font-family: "Microsoft YaHei" ! important;}
        .wrong_text{ line-height: 20px; font-size: 12px; width:60%; margin:10px auto;}
        .reload_btn{ line-height: 34px; width:160px; margin:10px auto; border:1px solid #49d5f3; border-radius: 17px; color:#49d5f3; font-size: 16px; text-align: center;}

    </style>
</head>
<body>
    <div class="wrong_bg">
        <div class="img_box"><img src="https://media.youanbao.com.cn/images/common/wrong_bg.png"></div>
    </div>
    <div class="wrong_til">很抱歉，页面它好像迷路了，请稍后再试。</div>
</body>
</html>