.v-clock {display:none;}

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

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

.content-box {
    background-image: url(../img/index-bg.jpg);
    background-position: top 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;
} */

.langs-box {
    position: absolute;
    top: 5%;
    right: 3%;
}

.langs-box-button {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.langs-box-button img {
    display: block;
}
.langs-box-button .langs-box-button-text {
    position: absolute;
    left: 10%;
    font-size: 24px;
    color: #C8A562;
}
.langs-box-button .langs-box-button-img {
    position: absolute;
    right: 10%;
    transform: rotate(0);
}
.langs-box-button .langs-box-button-img.active {
    transform: rotate(180deg);
}
.langs-box-list {
    position: relative;
}
.langs-box-list img {
    display: block;
    z-index: -1;
}
.langs-box-list-buttons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 22px;
    color: #C8A562;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.langs-box-list-buttons .langs-box-list-buttons-item {
    margin: 0 1px;
    flex: 1;
    padding-left: 10%;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.langs-box-list-buttons > .langs-box-list-buttons-item:first-of-type {
    margin-top: 2px;
}
.langs-box-list-buttons > .langs-box-list-buttons-item:last-of-type {
    margin-bottom: 2px;
}
.langs-box-list-buttons .langs-box-list-buttons-item.active {
    background-color: #5C1B16;
}


.button-box {
    position: absolute;
    bottom: 16%;
}
.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;
    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.15)
    }
    50% {
        transform: scale(1.25)
    }
    to {
        transform: scale(1.15)
    }
}

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

.footer-box-top {
    padding-top: 4vh;
    display: flex;
    justify-content: center;
}

.footer-box-top .footer-img img {
    width: 92px;
    height: 92px;
    margin-right: 10px;
}

.footer-box-top .footer-txt {
    font-size: 15px;
    color: #A4A4A4;
    padding-left: 20px;
}

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

.footer-box-bottom div {
    padding: 0 10px;
}
.footer-box-bottom .footer-btn {
    cursor: pointer;
}
.footer-box-bottom .footer-btn a {   
    font-size: 20px;
    color: #C8A463;
}
