body,
html {
    width: 100%;
    height: 100%;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    margin: 0;
    color: rgba(0, 0, 0, 0.85);
    font-size: 0.5469vw;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-variant: tabular-nums;
    line-height: 1.5715;
    background-color: #fff;
    font-feature-settings: "tnum", "tnum";
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5em;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
}
p {
    margin-top: 0;
    margin-bottom: 1em;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1em;
}
a {
    color: #1890ff;
    text-decoration: none;
    background-color: initial;
    outline: none;
    cursor: pointer;
    transition: color 0.3s;
    -webkit-text-decoration-skip: objects;
}
img {
    vertical-align: middle;
    border-style: none;
}
html {
    --antd-wave-shadow-color: #1890ff;
    --scroll-bar: 0;
}
.footer {
    position: relative;
    padding: 2.7344vw 0 3.5156vw;
    background-color: #17171d;
}
.footer .website-info-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .website-info-list .logo-wrapper {
    display: inline-block;
    overflow: hidden;
    width: 1.7188vw;
}
.footer .website-info-list .logo-wrapper img {
    display: block;
    width: 100%;
}
.footer .website-info-list .website-info-item {
    margin-right: 2.6563vw;
    margin-bottom: 1.9141vw;
}
.footer .website-info-list .website-info-item a,
.footer .website-info-list .website-info-item span {
    cursor: pointer;
    color: #757575;
    font-family: "Rubik", sans-serif;
    font-size: 1.1vw;
    font-weight: 700;
    line-height: 1.2;
}
.footer .copyright {
    text-align: center;
    color: #757575;
    font-family: "Rubik", sans-serif;
    font-size: 1vw;
    font-weight: 500;
    line-height: 1.2;
}
.footer .copyright a {
    color: #757575;
}
.section-container {
    position: relative;
    height: 37.1094vw;
}
.section-container .background-image {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.game-detail-content-1-view {
    height: auto;
    background-color: #fff;
}
.game-detail-content-1-view .content {
    width: 80vw;
    margin-left: 10vw;
    margin-top: 2vw;
    height: auto;
    align-content: center;
    display: block;
    flex-direction: row;
    margin-bottom: 5.3125vw;
    justify-content: center;
}

.game-detail-content-1-view .content .icon-row {
    width: 30%;
    height: auto;
    display: flex;
    margin-left: 35%;
    flex-direction: row;
    justify-content: center;
}

.game-detail-content-2-view .content {
    position: absolute;
    top: 20%;
    right: 5%;
    width: 50vw;
    height: auto;
    align-self: center;
    /* margin-right: 5vw; */
}

.game-detail-content-2-view .content .image-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.game-detail-content-2-view .content .image-list .image-item {
    width: 8vw;
    height: 8vw;
}

.game-detail-content-2-view .content .title {
    text-align: center;
    color: #34363a;
}

.game-detail-content-2-view .content .desc-list {
    margin-top: 2%;
    margin-left: 10vw;
    margin-right: 0;
    padding: 0;
    list-style: disc;
    list-style-position: inside;
    text-align: left;
    color: #595577;
    font-family: "Rubik", sans-serif;
}

.game-detail-content-2-view .content .desc-list .desc-list-dot {
    width: 1vw;
    height: 1vw;
    display: inline-block;
    margin-right: 0.5vw;
    vertical-align: middle;
}

.game-detail-content-2-view .content .desc-list .desc-list-text {
    display: inline-block;
    font-family: "Rubik", sans-serif;
    font-size: 1.1vw;
    font-weight: 400;
    line-height: 1.8;
    vertical-align: middle;
}

.game-detail-content-3-view {
    background-color: #f6f6fb;
    height: auto;
}
.game-detail-content-3-view .content .display-images {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 5.8594vw;
    padding-bottom: 8.7891vw;
}
.game-detail-content-3-view .content .display-images .display-image {
    width: 15.7813vw;
    margin: 0 0.7031vw;
}
.game-detail-content-3-view .content .display-images .display-image img {
    display: block;
    width: 100%;
}
.game-detail-content-3-view .content .game-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
}
.game-detail-content-3-view .content .game-info .logo-wrapper {
    width: 7.8125vw;
    margin-bottom: 0.9375vw;
    margin-top: -4.9219vw;
}
.game-detail-content-3-view .content .game-info .logo-wrapper img {
    display: block;
    width: 100%;
}
.game-detail-content-3-view .content .game-info .game-name {
    color: #000;
    margin-bottom: 3.125vw;
}

.platfom-download {
    display: flex;
    flex-direction: row;
    margin-bottom: 5.3125vw;
    justify-content: center;
}

.appstore-icon,
.google-play-icon {
    width: 11.3281vw;
    cursor: pointer;
}

.appstore-icon img,
.google-play-icon img {
    display: block;
    width: 100%;
}

.appstore-icon {
    margin-right: 1.875vw;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: initial;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
* {
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}
body,
html {
    height: 100%;
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
        helvetica neue, Arial, noto sans, sans-serif, apple color emoji,
        segoe ui emoji, segoe ui symbol, noto color emoji;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
body {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#root {
    height: 100%;
}
.web-root .default-view {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}
.web-root h2 {
    margin-bottom: 0.9vw;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
    font-size: 1.6vw;
    font-weight: 500;
    line-height: 1.1;
}
.web-root h3 {
    font-family: "Rubik", sans-serif;
    font-size: 2vw;
    font-weight: 500;
    line-height: 1.2;
}
.web-root p {
    /* margin-bottom: 2.6vw; */
    font-family: "Rubik", sans-serif;
    font-size: 1.2vw;
    font-weight: 400;
    line-height: 1.7;
}
