#promotion-section {
    width: 100%;
    /*background-image: url('../images/bg_hmx.webp');*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 0;
    margin-top: -30px;
}

#promotion-container {
    max-width: 1400px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*gap: 30px;*/


}

.promotion-img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.promotion-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 60px auto;
    width: fit-content;
    position: relative;
}

.promotion-btn:hover {
    transform: scale(1.05);
}

.promotion-img-btn {
    width: 100%;
    margin-top: -50px;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.promotion-img-btn-2 {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
    box-shadow: 30px 20px 35px rgba(0, 0, 0, 0.3);



}

.promotion-info-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /*background-image: url('../images/Rectangle_358.webp');*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 451px;
    max-height: 100%;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7); /* ✅ 黑色阴影 */
}

.promotion-info-text {
    flex: 0 0 70%;
    color: #fff ;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;

}

.promotion-info-text strong {
    color: #FACE02;
    font-weight: 700;
}

.promotion-info-text .highlight {
    color: #FACE02;
    font-weight: 700;
    font-size: 20px;
    display: block;
}

.promotion-info-text p {
    /*margin: 0 0 12px 0;*/
    line-height: 2;
    color: white;
    padding-left: 50px;
    font-size: 22px;
}

.promotion-info-img {
    flex: 0 0 30%;
    display: flex;
    height: 100%;
    align-items: flex-end;
}

.promotion-info-img img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 1024px) {
    .promotion-img-btn{
        width: 75%;
    }
    #promotion-section{
        margin-top: 60px;
    }
}
@media (max-width: 768px) {
    .promotion-img-btn{
        width: 75%;
        margin-top: 0px;
    }
    .promotion-info-text p {
        padding: 0 20px 0 20px;
        font-size: 16px;
        text-align: left;
    }
    .promotion-info-row {
        flex-direction: column;
        padding: 24px 0px;
        height: auto;
    }
    .promotion-info-text, .promotion-info-img {
        flex: unset;
        width: 100%;
        text-align: center;
    }
    .promotion-info-img {
        justify-content: center;
    }
    .promotion-info-text .highlight{
        font-size: 16px;
    }
    #promotion-container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.promotion-img-mobile-extra {
    display: none;
    width: 100%;
    max-width: 100%;
    margin: 16px 0 0 0;
}
@media (max-width: 768px) {
    .promotion-img-mobile-extra {
        display: block;
    }
}

#how-to-join-section {
    width: 100%;
    background: none;
    margin-top: 50px;
}
.how-to-join-container {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
    max-width: 1400px;
    margin: 0 auto;
    background-color: #FACE02;
    /*background-image: url('../images/Mask_hmx_group.webp');*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* height: 2510px; */
    border-radius: 50px;
    position: relative;
    padding-bottom: 50px;
}

.how-to-join-title-img {
    display: block;
    margin: 0 auto 0 auto;
    max-width: 100%;
    padding-top: 77px;
}

.activity-period-bar {
    position: relative;
    /* background: #FACE02; */
    padding: 32px 0 32px 0;
    width: 100%;
    /* min-height: 120px; */
    margin: 40px 0 0 0;
    overflow: visible;
    border-radius: 24px;
}

.activity-period-left {
    position: absolute;
    top: 0;
    left: 40px;
    z-index: 3;
    display: flex;
    align-items: center;
}

.activity-period-icon {
    width: 60px;
    height: 60px;
    background: #FACE02;
    border-radius: 50px;
    margin-right: -40px; /* 负margin让icon和标题重叠 */
    z-index: 2;
    position: relative;
}

.activity-period-title {
    background: #000;
    color: #FACE02;
    font-weight: bold;
    font-size: 28px;
    border-radius: 25px;
    padding: 10px 50px 10px 70px; /* 左侧padding加大，避免文字被icon遮住 */
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.activity-period-content {
    background: #fff;
    border-radius: 24px;
    margin: 0 40px;
    padding: 70px 24px 50px 24px; /* 上方padding加大，避免被标题条遮住 */
    font-size: 28px;
    color: #000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    text-align: left;
    position: relative;
    z-index: 2;
}
.activity-period-date{
    padding: 0 68px;
    position: relative;
    z-index: 4;
}
.activity-period-date strong {
    font-weight: bold;
}

.activity-period-coin {
    position: absolute;
    top: -5%;
    right: 40px;
    z-index: 2;
}
.activity-period-coin-h{
    position: absolute;
    top: 0px;
    right: 40px;
    z-index: 2;
}
.activity-period-bottom-img {
    position: absolute;
    left: 0;
    bottom: -20%;
    z-index: 2;
}
@media (max-width: 1000px) {
    .activity-period-bottom-img{
        display: none;
    }
}
@media (max-width: 768px) {
    .activity-period-bar {
        padding: 24px 0 24px 0;
    }
    .activity-period-left {
        top: 0px;
        left: 8px;
    }
    .activity-period-content {
        margin: 0 8px;
        font-size: 18px;
        padding: 35px 8px 20px 8px;
    }
    .activity-period-title {
        font-size: 20px;
        padding: 6px 35px 6px 50px;
    }
    .activity-period-icon {
        width: 40px;
        height: 40px;
        margin-right: -30px;
    }
    .activity-period-coin {
        width: 56px;
        height: 56px;
        top: 0px;
        right: 8px;
    }
    .activity-period-date{
        padding-left: 53px;
    }
}

.activity-steps-bar {
    position: relative;
    background: #FACE02;
    padding: 32px 0 32px 0;
    width: 100%;
    min-height: 120px;
    margin: 40px 0 0 0;
    overflow: visible;
    border-radius: 24px;
}

.activity-steps-left {
    position: absolute;
    top: 0;
    left: 40px;
    z-index: 3;
    display: flex;
    align-items: center;
}

.activity-steps-icon {
    width: 60px;
    height: 60px;
    background: #FACE02;
    border-radius: 50px;
    margin-right: -40px;
    z-index: 2;
    position: relative;
}

.activity-steps-title {
    background: #000;
    color: #FACE02;
    font-weight: bold;
    font-size: 28px;
    border-radius: 25px;
    padding: 10px 50px 10px 70px;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.activity-steps-content {
    background: #fff;
    border-radius: 24px;
    margin: 0 40px;
    padding: 70px 24px 50px 24px;
    font-size: 20px;
    color: #000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    text-align: left;
    position: relative;
    z-index: 1;
}

.activity-step {
    margin-bottom: 18px;
}

.activity-step-title {
    margin-bottom: 10px;
    font-weight: bold;
}
.activity-step-desc a{
    font-size: 22px;
}
.activity-step-desc {
    font-size: 22px;
    margin-bottom: 10px;
    color: #59595A;
    padding-left: 44px;

}

.activity-step-divider {
    border: none;
    border-top: 1.5px solid #D7D7D7;
    margin: 30px 0;
}

.activity-step-note {
    color: #000;
    display: block;
    margin-top: 15px;
}

.activity-steps-coin {
    position: absolute;
    top: -5%;
    right: 40px;
    z-index: 2;
    width: 90px;
    height: 90px;
}

@media (max-width: 768px) {

    .activity-step-desc a{
        font-size: 16px;
    }
    .activity-steps-bar {
        padding: 24px 0 24px 0;
    }
    .activity-steps-left {
        top: 0px;
        left: 8px;
    }
    .activity-steps-content {
        margin: 0 8px;
        font-size: 16px;
        padding: 35px 8px 20px 8px;
    }
    .activity-steps-title {
        font-size: 20px;
        padding: 6px 35px 6px 50px;
    }
    .activity-steps-icon {
        width: 40px;
        height: 40px;
        margin-right: -30px;
    }
    .activity-steps-coin {
        width: 56px;
        height: 56px;
        top: 0;
        right: 8px;
    }
    .activity-step-title {
        font-size: 18px;
    }
    .activity-step-desc {
        font-size: 16px;
        padding-left: 28px;
    }
    .activity-step-divider {
        margin: 18px 0;
    }

}

.step-num {
    font-style: italic;
    font-size: 1.1em;
    margin-right: 2px;
}

.activity-link {
    letter-spacing: 1px;
    color: inherit;
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-thickness: 2px;
    font-size: 20px;
}
.promotion-btn-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    pointer-events: none;
    z-index: 2;
}
.promotion-btn-title {
    font-size: 38px;
    font-weight: bold;
    color: #222;
    line-height: 1.5;
    letter-spacing: 2px;
}
.promotion-btn-desc {
    font-size: 22px;
    font-weight: bold;
    color: #222;
    letter-spacing: 1px;
}
.mb_p_10 {
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
}
@media (max-width: 480px) {
    .activity-period-date {
        padding: 0;
    }
    .activity-period-title {
        padding: 6px 20px 6px 40px;
    }
    .promotion-img-btn-2{
        width: 80%;
    }
    .promotion-btn-title{
        font-size: 24px;
    }
    .promotion-btn-desc {
        font-size: 18px;
    }
}

.jjs-container {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    /*background-image: url('../images/Group_178_hmx_mid.webp');*/
    /* background-size: cover; */
    background-position: center;
    background-repeat: no-repeat;
    height: 1020px;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
    border-radius: 50px;
    max-width: 1226px;
    width: 100%;
    margin: 0 auto;
}

.jjs-logo-box {
    height: auto;
    min-height: unset;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.jjs-image {
    display: block;
    margin: 40px auto 0 auto;
}

.jjs-desc-text {
    margin-top: 16px;
    text-align: center;
}
.jjs-desc-title {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin: 20px 0;
}
.jjs-desc-content {
    font-size: 26px;
    color: #fff;
    line-height: 1.7;
}

.jjs-advantage-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 6%;
    width: 100%;
    margin: 60px 0 0 0;
    position: relative;
}
.jjs-advantage-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 260px;
}
.jjs-advantage-icon {
    width: 74px;
    height:74px;
    margin-bottom: 12px;
}
.jjs-advantage-title {
    color: #F40201;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 4px;
    height: 2.8em;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jjs-advantage-desc {
    color: #fff;
    font-size: 21px;
    margin-top: 0;
    font-weight: bold;
    text-align: center;
    height: 2.8em;
    overflow: hidden;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
/* 只让最高可達 1:2,000、點差低至 0.1 點、MT4 / MT5、Hantec Mobile这3个desc强制两行高度 */
.jjs-advantage-row:first-of-type .jjs-advantage-col:first-child .jjs-advantage-desc,
.jjs-advantage-row:first-of-type .jjs-advantage-col:nth-child(2) .jjs-advantage-desc,
.jjs-advantage-row:first-of-type .jjs-advantage-col:last-child .jjs-advantage-desc {
    height: 2.8em;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 第二行的desc全部不强制 */
.jjs-advantage-row:not(:first-of-type) .jjs-advantage-desc {
    height: auto;
    min-height: 2.8em;
    overflow: visible;
    display: block;
    align-items: unset;
    justify-content: unset;
}
.jjs-shield-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    max-width: 90vw;
    height: auto;
    z-index: 1;
    pointer-events: none;
}
@media (max-width: 900px) {
    .jjs-advantage-row {
        /* flex-direction: column; */
        gap: 32px;
        width: 100%;
        align-items: center;
    }
    .jjs-advantage-col {
        width: 100%;
    }

}

.jjs-feature-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin: 64px 0 0 0;
}
.jjs-feature-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 340px;
}
.jjs-feature-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
}
.jjs-feature-title {
    color: #F40201;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 12px;
    margin-top: 4px;
}
.jjs-feature-desc {
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 1.7;
}
.jjs-feature-desc-small {
    font-size: 18px;
    color: #fff;
}
.jjs-feature-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.jjs-feature-main-img {
    width: 380px;
    max-width: 100%;
    height: auto;
}
@media (max-width: 1100px) {
    .jjs-feature-row {
        flex-direction: column;
        gap: 32px;
    }
    .jjs-feature-center {
        margin: 32px 0;
    }
}
@media (max-width: 1024px) {
    .jjs-desc-title{
        font-size: 28px;
    }
    .jjs-desc-content{
        font-size: 22px;
    }
    .jjs-advantage-title{
        font-size: 22px;
    }
    .jjs-advantage-desc{
        font-size: 18px;
    }
    .jjs-advantage-icon{
        width: 54px;
        height: 54px;
    }
}
@media (max-width: 480px) {
    .jjs-desc-title{
        font-size: 24px;
    }
    .jjs-desc-content{
        font-size: 18px;
    }
    .jjs-advantage-title{
        font-size: 18px;
    }
    .jjs-advantage-desc{
        font-size: 16px;
    }
    .jjs-advantage-icon{
        width: 44px;
        height: 44px;
    }
    .jjs-advantage-row{
        margin: 30px 0 0 0;
    }
}

.jjs-advantage-row:first-of-type .jjs-advantage-col:first-child .jjs-advantage-title,
.jjs-advantage-row:first-of-type .jjs-advantage-col:nth-child(2) .jjs-advantage-title,
.jjs-advantage-row:first-of-type .jjs-advantage-col:last-child .jjs-advantage-title {
    height: 2.8em;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 505px) {
    .jjs-advantage-row:not(:first-of-type) .jjs-advantage-desc {
        min-height: 5.30em;
    }
}

#faq-section {
    width: 100%;
    /*background: url('../images/Mask_group_faq_bg.webp') center center no-repeat;*/
    background-size: cover;
    /* padding: 0px 0 60px 0; */
    display: flex;
    height: 1298px;
    justify-content: center;
    margin-top: 50px;
    /* padding-bottom: 50px; */
}
#event_terms_and_conditions {
    width: 100%;
    /*background: url('../images/Mask_group_foot.webp') center center no-repeat;*/
    background-size: cover;
    /* padding: 0px 0 60px 0; */
    display: flex;
    height: 1792px;
    justify-content: center;
    margin-top: 50px;
    /* padding-bottom: 50px; */
}
.faq-container {
    max-width: 1050px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 65px;
    align-items: center;
    padding: 0 10px;

}
.faq-item {
    background: #000;
    border-radius: 30px;
    padding: 32px 32px 24px 32px;
    position: relative;
    color: #fff;
    box-shadow: 0 4px 24px rgba(0,0,0,0.12);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
}
.faq-title {
    background: #FFD600;
    color: #000;
    font-size: 22px;
    font-weight: bold;
    border-radius: 40px;
    padding: 16px 0;
    display: inline-block;
    margin-top: -60px;
    margin-bottom: 18px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    font-family: inherit;
    text-align: center;
    left: 50%;
    width: 60%;
    transform: translateX(-50%);
    position: relative;
}
.faq-num {
    font-style: italic;
    font-size: 1.3em;
    margin-right: 8px;
    font-weight: bold;
}
.faq-content {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #fff;
    /* margin-top: 8px; */
    text-align: center;
    width: 100%;
    font-family: inherit;
}
@media (max-width: 1100px) {
    /* .faq-container {
        max-width: 98vw;
        padding: 0 10px;
    } */
}
@media (max-width: 768px) {
    .faq-title {
        font-size: 1.1rem;
        padding: 10px 16px;
        margin-top: -32px;
    }
    .faq-item {
        padding: 20px 10px 16px 10px;
    }
    .faq-content,.activity-link {
        font-size: 1rem;
    }
    .faq-container {
        gap: 40px;
        margin-top: 20px;
    }
    .how-to-join-title-img{
        padding-top: 30px;
    }
    .btn-2-mp{
        margin: 0px auto 30px auto !important;
        padding:  0 !important;
    }
    .e_ts_a_c_container{
        display: inline-block !important;
    }
    #event_terms_and_conditions{
        height: auto;
        padding-bottom: 600px;
        /*background: url('../images/bg_foot_m.webp') center center no-repeat;*/
    }
    .e_ts_a_c_p {
        line-height: 1.7;
    }
}

/*.faq-container, .faq-container * {*/
/*    font-size: 22px !important;*/
/*}*/
@media (max-width: 1024px) {
    /*.faq-container, .faq-container * {*/
    /*    font-size: 18px !important;*/
    /*}*/
    #faq-section{
        height: auto;
        padding: 0px 0 30px 0;
        margin-top: 20px;
    }
}
@media (max-width: 480px) {
    /*.faq-container, .faq-container * {*/
    /*    font-size: 16px !important;*/
    /*}*/
    .faq-container {
        gap: 30px;
    }

}

.e_ts_a_c_container {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
}

.e_ts_a_c_column {
    flex: 1;
    min-width: 300px;
}

.e_ts_a_c_h2 {
    color: #FFD700;
    margin-top: 30px;
    font-size: 20px !important;
    margin-bottom: 10px;
}

.e_ts_a_c_p {
    color: white;
    font-size: 16px !important;
    margin: 0 0 10px;
    line-height: 1.7;
}

.e_ts_a_c_highlight {
    color: #FFD700;
    font-weight: bold;
}

.e_ts_a_c_ul {
    padding-left: 20px;
    font-size: 16px !important;
    margin: 0 0 5px;
    list-style-type: disc !important;     /* 原点样式 */
    color: #fff;               /* 原点颜色（继承给 li） */
}

.e_ts_a_c_ul li {
    font-size: 16px !important;
    color: white;
    line-height: 1.7;
    margin-bottom: 5px;
    list-style: disc;
}

