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


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

.top-up-box {
    position: absolute;
    top: 5vh;
    right: 8vh;
    width: 20vw;
    height: 30vh;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 10px;
    box-sizing: border-box;

}

.top-up-box img {
    margin-top: 1vh;
}

.guild-pic {
    background-image: url('../img/guild-pic-pc.jpg');
    height: 4000px;
    width: 40%;
    margin: 0 auto;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

}

.go-back {
    width: 25%;
    position: absolute;
    top: 91.5%;
    left: 73%;
}

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

#app {
    width: 100%;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    /*height: 100%;*/
    background-position: top;
    position: relative;
    /*padding-top: 600px;*/
    /*background-color: black;*/

}

.background {
    position: relative;
    z-index: 0;
}

.background img {
    /*height: 1000px;*/
    width: 100%;
}


@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 {
    position: absolute;
    top: 55%;
    left: 50%;
    text-align: center;
    z-index: 10;
    margin: 0px auto;
    transform: translate(-50%, -10%);

}

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

.main .button-box .gamestar-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    transform: scale(1.1);
}

.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 img:hover {
    transform: scale(1.05);
}


.footer-box {
    /*margin: 20px auto;*/
    position: absolute;
    top: 89%;
    background-color: black;
    height: 220px;
    z-index: 10;
    width: 100%;
}

.footer-box .img-button-list {
    
    display: flex;
    justify-content: center;
    padding-top: 40px;
}

.footer-box .img-button-list a {
    margin-right: 30px;
}

.footer-box .footer-txt {

    color: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}




