﻿<html>
<head>
<title>提示信息</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <style>
        a{
            text-decoration: none;
        }
        .ysTip
        {
            float: none !important;
            display: inline-block;
            background: #fafafa;
            margin: 0 auto;
            position: absolute;
            top: 33%;
            left: 50%;
            transform: translate(-50%,-50%);
            text-align: center;
            border-radius: 6px;
            padding: 40px 120px;
        }
        .ysTip img{
            width: 68px;
            margin: 0 auto;
        }
        .ysTip .ico_sus
        {
            display: none;
        }
        .ysTip h1
        {
            font-size: 34px;
            line-height: 2;
            margin: 12px auto;
            color: #454545;
            letter-spacing: 1px;
        }
        .ysTip p
        {
            font-size: 17px;
            color: #666;
        }
        .ysTip_btn
        {
            margin-top: 20px;
        }
        .ysTip_btn a
        {
            display: inline-block;
            padding: 12px 30px;
            color: #fff;
            margin: 10px;
            border-radius: 6px;
        }
        .btn_cls
        {
            background: #999;
        }
        .btn_true
        {
            background: #00a0e9
        }
    </style><base target='_self'/>
</head>
<body leftmargin='0' topmargin='0' bgcolor='#FFFFFF'>
<center>
<script type="text/javascript">
</script>
<div id="onne" style="position: fixed;width: 100%;height: 100%;background: rgba(0,0,0,0.5);top: 0;left: 0;">

    <div class="ysTip">
        <div class="">
            <div class="ysTip_ico"> <img class="" src="/admin/images/tip222.png" alt=""> 
            </div>
            <h1>提示信息</h1><p>请正确访问！<br /></p><div class="ysTip_btn"><a class='btn_true' href='javascript:history.back()'>OK</a></div><br/>   </div></div></div></center>
</body>
</html>
