@import url(./normalize.css);
html {
  font-family: "Noto Sans TC", "PingFangTC-Regular", "Heiti TC", "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html body {
  margin: 0;
  font-size: 0;
  background-color: #000000;
  user-select: none;
}

html .container {
  max-width: 1920px;
  min-width: 1200px;
  height: 990px;
  background-size: cover;
  background-position: center top;
  background-image: url(./img/body-bg.jpg);
}

html .container::after {
  display: block;
  content: "";
  clear: both;
}

html .header {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
}

html .header::after {
  display: block;
  content: "";
  clear: both;
}

html .header .logo {
  display: block;
  float: left;
  width: 228px;
  height: 81px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/logo.png);
}

html .header .right {
  float: right;
}

html .header .right a {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

html .header .right a.homepage {
  width: 55px;
  height: 54px;
  background-image: url(./img/icon-home-off.png);
}

html .header .right a.homepage:hover {
  background-image: url(./img/icon-home-on.png);
}

html .header .right a.f_acebook {
  width: 36px;
  height: 55px;
  background-image: url(./img/icon-f_b-off.png);
  margin-left: 35px;
}

html .header .right a.f_acebook:hover {
  background-image: url(./img/icon-f_b-on.png);
}

html .header .right a.link {
  width: 209px;
  height: 119px;
  background-position: center top;
  background-size: cover;
  margin-left: 35px;
}

html .header .right a.link.download {
  background-image: url(./img/download.png);
}

html .header .right a.link.download:hover {
  background-position: center bottom 4px;
}

html .header .right a.link.account {
  background-image: url(./img/account.png);
}

html .header .right a.link.account:hover {
  background-position: center bottom -2px;
}

html .nav {
  float: right;
  width: 40%;
  overflow: hidden;
}

html .nav a {
  display: block;
  width: 823px;
  height: 91px;
  background-image: url(./img/mainBtn-off-pc.png);
  margin-bottom: 20px;
  text-decoration: none;
  box-sizing: border-box;
  padding: 16px 0 10px 140px;
  position: relative;
}

html .nav a:hover {
  background-image: url(./img/mainBtn-on-pc.png);
}

html .nav a div {
  font-weight: bold;
}

html .nav a div:nth-child(1) {
  font-size: 24px;
  color: #fff7cb;
}

html .nav a div:nth-child(2) {
  font-size: 30px;
  color: #fff;
}

@media (max-width: 768px) {
  html .container {
    min-width: 0;
    width: 100%;
    height: 303.77604vw;
    background-image: url(./img/body-bg-mb.jpg);
    overflow: hidden;
  }
  html .header {
    width: 100%;
    padding: 2.60417vw;
    position: relative;
    margin-bottom: 147.13542vw;
  }
  html .header .logo {
    float: none;
    width: 45.05208vw;
    height: 17.1875vw;
    margin: 0 auto;
  }
  html .header .right {
    float: none;
    position: absolute;
    top: 6.51042vw;
    right: 0;
    box-sizing: border-box;
    padding: 2.60417vw;
  }
  html .header .right a {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  html .header .right a.homepage {
    width: 13.02083vw;
    height: 12.76042vw;
    background-image: url(./img/icon-home-on.png);
    margin-bottom: 5.20833vw;
  }
  html .header .right a.f_acebook {
    width: 7.94271vw;
    height: 13.02083vw;
    background-image: url(./img/icon-f_b-on.png);
    margin: 0 auto;
  }
  html .header .right a.link {
    display: none;
  }
  html .nav {
    float: none;
    width: 100%;
  }
  html .nav a {
    display: block;
    width: 95.83333vw;
    height: 15.75521vw;
    background-image: url(./img/mainBtn-on-mb.png);
    background-size: cover;
    margin-bottom: 5.20833vw;
    padding: 4.55729vw 0vw 0vw 23.4375vw;
  }
  html .nav a:hover {
    background-image: url(./img/mainBtn-on-mb.png);
  }
  html .nav a div {
    display: inline-block;
    font-weight: bold;
  }
  html .nav a div:nth-child(2) {
    font-size: 4.55729vw;
    color: #fff7cb;
    margin-left: 1.30208vw;
  }
  html .nav a div:nth-child(1) {
    font-size: 5.85938vw;
    color: #fff;
  }
}
