html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: Microsoft Yahei, Helvetica Neue, Helvetica, Arial, Zawgyi-One,
    sans-serif;
}

.container:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(./img/bg_b9ac32a.jpg);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  pointer-events: none;
}

.container:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(./img/bg_7d7a2b9.gif);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  pointer-events: none;
}

.top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  background-color: #252525;
}

.header {
  background-color: #252525;
  text-align: center;
}

.top-button {
  display: flex;
  text-align: center;
  justify-content: space-around;
  /* padding-bottom: 15px; */
}

.top-button a {
  display: block;
  /* width: 50%; */
  color: black;
  text-decoration: none;
}

/* .top-button1 {
  background-color: #ffd259;
  line-height: 50px;
  font-weight: 600;
  font-size: 17px;
  position: relative;
} */

/* .top-button1::before {
  position: absolute;
  right: -23px;
  left: auto;
  z-index: 1;
  display: inline-block;
  width: 10px;
  border-top: 50px solid #ffd259;
  border-right: 50px solid #aa6e01;
  border-bottom: 0 solid #ffd259;
  content: "";
} */

/* .top-button2 {
  background-color: #aa6e01;
  line-height: 50px;
  font-weight: 600;
  font-size: 17px;
  color: white;
} */

.service {
  position: absolute;
  right: 18px;
  top: 20px;
}

.content {
  z-index: 1;
  position: relative;
  margin-top: 140px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  background-color: #434343e3;
  padding: 30px;
  border-radius: 10px;
}

.content-h1 {
  font-size: 30px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #ffd259;
  font-weight: 600;
  line-height: 50px;
}

.content p {
  color: white;
  line-height: 30px;
  margin-left: 20px;
}

.hotGame {
  margin-top: 20px;
  padding: 20px;
  border-radius: 5px;
  background-color: #171717;
  box-shadow: 0 0 9px 0 hsla(0, 0%, 100%, 0.7);
}

.hotGame-h1 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  color: #ffd259;
}

.hotGame-img {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(auto-fill, 30%);
  grid-gap: 10px;
}

.hotGame-img div {
  margin-top: 10px;
  border: 0.2666666667vmin solid #ffd259;
  border-radius: 5px;
}

.latest-img {
  width: 90%;
  margin: 0 auto 10px;
}

.button2 {
  width: 162px;
  height: 34px;
  border-radius: 50px;
  background-image: linear-gradient(135deg, #feb692 0%, #ea5455 100%);
  box-shadow: 0 20px 30px -6px rgba(238, 103, 97, 0.5);
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 17px;
  color: white;
}
.button3 {
  width: 162px;
  height: 34px;
  border-radius: 50px;
  background-image: linear-gradient(135deg, #abdcff 0%, #0396ff 100%);
  box-shadow: 0 20px 30px -6px rgba(30, 161, 255, 0.5);
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 17px;
  color: white;
}

@media only screen and (max-width: 1600px) {
  .content {
    width: 60%;
  }
}

@media only screen and (max-width: 1200px) {
  .content {
    width: 80%;
  }
}

@media only screen and (max-width: 600px) {
  .container:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url(./img/bg-mob_fa9610c.jpg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    pointer-events: none;
  }

  .container:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url(./img/bg-mob_26df47a.gif);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    pointer-events: none;
  }

  .content {
    width: 100%;
    padding: 0;
    padding-bottom: 10px;
    margin-top: 114px;
    background-color: #000000c2;
  }

  .hotGame {
    margin-left: 10px;
    margin-right: 10px;
  }

  .button2 {
    width: 110px;
    height: 34px;
    border-radius: 50px;
    background-image: linear-gradient(135deg, #feb692 0%, #ea5455 100%);
    box-shadow: 0 20px 30px -6px rgba(238, 103, 97, 0.5);
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: white;
  }
  .button3 {
    width: 110px;
    height: 34px;
    border-radius: 50px;
    background-image: linear-gradient(135deg, #abdcff 0%, #0396ff 100%);
    box-shadow: 0 20px 30px -6px rgba(30, 161, 255, 0.5);
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: white;
  }
}
/* 
button {
  font-family: inherit;
  font-size: 16px;
  background: linear-gradient(to bottom, #4f4dd9 0%, #2b60aa 100%);
  color: white;
  padding: 0.5em 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 25px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}

button:hover {
  transform: translateY(-3px);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
}

button:active {
  transform: scale(0.95);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

button span {
  display: block;
  margin-left: 0.4em;
  transition: all 0.3s;
}

button svg {
  width: 18px;
  height: 18px;
  fill: white;
  transition: all 0.3s;
}

button .svg-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  margin-right: 0.5em;
  transition: all 0.3s;
}

button:hover .svg-wrapper {
  background-color: rgba(255, 255, 255, 0.5);
}

button:hover svg {
  transform: rotate(360deg);
} */
