* {
    -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: 1300px;
    width: 100%;
    height: 100%;
}

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

}

.go-back {
    width: 30%;
    position: absolute;
    top: 91.5%;
    left: 75%;
}

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

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

select#my-select:hover {
    cursor: pointer;
}

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

.content_section {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* #app {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
} */

.content-box {
    background-image: url(../img/index-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    overflow: hidden;

    display: flex;
    justify-content: center;
}

/* .logo-box {
    position: absolute;
    top: 10%;
    left: 10%;
} */

/* .logo-box .logo-box-logo-img {
    height: 25vh;
} */

.button-box {
    position: absolute;
    bottom: 10%;
}

.button-box .button-box-start-img {
    animation: fadeIn-data-start-button .3s .7s both, breathe-data-start-button 2s 1s infinite both;
    animation-delay: 250ms;
    margin: 1vh auto;
    height: 20vh;
    display: block;
}

.button-box .button-box-start-img {
    /* display: none; */
}

@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)
    }
}

.footer_section .footer-box {
    background-color: #1d1d1d;
}

.footer-box-top {
    padding-top: 4vh;
}

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

.footer-box-top .img-button-list a img {
    padding: 0 2.5vh;
}

.footer-box-bottom {
    padding-top: 3vh;
    padding-bottom: 3vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

