@charset "UTF-8";

/* 设置滚动条的样式 */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 10px;
    width: 10px;
    background: #111111;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #585858;

    &:hover {
        background: #44D62C;
    }

    &:active {
        background: #359b24;
    }
}

@font-face {
    font-family: "razerf5_bold";
    src: url("https://deals-assets-cdn.razerzone.com/themes/assets/fonts/razerf5-bold-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "roboto_regular";
    src: url("https://deals-assets-cdn.razerzone.com/themes/assets/fonts/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    background-color: #08090A !important;
    overflow-x: hidden;
    font-family: 'roboto_regular';
}

body a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

#LeaderboardFAQ {
    background-color: #222222;
}


#LeaderboardFAQ header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    background-color: #333333;
    z-index: 99;
}

#LeaderboardFAQ header .header-content {
    width: 980px;
    height: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    #LeaderboardFAQ header .header-content {
        width: 100%;
        padding: 0 10px;
    }
}

#LeaderboardFAQ header .header-content .support-logo {
    float: left;
    width: 140px;
    height: 100%;
}

#LeaderboardFAQ header .header-content .razer-logo {
    float: right;
    width: 50px;
    height: 100%;
}

#LeaderboardFAQ .page-wrapper {
    margin: auto;
    width: 980px;
    padding-top: 80px;
    z-index: 1;
}

#LeaderboardFAQ .page-content-wrap {
    position: relative;
}

#LeaderboardFAQ footer {
    background-color: #000000;
    padding: 55px 0 57px 0;
    text-align: center;
}

#LeaderboardFAQ footer .connect-support {
    margin-bottom: 24px;
}

#LeaderboardFAQ footer .connect-support a {
    display: inline-block;
    min-width: 300px;
    height: 66px;
    line-height: 66px;
    border: 1px solid #44d62c;
    font-size: 18px;
    color: #44d62c;
}

#LeaderboardFAQ footer .title {
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
}

#LeaderboardFAQ footer .razer-insider a {
    height: 100%;
    display: inline-block;
    min-width: 300px;
}

#LeaderboardFAQ footer .razer-insider .connect {
    width: 68px;
    height: 68px;
    margin-right: 35px;
}

#LeaderboardFAQ footer .razer-insider div {
    display: inline-block;
    vertical-align: top;
}

#LeaderboardFAQ footer .razer-insider div>* {
    font-size: 18px;
    color: #999999;
    display: block;
}

#LeaderboardFAQ footer .razer-insider div>span {
    margin-bottom: 8px;
}

.page-content-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 36px;
    margin-top: 24px;
}

.page-content-header>div:first-child {
    color: #44D62C;
    font-size: 26px;
    width: 507px;
    font-family: 'razerf5_bold';
}

.page-content-item {
    margin-bottom: 32px;
}
.page-content-item a {
    color: #44D62C;
}
.page-content-item a:hover {
    color: #7CE26B;
}

.page-content-item>div:first-child {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 6px;
}

.page-content-item>div:last-child {
    font-size: 14px;
    line-height: 20px;
    color: #909090;
}