@charset "utf-8";
/* google fonts */
@import url("https://www.avermedia.com/event/cyberlink-global-v/css/default.css");
body {
  color: #fff;
}
figure {
  margin: 0;
}
img {
  vertical-align: top;
}
a {
  color: #d7e7f3;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.25s ease;
}
a:hover {
  color: #fff;
}
h1 {
  font-weight: 600;
  line-height: 1.2em;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 180%;
  color: #fff;
}
h2 {
  font-weight: 400;
  color: #779dba;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 150%;
  text-align: center;
  margin: 0 0 3%;
}
h3 {
  font-weight: 500;
  line-height: 1.5em;
  color: #d7e7f3;
  margin: 80px 0 0 0;
  -webkit-font-smoothing: subpixel-antialiased;
}
p {
  line-height: 1.5;
  margin: 0 0 15px;
}
input {
  display: block;
  /*這裡是註解*/
  /*width: 100%;*/
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
}
button,
ul.download_list li div a {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #c9242b;
  border: 1px solid #c9242b;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.hero {
  text-align: center;
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero img {
  margin: 0 auto 3%;
  display: block;
  width: 10%;
}
.hero .container {
  position: relative;
  height: 100%;
}
.hero .container:last-of-type {
  height: calc(100% - 98px);
}
nav {
  padding: 10px 0;
  text-align: left;
  position: relative;
  margin: 0;
  z-index: 1000;
}
.hero h2 {
  font-size: 100%;
}
.hero hgroup {
  margin-bottom: 3%;
}
.hero hgroup h1 {
  margin: 0;
  text-shadow: rgb(3, 3, 3) 3px 1px 4px;
}
.hero p {
  color: #fff;
  margin: 0 auto;
  margin-bottom: 3%;
}
.hero p.note {
  font-size: 14px;
  color: #fff8aa;
  line-height: 1.5;
}
#avermedia-logo {
  display: inline-block;
}
#avermedia-logo img {
  width: 167px;
  height: 35px;
  vertical-align: top;
}
.step {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.step article {
  padding: 5% 0;
  border-bottom: 1px solid #666;
}
.step article a {
  color: #ccc;
}
.step article a:hover {
  color: #fff;
}
.step article small {
  margin-top: 30px;
}
.step article:last-child {
  border-bottom: none;
}
.step article p {
  margin: 0 auto 3%;
  font-weight: 500;
  text-align: center;
}
.step article small {
  display: block;
  margin: 15px auto 0;
  max-width: 480px;
}
.step article small span {
  display: inline-block;
  text-align: left;
  margin-left: 12px;
  text-indent: -12px;
  color: #ccc;
}
.here-botton {
  margin: 0 15px;
  background-color: #c00;
  color: #fff;
  border-radius: 3px;
  padding: 5px 10px;
}
footer {
  font-size: 13px;
  padding: 1rem;
  color: #999;
}
#pageup {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  background-image: url(http://www.avermedia.com/images/up.svg);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  display: none;
  cursor: pointer;
  z-index: 99;
}
.arrow-animate {
  display: none;
}
.arrow-animate svg path {
  fill: #fff;
}
#arrow-down {
  position: relative;
  margin: 0 auto;
  text-align: center;
  animation: jump 5s infinite;
}
@keyframes jump {
  0% {
    top: 0;
  }
  50% {
    top: 25px;
  }
  100% {
    top: 0;
  }
}
ul.enter_Virtual_serialKey li {
  position: relative;
  padding: 0 15px;
}
ul.enter_Virtual_serialKey li:nth-of-type(1) mark {
  background-color: transparent;
  color: #c9242b;
  font-size: 16px;
  margin: 0 0 15px;
  display: block;
}
ul.enter_Virtual_serialKey li:nth-of-type(2) {
  padding: 36px 15px 0;
}
ul.enter_Virtual_serialKey li label {
  display: block;
  font-weight: 500;
  text-align: center;
  font-size: 110%;
}
ul.enter_Virtual_serialKey li input {
  color: #fff;
  margin: 15px 0;
  width: 100%;
}
ul.enter_Virtual_serialKey li img {
  border: 1px solid #666;
}
.enter_Virtual_serialKey_img {
  margin: 0 0 15px;
}
ul.download_list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
ul.download_list li {
  width: 100%;
  margin: 15px auto;
}
ul.download_list li div {
  height: 100%;
  text-align: center;
  position: relative;
  padding: 25px 25px 80px;
  background-color: #222;
}
ul.download_list li div a {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.Official_Serial_Key {
  padding: 30px 0 0;
}
.Official_Serial_Key ul li:nth-of-type(2) {
  padding: 0 15px;
}
.Get_Started {
  text-align: center;
}
.Get_Started figure {
  margin: 0 auto 25px;
  max-width: 980px;
}
.inquiries {
  text-align: center;
}
.inquiries p {
  margin: 0 auto 1.5% !important;
}
.inquiries ul {
  display: inline-block;
  text-align: left;
}
.inquiries ul li {
  margin: 5px 0;
}
/**
 * Responsiveness
 */
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
  .container {
    max-width: 750px;
  }
  .hero p {
    max-width: 768px;
  }
  .hero {
    height: 100vh;
    min-height: 490px;
    max-height: 100vh;
  }
  .hero hgroup {
    font-size: 2.4vw;
  }
  .hero h1 span {
    display: block;
  }
  .arrow-animate {
    display: inline-block;
    max-width: 50px;
  }
  .step article p,
  .step article small {
    max-width: 70%;
  }
  .Get_ProductKey h2 + p {
    max-width: 540px;
  }
  .step article a {
    word-wrap: break-word;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .hero {
    max-height: 50vh;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1024px) {
  ul.download_list {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
  }
  ul.download_list li {
    width: calc(100% / 3);
    padding: 0 15px;
    margin: 0;
  }
  ul.enter_Virtual_serialKey li:nth-of-type(1),
  ul.enter_Virtual_serialKey li:nth-of-type(3) {
    -ms-flex: 1;
    flex: 1;
  }
  ul.enter_Virtual_serialKey li:nth-of-type(2) {
    max-width: 106px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (max-width: 1024px) {
  ul.download_list {
    max-width: 480px;
  }
  ul.enter_Virtual_serialKey li {
    width: 100%;
  }
  ul.enter_Virtual_serialKey li:nth-of-type(2) {
    text-align: center;
    padding: 15px 15px 0;
  }
  ul.enter_Virtual_serialKey li img {
    display: block;
    max-width: 480px;
    margin: 0 auto;
  }
  ul.enter_Virtual_serialKey li:nth-of-type(2) {
    margin: 0 0 30px;
  }
  ul.enter_Virtual_serialKey li:last-of-type {
    margin: 0;
  }
}
@media (max-width: 768px) {
  ul.enter_Virtual_serialKey {
    margin: 0 auto;
    max-width: 480px;
  }
  ul.enter_Virtual_serialKey li {
    width: 100% !important;
    padding: 0;
    margin: 0 0 15px;
  }
}
@media (max-width: 530px) {
  .Official_Serial_Key ul li {
    width: 100%;
    text-align: center;
    margin: 0 0 15px;
  }
  .Official_Serial_Key ul li:last-of-type {
    margin: 0;
  }
  .Official_Serial_Key ul li input {
    width: 100%;
  }
}
