@charset "utf-8";

@font-face {
    font-family: "GalanoGrotesqueDemoBold";
    src: url("../font/fontsfree-net-galanogrotesquedemobold-webfont.woff2") format("woff2"),
        url("../font/fontsfree-net-galanogrotesquedemobold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* CSS Document */

:root {
    --color-Body: #0E0D13;
    --color-Dark: #1A1822;
    --color-Main: #4953E8;
    --color-MainBlue: #5268F6;
    --color-DarkBlue: #231E73;
    --color-Pair: #12F2AE;
    --color-White: white;
    --color-SubText: #A9ADB3;
}

body,
html {
    font-size: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

body {
    font: 14px/1.5 "Open Sans", "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    background: var(--color-Body);
}

body ::selection {
    color: var(--color-Main);
    background-color: rgba(0, 0, 0, .5);
    text-shadow: none;
}

/* 设置滚动条的样式 */

::-webkit-scrollbar {
    width: 8px;
}

/* 滚动槽 */

::-webkit-scrollbar-track {
    background: #FFFFFF05;
}

/* 滚动条滑块 */

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #FFFFFF10;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--color-Main);
}

/* 设置滚动条的样式-- end! */
a,
p,
h1 {
    font-family: "GalanoGrotesqueDemoBold";
}

a {
    padding: 0;
    text-decoration: none;
    /* text-transform: uppercase; */
}

i {
    font-style: normal;
}

figure,
picture {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    overflow: hidden;
    flex: content;
}

figure>img,
picture>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


/*section*/
main.main-wrap {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    clear: both;
}

main.main-wrap section {
    width: 100%;
    clear: both;
    position: relative;
    z-index: 1;

}

/*container*/
.container {
    width: 50vw;
    min-width: 768px;
    max-width: 1600px;
    position: relative;
    box-sizing: border-box;
    height: auto;
    margin: auto;
    clear: both;
    z-index: 50;
}

/* button */

/* button - end! */

section.download-page .container {
    text-align: center;
    height: 100vh;
    padding: calc(100% / 15) 0 0 0;
}

section.download-page .container h1 {
    font-size: 3.5rem;
    color: var(--color-Pair);
    margin-bottom: 0px;
}

section.download-page .container h1 span {
    color: var(--color-White);
}

section.download-page .container p {
    text-align: left;
    font-size: .875rem;
    color: var(--color-SubText);
}

.layout-download {
    margin: 5% 0 0 0;
    display: grid;
    grid-template-columns: .25fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 15px;
}

.layout-download [class*="box-"] {
    transition: 400ms;
    border-radius: .65em;
}

.layout-download [class*="box-"]:hover {
    transform: scale(1.05);
    background: var(--color-Pair);
    box-shadow: 0 15px 15px #12F2AE90;
}


.layout-download .box-large {
    background: var(--color-Main);
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

.layout-download .box-middle-right {
    background: var(--color-DarkBlue);
}

/* 下载 */
.wrapper-download {
    display: flex;
    width: 100%;
    height: 100%;
    aspect-ratio: 32 / 9;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    gap: 10px;
}

.wrapper-download .park svg {
    fill: var(--color-White);
}
.layout-download .box-large .wrapper-download .park,
.layout-download .box-large .wrapper-download .park svg {
    width: 5rem;
    height: 5rem;
}

.layout-download .box-middle-right .wrapper-download .park,
.layout-download .box-middle-right .wrapper-download .park svg {
    width: 3.5rem;
    height: 3.5rem;
}

.layout-download [class*="box-"]:hover .wrapper-download .park svg {
    fill: var(--color-Dark);
}

.wrapper-download .content p {
    color: var(--color-White);
    line-height: 1.15;
}

.wrapper-download .content p small {
    opacity: .65;
}

.layout-download .box-large .wrapper-download .content p {
    font-size: 1.5rem;
}

.layout-download .box-middle-right .wrapper-download .content p {
    font-size: 1rem;
}

.layout-download [class*="box-"]:hover .wrapper-download .content p {
    color: var(--color-Dark);
}

/* 下载 - end! - */

/* 滚动背景 */
.box-marquee {
    z-index: -999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

.game-image-marquee {
    transform-origin: right .5%;
    mask-image: radial-gradient(var(--color-Body) -750%, transparent 75%);
}

.game-image-marquee figure.game_list {
    width: 100%;
    height: 110px;
    z-index: -2;
}

.game-image-marquee figure.game_list:after,
.game-image-marquee figure.game_list:before {
    content: '';
    position: absolute;
    width: 2200px;
    height: 110px;
    background-size: 2200px 110px;
    background-repeat: no-repeat;
    animation-duration: 200s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.game-image-marquee figure.game_list:nth-child(1)::after,
.game-image-marquee figure.game_list:nth-child(1)::before {
    background-image: url(../img/game-image-marquee01.webp);
}

.game-image-marquee figure.game_list:nth-child(2)::after,
.game-image-marquee figure.game_list:nth-child(2)::before {
    background-image: url(../img/game-image-marquee03.webp);
}

.game-image-marquee figure.game_list:nth-child(3)::after,
.game-image-marquee figure.game_list:nth-child(3)::before {
    background-image: url(../img/game-image-marquee02.webp);
}

.game-image-marquee figure.game_list:nth-child(4)::after,
.game-image-marquee figure.game_list:nth-child(4)::before {
    background-image: url(../img/game-image-marquee04.webp);
}

.game-image-marquee figure.game_list:nth-child(5)::after,
.game-image-marquee figure.game_list:nth-child(5)::before {
    background-image: url(../img/game-image-marquee03.webp);
}

.game-image-marquee figure.game_list:nth-child(6)::after,
.game-image-marquee figure.game_list:nth-child(6)::before {
    background-image: url(../img/game-image-marquee01.webp);
}

.game-image-marquee figure.game_list:nth-child(7)::after,
.game-image-marquee figure.game_list:nth-child(7)::before {
    background-image: url(../img/game-image-marquee02.webp);
}

.game-image-marquee figure.game_list:nth-child(8)::after,
.game-image-marquee figure.game_list:nth-child(8)::before {
    background-image: url(../img/game-image-marquee04.webp);
}

.game-image-marquee figure.get_right::before {
    display: none;
    animation-name: Before_LeftToRight;
}

.game-image-marquee figure.get_right::after {
    animation-name: After_LeftToRight;
}

.game-image-marquee figure.get_left::before {
    display: none;
    animation-name: Before_RightToLeft;
}

.game-image-marquee figure.get_left::after {
    animation-name: After_RightToLeft;
}

.game-image-marquee figure.game_list:after,
.game-image-marquee figure.game_list:before {
    display: block;
}

@keyframes Before_LeftToRight {

    0%,
    to {
        transform: translate3d(0, 0, 0)
    }

    50% {
        transform: translate3d(2200px, 0, 0)
    }

    50.001% {
        transform: translate3d(-2200px, 0, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes After_LeftToRight {
    0% {
        transform: translate3d(-2200px, 0, 0)
    }

    50% {
        transform: translate3d(0, 0, 0)
    }

    to {
        transform: translate3d(2200px, 0, 0)
    }
}

@keyframes Before_RightToLeft {

    0%,
    to {
        transform: translate3d(0, 0, 0)
    }

    50% {
        transform: translate3d(-2200px, 0, 0)
    }

    50.001% {
        transform: translate3d(2200px, 0, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes After_RightToLeft {
    0% {
        transform: translate3d(2200px, 0, 0)
    }

    50% {
        transform: translate3d(0, 0, 0)
    }

    to {
        transform: translate3d(-2200px, 0, 0)
    }
}

/* 滚动背景 - End! */


/*footer*/
footer.main-footer {
    width: 100%;
    position: fixed;
    z-index: 1;
    bottom: 0;
    border-top: .5px solid;
    border-image: linear-gradient(to right, transparent -15%, var(--color-Dark) 50%, transparent 115%) 1;
}

/*CopyRight*/
footer.main-footer .CopyRight p {
    margin: 25px auto !important;
    font-size: .85em;
    text-align: center;
    line-height: 2;
    color: var(--color-SubText);
}


@media only screen and (max-width:768px) and (min-width:360px) {
    .container {
        width: 85%;
        min-width: 80%;
    }

    .container h1 {
        font-size: 2.2em;
        margin: 0;
    }

    .container img {
        width: 75%;
    }

    .container p {
        font-size: .85em;
    }

    section.download-page .container {
        padding: 10% 0 0 0;
    }

    section.download-page .container h1 {
        margin-top: 5%;
        font-size: 2.25rem;
    }

    .layout-download {
        grid-template-columns: 1fr;
    }

    .layout-download .box-large {
        grid-column: 1/1;
    }

    .layout-download [class*="box-"] .wrapper-download .content p {
        font-size: 1.25rem;
    }

    .layout-download [class*="box-"] .wrapper-download .park picture {
        width: 2.5rem;
    }

    .layout-download [class*="box-"] .wrapper-download .park picture svg {
        width: 3rem;
    }

    .wrapper-download {
        aspect-ratio: 24 / 6;
    }
}