* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  html,
  body {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #fff;
    font-family: '-apple-system', 'PingFang TC', 'Microsoft JhengHei',
      'Source Sans Pro', Helvetica, sans-serif;
    background-color: #060612;
  }
  
  p {
    line-height: 1.8rem;
  }
  
  img {
    max-width: 100%;
  }
  
  a {
    text-decoration: none;
  }
  
  @media screen and (min-width: 0px) {
    #popup {
      display: none;
      width: 42.5333vw;
      position: fixed;
      top: 40%;
      left: 0;
      right: 0;
      font-size: 3.3333vw;
      text-align-last: center;
      line-height: 1.8;
      color: #fff;
      background: rgba(0, 0, 0, .7);
      border-radius: 1.333vw;
      margin: 0 auto;
      padding: 3.3333vw 4.66667vw;
      z-index: 9999;
  
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 1s linear;
    }
  
    .forever-container {
      width: 100%;
      height: auto;
      overflow: hidden;
    }
  
    header {
      display: block;
      position: relative;
      width: 100%;
      height: 20.46vw;
  
      background-image: url(../images/bg2.png);
      background-position-y: top;
      background-size: cover;
      background-repeat: no-repeat;
    }
  
    header > a > img {
      position: absolute;
      top: 3vw;
      left: 3.5vw;
      width: 29.33vw;
      height: 10.67vw;
      z-index: 1;
    }
  
    .pcd127e34df60cd6b {
      display: block;
      width: 100%;
      text-align: center;
      margin: 0 auto;
      padding-bottom: 8vw;
      text-align: center;
      background-image: url(../images/dh.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 0 4vw;
  
      position: relative;
      top: -4vw;
      left: 0;
    }
  
    .pcd127e34df60cd6b > .title {
      display: block;
      width: 31vw;
      margin: 0 auto;
    }
  
    .title > h1 {
      display: block;
      font-size: 4.66vw;
      font-weight: 400;
      color: #fff;
      padding: .66vw 5.33vw;
      border: 2px solid #32c5ff;
      background-color: #060612;
      border-radius: 10px;
      z-index: 10;
    }
  
    .pcd127e34df60cd6b > p {
      margin-top: 4.67vw;
      font-size: 3.33vw;
      color: #fff;
    }
  
    article {
      width: 100%;
      height: auto;
    }
  
    article > .link-box {
      display: flex;
      width: 70.67vw;
      height: 27vw;
      overflow: hidden;
      margin: 0 auto;
  
      flex-wrap: wrap;
      justify-content: space-between;
      align-content: space-between;
      margin-bottom: 9.33vw;
    }
  
    .link-box > a.link {
      display: inline-block;
      font-size: 4vw;
      font-weight: 700;
      color: #fff;
      text-decoration: none;
      padding: 1.4vw 6vw;
      background-color: #060612;
      border: 2px solid #32c5ff;
      border-radius: 100px;
    }
  
    article > .hd3d78d676f541d45 {
      display: block;
      width: 84vw;
      margin: 0 auto;
    }
  
    .hd3d78d676f541d45 > .address {
      position: relative;
      display: block;
      clear: both;
      width: 100%;
      height: 10.67vw;
      margin-bottom: 6.67vw;
    }
  
    .address > img {
      display: block;
      float: left;
      width: 10.67vw;
      height: 10.67vw;
    }
  
    .address > .text-box {
      float: left;
      height: 100%;
      margin-left: 4.93vw;
      color: #fff;
    }
  
    .address > .text-box > h1 {
      font-size: 4vw;
      font-weight: 400;
      margin-top: 0;
    }
  
    .address > .text-box > p {
      font-size: 3.46vw;
    }
  
    .address > a.btn {
      font-size: 4vw;
      text-decoration: none;
      color: #000;
      background-color: #fff;
      padding: 2vw 3.06vw;
      border-radius: 10px;
  
      position: absolute;
      right: 0;
      top: 50%;
      transform: translate(0, -50%);
    }
  
    footer {
      display: block;
      width: 83.47vw;
      margin: 8vw auto 11.33vw auto;
      color: #fff;
    }
  
    footer > div {
      border-bottom: 1px solid #fff;
    }
  
    footer > div > h1 {
      font-size: 4vw;
      font-weight: 400;
      text-align: center;
      border-bottom: 1px solid #fff;
      padding-bottom: 2vw;
      margin-bottom: 2.67vw;
    }
  
    footer > div > .tips-box {
      width: 100%;
    }
  
    footer > div > .tips-box > li {
      font-size: 2.67vw;
      line-height: 4.67vw;
      padding-bottom: 4vw;
    }
  
    footer > div > .tips-box > p {
      font-size: 2.67vw;
      margin-bottom: 3.3vw;
    }
  }
  
  @media screen and (min-width: 750px) {
    #popup {
      width: 319px;
      font-size: 25px;
      border-radius: 10px;
      padding: 25px 35px;
    }
  
    .forever-container {
      width: 750px;
      margin: 0 auto;
    }
  
    header {
      height: 153.5px;
    }
  
    header > a > img {
      position: absolute;
      top: 15px;
      left: 20px;
      width: 215px;
      height: 70px;
    }
  
    .pcd127e34df60cd6b {
      background-size: cover;
      background-position: 0 45px;
      padding-bottom: 70px;
      top: -45px;
    }
  
    .pcd127e34df60cd6b > .title {
      width: 230px;
    }
  
    .title > h1 {
      font-size: 35px;
      padding: 5px 40px;
    }
  
    .pcd127e34df60cd6b > p {
      margin-top: 30px;
      font-size: 25px;
    }
  
    article > .link-box {
      width: 530px;
      height: 170px;
      margin-bottom: 90px;
    }
  
    .link-box > a.link {
      font-size: 30px;
      padding: 12px 50px;
      border: 3px solid #32c5ff;
    }
  
    article > .hd3d78d676f541d45 {
      width: 620px;
    }
  
    .hd3d78d676f541d45 > .address {
      height: 80px;
      margin-bottom: 50px;
    }
  
    .address > img {
      width: 80px;
      height: 80px;
    }
  
    .address > .text-box {
      margin-left: 37px;
    }
  
    .address > .text-box > h1 {
      font-size: 30px;
    }
  
    .address > .text-box > p {
      font-size: 26px;
    }
  
    .address > a.btn {
      font-size: 30px;
      padding: 14px 23px;
    }
  
    footer {
      width: 100%;
      margin: 30px auto 85px auto;
    }
  
    footer > div {
      width: 620px;
      margin: 0 auto;
      border-bottom: 1px solid #fff;
    }
  
    footer > div > h1 {
      font-size: 30px;
      padding-bottom: 15px;
      margin-bottom: 20px;
    }
  
    footer > div > .tips-box > li {
      font-size: 20px;
      line-height: 35px;
      padding-bottom: 45px;
    }
  
    footer > div > .tips-box > p {
      font-size: 20px;
      margin-bottom: 30px;
    }
  }