* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none !important;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    background-color: #141524;
    overflow-x: hidden;
    color: white;
    min-width: 1300px;
}
a{
    text-decoration:none;
}
h1 {
    font-size: 4.2rem;
    line-height: 110%;
    margin: 2.8rem 0 1.68rem 0;
}

h2 {
    font-size: 3.56rem;
    line-height: 110%;
    margin: 2.3733333333rem 0 1.424rem 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    line-height: 1.3;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

label {
    font-size: .8rem;
    color: #9e9e9e;
}

.btn,
.btn-large,
.btn-small {
    text-decoration: none;
    color: #fff;
    background-color: #26a69a;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    cursor: pointer;
}

::-webkit-scrollbar {
    width: 10px;
    /* 设置滚动条宽度 */
    height: 10px;
    /* 设置滚动条高度 */
}

::-webkit-scrollbar-thumb {
    background-color: #2e2f46;
    /* 设置拖动条颜色 */
}

::-webkit-scrollbar-track {
    background-color: #222337;
    /* 设置滚动条背景颜色 */
}

.relative {
    position: relative;
}

.text-center {
    text-align: center;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.gap-10 {
    gap: 10px;
}

.d-block {
    display: block;
}

.color-muted {
    color: #ccd;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.site-footer .footer-container {
    background-color: #1d1e30;
    padding: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.site-footer .footer-container-content {
    width: 100%;
    max-width: 1200px;
}
.site-footer .footer-container-top .footer-container-content {
    display: flex;
}
.site-footer .footer-container-content-left {
    z-index: 1;
}
.site-footer .footer-container-content-left, .site-footer .footer-container-content-right {
    display: flex;
    flex: 1;
    gap: 80px;
    position: relative;
}
.site-footer .footer-right-content, .site-footer .footer-left-content {
    flex: 2;
}
.site-footer .footer-logo {
    display: flex;
    align-items: center;
    height: 60px;
}

.site-footer .footer-all-rights, .site-footer .footer-copyright {
    font-weight: 500;
    font-size: 12px;
    line-height: 165%;
    color: #a9a9ca;
    margin-bottom: 0;
}
.site-footer .footer-section-about {
    order: 2;
}
.site-footer .footer-section-support {
    order: 3;
}
.site-footer .footer-section-title, .site-footer .language-dropdown-label {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: .01em;
    color: #ccd;
    padding: 0;
}
.site-footer .footer-section-title {
    margin: 0 0 16px 0;
    height: 28px;
    display: flex;
    align-items: center;
}
.site-footer .footer-section-link {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #a9a9ca;
    cursor: pointer;
}

.site-footer .footer-section-link:not(:last-child) {
    margin-bottom: 12px;
}
.site-footer .footer-separator {
    height: 1px;
    background-color: #2a2b43;
}
.site-footer .footer-container-socials {
    padding: 24px 64px;
}
.site-footer .footer-container-socials-left-content {
    display: flex;
    gap: 16px;
}
.site-footer .footer-social-link {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #242537;
    color: #7d7d9e;
}