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


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

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


#app {
    background-color: #ffffff;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 1920px 1294px;
    background-position: top center;
    height: 1294px;
    position: relative;
    /* text-align: center; */
    padding-top: 610px;
}

.main .button-box {
    align-content: center;
    /* position: relative; */
    width: 800px;
    /* left: 50%; */
    /* top: 45%; */
    /* margin-left: -400px; */
    margin: 0 auto;
    text-align: center;
}


@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 .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;
    margin: 0 auto;
    display: block;
}


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

.button-box .store-img a {
    display: inline-block;
}

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

.footer-box-zh {
    position: absolute;
    bottom: 40px;
    width: 100%;
}

.footer-box-other {
    position: absolute;
    bottom: 180px;
    width: 100%;
}


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



