﻿button:focus,
button:active,
.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none !important;
}
.price_30 {
    display: inline-block;
    width: 90px;
    height: 40px;
    margin-bottom: 10px;
    background: url("/img/img/activity/invite//price_30.png") center/cover no-repeat;
}

.price_50 {
    display: inline-block;
    width: 90px;
    height: 40px;
    margin-bottom: 10px;
    background: url("/img/img/activity/invite//price_50.png") center/cover no-repeat;
}

.price_100 {
    display: inline-block;
    width: 90px;
    height: 40px;
    margin-bottom: 10px;
    background: url("/img/img/activity/invite//price_100.png") center/cover no-repeat;
}

.price_200 {
    display: inline-block;
    width: 90px;
    height: 40px;
    margin-bottom: 10px;
    background: url("/img/img/activity/invite//price_200.png") center/cover no-repeat;
}

.price_card {
    width: 100%;
    height: 100%;
    display: flex;
    padding-top: 10px;
    flex-direction: column;
    align-items: center;
}

    .price_card p {
        position: absolute;
        word-break: keep-all;
        bottom: 10px;
        font-family: "HarmonyOS Sans";
        font-style: normal;
        font-weight: 400;
        font-size: 0.8em;
        line-height: 1.3em;
        align-items: center;
        text-align: center;
        color: #383838;
        padding: 0 6px;
    }

.rewards-table table {
    border-collapse: collapse;
    border: 1px solid #e5e5e5;
}

.rewards-table .td_content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}

    .rewards-table .td_content h5 {
        font-family: "HarmonyOS Sans";
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #000000;
    }

.rewards-table td {
    position: relative;
    min-width: 150px;
    height: 250px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    padding: 10px;
}

.rewards-table tr:first-child td {
    height: 130px;
}

.rewards-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.rewards-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

.rewards-title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 90px;
    color: #333;
}

.rewards-subtitle {
    text-align: center;
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
}

.rewards-table {
    border-radius: 12px;
    padding: 10px 0px;
    text-align: center;
    color: #666;
    width: 100%;
}
.faq-section {
    padding: 80px 0;
    background: #fff;
}

.faq-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

.faq-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #2B2B2B;
}

.faq-item {
    border-radius: 6px;
    margin-bottom: 16px;
    overflow: hidden;
}

.faq-question {
    background: #fff;
    padding: 20px 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    color: #262C2D;
    transition: background 0.3s;
}

    .faq-question:hover {
        background: #f8f9fa;
    }

.faq-arrow {
    width: 24px;
    height: 24px;
    transform: rotate(0deg);
    transition: transform 0.3s;
}

.faq-item.active .faq-arrow {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 30px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s, padding 0.3s;
    background: #f8f9fa;
}

.faq-item.active .faq-answer {
    max-height: 200px;
    padding: 20px 30px;
}
.td-title {
    font-family: 'HarmonyOS Sans';
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    color: #383838;
}
.rules_title:after {
                content: '';
                position: absolute;
                left: 50%;
                bottom: -4px;
                transform: translateX(-50%);
                width: 5em;
                height: 12px;
                background-color: #e1f8fa;
                z-index: 0;
            }
.rules_title1:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 17px;
    transform: translateX(-50%);
    width: 5em;
    height: 12px;
    background-color: rgba(66,185,131,.1); z-index: 0;
}
.terms-section {
    padding-bottom: 40px;
}

.terms-container {
    margin: 0 auto;
    padding: 0;

}

.terms-title {
    text-align: center;
    color: #333;
    font-family: 'HarmonyOS Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    padding: 20px 0;
    position: relative;
    z-index: 1;
    font-style: normal;
}

.terms-content {
    background: white;
    border-radius: 12px;
    padding: 40px 60px;
    border: 1px solid #CCCCCC;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 8px;
    color: #333333;
    /* text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
    /*    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);*/
}

.term-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    /* border-bottom: 1px solid #e5e5e5; */
}

    .term-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

.term-heading {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "HarmonyOS Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    margin-right: 0.1em;
}

    .term-heading b {
        display: inline-block;
        color: #333333;
    }

.term-text {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    font-family: 'HarmonyOS Sans';
    margin: 0;
    /* text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
}
.order-status_0 {
    display: inline-block;
    padding: 3px 10px;
    height: 29px;
    background: #DFD8FD;
    border-radius: 4px;
    text-align: center;
    line-height: 28px;
    /* Awaiting Order */
}
.order-status_1 {
    display:inline-block;
    padding:3px 10px;
    height: 29px;
    background: #D3F1A7;
    border-radius: 4px;
    text-align:center;
    line-height:28px;
    /* Order Completed */
}
.boxFooter .dlCDP dl {
    margin：0;
}
    .boxFooter .dlCDP dt {
    font-size: 18px;
    font-weight: normal;
    padding-bottom: .5em
}

.boxFooter .dlCDP .ifDG {
    color: #fff;
    background-color: #269da5;
    border: 2px solid #42aab1;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    display: inline-block
}

    .boxFooter .dlCDP .ifDG span {
        display: none
    }

    .boxFooter .dlCDP .ifDG:hover {
        background-color: #269da5;
        text-decoration-line: none
    }

    .boxFooter .dlCDP .ifDG:before {
        font-family: iconfont_dg
    }

.boxFooter .dlCDP .iFacebook:before {
    content: '\eab7';
    font-size: 26px;
}
.boxFooter .dlCDP .ifDG:hover{
    background-color: #00A8B3;
}
.boxFooter .dlCDP .iYouTube:before {
    font-size: 26px;
    content: '\e765'
}

.boxFooter .dlCDP .iTwitter:before {
    font-size: 26px;
    content: '\e622'
}

.boxFooter .dlCDP .iInstagram:before {
    font-size: 26px;
    content: '\e6fd'
}

.boxFooter .dlCDP .iLinkedin:before {
    font-size: 26px;
    content: '\e6c2'
}

.boxFooter .dlCDP .iReddit:before {
    font-size: 26px;
    content: '\e626'
}

.boxFooter .dlCDP .iTelegram:before {
    font-size: 26px;
    content: '\e7dc'
}

.boxFooter .dlCDP .iWhatsapp:before {
    font-size: 26px;
    content: '\e739'
}
.boxFooter .dlCDP .iTikTok:before {
    font-size: 26px;
    content: '\e9e5'
}
.svg {
    cursor:pointer;
    transition: all 0.3s ease;
}
    /* 方法2：改变整个SVG的fill和stroke */
    .svg:hover {
        stroke: #FFD080 !important;
    }
    /* 方法1：直接改变stroke颜色 */
    .svg:active path {
        stroke: #FFD080 !important;
    }

.download-qrcode-icon:hover path{
        stroke: #FFD080 !important; 
        color:#FFD080 !important;
}
.bn{
    position:relative;
    overflow:hidden;
}
.bn-button-icon {
    width:24px;
    height:24px;
    position: absolute;
    top: 50px;
    right:55px;
}
.bn-button-name {
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'HarmonyOS Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}
.bn:hover > .bn-button-icon {
    top: 12px;
    display: inline-block;
}
.bn:hover > .bn-button-name {
    top: -60px;
    /*    display: none;*/
}

/*new button*/