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

    @font-face {
      font-family: "DingTalk_JinBuTi";
      src: url("https://x-cdn.oss-accelerate.aliyuncs.com/fonts/dingtalk/DingTalk_JinBuTi.ttf");
    }

    .DingTalk-JinBuTi {
      font-family: "DingTalk_JinBuTi";
    }

    span {
      font-family: "DingTalk_JinBuTi";
    }

    body {
      background-color: #333;
      font-family: "DingTalk_JinBuTi";
    }

    [v-cloak] {
      display: none;
    }

    #app > .bg {
      position: fixed;
      z-index: 0;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-image: url(https://gmtang.oss-accelerate.aliyuncs.com/gmx_yinpos/download/bg.png);
      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: 60px;
      height: 60px;
      border-radius: 100px;
      vertical-align: middle;
      margin-right: 10px;
    }

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

    #app > .header .logo-2 {
      background-image: url(https://gmtang.oss-accelerate.aliyuncs.com/gmx_yinpos/download/mx-yinpos.png);
      height: 50px;
      width: 180px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
    }

    #app > .header > span.name {
      font-size: 40px;
    }

    #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;
    }

    .title-1 > .p-0 {
      font-size: 40px;
      /* -webkit-text-stroke: 1px #fff; */
      letter-spacing: 15px;
    }

    .title-1 > .p-1 {
      font-size: 16px;
      margin-top: 10px;
      opacity: .7;
      letter-spacing: 5px;
      font-weight: lighter;
    }

    .center-download > .p-2 {
      margin-top: 50px;
    }

    .center-download > .p-2 > button {
      padding: 10px 20px;
      background-color: #002ea5;
      color: #fff;
      border: solid 1px #5987ff;
      border-radius: 10px;
      font-size: 20px;
      cursor: pointer;
      margin-bottom: 10px;
    }

    .center-download > .p-2 > button > .icon {
      width: 30px;
      height: 30px;
      display: inline-block;
      vertical-align: middle;
    }

    .center-download > .p-2 > button > span {
      display: inline-block;
      vertical-align: middle;
    }

    .center-download > .p-3 {
      margin-top: 50px;
    }


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

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

    #model > .center > video {
      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: .8;
    }

    #app > .footer > a {
      color: #00ffff;
    }


    .show-video-btn {
      padding: 5px 15px;
      color: #00ffff;
      border: solid 1px;
      cursor: pointer;
      border-radius: 10px;
    }