* {
    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%;
}

.top-up-box {
    position: absolute;
    top: 10px;
    left: 73%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 10px;
    box-sizing: border-box;

}

.top-up-box img {
    margin-top: 8px;

}

.guild-pic {
    background-image: url('../img/guild-pic-m.jpg');
    background-color: #ffffff;
    height: 4021px;
    margin: 0 auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;

}

.go-back {
    width: 50%;
    position: absolute;
    top: 91.5%;
    left: 70%;
}

.go-back img {
    width: 55%;
}

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

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


@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; */
    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;
    /*visibility: hidden;*/
}

.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 {
    margin: 20px auto;
    position: absolute;
    top: 90%;
    width: 100%;
    background-color: black;
    height: 180px;
}

.footer-box .footer-img {
    display: flex;
    margin-left: 15%;
    padding-top: 20px;
}

.footer-box .footer-img img {
    height: 50px;
}

.footer-box .footer-img a {
    margin-right: 20px;
}

.footer-box .footer-txt {

    color: #fff;
    align-items: center;
    padding-left: 20px;
    padding-top: 20px;
    margin-left: 22%;
}

.footer-box .footer-txt img {
    height: 20px;
}






