    html,
    body,
    p {
      margin: 0;
      padding: 0;
    }

    body {
      background-color: #333;
    }

    #app>.bg {
      position: fixed;
      z-index: 0;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-image: url(https://x-cdn.oss-accelerate.aliyuncs.com/img/kg_work/kaigong_web/img/bg.jpeg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }

    #app>.bg::after {
      content: '';
      position: fixed;
      z-index: 1;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, .6);
    }

    #app>.header {
      position: fixed;
      left: 0;
      right: 0;
      margin: auto;
      top: 0;
      width: 100%;
      max-width: 1200px;
      padding: 20px;
      box-sizing: border-box;
      color: #fff;
      text-align: left;
      font-size: 24px;
      font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }

    #app>.header>img {
      width: 50px;
      height: 50px;
      border-radius: 5px;
      vertical-align: middle;
      margin-right: 10px;
    }

    #app>.header>span {
      display: inline-block;
      vertical-align: middle;
    }

    #app>.header>span.cn {
      font-size: 0;
      width: 120px;
      height: 30px;
      background-image: url(https://x-cdn.oss-accelerate.aliyuncs.com/img/kg_work/kaigong_web/img/cn-400-w.png);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
    }

    #app>.inside {
      width: 100%;
      max-width: 1200px;
      position: fixed;
      z-index: 1;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      padding: 20px;
      box-sizing: border-box;
    }

    #app>.inside>.p-0 {
      font-size: 40px;
      -webkit-text-stroke: 1px #f6ca9d;
      letter-spacing: 15px;
    }

    #app>.inside>.p-1 {
      font-size: 16px;
      margin-top: 10px;
      opacity: .7;
      letter-spacing: 5px;
      font-weight: lighter;
      -webkit-text-stroke: 1px #f6ca9d;
    }

    #app>.inside>.p-2 {
      margin-top: 20px;
    }

    #app>.inside>.p-2>button {
      padding: 10px 20px;
      background-color: #f6ca9d;
      color: #333;
      border: none;
      border-radius: 5px;
      font-size: 15px;
      cursor: pointer;
      letter-spacing: 5px;
      margin-right: 20px;
      margin-bottom: 20px;
    }

    #model {
      display: none;
    }

    #model>.bg {
      position: fixed;
      z-index: 11;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, .5);
      width: 100%;
      height: 100%;
    }

    #model>.center {
      position: fixed;
      z-index: 12;
      left: 50%;
      top: 50%;
      width: 200px;
      height: 200px;
      transform: translate(-50%, -50%);
    }

    #model>.center>img {
      width: 100%;
      height: 100%;
    }

    #app>.footer {
      color: #fff;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 100%;
      max-width: 1200px;
      text-align: center;
      font-size: 14px;
      padding: 10px;
      box-sizing: border-box;
      opacity: .68;
    }

    #app>.footer a {
      color: #fff;
      text-decoration: none;
    }