* {
    webkit-focus-ring-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

html, body, div, input, button, span, a, img, ul, ol, li, dl, dt, dd, p, b, i, h1, h2, h3, h4, h5, h6, hr {
    padding: 0;
    margin: 0;
    border: 0;
    list-style: none;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

html, body {
    font-family: "Microsoft YaHei", "Microsoft YaHei", "Helvetica Neue", Arial, HelveticaNeue, Helvetica, "BBAlpha Sans", sans-serif;
    font-size: 18px;
    color: #333;
    background: #363636;
    /*min-width: 750px;*/
    width: 100%;
    height: 100%;
}

select#my-select {
    width: 140px;
    height: 42px;
    background-color: #000000;
    border-radius: 20px;
    border: 1px solid #9194a7;
    color: #feffff;
    text-indent: 10px;
    line-height: 20px;
    font-size: 1.2rem;
    opacity: 0.8;
}

select#my-select dt {
    opacity: 0.8;
}

.language-box {
    position: absolute;
    right: 5%;
    top: 30px;
}

#app {
    background-color: #ffffff;
    /*max-width: 750px;*/
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-position: center;
    /*height: calc(100vh);*/
    min-height: 1573px;

    background-size: 750px 1573px;
    width: 100%;
    height: 1.03rem;
    position: relative;
}

.main .button-box {
    align-content: center;
    position: relative;
    /*width: 800px;*/
    /*left: 30%;*/
    top: 59%;
}


@keyframes fadeIn-data-start-button {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes breathe-data-start-button {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.05)
    }
    to {
        transform: scale(1)
    }
}

/*.main .button-box {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

.main .button-box .gamestar-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main .button-box .store-img {
    display: flex;
    justify-content: center;
    align-items: center;
}


.main .button-box img {
    width: 20rem;
}

.main .button-box .button-box-start-img {
    /*margin-left: 20%;*/
    animation: fadeIn-data-start-button .3s .7s both, breathe-data-start-button 2s 1s infinite both;
    animation-delay: 250ms;
}


.button-box .store-img img {
    width: 16rem;
    transition: all .2s;
}

.button-box .store-img img:hover {
    transform: scale(1.05);
}

.footer-box-zh {
    position: absolute;
    bottom: 2rem;
    width: 100%;
}

/*.footer-box-zh img {*/
/*    width: 6rem;*/
/*}*/


.footer-box-other {
    position: absolute;
    bottom: 6rem;
    width: 100%;
}

/*.footer-box-other img {*/
/*    width: 7rem;*/
/*    height: 2rem;*/
/*}*/

.footer-box-zh .img-button-list, .footer-box-other .img-button-list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-box-zh .img-button-list img, .footer-box-other .img-button-list img {
    padding: 0 10px;
}



