* {
    -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;
    display: none;
}

#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;
}

.logo-box {
    position: relative;
    /* left: 50%; */
    /* top: 2%; */
    display: flex;
    justify-content: center;
}

.logo-box .logo-box-logo-img {
    /* width: 235px;
    height: 145px; */
    margin-top: 100px;
}

.main .button-box {
    position: relative;
    /* align-content: center; */

    display: flex;
    justify-content: center;
    /*width: 800px;*/
    /*left: 30%;*/
    top: 55%;
}


@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: none; */
   /* 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; */
    display: none;
    justify-content: center;
    align-items: center;
}


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

.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  a {
    margin: 0 0.85rem;
}

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

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

.footer-box {
    display: flex;
    align-items: center; /* 垂直居中 */
    justify-content: center; /* 水平居中（如果需要的话）*/
    position: absolute;
    bottom: 4.5rem;
    width: 100%;
    /* height: 177px; */
}

.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 .footer-img img {
    width: 4rem;
    height: 4rem;
    margin-right: 0.2rem;
}

.footer-box .footer-txt {
    font-size: 0.8rem;
    line-height: 1.05rem;
    /* letter-spacing: 1.5px; */
    color: #fff;
    padding-left: 0.5rem;
    /*font-weight: bolder;*/
}

.footer-box-zh .img-button-list {
    display: flex;
    margin-left: 85px;
    margin-right: 85px;
}

.footer-box-zh .img-button-list a {
    flex: 1;
    text-align: center;
    text-decoration: none;
    font-size: 1.25rem;
    color: #fff;
}

.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 50px;
}



