.pu_community{ color: #EEEEEE; background-color: #000000; }
h1, h2, h3, h4, h5, h6 { font-family: 'Conv_AvenirLTStd-Black-1'; }
p { margin: 0; }
.mb { display: none; }

.banner { padding-top: 60px; padding-bottom: 484px; background-image: var(--bg-pc); background-position: center; background-size: cover; background-repeat: no-repeat; }
.banner .container { width: 100%; max-width: 900px; margin-left: auto; margin-right: auto; text-align: center; }
.banner .badge { font-weight: 900; font-size: 24px; color: #EE5253; margin-bottom: 12px; }
.banner .title { font-weight: 900; font-size: var(--fs-64); margin-bottom: 24px; }
.banner .subtitle { font-weight: 400; font-size: var(--fs-16); margin-bottom: 32px; }
.banner .blue_button { border-radius: 48px; }

.solo { padding-top: 120px; padding-bottom: 48px; }
.solo .container { width: 100%; max-width: 850px; margin-left: auto; margin-right: auto; text-align: center; }
.solo .title { font-weight: 900; font-size: var(--fs-48); margin-bottom: 24px; }
.solo .badge { font-weight: 900; font-size: 24px; color: var(--color-primary); margin-bottom: 12px; }
.solo .subtitle { font-weight: 400; font-size: var(--fs-16); margin-bottom: 0; }

.solo_swiper { padding-bottom: 60px; overflow: hidden; }
.solo_swiper .solo_inner { width: 100%; padding-left: 48px; padding-right: 48px; }
.solo_swiper .container { width: 100%; max-width: 1112px; margin-left: auto; margin-right: auto; }
.solo_swiper .swiper-container { width: 100%; overflow: visible; }
.solo_swiper .swiper-wrapper { transition-property: transform; }
.solo_swiper .swiper-slide { height: auto; background: linear-gradient(180deg, #1A1A1A 0%, #232020 100%); border: 1px solid #2A2A2A; padding: 32px; border-radius: 32px; text-align: center; cursor: pointer; }
.solo_swiper .swiper-slide .img { width: 100%; margin-bottom: 24px; max-width: 544px; }
.solo_swiper .swiper-slide .title { font-weight: 900; font-size: 24px; text-align: center; margin-bottom: 12px; }
.solo_swiper .swiper-slide .content { font-weight: 400; font-size: var(--fs-16); text-align: center; margin-bottom: 0; }

.arena { padding-top: 60px; padding-bottom: 48px; }
.arena .head { text-align: center; margin-bottom: 48px; }
.arena .head .title { font-weight: 900; font-size: var(--fs-48); margin-bottom: 24px; }
.arena .head .desc { font-weight: 400; font-size: 16px; margin-bottom: 0; }

.arena .grand_prize { display: flex; padding: 60px; gap: 48px; align-items: stretch; border: 1px solid #2A2A2A; border-radius: 32px; }
.arena .grand_prize .layout_left { width: 100%; max-width: 544px; border-radius: 32px; overflow: hidden; display: flex; align-items: center; }
.arena .grand_prize .layout_left img { width: 100%; height: 100%; object-fit: cover; border: 1px solid #2A2A2A; border-radius: 32px; }
.arena .grand_prize .layout_right { flex-grow: 1; display: flex; flex-direction: column; justify-content: center; }
.arena .grand_prize .layout_right .title { font-weight: 900;font-size: var(--fs-48); margin-bottom: 8px; }
.arena .grand_prize .layout_right .desc { font-weight: 400; font-size: var(--fs-16); margin-bottom: 24px; }
.arena .grand_prize .layout_right .steps { border-top: 1px solid #2A2A2A; padding-top: 24px; }
.arena .grand_prize .layout_right .steps .step { border-bottom: 1px solid #2A2A2A; padding-bottom: 24px; margin-bottom: 24px; display: flex; gap: 48px; align-items: flex-start; }
.arena .grand_prize .layout_right .steps .step:last-child { margin-bottom: 12px; }
.arena .grand_prize .layout_right .steps .step .step_title { font-weight: 900; font-size: 24px; width: 100%; max-width: 160px; }
.arena .grand_prize .layout_right .steps .step .step_content { font-weight: 400; font-size: var(--fs-16); flex-grow: 1; }
.arena .grand_prize .layout_right .terms { font-weight: 400; font-size: 14px; margin-bottom: 32px; color: #898989; }
.arena .grand_prize .layout_right .blue_button { border-radius: 48px; width: max-content; }

.arena_tab .tab_box { max-width: max-content; margin-left: auto; margin-right: auto; }
.arena_tab .tab_box .tabs { display: flex; gap: 24px; flex-wrap: nowrap; padding-left: 20px; padding-right: 20px; position: relative; overflow-x: scroll; overflow-y: hidden; width: 100%; scrollbar-width: none; scrollbar-color: transparent transparent; -moz-scrollbar-width: thin; -moz-scrollbar-color: transparent transparent; -ms-overflow-style: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; }
.arena_tab .tab_box .tabs::-webkit-scrollbar { display: none; width: 0; height: 0; }
.arena_tab .tab_box .tabs .tab { flex-shrink: 0; color: var(--color-disabled); cursor: pointer; background: var(--color-primary-disabled); font-weight: 900; }
.arena_tab .tab_box .tabs .tab:hover { color: #EEEEEE; }
.arena_tab .tab_box .tabs .tab.status_ended { background-color: var(--color-primary); color: #EEEEEE; }

.challenge_box { padding-top: 24px; padding-bottom: 60px; }
.challenge_box .challenge_lists .challenge { display: none; gap: 48px; align-items: stretch; padding: 60px; border: 1px solid #2A2A2A; border-radius: 32px; }
.challenge_box .challenge_lists .challenge.status_ended { display: flex; }
.challenge_box .challenge_lists .challenge .layout_left { width: 100%; max-width: 544px; border-radius: 32px; overflow: hidden; }
.challenge_box .challenge_lists .challenge .layout_left img { width: 100%; height: 100%; object-fit: cover; border: 1px solid #2A2A2A; border-radius: 32px; }
.challenge_box .challenge_lists .challenge .layout_right { flex-grow: 1; display: flex; flex-direction: column; justify-content: center; }
.challenge_box .challenge_lists .challenge .layout_right .title { font-weight: 900; font-size: var(--fs-48); margin-bottom: 32px; border-bottom: 1px solid #2A2A2A; margin-bottom: 32px; padding-bottom: 32px;; }
.challenge_box .challenge_lists .challenge .layout_right .gift { font-weight: 900; font-size: 24px; margin-bottom: 12px; }
.challenge_box .challenge_lists .challenge .layout_right .desc { font-weight: 400; font-size: var(--fs-16); margin-bottom: 32px; }
.challenge_box .challenge_lists .challenge .layout_right .blue_button { border-radius: 48px; margin-bottom: 32px; max-width: max-content; }
.challenge_box .challenge_lists .challenge .layout_right .terms { font-weight: 400; font-size: 14px; color: #898989; }

.analysts { overflow: hidden; padding-top: 60px; }
.analysts .head { text-align: center; margin-bottom: 48px; }
.analysts .head .title { font-weight: 900; font-size: var(--fs-48); margin-bottom: 24px; }
.analysts .head .desc { font-weight: 400; font-size: 16px; }
.analysts .analysts_info { display: flex; gap: 24px; align-items: center; }
.analysts .analysts_info > * { flex: 1; }
.analysts .analysts_info .flex_box .name { font-weight: 900; font-size: var(--fs-20); text-transform: uppercase; margin-bottom: 4px; }
.analysts .analysts_info .flex_box .area { font-weight: 400; font-size: var(--fs-16); margin-bottom: 24px; }
.analysts .analysts_info .p_box p { font-weight: 400; font-size: var(--fs-16); }
.analysts .analysts_info .photo { display: none; }

.started { padding-top: 120px; padding-bottom: 120px; }
.started .sticky_box .head { text-align: center; margin-bottom: 48px; }
.started .sticky_box .head .title { font-weight: 900; font-size: var(--fs-48); margin-bottom: 24px; }
.started .sticky_box .head .desc { font-weight: 400; font-size: 16px; }
.started .tabs { width: 100%; overflow: hidden; display: flex; justify-content: center; gap: 24px; margin-bottom: 48px; }
.started .tabs .tab { color: var(--color-primary); background: var(--color-secondary); border-radius: 48px; font-weight: 900; font-size: var(--fs-16); text-align: center; cursor: pointer; }
.started .tabs .tab:hover { color: var(--color-secondary); }
.started .tabs .tab.active { color: var(--color-secondary); background: var(--color-primary); }
.started .steps .step_group { display: none; position: relative; flex-direction: column; gap: 48px; }
.started .steps .step_group.active { display: flex; }
.started .steps .step_group .step { position: sticky; top: 0; width: 100%; display: flex; align-items: center; background: linear-gradient(278.65deg, #1A1A1A 0%, #000000 99.27%); border: 1px solid #2A2A2A; padding: 60px; gap: 48px; border-radius: 32px; overflow: hidden; }
.started .steps .step_group .step:nth-child(1) { top: calc(var(--step-group-active) + 0px); }
.started .steps .step_group .step:nth-child(2) { top: calc(var(--step-group-active) + 40px); }
.started .steps .step_group .step:nth-child(3) { top: calc(var(--step-group-active) + 80px); }
.started .steps .step_group .step:nth-child(4) { top: calc(var(--step-group-active) + 120px); }
.started .steps .step_group .step .step_left { width: 100%; max-width: 544px; border-radius: 32px; overflow: hidden; }
.started .steps .step_group .step .step_left img { width: 100%; border-radius: 32px; border: 1px solid #2A2A2A; }
.started .steps .step_group .step .step_right { flex-grow: 1; width: 100%; }
.started .steps .step_group .step .step_right .title { font-weight: 900; font-size: 48px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid #2A2A2A; }
.started .steps .step_group .step .step_right .desc { margin-bottom: 32px; }
.started .steps .step_group .step .step_right .blue_button { border-radius: 48px; }

@media (max-width: 1900px) {
    .arena .grand_prize .layout_right .title br { display: none; }

    .analysts .analysts_info { align-items: flex-end; }
}
@media (max-width: 1440px) {
    .arena .grand_prize { padding: 32px; gap: 24px; }
    .arena .grand_prize > * { flex: 1; }
    .arena .grand_prize .layout_right .title { font-size: var(--fs-40); }
    .arena .grand_prize .layout_right .title br { display: none; }
    
    .challenge_box .challenge_lists .challenge { padding: 32px; gap: 24px; }
    .challenge_box .challenge_lists .challenge > * { flex: 1; }
}
@media (max-width: 1150px) {
    .started .sticky_box { top: 140px; }
}
@media (max-width:1040px) {
    .blue_button { min-width: 200px; font-size: 16px; padding: 11px 0px; }

    .banner { padding-top: 32px; padding-bottom: 312px; }
    .banner .title { font-size: 40px; }

    .solo { padding-top: 64px; }

    .solo_swiper { padding-bottom: 64px; }
    .solo_swiper .container { max-width: 844px; }
    .solo_swiper .swiper-slide { padding: 24px; }
    .solo_swiper .swiper-slide .img { margin-bottom: 18px; }
    .solo_swiper .swiper-slide .title { margin-bottom: 10px; }
    
    .arena { padding-top: 0; }

    .arena_tab .tab_box .tabs { gap: 12px; }

    .challenge_box { padding-bottom: 64px; }
    .challenge_box .challenge_lists .challenge .layout_right .title { font-size: var(--fs-40); }

    .analysts { padding-top: 0; }
    .analysts .analysts_info { align-items: flex-end; }

    .started { padding-top: 64px; padding-bottom: 64px; }
    .started .steps .step_group .step { padding: 32px; }
}
@media (max-width:900px) {
    .banner { padding-bottom: 250px; }
    .banner .badge { font-size: var(--fs-20); }
    .banner .title { font-size: var(--fs-40); }

    .arena .grand_prize { flex-direction: column; }
    .arena .grand_prize .layout_left { max-width: 100%; }
    .arena .grand_prize .layout_right .title{ font-size: var(--fs-32); }

    .challenge_box { padding-bottom: 64px; }
    .challenge_box .challenge_lists .challenge { flex-direction: column; }
    .challenge_box .challenge_lists .challenge .layout_left { max-width: 100%; }
    
    .analysts .analysts_info { flex-wrap: wrap; gap: 12px 48px; align-items: flex-start; }
    .analysts .analysts_info .layout_center { flex: 0 0 100%; order: -1; text-align: center; }

    .started .sticky_box { height: 1400px; }
    .started .steps .step_group .step { flex-direction: column; }
    .started .steps .step_group .step .step_left { max-width: 100%; text-align: center; }
    .started .steps .step_group .step .step_left img { max-height: 320px; object-fit: cover; }
    .started .steps .step_group .step .step_right .title { font-size: var(--fs-32); }
    .started .container { height: auto !important; }
    .started .sticky_box { height: auto !important; position: relative; top: 0 !important; left: 0 !important; bottom: 0 !important; right: 0 !important; }
    .started .sticky_box .head .title { margin-bottom: 24px; }
    .started .steps .step_group { flex-direction: column; gap: 48px; }
    .started .steps .step_group .step { position: relative; left: 0 !important; right: 0 !important; bottom: 0 !important; top: 0 !important; transform: translateY(0) !important; }
    .started .steps .step_group .step .step_left img { max-height: 100%; }
}
@media (max-width: 800px) {
    .solo .title { font-size: var(--fs-32); }

    .analysts .head .title { font-size: 32px; }

    .started .sticky_box .head .title { font-size: 32px; }

    .mb { display: block; }

    .banner { background-image: var(--bg-mb); padding-top: 64px; padding-bottom: 368px; }
    .banner .badge { font-size: var(--fs-16); }
    .banner .title { font-size: var(--fs-32); }

    .solo_swiper .solo_inner { padding-left: 20px; padding-right: 20px; }
    .solo_swiper .swiper-slide { max-width: 360px; border-radius: 24px; }
    .solo_swiper .swiper-slide .img { margin-bottom: 16px; }
    .solo_swiper .swiper-slide .title { margin-bottom: 8px; font-size: var(--fs-20); }
    
    .arena .head .title { margin-bottom: 24px; font-size: var(--fs-32); }
    .arena .grand_prize { padding: 24px; border-radius: 24px; }
    .arena .grand_prize .layout_left { border-radius: 24px; }
    .arena .grand_prize .layout_left img { border-radius: 24px; }
    .arena .grand_prize .layout_right .title { font-size: 24px; }
    .arena .grand_prize .layout_right .desc { margin-bottom: 24px; }
    .arena .grand_prize .layout_right .steps { padding-top: 24px; }
    .arena .grand_prize .layout_right .steps .step { gap: 24px; }
    .arena .grand_prize .layout_right .steps .step .step_title { max-width: 135px; }
    
    .challenge_box { padding-bottom: 0; }
    .challenge_box .challenge_lists .challenge { padding: 24px; border-radius: 24px; }
    .challenge_box .challenge_lists .challenge .layout_left { border-radius: 24px; }
    .challenge_box .challenge_lists .challenge .layout_left img { height: auto; border-radius: 24px; }
    .challenge_box .challenge_lists .challenge .layout_right .title { padding-bottom: 24px; margin-bottom: 24px; font-size: 32px; }
    .challenge_box .challenge_lists .challenge .layout_right .gift { font-size: 20px; }
    .challenge_box .challenge_lists .challenge .layout_right .desc { margin-bottom: 24px; }
    .challenge_box .challenge_lists .challenge .layout_right .blue_button { margin-bottom: 24px; }

    .analysts { padding-top: 64px; }
    .analysts .inner { padding-left: 20px; padding-right: 20px; }
    .analysts .analysts_info { flex-direction: column; gap: 24px; }
    .analysts .analysts_info .layout_center { display: none; }
    .analysts .analysts_info .photo { display: block; text-align: center; margin-bottom: 12px; }

    .started { padding-top: 64px; padding-bottom: 64px; }
    .started .sticky_box .head { margin-bottom: 32px; }
    .started .tabs { gap: 12px; }
    .started .tabs .tab { min-width: 150px; font-size: 16px; padding: 11px 0px; }
    .started .steps .step_group { gap: 24px; }
    .started .steps .step_group .step { padding: 24px; gap: 24px; border-radius: 24px; }
    .started .steps .step_group .step .step_left { border-radius: 24px; }
    .started .steps .step_group .step .step_left img { border-radius: 24px; }
    .started .steps .step_group .step .step_right .title { padding-bottom: 24px; margin-bottom: 24px; }
    .started .steps .step_group .step .step_right .desc { margin-bottom: 24px; }
    .started .steps .step_group .step .step_right .blue_button { min-width: 150px; font-size: 16px; padding: 11px 0px; }

    .join_trade .btn_box .blue_button { min-width: 150px; font-size: 16px; padding: 11px 0px; }
}
@media (max-width: 540px) {
    .solo { padding-bottom: 24px; }

    .arena .head { margin-bottom: 24px; }
    
    .analysts .head { margin-bottom: 24px; }

    .started .tabs { margin-bottom: 24px; }

    .challenge_box .challenge_lists .challenge .layout_right .title { font-size: 24px; }
}
@media (max-width: 413px){
    .arena .grand_prize .layout_right .steps .step .step_title { max-width: 100%; flex: 1; }
    .arena .grand_prize .layout_right .steps .step .step_content { flex: 1; }
}
