<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="http://zjyunjie.oss-cn-hangzhou.aliyuncs.com/webresource/iconLogo.png" type="image/x-icon" />
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
<title>系统正在维护升级中</title>
<style>
  html,body{height: 100%;font-size: 14px;line-height: 2;color: #505050;cursor: pointer;}
  *{margin: 0;padding: 0;}
  .main{display: flex;background: url('http://zjyunjie.oss-cn-hangzhou.aliyuncs.com/webresource/bg.jpg') 50% 50% no-repeat;background-size: cover;height: 100%;}
  .main .box-1{display: flex;width: 33.33%;background-color: #f0f0f0;flex-direction: column;align-items: center;justify-content: center;}
  .main .box-1 .contents{margin: 0 auto;width: 80%;}
  .main .box-1 .contents h2{font-size: 32px;}
  .main .box-1 .contents h4{font-size: 16px;font-weight: normal;margin-bottom: 30px;}
  .main .box-1 .contents p{}
  .main .box-2{width: 66.66%;display: flex;flex-direction: column;align-items: center;justify-content: center;}
  .main .box-2 .logo{margin: 0 auto ;width: 50%;}
  .main .box-2 .logo img{object-fit: contain;width: 100%;height: 100%;}
  @media (max-width:1024px){
    .main .box-1 .contents h2{font-size: 30px;}
  }
  @media (max-width:768px){
    .main{flex-direction: column;}
    .main .box-1, .main .box-2{width: 100%;height:50%;background-color: transparent;}
    .main .box-1 .contents{margin: 12% auto;background-color: rgba(24,24,24,.8);color: #fff;padding: 30px;}
    .main .box-2 .logo{margin: auto;width: 60%;}
  }
</style>
</head>
<body>
<div class="main">
  <div class="box-1">
    <div class="contents">
      <h2>系统正在维护升级中</h2>
      <h4>为了提供稳定的用户体验、提高系统的安全性，正在开展技术升级，升级期间给您带来的不便，敬请谅解。</h4>
      <p>技术支持：0511-83998555</p>
      <p>电子邮箱：liht@yirun.net</p>
    </div>
  </div>
  <div class="box-2">
    <div class="logo">
      <img src="http://zjyunjie.oss-cn-hangzhou.aliyuncs.com/webresource/yjlogo.png" />
    </div>
  </div>
</div>
</body>
</html>