<!DOCTYPE html>
<html>
<head> <meta name="keywords" content="keywords_temp" />
<meta name="description" content="description_temp" />

	<title>Error page</title>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no" />
	<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
	<meta name="renderer" content="webkit" />
    <link rel="shortcut icon" href=" /favicon.ico">


	<style>
    *{padding: 0; margin: 0;}
		.icpMain{text-align: center;
                 position: relative;
                 min-height: 100vh;

                
        }
        .icplogo{width: 100%;
                padding: 0 25px;
                text-align: center;
                padding-top: 8%;
                box-sizing: border-box;
                margin: auto;
           }
        .icplogo img{max-width: 150px;
                   

        }
        .icpMain .text{
                         margin-top: 100px;
                         width: 100%;
                         box-sizing: border-box;
                         padding: 0 25px;
                         text-align: center;

        }
        .icpMain .text h1{color: #1d24ab;
                          font-size: 30px;
                          letter-spacing: 6px;
                          line-height: 36px;

        }
        .icpMain .text h4{font-size: 16px;
                         margin-top: 20px;
                         font-weight: normal;

        }
        .icpMain p{font-size: 14px;
                         color: #1e1e1e;
                         line-height: 26px;
                         margin-top: 15px;

        }
        .icpMain p a{color: #1e1e1e;
                           text-decoration: none;
                          
                           

        }
        .icpMain p a:hover{color: #1d24ab;}
        .bottom{position: absolute;
                bottom: 0px;
                width: 100%;
                height: 80px;
                text-align: center;
                background-color: #1d24ab;


        }
        @media screen and (max-width: 320px){
           .icpMain .text{margin-top: 20px;}
        }
	</style>
</head>
<body>
 <div class="icpMain">
     <div class="icplogo"><img src="/logo.png"></div>
     <div class="text">
         <h1>Oops!</h1>
         <p>This page does NOT exist</p>
         <h4>You may try to:</h4>
         <p>a. Check the URL, or go back to previous page</p>
         <p>b. Quick Access: <a href="/" style="font-weight: bold;">Home Page</a>，<a href="//jrsysy.com/about/index.html" style="font-weight: bold;">About Vinda</a>，<a href="//jrsysy.com/product/index.html" style="font-weight: bold;">Brands & Products</a></p>
          
     </div>
     <div class="bottom">
         <p style="color:#fff">Copyright © 2020 Vinda International Holdings Limited.<br /></p>
     </div>
 </div>

</body>
</html>

