@font-face {
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/kanit/Kanit-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/kanit/Kanit-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Kanit';
    font-style: italic;
    font-weight: 400;
    src: url('/fonts/kanit/Kanit-Italic.ttf') format('truetype');
}

* {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

/* 整个滚动条 */
::-webkit-scrollbar {
    width: 4px;
    /* 纵向滚动条宽度 */
    height: 4px;
    /* 横向滚动条高度 */
}

/* 滚动条轨道（背景） */
::-webkit-scrollbar-track {
    background: rgba(217, 217, 217, 0.2);
    /* 轨道颜色 */
    border-radius: 2px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    background: #F3A45D;
    /* 滑块颜色 */
    border-radius: 2px;
}

/* 滑块悬停时 */
::-webkit-scrollbar-thumb:hover {
    background: #F3A45D;
}

body {
    background: #0D0D0D;
    max-height: 100vh;
    overflow-x: hidden;
    font-family: Kanit, sans-serif;
}
.page_content{
    padding: 0 10px;
}
.top_light {
    position: absolute;
    background-image: url('/image/top_light.webp');
    width: 910px;
    height: 442px;
    left: -225px;
    top: -129px;
    z-index: -1;
}

.right_light {
    position: absolute;
    background-image: url('/image/right_light.webp');
    width: 436px;
    height: 1084px;
    right: 0;
    top: 500px;
    z-index: -1;
}

.header_content {
    /* 或者 cover/contain 根据需要 */
    max-width: 1460px;
    margin: 0 auto;
    position: relative;
    padding: 179px 0 45px 0;
}

.header_bg {
    background-image: url('/image/top_image.webp');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: -74px;
    mix-blend-mode: color-dodge;
    z-index: -1;
}

header {
    display: flex;
    justify-content: space-between;
    padding-top: 26px;
    max-width: 1460px;
    margin: 0 auto;
}

.login_btn {
    width: 140px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: #F3A45D;
    border-radius: 10px;
}

.login_btn .icon {
    background-image: url('/image/steam_icon.png');
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.login_btn .label {
    font-size: 14px;
    color: #0D0D0D;
    font-weight: bold;
}

.top_online {
    display: flex;
    align-items: center;
}

.top_online .logo {
    width: 40px;
    height: 40px;
}

.top_online .online_icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('/image/online_icon.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: 30px;
}

.top_online .num {
    font-weight: 400;
    font-size: 16px;
    background: linear-gradient(180deg, #77F2F3 0%, #09D36C 100%);
    -webkit-background-clip: text;
    /* 仅适用于 Webkit 浏览器 */
    background-clip: text;
    color: transparent;
    /* 使文字透明以显示背景 */
    margin-left: 10px;
}

.top_online .label {
    font-size: 14px;
    color: #FFFFFF;
    margin-left: 6px;
}

.top_content {
    max-width: 1258px;
    margin: 0 auto;
    backdrop-filter: blur(4px);
    background: linear-gradient(90deg, rgba(5, 61, 34, 0.1), rgba(16, 83, 81, 0.1));
    border-radius: 20px 20px 20px 20px;
    border: 2px solid #77F2F3;
    position: relative;
    padding: 96px 0 87px 0;
    top: -74px;
}

.top_content .skins1 {
    width: 322px;
    height: 204px;
    position: absolute;
    right: -19px;
    top: -58px;
}

.top_content .title {
    font-weight: bold;
    font-size: 64px;
    color: #FFFFFF;
    text-align: center;
}

.top_content .title .style {
    font-weight: bold;
    font-size: 64px;
    background: linear-gradient(180deg, #77F2F3 0%, #09D36C 100%);
    -webkit-background-clip: text;
    /* 仅适用于 Webkit 浏览器 */
    background-clip: text;
    color: transparent;
    /* 使文字透明以显示背景 */
}

.top_content .txt {
    font-size: 18px;
    color: #C5C5C5;
    text-align: center;
    max-width: 860px;
    margin: 20px auto 0;
}

.top_content .skins2 {
    width: 419px;
    height: 201px;
    position: absolute;
    left: -79px;
    bottom: -83px;
}

.get_new_skin {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.get_new_skin a {
    width: 365px;
    height: 64px;
    background: #F3A45D;
    border-radius: 10px;
    text-align: center;
    line-height: 64px;
    font-weight: bold;
    font-size: 16px;
    color: #0D0D0D;
    border: none;
}

.exchange_content {
    max-width: 1460px;
    margin: 26px auto 0;
}

.exchange_content .exchange_title {
    font-weight: bold;
    font-size: 32px;
    color: #FFFFFF;
    text-align: center;
}

.exchange_content .exchange_text {
    max-width: 886px;
    font-size: 18px;
    color: #C5C5C5;
    margin: 40px auto 0;
    text-align: center;
}

.skins_content {
    display: flex;
    margin-top: 35px;
}

.web_box {
    flex: 1;
    position: relative;
}

.web_box_img {
    position: absolute;
    right: 0;
    height: calc(100% + 20px);
}

.skins_content .skins_box {
    display: flex;
    flex-wrap: wrap;
    width: 840px;
}

.skins_box .skins_item {
    width: 200px;
    height: 220px;
    background: #141414;
    border-radius: 8px;
    border-bottom: 1px solid #AF2521;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
    margin: 0 0 10px 10px;
    box-sizing: border-box;
}

.skins_box .skins_item_b {
    border-bottom: 1px solid #936C24;
}

.skins_box .skins_item .item_img {
    width: 140px;
    height: 110px;
    margin-top: 35px;
}

.skins_box .skins_item .name {
    font-weight: 500;
    font-size: 12px;
    color: #C5C5C5;
    width: 100%;
}

.skins_box .skins_item .label {
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    width: 100%;

}



.giveaways_hint {
    width: 100%;
    max-width: 1460px;
    height: 446px;
    background-image: url('/image/giveaway_bg.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 100px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.giveaways_hint_title {
    font-weight: bold;
    font-size: 32px;
    color: #FFFFFF;
}

.giveaways_hint_text {
    font-size: 18px;
    color: #C5C5C5;
    text-align: center;
    max-width: 752px;
    margin-top: 40px;
}

.giveaways_img {
    position: absolute;
    right: -87px;
    bottom: 0;
    width: 376px;
    height: 352px;
}

.about_us {
    display: flex;
    justify-content: space-between;
    margin: 68px auto 0;
    max-width: 1460px;
    position: relative;
}

.about_us .about_img1 {
    width: 374px;
    height: 478px;
}

.about_us .about_img2 {
    width: 296px;
    height: 322px;
    margin-top: 22px;
}

.about_us_content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.about_us_label {
    font-weight: bold;
    font-size: 32px;
    color: #FFFFFF;
}

.about_us_text {
    font-size: 18px;
    color: #C5C5C5;
    text-align: center;
    max-width: 876px;
    margin-top: 40px;
}

.footer_line {
    height: 4px;
    background: linear-gradient(270deg, #09D01B 0%, #39EDE1 51%, #3216FE 100%);
    width: 100%;
}

.footer {
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ssl_box {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.footer_left .logo {
    width: 40px;
    height: 40px;
}

.footer_left .text {
    font-size: 12px;
    color: #989898;
}

.footer_right .paymen_img {
    height: 33px;
}

.steam_img {
    width: 186px;
    height: 34px;
    margin-left: 25px;
}

.policy_text a {
    font-size: 12px;
    color: #FFFFFF;
}

.ssl_text {
    display: flex;
    align-items: center;
}

.ssl_text .footer_icon {
    width: 30px;
    height: 30px;
}

.ssl_text .text p {
    font-size: 12px;
    color: #989898;
    margin-left: 10px;
}

.privacy_policy {
    max-width: 1460px;
    margin: 60px auto 40px;
    position: relative;
}

.privacy_policy_title {
    font-weight: bold;
    font-size: 28px;
    color: #FFFFFF;
    text-align: center;
}

.privacy_policy .content_item {
    font-size: 14px;
    color: #C5C5C5;
    line-height: 20px;
    margin-top: 30px;
}

.privacy_policy .content_item a {
    color: #F3A45D;
}

.privacy_policy .content_item .label {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 10px;
}

.privacy_policy_content {
    background: radial-gradient(10% 10% at 100% 90%, #122217 0%, #0D0D0D 100%);

}

.privacy_policy_content .top_light {
    z-index: 1;
}

@media (max-width: 1460px) {
    .skins_content {
        flex-direction: column;
        align-items: center;
    }

    .web_box {
        width: 840px;
        height: 470px;
        flex: auto;
    }

    .skins_content .skins_box {
        margin: 40px auto 0;
    }
}

@media (max-width: 880px) {

    section,
    header {
        padding: 10px;
    }

    .right_light,
    .top_light {
        display: none;
    }

    .top_online .logo {
        width: 24px;
        height: 24px;
    }

    .top_online .online_icon {
        width: 20px;
        height: 20px;
        margin-left: 10px;
    }

    .header_content {
        padding: 100px 0 10px 0;
    }
    .login_btn {
        width: 100px;
        height: 32px;
        border-radius: 6px;
    }
    
    .login_btn .icon {
        width: 16px;
        height: 16px;
        margin-right: 8px;
    }
    
    .login_btn .label {
        font-size: 12px;
    }
    .header_bg {
        top: -50px;
    }

    .top_content {
        border-radius: 10px;
        padding: 48px 0 44px 0;
        top: -50px;
        margin: 0 40px;
    }

    .top_content .title,
    .top_content .title .style {
        font-size: 28px;
    }

    .top_content .txt {
        font-size: 12px;
        margin: 10px 20px;
    }

    .top_content .skins1 {
        width: 161px;
        height: 102px;
        right: -10px;
        top: -29px;
    }

    .top_content .skins2 {
        width: 210px;
        height: 100px;
        left: -40px;
        bottom: -41px;
    }
    .get_new_skin {
        margin-top: 20px;
    }
    .get_new_skin a {
        width: 160px;
        height: 40px;
        border-radius: 8px;
        line-height: 40px;
        font-size: 12px;
    }
    .exchange_content {
        margin: 0 auto;
    }

    .exchange_content .exchange_title {
        font-size: 20px;
    }

    .exchange_content .exchange_text {
        font-size: 14px;
        margin: 20px auto 0;
    }

    .skins_content {
        margin-top: 20px;
    }

    .web_box {
        width: 480px;
        height: 268px;
        flex: auto;
    }

    .skins_content .skins_box {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 5px;
        /* 设置行列间距都为 20px */
    }

    .skins_box .skins_item {
        width: 100%;
        height: auto;
        padding-bottom: 10px;
        margin: 0;
    }

    .skins_box .skins_item .item_img {
        width: 140px;
        max-width: 80%;
        height: auto;
        margin-top: 35px;
    }

    .giveaways_hint {
        width: 100%;
        height: auto;
        background-position: top center;
        background-size: auto;
        margin: 50px auto 0;
        padding: 20px;
        box-sizing: border-box;
    }

    .giveaways_hint_title {
        font-size: 20px;
    }

    .giveaways_hint_text {
        font-size: 12px;
        margin-top: 20px;
    }

    .giveaways_img {
        display: none;
    }

    .about_us {
        margin: 20px auto 0;
    }

    .about_us .about_img1 {
        width: 150px;
        height: 191px;
    }

    .about_us .about_img2 {
        width: 140px;
        height: 152px;
        margin-top: 16px;
    }

    .about_us_label {
        font-size: 20px;
    }

    .about_us_text {
        font-size: 12px;
        margin-top: 10px;
    }

    .footer {
        padding: 10px;
    }

    .footer_left .logo {
        width: 24px;
        height: 24px;
    }

    .footer_left .text {
        font-size: 10px;
        margin-top: 5px;
    }

    .footer_right .paymen_img {
        height: 20px;
    }


    .ssl_text .footer_icon {
        width: 20px;
        height: 20px;
    }

    .ssl_text .text p {
        font-size: 10px;
        margin-left: 5px;
    }

}

@media (max-width: 500px) {


    .top_content {
        margin: 0;
    }

    .top_content .title,
    .top_content .title .style {
        font-size: 16px;
    }

    .top_content .txt {
        font-size: 10px;
    }

    .exchange_content .exchange_title {
        font-size: 16px;
    }

    .exchange_content .exchange_text {
        font-size: 12px;
        margin: 10px auto 0;
    }

    .web_box {
        width: 360px;
        height: 201px;
    }

    .skins_content .skins_box {
        grid-template-columns: repeat(2, 1fr);
    }

    .giveaways_hint {
        margin: 30px auto 0;
    }

    .giveaways_hint_title {
        font-size: 16px;
    }

    .giveaways_hint_text {
        font-size: 10px;
        margin-top: 20px;
    }

    .about_us .about_img1 {
        width: 100px;
        height: 127px;
    }

    .about_us .about_img2 {
        width: 90px;
        height: 98px;
    }

    .about_us {
        min-height: 190px;
        align-items: flex-end;
    }

    .about_us_label {
        font-size: 16px;
    }

    .about_us_text {
        font-size: 10px;
    }

    .footer {
        flex-direction: column;
        justify-content: center;
    }

    .footer_left {
        text-align: center;
    }

    .footer_left .logo {
        width: 24px;
        height: 24px;
    }

    .footer_left .text {
        font-size: 10px;
        margin-top: 5px;
    }

    .footer_right {
        margin-top: 10px;
    }


    .ssl_box {
        justify-content: center;
    }
    .steam_img {
        margin-left: 15px;
    }
}