@font-face {
  font-family: "Helvetica";
  src: url("../font/Helvetica.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("../font/BebasNeue-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Helvetica";
  font-size: 0.16rem;
  color: #fff;
}

video {
  display: block;
}

a {
  color: #fff;
}

input,
button {
  font-size: 0.16rem;
  border: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

.comp {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}

.popbox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}
.popbox .layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.popbox .close {
  position: absolute;
  right: -0.5rem;
  top: 0;
  width: 0.26rem;
  height: 0.26rem;
  cursor: pointer;
  background: url("../images/icon-close.png") 0 0 no-repeat;
  background-size: contain;
}
.popbox .wrap {
  position: relative;
  margin: 10% auto 0 auto;
  z-index: 1;
}

.media {
  font-size: 0;
}
.media a {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.15rem;
  margin-left: 0.15rem;
  background-image: url("../images/icon-media.png");
  background-size: 3.6rem 0.99rem;
}
.media .icon-discord {
  background-position: 0 0;
}
.media .icon-discord:hover {
  background-position: 0 -0.69rem;
}
.media .icon-twitter {
  background-position: -0.6rem 0;
}
.media .icon-twitter:hover {
  background-position: -0.6rem -0.69rem;
}
.media .icon-fb {
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  background-position: -1.11rem 0;
}
.media .icon-fb:hover {
  background-position: -1.11rem -0.69rem;
}
.media .icon-ins {
  background-position: -1.62rem 0;
}
.media .icon-ins:hover {
  background-position: -1.62rem -0.69rem;
}
.media .icon-tiktok {
  background-position: -2.18rem 0;
}
.media .icon-tiktok:hover {
  background-position: -2.18rem -0.69rem;
}
.media .icon-youtube {
  background-position: -2.74rem 0;
}
.media .icon-youtube:hover {
  background-position: -2.74rem -0.69rem;
}
.media .icon-reddit {
  background-position: -3.3rem 0;
}
.media .icon-reddit:hover {
  background-position: -3.3rem -0.69rem;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  background-color: rgba(1, 1, 1, 0.5);
  overflow: hidden;
  z-index: 2;
  /*.media {
      float: right;
      margin-right: .2rem;
  }*/
}
header .logo {
  float: left;
  margin-left: 0.65rem;
  margin-top: 0.1rem;
  height: 90%;
  font-size: 0;
}
header nav {
  margin-left: 0.5rem;
  float: left;
  text-transform: uppercase;
  height: 100%;
}
header nav a {
  position: relative;
  display: inline-block;
  margin-right: 0.15rem;
  margin-left: 0.15rem;
  padding: 0 4px;
}
header nav a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #ecc760;
  transition: width 0.3s;
}
header nav a:hover::before {
  width: 100%;
}
header .btn-link, header .btn-buynow {
  float: right;
  width: 1.86rem;
  line-height: 0.47rem;
  border: 1px solid #ecc760;
  font-size: 0.2rem;
  color: #ecc760;
  margin-right: 0.5rem;
  margin-top: 0.16rem;
  text-align: center;
  font-family: "Bebas Neue";
  text-transform: uppercase;
  cursor: pointer;
  /* background: url("../images/icon1.png") 1.45rem .18rem no-repeat;
  -webkit-background-size: .09rem .39rem;
  background-size: .09rem .39rem; */
  transition: background-color, color 0.3s;
}
header .btn-link:hover, header .btn-buynow:hover {
  background-color: #ecc760;
  color: #333;
  background-position: 1.45rem -0.12rem;
}

footer {
  position: relative;
  overflow: hidden;
  background-color: #000;
  padding: 0.7rem 1.5rem 0.4rem;
  font-size: 0.14rem;
}
footer .logo {
  float: left;
}
footer .copyright {
  float: left;
  margin-left: 0.25rem;
  margin-top: 6px;
  line-height: 1.8;
}
footer .mail {
  padding-left: 0.25rem;
  background: url("../images/icon-mail.png") 0 center no-repeat;
  background-size: auto 0.12rem;
}
footer .media {
  float: right;
}
footer .rule {
  padding-top: 0.36rem;
  text-align: center;
  clear: both;
  font-size: 0;
}
footer .rule a {
  color: #e5e5e5;
  display: inline-block;
  font-size: 0.14rem;
}
footer .rule a:hover {
  color: #fff;
}
footer .rule a:first-child {
  padding-right: 0.1rem;
  border-right: 1px solid #e5e5e5;
  margin-right: 0.1rem;
}

.subscribe {
  position: relative;
  overflow: hidden;
  text-align: center;
  background: url("../images/subscribe/bg.jpg") center 0 no-repeat;
  background-size: cover;
}
.subscribe .box,
.subscribe .suc {
  position: relative;
  overflow: hidden;
  margin: 1rem auto 0.8rem;
  width: 11rem;
  height: 4.7rem;
  padding: 0.8rem 2rem;
  background-color: rgba(0, 0, 0, 0.7);
}
.subscribe h2 {
  color: #fff;
  font-size: 0.6rem;
  font-family: "Bebas Neue";
  margin-bottom: 0.15rem;
}
.subscribe p {
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}
.subscribe .ipt {
  width: 7.01rem;
  margin: 0 auto 0.2rem auto;
}
.subscribe .ipt input,
.subscribe .ipt button {
  float: left;
}
.subscribe .ipt input {
  width: 5.4rem;
  height: 0.5rem;
  padding-left: 0.3rem;
  margin-right: 0.1rem;
}
.subscribe .ipt button {
  border: 0;
  width: 1.51rem;
  height: 0.5rem;
  color: #101010;
  cursor: pointer;
  font-weight: bold;
  background: url("../images/btn-submit.png") 0 0 no-repeat;
  background-size: 1.51rem 1.2rem;
  transition: transform 0.3s linear;
}
.subscribe .ipt button:hover {
  background-position: 0 -0.7rem;
  transform: translateZ(0) scale(1.1);
}
.subscribe .agreement {
  text-align: left;
  width: 7.01rem;
  margin: 0 auto;
  line-height: 1.7;
  text-indent: 0.1rem;
}
.subscribe .agreement a {
  color: #ff0000;
  font-style: italic;
}
.subscribe .agreement input {
  visibility: hidden;
}
.subscribe .agreement label {
  position: relative;
}
.subscribe .agreement label::before {
  content: "";
  position: absolute;
  left: -0.28rem;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
}
.subscribe .agreement input:checked + label:before {
  background: url("../images/check.png") center center no-repeat;
}
.subscribe .error {
  visibility: hidden;
  margin-bottom: 0.1rem;
  height: 0.18rem;
  line-height: 0.18rem;
  color: #ecc760;
  text-align: left;
  padding-left: 0.25rem;
  background: url("../images/icon-error.png") 0 center no-repeat;
}
.subscribe .suc {
  display: none;
  font-size: 0.6rem;
  font-family: "Bebas Neue";
  color: #ecc760;
}
.subscribe .suc img {
  margin-top: 1rem;
  margin-bottom: 0.15rem;
}

.popBuynow {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-align: center;
}
.popBuynow .layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.popBuynow .close {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  width: 0.4rem;
  height: 0.4rem;
  background: url("../images/pop-close.png") center center no-repeat;
  cursor: pointer;
}
.popBuynow .wrap {
  margin-top: 15%;
  position: relative;
  z-index: 1;
}
.popBuynow h3 {
  font-family: "BebasNeue Regular";
  font-size: 0.3rem;
  color: #fff;
  margin-bottom: 0.3rem;
}
.popBuynow .btnbox a {
  display: inline-block;
  width: 2.96rem;
  height: 1.62rem;
  background-repeat: no-repeat;
  border: 1px solid #8c8c8c;
  margin: 0 0.1rem;
  transition: background-color 0.3s;
}
.popBuynow .btnbox a:hover {
  background-color: #fff;
  border-color: #fff;
}
.popBuynow .btnbox .btn-steam {
  background-image: url("../images/btn-steam.png");
  background-position: center 0.54rem;
  background-size: 1.77rem 2.72rem;
}
.popBuynow .btnbox .btn-steam:hover {
  background-position: center -1.65rem;
}
.popBuynow .btnbox .btn-epic {
  background-image: url("../images/btn-epic1.png");
  background-position: center 0.54rem;
  background-size: 0.46rem 2.43rem;
}
.popBuynow .btnbox .btn-epic:hover {
  background-position: center -1.36rem;
}

input::-webkit-input-placeholder {
  color: #000;
  font-size: 0.16rem;
}

input:-moz-placeholder {
  color: #000;
  font-size: 0.16rem;
}

input::-moz-placeholder {
  color: #000;
  font-size: 0.16rem;
}

input:-ms-input-placeholder {
  color: #000;
  font-size: 0.16rem;
}

@media screen and (max-width: 1400px) {
  footer {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media screen and (max-width: 1020px) {
  body {
    font-size: 0.24rem;
  }
  header {
    position: relative;
    background-color: #000;
    height: auto;
    text-align: center;
    line-height: 4.6;
    padding: 0.2rem 0;
  }
  header .logo,
  header nav,
  header .media {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  header .logo {
    height: 0.6rem;
  }
  header .logo img {
    height: 100%;
  }
  header nav a:hover {
    color: #ecc760;
  }
  header nav a::before {
    display: none;
  }
  header .btn-link, header .btn-buynow {
    /* position: absolute;
    right: .2rem;
    top: .35rem; */
    margin: 0 auto 0.2rem;
    display: block;
    float: none;
  }
  footer {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    text-align: center;
    font-size: 0.24rem;
  }
  footer .logo {
    display: none;
  }
  footer .media {
    float: none;
    margin-top: 0.3rem;
  }
  footer .copyright {
    float: none;
  }
  footer .mail {
    background-position: 0 0.1rem;
  }
  footer .rule a {
    font-size: 0.24rem;
  }
  .subscribe {
    background-image: url("../images/m/subscribe/bg.jpg");
  }
  .subscribe .box,
  .subscribe .suc {
    width: 100%;
    height: 7rem;
    margin: 0;
  }
  .subscribe .box {
    background-color: transparent;
    padding: 0.5rem 1rem;
  }
  .subscribe .ipt {
    width: auto;
  }
  .subscribe .ipt input,
  .subscribe .ipt button {
    display: block;
    float: none;
  }
  .subscribe .ipt input {
    width: 100%;
    height: 0.7rem;
    margin-bottom: 0.3rem;
  }
  .subscribe .ipt button {
    margin: 0 auto;
  }
  .subscribe .agreement {
    width: 100%;
  }
  .popBuynow .wrap {
    margin-top: 30%;
  }
}
@media screen and (max-width: 480px) {
  header .btn-link {
    position: static;
    display: block;
    float: none;
    margin: 0 auto 0.2rem;
  }
  .subscribe .error {
    padding-left: 0.4rem;
  }
  .subscribe .agreement label::before {
    left: -0.42rem;
    top: 0;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}/*# sourceMappingURL=common.css.map */